<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	width: 100%;
	background-color:#ffcf00;
	padding:0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapBox {
	width:100%;
	margin:0 auto 0;
	padding-bottom:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
	text-align:justify;
}
#wrapBox img {
	width:100%;
	height: auto;
	padding:0;
	margin:0;
	vertical-align:bottom;
}
#wrapBox div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapBox strong {
	font-weight: bold;
}
#wrapBox h1,#wrapBox h2,#wrapBox h3 {
	padding:0;
	margin:0;
}

/* main_ttl */
#main_ttl {
	width:100%;
	/*max-width: 1200px;*/
	/*min-width: 1200px;*/
	/*height: 362px;*/
	/*margin: 0 auto;*/
	padding: 0;
	justify-content: center;
	background: url(../images/kv_bg.jpg) repeat-x;
	/*background: url(../images/main_pc.png) no-repeat center top;*/
}
#main_ttl .main_ttl {
	max-width: 1200px;
	margin: 0 auto;
	/*width: 400px;*/
	/*position: relative;*/
}
#main_ttl .main_ttl h1 {
	/*position: absolute;
	top: 35px;
	left: 0;
    right: 0;
	z-index: 99*/
}
#main_ttl h1 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/*
#main_ttl .main_ttl h2 {
}
#main_ttl .main_imgbox {
	width: 400px;
}
*/

@media only screen and (max-width: 750px) {
	#main_ttl {
		background: none;
		max-width: 750px;
		min-width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#main_ttl .main_imgbox {
		width: 100%;
	}
	#main_ttl .main_ttl {
		width: 100%;
		position: relative;
	}
	#main_ttl .main_ttl h1 {
		margin-bottom: 0;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	#main_ttl h1 img {
		/*display: inline-block;
		width: 16%;
		max-width: 120px;
		margin: 2%;*/
	}
	#main_ttl .main_ttl h2 {
		width: 100%;
	}
}


/* #contents */
#contents {
	font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
}
#contents .content_area .content_inr {
	margin: 0 auto;
    width: 800px;
}
#contents div[class*="ty"] {
	padding: 6em 0;
}
#contents h3 {
	margin-bottom: 3.6em;
}

@media only screen and (max-width: 750px) {
	#contents {
		width: 100%;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 1.6;
	}
	#contents .content_area {
		width: auto;
	}
	#contents .content_area .content_inr {
		width: 92%;
		margin: 0 auto;
	}
	#contents div[class*="ty"] {
		padding: 16% 0 12%;
	}
	#contents h3 {
		margin-bottom: 10%;
	}
}

/* ▼-- line01 --▼ */
#contents .line01 {
	padding: 6em 0;
}
#contents .line01 .content_inr {
	background-color: #ffffff;
}
@media only screen and (max-width: 750px) {
	#contents .line01 {
		background-color: #ffffff;
		padding: 14% 0;
	}
	#contents .line01 .oobo_box img {
		padding-bottom: 12%;
	}
	#contents .line01 .line_box a {
		display: block;
		margin-bottom: 8%;
	}
	#contents .line01 .line_box &gt; img {
		padding-bottom: 12%;
	}
	#contents .line01 .line_box img.line_end {
		padding-bottom: 0;
	}
}

/* -- ty01 -- */
#contents div.ty01 {
	padding: 5em 0 0;
}
#contents .ty01 h3 {
	margin-bottom: 0;
}
#contents .ty01 .content_inr ul {
	margin-top: 3.6em;
}
#contents .ty01 .content_inr ul li.f_large {
	font-size: 16px;
}
#contents .ty01 .content_inr .ty01_txt {
	width: 570px;
	border: 1px solid #000000;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .6em;
	font-size: 14px;
}
@media only screen and (max-width: 750px) {
	#contents div.ty01 {
		padding-top: 7%;
	}
	#contents div.ty01:nth-child(2) {
		padding-bottom: 14%;
	}
	#contents .ty01 h3 {
		margin-bottom: 7%;
	}
	#contents .ty01 .content_inr ul li.f_large {
		font-size: 3.4vw;
	}
	#contents .ty01 .content_inr .ty01_txt {
		width: 100%;
		border: 1px solid #000000;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2% 3%;
		font-size: 3.2vw;
	}
}

