@charset "utf-8";




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.is-entry-page .footer__entry {
	display: none;
}

.entry .u-table {
	margin-top: 60px;
	margin-bottom: 120px;
}

.method-list {
	width: 100%;
	margin: 0 0 60px;
	border: 1px solid #d4d4d4;
	display: table;
}

.method-list h4 {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	padding: 30px 0;
	display: table-cell;
	background: #23a5de;
}

.method-list h4 i {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	padding: 35px 0 0;
	border-radius: 50%;
	display: block;
	border: 1px solid rgba(255,255,255,.25);
	position: relative;
}

.method-list h4 i:before {
	font-size: 4.4rem;
}

.method-list h4 i.is-icon img {
	width: 55%;
	position: absolute;
	top: 52.5%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.method-list h4 em {
	font-size: 2.2rem;
	display: block;
}

.method-list > div {
	vertical-align: middle;
	width: calc(100% - 220px);
	padding: 30px;
	display: table-cell;
}

.method__detail {
	text-align: center;
	padding: 30px 0;
	background: #f1f1f1;
}

.method__detail .u-read-text {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding: 0 0 10px;
}

.method__detail .is-large {
	font-size: 3.6rem;
	font-weight: 700;
}

.is-invoice .method__detail .is-large {
	font-size: 2.2rem;
	line-height: 1.5;
}

.method-list .is-banner {
	text-align: center;
}

.method-list .is-banner img {
	width: 300px;
	border: 1px solid #ddd;
}












