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

.wp-post-image{
	display: none;
}


.font_main{
	color: #39b386!important;
}
.font_gold{
	color: #8B6600!important;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 751px){
	
	.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #E73551;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
	
.s_01 .accordion_one:nth-of-type(5) .accordion_header {
    background-color: #ff9a05;
}	
	
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  box-sizing: border-box;
	background-color: #FFFFFF;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
	background-color: #FFFFFF;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
	
	.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
	
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
	

/*共通部分*/
	body {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 1.5;
		font-size: 13px;
		color: #222222;}
	
	#sp{
		display: none;
	}	
	
   .sp{
		display: none;
	}	
	
	#site-description{
		display: none;
	}
	#rmp_menu_trigger-77{
		display: none;
	}
	
	#site-title{
		display: none;}
	
	#search{
		display: none;
	}
	
	#menu{
		display: none;
	}
	
	.entry-title{display: none;}
	
	#container{
		padding-top: 95px;
	}
	
/*ヘッダー*/
	
	#header_w{
		width: 100%;
		height: 80px;
		background-color: #FFFFFF;
		position: fixed;
		z-index: 100;
	}
	
	.header_menu_w{
		width: 1200px;
		margin: auto;
		height: 80px;
		overflow: hidden;
		background-color: #FFFFFF;
		
	}
	
	.logo_w{
		width: 200px;
		float: left;
		padding-top: 10px;
	}
	
	
	.logo_w img{
		width: 100%;
	}
	
	.menu_w{
		float: left;
		width: 340px;
		padding-top: 15px;
		text-align: right;
	}
	
	.menu_w img{
		width: 70px;
	}


	.menu_tel{
		float: left;
		width: 500px;
	padding-top: 20px;
		padding-left: 3px;
	}
	
	.menu_tel img{
		width: 100%;
	}
	
	
	.header_menu_icon{
		width: 160px;
		height: 90px;
		float: left;
		text-align: center;
		padding-top: 10px;
		text-align: left;
	}

	
	.header_menu_icon ul{
		overflow: hidden;
	}
	
	.header_menu_icon ul li{
		width: 45px;
		float: left;
		padding-left: 5px;
		padding-top: 10px;
	}
	
	.header_menu_icon ul li img{
		width: 100%;
	}
	
/*フッター*/
	
	#footer{
		background-color:#39B285;
		width: 100%;
		padding: 50px 0px;
		color: #FFFFFF;
	}
	
	
	#copyright{
		text-align: center;
		font-size: 12px;
	}
	
	.footer_menu{
		width: 1200px;
		margin: auto;
		overflow: hidden;
		padding: 50px 0px;
		overflow: hidden;
	
	}
	
	
	.footer_logo{
		width: 400px;
		float: left;
	}
	
	.footer_logos img{
		width: 100%;
	}
	
	.footer_zip{
		font-size: 16px;
		padding-left: 115px;
	}
	
	
	.footer_logolist{
		float: left;
		width: 800px;
		padding-top: 30px;
	}
	
	.footer_logolist img{
		width: 100%;
	}
	
	.footer_id{
		font-size: 16px;
		padding-left: 115px;
		color: #CF0003;
	}
	
	
	#copyright{
		font-size: 14px;
		padding-top: 25px;
	}
	
/*トップ*/
	
	#cont_00{
		width: 100%;
	}
	
	.cont_00_box{
		width: 100%;
		height: 600px;
		background-image: url("https://nandemoya-perfect.com/wp-content/uploads/2023/05/pc_top_img-1.jpg");
		background-position: top;
		background-repeat: no-repeat;
		background-color:#39b386;
	}
	
	
	.cont_01_w{
		position: relative;
  z-index: 0;
		padding: 80px 0px 0px 0px;
		background-color: #000000;
	}
	
