@charset "UTF-8";
.howtoback{
	background: url("../img/frp/how-to-choose/back.png");
	background-size: cover;
	padding: 60px 0;
}
.mainbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.mainbox div{
	width:48%;
	background: #fff;
	padding: 40px;
	border-radius: 30px;
	box-shadow:  0 0 20px 0 rgba(0,0,0,0.2);
}
.mainbox div h1{
	font-size:250%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.mainbox div h1 span{
	font-size:50%;
	display: block;
}
.mainbox figure{
	width:48%;
}
.jumplink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.jumplink a{
	color:#0068b7;
	padding: 5px;
	width:25%;
	border-radius: 50px;
	border:2px solid #0068b7;
	text-align: center;
	background: #fff;
	font-weight: 500;
	position: relative;
	transition: 0.3s all ease;
}
.jumplink a:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #0068b7;
	border-right:2px solid #0068b7;
	transform: rotate(45deg);
	right:20px;
	bottom: 40%;
}
.jumplink a:hover{
	color:#fff;
	background: #0068b7;
	letter-spacing: 0.1em;
}
.jumplink a:hover:after{
	border-bottom: 2px solid #fff;
	border-right:2px solid #fff;
}
.howtobox{
	margin-top: 100px;
}
.howtobox h2{
	font-size: 150%;
	margin-bottom: 30px;
}
.howtobox .overview{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}
.howtobox .overview div{
	width: 35%;
}
.howtobox .overview div h4{
	font-size:150%;
	font-weight: 700;
}
.howtobox .overview div h4 span{
	font-size:75%;
	font-weight: 700;
	margin-left: 1em;
}
.howtobox .overview div .cap{
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 30px;
}
.howtobox .overview figure{
	width: 60%;
}
.howtobox h3{
	text-align: center;
	font-size: 150%;
	margin: 30px auto 10px;
	font-weight: 700;
}
.flowbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	align-items: center;
	background: #f0f0f0;
	border-radius: 20px;
}
.flowbox figure{
	width: 10%;
}
.flowbox div{
	width: 85%;
}
.flowbox div h4{
	font-weight: 700;
	font-size:125%;
	color:#0068b7;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 10px solid #0068b7;
	border-bottom: 0;
	margin: 10px auto 10px;
}
.installation{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: 1px solid #666;
	margin-top: 50px;
	background: #fff;
}
.installationbox{
	width: 53%;
}
.installationbox h3{
	font-weight: 700;
	font-size: 140%;
	text-align: left;
	margin: 0 auto 10px;
}
.installationbox div{
	background: #f0f0f0;
	padding: 10px 30px;
	margin-top: 15px;
}
.installationbox h4{
	font-weight: 700;
	font-size: 110%;
}
.installationbox h4 span{
	font-weight: 400;
	font-size: 85%;
	display: inline-block;
	margin-left: 15px;
}
.installationbox p span{
	font-weight: 700;
	color:#0068b7;
}
.installation figure{
	width: 40%;
}
.pcnone{
	display: none;
}
.installation .motome{
	width:100%;
	font-weight: 700;
	font-size: 140%;
	margin: 0;
	text-align: left;
}
.installation .keisan{
	display: block;
}
.installation .keisan span{
	color:#fff;
	background: #0068b7;
	padding:1px 10px;
	margin: 0 10px;
	border-radius: 5px;
	font-size: 80%;
}
.highbox{
	width: 70%;
	margin: 30px auto 0;
	background: #dcf0ff;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	align-items: center;
}
.highbox div{
	width: 60%;
}
.highbox div a{
	text-align: center;
	width: 50%;
	display: block;
	background: #fff;
	color: #0068b7;
	border:2px solid #0068b7;
	padding: 5px;
	font-weight: 500;
	border-radius: 50px;
	margin-top: 30px;
	position: relative;
	transition: 0.3s all ease;
}
.highbox div a:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0068b7;
	border-right:2px solid #0068b7;
	transform: rotate(45deg);
	right:20px;
	bottom: 35%;
}
.highbox div a:hover{
	background: #0068b7;
	color: #fff;
	letter-spacing: 0.1em;
}
.highbox div a:hover:after{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
}
.highbox figure{
	width: 30%;
}
.title {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 115%;
	padding: 5px 0;
	margin: 60px 0 40px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.title:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 1.5em;
	background-color: #0068b7;
	margin-right: 8px;
}
.link li:before{
	content:"▶︎";
	color:#0068b7;
	margin-right: 5px;
	font-size: 50%;
	vertical-align: middle;
}
.link li a{
	line-height: 2;
	text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
	.howtoback{
		padding: 30px 0;
	}
	.mainbox div{
		width:90%;
		margin: 0 auto 20px;
		padding: 30px;
		border-radius: 15px;
	}
	.mainbox div h1{
		font-size:200%;
		margin-bottom: 10px;
	}
	.mainbox figure{
		width:100%;
		margin-top: -30px;
	}
	.jumplink a{
		width:100%;
		margin: 10px 0;
	}
	.howtobox{
		margin-top: 50px;
	}
	.howtobox h2{
		font-size: 100%;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.howtobox .overview div{
		width: 100%;
		margin-bottom: 15px;
	}
	.howtobox .overview figure{
		width: 100%;
	}
	.flowbox figure{
		width: 30%;
		margin: 0 auto;
	}
	.flowbox div{
		width: 100%;
	}
	.flowbox div p br{
		display: none;
	}
	.flowbox div h4{
		margin-top: 10px;
		text-align: center;
	}
	.installationbox{
		width:100%;
		font-size: 90%;
		margin-bottom: 15px;
	}
	.installationbox h4{
		font-weight: 700;
		font-size: 110%;
	}
	.installationbox h4 span{
		display:block;
		margin-left: 0;
	}
	.installation figure{
		width: 100%;
	}
	.installation .motome{
		font-size: 120%;
	}
	.installation .keisan span{
		display: inline-block;
		margin: 10px 0;
	}
	.pcnone{
		display: block;
	}
	.highbox{
		width: 100%;
	}
	.highbox div{
		width: 100%;
	}
	.highbox div a{
		width: 100%;
	}
	.highbox figure{
		display: none;
	}
}