@charset "utf-8";


/*■■■■■■■
　　PC版設定
■■■■■■■■*/
body {
    font-family: "メイリオ", "Yu Gothic", "Lucida Grande", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
    color: #000;
    text-align: center;
}

/*
■ ブラウザのマージンとパディング初期化
*/
* {
    margin: 0;
    padding: 0;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
tr,
td {
    margin: 0;
    padding: 0;
}

/*
■ イメージ初期化
*/
img {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
}

/*
■ 境界線
*/
hr {
    display: none;
}

/*
■ リンク設定
*/
a img {
    border: none;
}

a:hover img {
    opacity: 0.7;
}

a {
    color: #00b8ee;
    text-decoration: none;
}

a:hover {
    color: #00b8ee;
    text-decoration: underline;
}

a:visited {
    color: #00b8ee;
    text-decoration: underline;
}

/*
■ float
*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcl:after,
.row:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

/*
■ テキスト
*/
.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.txt_s {
    font-size: 0.86em;
}

.txt_red {
    font-weight: bold;
    color: #f00;
}

.txt_yellow {
    color: #fff100;
}

.txt_orange {
    font-weight: bold;
    color: #ed7552;
}

.txt_green {
    color: #27b431;
}

.txt_blue {
    font-weight: bold;
    color: #308fe3;
}

/*
■ リスト
*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*

/*
■ 非表示
------------------------------------------*/
.hd {
    display: none;
}


/*■■■■■■■■■■■
　　共通コンテンツ設定
■■■■■■■■■■■■*/

/* body */
body {
    text-align: center;
}

#sec01 .box_title,
#sec04 .box_title,
#sec05 .box_title {
    color: #fff100;
    background: #28c471;
}

#sec02 h2,
#sec03 h2 {
    color: #000;
}

#sec02 .box_title span,
#sec03 .box_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d4f3e3));
    background: linear-gradient(transparent 60%, #d4f3e3 60%);
}

/* header */
#header {
    background: #fff;
}

#header .box_wrap {
    padding-bottom: 0;
}

/* mainimg */
#mainimg {
    background: #a4cef5;
}

/* entry */

#mainimg .form {
    border: solid 10px #038f0d;
    background: #fff799;
}

.section_entry .box_wrap {
    padding-bottom: 0;
    border: solid 10px #038f0d;
    background: #fff799;
}

#mainimg .box_title {
    background: #038f0d;
}

.section_entry .fleft img {
    width: 100%;
    max-height: 100%;
    background: #038f0d;
}

.form table {
    border-collapse: collapse;
}

.form table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form table th {
    padding-right: 10px;
    text-align: right;
}

.form input[type="text"] {
    padding: 0 2%;
    font-size: 1em;
    border: solid 2px #000;
    border-radius: 5px;
}

.form select {
    padding: 2%;
    font-size: 1em;
    border: solid 2px #000;
    border-radius: 5px;
}

.form input.btn_submit {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    border-top: none;
    border-bottom: 6px solid #bb4623;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    background: #ec6941;

    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

/* section 01 */


/* section 02 */
#sec02 .txt img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* section 03 */
#sec03 .box_wrap {
    padding-bottom: 0;
}

#sec03 h3 {
    color: #fff;
    border-radius: 10px;
    background: #28c471;
}

#sec03 .x2 .box p {
    text-align: left;
}

/* section 04 */
#sec04 .bg_green {
    background: #cbe0cb;
}

#sec04 .x1 .box {
    background: #fff;
}

#sec04 .x1 h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #27b431));
    background: linear-gradient(transparent 95%, #27b431 95%);
}

/* section 05 */
#sec05 .x2 .box {
    text-align: left;
    border: solid 2px #f19149;
}

#sec05 h3 img {
    width: 100%;
}


/* footer */
#footer {
    padding: 50px 0;
    font-size: 0.8em;
    border-top: solid 1px #666;
}

#footer img {
    margin-bottom: 1em;
}

#footer ul {
    text-align: center;
}

#footer .link {
    margin-bottom: 1em;
}

#footer .link a {
    color: #000;
    text-decoration: none;
}

#footer li a:hover,
#footer .link a:hover {
    text-decoration: underline;
}

/* Pageup button */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#page-top a {
    width: 60px;
    height: 60px;
    display: block;
    padding: 8px;
    text-indent: -9999px;
    border: solid 1px #038f0d;
    border-radius: 6px;
    background: url(../images/lp/icon_top.png) #fff no-repeat center;
}

#page-top a:hover {
    border: solid 1px #fff;
    background: url(../images/lp/icon_top_ov.png) #038f0d no-repeat center;
    opacity: 0.7;
}


