html,body {
background:#fff !important;
margin:0 !important;
padding:0 !important;
height:auto !important;
}
.hm_title,
#hm_required_msg {
display:none !important;
}
.error_list {
color:#e83417;
}
table.inputform {
border-collapse:collapse;
width:100%;
}
table.inputform * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
table.inputform tr+tr td {
padding-top:10px;
}
table.inputform td {
margin:0;
padding:0;
}
table.inputform .column {
width:130px;
}
table.inputform .data input {
border:1px solid #ccc;
border-radius:4px;
display:block;
padding:10px;
width:100%;
}
table.inputform .data select {
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
appearance:none;
background:#fff url(https://keiridriven.mjs.co.jp/wordpress/wp-content/themes/mjs/images/common/icon_select.svg) no-repeat calc(100% - 10px) center;
-webkit-background-size:10px 10px;
-moz-background-size:10px 10px;
-ms-background-size:10px 10px;
background-size:10px 10px;
border:1px solid #ccc;
border-radius:4px;
padding:10px;
width:100%;
}
table.inputform .hm_submit_btn {
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
appearance:none;
background:#e83417;
border:none;
border-bottom:2px solid #ba2a12;
border-radius:4px;
color:#fff;
cursor:pointer;
display:block;
font-weight:700;
line-height:1.5;
margin:20px auto 0;
padding:10px;
text-align:center;
-webkit-transition:0.15s all ease-out;
-moz-transition:0.15s all ease-out;
-ms-transition:0.15s all ease-out;
transition:0.15s all ease-out;
width:100%;
max-width:140px;
}
table.inputform .hm_submit_btn.is-hover {
color:#fff;
}
table.inputform .hm_submit_btn:hover {
background:#ff6226;
border-bottom-color:#e83417;
}
@media (max-width: 480px) {
table.inputform {
display:block;
}
table.inputform tbody,
table.inputform tr,
table.inputform td {
display:block;
}
}
#hm_required_msg+.error_list,
.error_list+table.inputform,
#hm_upper_msg+table.inputform {
margin-top:20px;
}
.required {
color:#e83417;
}
.notice {
font-size:80%;
line-height:1.5;
margin-top:40px;
}
.notice li {
padding-left:1em;
text-indent:-1em;
}
.notice li+li {
padding-top:5px;
}
.hm_backBtn_pos {
margin-top:20px;
text-align:center;
}
.hm_backBtn_pos a {
border:1px solid #333;
border-radius:4px;
display:inline-block;
font-size:80%;
padding:5px 20px;
}
.hm_backBtn_pos:hover {
border-color:#e83417;
color:#e83417;
}
.newsletter-complete {
margin:20px -10px 0;
text-align:center;
}
.newsletter-complete ul {
display:table;
width:100%;
}
.newsletter-complete li {
display:table-cell;
padding-right:10px;
padding-left:10px;
width:50%;
}
.newsletter-complete img {
max-width:300px;
}
.newsletter-complete+.contents {
display:none !important;
}
.change .contents {
width: 100%;
max-width: 800px;
margin:0 auto;
padding: 20px 0;
}
body.change #hm_upper_msg {
margin-bottom:20px;
}
body.change table.inputform .column {
width:180px;
}
body.change .error_list+form {
margin-top:20px;
}