@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 768px) { /*表示切り替え*/
	.sp-only{
		display: none;
	}
}

body,html{
	min-width: 1200px;
}
.container {
	max-width: 1200px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container{
	padding-right: 10px;
	padding-left: 10px;
}
.bg-light{
	background-color: #fff!important;
}
.fixed-top{
	left: inherit;
	padding-top: 5px;
}
.navbar-brand{
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-form a.nav-link:hover{
	opacity: 0.8;
}
.navbar-light .logo_mb{
	width: 192px;
}
.navbar-light .logo_a{
	width: 131px;
}

body{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}
img{
/*	max-width: 100%;*/
}

.w-1000{
	max-width: 1020px;
}

h2{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0;
}
h3{
	font-weight: 600;
    line-height: 1.6;
}

p,a{
	letter-spacing: 1px;
}

p.note{
	font-size: 16px!important;
	margin-top: 20px;
}

#problem p{
	letter-spacing: 1px;
}

.f-orange{
	color: #ff9d06;
}


.box-white{
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
	padding: 30px 0px 10px;
}

#main{
	background-color: #F2EBE4;
	margin-bottom: 72px;
	min-height: 480px;
	position: relative;
	background-image: url("../img/main_bg.png");
	background-repeat: repeat-x;
}
#main img{
	position: absolute;
    bottom:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	max-width: 1466px;
}
h1{
	margin-bottom: 0;
	margin-block-end: 0;
}
#introduction{
	margin-bottom: 60px;
}
#introduction .container{
	text-align: center;
}
#introduction .container p{
	font-size: 1rem;
}
#introduction .q_box_bg{
	background-image: url("../img/img01.png");
	background-repeat: no-repeat;
	background-position: center;
}
#introduction .q_box{
	padding-top: 80px;
	padding-bottom: 80px;
}
#introduction .q_box h2{
	font-size: 1.875rem;
	line-height: 1.7;
	margin-bottom: 32px;
	font-weight: normal;
}
#introduction .q_box p{
	line-height: 1.9;
}
#introduction .cp_announcement{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 35px;
}
#introduction .cp_announcement .addinfo{
	font-size: 1.25rem;
	margin-bottom: 30px;
}
#introduction .cp_announcement img{
	margin-bottom: 30px;
}
#introduction .cp_announcement h3{
	font-size: 1.5rem;
	color: #525456;
	font-weight: 600;
	margin-bottom: 18px;
}

#howto{
	background-color: #F2EBE4;
	padding-bottom: 24px;
	margin-bottom: 95px;
}
#howto .container{
	position: relative;
}
#howto .container h2{
	padding-top: 110px;
	text-align: center;
	color: #EB908F;
	font-size: 1.875rem;
	position: relative;
	margin-bottom: 60px;
}
#howto .container h2:before{
	position: absolute;
	content: '';
	top: 64px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 23px;
	height: 20px;
	display: block;
	background-image: url("../img/icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}
#howto .howto_box{
	max-width: 800px;
	margin: 0 auto 45px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#howto .howto_box .howto_box_step{
  	margin-top:20px;
}
#howto .howto_box .howto_box_step img{
	flex-shrink: 0;
	width: 224px;
	height: 243px;
}
#howto .howto_box_step:nth-of-type(1),
#howto .howto_box_step:nth-of-type(2),
#howto .howto_box_step:nth-of-type(3){
	margin-top:0;
}
#howto .howto_box_step:nth-of-type(3n-1):nth-last-of-type(1){
	margin-right:auto;
  	margin-left:34px;
}
#howto .howto_box .howto_box_step p{
	width: 224px;
	padding-top: 20px;
	font-size: 0.9375rem;
}
#howto .howto_box .howto_box_step p span{
	font-size: 0.875rem;
	color: #BA2745;
}
#howto .container h3{
	text-align: center;
	color: #EB908F;
	font-size: 1.875rem;
	margin-bottom: 20px;
}
#howto .cp_box{
	width: 802px;
	margin: 0 auto 58px;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#howto .cp_box ul{
	list-style: none;
	padding-inline-start: 0px;
}
#howto .cp_box .font_black{
	margin-top: 50px;
	margin-bottom: 24px;
}
#howto .cp_box .font_black li{
	font-size: 1.125rem;
	margin-bottom: 10px;
}
#howto .cp_box .font_black li:last-child{
	margin-bottom: 0;
}
#howto .cp_box .font_red{
	color: #BA2745;
	display: flex;
	font-size: 0.875rem;
	margin-bottom: 20px;
}
#howto .cp_box p{
	font-size: 1.125rem;
	margin-right: 190px;
	margin-top: 56px;
	margin-bottom: 48px;
}
#howto .cp_box .font_red p{
	font-weight: normal;
	margin: 0;
	margin-right: 24px;
	font-size: 0.875rem;
}
#howto .cp_box .font_red ul li{
	margin-bottom: 5px;
}
#howto .cp_box .font_red ul li:last-child{
	margin-bottom: 0;
}

