@charset "UTF-8";
/* CSS Document */
#topbox .read {
    font-size: 2.4rem;
    line-height: 1.8;
	padding-top:1rem;
}

.box{
width:85rem;
margin:0 auto;
}

.top_tit{
    margin-bottom: 110px;
}

#contactform{
padding-bottom:2rem;
}

#contactform dl{
    position: relative;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #C1C1C1;
}
#contactform dl:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#contactform dl:first-child dd.sel_box{
    margin-left: 0px;
}
#contactform dt{
    display: flex;
    float: left;
    width: 17.5rem;
    /* padding-right: 3rem; */
    text-align: left;
    padding-top: 6px;
    position: relative;
    color: #DB0000;
    align-items: center;
    justify-content: space-between;

}
.app #contactform dt.lastc{
padding-right:4rem;
}
#contactform dd{
padding-left:16rem;

}
#contactform .hisu dt:after{
    content: "必須";
    display: inline-block;
    color: #fff;
    background-color: #dc3418;
    border: 1px solid #fff;
    border-radius: 5px;
    /* position: absolute; */
    font-weight: 600;
    padding: 5px 0.6rem;
    top: 4px;
    right: 0;
    line-height: 1;
}
#contactform select{
    background: #fff;
    border: 1px solid #C1C1C1;
    font-size: 1em;
    border-radius: 5px;
    padding: 7px 1rem;
    width: 60%;
    z-index:2;
    color: #959595;
    cursor: pointer;
}
#contactform select option{
    color: #757575;
}
#contactform .select_a{
position:relative;
display:inline-block;
    background-color: #fff;
}
#contactform .select_a select{
padding-right:30px;
}
#contactform .select_a:before{
content:"";
display:block;
position:absolute;
    width: 2.6rem;
    right: 0;
    top: 0;
    bottom: 0;
	z-index:1;
	border:1px solid #000;
	background-image:url(../common/img/select_a.png);
	background-repeat:no-repeat;
	background-position:50%;
}

#contactform dd.sel_box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
}

#contactform input[type="text"],#contactform input[type="email"],#contactform textarea{
    background: #fff;
    border: 1px solid #C1C1C1;
    font-size: 1rem;
    border-radius: 5px;
    padding: 5px 1rem;
    width: 100%;
    resize: vertical;
    font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,'Noto Sans JP' , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#contactform textarea{
    line-height: 1.5;
    padding: 7px 1rem;
    letter-spacing: 0.5px;
    resize: vertical;
    min-height: 100px;
}
#contactform input.shot1[type="text"]{
width:35%;
}

#contactform input.shot2[type="text"]{
width:45%;
}
#contactform input.shot2[type="email"]{
width:45%;
}
#contactform input.shot3[type="text"]{
width:47%;
margin-right:4%;
}
#contactform input.shot4[type="text"]{
width:47%;
}

#contactform input.shot5[type="text"]{
width:60%;
}
#contactform input.shot5[type="email"]{
width:60%;
}

#contactform .red{
font-size:1.3rem;
line-height:1.4;
color:#dc3418;
padding-top:0.5rem;
}
#contactform .txt{
padding:3rem 0 2rem 0;
font-size:1.5rem;
}

.privacy{
    display: flex;
    position: relative;
    padding: 2rem 0;
    padding-top: 40px;
    text-align: center;
    font-family: 'otf';
    flex-direction: column;
    align-items: center;
}
.privacy a{
    color: #e06463;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: solid 1px #e06463;
}
#btnbox{
text-align:center;
}
#btnbox .top_btn{
font-weight:bold;
max-width: 300px;
}
::placeholder {
    color: #959595;
    font-weight: 500;
    font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,'Noto Sans JP' ,  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }



.no_btn ,#btnbox{
    display: flex;
    max-width: 650px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  #btnbox button,.no_btn a{
    text-align: center;
    position: relative;
    width: 100%;
    border: solid 2px #e06463;
    background-color: #FFF;
    padding:20px 2em;
    border-radius: 15px;
    font-size: 1em;
    color: #e06463;
    cursor: pointer;
    transition: all 300ms;
  }
  #btnbox button:hover,.no_btn a:hover{
    color: #FFF;
    background-color: #e06463;
    transition: all 300ms;
    opacity: 1;
  }

  a#mfp_button_cancel {
    display: block;
    text-align: center;
    position: relative;
    border: solid 2px #8f8f8f;
    background-color: #FFF;
    padding: 20px 2em;
    color: #8f8f8f;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    border-radius: 15px;
    font-size: 1em;
    max-width: 400px;
    transition: all 300ms;
}
a#mfp_button_cancel:hover{
    transition: all 300ms;
    color: #FFF;
    background-color: #8f8f8f;
}


.box.app{
width:90rem;}