@media (max-width: 999px) {
    /*　画面サイズ 999pxまで適用　*/

    /* body */
    body {
        font-size: 20px !important;
    }

    #sec01 .box_title,
    #sec04 .box_title,
    #sec05 .box_title {
        width: 100%;
        max-height: 100%;
        padding: 1em 0;
        background: url(../images/lp/content_title_bg.png) #28c471 no-repeat top center;
        background-size: cover;
    }

    #sec01 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 1.8em;
    }

    #sec02 h2,
    #sec03 h2 {
        margin-bottom: 40px;
        font-size: 1.13em;
    }

    #sec01 .arr,
    #sec04 .arr,
    #sec05 .arr {
        width: 16%;
        height: auto;
        margin-bottom: 2em;
    }

    .box_wrap {
        width: 100%;
        max-height: 100%;
    }

    .sp_none {
        display: none;
    }

    /* header */
    #header .box_wrap {
        width: 98%;
        max-height: 100%;
        padding: 0.5em 1%;
    }

    #header img.logo {
        width: 48%;
    }

    #header a.pc_none {
        width: 48%;
    }

    #header img.contact {
        width: 100%;
    }


    /* mainimg */
    #mainimg {
        background: #a5cff6;
    }

    #mainimg .fleft {
        width: 100%;
        padding: 0.5em 0;
        background: url(../images/lp/mainimg_bg_sp.png) no-repeat top right;
        background-size: auto 100%;
    }

    #mainimg .fleft img {
        width: 96%;
        margin: 0 2%;
    }

    #mainimg .fright img,
    .section_entry img.contact {
        width: 100%;
        max-height: 100%;
        padding-bottom: 0.5em;
    }

    /* entry */
    #mainimg .fleft,
    #mainimg .fright,
    .section_entry .fleft,
    .section_entry .fright {
        float: none;
    }

    .section_entry {
        width: 100%;
        padding: 1.4em 0 0;
    }

    .section_entry .box_wrap,
    #mainimg .form {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #mainimg .form,
    .section_entry .form {
        width: 100%;
    }

    #mainimg form,
    .section_entry form {
        width: 96%;
        margin: 0;
        padding: 0.8em 2% 1em;
    }

    .form table {
        width: 98%;
        margin: 0 1% 0.5em;
        border-spacing: 0;
    }

    .form table th {
        width: 25%;
        padding-right: 2%;
        font-size: 1em;
    }

    .form input[type="text"] {
        width: 96%;
        min-height: 1em;
        margin-bottom: 0.3em;
        padding: 0.3em 2%;
        font-size: 1em;
        border: solid 2px #000;
        border-radius: 5px;
    }

    .form select {
        /* width: 100%; */
        /* width: 96%; */
        min-height: 1em;
        /* padding: 0.3em 2%; */
        margin-bottom: 0.3em;
        font-size: 1em;
        border: solid 2px #000;
        border-radius: 5px;
    }

    .form input.btn_submit {
        width: 90%;
        height: 3em;
        padding: 0.5em 5%;
        font-size: 1em;
    }

    /* section 01 */
    #sec01 {
        padding: 0 0 2em;
    }

    #sec01 .box_wrap p.align_left {
        width: 76%;
        max-height: 100%;
        margin: 0 12%;
    }

    #sec01 .box_wrap img {
        width: 96%;
        max-height: 100%;
        margin: 2em 2%;
    }

    /* section 02 */
    #sec02 {
        padding: 0 0 2em;
    }

    #sec02 .x3 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 0.8em;
    }

    #sec02 h3 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #sec02 .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        font-weight: bold;
        font-size: 2em;
        text-align: left;
    }

    #sec02 .txt img {
        width: 20%;
        height: auto;
        margin-right: 0.5em;
    }

    /* section 03 */
    #sec03 {
        padding-bottom: 0;
    }

    #sec03 .x2 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 1em;
    }

    #sec03 h3 {
        margin-bottom: 1em;
        padding: 0.5em 0;
        font-size: 0.9em;
    }

    #sec03 .x2 .box img,
    #sec03 .x2 .box p {
        width: 80%;
        margin: 0 10% 1em;
        font-size: 0.9em;
    }

    #sec03 .fleft,
    #sec02 .fright {
        float: none;
    }

    /* sec 04 */
    #sec04 {
        padding: 0;
        font-size: 1.6em;
    }

    #sec04 .box_wrap p.align_left {
        width: 96%;
        max-height: 100%;
        margin: 0 2%;
    }

    #sec04 .bg_green {
        margin-top: 1.5em;
        padding: 1em 2%;
    }

    #sec04 .x1 .box {
        width: 96%;
        margin: 0 2%;
    }

    #sec04 .box h3 {
        margin-bottom: 0.1em;
    }

    #sec04 .box img {
        width: 25%;
        margin-right: 5%;
    }

    #sec04 .x1 div.txt {
        width: 65%;
        padding: 1.2em 5% 0 0;
        font-size: 0.8em;
        text-align: left;
    }

    #sec04 .x1 img.arr {
        margin-bottom: 0.5em;
    }

    /* section 05 */
    #sec05 .x2 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 0.5em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sec05 p {
        padding: 0.6em;
    }

    /* footer */
    #footer {
        width: 100%;
    }

    #footer .box_wrap {
        width: 96%;
        padding: 0.8em 2%;
    }

    #footer img.logo {
        width: 80%;
        margin: 0 10% 1.4em;
    }

    #footer p {
        margin-bottom: 1.4em;
    }

    #footer p.copyright {
        font-size: 0.8em;
    }

    /* display */
    .sp_hd {
        display: none;
    }
}


