@charset "UTF-8";
/* CSS Document */
#fv {
	text-align: center;
	background: url("../img/fv_bg.jpg") no-repeat center center / 100% auto;
	padding-bottom: 30px;
}
#fv > img {
	display: block;
	margin: 0px auto;
	max-width: 920px;
	width: 100%;
}
#fv #hikaku {
	position: relative;
}
#fv #hikaku img.pc,
#fv #hikaku img.sp{
	max-width: 920px;
	width: 100%;
	position: relative;
	z-index: 20;
	margin: 0px auto;
}
#fv #hikaku:before {
	content: "";
	display: block;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
}
#fv .close {
	font-size: 15px;
	max-width: 460px;
	margin: 0px auto;
	padding: 20px;
}
#fv .close img{
	max-width: 460px;
	width: 100%;
}
@media screen and (min-width:0px) and (max-width:1050px) {
	#fv {
		background: url("../img/fv_bg.jpg") no-repeat center center / auto 100%;
	}
}
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
}
.logo img {
	display: block;
	width: 100%;
}
.infiniteslide {
	margin: 5px 0;
}
.infiniteslide li input, .infiniteslide li i, .infiniteslide li b {
	display: none;
}

.infiniteslide span img {
	display: block;
	width: 100px;
	height: 60px;
	margin: 0 4px;
    object-fit: contain;
    object-position: 50% 50%;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 5 / 3;
}
/*
.infiniteslide span img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
}
.infiniteslide span img.tate {
	height: 100%;
	width: auto;
}
*/
body, html {
	color: #0F2E4D;
	font-family: 'Noto Sans JP', sans-serif;
	background: #C2D9F2;
	margin: 0;
	padding: 0;
}
a {
	color: #0F2E4D;
}
ul {
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
}
*::placeholder {
	color: #0F2E4D;
	opacity: 0.4;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.btn {
	text-decoration: none;
	display: inline-block !important;
	box-shadow: 0px 4px 0px #1470CC;
	position: relative;
}
.btn:hover {
	box-shadow: none;
	bottom: -4px;
}
.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: solid 5px #3399ff;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}
.scrollBlock {
	background: #ffffff;
}
#dl_form {
	max-width: 640px;
	margin: 0px auto;
	padding: 0 20px;
}
#dl_form h2 {
	text-align: center;
	margin: 60px 0 40px 0;
}
#dl_form h3 {
	margin: 40px 0 20px 0;
	padding-left: 35px;
	position: relative;
}
#dl_form h3#entry:after{
	content: "";
	display: block;
	clear: both;
}
#dl_form h3#entry span{
	color: #FF4D4D;
	font-size: 12px;
	display: inline-block;
	float: right;
	line-height: 30px;
}
#dl_form h3 b {
	color: #ffffff;
	font-size: 18px;
	font-family: Arial, Helvetica, 'sans-serif';
	line-height: 30px;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	background: #0F2E4D;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
#service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -6px;
}
#service li {
	width: 33.33%;
	padding: 6px;
	box-sizing: border-box;
}
@media screen and (min-width:0px) and (max-width:640px) {
	#service li {
		width: 50%;
	}
}
#service li input {
	display: none;
}
#service li label {
	display: block;
	height: 100%;
	padding: 30px 10px 10px;
	background: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	cursor: pointer;
}
#service li label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
	border-radius: 2px;
	z-index: 10;
}
#service li input:checked + label:before {
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
#service li input:checked + label:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: -2px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 2px #3399ff;
	border-radius: 5px;
}
#service li label .tag {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 10;
}
#service li label .tag i {
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	line-height: 1.0em;
	display: inline-block;
	padding: 4px;
	background: #0F2E4D;
	box-sizing: border-box;
	border-radius: 2px;
}
#service li label b {
	font-size: 10px;
	text-align: right;
	display: block;
	margin-top: 5px;
}
#service li label span {
	display: flex;
	height: 92px;
	border: solid 1px #CFDBE6;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}
#service li label span img.tate {
	width: auto;
	height: 100%;
}
#service li:first-child label {
	font-size: 24px;
	padding: 20px;
	position: relative;
}
#service li:first-child label span {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	display: block;
	height: auto;
	border: none;
    margin-top: 10px;
}
#service li:first-child {
	width: 100%;
}
#service li:first-child label img{
	display: block;
	width: 50%;
    float: right;
    margin: 0 0 20px 10px;
}

