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

/* アコーディオン・デザイン変更 ------ */

.Accordion {
	width: 900px;
	margin: auto auto 20px auto;
	border: 3px solid #004386;
	padding: 0 20px;
	background-color: #fff
}
.accordion_header {
	padding-left: 4.1em;
	text-indent: -4.1em;
}
.accordion_contents {
	padding-bottom: 8px;
	border-top: 2px dotted #004386;
}

/* ----------------------------------- */

.largeText {
	font-size: 28px !important;
}
.panelText {
	font-weight: bold;
	margin-bottom: 5px !important;
}

/* ----------------------------------- */

@media screen and (max-width: 768px) {
	.Accordion {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.Accordion {
		width: 100%;
	}
}

/*タブ------------------------------------------*/

.main a[target="_blank"]::after {
	content: url(/common/img/icon_out1.png);
	padding: 0 3px 0 4px;
}
.tabArea {
	width: 100%;
	display: block;
	margin: 30px 0 0;
	min-height: 110px;
	position: relative;
}
.tabArea.tenyo .tabOne.c_tab_b {
	left: 50%;
}
.tabArea .tabOne.c_tab_b {
	z-index: 1;
}
.tabArea .tabOne {
	width: 50%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.tabArea .tabOne a {
	background: rgba(255, 255, 255, 0);
	text-align: center;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	display: block;
}
.tabArea.tenyo .tabOne.c_tab_b a {
	border-bottom: 110px solid #0063e9;
}
.tabArea.tenyo .tabOne.c_tab_a a {
	border-bottom: 90px solid #f1f1f1;
}
.tabArea .tabOne a span {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	width: 100vw;
}
.tabArea .tabOne.c_tab_b a span {
	font-size: 23px;
	height: 110px;
}
.tabArea .tabOne.c_tab_a a span {
	font-size: 20px;
	height: 90px;
	color: #333;
}
.tabArea .tabOne.c_tab_a a:hover span {
	color: #fff;
}
.tabArea.tenyo .tabOne.c_tab_a a:hover {
	border-bottom: 90px solid #d80000;
}

/*メインコンテンツ*/

.sp {
	display: none;
}
.main.tenyo {
	border: 5px solid #0063e9;
}
.main {
	padding: 30px 10px;
	background: #fff;
}
.main .innerArea {
	max-width: 960px;
	margin: 0 auto;
}
.Area01 {
	padding: 40px 0;
}
.main.tenyo h2 {
	color: #0f55b3;
}
.main h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.contents *, .tabArea {
	font-family: "メイリオ", "Meiryo", "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif !important";
}
.img01-l {
	float: left;
	width: 30%;
	margin-right: 1%;
	text-align: center;
}
.img01-l img {
	max-width: 100%;
}
.txt01-r {
	float: left;
	width: 69%;
}

/*Area2*/

h3 {
	color: #fff;
	background: #1b62be;
	font-weight: bold;
	font-size: 25px;
	padding: 15px;
}
h4 {
	color: #1b62be;
	font-weight: bold;
	font-size: 20px;
}
.Area02-box {
	background: #f4faff;
	padding: 15px 15px 30px;
	border-radius: 20px;
}
.img02-l {
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
}
.img02-l p {
	color: #1b62be;
}
.img02-l img {
	max-width: 100%;
}
.txt02-r {
	float: left;
	width: 83%;
}
.gray {
	background: #eee;
	padding: 10px;
	margin-top: 15px;
}
table.apply_table {
	width: 100%;
	background: #fff;
}
table.apply_table th, table.apply_table td {
	text-align: center;
}
a.mainBtnD {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(201, 207, 210);
	background-image: -moz-linear-gradient( 90deg, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 100%);
	width: 300px;
	padding: 20px;
	display: inline-block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
}
.largeText {
	font-size: 24px;
}
.arrow-l {
	float: left;
	width: 4%;
	border-left: 4px dotted #1b62be;
	position: relative;
	margin-left: 2%;
}
.box-r {
	float: left;
	width: 94%;
}
.flex {
	display: flex;
}
.arrow-l span {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #1b62be;
	position: absolute;
	bottom: -5px;
	left: -12px;
}
a.btnA {
	position: relative;
	background: #b60101;
	background: linear-gradient(#e00000, #b60101);
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	border: 2px solid #ccc;
	width: 500px;
	padding: 50px 0 15px;
	text-align: center;
}
a.btnA .ab-text {
	position: absolute;
	top: 15px;
	left: 50%;
	background: #fff;
	font-size: 16px;
	width: 250px;
	margin-left: -125px;
	padding: 4px 3px 3px;
	border-radius: 4px;
	color: #da0000;
	font-weight: bold;
}
a.btnA span {
	color: #fff;
	font-size: 43px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.down-arrow {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #4287B9;
	margin: 0 auto;
	margin-top: 10px;
}
a.btnA:hover {
	opacity: 0.8;
}
.curled-box {
	border-radius: 50%;
	height: 190px;
	width: 190px;
	border: 3px solid #0f55b3;
	margin: 0 auto;
}
.curled-box .txt {
	padding: 20px 0 5px;
	color: #0f55b3;
	font-weight: bold;
}
.curled-box .box-img {
	padding-bottom: 10px;
}
.gray {
	font-size: 12px;
}
.hide {
	display: none;
}
.tabArea .tabOne p {
	background: rgba(255, 255, 255, 0);
	text-align: center;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	display: block;
	cursor: pointer;
}
.tabArea.tenyo .tabOne.c_tab_b p {
	border-bottom: 90px solid #f1f1f1;
}
.tabArea.tenyo .tabOne.c_tab_b p.select {
	border-bottom: 110px solid #0063e9;
}
.tabArea.tenyo .tabOne.c_tab_a p.select {
	border-bottom: 110px solid #d80000;
}
.tabArea.tenyo .tabOne.c_tab_a p {
	border-bottom: 90px solid #f1f1f1;
}
.tabArea .tabOne p span {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	width: 100vw;
}
.tabArea .tabOne.c_tab_b p span {
	font-size: 20px;
	height: 90px;
	color: #333;
}
.tabArea .tabOne.c_tab_b p.select span {
	font-size: 23px;
	height: 110px;
	color: #fff;
}
.tabArea .tabOne.c_tab_a p span {
	font-size: 20px;
	height: 90px;
	color: #333;
}
.tabArea .tabOne.c_tab_a p.select span {
	font-size: 23px;
	height: 110px;
	color: #fff;
}
.tabArea .tabOne.c_tab_a p:hover span {
	color: #fff;
}
.tabArea.tenyo .tabOne.c_tab_a p:hover {
	border-bottom: 90px solid #d80000;
}
.tabArea.tenyo .tabOne.c_tab_a p.select:hover {
	border-bottom: 110px solid #d80000;
}
.tabArea.tenyo .tabOne.c_tab_b p:hover {
	border-bottom: 90px solid #0063e9;
}
.tabArea.tenyo .tabOne.c_tab_b p.select:hover {
	border-bottom: 110px solid #0063e9;
}
.tabArea .tabOne.c_tab_b p:hover span {
	color: #fff;
}

/*main------------------------------------------------------*/

.new {
	border: 5px solid #d80000;
}
.new h2, .new h4, .new .img02-l p {
	color: #ed5b4c;
}
.new h3 {
	background-color: #ef6556;
}
.new .curled-box .txt {
	color: #d80000;
}
.new .curled-box {
	border: 3px solid #d80000;
}
.new .arrow-l {
	border-left: 4px dotted #f8695a;
}
.new .arrow-l span {
	border-top: 20px solid #f8695a;
}
.new .Area02-box {
	background: #fbeeec;
}
.new .down-arrow {
	border-top: 30px solid #fbb8a8;
}
.new .orange-box {
	background: #ffffff;
	padding: 15px;
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}
.new .Area02 .btnArea {
	margin: 15px auto 0;
	width: 800px;
}
.new .Area02 .btn-or {
	float: left;
}
.new .Area02 .btn-or:nth-child(1) {
	margin-right: 20px;
}
.new .Area02 .btn-or a {
	color: #fff;
	text-align: center;
	background: #ef6556;
	padding: 10px;
	width: 390px;
	border-radius: 20px;
	display: block;
	text-decoration: none;
}
.btn-or a {
	transition: .3s;
}
.btn-or a:hover {
	opacity: .7;
}
.new .orange-box .btn-or {
	margin-top: 15px;
	text-align: right;
}
.new .orange-box a {
	color: #fff;
	text-align: center;
	background: #ef6556;
	padding: 10px;
	width: 400px;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	text-decoration: none;
}
.arrow_before {
	position: relative;
}
.arrow_before::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 60px;
	margin-top: -4px;
}
.tenyo .label {
	padding: 3px 8px;
	color: #fff;
	background: #1b62be;
	font-size: 14px;
}
.new .label {
	padding: 3px 8px;
	color: #fff;
	background: #ef6556;
	font-size: 14px;
}
.c_red {
	color: #cc0000;
}
.box_blue {
	border: 3px solid #1b62be;
	background-color: #fff;
	padding: 15px;
}
.tenyo .blue-box {
	background: #ffffff;
	padding: 15px;
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}
.tenyo .blue-box .btn-or {
	margin-top: 15px;
	text-align: right;
}
.tenyo .blue-box a {
	color: #fff;
	text-align: center;
	background: #1b62be;
	padding: 10px;
	width: 400px;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	text-decoration: none;
}
@media screen and (max-width: 930px) {
	.new .Area02 .btn-or {
		float: none;
	}
	.new .Area02 .btnArea {
		width: 100%;
	}
	.new .Area02 .btn-or a, .new .orange-box a, .new .orange-box {
		width: 100%;
	}
	.new .Area02 .btn-or:nth-child(1) {
		margin-right: 0;
	}
	.new .Area02 .btn-or:nth-child(2) {
		margin-top: 10px;
	}
	.arrow_before::before {
		left: 20px;
	}
	.tabArea .tabOne.c_tab_b p.select span, .tabArea .tabOne.c_tab_a p span, .tabArea .tabOne.c_tab_a p.select span, .tabArea .tabOne.c_tab_b p span {
		font-size: 16px;
	}
	.tenyo .blue-box a, .tenyo .blue-box {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.allPd {
		padding-left: 0;
		padding-right: 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp table {
		background: #fff;
	}
	a.mainBtnD {
		width: 100%;
	}
	a.btnA {
		padding: 40px 0 10px;
		max-width: 580px;
		width: 100%;
	}
	a.btnA .ab-text {
		top: 10px;
		font-size: 12px;
		width: 200px;
		margin-left: -100px;
	}
	a.btnA span {
		font-size: 30px;
	}
	.img02-l {
		width: 30%;
	}
	.txt02-r {
		width: 68%;
	}
	.tabArea .tabOne.c_tab_b a span {
		font-size: 16px;
	}
	.tabArea .tabOne.c_tab_a a span {
		font-size: 14px;
	}
	.tabArea.tenyo .tabOne.c_tab_b {
		left: auto;
		right: 0;
	}
	.main h2 {
		font-size: 26px;
	}
	.img01-l {
		float: none;
		width: 100%;
	}
	.txt01-r {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	.Area01 {
		padding-bottom: 0;
	}
}

/*------------------------------------------------------------
.tabArea.tenyo.c_tab03
------------------------------------------------------------*/

.tabArea.tenyo.c_tab03 .tabOne {
	width: 33.333%;
}
.tabArea.tenyo.c_tab03 .link_tab {
	display: block;
	width: 33.333%;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
}
.tabArea.tenyo.c_tab03 .tabOne.c_tab_b {
	left: 33.333%;
}
.tabArea.tenyo.c_tab03 .link_tab p {
	background: rgba(255, 255, 255, 0);
	text-align: center;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 90px solid #f1f1f1;
	height: 0;
	display: block;
	cursor: pointer;
}
.tabArea.tenyo.c_tab03 .link_tab p span {
	color: #333;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	width: 100vw;
	font-size: 20px;
	height: 90px;
}
.tabArea.tenyo.c_tab03 .link_tab:hover p {
	border-bottom: 90px solid #fa5720;
}
.tabArea.tenyo.c_tab03 .link_tab:hover p span {
	color: #fff;
}
.tabArea .smp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.tabArea.tenyo.c_tab03 .tabOne.c_tab_a p.select span, .tabArea.tenyo.c_tab03 .tabOne.c_tab_a p span, .tabArea.tenyo.c_tab03 .tabOne.c_tab_a p.select span, .tabArea.tenyo.c_tab03 .tabOne.c_tab_a p span {
		font-size: 15px;
	}
	.tabArea.tenyo.c_tab03 .link_tab p span {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.tabArea .smp {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.tabArea.tenyo.c_tab03 {
		margin: 0 0 0;
	}
	.tabArea.tenyo.c_tab03 .tabOne p {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
	.tabArea.tenyo.c_tab03 .link_tab p {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
	.tabArea.tenyo.c_tab03 .tabOne p span {
		font-size: 13px !important;
	}
	.tabArea.tenyo.c_tab03 .link_tab p span {
		font-size: 13px;
	}
}
@media screen and (max-width: 374px) {
	.tabArea.tenyo.c_tab03 .tabOne p {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.tabArea.tenyo.c_tab03 .link_tab p {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.tabArea.tenyo.c_tab03 .tabOne p span {
		font-size: 12px !important;
	}
	.tabArea.tenyo.c_tab03 .link_tab p span {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
main .oneArea_e
------------------------------------------------------------*/

main .oneArea_e {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}
main .oneArea_e .oneBox {
	width: 48%;
}
main .oneArea_e .oneBox._one {
	width: 100%;
}
main .oneArea_e .oneBox:nth-child(even) {
	margin-left: 4%;
}
main .oneArea_e .box_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
main .oneArea_e .box_txt span.t_red {
	color: #d00e31;
}
main .oneArea_e .box_btn {
	margin-top: 12px;
}
@media (max-width: 1023px) {
	main .oneArea_e .box_txt {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	main .oneArea_e .oneBox {
		width: 100%;
		margin-bottom: 30px;
	}
	main .oneArea_e .oneBox:nth-child(even) {
		margin-left: 0;
	}
	main .oneArea_e .oneBox:last-child {
		margin-bottom: 0;
	}
	main .oneArea_e .box_txt {
		font-size: 14px;
	}
	main .oneArea_e .box_btn {
		margin-top: 8px;
	}
}

/*------------------------------------------------------------
main .one_btn
------------------------------------------------------------*/

main .one_btn {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-align: center;
	padding: .5em .5em;
	height: 110px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	max-width: 580px;
	margin: 0 auto;
	position: relative;
	transition: .2s;
	text-decoration: none;
}
main .one_btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #e1000e;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: .3s;
}
main .one_btn:hover {
	opacity: 1;
}
main .one_btn:hover .b_in {
	transform: translate(0, 0);
}
main .one_btn:hover:after {
	transform: translate(0, 0);
}
main .one_btn .b_in {
	width: 100%;
	transform: translate(-3px, -3px);
	transition: .3s;
	z-index: +1;
}
main .one_btn .b_in:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: translate(-12px, 3px) rotate(45deg);
	transform-origin: top right;
	transition: .3s;
}
main .one_btn .b_in .b_txt {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}
main .one_btn .b_in .b_txt .b_sm {
	font-size: 19px;
}
@media (max-width: 1023px) {
	main .one_btn {
		height: 94px;
	}
	main .one_btn .b_in .b_txt {
		font-size: 22px;
	}
	main .one_btn .b_in .b_txt .b_sm {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	main .one_btn {
		padding: .5em .5em;
	}
	main .one_btn .b_in:after {
		transform: translate(-3px, 3px) rotate(45deg);
	}
	main .one_btn .b_in .b_txt {
		font-size: 21px;
	}
	main .one_btn .b_in .b_txt .b_sm {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
main .box_under
------------------------------------------------------------*/

main .box_under {
	text-align: center;
	margin-top: 15px;
}
main .box_under a.under_btn {
	color: #004386;
	font-size: 16px;
	line-height: 1.2;
	padding-right: 10px;
	transition: .2s;
}
main .box_under a.under_btn:after {
	content: "";
	display: inline-block;
	border-top: 2px solid #003366;
	border-right: 2px solid #003366;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: translate(3px, -1px) rotate(45deg);
	transform-origin: center;
	transition: .2s;
}
@media (max-width: 767px) {
	main .box_under {
		margin-top: 8px;
	}
	main .box_under a.under_btn {
		font-size: 14px;
	}
}</pre></body></html>