body {
	font-family: "Noto Sans JP"!important;
	color: #1C1C1C;
	vertical-align: baseline;
	line-height: 1.2;
}
a {
	text-decoration: none;
	font-family: "Noto Sans JP"!important;
	color: #1C1C1C;
}
.wrap {
	box-shadow: 0 4px 64px rgba(25, 25, 25, .05);
}

/* border style */
.border-top, .border-bottom {
	position: relative;
	z-index: 0;
}
.border-top::before, 
.border-bottom::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-image: linear-gradient(to right, #B7B7B7, #B7B7B7 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	left: 0;
	right: 0;
}
.border-top::before {
	top: 0;
	height: 1px;
}
.border-bottom::after {
	bottom: 0;
	height: 1px;
}
/*==================================================================================================

	* news list お知らせ

==================================================================================================*/
.guide-title-wrap {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	width: 100%;
	padding: 50px 0;
}
.guide-title-sub {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 4px;
}
.guide-title {
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 2px;
}
.information-wrap {
	padding: 0 20px;
}
.information-list {
	width: 100%;
	border-bottom: none;
	align-items: center;
	padding: 20px;
}
.information-label {
	width: 25%;
}
.information-contents {
	width: calc(75% -  20px);
}
.module-review-list,
.module-review-list a {
	font-size: 13px;
	line-height: 1.7;
}
.list-navigation {
	width: 100%;
}
/* news detail */
hr {
	height: 1px;
	background-image: linear-gradient(to right, #B7B7B7, #B7B7B7 4px, transparent 4px, transparent 8px);
	margin: 10px 0;
}
.guide-detail-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
}
.guide-section p {
	font-size: 13px;
	line-height: 2;
}
.guide-section img {
	margin: 1em auto;
	display: block;
}
.news-pager {
	padding: 20px;
	margin: 20px auto 50px;
	font-size: 12px;
}
.news-empty {
	color: #B7B7B7;
}
@media screen and (min-width: 769px) {
	.guide-title-sub {
		font-size: 14px;
	}
	.guide-title  {
		font-size: 36px;
	}
	.information-list, .module-review-list a {
		font-size: 15px;
	}
	.guide-section p {
		font-size: 15px;
	}
	.news-pager {
		font-size: 13px;
	}
}


/*==================================================================================================

	* guide ご利用ガイド

==================================================================================================*/
.contents-body {
	width: 100%;
	padding: 0 20px;
}
.contents-body dl {
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0;
	position: relative;
	z-index: 0;
	border-bottom: none;
}
.contents-body dl::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-image: linear-gradient(to right, #B7B7B7, #B7B7B7 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	left: 0;
	right: 0;
	height: 1px;
	bottom: 0;
}
.contents-body dl:last-child::after {
	display: none;
}
.contents-body dt {
	width: 100%;
	font-size: 15px;
	text-indent: 0;
	font-weight: 600;
	margin-bottom: 1em;
}
.contents-body dd {
	width: 100%;
	font-size: 13px;
	line-height: 1.7;
	padding: 0 1em;
}
.contents-body dd img {
	display: block;
	margin: 10px auto;
}
@media screen and (min-width: 769px) {
	.contents-body dt {
		font-size: 20px;
	}
	.contents-body dd {
		font-size: 14px;
	}
}


/*==================================================================================================

	* policy プライバシーポリシー

==================================================================================================*/
.contents-body pre {
	font-size: 12px !important;
    line-height: 1.7;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
}
@media screen and (min-width: 769px) {
	.contents-body pre {
		font-size: 14px !important;
	}
}


/*==================================================================================================

	* contract 特定商取引法表示

==================================================================================================*/
.contents-body h4 {
	font-size: 15px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-weight: 500;
}
.contents-body dd h4 {
	padding-top: 1em;
}
.contents-body h5 {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.7;
}
.contents-body dd h5 {
	padding-top: 1em;
}
.contents-body h6 {
	font-size: 13px;
}
.contents-body p {
	font-size: 13px;
	margin-bottom: 1em;
	line-height: 2;
}
.contents-body ul {
	margin-bottom: 1em;
}
.contents-body li {
	font-size: 13px;
	line-height: 2;
}
.contents-body dd li {
	padding-left: 1em;
	text-indent: -1em;
}
.contents-body p.small {
	font-size: 10px;
	margin-bottom: 1em;
	line-height: 1.7;
}
.contents-body p:last-child {
	margin-bottom: 0;
}
.contents-body blockquote {
	padding: 30px 40px;
	background: #F7F7F7;
	margin: 0 -34px 2em;
	font-size: 12px;
}
.contents-body blockquote h5 {
	padding-top: 0;
}
.contents-body ul>li>ul>li {
	font-size: 10px;
	margin-bottom: 0;
}
.text_indent {
	padding-left: 1em;
}
@media screen and (min-width: 769px) {
	.contents-body h4 {
	  font-size: 20px;
	}
	.contents-body h5 {
	  font-size: 15px;
	}
	.contents-body h6 {
		font-size: 15px;
	}
	.contents-body p {
	  font-size: 15px;
	}
	.contents-body li {
	  font-size: 15px;
	}
	.contents-body p.small {
	  font-size: 12px;
	}
	.contents-body blockquote {
		font-size: 13px;
	}
	.contents-body ul>li>ul>li {
		font-size: 15px;
	}
  }