@charset 'utf-8';
/*--------
COMMON CSS
--------------*/
/*************
common
*************/
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
*:first-child {
	margin-top: 0 !important;
}
*:last-child {
	margin-bottom: 0 !important;
}
/** list **/
ul.dotted li::before {
	content: '・';
}
/** index **/
#index {
	margin-bottom: 44px;
}
#index li a {
	display: block;
	padding: 11px 52px 11px 16px;
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #e9e9e9;
	background-image: url(../images/common/arrow_down_anch.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 32px auto;
}
/** section **/
section {
	margin-bottom: 44px;
}
section h2 {
	font-weight: bold;
	padding: 11px 16px;
	background-color: #e9e9e9;
}
/*************
header
*************/
header#top {
	padding: 0 16px;
	background-color: #00a1ec;
}
header#top h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}
header#top h1#hdrLogo {
	height: 30px;
	text-indent: -99999px;
	background-image: url(../images/common/img_h1_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
}
/*************
news
*************/
#news #noPost {
	display: none;
	padding: 0 16px;
}
#news #post article {
	padding: 11px 16px;
	border-bottom: solid 1px #e9e9e9;
}
#news #post article h2 {
	color: #999;
}
/*************
faq
*************/
/** section **/
#faq section {
	margin-bottom: 44px;
}
#faq section h2 {
	font-weight: bold;
	padding: 11px 16px;
	background-color: #e9e9e9;
}
#faq section .faqList dt {
	padding: 0 52px 0 16px;
	border-bottom: solid 1px #e9e9e9;
	background-image: url(../images/faq/arrow_down_quertion.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 32px auto;
}
#faq section .faqList dt span {
	display: block;
	padding: 11px 0 11px 1.4em;
	text-indent: -1.4em;
}
#faq section .faqList dt span::before {
	margin-right: .6em;
	content: 'Q';
}
#faq section .faqList dd {
	padding: 0 52px 0 16px;
	border-bottom: solid 1px #e9e9e9;
}
#faq section .faqList dd span {
	display: block;
	padding: 11px 0 11px 1.4em;
	text-indent: -1.4em;
}
#faq section .faqList dd span::before {
	margin-right: .7em;
	content: 'A';
}
/** open **/
#faq section .faqList dt.open {
	background-color: #eefbfe;
	background-image: url(../images/faq/arrow_up_quertion.png);
}
#faq section .faqList dt.open + dd {
	background-color: #eefbfe;
}
/** goTop **/
#faq section aside {
	margin: 14px 16px 0;
}
#faq section .goTop {
	padding: 14px 0;
}
/*************
guide
*************/
/** section **/
#guide section h3 {
	margin: 12px 0;
}
#guide section p {
	margin: 12px 0;
}
#guide section figure {
	margin: 12px 16px;
	text-align: center;
}
#guide section img {
	max-width: 414px;
}
#guide section .contBox {
	padding: 12px 16px 0;
}
#guide section .colorBox {
	margin: 12px 16px;
	padding: 10px 18px 18px;
	border: dashed 1px #e9e9e9;
	background-color: #f8f8f8;
}
#guide section .colorBox figure {
	margin: 0;
}
/** goTop **/
#guide section aside {
	margin-top: 10px;
}
#guide section .goTop {
	padding: 15px 0;
}
/** sec01 **/
#guide #sec01 dl.colorBox dt {
	padding: 0 0 0 20px;
	color: #f00;
	background-image: url(../images/guide/icn_question_guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
#guide #sec01 dl.colorBox dd p {
	margin: 32px -4px;
}
#guide #sec01 .faqList dt span {
	display: block;
	padding: 0 0 0 1.4em;
	text-indent: -1.4em;
}
#guide #sec01 .faqList dt span::before {
	margin-right: .6em;
	content: 'Q';
}
#guide #sec01 .faqList dd span {
	display: block;
	padding: 0 0 0 1.4em;
	text-indent: -1.4em;
}
#guide #sec01 .faqList dd span::before {
	margin-right: .7em;
	content: 'A';
}
/** sec02 **/
#guide #sec02 h3 {
	line-height: 22px;
	margin-top: 22px;
	border: solid 1px #f00;
}
#guide #sec02 h3:first-of-type {
	margin-top: 18px;
}
#guide #sec02 h3 i {
	font-weight: bold;
	display: inline-block;
	width: 22px;
	margin-right: 12px;
	text-align: center;
	color: #fff;
	background-color: #f00;
}
#guide #sec02 h3 + p {
	padding: 0 16px;
}
#guide #sec02 .colorBox p {
	text-align: center;
	color: #7f7f7f;
}
/** sec03 **/
#guide #sec03 .bdrList li {
	position: relative;
	margin: 16px 0;
	padding: 18px;
	border: solid 1px #f00;
}
#guide #sec03 .bdrList li.arrow::after {
	line-height: 0;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -43px;
	content: '';
	border-top: solid 14px #f00;
	border-right: solid 43px transparent;
	border-left: solid 43px transparent;
}
#guide #sec03 .bdrList li figure {
	margin: 0;
}
#guide #sec03 .bdrList li .colorBox {
	margin: 0;
}
#guide #sec03 .note {
	font-size: 12px;
}
#guide #sec03 .note::before {
	margin-right: .5em;
	content: '※';
}
/** sec04 **/
#guide #sec04 {
	padding-bottom: 40px;
}
/*************
terms
*************/
#terms #main {
	padding: 15px;
}
#terms h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
#terms h2::before {
	content: "■";
	margin-right: 0.5em;
}
#terms h3 {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: bold;
}
#terms p {
	margin-bottom: 15px;
}
#terms p + ul {
	margin-top: -15px;
}
#terms ul {
	margin-bottom: 15px;
}
#terms ul ul {
	margin-bottom: 0;
}
/** table **/
#terms table {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #666;
}
#terms table caption {
	text-align: left;
}
#terms table th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #666;
	background-color: #eee;
}
#terms table td {
	padding: 10px;
	border: solid 1px #666;
}
#terms table .col01 {
	width: 1em;
}
#terms table .col02 {
	max-width: 10em;
}
/** adjust **/
#terms .brkal {
	word-break: break-all;
}
#terms .txtLink {
	display: inline-block;
	padding: 12px 0;
}
/*************
commercial
*************/
#commercial #inscription {
	padding: 16px;
}
#commercial #inscription > dt::before {
	margin-right: .5em;
	content: '■';
}
#commercial #inscription > dd {
	margin-bottom: 1.4em;
}
