@charset "utf-8";
/* CSS Document */
#wrapper {
/*font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	
}



#wrapper {
	max-width: 1024px;
	width:100%;
	margin:0 auto;
}


.wrapper_inner {
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	max-width:900px;
	width:96%;
}
.wrapper_inner div{
	margin:0 auto;
	width:100%;
}
.wrapper_inner img{
	margin:0 auto;
	width:100%;
}
.sbmit_box{
	max-width: 1024px;
	width:100%;
	margin:0 auto;
	background:#fff;
	padding-top:5%;
	padding-bottom:10%;
	font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.sbmit_box p{
	padding-top:5%;
	line-height:1.3;
}

header{
	background:#fff;
}

.footer_inner {
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:100%;

}

.footer_inner div img {
	margin:0 auto;
	width:100%;
	max-width: 1000px;
}

#wrapper a {
	text-decoration: none;
}

#wrapper img {
	vertical-align:top;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	text-align:center;
	margin:0 auto;
	width:100%;
}

#wrapper .img_area img{
	width:100%;
}


#wrapper .foot_txt{
	font-family: 'gothic_101pro_re';
	font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
	margin:2% auto 0;
	text-align:center;
}



#wrapper .end_box{
	width:100%;
	margin:10% auto;
	
}
#wrapper .end_img{
	margin:10% auto 0;
}

#wrapper .end_img img{
	margin:10% auto 0;
	max-width:226px;
	width:40%;
}

#wrapper .end_tx1{
font-family: "gothic_101pro_me";
	font-size: clamp(0.9rem, 0.5rem + 2vw, 2rem);
	margin:10% auto 0;
	line-height:1.5;
}
#wrapper .end_tx2{
	font-family: "gothic_101pro_re";
	font-size: clamp(0.8rem, 0.582rem + 1.09vw, 1.4rem);
	margin:3% auto 0;
	line-height:1.5;
}
#wrapper .f_end{
	border-top:4px solid #666767;
	padding-top:2%;
}





.color_red{
	color:#e60012;
}

.relative {
  position: relative;
}



ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	font-size: clamp(0.9rem, 0.5rem + 2vw, 2rem);

}

ol li {
  position: relative;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #00a0e2;
  border-radius: 3px;
  color: white;
	font-size:clamp(1rem, 0.564rem + 2.18vw, 2.2rem);
  left: -10px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrapper .margin_top01{
	margin-top:1%;
}
#wrapper .margin_top02{
	margin-top:2%;
}
#wrapper .margin_top03{
	margin-top:3%;
}

#wrapper .margin_top04{
	margin-top:4%;
}
#wrapper .margin_top05{
	margin-top:5%;
}

#wrapper .margin_top06{
	margin-top:6%;
}

#wrapper .margin_top07{
	margin-top:7%;
}

#wrapper .margin_top08{
	margin-top:08%;
}

#wrapper .margin_top09{
	margin-top:09%;
}

#wrapper .margin_top10{
	margin-top:10%;
}
#wrapper .margin_top20{
	margin-top:20%;
}
#wrapper .margin_top30{
	margin-top:30%;
}
#wrapper .margin_top40{
	margin-top:40%;
}



/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper a.black:link {
	color:#000;
}
#wrapper a.black:visited  {
	color:#000;
}

#wrapper a.red:link {
	color:#d32525;
}
#wrapper a.blue:link {
	color:#3391c4;
}
#wrapper a.red:visited  {
	color:#d32525;
}
#wrapper a.blue:visited  {
	color:#3391c4;
}

/*ページトップスクロールボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}




#wrapper .address_btn {
    background: #000;
    color: #fff;
    font-size:16px;
	padding:5px 10px;

}	




/*---------------------------------------------------------------------------------*/
#wrapper .footer_box{
	background:#000;
	color:#fff;
	padding-bottom:5%;
}

#wrapper .footer_box .footer_box_inner{
	text-align:left;
	color:#fff;
	margin:0 auto 0;
	max-width:900px;
	width:100%;
	padding-top:3%;
}


#wrapper .f_logo_box{
	text-align:center;
	margin:50px auto 0;
	width:90%;
	max-width:460px;
}

#wrapper .f_logo_box img{
	width:100%;
}
#wrapper .copy_box{
	text-align:center;
	margin:20px auto 50px;
	width:90%;
	font-size: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
}