.cont_01_w::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#F7F7F7;
}	
	
	.cont_01_box{
		width: 1200px;
		margin: auto;
		overflow: hidden;
		height: 500px;
		text-align: center;
		position: relative;
	}
	
	.cont_text1{
		text-align: center;
		color:#D40046;
		font-size: 26px;
		font-weight: 800;
		padding-bottom: 30px;
	}
	
	
	.tel_conts{
		position:absolute;
		left: 170px;
	}
	
	.tel_conts img{
		width: 620px;
	}
	
	.cont_01_box ul {
		position: absolute;
		left: 815px;
		overflow: hidden;
		width: 220px;
	}
	
	.cont_01_box ul li{
		width: 100px;
		float: left;
		padding-left: 10px;
	}
	
	.cont_01_box ul li img{
		width: 100%;
	}
	
	.ribon{
		width: 200px!important;
		float: left;
	}
	
	.from_bt_w{
		padding-top: 180px;
	}
	
	.from_bt_w a{
		display: block;
		border: #39b285 1px solid;
		width: 850px;
		padding: 20px 0px;
		margin: auto;
		font-size: 26px;
		font-weight: 600;
		text-decoration: none;
		color: #39b285;
	}
	
	.from_bt_w a:hover{
		display: block;
		border: #39b285 1px solid;
		width: 850px;
		padding: 20px 0px;
		margin: auto;
		font-size: 26px;
		font-weight: 600;
		text-decoration: none;
		background-color: #39b285 ;
		color: #FFFFFF;
		transition: 0.6s;
	}
	
	
	
	
	
	.cont_02_w{
		background-image: url("https://nandemoya-perfect.com/wp-content/uploads/2023/05/back_001.jpg");
		background-position: top;
	}
	.cont_02_box{
		margin: auto;
		width: 1200px;
		padding: 100px 0px 100px 0px;
		overflow: hidden;
	}
	
	.cont_02_box h2{
		text-align: center;
		width: 1000px;
		margin: auto;
		font-size: 45px;
		font-weight: 800;
		text-align: center;
	}
	
	.cont_02_txt01{
		text-align: center;
		font-size: 35px;
		padding-top: 10px;
	}
	
	
	
	
	.cont_03_w{
		background-color: #FFFFFF;
		width: 100%;
		padding: 100px 0px 50px 0px;
	}
	
	.cont_03_box{
		width: 1200px;
		text-align: center;
		margin: auto;
	}
	
	
	
	.cont4_w{
		position: relative;
  z-index: 0;
		padding-bottom: 50px;
		background-color: #000000;
	}
	
	.cont4_w::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  
  /*四角形を傾けます*/
  transform: skewY(2deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:100%;
  background:#39b285;
}
	
	.cont4_box{
		width: 1200px;
		margin: auto;
	}
	
	.cont4_w h2{
		color: #FFFFFF;
		font-size: 36px;
		font-weight: 800;
		text-align: center;
	}
	
	.cont4_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #AAFE00 solid;
	}
	

	
	
	.cont4_box ul{
		overflow: hidden;
		width: 1100px;
		margin: auto;
		padding-top: 50px;
	}
	
	.cont4_box ul li{
		width: 315px;
		float: left;
		background-color: #FFFFFF;
		height: 450px;
		margin: 0px 25px 50px 25px;
	}
	
	.cont4_box ul li img{
		width: 315px!important;
	}
	
	.cont4_box ul li:last-child{
		width: 1045px;
		overflow: hidden;
		height: 197px;
	}
	
	.cont4_box ul li:last-child img{
		float: left;
		
	}
	
	.cont4_box ul li:last-child h3{
		text-align: center;
		float: left;
		width: 730px;
		padding-top: 30px;
	}
	
	.cont4_box ul li:last-child p{
		padding: 30px 50px 50px 50px;
		float: left;
		width: 730px;
	}
	
	.cont4_box ul li h3{
		font-size: 26px;
		color: #83BA00;
		font-weight: 600;
		padding-top: 10px;
		text-align: center;
	}
	
	.cont4_box ul li p{
		width: 90%;
		margin: auto;
		font-size: 16px;
		padding: 20px 0px 0px 0px;
	}
	
	
	.cont05_w{
		background-color: #000000;
	}
	
	
	.cont05_box{
		width: 1000px;
		margin: auto;
		text-align: center;
	}
	
	.cont_06_w{
		width: 100%;
		margin: auto;
		background-color: #FFFFFF;
		padding: 100px 0px;
	}
	
	.cont_06_box{
		width: 1200px;
		margin: auto;
		text-align: center;
		padding-top: 30px;
		overflow: hidden;
	}
	
	.cont_06_w h2{
		color: #39b285;
		font-size: 36px;
		font-weight: 800;
		text-align: center;
	}
	
	.cont_06_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #39b285 solid;
	}
	
	.cont_06_img img{
		width: 800px;
		
	}
	
	
	
	.cont_07_w{
		background-image: url("https://nandemoya-perfect.com/wp-content/uploads/2023/05/img_21.jpg");
		width: 100%;
		height: 1428px;
		background-position: top;
	}
	
	
	
	.cont_08_w{
		width: 100%;
		background-color: #39b285;
		padding: 100px 0px;
	}
	
	.cont_08_box{
		width: 1200px;
		margin: auto;
	}
	
	.cont_08_box h2{
		width: 800px;
		margin: auto;
	}
	
	.cont_08_box h2 img{
		width: 100%;
	}
	
	.cont_08_box ul{
		width: 1000px;
		margin: auto;
		padding: 50px 0px 20px 0px;
	}
	
	.cont12_w{
		width: 100%;
		background-color: #ecf2ea;
		padding: 100px 0px;
	}
	
	.cont12_box{
		width: 1200px;
		margin: auto;
	}
	
	.cont12_w h2{
		color: #39b285;
		font-size: 36px;
		font-weight: 800;
		text-align: center;
	}
	
	.cont12_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #39b285 solid;
	}
	
	.cont12_box_01{
		width: 1000px;
		margin: auto;
	}
	
	
	.cont13_w{
		background-image: url("https://nandemoya-perfect.com/wp-content/uploads/2023/05/0001.jpg");
			width: 100%;
		height: 429px;
		background-position: top;
		}
		
		.cont13_box{
			width: 1000px;
			margin: auto;
		}
		
	
