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

/* =============================================================================================================
	通常スタイル
============================================================================================================= */


/* all style
--------------------------------------------------------- */

html {
	font-size: 6.25%;
	height: 100%;
}
body {
	min-width: 320px;
	color: #333;
	font-size: 14px;  /* 14px */
	height: 100%;
	line-height: 1.7;
	font-family: /*"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", */"メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* link */
a {
	color: #1b2f58;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

div#wrapper {
	margin: 0 auto;
	padding: 0 0 200px;
	background: url(../images/common/img_bg01.png) repeat 0 0;
	overflow: hidden;
}



/* インデックス
--------------------------------------------------------- */


/* ----- topGuideBox ----- */

div#topGuideHeader {
	padding: 12px 20px 17px;
}
div#topGuideHeader h1 {
	text-align: center;
	line-height: 1;
	margin: 0;
}
div#topGuideHeader h1 span.tg_txt01 {
	color: #fff;
	font-size: 34px;
	font-family: Arial;
	display: block;
}
div#topGuideHeader h1 span.tg_txt02 {
	display: none;
}
div#topGuideHeader h1 span.tg_txt03 {
	color: #ccc;
	font-size: 12px;
	display: block;
	margin: 7px 0 0;
	display: block;
}
div#topGuideBox {
	margin: 0 auto;
	background: #000;
}
div#topGuideBoxInner {
	position: relative;
}
div#topGuideBoxInner img.img_topguide {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
div#topGuideBoxInner h2 {
	color: #ffd61f;
	font-size: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 4px 4px 6px #000;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: auto;
	padding: 0 20px;
	left: 0; top: 7%; right: 0; bottom: 0;
	position: absolute;
	z-index: 100;
}
div#topGuideBoxInner h2 span {
	display: inline-block;
}


/* ----- contentsWrapper ----- */

div#contentsWrapper div.contents_box {
	margin: 0 0 70px;
	position: relative;
}

div#catchBoxInner h1 {
	color: #fff;
	text-align: center;
	margin: 0;
}
div#catchBoxInner h1 span {
	display: block;
	margin: 0 0 20px;
}
div#catchBoxInner h1 span:last-child { margin: 0;}
div#catchBoxInner h1 span strong {
	color: #f10000;
}

div#contentsWrapper p.contents_eng {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 auto 15px;
	position: relative;
	z-index: 1000;
}
div#contentsWrapper h2.contents_ttl {
	color: #fff;
	font-size: 48px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1000;
}
div#contentsWrapper div.inner_box {
	max-width: 768px;
	margin: 0 auto;
	padding: 40px 50px;
	background: rgba(0,0,0,0.6);
	position: relative;
	z-index: 1000;
}
div#contentsWrapper div#campaignBoxInner div.inner_box {
	padding: 0;
}
div#contentsWrapper div.inner_box p {
	color: #fff;
	font-size: 20px;
	margin: 20px 0 10px;
}
div#contentsWrapper div.inner_box p:last-child { margin: 0;}
div#contentsWrapper div.inner_box p span {
	display: block;
}

/* catchBox */
div#contentsWrapper div#catchBox.contents_box {
	margin: -185px auto 70px;
}
div#contentsWrapper div#catchBox div.inner_box {
	max-width: 1000px;
}
div#contentsWrapper div#catchBox.contents_box span {
}
div#contentsWrapper div#catchBox.contents_box span:nth-child(1) { font-size: 50px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) { font-size: 38px; margin: 0 0 40px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) span.catch_txt01 { display: none;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(3) { font-size: 30px;}

