/*------------------------------------------------------------
	特定商取引
------------------------------------------------------------*/
.specified_commercial_transactions {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 170px;
}

.specified_commercial_transactions h1 {
    font-size: 46px;
    font-weight: bold;
    color: #0C1A4A;
    text-align: center;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
    margin-bottom: 70px;
}

.specified_commercial_transactions h1::after {
    position: absolute;
    content: 'Notations are based on the Specified Commercial Transaction Act';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    font-size: 20px;
    color: #4392BF;
}

#ShopKeeper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 8px;
	line-height: 1.8;
}

#ShopKeeper th {
	width: 260px;
	min-height: 33px;
	box-sizing: border-box;
	border: 1px solid #74BCD8;
	background-color: #DCEEF5;
	font-size: 18px;
	font-weight: bold;
	color: #0059B2;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

#ShopKeeper td {
	width: 830px;
	min-height: 33px;
	box-sizing: border-box;
	border: 1px solid #74BCD8;
	font-size: 18px;
	color: #000;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.moduleConts {
	line-height: 1.6;
}

.moduleConts h3 {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 0px;
	text-indent: -9998px;
}

.moduleConts h3 img {
	display: block;
}

.moduleConts table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.moduleConts table th {
	font-weight:normal;
	background-color: #e2ebfc;
}

.moduleConts table th,
.moduleConts table td {
	padding: 8px;
	font-size: 12px;
	text-align:left;
	border:1px solid #6d85c8;
	line-height: 1.5em;
	color: #666666;
}

#ShopKeeper td span {
	color: #0059B2;
}

.moduleConts table td p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}

#ShopKeeper td span.cauTXT {
	color: #D80000;
}

#ShopKeeper td span.txtMDD {
	margin: 0px;
	margin-bottom: 0px;
	color: #D86C00;
	margin-left: 1em;
}

#ShopKeeper td p.txtMDD2 {
	margin: 0px;
	margin-bottom: 0px;
	color: #666666;
	text-indent: -1em;
	margin-left: 2em;
}

.payment_methods {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 170px;
}

.payment_methods h1 {
    font-size: 46px;
    font-weight: bold;
    color: #0C1A4A;
    text-align: center;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
    margin-bottom: 70px;
}

.payment_methods h1::after {
    position: absolute;
    content: 'About payment methods';
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #4392BF;
}

.payment_methods > p {
    text-align: center;
	margin-bottom: 35px;
}

.various_pay_bg {
    background-color: #ECFAFF;
    padding-top: 55px;
	padding-bottom: 45px;
}

.various_pay_box {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 55px;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    background-color: #FFF;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
}

.various_pay_box p {
    font-size: 18px;
}

.credit_border {
	font-weight: bold;
	color: #0057BF;
	border: 1px solid #0057BF;
	margin-bottom: 5px;
	line-height: 28px;
	padding-right: 5px;
	padding-left: 5px;
}

.creca p {
	margin-bottom: 25px;
}

.red_caution {
	color: #FF0000;
	padding-left: 1em;
}

.various_pay_box table {
    width: 1048px;
}

.various_pay_box a img:hover {
	opacity: 0.8;
}

.bktable tbody tr {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}

.bktable tbody tr th {
	width: 395px;
}

.bktable tbody tr td {
	min-width: 635px;
	background-color: #EEE;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 18px;
	box-sizing: border-box;	
}