/*トップ_共通*/	

/*どんなサービス*/

/*お問い合わせ*/
	
	#cont_w8{
		background-color: #FFFFFF; 
		padding: 50px 0px;
	}	
	
	
.mail_form{
	width:800px;
	margin:auto;}


.mail_form_list{
	padding:30px 0px;
	overflow:hidden;}
	
.mail_form_title{
	float:left;
	width:250px;
	font-size:16px;
	padding-top:5px;
	text-align:left!important}
	

.mail_form_anser{
	float:left;
	width:550px;
	text-align:left!important}	
	
	
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7-number{
	width: 500px;
	padding: 8px 15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:16px;
}

.wpcf7-select,
.wpcf7-date{
	padding: 8px 15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:16px;}
	
	
	
	
	
.mail_form_btbox{
	width:800px;
	text-align:center;
	padding:50px 0px;}

	
.hissu {
	background-color:#39B285;
	color:#FFF;
	font-size:12px!important;
	padding:5px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-right: 10px;}	
	
.wpcf7-not-valid-tip{
	padding:10px 0px 0px 0px;
	font-size:18px;}	
	
.wpcf7-validation-errors{
	width:800px;
	margin:auto!important;
	background-color:#F00;
	color:#FFF;
	border:#F00 solid 1px!important;
	padding:30px 0px!important;
	font-size:20px;
	text-align:center;}
	
.wpcf7-mail-sent-ok{
	display:none;}	

input.wpcf7-submit {
	width: 200px;
	padding:20px 0px;
	background: #39B285;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
	border-radius: 30px;
}



