@charset "utf-8";

body {
	font-family: 'Hind','Oswald', sans-serif;
	font-family: 'Noto Sans JP';
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	line-height: 1.7;
	font-weight: 400;
	color: #333;
	font-size:18px;
	font-display: swap;
}


@font-face {
font-family: 'Noto Sans JP';
src: url('../font/notosans_medium.woff') format('woff');
font-weight: 500;
font-display: swap;
}

@font-face {
font-family: 'Noto Sans JP';
src: url('../font/notosans_regular.woff') 
	at('woff');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'Noto Sans JP';
src: url('../font/notosans_bold.woff') format('woff');
font-weight: 700;
font-display: swap;
}

@font-face {
font-family: 'Hind';
src: url('../font/hind_regular.woff') format('woff');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'Hind';
src: url('../font/hind_semibold.woff') format('woff');
font-weight: 600;
font-display: swap;
}

@font-face {
font-family: 'Oswald';
src: url('../font/oswald_regular.woff') format('woff');
font-weight: 400;
font-display: swap;
} 

.sp-item { display: none;  }
.pc-item {
    display: block; }



  @media screen and (max-width : 600px ){
    body {
      min-width: inherit;
	  height:100%;
		padding-bottom: 30px;
	  }
      body .sp-item {
        display: block; 
	  }
	  body .sp-item img {
		width:100%;
	  }
      body .pc-item {
        display: none; }
	  
}


a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}

img {
	line-height: 0;
	padding: 0;
	margin: 0;
}

/* ここから書いていきましょう */
/*========= ナビゲーションのためのCSS ===============*/
/* Header */
/* ----------------------------------------------------- */
header {
	width: 100%;
}

