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

/* ------------------------------
 見出し（PC）
------------------------------ */
.heading h1 {
	padding-top: 51px;
}
.PG-00061 .heading h1, .PG-00062 .heading h1, .PG-00063 .heading h1, .PG-00064 .heading h1,
.PG-00066 .heading h1, .PG-00067 .heading h1, .PG-00068 .heading h1, .PG-00069 .heading h1,
.PG-00060 .heading h1, .PG-00101 .heading h1, .PG-00122 .heading h1, .PG-00123 .heading h1 {
	padding-top: 8px;
}
.heading h1 img {
	width: auto;
	margin: 20px 0 45px 0;
}
.heading h1 span {
	display: none;
	width: auto;
	height: 23px;
	margin-bottom: 18px;
	padding: 0 1em 0 1.1em;
	border-radius: 23px;
	background: #4f538a;
	color: #fff;
	font-family: Arial;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
}
.contentsBox h2 {
	margin: 10px 0 2px;
	font-size: 1.23em;
	font-weight: normal;
}
.contentsBox h2 a:before {
	display: inline-block;
	padding: 0 .25em .15em 0;
	color: #999;
	font-family: "FontAwesome";
	font-size: 2.1rem;
	text-decoration: none;
	vertical-align: middle;
	content: "\f105";
}
.mainIn h2 {
	margin-bottom: 30px;
	padding: 19px 0 15px;
	border-top: 1px solid #ccc;
	background: url(../img/h2_bg.png) no-repeat 0 bottom;
	font-size: 1.85em;
	font-weight: normal;
	line-height: 1.5;
}
.mainIn h3 {
	margin-bottom: 19px;
	font-size: 1.23em;
	line-height: 1.5;
}

/* ------------------------------
 見出し（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading h1 {
		padding-top: 26px;
	}
	.heading h1 img {
		margin-bottom: 7px;
		height: 25px;
	}
	.heading h1 span {
		display: inline-block;
		width: auto;
		height: 15px;
		border-radius: 15px;
		font-size: 1rem;
		line-height: 13px;
	}
	.contentsBox h2 {
		margin: 8px 0 5px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.contentsBox h2 a:before {
		display: block;
		float: left;
		padding: 0 .2em 0 0;
		font-size: 1.8rem;
		line-height: 1;
	}
	.mainIn h2 {
		margin-bottom: 1.25em;
		padding: 7px 0 9px;
		background: url(../img/h2_bg_sp.png) no-repeat 0 bottom;
		background-size: 675px 4px;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.stripe + h2 {
		margin-top: 1.75em;
	}
	.mainIn h3 {
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.mainIn h3 br {
		display: none;
	}
}



/* ------------------------------
 ボックス（PC）
------------------------------ */
.w240 {
	width: 240px;
}
.w240.fl {
	margin-right: 30px;
}
.w240.fl:nth-child(3n) {
	margin-right: 0;
}
.w375 {
	width: 375px;
}
.stripe {
	padding: 15px 20px;
	background: url(../img/stripe_bg.png) repeat 0 0;
	text-align: center;
}
.bgbox {
	padding: 15px 20px;
	background: #dcdde8;
}

/* ------------------------------
 ボックス（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.w240 {
		width: 48%;
	}
	.w240.fl {
		margin-right: 0;
		float: left;
	}
	.w240.fl:nth-child(2n)  {
		float: right;
	}
	.w375 {
		width: 100%;
	}
	.stripe {
		padding: 10px 15px;
		background-size: 20px 20px;
	}
	.bgbox {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 479px) {
	.stripe {
		padding: 10px;
	}
	.stripe div {
		text-align: left;
	}
}



/* ------------------------------
 テーブル（PC）
------------------------------ */
/* 外枠あり */
.tableOut {
	padding: 10px;
	background: #f1f1f1;
}
.tableOut table {
	width: 100%;
}
.tableOut th {
	width: 200px;
	padding: 9px 0 6px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	font-size: 1.23em;
	text-align: center;
	vertical-align: middle;
}
.tableOut td {
	padding: 9px 10px 6px 20px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 1.08em;
	vertical-align: middle;
}

/* 外枠なし */
.tableNormal table {
	width: 100%;
}
.tableNormal th {
	padding: 2px 5px 0 10px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	font-size: 1.08em;
	font-weight: bold;
	text-align: left;
}
.tableNormal td {
	padding: 2px 5px 0 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 1.08em;
	vertical-align: top;
}

/* ------------------------------
 テーブル（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 外枠なし */
	.tableNormal th,
	.tableNormal td  {
		padding: 3px 0 2px 5px;
		font-size: 1.1rem;
		line-height: 1.25;
	}
}

