@charset "utf-8";

/* ---------------------------
 * 基本設定
 * --------------------------- */
/* YUI3リセット対処 */
html {background-color:transparent;background-image:none;font-size:62.5%;}
/* フォント系 */
body {
    max-width:400px;
    color:#191919;
    /* iOS, Android で使用できないフォントは削る */
    /* font-family: '游ゴシック','Yu Gothic',YuGothic,Hiragino Sans,'ヒラギノ角ゴシック',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif; */
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', YuGothic,'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* font-weight: 500; */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size : 1.0rem;
    line-height: 1em;
}
/* アンカー系 */
a {color:#191919;text-decoration:none;}
/*a:hover {text-decoration:underline;}*/
/* 画像系 */
img {border:0;vertical-align:bottom;max-width:100%;height:auto;}
a img {border:0;}
/* リスト系 */
li {list-style-type:none;}

/* ---------------------------
 * デバイスの向きに応じてbodyを回転
 * --------------------------- */
/*
@media only screen and (orientation : portrait) {
body {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
}

@media only screen and (orientation : landscape) {
body {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
}
*/

/* ---------------------------
 * jQuery Mobile CSSカスタマイズ
 * --------------------------- */
.ui-popup-container {
    width:100% !important;
    max-width:400px !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
}
.close_btn {
    z-index:3000 !important;
    display:block;
    width:14% !important;
    height:0 !important;
    margin:0 0 0 86% !important;
    padding:14% 0 0 !important;
}
.ui-mobile, .ui-mobile body {height:100% !important;}
/* ローディング非表示 */
.ui-loader {display:none !important;}

/* ---------------------------
 * MailFormPro CSSカスタマイズ
 * --------------------------- */
form#mailformpro {padding:0 !important;}
#mfp_phase_stat {display:none;}

/* ---------------------------
 * メニュー
 * --------------------------- */
.menu_list {width:100%;position:fixed;background:#000;top:47px;left:0;z-index:150;}
.menu_list ul {padding-top:2rem;background:#000;-webkit-margin-before:0;-webkit-margin-after:0;}
.menu_list ul li a {
    display:block;
    padding:1rem 0;
    box-sizing:border-box;
    background-color:#000;
    background-image:url(../img/common/arrow3.png);
    background-repeat: no-repeat;
    background-position:97% 1.1rem;
    background-size:10px;
    color:#fafafa !important;
    text-decoration:none;
    text-align:left;
}
.menu_list ul li a span {
    display:block;
    margin-left:2.4rem;
    padding-left:1.4rem;
    box-sizing:border-box;
    border-left:3px solid #fafafa;
    color:#fafafa !important;
    font-size:1.5rem;
    line-height:1.6rem !important;
    height:1.5rem !important;
}
.menu_list ul li:last-child {margin-top:2rem;}
.menu_list ul li a.last {
    display:block;
    padding:1.2rem 0;
    box-sizing:border-box;
    background:#000;
    border-left:none;
    border-top:1px solid #333;
    color:#fafafa !important;
    font-size:1.5rem;
    text-decoration:none;
    text-align:center;
}
.menu_list ul li a:hover {background-color:#fafafa;background-position:97% -3.1rem;}
.menu_list ul li a:hover span {border-left:3px solid #2e2e2e;color:#2e2e2e !important;}
.menu_list ul li a.last:hover {background:#222;}
.menu_list ul li a.last:hover span {color:#fafafa !important;}
.drawer {
    width:100%;
    position:absolute;
    top:-400px; /* 下記のtranslate3dのy位置と合わせる */
    left:0;
    z-index:160;
}
.drawer.passive {
    z-index:160;
    -webkit-transform: translate3d(0, -400px, 0) scale(1.0, 0);
    -moz-transform: translate3d(0, -400px, 0) scale(1.0, 0);
    -o-transform: translate3d(0, -400px, 0) scale(1.0, 0);
    transform: translate3d(0, -400px, 0) scale(1.0, 0);
    -webkit-transition:-webkit-transform 0.4s linear;
    -moz-transition:-moz-transform 0.4s linear;
    -o-transition:-o-transform 0.4s linear;
    transition:transform 0.4s linear;
}
.drawer.active {
    z-index:160;
    -webkit-transform: translate3d(0,400px,0) scale(1.0, 1.0);
    -moz-transform: translate3d(0,400px,0) scale(1.0, 1.0);
    -o-transform: translate3d(0,400px,0) scale(1.0, 1.0);
    transform: translate3d(0,400px,0) scale(1.0, 1.0);
    -webkit-transition:-webkit-transform 0.4s linear;
    -moz-transition:-moz-transform 0.4s linear;
    -o-transition:-o-transform 0.4s linear;
    transition:transform 0.4s linear;
}
/* Fallbacks */
.no-csstransforms .top {position: static;}
.no-csstransforms .drawer nav {display: none;}
.no-csstransforms .drawer.active nav {display: block;}

/* ---------------------------
 * 共通箇所
 * --------------------------- */
 #tel {text-align: center;}
 #tel a {box-sizing: border-box;display:inline-block;margin-bottom:1rem;padding:11px 40px 10px 60px;height:auto;background:rgba(138,180,70, 0.9) url(../img/common/icon_freecall.png) no-repeat 20px center;background-size:auto 30px;border-radius:8px;width: 100%;}
 #tel p {font-size:1.2rem;}
 #tel.tel_inner { margin: 0 auto; width: 92%;}
 #tel .phone_number_holder {font-weight:bold;font-size:1.8rem;line-height:18px; letter-spacing: 0.3rem;}
 #tel .tel_txt { display: block;font-weight:normal;font-size:1rem;margin-bottom: 8px;}
/* container -------------------- */
#container {position:relative;max-width:400px;margin:0 auto -21px;background:#ffffff;/*padding-top:53px;*/}
/* header -------------------- */
#header {width:100%;background:#000000;border-bottom:1px solid #333;color:#ffffff;position:fixed;top:0;left:0;z-index:200;}
#header .inner {max-width:400px;margin:0 auto;z-index:210;}
#header .inner .logo {float:left;width:25%;}
#header .inner .logo a {
    display:block;
    background-image:url(../img/common/head_logo1.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80%;
    width:100%;
    height:0;
    padding-top:57%;
    overflow:hidden;
}
#header .inner .btns {float:right;width:64.6875%;}
#header .inner .btns .tel_btn,
#header .inner .btns .line_btn,
#header .inner .btns .insta_btn,
#header .inner .btns .facebook_btn,
#header .inner .btns .google_btn,
#header .inner .btns .menu_btn {float:right;/*border-left:solid 1px #333333;*/}
#header .inner .btns .tel_btn,
#header .inner .btns .line_btn,
#header .inner .btns .insta_btn,
#header .inner .btns .facebook_btn,
#header .inner .btns .google_btn {width:19%;}
#header .inner .btns .menu_btn {background: #333; width:21%;}
#header .inner .btns p a {
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    width:100%;
    height:0;
    padding-top:120%;
    overflow:hidden;
}
/*#header .inner .btns .twitter_btn a {background-image:url(../img/common/head_mark1.png);background-size:45%;}*/
#header .inner .btns .tel_btn a {background-image:url(../img/common/head_mark6.png);background-size:45%;}
#header .inner .btns .line_btn a {background-image:url(../img/common/head_mark7.png);background-size:52%;}
#header .inner .btns .insta_btn a {background-image:url(../img/common/head_mark5.png);background-size:45%;}
#header .inner .btns .facebook_btn a {background-image:url(../img/common/head_mark2.png);background-size:22%;}
#header .inner .btns .google_btn a {background-image:url(../img/common/head_mark3.png);background-size:45%;}
#header .inner .btns .menu_btn a {background-image:url(../img/common/head_mark4.png);background-size:58%;padding-top:108%;}

/* main -------------------- */
#main {width:100%;margin:0 auto;position:relative;}

/* main_img */
#main .main_img {width:100%;position:relative;margin-bottom:10.9375%;}

/* footer -------------------- */
#footer {/*padding-bottom:1.9rem;*/padding-bottom:60px;max-width:400px;margin:0 auto;padding-top:0.1rem;width:100%;background-color:#fff;}
#footer nav {margin:0 auto;width:92%;}
#footer nav #totop {margin:6rem 0 4rem;padding:3.5% 0 3.4%;font-size:1.2rem;letter-spacing:0.14rem;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-align:center;background-color:#000;color:#ffffff;cursor:pointer;}
#footer nav #bnr-line {padding:4rem 0 2rem;cursor:pointer;}
#footer nav #bnr-line img { height: auto; width: 100%;}
#footer nav #bnr-line .bnr-soup { margin-bottom: 10px;}
#footer nav #contact {padding:4rem 0;border-bottom:1px solid #000;border-top:1px solid #000;text-align:center;}
#footer nav #contact h4 {margin:-4.2rem auto 4rem;width:32%;font-size:1.4rem;font-weight:bold;letter-spacing:0.2rem;color:#000;background-color:#fff;text-align:center;}
#footer nav #contact #menu a {display:block;margin-bottom:2.6rem;padding:8% 0;font-size:1.2rem;font-weight:bold;letter-spacing:0.14rem;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#000;border:1px solid #000;}
#footer nav #contact #menu a:last-child {margin-bottom:0;}
#footer nav #contact #menu .left {float:left;width:46.5%;}
#footer nav #contact #menu .right {float:right;width:46.5%;}
#footer nav #contact #tel {margin:3rem 0 0;}
#footer nav #contact #caveat {text-align:center;}
#footer nav #contact #caveat p {font-size: 1.1rem;line-height: 1.8;}
#footer nav #switch {padding:5.4% 0 5%;font-size:1.2rem;font-weight:bold;text-align:center;}
#footer #copyright {font-size:1.0rem;padding:6% 0 5%;text-align:center;background:#000000;color:#ffffff;}
.fs10 {
font-size: 10px!important;
}

/*#foobar {display:none;font-size:1.5rem;}
#foobar * {box-sizing:border-box;}
#foobar .footel{
    background: -moz-linear-gradient(top,#89b148 0%,#89b148 50%,#779a3f 50%,#779a3f);background: -webkit-gradient(linear, left top, left bottom,from(#89b148), color-stop(0.5,#89b148), color-stop(0.5,#779a3f),  to(#779a3f));border: 1px solid #DDD;color: #FFF;line-height:4rem;text-align:center;letter-spacing:1px;position:fixed;left:0;bottom:0;height:4rem;width:50vw;z-index:100;
}
#foobar .foocontact {
    background: -moz-linear-gradient(top,#89b148 0%,#89b148 50%,#779a3f 50%,#779a3f);background: -webkit-gradient(linear, left top, left bottom,from(#89b148), color-stop(0.5,#89b148), color-stop(0.5,#779a3f),  to(#779a3f));border: 1px solid #DDD;color: #FFF;line-height:4rem;text-align:center;letter-spacing:1px;position:fixed;right:0;bottom:0;height:4rem;width:50vw;z-index:100;
}*/
#foobar {display:none;font-size:1.5rem;position: fixed;left: 0;bottom: 0;z-index: 9999;width: 100%;}
#foobar * {box-sizing:border-box;}
#foobar ul {margin: 0 -1px;}
#foobar li {width: 50%;float: left;background:#779a3f;}
#foobar li a img{display: inline-block;vertical-align: middle;width: 18px;margin-right: 10px;}
#foobar li span {display: inline-block;vertical-align: middle;}
#foobar a {font-size: 14px;line-height: 1.6;text-align: center;display: block;height: auto;padding: 8px 0;text-decoration: none;color: #fff;border-left: 1px solid #fff;}

/* ---------------------------
 * 共通パーツ
 * --------------------------- */
/* ボタン */
.btn a, .btn [type=submit] {
    display:block;
    width:64%;
    background-color:rgba(138,180,70, 0.9);
    background-image:url(../img/common/arrow2.png);
    background-repeat: no-repeat;
    background-position:94% center;
    background-size:4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:2.5% 0 2.0% 0;
    color:#000;
    font-size:1.2rem;
    font-weight:bold;
    letter-spacing:0.14rem;
    line-height: 1;
    text-align:center;
    text-decoration:none;
    margin:0 auto;
}

#link_works .btn a {
    width:100%;
    padding:3.8% 0 3.0% 0;
}

/* お問い合わせ */
.contact {width:90%;margin:0 auto;padding:5% 0 6%;background:#7f7f7f;}
.contact .text1 {width:88%;margin:0 auto 5%;}
.contact .tel_mail {width:68%;margin:0 auto;}
.contact .tel_mail .tel {width:93.9393%;padding:0 2% 7% 1%;}
.contact .tel_mail .mail {width:99.3939%;padding:4% 2% 0 1%;border-top:solid 1px #ffffff;}
/* お問い合わせ(幅100%) */
.contact_wide {width:100%;background:#7f7f7f;}
.contact_wide .inner {max-width:400px;margin:0 auto;padding:6% 0;}
.contact_wide .inner .text1 {width:78.4375%;margin:0 auto 5%;}
.contact_wide .inner .tel_mail {width:51.5625%;margin:0 auto;}
.contact_wide .inner .tel_mail .tel {width:93.9393%;padding:0 2% 7% 1%;}
.contact_wide .inner .tel_mail .mail {width:99.3939%;padding:4% 2% 0 1%;border-top:solid 1px #ffffff;}

/* ---------------------------
 * フォーム系共通
 * --------------------------- */
h3.form_title{font-size:1.6rem;text-align:center;color:#7f7f7f;width:90%;margin:5% auto;}
.form_secc1 {padding:3.6%;margin-top: 3%;}
.form_sec1,
.form_sec3 {background:#dcdcdc;}
.form_sec1 .head {
    background:url(../img/form_soudan/form_soudan_cnt2_text_img1.png) no-repeat left center;
    background-size:12%;
    box-sizing:border-box;
    width:100%;
    padding:5% 0 0 15%;
    color:#7f7f7f;
    font-size:1.4rem;
    margin-bottom:3%;
}
.form_sec1 ul,
.form_sec3 ul {-webkit-margin-before:0;-webkit-margin-after:0;}
.form_sec1 ul li,
.form_sec3 ul li {font-size: 1.2rem;line-height: 1.8em;margin-bottom:4%;}
.form_sec2 {background:#ffffff;}
.form_sec2 .head {
    background:url(../img/form_soudan/form_soudan_cnt3_text_img1.png) no-repeat left center;
    background-size:12%;
    box-sizing:border-box;
    width:100%;
    padding:3% 0 0 15%;
    color:#7f7f7f;
    font-size:1.4rem;
    margin-bottom:3%;
}

.form_sec1 .notes,
.form_sec2 .notes {/*margin-bottom:3%; */font-size:1.3rem;color:#000;line-height: 1.8em;}
/*.form_sec1 .notes span{font-size:1.4rem}*/
.form_sec2 ul {-webkit-margin-before:0;-webkit-margin-after:0;/*margin-bottom:10%; */}
.form_sec2 ul li {font-size: 1.2rem;line-height: 1.8em;margin-bottom:4%;}
.form_sec2 ul li:last-child { margin-bottom: 0;}
/*.form_sec2 ul li .datepicker {display:inline-block;width:12%;}*/
.form_sec2 .place_map {width:90%;margin:0 auto 8%;}
/*.next / prev */
.mfp_next {
    display:block;
    background:#000000;
    background-image:url(../img/common/text_img5.png),url(../img/common/arrow1.png);
    background-repeat:no-repeat,no-repeat;
    background-position:15% center,92% center;
    background-size:13%,3%;
    box-sizing:border-box;
    width:70%;
    margin:0 auto 20%;
    padding:5% 3% 4% 12%;
    border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#ffffff;
    font-size:1.4rem;
    cursor:pointer;
}
.mfp_prev {
    display:block;
    background:none !important;
    border:none !important;
    margin:0 auto;
    color:#000000;
    font-size:1.2rem;
}
.form_sec3 .head {
    background:url(../img/common/text_img5.png) no-repeat left center;
    background-size:12%;
    box-sizing:border-box;
    width:100%;
    padding:3% 0 0 15%;
    color:#7f7f7f;
    font-size:1.4rem;
    margin-bottom:5%;
}
.form_sec3 .question {font-size:1.2rem;margin-bottom:2%;}
.form_sec3 .question_list {margin-bottom:8%;}
.form_sec3 .chiku_menseki {padding-top:2%;}
.form_sec4 .head {
    background:url(../img/common/text_img6.png) no-repeat left center;
    background-size:12%;
    box-sizing:border-box;
    width:100%;
    padding:3% 0 0 15%;
    color:#7f7f7f;
    font-size:1.4rem;
    margin-bottom:5%;
}
.form_sec4 .question {color:#7f7f7f;font-size:1.2rem;margin-bottom:5%;}
.form_sec4 ul li {margin-bottom:7%;}
.form_sec4 ul li .title {margin-bottom:3%;}
.form_sec4 ul li .list label {padding:3% 2% 3% 0;}
.form_sec4 .pamphlet .notes {padding-top:2%;margin-bottom:10%;font-size:0.9rem;}
.form_btns {margin-bottom:18%;}
.form_nini { font-size: 1.4rem;font-weight: bold; margin: 5% 0; text-align: center; line-height: 1.4;}
div#mfp_phase_confirm h4 {font-size:2.2rem !important; line-height: 2;}
div.mfp_buttons button {font-size:1.8rem !important;}
/* 注意書き */
/* .tail_text {margin:0 auto;padding:0% 3.6% 10%;font-size:1.0rem;}
.tail_text a { text-decoration: underline; } */
.tail_text {
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    font-size: 1rem;
    line-height: 1.6;
    padding: 10px 10px;
    width: 93%;
    margin: 0 auto 4%;
}
.tail_text li { padding-left: 1em; text-indent: -1em; font-size: 1.3rem; line-height: 1.4; }
.tail_text li:not(:first-child) { margin-top: 6px; }
.tail_text li::before { content: '・'; }
.tail_text a { text-decoration: underline; }
/* .tail_text li { padding-left: 1em; text-indent: -1em; font-size:1200; line-height: 15px; }
.tail_text li:not(:first-child) { margin-top: 6px; }
.tail_text a { text-decoration: underline; } */
/* プライバシーポリシー */
.privacy {margin:3% 0 0;text-align:center;}
.privacy a {font-size: 1.1rem;text-decoration:underline;}
/* サンクスページ */
.thanks {margin-bottom:18%;}
.thanks .img {width:16%;margin:0 auto;padding:10% 0 7%;}
.thanks .head {text-align:center;color:#646464;font-size:1.4rem;margin-bottom:6%;}
.thanks .text1 {width:90%;margin:0 auto 6%;color:#646464;font-size:1.2rem;line-height: 1.6;}
.thanks .back_top {text-align:center;}
.thanks .back_top a {color:#191919;font-size:1.1rem;font-weight:bold;text-decoration:underline;}

/* ---------------------------
 * フォームカスタマイズ
 * --------------------------- */

/* 入力フォーム */
.input_text1,
.input_text2 {
    box-sizing:border-box;
    width:100%;
    padding:2% 3%;
    margin:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size:1.2rem;
}
/*
.input_text1 {background:#ffffff;color:#dcdcdc;}
.input_text1[required] {color:#afafaf;}
*/
.input_text1 {background:#ffffff;color:#7f7f7f;}

.input_text2 {background:#dcdcdc;color:#7f7f7f;}
.form_sec2 .input_text2 {color:#000000;}

/* ラジオボタン */
.input_radio1,
.input_radio2 {
    position:absolute;
    opacity:0;
    margin:0;
    cursor:pointer;
}
.input_radio_label1,
.input_radio_label2 {
    display:block;
    box-sizing:border-box;
    padding:1.4% 3%;
    background-image:url(../img/common/mark1.png);
    background-repeat:no-repeat;
    background-position:10% center;
    background-size:8%;
    font-size:1.2rem;
    text-align:center;
}
.input_radio_label1 {background-color:#ffffff;color:#7f7f7f;}
.input_radio_label2 {background-color:#dcdcdc;color:#7f7f7f;}
.input_radio1:checked,
.input_radio2:checked {cursor:auto;}
.input_radio1:checked + .input_radio_label1,
.input_radio2:checked + .input_radio_label2 {
    background-color:#7f7f7f;
    background-image:url(../img/common/mark2.png);
    color:#ffffff;
}

/* セレクトボックス */
.selectbox {position:relative; overflow: hidden;}
.selectbox select {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    padding-top:20%;
    opacity: 0;
}
.selectbox select .default {color:#dcdcdc;}
.selectbox .skin {
    position:relative;
    z-index:0;
    box-sizing: border-box;
    width:100%;
    padding:2% 3%;
    margin:0;
    border:none;
    font-size:1.2rem;
    border:none;
    cursor:pointer;
    color:#dcdcdc;
}
.selectbox .skin1 {background-color:#ffffff;}
.selectbox .skin2 {background-color:#dcdcdc; color:#7f7f7f}
.selectbox .skin:before,
.selectbox .skin:after {
    content:'';
    position:absolute;
    display:block;
}
.selectbox .skin:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    background: #000;
}
.selectbox .skin1:before {background-color:#ffffff;}
.selectbox .skin2:before {background-color:#dcdcdc;}
.selectbox .skin:after {
    top:50%;
    right:7px;
    margin-top:-3px;
    width:0;
    height:0;
    border:solid transparent;
    border-top-color:#000000;
    border-width: 5px 5px 0 5px;
}

section.form_sec2.form-soudan-wrap {
    margin-top: -1px;
}

.form_sec2-fix {
    background: #dcdcdc;
    padding: 0 3.6%;
}

.form-soudan-wrap-unselected {
    background-color: #dcdcdc;
    padding-bottom: 3.6%;
    font-size: 1.3rem;
}

.formBlock__labels-unselected {
    padding: 1.4% 3%;
    width: 30%;
    box-sizing: border-box;
}

.radio-unselected {
    margin-bottom: 0px;
    float: left;
    margin-right: 0px;
    width: 66%;
    background-size: 3.2%;
    text-align: left;
    color: rgb(0, 0, 0);
}

.formBlock-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 3.6%;
    color: #7f7f7f;
}

.radio-unselected:checked {
    background-color: #7f7f7f;
    background-image: url(../img/common/mark2.png);
    color: #ffffff;
}


.radio-input{
    display: none;
  }
  .radio-input + label{
    padding-left: 25px;
    position:relative;
    font-size: 1.2rem;
    display: block;
    line-height: 2.5;
  }
  .radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #A5A5A5;
  }
  .radio-input:checked + label{
    display: block;
    background-color: #7f7f7f;
    color: #ffffff;
    line-height: 2.5;
  }
  .radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
  }

  .formBlock-right {
    margin-bottom: 0;
    margin-right: 0;
    width: 67%;
    background-size: 3.2%;
    text-align: left;
}

.text {
    display: none;
  }
  .text01 {
    display: block;
  }






























/* テキストエリア */
.textarea1,
.textarea2 {
    box-sizing:border-box;
    background:#ffffff;
    height: 117px !important;
    width:100% !important;
    padding:2% 3%;
    margin:0;
    border:none;
    /*color:#dcdcdc;*/
    font-size:1.2rem;
    border-radius:0 !important;
}

/* チェックボックス */
.input_checkbox1,
.input_checkbox2 {
    position:absolute;
    opacity:0;
    margin:0;
    cursor:pointer;
}
.input_checkbox_label1,
.input_checkbox_label2 {
    display:inline-block;
    box-sizing:border-box;
    padding:2% 0;
    color:#a5a5a5;
    font-size:1.1rem;
}
.input_checkbox1:checked,
.input_checkbox2:checked {cursor:auto;}
.input_checkbox1:checked + .input_checkbox_label1 span,
.input_checkbox2:checked + .input_checkbox_label2 span {color:#000000;}

/* submitボタン */
.submit_btn {
    display:block;
    background:#000000;
    background-image:url(../img/common/arrow1.png);
    background-repeat:no-repeat;
    background-position:92% center;
    background-size:4px;
    box-sizing:border-box;
    width:60%;
    margin:0 auto 8%;
    padding:3% 0 3%;
    border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#ffffff;
    text-align:center;
    cursor:pointer;
}

/* datepicker */
.ui-datepicker-trigger {
    width:7.8%;
    height:auto;
    margin-left:5%;
    cursor:pointer;
}

/* フォーム(項目個別) */
.age_sex {margin-bottom:8% !important;}
.age_sex input,
.age_sex label {vertical-align:middle;}
.age {width:32%;margin-right:1%;}
.sex {display:inline-block;width:31.1%;margin-right:1%;}
.byabout{display:inline-block;width:20%;margin-right:1%;}
.bytext{display:inline-block;width:53%;margin-right:1%;text-align:center;}
.post {width:65%;}
/*.mail2 input {font-size:1.0rem;}*/
.date {position:relative;margin-bottom:4% !important;}
.date input {width:80%;}
.date,
.time,
.form_sec2 .place,
.form_sec4 .title {color:#7f7f7f;}
/* 必須項目以外のタイトル */
.form_sec2 .date:first-of-type,
.form_sec2 .place:nth-last-of-type(3),
.question,
.question_list,
.pamphlet .title,
.bytext, .gray{color:#7f7f7f;font-size: 1.2rem;line-height: 1.5em;}

/*.time {margin-bottom:8% !important;}*/
.time label, .room label{
    display:inline-block;
    width:48%;
    background-position:5% center;
    background-size:5%;
    padding-left:7%;
    margin-right:1%;
    margin-bottom:1%;
}
.form_sec2 .place {margin-bottom:5% !important;}
.form_sec3 .place .input_select1 {padding:5% 4%;}
.chiku_menseki .input_text1 {width:20%;}
.chiku_menseki .chiku {margin-right:10%;}
.complate .input_text1 {width:20%;}
.media15_label {display:block;}
.another {display:inline-block;width:75%;font-size:1.1rem;}
.pamphlet .title {margin-bottom:2%;}
.pamphlet label {display:inline-block;width:31.1%;margin-right:1%;padding:2% 0 1% 4%;font-size:1.2rem}


/*__________common*/
.top_bg_gray{background:#e5e5e5;}

/* フォーム用パーツ */
#inducement_contact_onstop { box-sizing: border-box; border: solid 1px #dcdcdc; padding: 10px 10px; width: 93%; margin: 0 auto 4%; }
#inducement_contact_onstop ul {}
#inducement_contact_onstop li { padding-left: 1em; text-indent: -1em; font-size: 1.3rem; line-height: 1.4; }
#inducement_contact_onstop li:not(:first-child) { margin-top: 6px; }
#inducement_contact_onstop li::before { content: '・'; }
#inducement_contact_onstop a { text-decoration: underline; }

ul.note_asterisk { margin-bottom: 4%; }
ul.note_asterisk li { padding-left: 1em; text-indent: -1em; font-size: 1.3rem; line-height: 1.4; margin-bottom: 0; }
ul.note_asterisk li:not(:first-child) { margin-top: 5px; }
ul.note_asterisk li::before { content: '※'; }

/* パンくずリスト */
ol.breadcrumbs { list-style: none; list-style-type: none; margin: 10px 4% 10px; padding: 0; line-height: 1.4; }
ol.breadcrumbs li { display: inline; font-size: 11px; }
ol.breadcrumbs li:before { content: ">"; color: #000; margin-left: 5px; padding-right: 5px; }
ol.breadcrumbs li:first-child:before { content: none; }
ol.breadcrumbs li:last-child,
ol.breadcrumbs li:last-child a { color: #999999; }

.main_img + ol.breadcrumbs { margin-top: -10.9375%; padding-top: 10px; }
ol.breadcrumbs + .intro,
ol.breadcrumbs + .secc1 { margin-top: 30px; padding-top: 0; }

.form-video {
    font-size: 1.5rem;
    text-align: center;
    color: #853131;
    width: 90%;
    margin: 5% auto;
    font-weight: bold;
    line-height: 1.8;
}