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


.align_c{text-align: center;}
.service_price{
	text-align: center;
	font-size: 16px;
}

/*===============================================
●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: #1c85d8;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
	margin-top: 10px;
  padding: 10px 10%;
  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: #ff3d52;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #ff3d52;
}
	
	.s_01 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #ff3d52;
}
	
.s_01 .accordion_one:nth-of-type(5) .accordion_header {
    background-color: #ff3d52;
}	
	
.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: 58%;
  right: 5%;
  width: 30px;
  height: 30px;
  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: 20px 20px;
	 border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
  box-sizing: border-box;
	background-color: #FFFFFF;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff3d52;
  border-right: 2px solid #ff3d52;
  border-bottom: 2px solid #ff3d52;
}
	
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #ff3d52;
  border-right: 2px solid #ff3d52;
  border-bottom: 2px solid #ff3d52;
}
	
	.s_01 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 2px solid #ff3d52;
  border-right: 2px solid #ff3d52;
  border-bottom: 2px solid #ff3d52;
}
	
	
	.s_01 .accordion_one:nth-of-type(5) .accordion_inner {
  border-left: 2px solid #ff3d52;
  border-right: 2px solid #ff3d52;
  border-bottom: 2px solid #ff3d52;
}
.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: 110px;
		background-color: #ffffff;
		border-bottom:1px solid #F7F7F7;
		position: fixed;
		z-index: 100;
		box-shadow: 0px 1px 8px 4px #BABABA;
	}
	
	.header_menu_w{
		width: 1300px;
		margin: auto;
		height: 90px;
		overflow: hidden;
		background-color: #FFFFFF;
		
	}
	
	.logo_w{
		width: 210px;
		float: left;
		padding-top: 15px;
	}
	
	
	.logo_w img{
		width: 100%;
	}
	
	.menu_w{
		float: left;
		width: 560px;
		padding-top: 8px;
		text-align: right;
	}
	
	.menu_w img{
		width: 85px;
	}


	.menu_tel{
		float: left;
		width: 320px;
	padding-top: 20px;
		padding-left: 3px;
	}
	
	.menu_tel_no{
		font-size: 45px;
		font-weight: 700;
		line-height: 0.6;
		color: #00A0CA;
	}
	
	.menu_tel_no span{
		font-size: 16px;
	}
	
	
	
	.menu_mail  a{
		color: #000000;
		font-weight: 300;
	}
	
	.menu_search{
		width: 200px;
		height: 90px;
		float: left;
		text-align: center;
		padding-top: 10px;
		text-align: left;
	}

	.menu_search img{
		display: block;
		margin: auto;
	}
	
	.menu_search p{
		font-size: 18px;
		color: #53b435;
		font-weight: 700;
		text-align: center;
		padding-bottom: 3px;
	}
	
/*フッター*/
	
	#footer{
		background-color:#00A0CA;
		width: 100%;
		padding: 50px 0px;
		color: #FFFFFF;
	}
	
	
	#copyright{
		text-align: center;
		font-size: 12px;
	}
	
	.footer_menu{
		width: 1200px;
		margin: auto;
		overflow: hidden;
	
	}
	
	
	.footer_menu ul{
		border-left: #FFFFFF 3px solid;
		float: left;
	}
	
	
	.footer_menu ul li{
		padding: 5px 20px;
	}
	
	
	.footer_menu ul li a{
		color: #FFFFFF;
		font-size: 14px;
	}
	
	.footer_logo{
		text-align: right;
	}
	.footer_logo img{
		width: 250px;
		padding-bottom: 10px;
	}
	
	#copyright{
		float: right;
		text-align: right;
		font-size: 14px;
		padding-top: 25px;
	}
	