/* table */
div#contentsWrapper table {
	border: none;
	border-bottom: 1px solid #aaa;
}
div#contentsWrapper table tbody th,
div#contentsWrapper table tbody td {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	padding: 20px;
	border-top: 1px solid #aaa;
}
div#contentsWrapper table tbody th {
	width: 30%;
	min-width: 150px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: rgba(151,132,0,0.9);
}
div#contentsWrapper table tbody th span {
	display: block;
}
div#contentsWrapper table tbody td {
	width: 70%;
	vertical-align: middle;
	background: rgba(151,132,0,0.4);
}
div#contentsWrapper table tbody td p {
	font-size: 16px;
	margin: 10px 0 0;
}
div#contentsWrapper table tbody td div.app_box {
	margin: 10px 0;
	padding: 20px 20px;
	background: rgba(255, 0, 0, 0.5);
}
div#contentsWrapper table tbody td div.app_box p {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
}
div#contentsWrapper table tbody td div.app_box p span {
	display: inline-block;
}
div#contentsWrapper table tbody td p.small_txt {
	font-size: 13px;
}
div#contentsWrapper table tbody td ul {
	margin: 10px 0 10px;
}
div#contentsWrapper table tbody td ul li {
	list-style: disc;
	margin: 0 0 5px 20px;
}
div#contentsWrapper table tbody td ul li:last-child { margin-bottom: 0;}
div#contentsWrapper table tbody td ul li img {
	width: 100%;
	height: auto;
}
div#contentsWrapper table tbody td ul.app_list {
	text-align: center;
	margin: 10px 0 0;
}
div#contentsWrapper table tbody td ul.app_list li {
	width: 42%;
	height: auto;
	display: inline-block;
	list-style: none;
	margin: 0 3%;
}
div#contentsWrapper table tbody td ul.app_list li:last-child { margin: 0;}
div#contentsWrapper table tbody td span {
	display: inline-block;
}
div#contentsWrapper table tbody td span.tel_txt a {
	color: #fff;
	text-decoration: none;
	display: inherit;
}

/* img_cts */
div#contentsWrapper img.img_cts01 {
	width: 35%;
	max-width: 600px;
	position: absolute;
	right: -2%; top: 185%;
	z-index: 10;
}
div#contentsWrapper img.img_cts02 {
	width: 35%;
	max-width: 600px;
	position: absolute;
	left: -2%; bottom: 10%;
	z-index: 10;
}


/* ----- topBtnBox01 ----- */

div#topBtnBox01 {
	max-width: 1000px;
	text-align: center;
	margin: auto;
}
div#topBtnBox01 a {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	margin: auto;
	padding: 25px 150px 22px;
	border-radius: 50px;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.8);
	background: rgba(255,0,0,95);
	position: relative;
	z-index: 3000;
}
div#topBtnBox01 a:hover {
	background: rgba(255,0,0,1.0);
}



/* footer
--------------------------------------------------------- */

div#footerOutSide {
}



/* ----- footer ----- */

div#footer {
	margin: auto;
	padding: 20px 0 17px;
	background: #ae222e;
	position: relative;
	background: #222;
}
div#footer div#footerLogo h1 {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 10px;
}
div#footer div#footerLogo p {
	color: #444;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	margin: 0;
}
div#footer div#footerLogo p span {
	display: block;
}
/*div#footer div#footerLogo img {
}*/


/* copyright */
div#copyright {
	text-align: center;
	padding: 0 20px;
}
div#copyright p {
	color: #444;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin: 0;
}



/* =============================================================================================================
	1040px以下
============================================================================================================= */

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

	
/* catchBox */
div#contentsWrapper div#catchBox.contents_box {
	margin: -100px auto 70px;
}
div#contentsWrapper div#catchBox div.inner_box {
	max-width: 768px;
}
div#contentsWrapper div#catchBox.contents_box span {
}
div#contentsWrapper div#catchBox.contents_box span:nth-child(1) { font-size: 40px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) { font-size: 32px; margin: 0 0 40px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) { margin: 0 0 40px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(3) { font-size: 24px;}


}



/* =============================================================================================================
	768px以下
============================================================================================================= */

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


div#wrapper {
	padding: 0 0 120px;
}
	
	

/* インデックス
--------------------------------------------------------- */

/* ----- topGuideBox ----- */

div#topGuideHeader {
	padding: 10px 15px 15px;
}
div#topGuideHeader h1 {
}
div#topGuideHeader h1 span.tg_txt01 {
	font-size: 28px;
}
div#topGuideHeader h1 span.tg_txt02 {
}
div#topGuideHeader h1 span.tg_txt03 {
	font-size: 10px;
	margin: 8px 0 0;
}
div#topGuideBox {
	margin: 0 auto 140px;
}
div#topGuideBoxInner {
}
div#topGuideBoxInner img.img_topguide {
}
div#topGuideBoxInner h2 {
	font-size: 30px;
	left: 0; top: 8%; right: 0; bottom: 0;
}
div#topGuideBoxInner h2 span {
}



