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

h2
{
	position: relative;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #c8000b;
	padding-left: 10px;
}

h2::after
{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 55%;
	height: 0;
	border-top: 2px solid #c8000b;
	margin-left: -4px;
}
/*--------------------------
CVƒGƒŠƒA
--------------------------*/
.cvBOX{
	background:#f3f9fb;
	padding:1.2rem;
	margin: 30px 0;
}

.requestBtn{
	border: 1px solid #ccc;
	background: #1a99dd;
	background: linear-gradient( #1a99dd 0%,#076597 100%); 
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	padding:0.8em;
	border-radius:0.4em;
	font-size: 1.0rem;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem;
}

.requestBtn:hover {
	background: linear-gradient(#076597 0%, #1a99dd 100%);
	text-decoration:none;
}

.requestBtn{
	color:#fff;
}

.wrapRecommend dl{
	border: 1px solid #333;
}
.wrapRecommend dt{
	padding:1em 0 1em 0 ;
	background: #333;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
.wrapRecommend dd{
	padding: 1em 1em;
	font-size:0.9em;
}

.requestBtn-red{
	border: 1px solid #ccc;
	background: linear-gradient( #f30404 0%,#bd3003 100%); 
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	padding:0.8em;
	border-radius:0.4em;
	font-size: 1.0rem;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem;
}

.requestBtn-red:hover {
	background: linear-gradient(#bd3003 0%, #f30404 100%);
	text-decoration:none;
}

.requestBtn-red{
	color:#fff;
}

/*------------------------------------------------
 Ž‘—¿¿‹
-------------------------------------------------*/
.coment{
	padding-top:30px;
	font-size: 25px;
	font-weight:bold;
	color:#c8000b;
}


@media screen and (max-width:767px) {
	.coment{
	font-size:18px;
	}
}

/*--------------------------
ituÀ‚Ì‹­‚Ý
--------------------------*/

dl.strength
{
	display: flex;
	flex-direction: column;
	background: #eff2ff;
	padding: 20px;
	border-radius:10px;
}

dl.strength dt
{
	font-weight: 800;
	margin: 10px 0 20px 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color:#4169d8;
	font-size: 1.2rem;
	line-height: 1.2;
}

dl.strength dt span.strength {
	background: #4169d8;
	color: #fff;
	display: inline-flex;
	align-items: center; /* ‚’¼•ûŒü‚Ì’†‰›‘µ‚¦ */
	padding: 5px 20px;
	margin-right: 10px;
	text-align: center; /* ƒeƒLƒXƒg‚ð’†‰›‘µ‚¦ */
	border-radius: 100px;
}

dl.strength dd
{
line-height:1.8;
	letter-spacing:0.02rem;
}

dl.strength .discBOX
{
	background: #dee2ff;
}

dl.strength .attBox02
{
	background: #dee2ff;
	border:solid #dee2ff;
}

/* ƒXƒ}ƒz—p‚ÌƒƒfƒBƒAƒNƒGƒŠ */
@media (max-width: 768px) {
	dl.strength dt
	{
	grid-template-columns: auto 1fr;
	}
	dl.strength dt span.strength {
	padding: 5px 20px;
	margin-right: 10px;
	font-size:1.2rem;
	}
}
/*--------------------------
ƒ{ƒ^ƒ“‘•ü
--------------------------*/

.btnBlue,
.btnRed
{
	box-shadow: 0px 5px 5px #a0a0a0;
	font-weight: 800;
	 transition: 0.3s;
}

.cat_box a.btnBlue,
.cat_box a.btnRed
{
	box-shadow: 0px 5px 5px #a0a0a0;
	font-weight: 800;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
}


.btnBlue:hover,
.cat_box a.btnBlue:hover,
.cat_box a.btnRed:hover
{
	box-shadow:none;
	background:#3295ff;
	text-decoration:none;
}

.btnRed:hover
{
	box-shadow:none;
	background:#ff5660;
	text-decoration:none;
}

/*ƒ{ƒ^ƒ“‚ð^‚ñ’†‚ÉÝ’u*/
a.btn_center
{
	margin:auto;
	width: 60% !important;
	text-align: center;
	display: block;
}

/* ƒXƒ}ƒz—p‚ÌƒƒfƒBƒAƒNƒGƒŠ */
@media (max-width: 768px) {


a.btn_center
	{
	width: 85% !important;
	}
}


/*--------------------------
disc
--------------------------*/

ul.discBOX
{
	background: #eff2ff;
	padding: 2rem;
	border-radius: 10px;
}

ul.disc li::marker {
  color: #4169d8;
  font-size: 1.5rem;
}


ul.disc li
{
	/* margin-bottom:10px; */
}

ul.disc li:last-child
{
	margin-bottom:0px;
}

/*--------------------------
ituÀ‚Ì‹­‚Ý
--------------------------*/
.link_area
{
	background: #dcf8fd;
	border-radius: 10px;
	padding: 20px;
	color:#03b7d7;
}

#contentsWrap .link_area h2.ttl
{
	position:relative;
	border-bottom: none;
	text-align:center;
	font-weight:800;
	font-size:1.3rem;
	border-left: none;
}


#contentsWrap .link_area h2.ttl:after
{
	position:absolute;
	background: transparent;
	border: none;
}

.link_area a
{
	color:#0080da;
}
/*--------------------------
h4‘•ü
--------------------------*/
h4.ttl {
    font-weight: 800;
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #03A9F4;
    font-size: 1.2rem;
    line-height: 1.2;
    background: #c5ebfc;
    padding: 10px 20px;
    border-radius: 100px;
</pre></body></html>