/*トップ*/
	
	#cont_00{
		width: 100%;
	}
	
	.cont_00_box{
		width: 100%;
		height: 750px;
		background-image:url("../img/common_main_img.png");
		background-position: top;
		background-repeat: no-repeat;
		background-color:#00bfe8;
	}
	
	
	#cont_01{
		width: 100%;
		background-color:#00bfe8;
	}
	
	.cont_01_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
	}
	
	.cont_01_box h2{
		font-size: 35px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 900;
	}
	
	.cont_01_box ul{
		overflow: hidden;
		width: 900px;
		margin: auto;
		padding-top: 50px;
	}
	
	.cont_01_box ul li{
		float: left;
		width: 300px;
		text-align: center;
	}
	
	.cont_01_box ul li img{
		width: 220px;
	}
	
	.cont_01_box ul li h3{
		color: #FFFFFF;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
	}
	
	#cont_02{
		width: 100%;
	}
	
	.cont_02_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
	}
	
	.cont_02_box h2{
		font-size: 35px;
		color: #00A0CA;
		text-align: center;
		padding-bottom: 50px;
    font-weight: 700;
	}
	
	.cont_02_box ul {
		overflow: hidden;
	}
	
	.cont_02_box ul li{
		width: 300px;
		float:left; 
		padding-bottom: 40px;
		text-align: center;
	}
	
	.cont_02_box ul li img{
		width: 250px;
	}
	
	.cont_02_box ul li h3{
		text-align: center;
		font-size: 20px;
		color: #00A0CA;
		padding-top: 10px;
		text-align: center;
    font-weight: 500;
	}
	
	#cont_03{
		background-color: #005C93;
		width: 100%;
		margin: auto;
	}
	
	.cont_03_box{
		width: 1200px;
		margin: auto;
		padding: 50px 0px;
		position: relative;
		height: 340px;
	}
	
	.cont_03_box h2{
		font-size: 35px;
		color: #FFFFFF;
		text-align: center;
		padding-bottom: 50px;
    font-weight: 700;
	}
	
	
	.cont_03_box_img{
		position: absolute;
		top:40px;
		left: 90px;
	}
	
	.cont_03_box_img img{
		width: 300px;
	}
	
	.cont_03_text{
		color: #FFFFFF;
		position: absolute;
		top: 158px;
    left: 420px;
    font-size: 28px;
    font-weight: 500;
	}
	
	
	
	#cont_04{
	width: 100%;
    background-color: #FFFFFF;
		}	
	
	.cont_04_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px 50px 0px;
	}
		
	.cont_04_box h2{
		font-size: 35px;
		text-align: center;
		color: #005C93;
		font-weight: 900;
	}
	
	.cont_04_text_box{
		overflow: hidden;
		padding: 50px 0px;
	}
	
	.cont_04_text{
		float: left;
		width: 600px;
		padding-right: 50px;
		font-size: 18px;
		padding-top: 20px;
	}
	
	.cont_04_img{
		width: 600px;
		float: left;
	}
	
	.cont_04_img img{
		width: 100%;
	}
	
	.cont_04_text h3{
		font-size: 32px;
		color: #005C93;
		font-weight: 700;
		padding-top: 30px;
	}
	
	#cont_05{
	width: 100%;
    background-color: #00bfe8;
	}
	
	.cont_05_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
	}
	
	.cont_05_box h2{
		font-size: 35px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
	}
	
	
	.cont_05_box ul{
		overflow: hidden;
		padding: 50px 150px 50px 150px;
	}
	
	.cont_05_box ul li{
		width: 300px;
		float: left;
		padding: 0px 20px 20px 20px;
		text-align: center;
	}
	
	.cont_05_box ul li img{
		width: 70%;
	}
	
	.cont_05_box ul li h3{
		color: #F2F2F2;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		padding: 10px 10px 10px 0px;
	}
	
	.boy{
		background-color: #005C93;
		color: #FDFDFD;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	
	.ledy{
		background-color: #db0f2f;
		color: #FDFDFD;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	
	
	.cont_05_box ul li p{
		background-color: #FFFFFF;
		font-size: 16px;
		color: #272727;
		border-radius: 10px;
		margin-top: 20px;
	}
	
	
	
	#cont_06{
		background-color: #FFFFFF;
		width: 100%;
	}
	
	.cont_06_box{
		width: 1200px;
		margin: auto;
		height: 1400px;
		padding: 100px 0px;
	}
	
	.cont_06_box h2{
		font-size: 35px;
		text-align: center;
		color: #00A0CA;
		font-weight: 700;
		margin-bottom: 100px;
	}
	
	.step_box{
		position: relative;
	}
	
	.step_line{
		position: absolute;
		width: 5px;
		height: 800px;
		background-color: #737373;
		top:80px;
		left: 140px;
	}
	
	.cont_06_box ul {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	
	.cont_06_box ul li{
		overflow: hidden;
		padding-left: 90px;
		margin-bottom: 50px;
	}
	
	.step_img{
		width: 150px;
		float: left;
	}
	
	.step_img img{
		width: 70%;
	}
	
	.step_text_box{
		width: 600px;
		float: left;
		padding-right: 30px;
	}
	
	.step_text_box h3{
		font-size: 22px;
		color: #005C93;
		font-weight: 700;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.step_text_box p{
		font-size: 16px;
		color: #272727;
	}
	
	.step_imges{
		width: 350px;
		float: left;
	}
	
	.step_imges img{
		width: 100%;
	}
	
	.step_tel{
		overflow: hidden;
		padding-top: 10px;
	}
	
	.step_menu_01,
	.step_menu_02{
		width: 250px;
		float: left;
	}
	
	.step_menu_01{
		font-size: 16px;
		color: #00A0CA;
	}
	
	.step_menu_01 span{
		display: block;
		font-size: 38px;
		color: #00A0CA;
	}
	
	.step_menu_02 {
		font-size: 16px;
		text-align:center;
		color: #53b435;
	}
	
	.step_menu_02 img{
		width: 190px;
	}
	
	
	#cont_07{
	background-color: #005C93;
    width: 100%;
    margin: auto;
	}
	
	.cont_07_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
		text-align: center;
	}
	
	.cont_07_box h2{
		font-size: 35px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
		border: #FFFFFF 1px solid;
		display: inline-block;
		margin: auto;
		padding: 10px 10px;
	}
	
	.cont_07_box ul {
		overflow: hidden;
		padding-top: 100px;
	}
	
	.point_li_1{
		position: relative;
		height: 300px;
	}
	
	.point_li_1 h3{
		position: absolute;
		font-size: 24px;
		top: 20px;
        left: 450px;
		font-weight: 700;
		color: #FFFFFF;
	}
	
	
	.point_li_1 h3 span{
		background-color: #FFFFFF;
		padding: 0px 10px;
		margin-right: 5px;
		color: #005C93;

	}
	
	.point_img_1{
		position: absolute;
		top:0px;
		left: 100px;
		width: 300px;
	}
	
	.point_img_1 img{
		width: 100%;
	}
	
	.point_li_1 p{
		color: #FFFFFF;
		font-size: 16px;
		width: 600px;
		position: absolute;
		top:80px;
		left: 450px;
	}
	
	
	
	.point_li_2{
		position: relative;
		height: 300px;
	}
	
	.point_li_2 h3{
		position: absolute;
		font-size: 24px;
		top: 20px;
        left: 250px;
		font-weight: 700;
		color: #FFFFFF;
	}
	
	
	.point_li_2 h3 span{
		background-color: #FFFFFF;
		padding: 0px 10px;
		margin-right: 5px;
		color: #005C93;

	}
	
	.point_img_2{
		position: absolute;
		top:0px;
		left: 900px;
		width: 300px;
	}
	
	.point_img_2 img{
		width: 100%;
	}
	
	.point_li_2 p{
		color: #FFFFFF;
		font-size: 16px;
		width: 600px;
		position: absolute;
		top:80px;
		left: 250px;
	}
	
	
	#cont_08{
		width: 100%;
		margin: auto;
	}
	
	.cont_08_box{
		width: 1200px;
		margin: auto;
		padding: 100px 0px;
	}
	
	.cont_08_box h2{
		font-size: 35px;
		text-align: center; 
		color: #00A0CA;
		font-weight: 700;
		margin: auto;
		padding: 10px 10px 50px 10px;
	}
	
	
	
		#cont_09{
		width: 100%;
		margin: auto;
			background-image: url("../img/common_backgrand_01.jpg");
			background-position: top;
	}
	
	.cont_09_box{
		margin: 1200px;
		margin: auto;
		padding: 100px 0px 100px 0px;
		text-align: center;
	}
	
	.cont_09_box h2{
		font-size: 35px;
		color: #005C93;
		background-color: #FFFFFF;
		text-align: center;
		padding-bottom: 10px;
    font-weight: 700;
		display:inline-block;
		padding: 10px 20px;
	}
	
	
	.cont_09_box ul{
		overflow: hidden;
		padding: 100px 0px 50px 90px;
		width: 1200px;
		margin: auto;
	}
	
	.cont_09_box ul li{
		width: 300px;
		float: left;
		margin: 0px 20px;
	}
	
	.cont_9_no{
		text-align: center;
	}
	
	.cont_9_no img{
		width: 150px;
	}
	
	.cont_09_box h3{
		color: #FFFFFF;
		font-size: 30px;
		text-align: center;
		border: 1px solid #FFFFFF;
		padding: 20px 0 0 0;
		height: 140px;
		margin-top: -30px;
	}
	
	.cont_09_h2_under{
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
    font-weight: 300;
		padding-top: 20px;
		}
	
	.cont_8_text{
		vertical-align: middle;
		margin-top: -15px;
	}
	
	.pdiing_top{
		padding-top: 43px!important;
	}