@media (max-width: 460px) {

    /*　画面サイズ 460pxまで適用　*/
    body {
        font-size: 18px !important;
    }

    /* entry */
    .form table th {
        width: 36%;
        padding-right: 2%;
        font-size: 0.7em;
    }

    .form input.btn_submit {
        font-size: 0.8em;
    }

    /* section 02 */
    #sec02 .txt {
        font-size: 1em;
    }

    #sec02 .txt img {
        width: 30%;
    }

    /* section 04 */
    #sec04 {
        padding: 0;
        font-size: 0.9em;
    }

    #sec04 .x1 div.txt {
        padding: 0.5em 5% 0 0;
    }
}

@media (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/

    /* body */
    body {
        font-size: 20px;
    }

    #sec01 .box_title,
    #sec04 .box_title,
    #sec05 .box_title {
        width: 100%;
        max-height: 100%;
        padding: 40px 0;
        background: url(../images/lp/content_bg_pc.png) #28c471 no-repeat top center;
    }

    #sec01 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 2.4em;
    }

    #sec02 h2,
    #sec03 h2 {
        margin-bottom: 40px;
        font-size: 1.6em;
    }

    .box_wrap {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #sec01 .box_wrap,
    #sec04 .box_wrap,
    #sec05 .box_wrap {
        margin-top: 30px;
    }

    .pc_none {
        display: none;
    }

    /* header */
    #header {
        padding: 10px 0;
    }

    /* mainimg */

    #mainimg {
        background: url(../images/lp/mainimg_bg.png) repeat-x;
        background-size: auto 100%;
    }

    #mainimg .box_wrap {
        padding: 10px 0 0 0;
        background: url(../images/lp/mainimg_bg_pc.png) no-repeat top center;
        background-size: auto 100%;
    }

    #mainimg .fleft {
        width: 510px;
    }

    #mainimg .fleft img,
    #mainimg .fright img {
        width: 100%;
    }

    /* entry */
    .section_entry {
        padding-bottom: 40px;
    }

    .section_entry .box_wrap {
        width: 980px;
        max-height: 100%;
        background: url(../images/lp/sec_entry_bg.png) repeat-y;
    }

    .section_entry .fleft {
        width: 470px;
        padding-top: 15px;
    }

    .section_entry .form {
        width: 435px;
        padding-left: 50px;
    }

    .form table {
        width: 420px;
        margin: 10px 20px;
    }

    .form th {
        font-size: 0.8em;
    }

    .section_entry .box_title {
        width: 445px;
    }

    .section_entry .fright {
        width: 450px;
        max-height: 100%;
        padding-top: 10px;
        background: url(../images/lp/sec_entry_arr.png) no-repeat top left;
        background-size: auto 100%;
    }

    #mainimg .box_title {
        padding: 5px 0;
    }

    #mainimg .form {
        width: 460px;
        /* margin: 20px 0; */
        margin: 10px 0 0;
    }

    #mainimg form {
        /* margin-top: 18px; */
        margin-top: 10px;
    }

    .form input[type="text"] {
        width: 260px;
        min-height: 2em;
        margin-bottom: 7px;
        padding: 0 2%;
    }

    .form select {
        width: 260px;
        /* min-height: 2em;
		line-height: 4em; */
        height: 2em;
        margin-bottom: 7px;
        padding: 2%;
        line-height: 2em;
        /* background-color: #ccc; */
    }

    .form input.btn_submit {
        width: 390px;
        height: 64px;
        /* margin-bottom: 20px; */
        margin-bottom: 12px;
        padding: 20px auto;
        font-size: 1.2em;
    }

    .form input.btn_submit:hover {
        opacity: 0.7;
    }

    /* section 01 */
    #sec01 .box_wrap {
        padding-bottom: 60px;
        font-size: 1.5em;
    }

    #sec01 .box_wrap img {
        margin: 30px 0 40px;
    }

    /* section 02 */
    #sec02 .x3 .box {
        width: 310px;
        max-height: 100%;
        margin: 0 30px 20px 0;
    }

    #sec02 .x3 .box:nth-child(3) {
        margin: 0 0 20px 0;
    }

    #sec02 h3 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #sec02 .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        font-weight: bold;
        text-align: left;
    }

    #sec02 .txt img {
        width: 87px;
        height: 87px;
        margin-right: 0.5em;
    }

    /* section 03 */
    #sec03 .x2 .box {
        width: 480px;
        max-height: 100%;
        margin-bottom: 30px;
    }

    #sec03 h3 {
        padding: 15px 0;
        font-size: 1.2em;
    }

    #sec03 .box img {
        width: 100%;
        margin: 30px 0;
    }

    /* section 04 */
    #sec04 .bg_green {
        margin-top: 30px;
        padding: 40px 20px;
    }

    #sec04 .x1 .box {
        width: 960px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        text-align: left;
    }

    #sec04 .fleft:nth-child(1) {
        width: 60px;
        margin-right: 20px;
    }

    #sec04 .txt {
        width: 860px;
    }

    #sec04 .x1 .txt h3,
    #sec03 .x1 .txt p {
        float: left;
        margin-right: 1em;
    }

    #sec04 .arr {
        margin-bottom: 10px;
    }

    /* section 05 */
    #sec05 .box_wrap {
        padding-bottom: 0;
    }

    #sec05 .fcl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #sec05 .x2 .box {
        width: 480px;
        max-height: 100%;
        margin: 0 30px 30px 0;
    }

    #sec05 .x2 .box:nth-child(2) {
        margin: 0 0 30px 0;
    }

    #sec05 p {
        padding: 30px;
    }

    /* footer */
    .sp_tel {
        display: none;
        line-height: 0;
    }
}