div.padbox {
	width: 490px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

.payTitle {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	color: #0057BF;
	border-bottom: 3px #0057BF solid;
	margin-bottom: 18px;
}

.daibiki_box {
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pad2em {
	padding-left: 2em;
	padding-right: 2em;	
}

.daibiki_right {
	width: 343px;
	box-sizing: border-box;
	background-color: #EEE;
	padding-top: 15px;
	padding-left: 1em;
	padding-right: 1em;
}

.daibiki_right dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5px;
}

.daibiki_right dl dt {
	text-align: left;
	min-width: 210px;
}

.daibiki_right dl dd {
	text-align: right;
	min-width: 90px;
}

.daibiki_right b {
	font-weight: bold;
	color: #0085B2;
}

.pad1em {
	padding-left: 1em;
	padding-right: 1em;
}

.daibiki_left {
	padding-left: 1em;
}

.daibiki_left p:first-child {
	margin-bottom: 25px;
}

.marinnote {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 135px;
	height: auto;
	background-color: #FFE6E6;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;	
}

.demo {
	font-size: 22px!important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #009481;
	width: 437px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	line-height: 55px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 27px;
}

.demo a {
	display: block;
	color: #FFF;
}

.demo a:hover {
	opacity: 0.8;
}

.demo span {
	color: #FDD000;
}

.shopping_loan {
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
	padding-top: 20px;
}

.shopping_loan img {
	display: block;
	height: 106px;
	width: 302px;
}

.tel_and_mail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.tel_and_mail a {
	width: 49%;
	color: #FFF;
	background-color: #0057BF;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.tel_and_mail a::before {
	position: absolute;
	content: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/bG9hbl9jdXJzb3I.png?cmsp_timestamp=20231025112632);
	top: 50%;
	right: 3%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	display: inline-block;
	width: 16px;
	height: 22px;
}

.tel_and_mail a:hover {
	opacity: 0.8;
}

#loan_kaisuu {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	margin-bottom: 45px;
}

#loan_kaisuu th {
	min-height: 70px;
	box-sizing: border-box;
	border: 1px solid #0057BF;
	background-color: #E2EBFC;
	font-size: 18px;
	font-weight: bold;
	color: #0057BF;
	line-height: 70px;
}

#loan_kaisuu td {
	width: 110px;
	min-height: 70px;
	box-sizing: border-box;
	border: 1px solid #0057BF;
	background-color: #FFF!important;
	font-size: 18px;
	color: #000;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 70px;
}

#loan_kaisuu td span {
	color: #0059B2;
}

#loan_kaisuu td span.cauTXT {
	color: #D80000;
}

#loan_kaisuu td span.txtMDD {
	margin: 0px;
	margin-bottom: 0px;
	color: #D86C00;
	margin-left: 1em;
}

#loan_kaisuu td p.txtMDD2 {
	margin: 0px;
	margin-bottom: 0px;
	color: #666666;
	text-indent: -1em;
	margin-left: 2em;
}

.delivery_methods {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 170px;
}

.delivery_methods h1 {
    font-size: 46px;
    font-weight: bold;
    color: #0C1A4A;
    text-align: center;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
    margin-bottom: 70px;
}

.delivery_methods h1::after {
    position: absolute;
    content: 'About delivery methods and shipping charges';
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #4392BF;
}

.shipping {
	width: 1044px;
	margin-right: auto;
	margin-left: auto;	
}

.shipping_text_top {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

.shipping_text_top p {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.shipping_text_top span {
	font-size: 14px;
	color: #D90000;
	text-align: left;
	text-indent: -1em;
}

#delivery_location {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	margin-bottom: 30px;
	border: 1px solid #0057BF;
	border-collapse: collapse;
}

#delivery_location th {
	width: 173px;
	min-height: 70px;
	box-sizing: border-box;
	border: 1px solid #0057BF;
	background-color: #E2EBFC;
	font-size: 18px;
	font-weight: bold;
	color: #0057BF;
	line-height: 70px;
}

#delivery_location td {
	min-height: 70px;
	box-sizing: border-box;
	border: 1px solid #0057BF;
	background-color: #FFF!important;
	font-size: 18px;
	color: #000;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 70px;
}

.delivery_price {
	width: 150px;
}

.shipping_text_under {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

.shipping_text_under p {
	margin-bottom: 30px;
}

.black_circle {
	position: relative;	
}

.black_circle::before {
	content: '●';
	position: absolute;
	top: 0;
	left:0;
}

/*------------------------------------------------------------
	地域別最短お届け日テーブル
------------------------------------------------------------*/

.otodokemap {
	width: 970px;
	margin-bottom: 65px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table.otodokebi {
	width: 970px;
	margin-bottom: 40px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}

table.otodokebi th {
	width: 170px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbb;
	line-height: 1.3em;
	color: #FFF;
	font-weight: normal!important;
}

table.otodokebi td {
	min-width: 170px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border:1px solid #bbb;
	line-height: 1.5em;
	color: #666;
}

table.otodokebi td.otodokehead {
	text-align: center!important;
	font-weight: bold;
	background-color: #DDD;
}

p.otodokepara {
	text-indent: -1em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}