@charset "utf-8";

#main-content {
	padding: 0 10px 30px;
	text-align: left;
}

.lead-img {
	text-align: center;
	margin: 0 0 20px;
}

.lead-img img {
	width: 80%;
	max-width: 350px;
	height: auto;
}

.topics {
	margin: 30px 0 0;
}

.topics:first-child {
	margin: 0;
}

.topic-caution {
	color: #E60012;
}

.topic-notice {
	font-size: 1.2rem;
	padding: 0 10px;
}

h2 {
	border: #ECA8AA solid 2px;
	background-color: #F0F0F0;
	padding: 5px 10px;
	margin: 0 0 15px;
	font-size: 1.6rem;
}

.btn-block {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: #ECA8AA dotted 1px;
}

.btn-lead {
	padding: 0 10px;
}

.btn-lead {
	padding: 0 10px;
}

.btn-service {
	text-align: center;
	margin: 0 0 5px;
}

.btn-service img {
	width: 100%;
	max-width: 340px;
	height: auto;
}

.service-img {
	text-align: center;
	margin: 0 0 5px;
}

.service-img img {
	width: 62%;
	max-width: 340px;
	height: auto;
}

h3 {
	background: url(../../common/img/icon_title.png) left 0 no-repeat;
	background-size: 25px auto;
	padding: 2px 0 6px 30px;
	margin: 20px 0 10px;
	border-bottom: #C8C8C8 solid 1px;
	font-size: 1.4rem;
}

h3.noborder {
	border-bottom: none;
	padding-bottom: 2px;
}

.flow-img {
	margin: 10px 0 20px;
	text-align: center;
}

.flow-img img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.payment-title,
.withdrawal-title {
	padding: 5px 10px;
	margin: 0 0 5px;
	font-weight: bold;
}

.payment-title {
	background-color: #FFF1CE;
}

.withdrawal-title {
	background-color: #D1E9E0;
}

.method-list {
	overflow: hidden;
	zoom: 1;
}

.method-list dt {
	float: left;
	clear: left;
}

.method-list dd {
	margin: 0 0 10px 1.5em;
}

.btn-payment-list {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	max-width: 400px;
	margin: 10px auto 0;
}
.btn-payment-list li {
	width: 49%;
}

.btn-payment-list li img {
	width: 100%;
	height: auto;
}

.btn-payment-list li:nth-child(2n+1) {
	float: left;
}
.btn-payment-list li:nth-child(2n+0) {
	float: right;
}

.service-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 5px;
}

.service-table {
	width: 100%;
	font-size: 1.2rem;
	text-align: left;
	margin: 0 0 15px;
}

.service-table th,
.service-table td {
	padding: 5px;
	border: #C8C8C8 solid 1px;
}

.service-table th {
	width: 100px;
}

.service01 th {
	background-color: #FFF5F4;
}

.service02 th {
	background-color: #F1FAFE;
}

.service03 th {
	background-color: #FFFFCC;
}

.service04 th {
	background-color: #F3F3F3;
}

.service-table th.category,
.category {
	background-color: #F3F3F3;
	font-weight: normal;
	text-align: center;
}

.notice-list,
.notice-list02 {
	overflow: hidden;
	zoom: 1;
}

.notice-list02 {
	margin: 10px 0 5px;
}

.notice-list dt,
.notice-list02 dt {
	float: left;
	clear: left;
}

.notice-list02 dt {
	width: 3.0em;
	overflow: hidden;
	zoom: 1;
}

.notice-list02 dt span {
	float: right;
}

.notice-list dd {
	margin: 0 0 0 2.5em;
}

.notice-list02 dd {
	margin: 0 0 0 3.5em;
}





.mb5 {
	margin-bottom: 5px;
}

.indent {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.link-arrow {
	text-align: center;
	margin: 20px 0 40px;
}

.link-arrow a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 27px 10px 10px;
	border: #CCC 1px solid;
	border-radius: 4px;
	background: #F5F5F5 url(../../common/img/link_arrow.png) 96% center no-repeat;
	background-size: 12px;
	text-decoration: none;
	color: #333;
}