/*トップ_共通*/	

/*どんなサービス*/

/*お問い合わせ*/
	
	#thanks_w{
		width: 900px;
		margin: auto;
		padding-top: 100px;
		padding-bottom: 300px;
	}
	
	#thanks_w h3{
		text-align: center;
		padding-bottom: 20px;
		color: #0092AA;
		font-size: 25px;
		
	}
	
	#thanks_w p{
		text-align: center;
		padding-bottom: 20px;
		font-size: 16px;
		
	}
	
	
	#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:#0092AA;
	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: #0092AA;
	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;}	
	
	
/*個人情報保護法*/	
	
	.hogo_w{
		width: 100%;
		
	}
	
	.hogo_box{
		width: 1200px;
		margin: auto;
		padding-top: 80px;
		padding-bottom: 100px;
	}
	
	.hogo_box h2{
		font-size: 26px;
		border-bottom: 1px solid rgba(0,129,198,1.00); 
		color: rgba(0,129,198,1.00);
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	
	.hogo_box h3{
		font-size: 20px;
		color: rgba(0,129,198,1.00);
		font-weight: 700;
		padding: 5px 10px;
	}
	
	
	.hogo_box p{
		font-size: 14px;
		padding: 10px;
	}
	
	.kojin_p_box{
		padding: 10px 10px 50px 20px!important;
	}
	
	
	.hogo_box table{
		width: 800px;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	.hogo_box table th{
		border: 1px solid rgba(204,204,204,1.00);
		width: 300px;
		padding: 10px;
		background-color: rgba(236,236,236,1.00);
	}
	
	.hogo_box table td{
		border: 1px solid rgba(204,204,204,1.00);
		width: 500px;
		padding: 10px;
	}
	
	.d_map {
		width: 800px;
		margin: auto;
		margin-bottom: 100px;
	}
	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
	@media screen and (max-width:750px){
		

	
/*共通部分*/
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;}
/*ヘッダー*/
		
		.logo_w{
			width: 100%;
		}
	
		.logo_w img{
			width: 100%;
		}
		
/*フッター*/		
		.footer_w{
			/* background-color:#00A0CA; */
			background-color: #003D51dd;
			overflow: hidden;
			padding: 10px 10px;
			position: fixed;
		z-index: 100;
			bottom: 0px;
			width: 100%;
			
		}
		
		
		.footer_menu{
			width: 95%;
			margin: auto;
		}
	
		.footer_menu ul{
			overflow: hidden;
		}
		
		.footer_menu ul li:first-child{
			float: left;
			width: 50%;
			text-align: center;
		}
		
		.footer_menu ul li:last-child{
			float: left;
			width: 50%;
			text-align: center;
		}
		
		.footer_menu_01 a{
			display: block;
			width: 90%;
			font-size: 20px;
			color: #00A0CA;
			background-color: #FFFFFF;
			text-align: center;
			padding: 5px;
			font-weight: 700;
			border-radius: 30px;
			position: relative;
			overflow: hidden;
		}
		
		.footer_menu_01 span{
			display: block;
			font-size: 12px!important;
			text-align: center!important;
		}
		
		.footer_menu_02{
			font-size: 16px;
			text-align: center;
			
		}
		
		.footer_menu_02 a{
			position: relative;
			overflow: hidden;
			display: inline-block;
			border-radius: 4px;
			text-align: center;
			background: #00b900;
			color: #fff;
			width: 100%;
			font-size: 22px;
			padding: 4px;
		}
		.footer_menu_01 a::after,
		.footer_menu_02 a::after{
			content: "";
			display: block;
			width: 30px;
			height: 100%;
			position: absolute;
			top: -180px;
			left: 0;
			background-color: #fff;
			opacity: 0;
			transform: rotate(45deg);
			animation: reflect 2s ease-in-out infinite;
			-webkit-transform: rotate(45deg);
			-webkit-animation: reflect 2s ease-in-out infinite;
		}
		.footer_text{
			text-align: center;
			font-size: 20px;
			padding: 5px 0px;
		}

		@keyframes reflect {
			0% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: 0
			}
		
			80% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: .5
			}
		
			81% {
				-webkit-transform: scale(4) rotate(45deg);
				transform: scale(4) rotate(45deg);
				opacity: 1
			}
		
			to {
				-webkit-transform: scale(50) rotate(45deg);
				transform: scale(50) rotate(45deg);
				opacity: 0
			}
		}
		
		@-webkit-keyframes reflect {
			0% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: 0
			}
		
			80% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: .5
			}
		
			81% {
				-webkit-transform: scale(4) rotate(45deg);
				transform: scale(4) rotate(45deg);
				opacity: 1
			}
		
			to {
				-webkit-transform: scale(50) rotate(45deg);
				transform: scale(50) rotate(45deg);
				opacity: 0
			}
		}
		
		.footer_menu_02 img{
			display: block;
			width: 75px;
			margin: auto;
		}
		
		#copyright{
			width: 100%;
			font-size: 10px;
			color: #EBEBEB;
			text-align: right!important;
		}
		
		
		.footer_logo{
			padding-bottom: 10px;
			
		}
		
		.footer_logo img{
			width: 30%;
			margin: auto;
			display: block;
		}
		
		.footer_copy{
			width: 100%;
			background-color:#1E1E1E;
			padding-bottom: 150px;
			text-align: center;
			padding-top: 10px;
		}
		
		.footer_copy p{
			font-size: 10px;
			color: #FFFFFF;
			text-align: center;
		}
	
