<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.sec_custom .inner{
	overflow: hidden;
    padding: 50px 70px 0;
    box-sizing: border-box;
}

.custom01 .ttl_standard{
    margin-bottom: 55px;
}
.list_quality{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 30px;
	padding: 0;
}
.list_quality li{
	position: relative;
	width: 450px;
	border: 2px solid #000;
	box-sizing: border-box;
	padding: 10px;
}
.list_quality li .img{
	line-height: 1.0;
}
.list_quality li .txt01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 25px 30px 0;
}
.list_quality li .txt01 span{
	display: block;
	font-size: 2.5rem;
	font-size: 25px;
}
.list_quality li img{
	width: 100%;
	height: auto;
}
.list_quality li+li::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -37px;
	width: 30px;
	height: 2px;
	background: #000;
}
.list_quality li+li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -23px;
	width: 2px;
	height: 30px;
	background: #000;
	margin-top: -15px;
}
.list_quality + p{
	font-size: 1.6rem;
	font-size: 16px;
	margin: 25px 0 20px;
}
.list_quality02{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 45px;
}
.list_quality02 li{
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
}
.list_quality02 li a{
	position: relative;
	display: block;
	width: 420px;
	color: #fff;
	line-height: 1.0;
	padding: 36px 20px 36px 23px;
	box-sizing: border-box;
	transition: 0.3s;
}
.list_quality02 li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.list_quality02 li a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	transform: translateY(-50%);
}
.list_quality02 .btn_link01{
	background: url("../img/standard/btn_standard01.png") 0 0 no-repeat;
	background-size: 100% auto;
}
.list_quality02 .btn_link02{
	background: url("../img/standard/btn_standard02.png") 0 0 no-repeat;
	background-size: 100% auto;
}
.list_standard{
	list-style: none;
	margin: 0;
	padding: 0 60px 0 30px;
}
.list_standard li+li{
	margin-top: 45px;
}
.list_standard h4{
	position: relative;
	font-weight: normal;
	font-size: 1.8rem;
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 1.5em;
}
.list_standard h4::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #666;
	box-sizing: border-box;
}
.list_standard h4 span{
	color: #ED1C24;
}
.list_standard .text{
	border: 2px dashed #999;
	border-radius: 15px;
	padding: 25px 30px;
	margin: 15px 0 0 30px;
}
.list_standard .text p{
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 2.0;
}
.list_standard .text p+p{
	margin-top: 1em;
}
.list_standard .movie{
	padding: 0;
	margin: 30px auto 0 auto;
    position: relative;
    width: 500px;
    height: 280px;
}
.list_standard .movie02{
	list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0 0 30px;
}
.list_standard .movie02 li{
    position: relative;
    width: 48%;
    height: 236px;
    margin: 0;
}

.list_standard .movie iframe,
.list_standard .movie02 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.list_standard .movie div{
	position: relative;
	width: 400px;
	height: 250px;
}
.list_standard .movie li{
	margin-top: 30px;
}
.list_standard .movie li:nth-child(-n+2){
	margin-top: 0;
}
.list_standard .movie div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.list_standard li a{
	color: #0071BC;
	font-weight: bold;
}
.list_standard li a:hover{
	text-decoration: underline;
}
.sec_custom.custom03 .inner{
	position: relative;
	padding-bottom: 200px;
}
.sec_custom.custom03 .inner::after{
	content: '';
	position: absolute;
	bottom: 120px;
	left: 50%;
	width: 1000px;
	height: 1px;
	background: #999;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .sec_custom .inner{
        padding: 12% 0 0;
    }
	.list_quality{
		display: block;
		margin: 0 5%;
	}
	.list_quality li{
		width: 100%;
	}
	.list_quality li .txt01{
		display: inline-block;
		font-size: 1.4rem;
		padding: 4% 5% 0;
	}
	.list_quality li .txt01 span{
		font-size: 1.7rem;
	}
	.list_quality li+li{
		margin-top: 30px;
	}
	.list_quality li+li::before{
		top: -18px;
		left: 50%;
		width: 20px;
		margin-left: -10px;
	}
	.list_quality li+li::after{
		top: -12px;
		left: 50%;
		height: 20px;
		margin-left: -1px;
	}
	.list_quality + p{
		font-size: 1.4rem;
		margin: 5% 0;
	}
	.list_quality02{
		display: block;
		padding: 0;
	}
	.list_quality02 li{
		font-size: 1.4rem;
	}
	.list_quality02 li a{
		width: 100%;
		padding: 1.8em 1.5em;
		overflow: hidden;
		border-radius: 5px;
	}
	.list_quality02 .btn_link01,
	.list_quality02 .btn_link02{
		background-size: cover;
		background-position: center center;
	}
	.list_quality02 li+li{
		margin-top: 3%;
	}
	.list_standard{
		padding: 0 5%;
	}
	.list_standard li+li{
		margin-top: 10%;
	}
	.list_standard h4{
		font-size: 1.4rem;
	}
	.list_standard h4::before{
		width: 10px;
		height: 10px;
		top: 8px;
	}
	.list_standard .text{
		margin: 1em 0 0 1.5em;
		padding: 5%;
	}
	.list_standard .text p{
		font-size: 1.3rem;
	}
	.list_standard .movie{
		display: block;
		margin: 5% auto;
        width: 100%;
        height: 270px;
	}

    .list_standard .movie iframe{ margin-right: 1.5em;}

	.list_standard .movie02{
		display: block;
		margin: 5% auto;
	}
    .list_standard .movie02 li{
        width: 100%;
        height: 270px;
        margin-bottom: 5%;
    }
    .list_standard .movie02 li:last-of-type{ margin-bottom: 0;}

	.list_standard .movie div{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 50%;
	}
	.list_standard .movie div iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.list_standard .movie li{
		margin-top: 3%;
	}
	.list_standard .movie li:nth-child(-n+2){
		margin-top: 3%;
	}
	.list_standard .movie li:first-child{
		margin-top: 0;
	}
	.sec_custom.custom03 .inner{
		padding-bottom: 100px;
	}
	.sec_custom.custom03 .inner::after{
		width: 100%;
		bottom: 50px;
	}

}
@media screen and (max-width: 414px) {
	.list_standard .movie{
        height: 178px;
	}
    .list_standard .movie02 li{
        height: 158px;
    }
}

.ttl_cmn{
	position: relative;
    margin: 0 0 35px;
    padding: 10px 0 20px 30px;
    font-weight: normal;
	border-bottom: 1px solid #000;
    font-size: 1.8rem;
	font-size: 18px;
}
.ttl_cmn::before{
	content: '';
	position: absolute;
	top: 0;
	left: 8px;
	width: 3px;
	height: 45px;
	background: #4D4D4D;
}
.cmnBlock{
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .ttl_cmn {
		margin: 0 0 5%;
		padding: 0 0 3% 1.5em;
		font-size: 1.6rem;		
    }
	.ttl_cmn::before{
		height: calc(100% - 10px);
		left: 0.5em;
	}
	.cmnBlock{
		width: 92%;
	}
}

</pre></body></html>