/* ----- contentsWrapper ----- */

div#contentsWrapper div.contents_box {
	margin: 0 30px 70px;
	position: relative;
}
div#contentsWrapper p.contents_eng {
	font-size: 14px;
}
div#contentsWrapper h2.contents_ttl {
	font-size: 32px;
}
div#contentsWrapper div.inner_box {
	margin: 0 10px;
	padding: 30px 30px;
}
div#contentsWrapper div#campaignBoxInner div.inner_box {
}
div#contentsWrapper div.inner_box p {
	font-size: 16px;
	margin: 10px 0 5px;
}
div#contentsWrapper div.inner_box p:last-child { margin: 0;}
div#contentsWrapper div.inner_box p span {
}

/* catchBox */
div#contentsWrapper div#catchBox.contents_box {
	margin: -210px auto 50px;
}
div#contentsWrapper div#catchBox div.inner_box {
	max-width: 1000px;
}
div#contentsWrapper div#catchBox.contents_box span {
}
div#contentsWrapper div#catchBox.contents_box span:nth-child(1) { font-size: 34px; margin: 0 0 10px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) { font-size: 20px; margin: 0 0 20px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(3) { font-size: 20px; margin: 0;}

/* table */
div#contentsWrapper table {
}
div#contentsWrapper table tbody th,
div#contentsWrapper table tbody td {
	font-size: 14px;
	padding: 8px 12px;
}
div#contentsWrapper table tbody th {
	width: 20%;
	font-size: 16px;
}
div#contentsWrapper table tbody td {
	width: 80%;
	padding: 8px 12px;
}
div#contentsWrapper table tbody td p {
	font-size: 16px;
	margin: 10px 0 0;
}
div#contentsWrapper table tbody td div.app_box {
}
div#contentsWrapper table tbody td div.app_box p {
}
div#contentsWrapper table tbody td div.app_box p span {
}
div#contentsWrapper table tbody td p.small_txt {
	font-size: 13px;
}
div#contentsWrapper table tbody td ul {
}
div#contentsWrapper table tbody td ul li {
}
div#contentsWrapper table tbody td ul li:last-child {}
div#contentsWrapper table tbody td ul li img {
}
div#contentsWrapper table tbody td ul.app_list {
	margin: 10px 0 0;
}
div#contentsWrapper table tbody td ul.app_list li {
	width: 80%;
	max-width: 211px;
	margin: 3% 1%;
}


/* img_cts */
div#contentsWrapper img.img_cts01 {
	width: 45%;
	max-width: 600px;
	position: absolute;
	right: -10%; top: 195%;
	z-index: 10;
}
div#contentsWrapper img.img_cts02 {
	width: 45%;
	max-width: 600px;
	position: absolute;
	left: -12%; bottom: 0;
	z-index: 10;
}


/* ----- topBtnBox01 ----- */

div#topBtnBox01 {
}
div#topBtnBox01 a {
	font-size: 28px;
	padding: 12px 80px 12px;
}
div#topBtnBox01 a:hover {
}



/* footer
--------------------------------------------------------- */

div#footerOutSide {
}



/* ----- footer ----- */

div#footer {
}

div#footer div#footerLogo h1 {
}
div#footer div#footerLogo h1 span {
}

/* copyright */
div#copyright {
}
div#copyright p {
}





}





/* =============================================================================================================
	480px以下
============================================================================================================= */

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


div#wrapper {
	padding: 0 0 80px;
}
	
	

/* インデックス
--------------------------------------------------------- */

/* ----- topGuideBox ----- */

