<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：style-sp.css
 * おまかせプラン ver.6
 * **************************************************
 * Space (Margin)
 * Header (Utility / MENU)
 * Content (Main・Inner・Section)
 * Category Img
 * Common Elements
 * Topic Path
 * Footer(Copyright)
 * Page Top
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/*  Space
------------------------------------------------------------------- */
#subPage .main h1 {
	margin: 0;
}
#subPage .main h2 {
	margin-bottom: 20px;
}
#subPage .main &gt; p + p,
#subPage .main section &gt; p + p {
	margin-top: 20px;
}
#subPage .main p + h3,
#subPage .main ul + h3 {
	margin-top: 20px;
}
#subPage .main .notes2 + h3 {
	margin-top: 20px;
}
#subPage .main p + ul,
#subPage .main ul + p,
#subPage .main ul + ul,
#subPage .main dl + dl,
#subPage .main p + dl,
#subPage .main p + ol,
#subPage .main ol + ul,
#subPage .main dl + ul,
#subPage .main ul + dl,
#subPage .main table + table,
#subPage .main p + table,
#subPage .main table + dl,
#subPage .main dl + table,
#subPage .main ul + table,
#subPage .main table + ul {
	margin-top: 20px;
}
#subPage .main p + .notes,
#subPage .main p + .notes2,
#subPage .main table + .notes {
	margin-top: 10px;
}
#subPage .main section + section {
	padding-top: 50px;
}

#subPage.faq .main section + section {
	padding-top: 20px;
}

#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: 15px;
}

/* もっと詳しく */
#subPage .main .moreContent p + p,
#subPage .main .moreContent p + ol,
#subPage .main .moreContent ul + p {
	margin-top: 20px;
}
#subPage .main .moreContent dl + dl {
	margin-top: 10px;
}
#subPage .main .moreContent dd  h4 ~ h4,
#subPage .main .moreContent dd table {
	margin-top: 20px;
}
#subPage .main .moreContent p + h4 {
	margin-top: 20px;
}

/*  Header
------------------------------------------------------------------- */
#header {
}
/* Utility：Font Size Change */
#header .utility .sizeChange {
	display: none;
}

/* Utility：Site Search */
#header .utility .search {
	display: none;
}

/* SP Navi */
#header .spNavi {
	z-index: 99999;
	display: block;
	position: absolute;
	top: 13px; right: 10px;
	border: 1px solid #bbbbbb;
	border-radius: 44px;
	 cursor: pointer;
	height: 44px;
	width: 44px;
}
#header .spNavi a {
	display: block;
	padding: 14px 0 0 10px;
	height: 44px;
	width: 44px;
}
#header .spNavi span {
	background: #FA9A9A;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 24px;
}
#header .spNavi span:nth-of-type(2),
#header .spNavi span:nth-of-type(3) {
	margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
html.mm-wrapper_opening .spNavi span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(45deg);
	transform: translateY(7px) translateX(0) rotate(45deg);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* Content (Main・Inner・Section)
------------------------------------------------------------------ */
/* トップページ・下層ページ共通 */
#content {
	display: block;
}
#home #content .main,
#subPage #content .main {
	display: block;
}
#home #content .inner,
#subPage #content .main .inner {
	padding: 40px 15px;
	width: auto;
}
/* トップページ */
#home #content .main .inner {
	margin: 0 auto 20px auto;
}
/* 下層ページ */
#subPage #content .main &gt; section {
	display: block;
	margin: 0 auto;
}
#subPage #content .main .inner {
	margin: 0 auto 0 auto;
	background-color: #FEEBEB;
}