/*トップ_イメージ*/
	
		.sp_w{
			width: 100%;
		}
		
		.menu{
			display: none!important;
		}
		
		
		#cont_01{
			width: 100%;
			background-color:#00b5e4;
		}
		
		.cont_01_box{
			width: 100%;
			margin: auto;
			padding-top: 30px;
		}
		
		.cont_01_box h2{
			color: #FFFFFF;
			font-weight: 700;
			text-align: center;
			font-size: 22px;
		}
		
		.cont_01_box ul{
			overflow: hidden;
			width: 90%;
			margin: auto;
			padding: 30px 0px 50px 0px;
		}
		
		.cont_01_box ul li{
			float: left;
			width: 33%;
			text-align: center;
		}
		
		.cont_01_box ul li img{
			width: 85%;
		}
		
		.cont_01_box ul li h3{
			font-size: 20px;
			color: #FFFFFF;
			text-align: center;
		}
		
		
		#cont_02{
		width: 100%;
	}
	
	.cont_02_box{
		width: 100%;
		margin: auto;
		padding: 50px 0px;
			overflow: hidden;
	}
	
	.cont_02_box h2{
		font-size: 24px;
		color: #00A0CA;
		text-align: center;
		padding-bottom: 50px;
    font-weight: 700;
	}
	
	.cont_02_box ul {
		overflow: hidden;
		width: 90%;
		margin: auto;
	}
	
	.cont_02_box ul li{
		width: 50%;
		float:left; 
		padding-bottom: 40px;
		text-align: center;
	}
	
	.cont_02_box ul li img{
		width: 90%;
	}
	
	.cont_02_box ul li h3{
		text-align: center;
		font-size: 16px;
		color: #00A0CA;
		padding-top: 10px;
		text-align: center;
    font-weight: 500;
	}
		
		
	#cont_03{
		background-color: #005C93;
		width: 100%;
		margin: auto;
			overflow: hidden;
	}
	
	.cont_03_box{
		margin: auto;
		padding: 30px 0px 0px 0px;
	}
	
	.cont_03_box h2{
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
		padding-bottom: 10px;
    font-weight: 700;
	}
	
		
		.cont_03_text_box{
			overflow: hidden;
			width: 95%;
			margin: auto;
		}	
	
	.cont_03_box_img{
		float: left;
		width: 40%;
	}
	
	.cont_03_box_img img{
		width: 100%;
	}
	
	.cont_03_text{
		float: left;
		width: 60%;
		color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
		padding-top: 20px;
	}
	
		
		#cont_04{
	width: 100%;
    background-color: #FFFFFF;
			overflow: hidden;
		}	
	
	.cont_04_box{
		width: 95%;
		margin: auto;
		padding-top: 30px;
	}
	
		
		.cont_04_box h2{
		font-size: 24px;
		text-align: center;
		color: #005C93;
		font-weight: 900;
	}
		
		
	.cont_04_text_box{
		overflow: hidden;
		padding: 30px 0px;
	}
	
	.cont_04_text{
		font-size: 14px;
		padding-top: 20px;
		width: 90%;
		margin: auto;
		color: #505050;
	}
	
	.cont_04_img{
		width: 100%;
		margin: auto;
	}
	
	.cont_04_img img{
		width: 100%;
	}
	
	.cont_04_text h3{
		font-size: 20px;
		color: #005C93;
		font-weight: 700;
		padding-top: 20px;
	}
	
		
		
		
		
	#cont_05{
	width: 100%;
    background-color: #00bfe8;
			overflow: hidden;
	}
	
	.cont_05_box{
		width: 95%;
		margin: auto;
		padding: 50px 0px 0px 0px;
	}
	
	.cont_05_box h2{
		font-size: 24px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
	}
	
	
	.cont_05_box ul{
		overflow: hidden;
		padding: 50px 0px 0px 0px;
	}
	
	.cont_05_box ul li{
		width: 90%;
		margin: auto;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.cont_05_box ul li img{
		width: 50%;
	}
	
	.cont_05_box ul li h3{
		color: #F2F2F2;
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		padding: 10px 0px;
	}
	
		
		.boy{
		background-color: #005C93;
		color: #FDFDFD;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
	}
	
	.ledy{
		background-color: #db0f2f;
		color: #FDFDFD;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
	}
	
	
	.cont_05_box ul li p{
		background-color: #FFFFFF;
		font-size: 14px;
		color:#505050;
		border-radius: 10px;
		margin-top: 20px;
	}
	
		
	#cont_06{
		background-color: #FFFFFF;
		width: 100%;
			overflow: hidden;
	}
	
	.cont_06_box{
		width: 95%;
		margin: auto;
		padding: 50px 0px;
	}
	
	.cont_06_box h2{
		font-size: 24px;
		text-align: center;
		color: #00A0CA;
		font-weight: 700;
		margin-bottom: 50px;
	}
	
	.step_box{
	}
	
	.cont_06_box ul {
	}
	
	
	.cont_06_box ul li{
		overflow: hidden;
		width: 90%;
		margin: auto;
		padding-bottom: 70px;
	}
	
	.step_img{
		width: 30%;
		margin: auto;
	}
	
	.step_img img{
		width: 100%;
	}
	
	.step_text_box{
	}
	
	.step_text_box h3{
		font-size: 18px;
		color: #005C93;
		font-weight: 900;
		padding-top: 10px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	.step_text_box p{
	font-size: 14px;
		color:#505050;
		padding-top: 10px;
	}
	
	.step_imges{
		width: 100%;
	}
	
	.step_imges img{
		width: 100%;
	}
	
	.step_tel{
		overflow: hidden;
		padding-top: 10px;
	}
	
	.step_menu_02{
		width: 40%;
		float: left;
	}
		
		.step_menu_01{
		width: 60%;
		float: left;
	}
	
	.step_menu_01{
		font-size: 16px;
		color: #00A0CA;
		text-align: center;
	}
	
	.step_menu_01 span{
		display: block;
		font-size: 28px;
		color: #00A0CA;
	}
	
	.step_menu_02 {
		font-size: 16px;
		text-align:center;
		color: #53b435;
	}
	
	.step_menu_02 img{
		width: 100%;
	}
	
	
	#cont_07{
	background-color: #005C93;
    width: 100%;
    margin: auto;
			overflow: hidden;
	}
	
	.cont_07_box{
		width: 95%;
		margin: auto;
		padding: 50px 0px 0px 0px;
		text-align: center;
	}
	
	.cont_07_box h2{
		font-size: 24px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
		border: #FFFFFF 1px solid;
		display: inline-block;
		margin: auto;
		padding: 10px 10px;
	}
	
	.cont_07_box ul {
		padding: 50px 0px 0px 0px;
	}
		.cont_07_box ul li{
			padding-bottom: 100px;
		}
	
	.cont_07_box ul li h3{
		font-size: 18px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 20px;
	}
	
	
	.cont_07_box ul li h3 span{
		background-color: #FFFFFF;
		padding: 0px 10px;
		margin-right: 5px;
		color: #005C93;

	}
		
	.point_img_1,
		.point_img_2{
			width: 80%;
			margin: auto;
		}	
		
		.point_img_1 img,
		.point_img_2 img{
			width: 100%;
		}
	
	
	.cont_07_box ul li p{
		color: #FFFFFF;
		font-size: 14px;
		width: 90%;
		padding: 20px 0px 0px 0px;
		margin: auto;
	}
	
	
	#cont_08{
		width: 100%;
		margin: auto;
			overflow: hidden;
	}
	
	.cont_08_box{
		width: 100%;
		margin: auto;
		padding: 50px 0px 0px 0px;
	}
	
	.cont_08_box h2{
		font-size: 24px;
		text-align: center; 
		color: #00A0CA;
		font-weight: 700;
		margin: auto;
		padding: 0px 0px 30px 0px;
	}
		
		#cont_09{
		width: 100%;
		margin: auto;
			background-image: url("../img/common_backgrand_01.jpg");
	}
	
	.cont_09_box{
		margin: auto;
		padding: 50px 0px 0px 0px;
		text-align: center;
	}
	
	.cont_09_box h2{
		font-size: 24px;
		color: #005C93;
		background-color: #FFFFFF;
		text-align: center;
		padding-bottom: 10px;
    font-weight: 700;
		display:inline-block;
		padding: 10px 20px;
	}
	
	
	.cont_09_box ul{
		overflow: hidden;
		padding: 30px 0px 30px 0px;
		width: 95%;
		margin: auto;
	}
	
	.cont_09_box ul li{
		margin: 30px 0px;
	}
	
	.cont_9_no{
		width: 30%;
		margin: auto;
	}
	
	.cont_9_no img{
		width: 100%;
	}
	
	.cont_09_box h3{
		color: #FFFFFF;
		font-size: 24px;
		text-align: center;
		border: 1px solid #FFFFFF;
		padding: 20px 0px;
		margin-top: -25px;
		width: 85%;
		margin: auto;
	}
	
		.cont_09_h2_under{
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
    font-weight: 300;
			padding-top: 30px;
		}


	.cont_8_text{
		vertical-align: middle;
		margin-top: -15px;
	}
	
	.pdiing_top{
	}
	
		