footer .top_back{
	background-color: #F2EBE4;
	padding: 110px 0;
}
footer .top_back_copy{
	text-align: center;
	padding-bottom: 20px;
}
footer .top_back_copy img{
	margin-bottom: 20px;
}
footer .btn_top_back{
	text-align: center;
}
footer .btn_top_back a{
	max-width: 500px;
	border: solid 1px #000;
	border-radius: 40px;
	color: #000;background-color: #fff;
	padding: 30px 144px;
	font-size: 1.125rem;
	font-weight: 600;
}
footer .btn_top_back a:hover{
	text-decoration: none;
	opacity: 0.8;
}

footer .copyright{
	text-align: center;
	color: #EB908F;
	background-color: #fff;
	padding: 20px 0 60px;
	margin-bottom: 0;
}


/*お問い合わせ*/
#form{
	max-width: 700px;
	margin: 0 auto;
}
input[type=checkbox], input[type=radio]{
    margin-right: 10px;
	cursor: pointer;
}
select{
	width: 100%;
/*    height: 40px;*/
}
label{
    border-radius: 10px;
    padding: 3px 0px;
	margin-bottom: 0;
	cursor: pointer;
}
.table td, .table th{
	border-top:none;
}
.table tbody+tbody{
	border-top:none;
}
.form-privacy-policy tr:first-child{
	border-top:2px solid #D7D7D7;
}
.form-form h2{
	margin: 40px auto 68px auto;
	font-size: 1.875rem;
	color: #EB908F;
	position: relative;
	padding-top: 140px;
}
.form-form h2:before{
	position: absolute;
	content: '';
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 230px;
	height: 99px;
	display: block;
	background-image: url("../img/form_img.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.form-table th{
	font-weight: normal;
	padding: 18px 10px;
}
.form-table td{
	font-weight: normal;
	padding: 8px 10px;
}
.pt_30 th,.pt_30 td{
	padding: 30px 10px 8px 10px; 
}
.pb_30 th,.pb_30 td{
	padding: 8px 10px 30px 10px; 
}
.pt_40 th{
	padding: 35px 10px 8px 10px; 
}
.pt_40 td{
	padding: 25px 10px 8px 10px;
}
.form-item{
	width: 300px;
	display: flex;
}
.form-memo{
    display: block;
    font-size: 0.9375rem;
	font-feature-settings: "palt";
    padding-top: 5px;
}
.form-check{
	display: flex;
}
.input-base{
	padding: 10px 7px;
}
.input-normal{
	width: 100%;
}
.input-short{
	width: 50%;
}
.form-mark{
    font-size: 15px;
    color: #B2272D;
	margin-left: 17px;
}
.mark-required{
	margin-top: 3px;
}
.mark-optional{
	margin-top: 3px;
}
.q_row2>.mark-optional{
	margin-top: -15px;
}
p.form-mark{
	margin-bottom: 0;
}
.send{
	text-align: center;
	margin-top: 50px;
}
.btn_form_check{/*入力内容を確認する ボタン*/
	width: 500px;
	height: 80px;
	color: #000;
    background-color: #EB908F;
    border: solid 3px #EB908F;
    border-radius: 40px;
    cursor: pointer;
	font-size: 1.125rem;
	font-weight: 600;
}
.btn_form_check:hover{
	opacity: 0.8;
}
.btn_form{ /*送信ボタン*/
/*	padding: 20px auto;*/
	width: 335px;
	height: 80px;
	color: #000;
    background-color: #EB908F;
    border: solid 3px #EB908F;
    border-radius: 40px;
    cursor: pointer;
	font-size: 1.125rem;
	font-weight: 600;
}
.btn_form:hover{
	opacity: 0.8;
}
.btn_cancel{
	color: #999;
	border: solid 3px #eee;
    background-color: #eee;
}
.form-subtitle{
	border-bottom: solid 2px #D7D7D7;
}
.form-subtitle td{
	padding: 50px 10px 8px 10px
}
.form-privacy a{
	color: #000;
	padding-bottom: 3px;
	border-bottom: solid 2px #000;
	text-decoration: none;
}
.form-privacy a:hover{
	opacity: 0.8;
}
.form-privacy-policy a{
	color: #000;
	padding-bottom: 3px;
	border-bottom: solid 2px #000;
	text-decoration: none;
}
.form-privacy-policy a:hover{
	opacity: 0.8;
}

/*確認と送信完了*/
.form-form{
/*	padding: 60px 0 150px;*/
	padding: 0 0 150px;
}
.form-checkpage{
	width: 100%;
	max-width: 700px;
	margin: 60px auto;
}
.form-checkpage tbody{
	border-bottom: solid 1px #acacac;
}
.form-checkpage th,.form-checkpage td{
    border-top: solid 1px #acacac;
    padding: 10px 0 10px 20px;
}
.form-checkpage th{
	width: 250px;
}
.form-checkpage td{
	max-width: 450px;
}
.form-thankswrap{
	margin: 60px 0;
}
input, select, textarea{
	border: solid 2px #D7D7D7;
}
select{
	/*　矢印を消す　*/
    -webkit-appearance:none;
    -moz-appearance:none;
	text-indent: .01px; /* Firefox用 */
	text-overflow: ""; /* Firefox用 */
    appearance:none;
	background-image: url("../img/btn_select.png");
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
}
.form-date>td{
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
}
.form-date>td>select{
	width: 70px;
}
.naiyou_txt{
	word-break: break-all;
}
/*お問い合わせ終わり*/

/*サンクスページ*/
.thanks_header{
	background-color: #F2EBE4;
	padding-top: 50px;
	min-height: 344px;
	background-image: url("../img/main_bg.png");
	background-repeat: repeat-x;
	margin-bottom: 78px;
}
.thanks_header img{
	
}
#thanks .container{
	margin-top: 80px;
}
#thanks .thanks_text{
	padding-top: 140px;
	margin-bottom: 20px;
	position: relative;
}
#thanks .thanks_text p{
	line-height: 1.8;
}
#thanks .thanks_text:before{
	position: absolute;
	content: '';
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 230px;
	height: 99px;
	display: block;
	background-image: url("../img/form_img.png");
	background-repeat: no-repeat;
	background-size: contain;
}
footer .thanks_footer{
	background-color: #fff;
	padding: 80px 0 180px 0;
}
footer .top_back_copy p{
	font-size: 1rem;
	margin-bottom: 35px;
}
/*サンクスページ終わり*/

#page_top {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    z-index: 99999;
}
#page_top:hover img {
    margin-top: -90px;
}

/*横スクロール禁止*/
html{
overflow-x : hidden;
overflow-y : auto;
}

body{
overflow-x : hidden;
overflow-y : auto;
}