/* Category Img
------------------------------------------------------------------ */
#subPage .catImg01{
	background: url("../images/category/catImg-01.jpg") no-repeat center center;
}
#subPage .catImg02 {
	background: url("../images/category/catImg-02.jpg") no-repeat center center;
}
#subPage .catImg03 {
	background: url("../images/category/catImg-03.jpg") no-repeat center center;
}
#subPage .catImg04 {
	background: url("../images/category/catImg-04.jpg") no-repeat center center;
}
#subPage .catImg05 {
	background: url("../images/category/catImg-05.jpg") no-repeat center center;
}
#subPage .catImg06 {
	background: url("../images/category/catImg-06.jpg") no-repeat center center;
}
#subPage .catImg07 {
	background: url("../images/category/catImg-07.jpg") no-repeat center center;
}
#subPage .catImg08 {
	background: url("../images/category/catImg-08.jpg") no-repeat center center;
}
#subPage .catImg09 {
	background: url("../images/category/catImg-09.jpg") no-repeat center center;
}
#subPage .catImg10 {
	background: url("../images/category/catImg-10.jpg") no-repeat center center;
}
#subPage .catImg11 {
	background: url("../images/category/catImg-11.jpg") no-repeat center center;
}
#subPage .catImg12 {
	background: url("../images/category/catImg-12.jpg") no-repeat center center;
}
#subPage .catImg13 {
	background: url("../images/category/catImg-13.jpg") no-repeat center center;
}
#subPage .catImg01,
#subPage .catImg02,
#subPage .catImg03,
#subPage .catImg04,
#subPage .catImg05,
#subPage .catImg06,
#subPage .catImg07,
#subPage .catImg08,
#subPage .catImg09,
#subPage .catImg10,
#subPage .catImg11,
#subPage .catImg12,
#subPage .catImg13 {
	position: relative;
	margin-bottom: -46px;
	height: 120px;
	width: 100%;
    background-size: cover;
}

/* Common Elements
------------------------------------------------------------------ */
.left {text-align: left !important}
.fz_100 {font-size: 100% !important}
/*  Content Tab */
#content .cntTab {
	margin-top: -10px;
}
#content .cntTab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#content .cntTab &gt; li {
	border: 1px solid #fa9a9a;
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
	padding: 12px 5px 10px 5px;
	width: 28%;
	background-color: #ffffff;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	font-size: 1.4em;
	font-weight: 500;
	text-align:center;
	color: #fa9a9a;
}
/* Media Queries 切替 */
@media all and (max-width: 320px) {
	#content .cntTab &gt; li {
		width: 24%;
		font-size: 1.3em;
	}
}
#content .cntTab &gt; li:hover {
   -webkit-opacity:0.8;
   -moz-opacity:0.8;
   opacity:0.8;
	cursor: pointer;
}
#content .cntTab &gt; li.active {
	background-color: #fa9a9a;
	color: #ffffff;
}
#content .cntTab a {
	color: #000000;
	text-decoration: none;
}
#content .cntTab .faq {
	border: 1px solid #646464;
	float: right;
	background-color: #ffffff;
}
#content .cntTab .faq a {
	display: block;
	color: #646464;
}
#content .tbCnt {
	display: none;
	clear: both;
}
#content .tbCnt:first-child {
	display: block;
}
#content .tbCnt:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Heading */
#subPage .main h1{
	z-index:999;
	padding: 5px 20px 5px 20px;
	background-color: rgba(250, 154, 154, 0.8);
	font-size: 2.4em;
	color: #ffffff;
	text-align: left;
	position: relative;
}
#subPage .main section &gt; h2 {
	background: url(../images/common/ttl-arrow.png) no-repeat left top;
	background-size: 40px;
	padding: 5px 15px 5px 46px;
	font-size: 2.1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0;
	position: relative;
	left: -20px;
	text-indent: -5px;
	width: 94%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
#subPage .main section &gt; h2 span {
	background: linear-gradient(transparent 70%, #ffffff 0%);
    padding: 0 4px 3px 5px;
	position: relative;
	z-index: 1;
}
#subPage .main section &gt; h3 {
	font-size: 2.0em;
	font-weight: bold;
}
#subPage .main section &gt; h4 {
	font-size: 1.8em;
	font-weight: bold;
}
#subPage .main  section &gt; h5 {
	font-size: 1.6em;
	font-weight: bold;
}

/* Paragraph */
#subPage .main p {
	font-size: 1.6em;
}
#subPage .main p &gt; img {
	display: block;
	margin: 10px auto 0 auto;
}
#subPage .main p &gt; img {
	max-width: 100%;
	height: auto;
}