.footer_b{
	max-width:1024px;
	width:100%;
	margin:3% auto 0;
	padding-top:7%;
	padding-bottom:3%;
	background:#f0f0f0;
}
.footer_b_in{
	max-width:900px;
	width:90%;
	margin:0 auto;
}

.f_box{
	display:flex;
	justify-content: space-between;
	width:100%;
	margin:0 auto;
}

.foot_left{

}

.foot_right{
	min-width:382px;
}
.foot_right img{
	width:100%;
	max-width:382px;
}

.f_box .f_txt_00{
	font-size: clamp(1.2rem, 0.691rem + 2.55vw, 2.6rem);
	text-align:left;
	line-height:1.3;
	font-weight:500;
	margin:0 auto;
}
.f_box .f_txt_01{
	font-size: clamp(0.8rem, 0.618rem + 0.91vw, 1.3rem);
	text-align:left;
	line-height:1.3;
	font-weight:550;
	margin:0 auto 0;
	font-family:"vw_h_r",'gothic_101pro_re';
}
.f_box .f_txt_02{
	font-family: 'gothic_101pro_bo';
	font-size: clamp(1.3rem, 0.682rem + 3.09vw, 3rem);
	text-align:left;
	line-height:1.0;
	margin:1% auto 0;
}

.f_box .f_txt_02 span{
	font-family: "vw_h_b";
	font-size: clamp(1.6rem, 0.873rem + 3.64vw, 3.6rem);

}

.f_box .f_txt_03{
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	text-align:left;
	line-height:1.3;
	font-weight:500;
	margin:2% auto 0;
	font-family:"vw_h_r",'gothic_101pro_re';
	font-feature-settings: "palt";
}
.f_box .f_txt_04{
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	text-align:left;
	line-height:1.3;
	margin:3% auto 2%;
	font-family:"vw_h_r",'gothic_101pro_re';
}


.footer {
	font-size: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
	width:100%;
	margin:10% auto 3%;
	text-align:left;
}


#wrapper .footer_sig{
	margin:5% auto;
	width:90%;
}
#wrapper .ft_01{
	display:flex;
	align-items: flex-end;
	padding-bottom:1%;
	border-bottom:1px solid #000;

}


#wrapper .ft_01_1{
	font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
	font-family: 'gothic_101pro_re';
}
#wrapper .ft_01_2 {
	font-family: 'gothic_101pro_re';
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	padding-left:2%;
}

#wrapper .ft_02{
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	font-family: 'gothic_101pro_me';
	margin-top:3%;
}

#wrapper .ft_03{
	font-size: clamp(0.7rem, 0.445rem + 1.27vw, 1.4rem);
	font-family: 'twke_li';
	margin-top:1%;
	line-height:1.5;
}

#wrapper .contact_m_title{
	margin:5% auto 0;
	font-family: "gothic_101pro_me";
	font-size: clamp(1rem, 0.564rem + 2.18vw, 2.2rem);
	padding:2% 2% 2% 0;
	border-bottom:1px solid #000;
	text-align:center;
	
}


#wrapper .contact_tx1{
	font-size: clamp(0.6rem, 0.309rem + 1.45vw, 1.4rem);
	line-height:1.5;
	width:100%;
	text-align:left;
}
#wrapper .contact_tx2{
	font-size: clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
	line-height:1.5;
	width:90%;
	margin:5% auto 0;
	text-align:left;
}

#wrapper .contact_tx3{
	font-family: "gothic_101pro_me";
	font-size: clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
	line-height:1.5;
	margin:2% auto 0;
	border-bottom:1px solid #000;
	padding-bottom:2%
}
#wrapper .contact_tx3 span{
	color:#e71c24;
}


#wrapper .contact_tx4{
	font-family: "FP-ヒラギノ角ゴ StdN W5";
	font-size: clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
	line-height:1.5;
	margin-top:1%;
}

#wrapper .contact_tx5{
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	font-size: clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
	line-height:1.5;
	margin-top:1%;
}


.wrapper_inner .thanks_title{
	font-size: clamp(0.7rem, 0.373rem + 1.64vw, 1.6rem);
	line-height:1.8;
	width:90%;
	text-align:left;
	margin:4% auto;
}
.wrapper_inner .thanks_txt{
	font-size: clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
	line-height:1.5;
	width:90%;
	text-align:left;
	margin:4% auto;
}


