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

div,section,article,aside,nav,hgroup,header,footer,h1,h2,ul,li {
	display: block;
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
}
img {
	border: none;
}

img.MainVisual {
max-width: 100%;
height: auto;
}

hr {
	border-width:1px 0 0 0;
	border-style:solid;
	color:#cccccc;
	height:1px;
}

/* fontLayout */
.fntLarge {
	font-size: 20px;
	line-height: 1.5em;
}

.fntMedium {
	font-size: 18px;
	line-height: 1.5em;
}

.fntSmall {
	font-size: 16px;
	line-height: 1.25em;
}

.fntXSmall {
	font-size: 12px;
	line-height: 1.25em;
}

.fntColrRed {
	color:#990000;
}

.fntColrDgry {
	color:#333333;
}

.fntColrGry {
	color:#666666;
}

.fntColrMbl {
	color:#0000CC;
}

.fntColrOrg {
	color:#FF9900;
}

.fntColr_C00 {
	color:#cc0000;
}

.alignR {
	text-align: right !important;
}

.alignC {
	text-align: center !important;
}

/* contentsLayout */
#spDomheader {
	width:100%;
	height: 15%;
	background-color:#ffffff;
	border-top: #153d7a thick solid;
	border-bottom: #cccccc thin solid;
	background: url(/sp/cont_common/image/ana_logo.png) no-repeat center 49%;
	background-size: 80px 20px;
}

#spDomheader p.logoLeft {
	margin: 6px 0 4px 2%;
}

#spDomheader p.logoLeft img {
	width: 30px;
	height: 30px;
}

#spDomWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#pageTitle {
	margin: 0;
	padding: 5px 0 5px 2%;
	color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0066FF), to(#153d7a));/* Safari,Google Chrome用 */
}

#spDomContainer {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
#spDomContainer p {
	margin: 5px auto 10px;
	padding: 0;
}
#spDomContainer ul {
	margin: 2px auto 10px;
	padding: 0;
}
#spDomContainer li {
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
}
#spIntbefooter {
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background-color:#153d7a;
}
#spStaticfooter {
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background-color:#153d7a;
}
#spGenefooter {
	width:100%;
	height: 30px;
	margin: 0;
	padding-top:13px;
	background-color:#153d7a;
}
#spStaticfooter p, #spGenefooter p, #spIntbefooter p {
	color:#FFF;
	text-align:center;
	margin: 2px auto 5px;
}
#spStaticfooter ul, #spGenefooter ul, #spIntbefooter ul {
	width:300px;
	text-align:center;
	margin: 10px auto 10px;
	padding:0;
}
#spStaticfooter li, #spGenefooter li, #spIntbefooter li {
	list-style: none;
	float:left;
	padding: 0;
	display:block;
}
#spStaticfooter a, #spGenefooter a, #spIntbefooter a {
	color:#FFF !important;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2) !important;
	text-decoration:none;
}

/* シャッター */
.spShatterP {
	margin: 0 auto 15px !important;
	padding: 0px;
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.spShatterP {
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f4f4f4));
	background-color: #e9e9e9;
}
.spShatterP a {
	display: block;
	padding: 0.5em 10px 0.5em 52px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 4px;
	background-image:url(/sp/cont_common/image/h2_plus_2.png);
	background-size: 31px 31px;
	background-repeat:no-repeat;
	background-position: 10px 50%;
}
.spShatterM {
	margin: 0 auto 15px !important;
	padding: 0px;
	width: 100%;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.spShatterM {
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f4f4f4));
	background-color: #e9e9e9;
}
.spShatterM a {
	display: block;
	padding: 0.5em 10px 0.5em 52px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 4px;
	background-image:url(/sp/cont_common/image/h2_minus_2.png);
	background-size: 31px 31px;
	background-repeat:no-repeat;
	background-position: 10px 50%;
}

.spShatterC {
	background: url(/sp/cont_common/image/h2_close_2.png) no-repeat scroll 95% 42% transparent;
	background-size: 20px 20px;
	padding: 5px 25px 5px 0;
	display: inline-block;
	color:#333;
}

.spShatterN {
	margin: 0 auto 15px !important;
	padding: 0px;
	width: 100%;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.spShatterN {
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f4f4f4));
	background-color: #e9e9e9;
}
.spShatterN a {
	display: block;
	padding: 0.5em 10px 0.5em 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 4px;
}

/* ボタンスタイル */
.btnOrengeM, .btnRblueM, .btnMblueM, .btnDgreyM, .btnGreyM, .btnWhiteM {
	display: block;
	margin: 0 auto 15px !important;
	width: 80%;
	border: solid 1px #CCC;
	text-align: center;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.btnOrengeM {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#ff5400));
	background-color: #ff8c00;
}
.btnRblueM {
	background: -webkit-gradient(linear, left top, left bottom, from(#4169E1), to(#304ea8));
	background-color: #4169E1;
}
.btnMblueM {
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#267c99));
	background-color: #0099CC;
}
.btnDgreyM {
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d9d9d9));
	background-color: #e9e9e9;
}
.btnGreyM {
	background: -webkit-gradient(linear, left top, left bottom, from(#849996), to(#6B7C7A));
	background-color: #849996;
}
.btnWhiteM {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7));
	background-color: #FFFFFF;
}
.btnOrengeM span, .btnRblueM span, .btnMblueM span, .btnDgreyM span, .btnGreyM span, .btnWhiteM span {
	display: inline-block;
	padding: .5em 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
}
.btnOrengeM span {
	color: #fff;
	background-image:url(/sp/cont_common/image/arrow2_o2_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.btnRblueM span {
	color: #fff;
	background-image:url(/sp/cont_common/image/arrow2_rb_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.btnMblueM span {
	color: #fff;
	background-image:url(/sp/cont_common/image/arrow2_mb_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.btnGreyM span {
	color: #FFFFFF;
	background-image:url(/sp/cont_common/image/arrow2_g2_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.btnDgreyM span {
	color: #383838;
	background-image:url(/sp/cont_common/image/arrow2_dg_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.btnWhiteM span {
	color: #000080;
	background-image:url(/sp/cont_common/image/arrow2_w_2.png);
	background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}

br.clear {
	clear:both;
	float:none;
}

.toggleBoxTarget {
    width: 100%;
	margin-bottom: 20px;
	display: none;
}

.textArea {
	width: 98%;
}</pre></body></html>