@charset "UTF-8";

html {
	width:100%;
	margin:0 auto;
	text-align: center;
	animation: loading 1s;
	font-family: 'Zen Kaku Gothic New', sans-serif;	
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
img {
	width: 100%;
	pointer-events: none;
}
.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 700px) {
	.pc{display: none;}
	.sp{display: block;}
}
body {
	width:100%;
	margin: 0 auto;
	position: relative;
	z-index:0;
}
header{
	background:#7ec9c1;
	padding:17px 0 0 0;
}
.h_sub{
	background:#fff;
	padding:15px 0;
}
.myrow{
	max-width:1000px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
.mycol-1{flex:1;}
.mycol-1 p{
	color:#7ec9c1;
}
@media screen and (max-width: 700px) {
	.mycol-1 p{
		font-weight:500;
		margin:0;
		padding:0;
	}
}
.h_logo{
	max-width:150px;
	margin:0 auto;
}

.btn{
	width:100%;
	position: fixed;
	margin:auto;
	left:80%;
	right:0;
	bottom:5%;
	z-index:999;
}

@media screen and (max-width: 700px) {
	.btn{
		left:0;
	}
}
.btn_zone{
	width:300px;
	padding:10px 20px;
}
@media screen and (max-width: 700px) {
	.btn_zone{
		margin:0 auto;
		padding:0;
	}
}
.wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.sp_float{
	font-size:21px;
	font-weight:bold;
}
/*fv**/
.fv{
	max-width:1500px;
	margin:0 auto;
	border-bottom:2px solid #8e6610;
	  border-image: linear-gradient(to right, #f9e777 0%, #f6b934 10%,#d48c2d 20%,#8e6610 50%,#8e6610 60%,#f6b934 100%);
  	border-image-slice: 1;
  	position: relative;
}
/* @media screen and (max-width: 700px) {
	.fv{
		background:url(../img/fv_sp.png)no-repeat;
		height:545px;
		background-size:cover;
		border:none;
		background-position: center;
	}
}
@media screen and (max-width: 330px) {
	.fv{
		height:420px;
	}
} */

.fv_content{
	width:100%;
	padding:50px 0 0 110px;
}

@media screen and (max-width: 700px) {
	.fv_content{
		padding:60% 0 0 3%;
		text-shadow: #ccc;
	}
}
.fv_content h1{
	font-size:2.5em;
	line-height:1.3em;
	text-align: left;
	font-weight:500;
	color:#ff8a00;
}
@media screen and (max-width: 700px) {
	.fv_content h1{
		font-size:1.35em;
		color:#7ec9c1;
		margin:0 0 3% 5%;
		text-shadow: #fff 2px 2px 2px;		
	}
}
.fv_com1{
	font-size:1.1em;
	font-weight:500;
	text-align:left;
	margin:2% 0 0 0;
	color:#555;
	background:#fff;
	padding:7px 10px;
	max-width:500px;
	filter:drop-shadow(0 0 5px #dfdfdf);
}
.fv_com2{
	font-size:1.1em;
	font-weight:500;
	text-align:left;
	color:#555;
	margin:10px 0 5% 0;
	padding:7px 10px;
	background:#fff;
	max-width:500px;
	filter:drop-shadow(0 0 5px #dfdfdf);

}
@media screen and (max-width: 700px) {
	.fv_com1,.fv_com2{
		font-size:0.8em;
		width:90%;
		margin:0 5% 1% 5%;
	}
}
.fv_cvr{
	max-width:400px;
	position: absolute;
	bottom:11%;
	left:7%;
	animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
  }
@media screen and (max-width: 700px) {
	.fv_cvr{
		width:70%;
		left:15%;
		bottom:5%;
		
		}
	.fv_cvr img{
		filter: drop-shadow(17px 17px 11px #97c0bd);
	}
}

.main_all{
	width:100%;
	margin:0 auto;
	background:#fff;
}
/*service**/
.service{
	max-width:1500px;
	background:#ecfffb;	
	margin:0 auto;
	padding: 2% 0;
}
@media screen and (max-width: 700px) {
	.service{
		padding:0;
	}
}
.service_zone{
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	filter:drop-shadow(0 0 11px #e7e7e7);
	padding:5%;
}
 @media screen and (max-width: 700px) {
	.service_zone{
		padding:0;
	}
} 
.service_zone h3{
	color:#8b8b8b;
	font-size:2em;
	line-height:1.3em;
	font-weight:600;
	margin:20px 0;
}
@media screen and (max-width: 700px) {
	.service_zone h3{
		font-size:1.3em;
		letter-spacing: -1px;
		margin:15px 0;
	}
}
.karatz_sv{
	width:100%;
	margin:0 auto;
	padding:5% 0;
	background:#ffebd0;
}

@media screen and (max-width: 700px) {
	.karatz_sv{
		padding:5% 0 10% 0;
	}
}
.title_point{
	width:50%;
	display: block;
	background:#ffa125;
	font-size:1.7em;
	color:#fff;
	padding:8px 17px;
	font-weight:500;
	margin:2% 25% 0 25%;
}
@media screen and (max-width: 700px) {
	.title_point{
		width:80%;
		font-size:18px;
		white-space:nowrap;
		font-weight:600;
		padding:5px 17px;
		margin:2% 10% 0 10%;
	}
}
.red{
	color:#db2f37;
}
.fruit{
	max-width:700px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.fruit{
		width:90%;
	}
}
.ichigo{
	max-width:340px;
	flex:1;
	background:#ff6a71;
	margin:0 5px 0 0;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding:25px 0;
	border-radius: 100px;
}
@media screen and (max-width: 700px) {
	.ichigo{
		font-size:18px;
	}
}
.banana{
	max-width:340px;
	flex:1;
	margin:0 0 0 5px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding:25px 0;
	background: #53c0ff;
	border-radius: 100px;
}
@media screen and (max-width: 700px) {
	.banana{
		font-size:18px;
	}
}
.half_column{
	width:100%;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	
}
@media screen and (max-width: 700px) {
	.half_column{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}

.step_half{
	display:-webkit-flex;
	display:flex;
	margin:-8% 0 0 0;
}
@media screen and (max-width: 770px) {
	.step_half{
		width:90%;
		margin:-21% 5% 0 5%;
	}
}
@media screen and (max-width: 330px) {
	.step_half{
		margin:-28% 5% 0 5%;
	}
}
.step_mame1{
	flex:1;
	margin:0 5% 0 0;
	background:#87e2db;
}
.step_mame2{
	flex:1;
	margin:0 0 0 5%;
	background:#87e2db;
}

@media screen and (max-width: 770px) {
	.step_mame1{
		margin:0 1% 0 0;
	}
	.step_mame2{
		margin:0 0 0 1%;
	}
}

.step_mame1 p,.step_mame2 p{
	font-size: 1.2em;
    text-align: left;
    line-height: 1.5em;
    color: #8b8b8b;
    font-weight: 500;
	margin:10px 0 0 0;
}
.half_column3{
	max-width:800px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
@media screen and (max-width: 770px) {
	.half_column3{
		width:80%;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.half_column4{
	max-width:800px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
@media screen and (max-width: 770px) {
	.half_column4{
		width:80%;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.column{
	flex:1;
	padding:10px;
}
@media screen and (max-width: 770px) {
	.column{
		margin:0 auto;
	}
}
.column p{
	font-size:1.2em;
	text-align:left;
	line-height:1.5em;
	color:#8b8b8b;
	font-weight:500;
}
@media screen and (max-width: 770px) {
	.column p{
		font-size:1em;
	}
}
.column2{
	margin:7% 0 0 0;
	flex:2;
	padding:0 20px;
}
@media screen and (max-width: 770px){
	.column2{
		margin:3% 0 10% 0;
	}
}

.column2 p{
	font-size:1.3em;
	text-align:left;
	line-height:1.5em;
	color:#8b8b8b;
	font-weight:500;
}

p.hikaku{
	font-size:2em;
	margin:5% 0 2% 0;
	color:#7ec9c1;
	font-weight:500;
}
@media screen and (max-width:770px){
	p.hikaku{
		font-size:1.8em;
		margin:7% 0 5% 0;
	}
}
.mini_title{
	border:solid 2px #7ec9c1;
	color:#7ec9c1;
	display: block;
	margin:20px 0 5px 0;
	padding:7px 0;
}

.torio{
	width:1000px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
.torio_child,.torio_child_orange{flex:1;}

@media screen and (max-width:770px){
	.torio{
		width:90%;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
  }
.torio_child h5{
	background:#7ec9c1;
	color:#fff;
	height:55px;
	padding:15px 0 0 0;
	font-size:1.2em;
}
.torio_child_orange h5{
	background:#ffa125;
	color:#fff;
	height:55px;
	padding:5px 0 0 0;
	font-size:1.2em;
	}
.torio_child{
	margin:1%;
}
.torio_child p{
	font-size:1em;
	line-height:1.5em;
	text-align: left;
	width:90%;
	margin:5%;
}
.torio_child_orange{
margin:1%;
}

.torio_child_orange p{
	font-size:1em;
	line-height:1.5em;
	text-align: left;
	width:90%;
	margin:5%;
}

.torio_child img,.torio_child_orange img{
	margin:5% 0 0 0;
	width:80%;
}
/*table**/
table.tbl-r03{
	max-width:1500px;
	border-collapse: separate;
	border-spacing: 8px;
	margin:0 auto;
}
th {
	background:#7ec9c1;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	font-size:1.3em;
	font-weight:500;
	text-align: center;
	vertical-align:middle;
	width:30%;
  }

  @media screen and (max-width: 640px) {
	th {
		width:100%;
		padding: 10px 0;
	}
    }

	td {
	border: solid 1px #ccc;
	padding: 15px 10px;
	text-align:left;
	color:#555;
  }
  @media screen and (max-width: 640px) {
	td {
		padding: 15px 5px;
		white-space: nowrap;

	}
  }
  @media screen and (max-width: 640px) {
	.tbl-r03 {
	  width:100%;
	}
	.tbl-r03 tr {
	  display: block;
	  float: left;
	}
	.tbl-r03 tr td, 
	.tbl-r03 tr th {
	  border-left: none;
	  display: block;
	  height:180px;
	}
	.tbl-r03 thead {
	  display: block;
	  float: left;
	  width: 30%;
	}
	.tbl-r03 thead tr {
	  width: 100%;
	}
	.tbl-r03 tbody {
	  display: block;
	  float: left;
	  width: 70%;
	}
	.tbl-r03 tbody tr {
	  width: 100%;
	}
	.tbl-r03 tr td + td {
	  border-left: none;
	}
	.tbl-r03 tbody td:last-child {
	  border-bottom: solid 1px #ccc;
	}
  }
   

/*why_service**/
.why_service{
	width:100%;
	margin:0 auto;
}

.why_zone{
	max-width:1500px;
	margin:0 auto;
	background:url(../img/back_one.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	padding:5% 0;
}

@media screen and (max-width: 770px){
	.why_zone{
		padding:11% 0;
	}
}
.why_zone h3{
	color:#fff;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:20px 0 30px 0;
}
@media screen and (max-width: 770px){
	.why_zone h3{
		font-size:1.8em;
		letter-spacing: -2px;
}
}
.box,.box_last{
	max-width:1000px;
	background:#fff;
	padding:60px;
	margin: 2% auto;
}

.box_last{
	max-width:1000px;
	margin: 2% auto 5%;
}
@media screen and (max-width: 770px){
	.box{
		width:94%;
		margin:3%;
		padding:7%;
	}
	.box_last{
		width:94%;
		margin:3% 3% 10% 3%;
		padding:7%;
	}
}
.why_point{
	font-size:1.5em;
	line-height:1.3em;
	font-weight:500;
	color:#0d8b7e;
	text-align: left;
}
@media screen and (max-width: 770px){
	.why_point{
		font-size:1.13em;
	}
}
.why_txt{
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
	color:#7ec9c1;
}
@media screen and (max-width: 770px){
	.why_txt{
		font-size:1em;
		line-height:1.5em;
	}
}
p.satei_midasi{
	font-size:2em;
	font-weight:bold;
	color:#fff;
	margin:0 0 2% 0;
}
@media screen and (max-width: 770px){
	p.satei_midasi{
		font-size:1.5em;
	}
}
.satei_kanou{
	max-width:1020px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
.sp_satei_kanou{
	display:-webkit-flex;
	display:flex;
}
@media screen and (max-width: 770px){
	.sp_satei_kanou{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.satei_child{
	flex:1;
	margin:10px;
	background:#fff;
	padding:35px 0;
}
@media screen and (max-width: 770px){
	.satei_child{
		padding:15px 0;
	}
}

.kataho{
	padding:15px 0;
}

@media screen and (max-width: 770px){
	.kataho{
		padding:8px 0;
	}
}

.satei_line{
	display: block;
	width:70%;
	margin:1% 15% 7% 15%;
	height:2px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(126, 201, 193, 1) 25% 50%, rgba(126, 201, 193, 1) 75%, rgba(255, 255, 255, 1));
}
.satei_child img{
	width:70%;
}
.satei_child p{
	font-size:18px;
	font-weight:bold;
	color:#0d8b7e;
	margin:0 0 10px 0;
}
@media screen and (max-width: 770px){
	.satei_child p{
		font-size:13px;
	}
}

.satei_banner{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 770px){
	.satei_banner{
		width:90%;
	}
}
.satei_banner img{
	width:90%;
	margin:5% 0;
	animation: fluffy1 2s ease infinite;
}
.sub_copy{
	width:50%;
	margin:0 auto;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding:10px 0;
	color:#fff;
}
.sub_copy p{
	font-size:1.7em;
}
@media screen and (max-width: 770px){
	.sub_copy p{
		font-size:1.1em;
		text-align: center;
	}
}
.ryutu{
	max-width:900px;
	margin:0 auto;
}
@media screen and (max-width: 770px){
	.ryutu{
		width:90%;
	}
}
.ryutu img{
	margin:5% 0 0 0;
}
@media screen and (max-width: 770px){
	.ryutu img{
		margin:5% 0 3% 0;
	}
}
.ryutu p{
	font-size:1.3em;
	line-height:1.8em;
	color:#8b8b8b;
	margin:3% 0 0 0;
	text-align:left;
}
@media screen and (max-width: 770px){
	.ryutu p{
		font-size:0.87em;
		margin:0 auto;
	}
}
.satei_content{
	max-width:1500px;
	margin:0 auto;
	background:#ecfffb;
	padding:5% 0;
}
@media screen and (max-width: 770px){
	.satei_content{
		padding:10% 0;
	}
}
.satei_content h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:0 0 40px 0;
}
@media screen and (max-width: 770px){
	.satei_content h3{
		font-size:2em;
	line-height:1.3em;
	}
}
.satei{
	max-width:900px;
	margin:0 auto;
}
@media screen and (max-width: 770px){
	.satei{
		width:90%;
	}
}
.satei_fukidasi{
	max-width:500px;
	margin:0 auto;
}
.satei_fukidasi img{
	margin:5% 0 0 0;
}
@media screen and (max-width: 770px){
	.satei_fukidasi{
		width:60%;
	}
}
.satei_hikaku{
	max-width:900px;
	margin:0 auto;
	padding:5% 0 0 0;
}
/*reccomend**/
.reccomend{
	max-width:1500px;
	margin:0 auto;
	padding:5% 0;
	background:url(../img/reccomend_back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
@media screen and (max-width: 770px){
	.reccomend{
		padding:5% 0 11% 0;
	}
}
.reccomend_box{
	max-width:1000px;
	margin:0 auto;
}
.logo{
	max-width:80px;
}
.reccomend_box h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:20px 0 0 0;
}
@media screen and (max-width: 770px){
	.reccomend_box h3{
		font-size:2em;
		margin:20px 0 15px 0;
	}
}
.reccomend_box h5{
	color:#ff8a00;
	font-weight:600;
	font-size:1.3em;
	line-height:1.3em;
	text-align: left;
	border-bottom:solid 3px #ff8a00;
	padding:0 0 10px 0;
	margin:20px 0 10px 0;
}
@media screen and (max-width: 770px){	
.reccomend_box h5{
	width:90%;
	font-size:1em;
	margin:0 5%;
}
.reccomend_box p{
	font-size:1em;
}
}
.believe{
	max-width:800px;

	margin:0 auto;
	padding:8% 0 0 0;
}
.reason{
	max-width:1000px;
	background:#fff;
	padding:0 0 5% 0;
	margin:0 auto;
}
@media screen and (max-width: 770px){
	.reason{
		width:94%;
		padding:0 5% 5% 5%; 
		margin: 0 3%;
}
}
.reason_box{
	max-width:700px;
	margin:0 auto;
}

.komi_obi{
	max-width:400px;
	background:#7ec9c1;
	border-radius:0 0 10px 10px;
	padding:25px 0;
	margin:50px 300px 0 300px;
	font-size:1.5em;
	color:#fff;
	font-weight:500;
}

@media screen and (max-width: 770px){
	.komi_obi{
		width:80%;	
	margin:0 auto;
	font-size:1em;
	padding:7px 0;
	}
}
/*check**/
.check_midasi{
	text-align:left;
	margin:30px 0 0 0;
}
@media screen and (max-width: 770px){
	.check_midasi{
		margin:17px 0 0 0;
	}
}
.check_midasi img{
	width:30px;
}
@media screen and (max-width: 330px) {
	.check_midasi img{
		width:15px;
	}
}
.check_midasi p{
	color:#7ec9c1;
	display:inline-block;
	font-size:1.3em;
	font-weight:600;
	margin:0 0 5px 0;
}
@media screen and (max-width: 770px){
	.check_midasi p{
		font-size:1em;
	}
}
@media screen and (max-width: 330px) {
	.check_midasi p{
		font-size:0.8em;
		margin:0 auto;
		background:#ecfffd;
	}
}
p.txt{
	font-size:1.1em;
	line-height:27px;
	text-align:left;
	margin:10px 0 0 0;
}

@media screen and (max-width: 770px){
	p.txt{
		font-size:0.8em;
		line-height:21px;
	}
}
/*three_step**/
.three_step{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:8% 0 4% 0;
}
@media screen and (max-width: 770px){
	.three_step{
		padding:8% 0 10% 0;
	}
}
.step_box{
	max-width:1000px;
	margin:0 auto;
}

.step_box h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:20px 0;
}
@media screen and (max-width: 770px){
	.step_box h3{
		font-size:2em;
	}
}
.step_one{
	padding:45px 30px;
	background:url(../img/qa_back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin:40px 0 0 0;
}
@media screen and (max-width: 770px){
	.step_one{
		width:90%;
		margin:3% 5% 0 5%;
		padding:45px 0;
	}
}
@media screen and (max-width: 330px) {
	.step_one{
		padding:7% 0;
	}
}
.dli-caret-down {
	display: inline-block;
	vertical-align: middle;
	color:#87e2db;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width:70px 100px;
	border-top-color: currentColor;
	border-bottom: 0;
	margin:-5px 0 0 0;
  }

  @media screen and (max-width: 770px){
	.dli-caret-down {
		margin:-5px 0 5% 0;
		border-width:50px 70px;
	}
  }
.step_one h5,.step_two h5,.step_three h5{
	font-size:2.3em;
	font-weight:500;
	text-align:center;
	color:#fff;
	margin:0 0 20px 0;
}
@media screen and (max-width: 770px) {
	.step_one h5,.step_two h5,.step_three h5{
		font-size:1.17em;
	}
}
p.subtitle{
	font-size:1.1em;
	color:#fff;
	text-align:left;
}
@media screen and (max-width: 770px) {
	p.subtitle{
		font-size:0.8em;
	}
}
/*jewel**/
.jewel{
	width:100%;
	margin:0 auto;
	background:#f4fffe;
	padding:4% 0;
}
.jewel_box{
	max-width:1300px;
	margin:0 auto;
}

.jewel_box h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:10px 0 50px 0;
}
@media screen and (max-width: 770px){
	.jewel_box h3{
		font-size:2em;
	}
}
.half_column_j{
	max-width:1000px;
	margin:0 auto;
	display: flex;
}
@media screen and (max-width: 770px) {
	.half_column_j{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.myrow{display: flex;}
.mycol-1{flex:1;}
.column_photo{flex:1;}
.column_gr{
	flex:1;
	background:#7ec9c1;
	padding:20px;
}
.column_gr h5{
	font-size:1.53em;
	line-height:1.3em;
	font-weight:500;
	text-align:left;
	color:#5d5d5d;
	margin:0 0 10px 0;
}
@media screen and (max-width: 770px) {
	.column_gr h5{
		font-size:1em;
	}
}
@media screen and (max-width: 330px) {
	.column_gr h5{
		font-size:1em;
	}
}
.column_gr p{
	color:#5d5d5d;
	font-size:18px;
	line-height:23px;
	text-align: left;
}
@media screen and (max-width: 770px) {
.column_gr p{
	font-size:0.8em;
	line-height:21px;
}
}
/*uservoice**/
#uservoice{
	width:100%;
	margin:0 auto;
	padding:4% 0 8% 0;
}
@media screen and (max-width: 770px) {
	#uservoice{
		padding:0;
	}
}
#uservoice h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:15px 0 0 0;
}
@media screen and (max-width: 770px){
	#uservoice h3{
		font-size:2em;
	}
}
.uservoice_box{
	max-width:1300px;
	margin:0 auto;
	background:url(../img/uservoice_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding:5% 0;
}
@media screen and (max-width: 770px) {
	.uservoice_box{
		padding:10% 0;
	}
}
.voice_box{
	max-width:1040px;
	margin:0 auto;
	display: flex;
}
@media screen and (max-width: 770px) {
	.voice_box{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.voice_child{
	flex:1;
	margin:20px;
	background:#fff;
	padding:40px 30px;
}
.voice_child h5{
	color:#7ec9c1;
	font-size:1.5em;
	line-height:1.57em;
	margin:0 0 10px 0;
	text-align:left;
	font-weight:500;
}
@media screen and (max-width: 770px) {
	.voice_child h5{
		font-size:1em;
	}
}
.voice_child p{
	text-align:left;
	font-size:1.1em;
	line-height:1.5em;
}
@media screen and (max-width: 770px) {
	.voice_child p{
		font-size:0.8em;
		line-height:21px;
	}
}
/*qa**/
#qa{
	width:100%;
	margin:0 auto;
	background:url(../img/qa_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding:5% 0;
}
@media screen and (max-width: 770px) {
	#qa{
		padding:10% 0 15% 0;
	}
}
.qa_box{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 770px) {
	.qa_box{
		width:80%;
	}
}
.qa_box h3{
	color:#5d5d5d;
	font-size:3em;
	line-height:1.3em;
	font-weight:600;
	margin:20px 0 50px 0;
}
@media screen and (max-width: 770px) {
	.qa_box h3{
		font-size:1.3em;
		margin:10px 0 20px 0;
	}
}
.que{
	margin:5% 0 3% 0;
}
.que img,.ans img{
	width:35px;
	display: block;
	text-align: center;
	margin:0 auto;
}
.ans{
	padding:0 0 5% 0;
}
.que p,.ans p{
font-size:23px;
line-height:23px;
display: inline-block;
margin:10px 0 7px 0;
color:#5d5d5d;
}
@media screen and (max-width: 770px) {
	.que p,.ans p{
		font-size:1em;
		line-height:23px;
	}
}
.que p{
	font-weight:770;
}
.line{
	display: block;
	max-width:700px;
	margin:0 auto;
	border:solid 1px #fff;
}
@media screen and (max-width: 770px) {
	.line{border:solid 1px #fff;}
}
/*footer**/
footer{
	background:#000;
	padding:11px 0;
  }
  footer p{
	color:#fff;
  }
  .arrow-top {
	display: inline-block;
	width: 150px;
	height:150px;
	margin:0 auto;
	border-top:11px solid #87e2db;
	border-left:11px solid #87e2db;
	transform: rotate(45deg);
  }
  @media screen and (max-width: 700px){
	.arrow-top {
		border-top:7px solid #87e2db;
	border-left:7px solid #87e2db;
	}
  }
  .step_mame1,.step_mame2{
	padding:3% 5%;
  }
  .step_mame1 h5,.step_mame2 h5{
	color:#fff;
	font-size:31px;
	margin:0 0 30px 0;
	font-weight: 500;
  }
  @media screen and (max-width: 770px) {
	.step_mame1 h5{
		font-size:18px;
		margin:10px 0 15px 0;
	}
	.step_mame2 h5{
		font-size:13px;
		margin:10px 0 15px 0;
	}
  }
  @media screen and (max-width: 330px) {
	.step_mame2 h5{
		font-size:11px;
	}
  }
  .step_mame1 p,.step_mame2 p{
	font-size:18px;
	color:#8b8b8b;
	text-align:left;
  }
  @media screen and (max-width: 770px) {
	.step_mame1 p,.step_mame2 p{
		font-size:1em;
		line-height:21px;
	}
  }
  @media screen and (max-width: 330px) {
	.step_mame1 p,.step_mame2 p{
		font-size:0.8em;
		line-height:18px;
	}
  }
  .sp_space{
	display: none;
  }
  @media screen and (max-width: 700px) {
	.sp_space{
		display: block;
		margin:5% 0 0 0;
	  }
  }
  .margin_pay{
	max-width:1000px;
	margin:0 auto;
	position: relative;
  }
  .margin_pay h3{
	color:#7ec9c1;
	font-size:2em;
	line-height:1.3em;
	font-weight:600;
	margin:5% 0 2% 0;
}
@media screen and (max-width: 770px){
	.margin_pay h3{
		font-size:1.5em;
	line-height:1.3em;
	}
}

.imadake_fukidasi{
	width:90px;
	position: absolute;
	top: -16px;
	right: 17px;
}

@media screen and (max-width: 770px){
	.imadake_fukidasi{
		width:70px;
		top: 16px;
		right: 3px;
	}
}

  .example table {
width:100%;
margin:2% 0 0 0;
}
@media screen and (max-width: 700px) {
	.example table {
		width:90%;
		margin:2% 5% 0 5%;
		}
}

.example th:last-child {
	background:#7ec9c1;
	border: solid 1px #ccc;
	color: #d42e2e;
	padding: 10px;
	font-size:1.3em;
	font-weight:500;
	text-align: center;
	vertical-align:middle;
	width:30%;
  }

.example td {
font-size:23px;
}
@media screen and (max-width: 700px) {
	.example td {
		font-size:15px;
		}
}
.example th {
font-size:23px;
}
@media screen and (max-width: 700px) {
	.example th {
		width:33%;
		font-size:15px;
		}
}
td.kyanp{
	background:#cbefeb;
	color:#d42e2e;
	font-weight:bold;
}
.jewel_column{
	width:100%;
	margin:0 auto;
}
p.jc_title{
	font-size:25px;
	font-weight:500;
	color:#7ec9c1;
	margin:8% 0 2% 0;
}
@media screen and (max-width: 700px) {
	p.jc_title{
		margin:18% 0 8% 0;
	}
}
.three_column{
	display:-webkit-flex;
	display:flex;
}
@media screen and (max-width: 700px) {
	.three_column{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.one_column{
	flex:1;
	margin:10px;
}
p.jewel_midasi{
	color:#7ec9c1;
	font-size:17px;
	line-height:21px;
	font-weight:500;
	text-align: left;
	margin:10px 0 0 0;
}
p.jewel_txt{
	font-size:15px;
	line-height:18px;
	text-align: left;
	margin:5px 0 0 0;
}
.twice_pattern{
	max-width:700px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
@media screen and (max-width: 700px) {
	.twice_pattern{
		width:90%;
	}
}

.pattern_1{
	flex:1;
	background:#ff6a71;
	padding:35px 10px;
	font-size:21px;
	white-space: nowrap;
	color:#fff;
}
@media screen and (max-width: 700px) {
	.pattern_1{
		padding:50px 10px;
	}
}
.pattern_2{
	flex:2;
	background:#ffcdd0;
	padding:15px 10px;
	text-align:left;
	font-size:15px;
	line-height:21px;
}
.pattern_3{
	flex:2;
	background:#a5deff;
	padding:15px 10px;
	text-align:left;
	font-size:15px;
	line-height:21px;
}
.pattern_4{
	flex:1;
	background:#53c0ff;
	padding:35px 10px;
	font-size:21px;
	color:#fff;
}
@media screen and (max-width: 700px) {
	.pattern_4{
		padding:50px 10px;
	}
}