/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main table {
	width:100%;
	border:2px solid #fa9a9a;
	border-collapse:collapse;
	background-color: #ffffff;
}
#subPage .main table thead {
	border:2px solid #fa9a9a;
}
#subPage .main thead th,
#subPage .main tbody th {
	padding: 6px;
	border-left: 1px solid #fa9a9a;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#subPage .main tbody th {
	border-top: 1px solid #fa9a9a;
	border-right: 1px solid #fa9a9a;
}
#subPage .main td {
	padding: 6px;
	border-right: 1px solid #fa9a9a;
	border-top: 1px solid #fa9a9a;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
}
/* ボーダー追加 */
#subPage .main .borTop {
	border-top: 1px solid #fa9a9a;
}
/* ボーダー削除 */
#subPage .main .noborTop {
	border-top: none;
}

/* 必要書類 */
#subPage .main .imtDoc tbody th {
	width: 2.5em;
}
#subPage .main .imtDoc tbody td {
	text-align: left;
	vertical-align: middle;
}
#subPage .main .imtDoc dl {
}
#subPage .main .imtDoc dt {
}
#subPage .main .imtDoc dd {
}
#subPage .main .imtDoc .link a + a {
	margin-left: 0.5em;
}
#subPage .main .imtDoc .link a {
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 6px;
	display: inline-block;
	padding: 2px 5px 1px;
	color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 5em;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#subPage .main .imtDoc .link a:nth-child(1) {
	background-color: #fa9a9a;
	background-image: url(../images/common/btn-arrow-p.png);
}
#subPage .main .imtDoc .link a:nth-child(2) {
	background-color: #8f8f8f;
	background-image: url(../images/common/btn-arrow-g.png);
}
#subPage .main .imtDoc .link a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}


/* Link */
/* Link：Page */
#subPage .main ul.pageLink li {
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.pageLink span {
	display: block;
	padding: 8px 8px 8px 20px;
	font-size: 1.6em;
	color:#000000;
}
#subPage .main ul.pageLink a {
	display: block;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#000000;
	text-decoration: none;
}
#subPage .main ul.pageLink a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}
/* Link：File */
#subPage .main ul.fileLink {
}
#subPage .main ul.fileLink li {
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.fileLink span {
	display: block;
	padding: 8px 8px 8px 30px;
	font-size: 1.6em;
	color:#000000;
}
#subPage .main ul.fileLink a {
	display: block;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}
#subPage .main ul.fileLink a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}
/* link Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".php"] {
	background: url(../images/common/link-arrow.png) no-repeat 16px 13px;
}
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/link-arrow.png) no-repeat 16px 13px;
}
#subPage .main ul.pageLink a[href^="/"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/link-arrow.png) no-repeat 16px 13px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/link-arrow.png) no-repeat 16px 13px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/link-pdf.png) no-repeat 15px 11px;
}
/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"] {
	background: transparent url(../images/common/link-doc.png) no-repeat 15px 11px;
}
/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	background: transparent url(../images/common/link-xls.png) no-repeat 15px 11px;
}
#subPage .main ul.pageLink a[href$=".php"],
#subPage .main ul.pageLink a[href$=".html"],
#subPage .main ul.pageLink a[href^="/"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="../"],
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	padding-left: 10px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/*  List */
/* 共通 */
#subPage .main section &gt; dl &gt; dt {
	font-size: 1.6em;
}

/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 3.0em;
	text-indent: -3.0em;
	list-style-type: none;
}
#subPage .main  section ul.parenList li {
	font-size: 1.6em;
}

/*  List：丸囲み数字 */
/* 共通 */
#subPage .main ul.circleList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main section ul.circleList li {
	font-size: 1.6em;
}

/*  List：黒丸 */
#subPage .main ul.discList {
	position: relative; left: 0.5em;
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main section ul.discList li {
	font-size: 1.6em;
}
#subPage .main ul.discList li:before {
	position: relative; left: -0.5em;
	content: '●';
	font-size: 80%;
}

/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 2.5em;
	list-style-type: decimal;
}
#subPage .main section &gt; ol.decimalList li {
	font-size: 1.6em;
}

/* Notes */
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes li {
	font-size: 1.3em;
}

#subPage .main ul.notes2 {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes2 li {
	font-size: 1.6em;
}

