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

.img-top {
	background: linear-gradient(to bottom, #afdff6 0%,#feffff 35%,#feffff 65%,#afdff6 100%);
}
 /* 共通 */
/*丸アイコン*/
.circle-list{
	padding-left:13px;
	position: relative;
}
.circle-list:before{
	position: absolute;
	content:'';
	background-color: #A3AFC4;
	width:9px;
	height:9px;
	border-radius:30px;
	top:10px;
	left:0;
}

hgroup {
	padding-top: 160px;
	position: relative;
}
hgroup .lead {	
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
hgroup .star {
	position: absolute;
	top:100px;
	left: 0;
	width: 224px;
}
hgroup h2 img { 
	text-align: center;
	margin: 0 auto;
}
.webkit2-fig {
	width:910px;
	margin: 0 auto;
	padding:3rem 0;
}
.webkit2-fig div {
	background-color: #FFF;
	width: 516px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.webkit2-fig dl {margin-bottom: 0;}
.webkit2-fig dl::after {
  display: block;
  clear: both;
  content: "";
}
.webkit2-fig dt, .webkit2-fig dd {
	font-weight: 600;
	float: left;
	padding:.2rem 1rem 0;
	margin-bottom: 0;
}
.webkit2-fig dt {
	color: #FFF;
	background: linear-gradient(to bottom, #2c71b7 0%,#16395c 100%);
	width: 23%;
	text-align: center;
}
.webkit2-fig dd {
	color:#000;
	background: linear-gradient(to bottom, #c3d600 0%,#c3d600 92%,#c3d600 82%,#626b00 100%);
	width: 77%;

}
.webkit2-fig ul { 
	margin-left: 1.5rem;
	padding: .5em;
}
.webkit2-fig li.circle-list {
	padding-left:20px;
}
.webkit2-fig li.circle-list:before {
	background-color: #2C71B7;
	width:15px;
	height:15px;
	top:5px;
}
.webkit2-fig .triangle01 {
	background: linear-gradient(to bottom, #c3d600 0%,#626b00 100%);
	width: 50px;
	clip-path: polygon(0 100%, 100% 50%, 0 0)
}
.webkit2-fig .arrow-box02, .webkit2-fig .arrow-box03 {
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	width: 167px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	padding-left: 30px;
}
.webkit2-fig .arrow-box02 {
	background: linear-gradient(to bottom, #13a73d 0%,#0a541f 100%);
}
.webkit2-fig .arrow-box03 {
	background: linear-gradient(to bottom, #008dcb 0%,#004766 100%);
}

li.effect {
	width: 30%;
	text-align: center;
	margin-right: 4.5%;
}
li.effect:last-child {
	margin-right: 0;
}
li.effect img { width: 100%;}

/*/ヘッダー画像*/
/*見出し3*/
.line-min-title{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.9rem;
	text-align: center;
	position: relative;
	max-width:691px;
	margin-left:auto;
	margin-right:auto;
}
.line-min-title:before{
	position: absolute;
	z-index: 1;
	content:'';
	background-color: #666666;
	height:2px;
	width:100%;
	left:0;
	top:50%;
	margin-top:-1px;
}
.line-min-title span{
	display: inline-block;
	background-color: #fff;
	position: relative;
	padding:0 10px;
	z-index: 2;
}

/*丸数字リスト*/
.circle-num-wrap{
	counter-reset: circle-cnt;
}
.circle-num-wrap .circle-num{
	counter-increment: circle-cnt;
	position: relative;
	padding-left:34px;
	margin-bottom:5px;
}
.circle-num-wrap .circle-num:last-of-type{
	margin-bottom:0;
}
.circle-num-wrap .circle-num:before{
	position: absolute;
	left:0;
	top:3px;
	font-size:1rem;
	line-height: 24px;
	content: counter(circle-cnt);
	color:#fff;
	background-color:#008DCB;
	width:24px;
	height:24px;
	text-align: center;
	border-radius:24px;
}

/* コンテナ内のセクション */
section {
	padding-bottom: 4rem;
}

.others dt {
	text-align: center;
	width: 50%;
	vertical-align: top;
}
.others dt span {
	color: #0B0C2B;
	background-color: #CEE9F4;
	padding:.1rem .2rem 0;
	border: solid 2px #0B0C2B;
	border-radius: 5px;
	width:141px;
}
.others dd {width: 49%;}
.others li {text-align: left;}
.others li.circle-list:before{
	background-color: #CEE9F4;
}

/* ボタン */
.btn2 a {
	display: inline-block;
	padding: 0 3rem; 
}
.btn2 .rounded-button.i {
	padding:10px 30px 5px;
}

/*参考リンク*/
aside.other-link-wrap{
	background-color: #F0F2F6;
}
aside.other-link-wrap h3 {font-size: 1.9rem;text-align: center;}
aside .icon-target{
	position: relative;
	display: inline-block;
	padding-left:41px;
}
aside .icon-target:before{
	position: absolute;
	content:'';
	background-image: url("../img/common/icon-target.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:31px;
	height:31px;
	top:50%;
	left:0;
	margin-top:-15.5px;
}
aside .other-link-box{
	overflow: hidden;
}
aside .other-link-box{
	text-align: center;
}
aside .other-link-box li{
	width: 340px;
	display: inline-block;
	margin-right:88px;
}
aside .other-link-box li:last-child{
	margin-right:0;
}
aside .other-link-box a {
	display: block;
	border-radius:10px;
	border:1px solid #C2C4D1;
	background-color: #fff;
	text-align: center;
	padding:10px;
}
aside .other-link-box figure{
	margin:0;
}
aside .other-link-box img{
	width:auto;
}
aside .other-link-box a:hover,
aside .other-link-box a:focus {
	opacity: .75;
}
/* ////////////////////////////////////////
PC・印刷時のみ
//////////////////////////////////////// */
@media screen and (min-width:1101px), print {}
@media screen and (min-width:768px) and (max-width:1350px), print {}
@media screen and (min-width:1101px) and (max-width:1600px), print {}
@media screen and (min-width:1600px) {}
/* ////////////////////////////////////////
タブレット・PC以上
//////////////////////////////////////// */
@media screen and (min-width:768px), print {}
/* ////////////////////////////////////////
タブレット・SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 1100px) {}
/* ////////////////////////////////////////
スマホ横
//////////////////////////////////////// */
@media screen and (min-width: 500px) and (max-width: 767px) {}
/* ////////////////////////////////////////
タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 767px) and (max-width: 1100px) {}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {}
/* ////////////////////////////////////////
SPのみ(小)
//////////////////////////////////////// */
@media screen and (max-width: 320px) {}


@media (max-width: 1199.98px) {
	hgroup h2 img {
		width: 80%;
	}
	hgroup .star {
		top:160px;
		width: 160px;
	}
	li.effect {
		margin-right: 4%;
	}
}
@media (max-width: 991.98px) {
	hgroup .star {
		top:150px;
		left: -40px;
	}
	.webkit2-fig {
		width:100%;
	}
	.webkit2-fig div, .webkit2-fig span {
		margin: 0 auto;
	}
	.webkit2-fig .triangle01 {
		display: block;
		width: 516px;
		height: 50px;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
	.webkit2-fig .arrow-box02, .webkit2-fig .arrow-box03 {
		clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
		width: 516px;
		height: 110px;
		display: block;
		text-align: center;
		padding-left: 0;
		padding-top: 65px;
		margin-top: -40px;
	}
	.webkit2-fig .arrow-box02 br, .webkit2-fig .arrow-box03 br {
		display: none;
	}
	aside .other-link-box li{
		margin-right:5px;
	}
}
@media (max-width: 767.98px) {
	hgroup {
		padding-top: 130px;
	}
	hgroup .star {
		top:160px;
		left: -30px;
		width:120px;
	}
	.btn2 a {
		padding: 0 2rem;
	}
	aside .other-link-box li {
		margin:0 0 2rem 0;
	}
	aside .other-link-box li:last-child {
		margin: 0;
	}
}
@media (max-width: 575.98px) {
	hgroup {
		padding-top: 80px;
	}
	hgroup .lead {	
		margin-bottom: 1rem;
	}
	hgroup h2 img {
		width: 100%;
	}
	.webkit2-fig {
		padding:1rem 0 3rem;
	}
	.webkit2-fig div {width: 100%;}
	hgroup .star, .webkit2-fig dt span {
		display: none;
	}
	.webkit2-fig dl {display:flex}
	.webkit2-fig ul { 
		margin-left: .5rem;
	}
	.webkit2-fig .triangle01, .webkit2-fig .arrow-box02, .webkit2-fig .arrow-box03 {
		width: 100%;
	}
	li.effect {
		width: 100%;
		margin: 0 0 1rem 0;
	}
	li.effect:last-child {margin-bottom:0; }
	li.effect img {
		width: 80%;
		margin: 0 auto;
	}
	.others dt, .others dd {width: 100%;}
	.others dt {padding:0 0 .5rem 0;}
	.others dt span {width:100%;}
	.others dt span.d-block, .others dd ul {margin:0 auto;}
	.btn2 a {
		padding: 0 .5rem; 
	}
	.btn2 .rounded-button.i {
		padding:10px 10px 5px;
		letter-spacing:0em;
	}
	aside .other-link-box li{
		width: 260px;
	}
}</pre></body></html>