#service li label span img {
	display: block;
	width: 100%;
	margin: 0 auto;
    object-fit: contain;
    object-position: 50% 50%;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 221 / 94;
}
#dl_form dt {
	font-size: 15px;
	font-weight: bold;
}
footer {
	font-size: 10px;
	line-height: 1.0em;
	text-align: center;
	padding: 40px;
	opacity: 0.5;
}
#dl_form dt {
	margin: 15px 0 5px 0;
}
#dl_form dd {
	margin: 0;
}
#dl_form dd[class*=col] {
	display: flex;
}
#dl_form dd.col2 > * {
	display: block;
	width: 49% !important;
}
#dl_form dd.col2 span {
	width: 2% !important;
}
#dl_form dd.col3 > *:nth-child(2n-1) {
	width: 32%;
}
#dl_form dd.col3 > *:nth-child(2n) {
	width: 2%;
}
#dl_form dd input[type="text"], #dl_form dd input[type="tel"], #dl_form dd input[type="mail"], #dl_form dd select {
	color: #0F2E4D;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0em;
	display: block;
	width: 100%;
	padding: 12px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
}
#dl_form dd span {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0em;
	text-align: center;
	display: block;
	padding: 12px 0;
}
#dl_form dd b {
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 10px 0 5px 0;
}
#whitepaper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	clear: both;
}
#whitepaper li {
	width: 33.33%;
	padding: 6px;
	box-sizing: border-box;
}
#whitepaper li:first-child{
    font-size: 20px;
    font-weight: bold;
	line-height: 1.2em;
    width: 100%;
}
#whitepaper li:first-child label{
    width: 100%;
    box-sizing: border-box;
	padding: 20px;
}
#whitepaper li input {
	display: none;
}
#whitepaper li label {
	display: block;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	cursor: pointer;
}
#whitepaper li input:checked + label {
	box-shadow: none;
}
#whitepaper li label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
	border-radius: 2px;
	z-index: 10;
}
#whitepaper li input:checked + label:before {
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
#whitepaper li input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #3399ff;
	border-radius: 5px;
	box-sizing: border-box;
}
#whitepaper li label img {
	display: block;
	width: 100%;
}
#whitepaper li label .inner {
	margin: 10px;
}
#whitepaper li label .inner b {
	font-size: 14px;
	line-height: 1.2em;
}
#whitepaper li label .inner span {
	font-size: 10px;
	text-align: right;
	display: block;
	margin: 5px 0 0 0;
}
input[name="all15"] {
	display: none;
}
.btn {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 100px;
	display: block;
	width: 100%;
	max-width: 460px;
	background: #3399ff;
	border: none;
	border-radius: 10px;
}
.btn:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url("../img/icon_download.png") no-repeat center center / 100% auto;
}
.btnarea {
	text-align: center;
	margin-top: 40px;
}
.btnarea #checklist {
	display: inline-block;
}
.btnarea #checklist input {
	display: none;
}
.btnarea #checklist label {
	font-size: 15px;
	line-height: 1.3em;
	text-align: left;
	display: block;
	margin: 10px 0;
	padding-left: 20px;
	cursor: pointer;
	position: relative;
}
.btnarea #checklist label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
	border-radius: 2px;
	position: absolute;
	top: 2px;
	left: 0;
}
.btnarea #checklist input:checked + label:before {
	background:
		url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
.btnarea span {
	color: #FF4D4D;
	font-size: 12px;
	display: block;
	margin: 40px 0 0 0;
}
.btnarea label i {
	font-size: 12px;
	font-style: normal;
}
.btnarea button {
	margin: 40px auto;
}
.btnarea p {
	font-size: 12px;
	margin: 40px 0 0 0;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #888;
	z-index: 1;
	opacity: 0.5;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 2;
}

@media screen and (min-width:640px) and (max-width:99999px) {
	#fv .pc{display: block;}
	#fv .sp{display: none;}
}
@media screen and (min-width:0px) and (max-width:640px) {
	#fv{
		padding-top: 40px;
	}
	#fv .pc{display: none;}
	#fv .sp{display: block;}
	.btn{
		font-size: 15px;
	}
	.btn:after{
		width: 15px;
		height: 15px;
	}
}

.hr_1 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}