<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*** Title image ***/
.ttl_img_relative { position: relative; }
.ttl_img_absolute {
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

/*** Indent ***/
.indent175 {
  padding-left: 1.75em;
  text-indent: -1.75em;
}


/*** SlideIn ***/
.slideIn{
	opacity: 0;
	transform: translateY(100px);
	transition: 0.5s;
}

/*** Fonts ***/

/*
&lt;uniquifier&gt;: Use a unique and descriptive class name
&lt;weight&gt;: Use a value from 100 to 900
*/

.noto-sans-jp-&lt;uniquifier&gt; {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}

.ft_txt {
	font-family: "Noto Sans JP", serif;
}


/** Text ***/
.txt_w {
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
	line-height: 160%;
}

.txt_y {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	line-height: 160%;
}

.atn {
	line-height: 1.1rem;
	font-size: 11px;
	color: #ffffff;
}


/*** Color ***/
.t_cl_h10 { color: #152348; }

.b_cl_h10 { background-color: #152348; }

.c_cl {
	background: linear-gradient(180deg, #F7E000 0%, #ED9205 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}


/*** Box ***/

.idx_box {
	border: 2px solid;
	border-image: linear-gradient(to right, #0071BA, #D2145A) 1;
	margin-inline: auto;
	max-width: 240px;
	width: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	transform: skewX(-15deg);
}


.box-img, .box-text { display: inline-block; }


.img_box {
	border: 2px solid;
	border-image: linear-gradient(to right, #0071BA, #D2145A) 1;
}

.img_box_hikaku {
	border: 2px solid;
	border-image: linear-gradient(to right, #0071BA, #D2145A) 1;
	background-color: #152348; 
}

.img_inbox_hikaku {
	border: 1px solid #006D5D;
}



/*** Line ***/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.line {
	border: none;
	background : linear-gradient(to right, #152348, white, #152348);
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.line_modoru {
	border: none;
	background : linear-gradient(to right, white, #152348, white);
	height: 1px;
	margin-top: 12px;
	margin-bottom: 10px;
}



/*** Background ***/
.bgall {
	background: #152348;
	background-image: url('images/bg.png');
	background-attachment: fixed;

	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}




@media screen and (min-width:480px) { 

	.bgall {
	background: #152348;
	background-image: url('images/bg.png');
	background-attachment: fixed;

	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
	}



}

@media screen and (min-width:481px) and (max-width:575px) {

	.idx_box {
		max-width: 300px;
		font-size: 25px;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.txt_w {
		font-size: 19px;
	}

	.txt_y {
		font-size: 28px;
	}

	.atn { font-size: 13px; }

	.img_box_hikaku { padding: 3rem; }

}
@media screen and (min-width:576px) and (max-width:991px) {

	.idx_box {
		max-width: 300px;
		font-size: 25px;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.txt_w {
		font-size: 19px;
	}

	.txt_y {
		font-size: 28px;
	}

	.atn { font-size: 13px; }

	.img_box_hikaku { padding: 3rem; }

}
@media screen and (min-width:992px) {

	.idx_box {
		max-width: 300px;
		font-size: 25px;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}


	.txt_w {
		font-size: 19px;
	}

	.txt_y {
		font-size: 28px;
	}

	.atn { font-size: 13px; }

	.img_box_hikaku { padding: 2rem 3rem; }
}


/*** Back to Home ***/
.btn1 {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #152348;
  border: 1px solid #063990;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn1 {
    transition: none;
  }
}

.btn1:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #063990;
  border: 1px solid #152348;
}

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