/* -- ty03 -- */
#contents div.ty03 {
	padding: 6em 0 5em;
}
#contents .ty03 .content_inr .flex {
	justify-content: space-between;
	flex-flow: row wrap;
}
#contents .ty03 .content_inr .step_box {
	width: 345px;
}
#contents .ty03 .content_inr .step_box dl dt,
#contents .ty03 .content_inr .step_box dl dd {
	margin-bottom: 1em; 
	font-weight: normal;
}
#contents .ty03 .content_inr .step_box dl dd {
	font-size: 14px;
	margin-bottom: 1.2em;
}
#contents .ty03 .content_inr .step_box figure{
	margin: 2em 0;
}
#contents .ty03 .content_inr .step_box figure.w70 img {
	width: 70%;
    display: block;
    margin: 0 auto;
}
#contents .ty03 .content_inr .step_box ul {
	margin-bottom: 2em;
}
@media only screen and (max-width: 750px) {
	#contents div.ty03 {
		padding: 14% 0 12%;
	}
	#contents .ty03 h3 {
		margin-bottom: 2%;
	}
	#contents .ty03 .content_inr .step_box {
		width: 100%;
	}
	#contents .ty03 .content_inr .step_box dl dt {
		margin: 4% 0;
	}
	#contents .ty03 .content_inr .step_box dl dd {
		font-size: 3.6vw;
		font-weight: bold;
	}
	#contents .ty03 .content_inr .step_box dl dd{
		margin-bottom: 4%;
	}
	/*#contents .ty03 .content_inr .step_box + .step_box {
		margin-top: -4%;
	}*/
}

/* -- ty04 -- */
#contents .ty04 .content_inr ul {
	margin-top: 3.6em;
}
@media only screen and (max-width: 750px) {
	#contents .ty04 .content_inr ul {
		margin-top: 8%;
	}
}

/* -- ty05 -- */
#contents .ty05 .content_inr .ex_boxs {
	background-color: #ffffff;
	padding-top: 3%;
    border: 1px solid;
}
#contents .ty05 .content_inr .ex_boxs .ex_box {
	width: 700px;
	margin: auto;
	/*padding: 0 43px;*/
	box-sizing: content-box;
}
/*#contents .ty05 .content_inr .ex_boxs .ex_box + .ex_box {
	border-left: 1px solid #9fa0a0;
}*/
#contents .ty05 .content_inr .ex_boxs .ex_box img {
	width: auto;
	display: block;
	margin: 0 auto;
}
#contents .ty05 .content_inr .ex_boxs .ex_box dt {
	margin-bottom: 1em;
}
#contents .ty05 .content_inr .ex_boxs .ex_box dd {
	font-size: 14px;
	margin-bottom: 2em;
}
#contents .ty05 .content_inr .ex_boxs .ex_box p {
	margin: .5em 0 1.5em;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (max-width: 750px) {
	#contents div.ty05 {
		padding-bottom: 0;
	}
	#contents .ty05 .content_inr .ex_boxs {
		padding: 0 5%;
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box {
		width: 100%;
		padding: 7% 0 0;
		box-sizing: border-box;
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box + .ex_box {
		padding-top: 3%;
		/*border-top: 1px solid #9fa0a0;
		border-left: none;*/
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box img {
		width: 100%;
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box dt {
		margin-bottom: 5%;
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box dd {
		font-size: 3.6vw;
		margin-bottom: 7%;
	}
	#contents .ty05 .content_inr .ex_boxs .ex_box p {
		margin: 2% 0 7%;
		font-size: 3.2vw;
	}

}


/* ▼--- footer ---▼ */
#footer {
	margin-top:0;
	width:100%;
	background-color:#fff;
	padding:5vw 0 0;
	border-top:4px solid #7e6232;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_in {
	max-width:750px;
	width:100%;
	margin:0 auto;
}
#footer .logo {
	width:21%;
	margin:0 auto;
	max-width:154px;
}
#footer .logo img {
	width:100%;
}
@media only screen and (min-width: 751px) {
	#footer {
		padding:40px 0 0;
	}
}

#footer ul {
	display:table;
	/*font-size:4vw;*/
	font-size:calc(24* (100vw / 750));
	width:80%;
	margin:0 auto;
	padding:1.5em 0 0;
}
#footer ul li {
	display:table-cell;
	vertical-align:middle;
}
#footer ul li.sh {
	width:30%;
	text-align:left;
}
#footer ul li.sh2 {
	width:60%;
	text-align:left;
}
#footer ul li.lg {
	text-align:right;
	border-left:1px solid #333;
}
@media only screen and (min-width: 751px) {
	#footer ul {
		font-size:26px;
	}
}

#footer ul li a {
	color:#333;
	text-decoration:none;
}
.f_menu {
	padding:1vw 0 5vw;
}
@media only screen and (min-width: 751px) {
	.footer_in {
		width:100%;
		/*max-width:none;*/
	}
	.f_menu {
		padding:20px 0 50px;
		display:flex;
		justify-content:center;
		width:100%;

	}
	#footer ul {
		width:30%;
		font-size:12px;
		margin:0;
	}
	#footer ul li {
		text-align:center !important;
		padding:0  !important;
	}
	.lg {
		padding-right:1em;
	}
	.sh2 {
		padding-left:1em;
		border-left:1px solid #333;
	}
}