.wrapper_inner .contact_box{
	width:100%;
	margin:0 auto;
	background:#efefef;
	padding:4%;
	margin-top:4%;
}
.wrapper_inner .contact_box2{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:0 4% 4%;
	margin-top:1%;
}


.contact_txt{
	width:80%;
	margin:50px auto;
	text-align:left;
	padding:20px;
	border:1px solid #000;
}

.wrapper_inner .contact_box_end .contact_txt2{
	width:100%;
	margin:50px auto 10px;
	text-align:left;
	line-height:150%;
	font-size: clamp(1.2rem, 0.764rem + 2.18vw, 2.4rem);
//	font-weight:700;
	
}
.wrapper_inner .contact_txt3{
	width:100%;
	margin-top:2%;
	text-align:left;
	line-height:1.5;
	font-size: clamp(1.2rem, 0.764rem + 2.18vw, 2.4rem);
}

#wrapper .contact_title{
	font-family: "gothic_101pro_me";
	margin:6% auto 0;
	font-size: clamp(0.7rem, 0.518rem + 0.91vw, 1.2rem);
	font-feature-settings: "palt";
}

#wrapper .contact_title2{
	font-family: "gothic_101pro_me";
	font-size: clamp(1rem, 0.491rem + 2.55vw, 2.4rem);
	font-feature-settings: "palt";
}




#wrapper .thanks_txt{
	width:80%;
	margin:50px auto 100px;
	text-align:center;
	padding:20px;
	font-size:1.2rem;

}

#wrapper .hisu{
	color:#e71c24;
	font-size:1.2rem;
	vertical-align:-20%;
	margin: 0 5px;

}

#wrapper .fuku{
	color:#e71c24;
	padding-left:2%;
	font-size:clamp(0.5rem, 0.318rem + 0.91vw, 1rem);

}
/*
.contact_title .hisu{
	border-radius: 5px;
	background:#e71c24;
	padding:3px 10px;
	color:#fff;
	font-size:0.9rem;
	vertical-align:2px;
}
*/



#wrapper .contact_box .contact_in{
	margin:1% auto 0;

	font-family: "gothic_101pro_me";
//	border-bottom:1px solid #000;
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
}

#wrapper .contact_box .contact_in_ub {
	margin:1% auto 0;
	font-family: "vw_h_r";
	border-bottom:1px solid #000;
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
}

#wrapper .contact_box label{
	font-family: "vw_h_r","gothic_101pro_me";
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
}


#wrapper .contact_in p{
	font-family: "vw_h_r","gothic_101pro_li";
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
}

#wrapper .contact_box .contact_in2{
	margin:1% auto 0;
	font-family: "vw_h_r","gothic_101pro_me";
//	border-bottom:1px solid #000;
//	padding-bottom:1%;
	border:1px solid #ccc;
	padding:1.5% 2%;
	line-height:1.5;
	background:#fff;
}

.contact_pp{
	line-height:3.0;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	font-size: clamp(0.5rem, 0.355rem + 0.73vw, 0.9rem);
	border-bottom:1px solid #000;
	padding-bottom:0.5%;
	margin-left:1vw;
}
.agree_box{
	border:1px solid #000;
	padding:3%;
	line-height:1.5;

}
.agree_box .ag_tx1{
	font-family: "gothic_101pro_me";
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	font-feature-settings: "palt";
}
.agree_box .ag_tx2{
	font-family: "vw_h_r","gothic_101pro_me";
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	margin-top:2%;
	font-feature-settings: "palt";
}
.agree_box .ag_tx3{
	font-family: "vw_h_r","gothic_101pro_re";
	font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
	padding-left:1.8em;
	text-indent:-1.8em;
	margin-top:2%;
	font-feature-settings: "palt";
}


#contact_f{
	margin:0 auto;
	padding-bottom:30px;
}

#contact_f .f_b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
}

#contact_f .f_b .f_b1{
	width:19%;
}
#contact_f .f_b .f_b2{

}

