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


.keyimgBox {
	background: #fff602;
	margin-bottom: 0 !important;
}

.containerOuter{
	margin-top: 0 !important;
	padding-bottom: 20px;
	background: #fff602;
}

/*---------------------------------
 見出しタグ
----------------------------------*/

.subColor{
/*	color:#eb3f03;*/
	color:#fd0102;
}

.container h2{
	color: #f30060;
	font-size: 2.6em;
	line-height: 1.2;

}

@media screen and (max-width:767px) {
	.container h2{
		font-size: 2.2em;
	}
}


.container h2:after{
	background-color: #083ca2;
}

h3{
	/*color: #083ca2;*/
	background:none;
	border:none;
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.2;
}

h3:after{
	background:none;
/*	background-color: #083ca2;*/
}

h3.Marker{
	background:#f31660;
	padding:10px;
	color:#ffff;	
	margin-bottom: 20px;
}

h4{
	border-left: 2px solid #083ca2;
}

h3 span.memo{
	color: #333;
	font-size: 0.5em;
	margin-left:1em;
	font-weight:normal;
}


p.fs16 span{
	font-size:1em;
}
/*---------------------------------
 角丸キャッチコピー用
----------------------------------*/

p.deadline {
	text-align:center;
	font-size:1.3rem;
	margin-bottom:0.9em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #0765b1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}


/*---------------------------------
 文字装飾
----------------------------------*/
span.point{
	color:#ffffff !important;
	font-weight:bold;
}
span.point8{
	color:#eaff45 !important;
	font-weight:bold;
}
.line1{
	line-height:1em!important;
}

.green{
	color:#00af1e;
}
/*---------------------------------
 グリッドポイントバック　矢印の回転
----------------------------------*/

@media screen and (max-width:767px) {
	.gridpback .grid9 img{
		display:block;
	}
	.kaiten{
		transform: rotate(90deg);
	}
}


/*---------------------------------
 エントリーボタン
----------------------------------*/
.entryBtn,.shoppingBtn{
	margin:1em auto;

}

.btnOrange {
	/*background:#dd010d;*/
	color:#ffff08;
	background: #ff752b; /* Old browsers */
	background: linear-gradient(to bottom,	#FF752B 25%,#F8552A 64%,#EF3F13 100%); 
	border-radius: 20px;
	box-shadow: 0 7px 9px rgba(0,0,0,0.3);
	transition: .3s;
	width: 45%;
}

.row .btnOrange {
	width: 90%;
}

@media screen and (max-width:767px) {
.btnOrange {
	width: 75%;
	padding:10px;
	line-height: 1.2;
	border-radius: 10px;
	}
}

.btnOrange:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.48);
	/*background: #e26e18;*/
	color:#ffff08;
	text-decoration:none;
}


.btnOrange span:not(.linkArrow){
	color:#fff;
}

.btnOrange .linkArrow:after{
	border-color:#fffe08;
}

.btnBlue2{
	/*background:#dd010d;*/
	color:#ffff08;
	background: #00afe2; /* Old browsers */
	background: linear-gradient(to bottom,	#00AFE2 0%,#008ECC 51%,#0077AA 100%);
	border-radius: 20px;
	box-shadow: 0 7px 9px rgba(0,0,0,0.3);
	transition: .3s;
	width: 45%;
}
.row .btnBlue2 {
	width: 90%;
}


@media screen and (max-width:767px) {
.btnBlue2 {
	width: 75%;
	padding:10px;
	line-height: 1.2;
	border-radius: 10px;
	}
}

.btnBlue2:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.48);
	/*background: #e26e18;*/
	color:#ffff08;
	text-decoration:none;
}


.btnBlue2 span:not(.linkArrow){
	color:#fff;
}

.btnBlue2 .linkArrow:after{
	border-color:#fffe08;
}

.btnLink{
	padding:0.5em;
}


.btnLink:after {
	content:"";
	margin-left: 0;
}

.linkArrow {
	margin-left:0.2em;
	position:relative;
	width:1em;
	content:'';
}
.linkArrow:after {
	content:'';
	position:absolute;
	top: 50%;
	margin-top: -0.3em;
	right: -0.5em;
	height: 0.4em;
	width: 0.4em;
	border:2px solid #fff;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}

/*---------------------------------
 エントリーボタン
----------------------------------*/

.imgBox{
	margin:20px auto 40px auto;
	text-align:center;
}
.imgBox img{
	display:inline-block !important;
}
.bgColor{
	background-image: linear-gradient(
		-45deg,
		#fdf9da 25%,
		#fffce9 25%, #fffce9 50%,
		#fdf9da 50%, #fdf9da 75%,
		#fffce9 75%, #fffce9
	);
	background-size: 30px 30px;
	color:#fff;
	font-weight:bold;

	/*background:#f5f0c8;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@media screen and (max-width:820px) {
	.imgBox img{
		display:block !important;
		margin-left:auto;
		margin-right:auto;
	}
	.arrowImg{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	}
}

@media screen and (max-width:640px) {
	.btnLink {
		width:95%;
	}
	.linkArrow:after {
		margin-top: -0.75em;
		right: -0.5em;
		height: 0.8em;
		width: 0.8em;
	}


}


section.container{
		padding:20px;
	border-radius:10px;
	background:#fff;
	letter-spacing: 0.08em;

}

.VoiveBox{
	background: #fff;
	border-radius:10px;
	padding:20px;
	border:2px solid #272242;
	}

.VoiveBox dt{
	color: #272242;
	}

.textBox{
	line-height: 1.2;
}

@media screen and (max-width:767px) {
	img.smaller{
	width:40%;
	}
	.spLeft {
	text-align: left!important;
	}
}

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