.head {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.logo{
	width: 373px;
}
.tel{
	width: 401px;
}
h1 {
	max-width: 1000px;
	margin: 0 auto;
}
h1 img {
	width: 100%;
}

 @media screen and (max-width : 600px ){
	.head {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
}
	 .head img{
		 width: 100%;
	 }
.logo{
	width: 46%;
}
.tel{
	width: 46%;
}
h1 img {
	width: 100%;
} 
}

.cta {
	width: 700px;
	margin: 20px auto 0;
}
.cta_btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin:10px 0 0 0;
}
.mail_btn{
	width: 342px;
}
.line_btn{
	width: 342px;
}
.ob {
	max-width: 700px;
	box-sizing: border-box;
	border: 5px solid #ccc;
	padding: 20px;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 1.2em;
}
.ob h3{
	border-bottom: 1px solid #666;
	padding-bottom:15px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
.pic1 {
	max-width: 700px;
	margin: 0 auto 50px;
}
.pic {
	max-width: 700px;
	margin: 0 auto 50px;
}
.pic1,
.pic img{
	width: 100%;
}

 @media screen and (max-width : 600px ){
.cta {
	width: 90%;
	margin: 20px auto 0;
}
.cta_btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin:20px 0 0 0;
}
.mail_btn{
	width: 49%;
}
.line_btn{
	width: 49%;
}
	 .cta_btn img{
		 width: 100%;
	 }
.ob {
	max-width: 90%;
	box-sizing: border-box;
	border: 5px solid #ccc;
	padding: 20px;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 1.1em;
}
.ob h3{
	border-bottom: 1px solid #666;
	padding-bottom:15px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
.pic1 {
	max-width: 100%;
	margin: 0 auto 40px;
}
	 .pic1 img {
		 width: 100%;
	 }
.pic {
	max-width: 90%;
	margin: 0 auto 40px;
}

}


.price{
	background: #f9f8e1;
	padding: 30px 0 30px;
	margin: 0 0 30px;
}
.price h2 {
	max-width: 700px;
	margin: 0 auto 13px;
}
.price h2 img{
	width: 100%;
}

.price_wrap{
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.price_cont{
	width: 33%;
}
.price_box{
	border-radius: 10px;
	background: #fff;
	width: 260px;
	margin: 0 auto 35px;
	padding-bottom: 0px;
	height: 536px;
}
.price_box h3{
	border-radius: 10px 10px 0 0;
	background: #ffcc00;
	text-align: center;
	font-size: 23px;
	line-height: 1.1;
	font-weight: bold;
	padding: 14px 0;
}
.price_box h3 span{
	font-size: 17px;
}
.price_box_in{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.price_pic {
	width: 100%;
	margin: 0 auto;
}
	 .price_pic img{
		 width: 100%;
	 }
.price_txt {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	line-height: 1.3
}
	 .car{
		 width:100%;
		 display: flex;
		 justify-content: space-between;
		 align-items:center;
		 text-align: center;
	 }
	 .cartxt{
		 width:50%; 
	 }
	  .caricon{
		 width:45%; 
	 }
	 .caricon img{
		 width: 100%;
	 }


.detail{
	width: 100%;
	display: flex;
	margin: 0 0 20px 0;
	align-items: center;
}
.icon{
	width: 4em;
}
.detail_txt{
	width: 90%;
	margin-left: 10px;
	font-weight: 600;
	line-height: 1;
}
.price_s{
	font-size: 1.3em;
}
.price_m{
	font-size: 1em;
}
.price_l{
	font-size: 1.8em;
	color: #ff0000;
}
.red_txt {
	color: #ff0000;
}
.blue{
	background: #336699;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 10px;
}
.red{
	background: #ff3300;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	margin: 13px 0 10px;
}	 

 @media screen and (max-width : 600px ){
.price{
	background: #f9f8e1;
	padding: 20px 0 10px;
	margin: 0 0 20px;
}
.price h2 {
	max-width: 100%;
	margin: 0 auto 13px;
}
.price h2 img{
	width: 100%;
}
.price_wrap{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.price_cont{
	width: 46%;
}
.price_box{
	border-radius: 10px;
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}
.price_box h3{
	border-radius: 10px 10px 0 0;
	background: #ffcc00;
	text-align: center;
	font-size: 23px;
	line-height: 1.1;
	font-weight: bold;
	padding: 14px 0;
}
.price_box h3 span{
	font-size: 15px;
}
.price_box_in{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.price_pic {
	width: 100%;
	margin: 0 auto;
}
	 .price_pic img{
		 width: 100%;
	 }
.price_txt {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 1.3
}
	 .car{
		 width:100%;
		 display: flex;
		 justify-content: space-between;
		 align-items:center;
		 text-align: center;
	 }
	 .cartxt{
		 width:60%;
		 font-size: 0.9em
	 }
	  .caricon{
		 width:35%; 
	 }
	 .caricon img{
		 width: 100%;
	 }


.detail{
	width: 100%;
	display: flex;
	margin: 0 0 20px 0;
	align-items: center;
}
.icon{
	width: 4em;
}
.detail_txt{
	width: 90%;
	margin-left: 10px;
	font-weight: 600;
	line-height: 1;
}
.price_s{
	font-size: 1.1em;
}
.price_m{
	font-size: 1em;
}
.price_l{
	font-size: 1.4em;
	color: #ff0000;
}
.red_txt {
	color: #ff0000;
}
.blue{
	background: #336699;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 10px;
}
.red{
	background: #ff3300;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	margin: 13px 0 10px;
}	 

}

.cta_area{
	width: 769px;
	margin: 0 auto;
}
.cta_area h2{
}
.cta_area h2 img{
}
.oisogi img{
	width: 100%;
}
.oisogi2 img{
	width: 70%;
	margin: 0 auto;
	display: block;
}

.cta_area_btn{
	padding: 20px  0 35px;
	text-align:center;
	background: url("../images/cta_area_bg.png") no-repeat;
	background-position: center bottom;
	width: 769px;
	margin: 0 auto;
	box-sizing: border-box;
}

.cta_area_btn .btn_box{
	width: 629px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.cta_area_btn .btn_box img{
	width: 100%;
}

.mail_btn{
	width: 307px;
}
.line_btn{
	width: 307px;
}

 @media screen and (max-width : 600px ){
	.cta_area{
	width: 100%;
	margin: 0 auto;
}
.cta_area h2{
}
.cta_area h2 img{
	width: 100%
}
.oisogi2 img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.cta_area_btn{
	padding: 10px 0 20px;
	text-align:center;
	background: url("../images/s_cta_area_bg.png") no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
	 .cta_area_btn img{
		 width: 90%;
	 }
	 .cta_area_btn p{
		 width: 90%;
		 margin: 0 auto;
	 }

.cta_area_btn .btn_box{
	width: 86%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
}
.cta_area_btn .btn_box_tel{
	width: 86%;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}
	 .cta_area_btn .btn_box_tel img{
		 width: 100%;
	 }
.cta_area_btn .btn_box img{
	width: 100%;
}

.mail_btn{
	width: 49%;
}
.line_btn{
	width: 49%;
}
 
	 
	 
}

a {
  display: inline-block;
  transition: .3s;
}
a:hover {
  transform: scale(1.1);
}


.sokujitu{
	width: 700px;
		margin: 0 auto 60px;
	}
.sokujitu h3{
	font-size: 1.3em;
	font-weight:bold;
	margin: 0 auto 10px;
}

.reason{
background: #fce963;
	padding: 0 0 30px;
}
.reason h2{
	background: #fcfbd2;
	text-align: center;
	margin-bottom: 40px;
	padding:10px 0 0;
}

.reason_wrap{
	width: 820px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.reason_box{
	width: 254px;
	background: #fff;
	padding: 10px 10px 30px;
	box-sizing: border-box;
	border-radius: 5px;
}
.reason_box p{
	width: 95%;
	margin: 0 auto;
}
.reason_box img{
	width: 100%;
	margin-bottom: 10px;
}

.reason h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}

 @media screen and (max-width : 600px ){
.sokujitu{
	width: 90%;
		margin: 0 auto 60px;
	}
	 .sokujitu img{
		 width: 100%;
	 }
.sokujitu h3{
	font-size: 1em;
	font-weight:bold;
	margin: 0 auto 10px;
}

.reason{
background: #fce963;
	padding: 0 0 10px;
}
.reason h2{
	background: #fcfbd2;
	text-align: center;
	margin-bottom: 30px;
	padding:10px 0 0;
	width: 100%;
}
	 .reason h2 img{
		 width: 90%;
		 text-align: center;
	 }
.reason_wrap{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto 0;
}
.reason_box{
	width: 100%;
	background: #fff;
	margin: 0 auto 30px;
	padding: 10px 10px 30px;
	box-sizing: border-box;
	border-radius: 5px;
}
.reason_box p{
	width: 90%;
	margin: 0 auto;
}
.reason_box img{
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.reason h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}	 
}


.hikaku{
	max-width: 738px;
	margin: 50px auto 60px;
	}
.hikaku h2{
	max-width: 600px;
	margin: 0 auto 20px;
}
.hikaku img{
	width: 100%;
}

.jirei {
	background: #e5f1f9;
	padding: 40px 0;
	margin:50px 0 0 ;
}

.jirei h2{
	width: 665px;
	margin: 0 auto 20px;
}
.jirei img{
	width: 100%;
}

.jirei_box{
	background: #fff;
	width: 700px;
	padding: 30px 40px 40px 40px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}

.jirei_price{
	font-size: 1.5em;
	font-weight: bold;
}
.jirei_price2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.jirei_price_red1{
	color: #ff0000;
	font-size: 2em;
}
.jirei_price_red2{
	color: #ff0000;
	font-size: 1.5em;
}
.jirei_blue{
	color: #336699;
	font-weight: bold;
}

@media screen and (max-width : 600px ){
	.hikaku{
	max-width: 738px;
	margin: 30px auto 30px;
	}
	
.jirei {
	background: #e5f1f9;
	padding: 20px 0 20px;
	margin:30px 0 0 ;
}

.jirei h2{
	width: 100%;
	margin: 0 auto 20px;
}
.jirei img{
	width: 100%;
}

.jirei_box{
	background: #fff;
	width: 90%;
	padding: 5% 5% 5% 5%;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

.jirei_price{
	font-size: 1.3em;
	font-weight: bold;
}
.jirei_price2{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.jirei_price_red1{
	color: #ff0000;
	font-size: 1.7em;
}
.jirei_price_red2{
	color: #ff0000;
	font-size: 1em;
}
.jirei_blue{
	color: #336699;
	font-weight: bold;
}
}
.service{
	padding: 0 0 30px;
}
.service h2{
	background: #ff3300;
	text-align: center;
	margin-bottom: 20px;
	padding:20px 0;
	font-size: 58px;
	font-weight: 800;
	color: #fff;
	line-height: 1.3;
	border-top: 10px solid #ffcc00;
	border-bottom: 10px solid #ffcc00;
}
.service h3{
	text-align: center;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.3;
	color: #ff3300;
	margin-bottom: 20px;
}
.service_wrap{
	width: 820px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.service_box{
	width: 254px;
	background: #f9e4a9;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	border-radius: 5px;
}
.service_box p{
	width: 100%;
	margin: 0 auto;
}
.service_box img{
	width: 100%;
	margin-bottom: 10px;
}

.service h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}

@media screen and (max-width : 600px ){
	.service{
	padding: 0 0 20px;
}
.service h2{
	background: #ff3300;
	text-align: center;
	margin-bottom: 20px;
	padding:20px 0;
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	line-height: 1.3;
	border-top: 10px solid #ffcc00;
	border-bottom: 10px solid #ffcc00;
}
.service h3{
	text-align: center;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.3;
	color: #ff3300;
	margin-bottom: 20px;
}
.service_wrap{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto 0;
}
.service_box{
	width: 100%;
	background: #f9e4a9;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}
.service_box p{
	width: 100%;
	margin: 0 auto;
}
.service_box img{
	width: 100%;
	margin-bottom: 10px;
}

.service h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}

}

.voice{
	background: #badbf4;
	padding: 50px 0;
	margin-bottom: 30px;
}

.voice h2{
	margin: 0 auto;
	width: 610px;
}
.voice h2 img{
	width: 100%;
	margin-bottom: 18px;
}
.voice p{
	margin-top: 5px;
}

.voice_box{
	border: #000033 solid 3px;
	border-radius: 7px;
	padding: 15px 25px 20px;
	background: #fff;
	margin: 0 auto 40px;
	box-sizing: border-box;
	width: 700px;
}
.voice h3{
	color: #ff3300;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #000033;
	padding-bottom: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.voice .huyouhin{
	background: #ff6600;
	color:#fff; 
	font-weight: 600;
	width: 6em;
	padding: 2px 10px;
	line-height: 1;
}
@media screen and (max-width : 600px ){
	.voice{
	background: #badbf4;
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

.voice h2{
	margin: 0 auto;
	width: 100%;
}
.voice h2 img{
	width: 100%;
	margin-bottom: 15px;
}
.voice p{
	margin-top: 5px;
}

.voice_box{
	border: #000033 solid 3px;
	border-radius: 7px;
	padding: 15px 25px 20px;
	background: #fff;
	margin: 0 auto 30px;
	box-sizing: border-box;
	width: 90%;
}
.voice h3{
	color: #ff3300;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #000033;
	padding-bottom: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.voice .huyouhin{
	background: #ff6600;
	color:#fff; 
	font-weight: 600;
	width: 6em;
	padding: 2px 10px;
	line-height: 1;
}
}


.step {
	margin: 50px auto;
	width: 700px;
}
.step h2{
	max-width: 640px;
	margin: 0 auto 15px;
}
.step h2 img{
	width: 100%;
}
.step_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}
.step_pic{
	width: 104px;
}
.step_txt{
	width: 575px;
}

.step h3{
	background: #ff3300;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
@media screen and (max-width : 600px ){
.step {
	margin: 30px auto;
	width: 90%;
}
.step h2{
	max-width: 100%;
	margin: 0 auto 15px;
}
.step h2 img{
	width: 100%;
}
.step_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}
.step_pic{
	width: 100%;
	text-align: center;
}
.step_txt{
	width: 100%;
}

.step h3{
	background: #ff3300;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 10px 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 0 10px;
}
}
.qa{
	background:#ffffee; 
	padding: 0 0 30px;
	margin: 70px 0 0;
}
.qa h2 {
	background: #d6c994;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 30px;
}
.attention{
	max-width: 700px;
	margin: 60px auto;
}
.attention img{
	width: 100%;
}
.attention_box{
	background: #f4f2f2;
	padding: 0 0 25px;
}
.attention h2{
	margin-bottom: 5px;
}
.attention p{
	width: 90%;
	margin: 0 auto;
}

.area {
	background: #e5f0f9;
	padding: 40px 0 60px;
	margin: 50px 0 0;
}
.area h2{
	max-width: 700px;
	margin: 0 auto 10px;
}
.area p{
	max-width: 700px;
	margin: 0 auto;
}
.area h3{
	max-width: 700px;
	background: #003366;
	color: #ffff33;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1;
	padding: 15px 0;
	margin: 30px auto 0;
}
.area_box{
	max-width: 700px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px 40px 30px;
	box-sizing: border-box;
}
.area_name {
	width: 30%;
}
@media screen and (max-width : 600px ){
	.attention{
	max-width: 90%;
	margin: 30px auto;
}
.attention img{
	width: 100%;
}
.attention_box{
	background: #f4f2f2;
	padding: 0 0 25px;
}
.attention h2{
	margin-bottom: 5px;
	width: 100%;
}
	.attention h2 img{
		width: 100%;
	}
.attention p{
	width: 90%;
	margin: 0 auto;
}
	.area {
	background: #e5f0f9;
	padding: 20px 0 30px;
	margin: 30px 0 0;
}
.area h2{
	max-width: 96%;
	margin: 0 auto 10px;
}
.area h2 img{
	width: 100%;
	}
.area p{
	max-width: 90%;
	margin: 0 auto;
}
.area h3{
	max-width: 90%;
	background: #003366;
	color: #ffff33;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 8px 0;
	margin: 30px auto 0;
}
.area_box{
	max-width: 90%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 15px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
}
.area_name {
	width: 30%;
}
}
#form h2 {
	background: #006699;
	text-align: center;
	padding: 19px 0;
	margin: 0;
}
.qa_box {
	max-width: 800px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}
.a {
	background: url("../images/a.png")no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
}
.q {
	background: url("../images/q.png")no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
	font-weight: bold;
	margin: 0 0 10px;
}

@media screen and (max-width : 600px ){
	.qa{
	background:#ffffee; 
	padding: 0 0 30px;
	margin: 50px 0 0;
}
.qa h2 {
	background: #d6c994;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 25px;
}
	.qa h2 img {
		width: 90%;
	}

#form h2 {
	text-align: center;
	padding: 14px 0;
	margin: 0;
}
	#form h2 img {
		width: 84%;
	}
.qa_box {
	width: 90%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}
.a {
	background: url("../images/a.png")no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
}
.q {
	background: url("../images/q.png")no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
	font-weight: bold;
	margin: 0 0 10px;
}
}
.link{
	text-align: center;
	padding: 30px 0;
}

.link a{
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
}
.link a:visited{
	color: #666;
}

.link a:hover{
	color: #999;
}

footer{
	display: none;
}

.footer_copy{
	background: #666;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 10px 0;
}
.footer_cta{
	display: none;
}
@media screen and (max-width : 600px ){
	.link{
	text-align: center;
	padding: 20px 0 60px;
}
footer{
	display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
	display: block;
	box-shadow: 0 0 10px #ccc;
}
	.footer_btn{
		width: 96%;
		margin: 0 auto;
		display: flex;
	}
	footer img{
		width: 100%;
	}
	.footer_line{
		width: 37.5%;
	}
	.footer_tel{
		width: 62.5%;
	}

	
	
}
/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}



/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
  animation-delay: 0.5s;
}

.delay-time075{  
  animation-delay: 0.75s;
}

.delay-time1{  
  animation-delay: 1s;
}

.delay-time15{  
  animation-delay: 1.5s;
}

.delay-time2{  
  animation-delay: 2s;
}

.delay-time25{  
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
  animation-duration: 0.5s;
}
.change-time075{  
  animation-duration: 0.75s;
}

.change-time1{  
  animation-duration: 1s;
}

.change-time15{  
  animation-duration: 1.5s;
}

.change-time2{  
  animation-duration: 2s;
}

.change-time25{  
  animation-duration: 2.5s;
}

.fadein-left{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.fadein-left.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}


.bn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	margin: 0 auto 12px auto;
	width: 1000px;
  }
  
 .bn img{margin:0px;
 width:220px;} 

@media screen and (max-width : 600px ){
	.bn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	margin: 0 0 12px 0;
	width: 100%;
  }
  
 .bn img{margin:0px;
 width:90%;} 
	
}

.popup {
	display: none;
	position: fixed;
	top: 79%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(128, 128, 128, 0.9); /* グレーで透明度50% */
	padding: 20px;
	border: 2px solid #ccc;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	text-wrap:nowrap;
	color: white; /* テキストは白色 */
	text-align: center;
	width: 80%; /* 横幅を全体の80%に設定 */
	max-width: 600px; /* 最大横幅を設定（オプション） */
}
.popup button {
	display: block;
	margin: 10px auto 0;
}