#contact_f input[type=text]{
	border:none;
	font-family: "vw_h_r","gothic_101pro_re";
	font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
	line-height:1.5;
	background:#fff;
	padding:0.6% 1.0%;			/*パディング*/
	font-feature-settings: "palt";
}
#contact_f input[type=text].b_on{
	border:1px solid #000;	/*ボーダー*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
}
#contact_f input[type=text].b_none{
//	border:none;
	border-bottom:1px solid #000;	/*ボーダー*/
}

#contact_f textarea {
	margin-top:3%;
	font-family: "vw_h_r","gothic_101pro_re";
	font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
	border:none;
	border:1px solid #000;	/*ボーダー*/
	padding:0.6% 1.0%;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
	background:#fff;
	line-height:1.5;
}


#contact_f input[type=text]:focus, #contact_f textarea:focus {
	box-shadow: 0px 0px 5px 2px #ccc;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}

#contact_f input[type=checkbox] {
   -webkit-transform: scale(1.8);
   transform: scale(1.8);
   margin-right: 0.5em;
   margin-top:-0.2%;
  margin-left:2%;
}

#contact_f input[type="radio"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
   margin-top:-5px;
}

#contact_f .car_list input[type="radio"] {
	transform: scale(5.0);
}


#contact_f .contact_in select {
	border:1px solid #000;	/*ボーダー*/
	font-family: "vw_h_r","gothic_101pro_re";
	font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
//	border:none;

	padding:1%;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
//	width:100%;
	background:#fff;

}

#contact_f select.b_none{
	border:none;
	border-bottom:1px solid #000;	/*ボーダー*/
	border-radius:0px;		/*角丸にする*/
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	padding:0.6% 0%;			/*パディング*/
}


.contact_in select:focus {
	box-shadow: 0px 0px 5px 2px #ccccee;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}

#contact_f LABEL{
//	font-size:1.2rem;
	white-space: nowrap;
	line-height:200%;
}
#contact_f LABEL span{
	font-size:clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
	
}
#contact_f .in_input{
	padding-bottom:1%;
}

#contact_f input[type=text].s_year{
	width:4vw;
	border:1px solid #000;
	padding:0.1%;
}
#contact_f input[type=text].s_month{
	width:2vw;
	border:1px solid #000;
	padding:0.1%;
}

#contact_f input[type=text].zip1{
	width:3vw;
	border:1px solid #000;
	padding:0.1%;
}
#contact_f input[type=text].zip2{
	width:4vw;
	border:1px solid #000;
	padding:0.1%;
}

#contact_f input[type=text].input_no{
	width:1vw;
	border:1px solid #000;
	padding:0.1%;
}


/*-------ボタン-----------------------------*/


#wrapper .contact_bt{
	margin:0 auto;
	width:100%;
}

#wrapper .bt_center{
	color: #FFFFFF;
	font-size: clamp(0.8rem, 1.6vw, 1.6rem);
	cursor: pointer;
	margin:3% auto 0;
	cursor: pointer;
	background: #000;
	width:100%;
	padding:3%;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
#wrapper .bt_center:hover {
	opacity: 0.5;
}

#wrapper .contact_flex{
	width:90%;
	margin:10% auto 0;
	display: flex;
	justify-content: center ;
}
#wrapper .contact_flex_01{
	width:46%;
}


#wrapper .bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: clamp(0.8rem, 0.509rem + 1.45vw, 1.6rem);
	padding: 2% 2% 2% 10%;
	text-align: right;
	width:60%;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	border: none;
	cursor: pointer;
	border: 1px solid #000;;
	margin:0 auto;
}


.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}




#wrapper .bw-arrow2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
//	justify-content: space-between;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #000;
	font-size: clamp(0.8rem, 1.6vw, 1.6rem);
	padding: 2% 2% 2% 20%;
	text-align:left;
	width:60%;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	border: 1px solid #000;;
	cursor: pointer;
	margin:0 auto;
}


#wrapper .bw-arrow2::before {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

#wrapper .bw-arrow2:hover {
//	opacity: 0.5;
	background:#ccc;
}

a.bw-arrow2:link, a.bw-arrow2:active, a.bw-arrow2:hover, a.bw-arrow2:visited {
	color: #000;
	text-decoration: none;
}



.contact_bt2{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	font-size:1.2rem;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
/*--------------------------------*/
.error_txt{
	font-family: 'gothic_101pro_me';
	color:red;
	padding-bottom:1.5%;
	font-size: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
}


/*----------------------------------------------*/

#wrapper .multiple-item{
	border-right:1px solid #ccc;
	font-size:18px;
	font-weight:bold;;
}