/*トップ_申し込みボタン*/
	
	
	
/*トップ_共通*/	
	
/*どんなサービス*/
	
	
	
/*サービスの流れ*/	
	

		
		
	/*お問い合わせ*/
	
	#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;
	}	
	
.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:#0092AA;
	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: #0092AA;
	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;
	}
	
		
		
/*プライバシーポリシー*/	
.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;
}
		
		
#thanks_w{
		width: 100%;
		margin: auto;
		padding-top: 50px;
		padding-bottom: 100px;
	background-color: #00bfe8;
	}
	
	#thanks_w h3{
		text-align: center;
		padding-bottom: 10px;
		color: #FFFFFF;
		font-size: 16px;
		
	}
	
	#thanks_w p{
		text-align: center;
		padding-bottom: 20px;
		font-size: 12px;
		
	}
		
		
		.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #1c85d8;
  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: #E73551;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #E73551;
}
	
.s_01 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #E73551;
}	
			
		
.s_01 .accordion_one:nth-of-type(5) .accordion_header {
    background-color: #E73551;
}	
	
.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: 10px 10px;
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
  box-sizing: border-box;
	background-color: #FFFFFF;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
}
		
		.s_01 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
}
		
		
		.s_01 .accordion_one:nth-of-type(5) .accordion_inner {
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
}
.s_01 .accordion_one .accordion_inner .box_one {
	background-color: #FFFFFF;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
		
/*個人情報保護法*/	
	
	.hogo_w{
		width: 100%;
		
	}
	
	.hogo_box{
		width: 90%;
		margin: auto;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.hogo_box h2{
		font-size: 18px;
		border-bottom: 1px solid rgba(0,129,198,1.00); 
		color: rgba(0,129,198,1.00);
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	
	.hogo_box h3{
		font-size: 16px;
		color: rgba(0,129,198,1.00);
		font-weight: 700;
		padding: 5px 10px;
	}
	
	
	.hogo_box p{
		font-size: 12px;
		padding: 10px;
	}
	
	.kojin_p_box{
		padding: 10px 10px 50px 20px!important;
	}
	
	
	.hogo_box table{
		width: 80%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.hogo_box table th{
		border: 1px solid rgba(204,204,204,1.00);
		width: 30%;
		padding: 10px;
		background-color: rgba(236,236,236,1.00);
	}
	
	.hogo_box table td{
		border: 1px solid rgba(204,204,204,1.00);
		width: 70%;
		padding: 10px;
	}
	
	.d_map {
		width: 100%;
		margin: auto;
		margin-bottom: 100px;
	}
		
		.footer_menu_sp_sp {
			width: 90%;
			margin: auto;
			text-align: center;
			margin-bottom: 20px;
		}
		
		.footer_menu_sp_sp a{
			text-align: center;
			font-size: 10px;
			color: #FFFFFF;
			width: 100%;
			padding: 10px 0px;
			margin:auto;
		}
		
		
}