@charset "UTF-8";
/*+-----+*/
/* mb-teiki - style
/*+------------------------------------------------*/

/* img */
.p-mb-teiki figure {
	text-align: center;
}
.p-mb-teiki img {
	max-width: 100%;
	margin-bottom: 8px;
}
.link_bnr a:hover {
	opacity: 0.7;
}

/* text */
.p-mb-teiki figure .mb-teiki__txt {
	text-align: left;
}
.mb-teiki__wrap p,
.mb-teiki__wrap ul,
.mb-teiki__wrap ol {
	font-size:116%;
}
.notes {
	padding-left: 1em;
	text-indent: -1em;
}
.hdg_lv2_02 {
	margin-bottom: 24px;
}
.mb-teiki__title--sub {
	margin-bottom: 16px;
	padding: 4px 8px 2px;
	border-left: 6px solid #75b159;
	font-size: 130%;
}
.mb-teiki__txt {
	margin-bottom: 16px;
}
.mb-teiki__list {
	margin-bottom: 16px;
	margin-left: 1em;
}
.mb-teiki__list__item {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -0.65em;
}
.mb-teiki__list__item::before {
	display: inline-block;
	content: "●";
	margin-right: 0.25em;
	color: #1f6c20;
}
.link-pdf::after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 20px;
	margin: 2px 4px 0;
	background: url(../images/icon_pdf.png) no-repeat;
	background-size: contain;
	vertical-align: top;
}


.link-blank::after {
	display: inline-block;
	content: "";
	margin-right: 8px; 
	transform: translateY(4px);
	width: 14px;
	height: 13px;
	background: url(../images/icon_tab_gray.png) no-repeat;
	background-size: contain;
	margin-left: 4px;
}

/* 親要素（リスト全体）の設定 */
.mb-teiki__custom-list {
  list-style: none; 
  counter-reset: teiki-number; 
  padding-left: 0; 
}

/* 子要素（各リスト項目）の設定 */
.mb-teiki__custom-list li {
  position: relative; 
  padding-left: 24px;
  margin-bottom: 8px; 
}

/* ③ ::beforeを使ってオリジナルの番号を作る */
.mb-teiki__custom-list li::before {
  counter-increment: teiki-number; 
  content: counter(teiki-number) "."; 

  /* ▼ ここから下は自由なデザイン設定です ▼ */
  position: absolute;
  left: 0;
  top: -1;
  color: #75b159; 
  font-weight: bold;
}


/* contents */
.mb-teiki__wrap {
	margin-bottom: 64px;
}
.mb-teiki__wrap dl {
	margin-bottom: 40px;
}




/* pc */
.mb-teiki-available__wrap {
	display: flex;
	justify-content: space-between;
}
.mb-teiki-available--charge {
	width: 60%;
}
.mb-teiki-available--sign {
	width: 35%;
}
.mb-teiki-howto__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mb-teiki-howto--img {
	width: 50%;
}
.mb-teiki-howto--txt {
	width: 45%;
}
.mb-teiki-discount--img {
	max-width: 70%;
	margin: 0 auto 8px 0;
}
.bnr__wrap {
	display: flex;
	justify-content: space-between;
}
.bnr-img__wrap {
	width: 48%;
}
.bnr-img__wrap a:hover {
	opacity: 0.7;
}
.bnr-guide__img .notes {
	margin: 0;
	font-size: 100%;
	text-align: left;
}

/* その他 */
.mb-teiki__mb20 {
	margin-bottom: 20px;
}