@charset "UTF-8";
.error_column {
	color: red;
}

.product_caution {
	font-size:24px;
	font-weight: bold;
}
.product_subcaution {
	font-size:1em;
	margin:2% auto;
	padding:2%;
	border-top:3px double #ccc;
}
div.product_subcaution a {
	color:royalblue !important;
}

.content_main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:800px) {
	.content_main {width:100%;}
}
.content_main t {
	height: 32px;
}

.content_main table {
	table-layout: fixed;
}

.content_main td {
	vertical-align: top;
	padding: 5px;
	line-height: 1.5;
}

.content_main tr:nth-child(even) {
	background: #f0f8ff;
}

.content_main textarea {
	width: 100%;
	padding: 5px;
}

.content_main input[type="text"],
.content_main input[type="email"] {
    width: 100%;
    /*font-size: 16px;*/
    height: 30px;
    margin: 1% auto;
    padding: 0 2%;
}

.content_main input[type="password"] {
    height: 30px;
    margin: 1% auto;
    padding: 0 2%;
}

.content_detail {
	overflow-y: scroll;
	height: 240px;
	margin-bottom: 32px;
}
.button_ok2{
	font-size: 1.4rem;
	font-weight: bold;
		padding: 2% 0;
		background-color: #006699;
	width: 100%;
		color: #fff;
}
.postage_table_td1{width:30%;}
.postage_table_td2{width:70%;}

@media screen and (max-width:480px) {
	.content_main {
		width:100%;
		display: flex;
		flex-direction:column;
		margin-top:0;
	}

	#drop {
		display: none;
	}
	
	.content_main td {
		text-align: left;
		max-width: 100%;
		font-size: 11px;
    vertical-align: middle;
	}
	.content_main td input {width:100%;padding: 3% 0;}
	.content_main td input[type="button"] {padding: 3% 0;}
	.content_main td input[type="checkbox"] {width:auto;padding: 3% 0;position: relative;top: 2px;}
	.content_main td select {width:80%;}
	.content_main td a {color:#333;}
	.button_ok2{font-size:70%;}
	.postage_table_td1{width:100%;}
	.postage_table_td2{width:100%;}

	.content_main input[type="text"] {
		font-size: 12px;
	}

}

button.img-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.img-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.tag_text {
	font-size: 1.2em;
	color: #fff;
	padding: 3px 6px;
	background-color: #6a5acd;
	border-radius: 5px;
	margin-right: 8px;
}