.footer_contents-btm {
	padding: 2em 0 6.5em;
	background-color:#fff;
	font-size:12px;
	border-top:4px solid #7e6232;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_contents-btm .blockCaution {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 3em;
	width:80%;
	margin:0 auto;
}
.footer_contents-btm .blockCaution_img-stop {
	width: 35px;
}
.footer_contents-btm .blockCaution_img-stop img {
	width:100%;
}
.footer_contents-btm .blockCaution_txt {
	margin-left: 1.5em;
	font-size: 12px;
	line-height: 1.5;
}
.footer_contents-btm .blockCaution_txt-deco {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.5em;
	border: 1px solid #000;
	line-height: 1;
}
.footer_contents-btm .blockCaution_img-caution {
	width: 10%;
	margin-left: 2em;
}
.footer_contents-btm .blockCaution_img-caution img {
	width:100%;
}
@media only screen and (min-width: 751px) {
.footer_contents-btm .blockCaution {
		width: 70%;
	}
	.footer_contents-btm .blockCaution_img-caution img,
	.footer_contents-btm .blockCaution_img-caution {
		width: 120px;
	}
	.footer_contents-btm .blockCaution_img-stop img {
		width:35px;
	}
}
.footer_contents-btm .blockCopyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 1.2em;
	text-align: center;
	font-weight: 400;
}
@media only screen and (max-width: 750px) {
	.footer_contents-btm .blockCaution {
		width:90%;
	}
	.footer_contents-btm .blockCaution_img-stop {
		width: 10%;
	}
	.footer_contents-btm .blockCaution_img-caution {
		width: 22%;
		margin-left:2%;
	}
	.footer_contents-btm .blockCaution_txt {
		width: calc(440* (100vw / 750));
		font-size: calc(20* (100vw / 750));
		line-height: 1.5;
		margin-left:.5em;
	}
	.footer_contents-btm .blockCaution_txt-deco {
		padding: 0.2em;
	}
}

#ANCy_pt {
	width:14%;
	max-width:102px;
	position:fixed;
	bottom:20px;
	right:5%;
	background-image:url(../images/cmn/pd.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	transition: .3s;
}
#ANCy_pt:hover {
	opacity:.7;
	cursor:pointer;
}
#ANCy_pt.pagetop {
	background-image:url(../images/cmn/pt.png);
}
#ANCy_pt.disp_n {
	display:none;
}
/* ▲--- footer ---▲ */

/* ▼--- common ---▼ */
.pc {
	display:inline-block;
}
.sp {
	display:none;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.c_red {
	color: #ff0000;
}
.bg_line {
	background: url(../images/bg01.gif);
}
.bg_w {
	background-color: #ffffff;
}
@media only screen and (max-width: 750px) {
	.pc {
		display:none;
	}
	.sp {
		display:inline-block;
	}
	.flex {
		flex-flow: row wrap;
	}
}


#wrapBox sup {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -.1em;
}

/*  要項  */
#wrap .cp_info {
font-weight :normal;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#wrap .cp_info h3 {
  margin: 0;
  padding: 4px;
  background: #ffcf00;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#wrap .cp_info .guide_further {
    margin: 0 auto 1.6em;
    background: #e6e6e6;
    line-height: 2.2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#wrap .cp_info dl.cp_details {
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

#wrap .cp_info dl.cp_details &gt; dt {
  position: absolute;
  font-weight: bold;
}

#wrap .cp_info dl.cp_details &gt; dd {
  margin: 0 0 10px 0;
  padding: 0 0 10px 15em;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}

#wrap .cp_info dl.cp_details ul.note_list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}

#wrap .cp_info dl.cp_details ul.note_list li:first-letter {
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
}

#wrap .cp_info dl.cp_details ol.note_list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style-type: decimal;
  list-style-position: inside;
}


#wrap .cp_info dl.cp_details .kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 750px) {
	#wrap.ty06 {
		padding: 0 0 12%!important;
	}
	#wrap .cp_info {
	  width: 92%;
	  margin="auto";
	  -webkit-font-feature-settings: "palt" 1;
	          font-feature-settings: "palt" 1;
	}

	#wrap .cp_info h3 {
	  margin: 0;
	  padding: 1vw;
	  font-size: 1.1rem;
	}
	
	#wrap .cp_info .guide_further {
		margin: 0 auto 1em;
		padding: 1.6vw 1vw;
		background: #e6e6e6;
		line-height: 1.4;
		font-size: 1rem;
	}

	#wrap .cp_info dl.cp_details {
	  padding: 0 2vw;
	  font-size: 0.9rem;
	  text-align: left;
	  line-height: 1.5;
	}

	#wrap .cp_info dl.cp_details &gt; dt {
	  position: static;
	}

	#wrap .cp_info dl.cp_details &gt; dd {
	  margin: 0 0 1rem 0;
	  padding: 0 0 1rem 0;
	}

}



#wrapBox .sv-ex .content_inr {
display: flex;
}
#wrapBox .sv-ex .sv, 
#wrapBox .sv-ex .ex{
	width:400px;
}

@media only screen and (max-width: 750px) {
	#wrapBox .sv-ex .content_inr {
	display: block;
	width:100%;
	}
	#wrapBox .sv-ex .sv{
		padding: 19vw 0 14vw 0;
		width:100%;
	}
	#wrapBox .sv-ex .ex{
		padding-bottom:9.3vw;
		width:100%;
	}

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