input.wpcf7-back{
	width: 200px;
	padding:20px 0px;
	background:#E3E3E3;
	border:#999 solid 1px!important;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}

input.wpcf7-confirm {
	width: 200px;
	padding:20px 0px;
	background: #0092AA;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
	border-radius: 30px;
}
	
	.font_red_co{
		text-align: center;
		color: #FF0004;
	}



.topnes_p{
	font-size:34px;
	text-align:center;
	color:#999;
	padding:50px 0px;}
	
.topnes_s p{
	font-size:16px;
	color:#666;
	text-align:center;
	padding:50px 0px;}	
	
.thanks_bt {
	text-align:center;
	padding-top:100px;
	padding-bottom:150px;}	
	
	
/*プライバシーポリシー*/	
	
	
	
	.cont9_w{
		width: 100%;
		background-image:url("../img/back_img_002.jpg");
	}
	
	.cont9_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
	}
	
	.cont9_box h3{
		text-align: center;
		font-size: 40px;
		color: #FFFFFF;
		font-weight: 900;
	}
	
	.tetx_cotion{
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding-bottom: 50px;
		padding-top: 30px;
		
	}
	
	.cont9_text {
		font-size: 16px;
	}
	
	
	#contact{
		background-image: url("../img/common_bg02.png");
		width: 100%;
		}
		
		.contact_box{
			padding: 50px 0px;
			width: 1200px;
			margin: auto;
			
		}
		
		.contact_box h2{
			font-size: 26px;
			text-align: center;
		}
		
	
	
	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
	@media screen and (max-width:750px){
		
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
	
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
/*共通部分*/
body {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 1.5;
		font-size: 13px;
		color: #222222;}
	
	#pc{
		display: none;
	}	
	
.pc{
		display: none;
	}	
	
#site-description{
		display: none;
	}
	
	#site-title{
		display: none;}
	
	#search{
		display: none;
	}
	

	.entry-title{display: none;}
/*ヘッダー*/
		
		#header_w{
			width: 100%;
		}
		
		.logo_w{
			width: 50%;
			margin: auto;
			padding: 0px 0px;
		}
	
		.logo_w img{
			width: 100%;
		}
		
/*フッター*/		
		#footer{
			background-color:#39B285;
			overflow: hidden;
			padding: 30px 0px;
			bottom: 0px;
			width: 100%;
			padding-bottom: 150px;
			text-align: center;
			color: #FFFFFF;
			
		}
		#copyright{
			text-align: center;
		}
		
		
		#footer_menu{
			width: 100%;
			margin: auto;
			overflow: hidden;
			padding: 20px 0px;
		}
		
		.footer_logos{
			width: 70%;
			margin: auto;
		}
		.footer_zip{
			width: 100%;
			text-align:center;
			font-size: 12px;
		}
		
		.footer_id{
			width: 100%;
			text-align:center;
			font-size: 12px;
			color: #DE0003;
			padding-bottom: 10px;
		}
		
		.footer_logos img{
			width: 100%;
		}
		
		.footer_logolist{
			width: 100%;
		}
		
		.footer_logolist img{
			width: 100%;
		}
	
/*トップ_イメージ*/
	
		.sp_w{
			width: 100%;
		}
		
		.menu{
			display: none!important;
		}
		
		.cont_00_box{
			width: 100%;
			padding: 0px!important;
			margin: 0px!important;
			background-color:#ededed;
		}
		
		.cont_00_box img{
			width: 100%;
			padding: 0px!important;
		}
		
		.cont_01_w{
			position: relative;
  z-index: 0;
			padding: 50px 0px;
			background-color: #000000;
	}
	
	