.black{
	color: 000;
}
.product_confirm{margin:64px auto 0 auto; width: 100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.product_confirm_btn{
	flex-basis: 49%;
	max-width:49%;
	margin:auto;
	padding: 10px 0;
	text-align:center;
	background: #006699;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}

td.img-area{width:100%;display: flex;flex-wrap: wrap;min-height: 80px;padding: 10px;}
td.img-area .img-item-1{flex-basis: 70%;max-width: 70%;position: relative;padding-left: 50px;display: flex;justify-content: center;align-items: center;}
td.img-area .img-item-1::before{
	content:"";position: absolute;left: 0;top:0;bottom:0;width: 50px;
	background-image:url(../img/arrow_up-down.png);background-position:center; background-repeat: no-repeat;background-size: 80%;
	display: flex;justify-content: center;align-items: center;cursor: pointer;z-index: 1;
}
td.img-area .img-item-1::after{
	content: "";position: absolute;top:0;left:0;background: #999ccc;width:50px;height:100%;z-index: 0;}
td.img-area .img-item-1 img{width:auto;height: 80px;}
td.img-area a{background:#6a5acd ;padding: 5px 10px;color: #fff;border-radius: 4px;}
td.img-area .img-item-2{flex-basis: 30%;max-width: 30%;display: inline-flex;justify-content: center;margin: auto;}

dl.payee_caution_content{width:100%;display: flex;flex-wrap: wrap;margin: 10px auto; padding: 10px; color:#bb0000;background:white;border: 1px solid lightcoral;border-radius: 5px;}
dl.payee_caution_content dt{flex-basis:100%;max-width:100%;font-size: 20px;font-weight: 700;text-align: center;margin: auto;}
dl.payee_caution_content dd{font-size: 12px;margin-top:20px;}
dl.payee_caution_content dd.cols_left{flex-basis:28%;max-width:28%;margin-right:2%;font-weight: 700;}
dl.payee_caution_content dd.cols_right{flex-basis:70%;max-width:70%;}
ul.payee_caution_list{width:100%;display: flex;flex-wrap: wrap;margin: auto; padding:0; color:#bb0000;}
ul.payee_caution_list li{flex-basis:100%;max-width:100%;margin-bottom:5px;padding-left:12px;position: relative;}
ul.payee_caution_list li::before{content:"・";position: absolute;top: 0;left:0;display: inline-block;}
ul.payee_caution_list li a{display: block;}

a.link_accounts_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #0077FF;
	background: #FFF;
	color: #0077FF;
}
@media screen and (max-width:480px) {
	a.link_accounts_btn{
		font-size: 12px;
	}
}
a.link_accounts_btn::before{
	content: "\f2bd";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 5px;
	font-size: 18px;
}
a.link_accounts_btn:hover{
	background:#0077FF;
	color: #FFF;
}
.required {
	color: red;
	font-size: .75rem;
}
/*時差設定*/
div.time-zone,
div.time-zone2 {
display: flex;
align-items: center;
gap: 20px;
}
@media screen and (max-width:768px) {
div.time-zone{
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
}
div.time-zone:last-child{
margin-top: 15px;
}
div.time-zone2 {
margin-top: 15px;
padding: 10px;
border: 1px solid #ccc;
flex-direction: column;
gap: 10px;
}
div.time-zone-item{
align-self: stretch;
flex: 1 0 0;
display: flex;
gap: 20px;
align-items: center;
}
@media screen and (max-width:768px) {
div.time-zone-sp{
flex-direction: column;
align-items: flex-start;
gap: 0px;
}
div.time-zone-sp:first-child{
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
}
div.time-zone-item input[type=time]{
padding: 5px;
height: 30px;
}
span.time-zone-col{
font-size: 13px;
font-weight: normal;
}
div.time-zone-item span.time-zone-col:first-child{
width: 139px;
font-weight: 700;
}
div.time-zone span.time-zone-col:first-child {
flex-basis: 150px;
font-weight: 700;
}
@media screen and (max-width:768px) {
div.time-zone span.time-zone-col:first-child {
flex-basis: auto;
}
}
@media screen and (max-width:480px) {
div.time-zone-item span.time-zone-col:first-child,
div.time-zone span.time-zone-col:first-child {
flex-basis: auto;
word-break: keep-all;
}	
}
label.time-zone-label{
position: relative;
display: inline-flex;
gap: 5px;
align-items: center;
width: 200px;
height: 30px;
padding: 5px;
font-size: 13px;
}
@media screen and (max-width:768px) {
label.time-zone-label{
	border: none;
}
}
label.time-zone-label input{
	width: auto;
}
.time-set-wrap{
display: inline-flex;
gap: 5px;
align-items: center;
}
select.time-zone-select,
select.time-zone-select-tz {
height: 30px;
margin: 0;
padding: 5px;
font-size: .75rem;
border-color: #777;
}
@media screen and (max-width:480px) {
	select.time-zone-select{
		width: auto;
	}
	select.time-zone-select-tz{
		width: 100%!important;
	}
}
#hiddenElement {
display: none;
}
button.time-zone-btn{
padding: 5px 10px;
cursor: pointer;
border: 1px solid #999;
outline: none;
border-radius: 4px;
word-break: keep-all;
}
@media screen and (max-width:768px) {
button.time-zone-btn{
padding: 2px 10px;
font-size: 12px;
}
}
button.-btn-color{
background-color: #0077FF;
color: #fff;
}
.-is-set{
color:#0077ff;
}
.-eng{
width:auto!important
}
.-column{
flex-direction: column;
align-items: flex-start !important;
gap: 0 !important;
}