/* 送料・お支払い方法 [payment.html]　Ver.1.0.0 */

/*=================================
コンテンツ設定
=================================*/
.sec-inner {
	padding: 60px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;
}
.pp-conte:not(:first-child) {
	margin-top: 100px;
}
.tbl-title {
	font-size: 1.7em;
}
table.pp-01-tbl {
	border-top: 1px solid rgb(200, 200, 200);
	border-left: 1px solid rgb(200, 200, 200);
}
table.pp-01-tbl th, 
table.pp-01-tbl td {
	padding: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid rgb(200, 200, 200);
	border-right: 1px solid rgb(200, 200, 200);
}
table.pp-01-tbl thead th {
	background-color: rgb(180, 180, 180);
}
table.pp-01-tbl tbody th {
	background-color: rgb(228, 228, 228);
}
#tbl-01 th, 
#tbl-01 td {
	width: 25%;
}
#tbl-01 th span, 
#tbl-01 td span {
	font-size: 0.7em;
}
#tbl-01 td.batsu {
	font-size: 1.5em;
	font-weight: lighter;
}
#tbl-02 td {
	text-align: left;
}
.web-kessai-flow {
	padding: 40px 0;
}
.web-kessai-flow-inner {
	border: 1px dotted rgb(150, 150, 150);
	border-radius: 5px;
}
.web-kessai-flow-box {
	width: 50%;
	padding: 40px;
}
.web-kessai-flow-inner {
	border: 1px dotted rgb(150, 150, 150);
	border-radius: 5px;
}
.pp-conte h4 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 22px;
	border-bottom: 2px solid rgb(180, 180, 180);
}
.pp-partnership {
	max-width: 560px;
	margin-bottom: 15px;
}
.pp-conte dl dt {
	margin-top: 15px;
}
.pp-conte a {
	text-decoration: underline;
}




/*=================================
タブレット設定（〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	.sec-inner {
		padding: 30px;
	}
	#tbl-02 th {
		width: 25%;
	}

}



/*=================================
スマホ設定（〜599px）
=================================*/
@media only screen and (max-width: 599px) {

	.sec-inner {
		padding: 30px 15px;
		border-radius: 12px;
	}
	.web-kessai-flow-box {
		width: 100%;
		padding: 0 20px 20px;
	}

}
