<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


html{
	background-image:url(../images/bg.png);
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

body{
	font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

header{
	width: 100%;
	background: linear-gradient(#25ace6 0%, #016ad6 100%);
}

#content{
	width:95%;
	margin:0 auto;
}

article{
	margin-top:20px;
}

article.under_h{
	margin-top:10px;
}

h1{
	font-size:1.2em;
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-weight:600;
	
}
.br_logo{
	height:1.2em;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

.heading{
	width:100%;
	max-width:380px;
	position: relative;
	margin: 20px auto 0 auto;
}

.heading h2{
	position: absolute;
	top: 5%;
	left: 10%;
	/* transform: translate(-50%, 0); */
	font-size:min(4.7vw,19px) ;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 65%;
	text-shadow: 2px 3px 2px #30889f;
}

.heading img{
	width:100%;
}

h3{
	font-size:0.9em;
	color:#3C4043;
	padding-left:1.2em;
}

h3:before{
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url(../images/star_ico.png);
	background-size: contain;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: -1.4em;
	margin-right:0.2em;
}
.tag{
	font-size:0.8em;
	background:#0069D5;
	padding:3px 6px;
	color:#fff;
	position:relative;
	display:inline-block;
	margin:10px 0 0 1.2em;
}
.tag:after{
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	border: 13px solid transparent;
	border-left: 12px solid #0069D5;
	width: 0;
	height: 0;
}
.ss01{
	width:70%;
	margin:15px auto 0 auto;
}
.ss01 img{
	width:100%;
}
.ss02{
	width:100%;
	margin:15px auto 0 auto;
}
.ss02 img{
	width:100%;
}
.bg_blue{
	background: rgba(0, 221, 229, 0.15);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding:20px 0 30px 0;
	margin-top:30px;
}
.bg_blue_inner{
	width:95%;
	margin:0 auto;
}

.heading h2.second{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -55%);
	font-size:min(4.7vw,24px) ;
	color: #fff;
	padding: 0;
	margin: 0;
	/*width: 65%;*/
	text-shadow: 2px 3px 2px #30889f;
	text-align:center;
}
footer{
	width: 100%;
	background: linear-gradient(#25ace6 0%, #016ad6 100%);
	padding:20px 0;
	color:#fff;
	font-size:0.5em;
	text-align:center;
	margin:40px auto 0 auto;
}	

.sp_only{
	display:block;
}
.pc_only{
	display:none;
}







@media screen and (min-width:769px) {
#content{
		width:100%;
		max-width:1080px;
	}

section{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
article{
	margin-top:30px;
}
article.under_h{
	margin-top:15px;
}

h1{
	font-size:1.4em;
	
}
.br_logo{
	height:1.2em;
	margin-top: -2px;
}

.heading{
	width:100%;
	max-width:800px;
	margin: 40px auto 0 auto;
}

.heading h2{
	top: 20%;
    left: 8%;
    font-size: min(7vw, 22px);
    width: 80%;
    text-align: center;
}


h3{
	font-size:1.2em;
}

h3:before{
	width: 1.2em;
	height: 1.2em;
	margin-top: -7px;
	margin-left: -1.4em;
	margin-right:0.2em;
}
.tag{
	position:relative;
	font-size:1em;
	margin: 10px 0 10px 1.6em;
}
.tag:after{
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	border: 15px solid transparent;
	border-left: 12px solid #0069D5;
	width: 0;
	height: 0;
}

	
.ss01{
	width:70%;
	max-width:500px;
	margin:10px auto 0 auto;
}
.ss01 img{
	width:100%;
}
	
.ss01wide{
	width:95%;
	margin:10px auto 0 auto;
}
.ss01wide img{
	width:100%;
}
	
.ss01full{
	width:100%;
	margin:10px auto 0 auto;
}
.ss01full img{
	width:100%;
}
	
.bg_blue{
	padding:30px 0 30px 0;
}

.bg_blue_inner{
	width:100%;
	max-width:800px;
}
	
.pc_img04{
	margin-top:20px;
}

.heading h2.second{
	font-size:min(7vw,28px) ;
}
footer{
	font-size:0.8em;
	margin:100px auto 0 auto;
	padding: 25px 0;
}

.sp_only{
	display:none;
}
.pc_only{
	display:block;
}
}</pre></body></html>