@charset "UTF-8";
/* CSS Document */

#contents section>p {
	margin:10px 0;
}

#contents section>p .important {
	color:#ff9933;
	font-size:12px;
}


#contents section>.sub_list{
	margin:10px 0 20px 0;
}
#contents section>.sub_list li a{
	display:block;
    background:#fff url(../../../../images/static/images/icon_arrow02.png) 5px center no-repeat !important;
	background-size:6px 9px !important;
	font-size: 1.2rem;
	padding: 4px 3% 4px 7% !important;
	margin: 0 0 0 0;
	list-style:none !important;
}

#contents section>ul li:before {
content: "" !important;
color: #1e2667;
font-size: 1.0rem;
line-height: 1.0rem;
position:relative !important;
}

#contents section> h2 strong {
	font-size:16px;
	color:#0066cc;
}

#contents section> table th {
	vertical-align:middle !important;
}


#contents .ERS_btn .arrow_l_l a {
	color:#0066cc !important;
}

#contents .attention,
#contents .retire {
	background:#dfdfdf;
	width:92%;
	display:block;
	margin:0 auto;
	margin-bottom:20px !important;
	border-radius:5px;
	padding:5px 5px 5px 5px !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:12px;
}

#contents .attention p a,
#contents .retire p a{
	color:#ff9933 !important;
}

#contents .attention ul {
	margin-bottom:10px;
}

#contents .attention ul li:before {
content: "・" !important;
}


.bdb-do {
	border-bottom:1px dotted #ccc;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.ta-r {
	text-align:right !important;
}

.fc-blue {
	color:#0066cc !important;
}

.img_center {
	display:block;
	margin:0 auto;
}

.table-map th {
	background-color:#fff !important;
}

.table-pay td {
	text-align:center;
}

.table-pay-blue th,
.table-pay-blue td{
	background-color:#0066cc !important;
	color:#fff;
	vertical-align:middle;
	text-align:center;
}

#contents p.question{
	font-size:23px;
	color: #1e276e;
	line-height:35px;
	background-color: lightgray;
}

#contents p.answer{
	font-size:15px;
	color: #111111;
	padding-left:20px;
}

.answer > a{
	font-size:15px;
}

.itemization ul, ol {
    /*color: #1e366a;*/
    border: dotted #000000 1px;/*ドット 色 太さ*/
    padding: 0.5em 0.5em 0.5em 2em;
	background: #dfdfdf
}

.itemization ul li, ol li {
    line-height: 1.5;
	list-style-type: disc;
    padding: 0.5em 0;
	font-size:14px;
}
