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

/*蛍光ペン*/
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,253,128) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.m-blue {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.m-green {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.m-red {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

/* COMMON */

a:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  margin:0;
  padding:0;
	background: #fff;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	line-height: 1.7;
	overflow-x: hidden
}
ul,dl,p,h1,h2,h3{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.txt-color-red {  color: #bf0000;}
.fs-large { font-size: 24px; }
.fs-larger { font-size: 18px; }
.fs-normal { font-size: 16px; }
.fs-small { font-size: 12px; }
.fw-bold { font-weight: bold}
.txt-center { text-align: center }

.mb10 { margin-bottom: 10px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt100 { margin-top: 100px; }

a:link,
a:visited {
	color: #0391ff
}
a:hover {
	text-decoration: underline
}

.sp { display: none; }


/* ページ専用CSS */

.wd1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#kv {
  background: linear-gradient(to right, #4573c9, #42c5d9);
	-webkit-transform: skew(0deg, -3deg);
	position: relative;
	padding-top: 140px;
    margin-top: -70px;
    padding-bottom: 70px;
}
#kv .wd1000 {
	-webkit-transform: skew(0deg, 3deg);
}
#kv .wd1000 #ob01 {
    position: absolute;
    top: 0px;
    right: -230px;
}
#kv #logo {
    width: 210px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /* padding: 25px 15px; */
    text-align: center;
}
#kv #logo &gt; a {
    display: block;
    padding: 25px 15px;
}
#kv .txt {
	width: 570px;
	color: #fff;
	margin-top: 30px;
}
#contents {
	width: 1000px;
	margin: 0 auto;
	text-align: left;

}
#contents #box_affiliate {
	background-color: #f5f9fc;
	height: 348px;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	position: relative;
	margin-top: 60px;
}
#contents #box_affiliate .left {
	width: 500px;
	float: left;
	margin-left: -250px;
}
#contents #box_affiliate .right {
    width: 480px;
    float: left;
    margin-left: 270px;
}
#contents #box_affiliate .right h2 {
	font-size: 36px;
	font-weight: bold;
}
#contents #box_affiliate .right p{
	font-size: 16px;
}
#contents #box01,#contents #box02 {
	margin-top: 100px;
	padding-bottom: 50px;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	text-align: center
}
#contents #box01 .inner,
#contents #box02 .inner {
	width: 1000px;
	margin: 50px auto 0;
}
#contents #box01 .inner .item,
#contents #box02 .inner .item{
	width: 310px;
	text-align: left;
	float: left;
	margin-right: 30px;
	position: relative;
}
#contents #box02 .inner .item #insentive {
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 68px;
    font-weight: bold;
    color: #4486cd;
}

/* chrome */
_:lang(x)::-internal-media-controls-overlay-cast-button, #contents #box02 .inner .item #insentive {
  background: linear-gradient(90deg, #4573c9, #42c2d8 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
}

/* firefox */
_:lang(x)::-moz-placeholder, #contents #box02 .inner .item #insentive {
  background: linear-gradient(90deg, #4573c9, #42c2d8 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
}

/* safari */
_:lang(x)+_:-webkit-full-screen-document, #contents #box02 .inner .item #insentive {
	color: #4486cd;
}



/* IE11 */

#contents #box01 .inner .item:last-child,
#contents #box02 .inner .item:last-child{
	margin-right: 0;
}
#contents #box02 .inner .item h3 {
	line-height: 1.3;
	margin-bottom: 20px;
}
#contents #box03,
#contents #box05 {
    background: #f3f6fb;
    -webkit-transform: skew(0deg,-3deg);
    position: relative;
    padding-top: 10px;
    margin-top: 70px;
    padding-bottom: 100px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#contents #box03 .wd1000,
#contents #box05 .wd1000 {
	-webkit-transform: skew(0deg, 3deg);
}
#contents #box05 .white_box {
	background: #fff;
	padding: 50px;
	margin-top: 20px;
}
#contents h3.bk01 {
	background: url("../img/h3-ttl01.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk02 {
	background: url("../img/h3-ttl02.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk03 {
	background: url("../img/h3-ttl03.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk04 {
	background: url("../img/h3-ttl04.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents .link li {
	list-style: disc;
	margin-left: 30px;
}


#banner-link {
	margin: 100px auto 0;
	padding: 50px 0;
	background: #f4f4f4;
		margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#banner-link .inner {
	width: 1000px;
	margin: 0 auto;
}

#footer {
	background: #333333;
	padding: 30px 0;
	color: #fff;
}


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