#mainimg.mainimg_ambassador {
    background-image: url(https://gaiheki-info.landinghub.site/gaiheki/images/323866224.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#mainimg.mainimg_ambassador .box_wrap {
    width: 1100px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador-wrap {
    width: 50%;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .img {
    width: 100%;
    height: 100%;
    position: relative;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .img::after {
    content: "";
    display: block;
    padding-top: 120%;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .ambassador-caption {
    font-size: 14px;
    text-shadow: 1px 1px 0px white,
        -1px 1px 0px white,
        1px -1px 0px white,
        -1px -1px 0px white,
        1px 0px 0px white,
        0px 1px 0px white,
        -1px 0px 0px white,
        0px -1px 0px white;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .ambassador-catch {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .ambassador-catch img {
    width: 100%;
}

#mainimg.mainimg_ambassador .box_wrap .mainimg-right {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1em;
    margin-right: 1em;
}

#mainimg.mainimg_ambassador .box_wrap .mainimg-right .sp-catch,
#mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch {
    display: none;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch [class*="image"] {
    display: block;
}

#mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch [class*="mainimg-right-in-image"] img {
    width: 100%;
}

#mainimg.mainimg_ambassador .fleft,
#mainimg.mainimg_ambassador .box_wrap .form {
    width: 100%;
}

#mainimg.mainimg_ambassador .box_wrap .form {
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #mainimg.mainimg_ambassador .box_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    #mainimg.mainimg_ambassador .box_wrap .mainimg-right {
        width: 100%;
        margin: 0;
    }

    #mainimg.mainimg_ambassador .fleft {
        display: none;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador-wrap {
        width: 100%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .img {
        width: 70%;
        overflow: hidden;
        margin-left: auto;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .img img {
        width: 130%;
        -o-object-position: top left;
        object-position: top left;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .img.saraba img {
        width: 100%;
        transform: translateX(15%);
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .img::after {
        padding-top: 110%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .ambassador-catch {
        display: none;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch {
        width: 75%;
        height: calc(100% - 15px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        bottom: 15px;
        left: 10px;
        z-index: 1;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch .image01 {
        width: 25%;
        margin-bottom: auto;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch .image02 {
        width: 70%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch [class*="mainimg-right-in-image-"]+[class*="mainimg-right-in-image-"] {
        margin-top: 1em;
    }

    #mainimg.mainimg_ambassador .box_wrap .form {
        margin-top: 0;
    }

    #mainimg.mainimg_ambassador .form select {
        width: 96%;
    }
}

@media (max-width: 999px) {
    #mainimg.mainimg_ambassador .fleft {
        background: none;
    }
}

@media (max-width: 599px) {
    #mainimg.mainimg_ambassador .box_wrap {
        padding-left: 0;
        padding-right: 0;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .img::after {
        padding-top: 120%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch {
        height: calc(100% - 30px);
        bottom: 20px;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch [class*="mainimg-right-in-image-"]+[class*="mainimg-right-in-image-"] {
        margin-top: 0.5em;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch span {
        display: block;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch .image01 {
        width: 30%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .mobile-catch .image02 {
        width: 70%;
    }

    #mainimg.mainimg_ambassador .box_wrap .ambassador .ambassador-caption {
        font-size: 12px;
    }
}