@charset "utf-8";
.px10 {
font-size: 10px;
}
.px11 {
font-size: 11px;
}
.px12 {
font-size: 12px;
}
.px14 {
font-size: 14px;
}
.px16 {
font-size: 16px;
}
.px18 {
font-size: 18px;
}
.px20 {
font-size: 20px;
}
.px22 {
font-size: 22px;
}
.px24 {
font-size: 24px;
}
.px30 {
font-size: 30px;
}
.px36 {
font-size: 36px;
}
.b {
font-weight: bold;
}
.black {
color: #000;
}
.gray01 {
color: #666;
}
.gray02 {
color: #999;
}
.red {
color: #F00;
}
.dark_red {
color: #C00;
}
.blue {
color: #00F;
}
.light_blue {
color: #09F;
}
.green {
color: #090;
}
.dark_green {
color: #030;
}
.orenge01 {
color: #F90;
}
.orange02 {
color: #F60;
}
.brown {
color: #502601;
}
.purple {
color: #639;
}
* {
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', メイリオ, sans-serif;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
body main.site_main .page_main section.contact {
  display: block;
  max-width: 76rem;
  width: 90%;
  padding: 5rem 0px;
  margin: 0px auto;
  font-size: 1.4rem;
}
body main.site_main .page_main section.contact h2 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  word-break: w;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #044994;
}
div.lead {
margin: 0 0 25px 0;
}
div.fieldset dl {
padding:0;
}
div.fieldset dt {
color: #004da0;
font-size: 1.8rem;
font-weight: bold;
}
div.fieldset dt span.optional {
background-image: url("../static/imgs/optional.png");
background-repeat: no-repeat;
background-position: right;
padding-right: 65px;
}
div.fieldset dt span.required {
background-image: url("../static/imgs/required.png");
background-repeat: no-repeat;
background-position: right;
padding-right: 65px;
}
div.fieldset dd {
margin:0 0 45px 0;
padding:10px 0 25px 10px;
border-bottom: #666 1px dotted;
}
div.fieldset dd.delimit {
border-bottom: 1px dotted #6392b1;
}
div.fieldset span.err {
color: #CC0000;
}
div.fieldset input.text.err {
background-color: #fff8f8;
border: 1px solid #aa6666;
}
div.fieldset input.radio.err {
background-color: #fff8f8;
border: 1px solid #aa6666;
}
div.fieldset input.checkbox.err {
background-color: #fff8f8;
border: 1px solid #aa6666;
}
div.fieldset textarea.err {
background-color: #fff8f8;
border: 1px solid #aa6666;
}
div.fieldset select.err {
background-color: #fff8f8;
border: 1px solid #aa6666;
}
div.errs {
color: #CC0000;
margin-top: 1em;
margin-bottom: 1em;
padding: 0px 0px 0px 30px;
min-height: 32px;
height: auto !important;
height: 32px;
}
span.radioelement {
margin-right: 1.8em;
}
span.checkelement {
margin-right: 1.8em;
}

input[type="submit"] {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-appearance: button;
 box-sizing: border-box;
 cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus {
  outline-offset: -2px;
}
input[type="button"] {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-appearance: button;
 box-sizing: border-box;
 cursor: pointer;
}
p.back_btn {
text-align: center;
margin: 60px 0 30px 0;
}
p.back_btn button {
width: 35%;
text-align: center;
padding-top: 0.8em;
padding-right: 0px;
padding-bottom: 0.8em;
padding-left: 0px;
font-size: 110%;
background: linear-gradient(#f3f3f3, #dcdcdc);
color: #000 !important;
border-radius: 3px !important;
border: #666 1px solid;
cursor: pointer;
}
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="button"]::focus {
  outline-offset: -2px;
}
form p:last-child {
text-align: center;
margin: 0 auto;
}
.submit {
width: 35%;
text-align: center;
padding-top: 0.8em;
padding-right: 0px;
padding-bottom: 0.8em;
padding-left: 0px;
font-size: 110%;
background: linear-gradient(#f3f3f3, #dcdcdc);
color: #000 !important;
border-radius: 3px !important;
border: #666 1px solid;
}

@media (min-width:640px) {
input[type="text"] {
padding: 4px 4px;
font-size: 1.8rem;
border: #666 1px solid;
border-radius: 4px;
}
textarea {
font-size: 1.8rem;
padding: 4px 4px;
border: #666 1px solid;
border-radius: 4px;
width: 90%;
}
input[type="checkbox"] {
width: 20px;
height: 20px;
margin: 0 5px 0 0;
vertical-align: middle;
}
input[name="company"] {
width: 70%;
}
input[name="name"] {
width: 70%;
}
input[name="email"] {
width: 90%;
}
input[name="email_conf"] {
width: 90%;
}
input[name="tel"] {
width: 40%;
}
input[name="zip"] {
width: 25%;
}
input[name="address"] {
width: 90%;
}
input[name="subject"] {
width: 90%;
}
}

@media (max-width:639px) {
input[type="text"] {
padding: 4px 4px;
font-size: 1.8rem;
border: #666 1px solid;
border-radius: 4px;
}
textarea {
font-size: 1.8rem;
padding: 4px 4px;
border: #666 1px solid;
border-radius: 4px;
width: 90%;
}
input[type="checkbox"] {
width: 30px;
height: 30px;
margin: 0 5px 0 0;
vertical-align: middle;
}
input[name="company"] {
width: 98%;
}
input[name="name"] {
width: 98%;
}
input[name="email"] {
width: 98%;
}
input[name="email_conf"] {
width: 98%;
}
input[name="tel"] {
width: 98%;
}
input[name="zip"] {
width: 98%;
}
input[name="address"] {
width: 98%;
}
input[name="subject"] {
width: 98%;
}
}