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

.form_detail * {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #323232;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

.form_detail {
	background: #FFF;
	padding-bottom: 50px;
	font-size: 62.5%;
}

.form_detail .pc_only {
	display: block;
}

.form_detail .sp_only {
	display: none;
}

.form_detail ul {
	list-style: none;
}

@media screen and (max-width: 767px) {

	.form_detail {
		font-size: 62.5%;
		font-size: calc(100vw / 55);
	}

	.form_detail .pc_only {
		display: none;
	}

	.form_detail .sp_only {
		display: block;
	}

	.form_detail * {
		line-height: 1.6;
	}
}



/* design */

.form_detail #form_ttl {
	background: #c7365e;
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
}

.form_detail #form_ttl p {
	color: #FFF;
	font-size: 3.0em;
	font-weight: bold;
}

.form_detail #intro {
	width: 960px;
	margin: auto;
}

.form_detail #intro #doc_ttl {
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: #c7365e solid 1px;
	position: relative;
}

.form_detail #intro #doc_ttl:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c7365e transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

.form_detail #intro #doc_ttl p {
	display: inline-block;
	background: #c7365e;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 1.4em;
}

.form_detail #intro #doc_ttl h1 {
	font-size: 2.4em;
	font-weight: bold;
}

.form_detail #intro #time {
	font-size: 2.0em;
	font-weight: bold;
	color: #FF2D2D;
	text-align: center;
	margin-top: 20px;
}

.form_detail #detail {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

.form_detail #detail #txt {
	width: 65%;
}

.form_detail #detail #txt ul li {
	font-size: 1.8em;
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}

.form_detail #detail #txt ul li:before {
	content: '●';
	color: #c7365e;
	position: absolute;
	left: 0;
	top: 0;
}

.form_detail #detail #txt ul+p,
.form_detail #detail #txt table+p {
	font-size: 1.8em;
	margin-top: 20px;
}

.form_detail #detail #txt ul+p b,
.form_detail #detail #txt table+p b {
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEC8A 0%);
}

.form_detail #detail #txt h2 {
	font-size: 16px;
}

.form_detail #detail #txt table * {
	font-size: 14px;
	border-collapse: collapse;
}

.form_detail #detail #txt table th,
.form_detail #detail #txt table td {
	padding: 5px;
	border: #CCC solid 1px;
}

.form_detail #detail #txt table th {
	text-align: center;
	width: 10%;
}

.form_detail #detail #img {
	width: 30%;
}

.form_detail #detail+p {
	font-size: 2.0em;
	margin-bottom: 10px;
}

.form_detail #detail+p+p {
	font-size: 1.4em;
}

.form_detail #useful_link {
	padding: 50px 0 0 0;
	text-align: center;
}

.form_detail #useful_link a {
	display: inline-block;
	font-size: 2.0em;
	color: #c7365e;
	font-weight: bold;
	padding: 15px 50px;
	text-decoration: none;
	background: #feffe4;
	border: #c7365e solid 1px;
	position: relative;
}

.form_detail #useful_link a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: #c7365e solid 2px;
	border-right: #c7365e solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

@media screen and (max-width: 767px) {

	.form_detail #intro {
		width: 100%;
		padding: 0 15px;
	}

	.form_detail #detail {
		display: block;
	}

	.form_detail #detail #txt {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.form_detail #detail #img {
		width: 40%;
		margin: auto;
	}

	.form_detail #intro #time {
		text-align: left;
	}

}




/* download */

.dl_detail * {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #323232;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

.dl_detail {
	background: #FFF;
	padding-bottom: 50px;
	font-size: 62.5%;
}

.dl_detail .pc_only {
	display: block;
}

.dl_detail .sp_only {
	display: none;
}

.dl_detail ul {
	list-style: none;
}

@media screen and (max-width: 767px) {

	.dl_detail {
		font-size: 62.5%;
		font-size: calc(100vw / 55);
	}

	.dl_detail .pc_only {
		display: none;
	}

	.dl_detail .sp_only {
		display: block;
	}

	.dl_detail * {
		line-height: 1.6;
	}
}



/* design */

.dl_detail #form_ttl {
	background: #c7365e;
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
}

.dl_detail #form_ttl p {
	color: #FFF;
	font-size: 3.0em;
	font-weight: bold;
}

.dl_detail #intro,
.dl_detail #link,
.dl_detail #inquiry {
	width: 960px;
	margin: auto;
}

.dl_detail #intro {
	text-align: center;
	margin-bottom: 80px;
}

.dl_detail #intro h1 {
	font-size: 2.6em;
	font-weight: bold;
	color: #c7365e;
	margin-bottom: 20px;
}

.dl_detail #intro p {
	font-size: 1.8em;
	margin-bottom: 20px;
}

.dl_detail #intro a {
	display: inline-block;
	background: #1ea0ae;
	color: #FFF;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 50px;
	position: relative;
	border-radius: 50px;
}

.dl_detail #intro a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

.dl_detail #link {
	margin-bottom: 50px;
}

.dl_detail #link h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border-left: #c7365e solid 5px;
	border-bottom: #c7365e solid 1px;
	margin-bottom: 10px;
}

.dl_detail #link ul {
	margin-bottom: 20px;
}

.dl_detail #link ul li {
	font-size: 1.6em;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.dl_detail #link ul li:last-child {
	margin-bottom: 0;
}

.dl_detail #link ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: #c7365e solid 2px;
	border-right: #c7365e solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 0;
}

.dl_detail #link ul li a {
	text-decoration: none;
}

.dl_detail #link ul li a:hover {
	text-decoration: underline;
}

.dl_detail #link ul+a {
	display: block;
	width: 80%;
	margin: auto;
}

.dl_detail #inquiry {
	display: flex;
	justify-content: space-between;
}

.dl_detail #inquiry div {
	width: 47%;
	text-align: center;
}

.dl_detail #inquiry div h2 {
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #808080 solid 1px;
}

.dl_detail #inquiry div#phone h2+p {
	font-size: 5.0em;
	font-weight: bold;
	color: #1ea0ae;
}

.dl_detail #inquiry div#phone h2+p+p {
	font-size: 1.4em;
}

.dl_detail #inquiry div#mail a {
	display: block;
	width: 80%;
	margin: auto;
	text-align: center;
	background: #c7365e;
	border-radius: 50px;
	padding: 15px 0;
	color: #FFF;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.dl_detail #inquiry div#mail a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width: 767px) {

	.dl_detail #intro,
	.dl_detail #link,
	.dl_detail #inquiry {
		width: 100%;
		padding: 0 15px;
	}

	.dl_detail #inquiry {
		display: block;
	}

	.dl_detail #inquiry div {
		width: 100%;
		margin-bottom: 50px;
	}

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