#letbox{
border:2px solid #000;
background-color:#fff;
padding:2rem 3.5rem;
margin-bottom:5rem;
}
#letbox .right{
width:47%;
padding-top:2.5rem;
}
#letbox .right img{
max-width:100%;
}
#letbox .left{
width:53%;
}
#letbox .title{
font-weight:bold;
font-size:1.8rem;
padding-bottom:0.5rem;
}
#letbox .indent{
display:inline-block;
vertical-align:top;
font-size:1.5rem;
line-height:1.3;
text-indent:-1em;
padding:0.2rem 1rem 0.2rem 1em;
}

.caution{
border-top:2px solid #000;
padding:3rem 0;
font-size:1.5rem;
}

#btnbox p{
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
}
#btnbox > div{
    display: none;
padding-top:3rem;
font-weight:bold;
color: #dc3418;
}
.re_btn{
background-image:url(../common/img/arrow_back.svg);
background-size:2rem auto;
background-position: 5% 50%;
background-repeat:no-repeat;
padding-left:3.5rem;
font-size:1.8rem;
margin:0 auto;
cursor:pointer;
display:inline-block;
}
.re_btn:hover{
background-position: 0% 50%;}

div.mfp_err {
    position: absolute!important;
    clear: both!important;
    text-align: left!important;
    margin: 0px!important;
    padding: 0!important;
    color: #F00!important;
    font-size: 12px!important;
    line-height: normal!important;
    background-image: url(_images/mfp_error.gif)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 1px!important;
    bottom: 6px!important;
}

.form_tab div.mfp_err{
    bottom: -18px!important;
}

.privacy div.mfp_err{
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1rem!important;
    text-align: center!important;
}

table.form_tab {
    width: 100%;
}

.form_tab tr th {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
    width: 25%;
}

.form_tab tr {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.form_tab tr:last-child{
    margin-bottom: 0;
}
.form_tab tr td{
    width: 74%;
    display: inline-block;
}

.form_att{
    font-size: 0.9em;
}


.sel_box {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 4em;
    border: none;
}
.sel_box label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.sel_box label span{
    font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,'Noto Sans JP' ,  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.sel_box label::before,
.sel_box label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
.sel_box label::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #ffffff;
    border: solid 1px #707070;
}
.sel_box label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 0.5em;
    height: 0.5em;
    background-color: #6b6b6b;
}
.sel_box input {
    display: none;
}



.privacy input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
.privacy input[type="checkbox"] {
    cursor: pointer;
    padding-left: 25px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
    margin-top: -0.1em;
  }
  .privacy input[type="checkbox"]::before,
  .privacy input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  .privacy input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #a5a5a4;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  .privacy input[type="checkbox"]::after {
    border-bottom: 2px solid #4d4d4d;
    border-left: 2px solid #4d4d4d;
    opacity: 0;
    height: 5px;
    width: 9px;
    transform: rotate(-45deg);
    top: -5px;
    left: 8px;
  }
  .privacy input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

  .privacy.__pri {
    display: flex;
    align-items: flex-start;
    padding: 0;
    }
    .privacy.__pri div.mfp_err {
        text-align: left!important;
        bottom: -1rem!important;
    }


.ank_box ul li p{
    font-weight: 600;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
}
.ank_box ul li {
    margin-bottom: 30px;
}
.ank_box ul li:last-child{
    margin-bottom: 0;
}

.sea_num{
    padding-top: 5px;
    padding-bottom: 15px;
}

.con_pri_wrap {
    text-align: left;
    margin-bottom: 25px;
}
.con_pri_wrap p{
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}
.con_pri_wrap p::after{
    content: "必須";
    color: #fff;
    background-color: #dc3418;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 0.4rem;
    margin-left: 0.5em;
}




.ck_ac{
    position: relative;
}
.ck_ac::before{
    content: '';
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.ck_ac .top_btn{
    opacity: 0.4;
}

.con_btn#btnbox .top_btn{
    background-color: #DF6466;
    color: #FFF;
}
.con_btn#btnbox .top_btn:hover{
    background-color: #FFF;
    color: #DF6466;
}
.con_btn#btnbox .top_btn.md_btn{
    background-color: #777777;
    color: #FFF;
    border-color: #777777;
    margin-right: 45px;
}
.con_btn#btnbox .top_btn.md_btn:hover{
    background-color: #FFF;
    color: #777777;
}

#mfp_hidden{
    display: none!important;
}

#mfp_confirm_table{
    margin: 0 auto;
}
#mfp_confirm_table tr {
    width: 100%;
    line-height: 1.4;
}
table#mfp_confirm_table {
    width: 95%;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 100px;
}
#mfp_confirm_table tr th {
    border-right: solid 1px;
    padding: 20px 0;
    padding-right: 2em;
    text-align: right;
    width: 35%;
}
#mfp_confirm_table tr td {
    padding-left: 2em;
    text-align: left;
    width: 65%;
}