/* Content：もっと詳しく */
#subPage .main .moreContent {
	margin-top: 20px;
}
#subPage .main .moreContent h3 {
	background: url(../images/common/ttl-arrow.png) no-repeat left center;
	background-size: 40px;
	padding: 5px 15px 5px 42px;
	font-size: 2.1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 20px 0 10px;
	position: relative;
	left: -20px;
}
#subPage .main .moreContent dl {
	background-color: #ffffff;
	border: 2px solid #fa9a9a;
}
#subPage .main .moreContent dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main .moreContent dt {
	position: relative;
	padding: 10px 80px 10px 15px;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
}
#subPage .main .moreContent dt span {
	background: url(../images/common/btn-arrow-p.png) no-repeat 95% center;
	background-size: 6px;
	position: absolute; top:10px; right:0;
	float: right;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 6px 12px 5px 12px;
	min-width: 3.0em;
	background-color: #fa9a9a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 78%;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.1em;
}
#subPage .main .moreContent dt:hover {
}
#subPage .main .moreContent dt.close span {
	/* background-color: #ffffff;
	color: #67b363; */
}
#subPage .main .moreContent dt.open span {
	/* background-color: #67b363;
	color: #ffffff; */
}
#subPage .main .moreContent dd {
	margin: 0 15px 15px 15px;
	padding: 15px 20px;
	background-color: #feebeb;
}
#subPage .main .moreContent h4 {
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main .moreContent dd p {
	font-size: 1.5em;
}
#subPage .main .moreContent dd img {
	display: block;
	margin: 10px auto 0 auto;
}

/*  List：数字（パーレン）・丸囲み数字・黒丸・数字 */
#subPage .main .moreContent ul.parenList li,
#subPage .main .moreContent ul.circleList li,
#subPage .main .moreContent ul.discList li,
#subPage .main .moreContent ol.decimalList {

	font-size: 1.5em;
}
/* Table */
#subPage .main table ul.discList li {
	font-size: 100%; /* リセット */
}

/* Image */
#subPage .main img.border {
	border: 8px solid #ffffff;
	margin: 0 -8px;
}

/* Topic Path
------------------------------------------------------------------ */
#subPage .topicPath {
	padding:0;
	background-color: #e8e8e8;
	white-space: nowrap;
}
 #subPage .topicPath dl {
	margin: 0;
}
#subPage .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #ffffff;
}
#subPage .topicPath dd {
	overflow-x: scroll;
	white-space: nowrap;
	width: 110%;
}
#subPage .topicPath ul {
	display: table;
	white-space: nowrap;
}
#subPage .topicPath li {
	display: table-cell;
	padding: 0.7em 1em 0.7em 1em;
	font-size: 1.1em;
	vertical-align: middle;
}
#subPage .topicPath a {
	position: relative;
	float: left;
	background-color: #e9e9e9;
	color: #000000;
	text-decoration: none;
}
#subPage .topicPath li:first-child a {
	padding-left: 0.5em;
}
#subPage .topicPath a:after,
#subPage .topicPath a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}
#subPage .topicPath a:after {
	z-index: 2;
	border-left-color: #e9e9e9
}
 #subPage .topicPath a:before {
	right: -1.1em;
	z-index: 1;
	border-left-color: #ccc;
}
#subPage .topicPath li:last-child a:after,
#subPage .topicPath li:last-child a:before {
	content: normal;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	padding: 20px 0 60px;
	background-color: #FA9A9A;
}
/* Address */
#footer .address {
	font-size: 1.2em;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
#footer .address ul li {
	padding: 0;
}
/* CopyRight */
#footer .copyRight {
	font-size: 1.0em;
	color: #ffffff;
	margin: 15px 0 0 0;
	text-align: center;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	display: none;
	position: relative;
	margin:0 auto;
}
#pageTop a {
	z-index:999;
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	right: 15px;
	height:40px;
	width: 40px;
	background: #FA9A9A;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
	outline: none;
}
/* Arrow */
#pageTop a:before,
#pageTop a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border: 10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top: -11px;
	border-bottom: 10px solid #FA9A9A;
}
#pageTop a:after {
	z-index: -1;
	top: 50%;
	margin-top: -15px;
	border-bottom: 10px solid #fff;
}
</pre></body></html>