#wrapper .multiple-item li{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #000;

	height:50px;
	vertical-align:middle;
	line-height: 50px;
	background:#fff;
}
#wrapper .multiple-item li a{
	display: block;
	color:#ccc;
}


#wrapper .multiple-item .active_mn{
	border-bottom:1px solid #fff;
	border-top:1px solid #000;
	border-left:1px solid #000;
}


#wrapper .multiple-item .active_mn span{
	border-bottom:4px solid #ff0000;
}



#wrapper .multiple-item .none_mn{
	border-left:1px solid #000;
}


#wrapper .multiple-item a:hover{
	color:#ccc;
	background:#999;
}

/*----------*/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active2 {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active2 span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active2 span:nth-child(2),
.navToggle.active2 span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle{
	display:none;
}

.head_logo_con{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-end;
	max-width:900px;
	text-align:center;
	margin:40px auto 20px;
	width:100%;
}


.select_input{
	margin-top:10px;
}
.select_input ul{ 
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-top:2px solid #666;
	padding:10px 0;
}





#wrapper .foot_title_a{
	max-width:1000px;
	margin:50px auto 30px;
	line-height:1.5;
	padding-bottom:0.6rem;
	border-bottom:10px solid #002C65;
	text-align:center;
}

#wrapper .foot_title_a p .foot_title_vw{
	font-size: clamp(1.4rem, 3.0vw, 3.0rem);
	font-weight:600;
}

#wrapper .foot_title_a p .foot_title_j{
	font-size: clamp(1.2rem, 2.2vw, 2.2rem);
	font-weight:900;
}

.arrow{
  width: 22px;
  height: 22px;
  border: 4px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
}


.sankaku_arrow{
	display: flex;
}




.bt_links{
	width:100%;
	margin-top:10%;
	text-align:left;
	letter-spacing: 0.1em;
}


.bt_links img{
//	max-width:729px;
	width:100%;
	margin:5% auto 0;
}



.bt_links a {
//	width:90%;
	margin-top:10%;
	color: #fff;
	font-size: clamp(0.9rem, 0.645rem + 1.27vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	padding:5%;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#001e50;
//	line-height:1.3;
}
.bt_links a::before {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.bt_links a:hover {
	transform: translateY(-7px);
}
.bt_links a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}





.bt_links2{
	width:90%;
	margin:0 auto;
	text-align:center;
	letter-spacing: 0.1em;
}


.bt_links2 img{
	max-width:729px;
	width:100%;
	margin:20px auto;
}



.bt_links2 a {
	width:90%;
	margin:0 auto;
	color: #fff;
	font-size: clamp(0.9rem, 0.645rem + 1.27vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	padding:20px;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#00a0e2;
	line-height:1.3;
}
.bt_links2 a::before {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.bt_links2 a:hover {
	transform: translateY(-7px);
}
.bt_links2 a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}

.kiyaku{
	width:100%;
	border:1px solid #000;
	margin:20px auto;
	padding:20px;
	text-align:center;
}

.kiyaku_box {
	overflow:auto;
	height:600px;
	padding-left:1em;
	text-indent:-1em;
	line-height:150%;
	text-align:left;
}


.flex_b {
	display:flex;
	flex-wrap:wrap;
}
.flex_b .flex_in {
	width:48%;
	margin-bottom:10px;
}

.wrapper_inner .att_box{
	max-width:600px;
	width:96%;
	margin:0 auto;
	padding-top:20px;
//	padding-left:1em;
//	text-indent:-1em;
	line-height:150%;
	text-align:left;
}


/* ************************************************************************************************ */
@media screen and (max-width: 768px) {

#wrapper .f_box{
	display:block;
}

.foot_left{
	width:100%;
	margin:1% auto;
}

.foot_right{
	width:100%;
	margin:5% auto 0;
}

.foot_right img{
	width:90%;
}

.sp_none{
	display: none;
}
#contact_f input[type=checkbox] {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);

}

#contact_f input[type="radio"] {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
#contact_f .f_b .f_b1{
	width:30%;
}

#contact_f .contact_in select {
	font-size: 16px
	transform: scale(0.8);
}


}



@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