@media screen and (max-width: 479px) {
	/* 外枠あり */
	.tableOut table {
		border-bottom: 1px solid #ddd;
	}
	.tableOut th {
		display: block;
		width: 100%;
		padding: 6px 5px 4px 10px;
		border-bottom: none;
		background: #f7f7f7;
		font-size: 1.3rem;
		text-align: left;
	}
	.tableOut td {
		display: block;
		width: 100%;
		padding: 6px 5px 4px 10px;
		border-bottom: none;
		background: #fff;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 359px) {
	/* 外枠なし */
	.tableNormal th,
	.tableNormal td {
		font-size: 1rem;
	}
}



/* ------------------------------
 リスト（PC）
------------------------------ */
.disc li {
	padding-left: 1em;
}
.disc li:before {
	display: inline-block;
	margin-left: -1em;
	content: "●";
}
.decimal ol {
	list-style-type: decimal;
}
.decimal li {
	margin: 0 0 .875em 1.5em;
}
.decimal li:last-child {
	margin-bottom: 0;
}
.pbtn {
	display: inline-block;
	margin: 0 auto;
}
.pbtn li {
	float: left;
	width: 275px;
}
.pbtn li a {
	display: block;
	width: 255px;
	height: 41px;
	margin: 0 10px;
	border-radius: 41px;
	background: #4f538a;
	color: #fff;
	font-size: 1.31em;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
}
.pbtn li a:hover {
	text-decoration: none;
}
.pbtn li a:before {
	display: inline-block;
	padding: 0 .25em .15em 0;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 2.3rem;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	content: "\f105";
}
.rbtn {
	display: inline-block;
	margin: 25px auto 0;
}
.rbtn li {
	float: left;
	width: 275px;
}
.rbtn li a {
	display: block;
	width: 255px;
	height: 41px;
	margin: 0 10px;
	border-radius: 41px;
	background: #9e3a65;
	color: #fff;
	font-size: 1.31em;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
}
.rbtn li a:hover {
	text-decoration: none;
}
.rbtn li a:before {
	display: inline-block;
	padding: 0 .25em .15em 0;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 2.3rem;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	content: "\f105";
}
.half {
	box-sizing: border-box;
}
.half ul::after {
	content: "";
	display: block;
	clear: both;
}
.half ul li {
	float: left;
	width: 50%;
	font-size: 1.08em;
	line-height: 1.25;
}
.half ul li::before {
	content: "●";
	display: inline-block;
	font-size: 1.08em;
}

/* ------------------------------
 リスト（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.pbtn li {
		width: 141px;
	}
	.pbtn li a {
		width: 135px;
		height: 32px;
		margin: 0 3px;
		border-radius: 32px;
		font-size: 1.4rem;
		line-height: 32px;
	}
	.pbtn li a:before {
		padding: 0 .15em .1em 0;
		font-size: 1.9rem;
	}
	.rbtn {
		margin: 15px auto 0;
	}
	.rbtn li {
		width: 191px;
	}
	.rbtn li a {
		width: 185px;
		height: 32px;
		margin: 0 3px;
		border-radius: 32px;
		font-size: 1.4rem;
		line-height: 32px;
	}
	.rbtn li a:before {
		padding: 0 .15em .1em 0;
		font-size: 1.9rem;
	}
	.half ul li {
		float: none;
		width: 100%;
		font-size: 1.2rem;
	}
	.half ul li::before {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 479px) {
	.rbtn {
		margin: 10px auto 0;
	}
	.rbtn li {
		float: none;
		width: 185px;
		margin-bottom: 5px;
	}
	.rbtn li a {
		margin: 0;
	}
}

@media screen and (max-width: 359px) {
	.half ul li,
	.half ul li::before {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 320px) {
	.pbtn li {
		width: 134px;
	}
	.pbtn li a {
		width: 128px;
	}
}



/* ------------------------------
 アイコン（PC）
------------------------------ */
.arrow a {
	font-size: 1.6rem;
}
.arrow a:before {
	display: inline-block;
	padding: 0 .25em .15em 0;
	color: #999;
	font-family: "FontAwesome";
	font-size: 2.1rem;
	text-decoration: none;
	vertical-align: middle;
	content: "\f105";
}

/* ------------------------------
 アイコン（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.arrow a {
		font-size: 1.2rem;
	}
	.arrow a:before {
		display: block;
		float: left;
		margin-bottom: .1em;
		padding: 0 .1em 0 0;
		font-size: 1.6rem;
		line-height: .9;
	}
}
</pre></body></html>