.cont_01_w::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#F7F7F7;
}			
		
		.cont_01_w2{
		width: 100%;
		background-color:#F7F7F7;
		padding: 10px 0px 20px 0px;
			overflow: hidden;
			position: fixed;
			bottom: 0px;
			z-index: 10;
	}
		
		
	
		
		
		
	.cont_01_box{
		width: 90%;
		margin: auto;
		overflow:hidden;
	}
		.cont_text1{
		text-align: center;
		color:#D40046;
		font-size: 16px;
		font-weight: 800;
		padding-bottom: 30px;
	}
	
		
		.tel_conts{
			float: left;
			width: 65%;
			padding-top: 20px;
		}	
		
		.tel_conts img{
			width: 100%;
		}
		
		.cont_01_box ul{
			overflow: hidden;
		}
		
		
		.cont_01_box ul li img{
			width: 80%;
		}
		
		.ribon{
			width: 100%!important;
		}
		
		
		.from_bt_w{
		padding-top: 10px;
	}
	
	.from_bt_w a{
		display: block;
		border: #39b285 1px solid;
		width: 100%;
		padding: 20px 0px;
		margin: auto;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		color: #39b285;
	}
	
	.from_bt_w a:hover{
		display: block;
		border: #39b285 1px solid;
		width: 100%;
		padding: 20px 0px;
		margin: auto;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		background-color: #39b285 ;
		color: #FFFFFF;
		transition: 0.6s;
	}
		
		
		
	
	.cont_02_w{
		background-image: url("https://nandemoya-perfect.com/wp-content/uploads/2023/05/sp_back_img_02.jpg");
		background-position: top;
		background-size:100%;
	}
	.cont_02_box{
		margin: auto;
		width: 95%;
		padding: 30px 0px 50px 0px;
		overflow: hidden;
	}
	
	.cont_02_box h2{
		text-align: center;
		width: 90%;
		margin: auto;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
		padding: 0px 0px 10px 0px;
	}
	
		.cont_02_txt01{
			text-align: center;
			font-size: 16px;
			font-weight: 600;
		}
	
		
		
		
	.cont_03_w{
		background-color:#FFFFFF;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	
	.cont_03_box{
		width: 95%;
		text-align: center;
		margin: auto;
	}
	
	
	.cont_03_box img{
		width: 100%;
	}
	
	
	
	
	.cont4_w{
		position: relative;
  z-index: 0;
		padding-bottom: 50px;
		background-color: #000000;
	}
	
	.cont4_w::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  
  /*四角形を傾けます*/
  transform: skewY(2deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:100%;
  background:#39b285;
}
	
	
		.cont4_w h2{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 800;
		text-align: center;
			padding-bottom: 30px;
	}
	
	.cont4_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #AAFE00 solid;
	}
	
	
	
	.cont4_box ul{
		overflow: hidden;
		width: 95%;
		margin: auto;
	}
	
	.cont4_box ul li{
		width: 46%;
		float: left;
		margin: auto;
		background-color: #FFFFFF;
		margin-bottom: 20px;
		padding-bottom: 30px;
		height: 400px;
		margin-left: 2%;
		margin-right: 2%;
		}
	
	.cont4_box ul li img{
		width: 100%!important;
	}
	
	.cont4_box ul li h3{
		font-size: 18px;
		color: #83BA00;
		font-weight: 600;
		padding-top: 10px;
		text-align: center;
	}
	
	.cont4_box ul li p{
		width: 90%;
		margin: auto;
		font-size: 14px;
		padding: 20px 0px 0px 0px;
	}
	
		
		
	.cont05_w{
		width:100%; 
		background-color: #000000;
	}
	
	.cont05_box img{
		width: 100%;

	}
	
	
	.cont_06_w{
		width: 100%;
		margin: auto;
		background-color: #FFFFFF;
		padding: 50px 0px;
		overflow: hidden;
	}
	
	.cont_06_box{
		width: 100%;
		margin: auto;
		text-align: center;
		padding-top: 20px;
	}
	
	.cont_06_w h2{
		color: #39b285;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
		padding: 0px 0px 10px 0px;
	}
	
	.cont_06_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #39b285 solid;
	}
	
	.cont_06_img img{
		width: 100%;
		
	}
	
		
	.cont_07_w{
		width: 100%;
		background-color: #000000;
	}	
		
		.cont_07_box{
			width: 100%;
			overflow: hidden;
		}	
		
		.cont_07_w img{
			width: 100%;
		}
		
		.cont_08_w{
		width: 100%;
		background-color: #39b285;
		padding: 30px 0px;
	}
	
	.cont_08_box{
		overflow: hidden;
		margin: auto;
		width: 97%;
	}
	
		.cont_08_box img{
			width: 100%;
		}	
		
	
	.cont_08_box h2{
		width: 70%;
		margin: auto;
	}
	
	.cont_08_box h2 img{
		width: 100%;
	}
	
	.cont_08_box ul{
		width: 100%;
		margin: auto;
		padding: 30px 0px 10px 0px;
		overflow: hidden;
	}	
		
		.cont_08_box ul li img{
			width: 100%;
		}	
		
		
	.cont12_w{
		width: 100%;
		background-color: #ecf2ea;
		padding: 30px 0px 0px 0px;
	}
	
	.cont12_box{
		width: 95%;
		margin: auto;
	}
	
	.cont12_w h2{
		color: #39b285;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
		padding: 0px 0px 10px 0px;
	}
	
	.cont12_w h2 span{
		font-size: 16px;
		font-weight: 300;
		border-bottom: 2px #39b285 solid;
	}
	
	.cont12_box_01 img{
		width: 100%;
		margin: auto;
	}
		
		.cont13_w{
			background-color:  #ecf2ea;
			width: 100%;
		}
		
		.cont13_w img{
			width: 100%;
		}
		
		