div#topGuideHeader {
	padding: 8px 15px 13px;
}
div#topGuideHeader h1 {
}
div#topGuideHeader h1 span.tg_txt01 {
	font-size: 20px;
	font-weight: bold;
}
div#topGuideHeader h1 span.tg_txt02 {
}
div#topGuideHeader h1 span.tg_txt03 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0;
}
div#topGuideBox {
	margin: 0 auto 140px;
}
div#topGuideBoxInner {
}
div#topGuideBoxInner img.img_topguide {
	width: 150%;
	height: auto;
	margin: 0 -10%;
}
div#topGuideBoxInner h2 {
	font-size: 22px;
	letter-spacing: 1px;
	left: 0; top: 5%; right: 0; bottom: 0;
}
div#topGuideBoxInner h2 span {
}



/* ----- contentsWrapper ----- */

div#contentsWrapper div.contents_box {
	margin: 0 10px 30px;
	position: relative;
}
div#contentsWrapper p.contents_eng {
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 5px;
}
div#contentsWrapper h2.contents_ttl {
	font-size: 20px;
	margin: 0 auto 10px;
}
div#contentsWrapper div.inner_box {
	margin: 0 10px;
	padding: 20px 30px;
}
div#contentsWrapper div#campaignBoxInner div.inner_box {
}
div#contentsWrapper div.inner_box p {
	font-size: 14px;
	margin: 10px 0 2px;
}
div#contentsWrapper table tbody td p {
	font-size: 12px;
	margin: 10px 0 0;
}
div#contentsWrapper table tbody td div.app_box {
	padding: 20px 10px;
}
div#contentsWrapper table tbody td div.app_box p {
	margin: 0 0 3px;
}
div#contentsWrapper table tbody td div.app_box p span {
}
div#contentsWrapper table tbody td p.small_txt {
	font-size: 11px;
}
div#contentsWrapper table tbody td ul {
}
div#contentsWrapper table tbody td ul li {
	line-height: 1.5;
	margin: 0 0 5px 13px;
}
div#contentsWrapper table tbody td ul li:last-child {}
div#contentsWrapper table tbody td ul li img {
}
div#contentsWrapper table tbody td ul.app_list {
	margin: 2px 0 5px;
}
div#contentsWrapper table tbody td ul.app_list li {
	width: 80%;
	margin: 8% 0;
}

/* catchBox */
div#contentsWrapper div#catchBox.contents_box {
	margin: -180px auto 30px;
}
div#contentsWrapper div#catchBox div.inner_box {
	font-size: 16px;
	padding: 20px 5px;
}
div#contentsWrapper div#catchBox div.inner_box h1 {
	font-weight: bold;
}
div#contentsWrapper div#catchBox.contents_box span {
}
div#contentsWrapper div#catchBox.contents_box span:nth-child(1) { font-size: 18px; margin: 0 0 10px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(2) { font-size: 14px; margin: 0 0 15px;}
div#contentsWrapper div#catchBox.contents_box span:nth-child(3) { font-size: 12px; margin: 0;}

/* table */
div#contentsWrapper table {
}
div#contentsWrapper table tbody th,
div#contentsWrapper table tbody td {
	font-size: 12px;
	padding: 5px 10px;
}
div#contentsWrapper table tbody th {
	width: 20%;
	min-width: 80px;
	font-size: 13px;
}
div#contentsWrapper table tbody td {
	width: 80%;
	padding: 8px 12px;
}

/* img_cts */
div#contentsWrapper img.img_cts01 {
	width: 65%;
	max-width: 600px;
	position: absolute;
	right: -22%; top: 190%;
	z-index: 10;
}
div#contentsWrapper img.img_cts02 {
	width: 65%;
	max-width: 600px;
	position: absolute;
	left: -20%; bottom: 5%;
	z-index: 10;
}


/* ----- topBtnBox01 ----- */

div#topBtnBox01 {
}
div#topBtnBox01 a {
	font-size: 24px;
	padding: 15px 50px 14px;
}
div#topBtnBox01 a:hover {
}



/* footer
--------------------------------------------------------- */

div#footerOutSide {
}



/* ----- footer ----- */

div#footer {
}

div#footer div#footerLogo h1 {
	font-size: 12px;
}
div#footer div#footerLogo h1 span {
}

/* copyright */
div#copyright {
}
div#copyright p {
}





}





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