#thanks{
    text-align: center;
}

@media (max-width:767px) {
    .con_pri_wrap p::after{
        font-size: 0.9em;
    }
    .con_pri_wrap{
        margin-bottom: 0;
    }
    div#contents{
        margin-top: 40px;
    }

#topbox .read {
    font-size: 1.8rem;
    line-height: 1.8;
	padding-top:1rem;
}

.top_tit {
    margin-bottom: 50px;
}
#mfp_element_0_label,#mfp_element_1_label,#mfp_element_2_label,#mfp_element_3_label,#mfp_element_4_label,#mfp_element_5_label{
    width: 100%!important;
    display: inline-block!important;
}

.box{
width:100%;
margin:0 auto;
padding-bottom:1rem;
}
.box.app{
width:100%;}

#contactform{
padding-bottom:1em;
}
#contactform dl{
padding:0.7rem 0;
padding-bottom: 30px;
}
#contactform dl:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#contactform dt{
float:none;
width:100%;
padding:0 0 0.5rem 0;
text-align:left;
font-size: 18px;
}
#contactform dd,.app #contactform dd{
padding-left:0;
margin: 0;
}
#contactform .hisu dt{
padding:0.2em 0 0.5rem 0rem;
margin-bottom: 5px;
}
.app #contactform dt.lastc{
padding:0 0 0.5rem 4.5rem;
}
#contactform .hisu dt:after{
top:0;
right:auto;
left:0;
font-size: 0.9em;
}

#contactform select{
font-size:1rem;
padding:0.5rem 1rem;
text-overflow: ‎clip;
-moz-appearance: menulist;
-webkit-appearance: menulist;
appearance: menulist;
background-color:#fff;
}
#contactform .select_a{
position:relative;
display:inline-block;
background-color:transparent;
}
#contactform .select_sp{
margin-bottom:0.8rem;
}
#contactform .select_a select{
padding-right:1rem;
}
#contactform .select_a:before{
    width: 2.6rem;
	height:100%;
	display:none;
}
#contactform .select_a:after{
    right: 0.6rem;
    top: 0.8rem;
	display:none;
}

#contactform input[type="text"],#contactform input[type="email"],#contactform textarea{
padding:0.5rem 1rem;
}
#contactform input.shot1[type="text"]{
width:40%;
}

#contactform input.shot2[type="text"]{
width:30%;
}
#contactform .red{
font-size:1.2rem;
line-height:1.4;
padding-top:0.5rem;
}
#contactform .txt{
padding:3rem 0 2rem 0;
font-size:1.5rem;
}


#letbox{
padding:1rem;
margin-bottom:4rem;
}
#letbox .right{
width:100%;
float:none;
padding-top:1.5rem;
text-align:center;
}
#letbox .right img {
    max-width: auto;
	width:100%;
}
#letbox .left{
width:100%;
float:none;
}
#letbox .title{
font-size:1.6rem;
line-height:1.4;
padding:0.5rem 0;
}
#letbox .indent{
display:inherit;
font-size:1.4rem;
line-height:1.2;
text-indent:-1em;
padding:0.2rem 0 0.2rem 1em;
}

.privacy{
    font-size: 20px;
    padding-top: 80px;
}
.privacy p{
    margin-bottom: 10px;
}

#btnbox{
padding-top:0;
text-align:center;
}
#btnbox .top_btn{
font-weight:bold;
font-size:18px;
}


.form_tab tr th{
    width: 30%;
}
.form_tab tr td {
    width: 69%;
}

.caution{
padding:3rem 0;
font-size:1.5rem;
}


.re_btn{
padding-left:3.5rem;
font-size:1.8rem;
}

.form_att {
    display: block;
    margin-top: 5px;
}

.con_pri_p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.no_btn, #btnbox {
    flex-direction: column;
}

.con_btn#btnbox .top_btn.md_btn {
    margin-right: 0;
    margin-bottom: 30px;
}

a#mfp_button_cancel{
    margin-bottom: 25px;
    font-size: 18px;
}


element.style {
    display: block;
}
.privacy div.mfp_err {
    bottom: 0.2rem!important;
}

.ank_box ul li p{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.privacy.__pri div.mfp_err{
    bottom: -1.5rem!important;
}
.privacy.__pri {
    font-size: 18px;
}

#btnbox p{
    margin-right: 0;
}

}

/* PC/SP start */
.pc{
}
.sp{
    display: none;
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* PC/SP end */

.k1{
display: none;
}
.k2{
display: none;
}
.k1.k1_ac{
display: block;
}
.k2.k2_ac{
display: block;
}

div.error{
    width: 100%;
    color: red;
}
