/*====================================================================================*/
/* Common
/*====================================================================================*/
.body{
}

.PageContentsWrapper{
	padding-top:85px;
	padding-left:260px;
	padding-right:130px;
	text-align:center;
	min-height:100vh;
	margin-bottom:150px;
}

.PageContentsWrapper > .caption {
	margin-bottom: 50px;
	text-align:center;
    line-height: 2.5em;
}
.PageContentsTitle{
	margin-bottom:80px;
}
.page_top_attention{
    color:#df0615;
    font-weight:bold;
    text-align:center;
    margin-bottom:30px;
    padding-left: 85px;
}
.PageContents{
    display: inline-block;
	vertical-align: top;
	width:900px;
	text-align: left;
    background-color: #f8f8f8;
    padding: 50px;
    margin-bottom: 50px;
    margin-left:10px;
    margin-right:10px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;	
}
.PageContents > .caption{
	margin-bottom:50px;	
}
.FormDiscriptionTitle{
	margin-bottom:10px;
}

.ContentsArea > .caption a{
	color:gray;
}
/* form ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.formwrapper{

}
.form > .parts{
    margin-top: 40px;
}
.form > .caption{
	margin-bottom:40px;
}
label{
    width: 230px;
    display: inline-block;
}
label.repletion{
	width:640px;
	vertical-align:top;
	margin-top: 10px;
    
}
input.text{
    width: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #000000;
    border-color: #dddddd;
	background-color:white !important;
    color: #555555;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left:10px;
    margin-right: 20px;
    
    /* font */
    font-size:12pt;
    letter-spacing: 0.1em;
}
input:-internal-autofill-selected {
	background-color:white !important;
}
input[type="radio" i] {
    text-align:left;
}
.FlashEyeIcon{
	width: 40px;
    margin-left: -61px;
	vertical-align: middle;
	cursor: pointer;
}
button {
    display: inline-block;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /* width: 150px; */
    border-style: solid;
    border-width: 0.5px;
    background-color: black;
    border: solid 1px #dddddd;
    color: white;
    text-align: center;
    transition: background-color 0.75s ease;
    transition: color 0.75s ease;

    /* font */
    font-size:12pt;
    letter-spacing: 0.1em;
}
button:hover{

	/* Design */
	border-style:solid;
	border-width:0.5px;
	background-color:#ffffff;
	color:black;
	text-align:center;
	cursor:pointer;
}
.attbutton{
    background-color:#df0615;
}
select{
	min-width: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #000000;
    border-color: #dddddd;
    background-color: white !important;
    color: #555555;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 30px;
    
    /* font */
    font-size:12pt;
    letter-spacing: 0.1em;
}
.shippingFlg{
	margin-bottom:10px;
}
.shippingFlg > .caption{
	margin-top:10px;
}
#shippingmethodRadio > .GrayOut{
/*	pointer-events: none;   */
	color:#cacaca !important;
}
label.GrayOut{
	color:#cacaca;
}
input.GrayOut{
	background-color:#fafafa !important;
}
.common_attention{
	color:red;
    margin-bottom:30px;
}
.requiredAttention{
	color:red;
	width:180px;
}
.JpEndUserAttention{
	color:red;
}
.MaxlengthAttention{
	color:red;
    width: 280px;
    vertical-align: middle;
}
.mailAttention{
	color:red;
	width:400px;
	vertical-align:middle;
}
.checkinfo{
	margin-top:30px;
	margin-bottom:50px;
}
.checkinfo > .caption{
	text-align:left;
	margin-bottom:10px;
}
.underline{

}
.th_label{
	text-align:left;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right:30px;
    font-weight: 100;
}
.td_data{
	text-align:left;

}
#shippingflgid1{
}
ul{
	list-style-type: none;
}
#shippingmethodRadio{
	padding-left:190px;
}
#termsofservice{
    display: inline-block;
    vertical-align: top;
    width: 900px;
    text-align: left;
    /* background-color: #f8f8f8; */
    padding: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}
#termsofservice > .Checkbox{
    padding-left: 20px;
    display:inline-block;
}
#termsofservice > .text{
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 40px;
}
.disablebtn{
    background:#eeeeee;
    color: #888888;
    cursor: default !important;
}
.disablebtn:hover{
    background:#eeeeee;
    color: #888888;
    
}

/*====================================================================================*/
/* スマフォ表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) {
.PageContentsWrapper{
	padding-left: 75px;
    padding-right: 75px;
    margin-top: 0px;
    margin-bottom: 150px;
}
.ContentsMain{
	width:80%;
	word-wrap: break-word;
}
input, textarea, select, button {
    font-family: "Adobe Caslon Pro" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho";
    font-size: 26pt;
    letter-spacing: 0.1em;
}
.wpcf7-submit{
	width:300px;
	background-color: #000000;
    border: solid 1px #dddddd;
    color: white;
}
.wpcf7-not-valid-tip{
	display:block;
}

/* EndMobile */
}