/*トップ_申し込みボタン*/
	
	
	
/*トップ_共通*/	
	
/*どんなサービス*/
	
	
	
/*サービスの流れ*/	
	

		
		
	/*お問い合わせ*/
	
	#cont_w8{
		background-color: #EEFFFE; 
		padding: 50px 0px;
	}	
		
		.cont_box8{
			width: 80%;
			margin: auto;
		}	
		
		#contact_cont_01{
		width: 95%;
		margin: auto;
		border-top:  solid 1px #A2A2A2;
		padding-top: 30px;
	}	
		
		.contact_box h2{
			text-align: center;
			padding: 30px 0px;
		}	
	
.mail_form{
	width:90%;
	margin:auto;
		padding-top: 10px;}


.mail_form_title{
	font-size:14px;
	padding-bottom:10px;
	width: 100%;}
	

.mail_form_anser{
	padding-bottom: 30px;
	}	
	
	
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7-number{
	width: 100%;
	padding: 8px 15px!important;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:14px;
}

.wpcf7-select,
.wpcf7-date{
	padding: 8px 15px;
	margin-top:15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:14px;
	width:100%;}
	
	
	
	
	
.mail_form_btbox{
	width:100%;
	text-align:center;
	padding:20px 0px 50px 0px;}

	
.hissu {
	background-color:#39B285;
	color:#FFF;
	font-size:10px;
	padding:5px;
	margin-right: 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ }	
	
.wpcf7-not-valid-tip{
	width:100%;
	text-align:left;
	padding:10px 0px 0px 0px;
	font-size:18px;}	
	
.wpcf7-validation-errors{
	width:100%;
	margin:auto!important;
	background-color:#F00;
	color:#FFF;
	border:#F00 solid 1px!important;
	padding:50px 0px!important;
	font-size:16px;
	text-align:center;}
	
.wpcf7-mail-sent-ok{
	display:none;}	

input.wpcf7-submit {
	padding:20px 0px;
	width: 100%;
	background: #39B285;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
	text-align: center;
}



input.wpcf7-back{
	width: 100px;
	padding:20px 0px;
	background:#E3E3E3;
	border:#999 solid 1px!important;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}

input.wpcf7-confirm {
	width: 100px;
	padding:20px 0px;
	background: #e4007f;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}	

		
		
/*thanks*/

	.thanks_w{
		background-color: #FF234B;
		width: 90%;
		margin: auto;
		padding: 30px 30px;
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 100px;
	}
	
	.thanks_w h2{
		font-size: 16px;
		text-align: center;
		padding-bottom: 50px;
	}
	
	
	.thanks_w h3{
		font-size: 16px;
		text-align: center;
		padding: 30px 0px;
	}
	
	.thanks_w p{
		text-align: center;
		font-size: 14px;
	}
	
		
		
/*プライバシーポリシー*/	

		.cont9_w{
		width: 100%;
		background-image:url("../img/back_img_002.jpg");
			overflow: hidden;
	}
	
	.cont9_box{
		width: 95%;
		margin: auto;
		padding: 50px 0px;
	}
	
	.cont9_box h3{
		text-align: center;
		font-size: 26px;
		color: #FFFFFF;
		font-weight: 900;
	}
	
	.tetx_cotion{
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding-bottom: 50px;
		padding-top: 30px;
		
	}
	
	.cont9_text {
		font-size: 16px;
	}
	
		
	.s_01 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #E73551;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
	
.s_01 .accordion_one:nth-of-type(5) .accordion_header {
    background-color: #ff9a05;
}	
	
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  box-sizing: border-box;
	background-color: #FFFFFF;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
	background-color: #FFFFFF;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;	
		
		}
		
		.footer_menu_02{
			width: 115%;
			float: left;
			padding-left: 5px;
			text-align: center;
			
		}	
		

}