/*  FORM LAYOUT
-------------------------------------- */
.form_body {
  -webkit-text-size-adjust: none;
  width: 880px;
  margin:0 auto;
  padding:30px 0 50px 0;
}
.form_layout {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
/*  ITEM LINE
------------------- */
.item_line {
  border-bottom: solid 1px #eaeaea;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
/*  ITEM NAME
------------------- */
.item_name {
  padding: 3px 0 0 0;
  width: 30%;
  float: left;
}
.item_name .must,
.item_name .plural,
.item_name .singular{
  line-height: 18px;
  color: #fff;
  padding: 0 5px;
  float: right;
  font-size: 10px;
  margin: 4px 15px 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.item_name .must { background: #3366cc; }
.item_name .plural { background: #94bff7; }
.item_name .singular { background: #999999; }
/*  ITEM CONTEN
------------------- */
.item_contents {
  width: 70%;
  float: right;
}
.item_contents_inner {
  padding: 0 0 0 15px;
  border-left: solid 3px #cccccc;
  overflow: hidden;
}
  .sec_item_line {
    border-top: none;
    padding: 5px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d8e0ed;
    position: relative;
    overflow: hidden;
  }
  .sec_item_line:first-child { padding: 0 0 5px 0; border-top: none; }
  .sec_item_line:last-child { padding: 5px 0 0 0; border-bottom: none; }

  .sec_item_name {
    padding: 4px 0 0 0;
    width: 22%;
    float: left;
  }
  .sec_item_contents {
    padding: 0;
    border: none;
    width: 78%;
    float: right;
  }
/*  ICON
-------------------------------------- */
.form_layout .wrap {
  position: relative;
}
.form_layout .wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
/*  ICON OK
------------------- */
/*icon*/
.form_layout .wrap.valid:after { background: url(../images/contact/icon-ok.png) no-repeat right center; }
/*input color*/
.form_layout .wrap input[type="text"].valid,
.form_layout .wrap.valid input[type="email"].valid,
.form_layout .wrap.valid input[type="tel"].valid,
.form_layout .wrap.valid select,
.form_layout .wrap textarea.valid {
  background: #B5FED1;
  border: 1px solid #4ef388;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #B5FED1 inset;
}
/*  ICON NG
------------------- */
/*icon*/
.form_layout .wrap.error:after { background: url(../images/contact/icon-ng.png) no-repeat right center; }
/*input color*/
.form_layout .wrap.error input[type="text"],
.form_layout .wrap.error input[type="email"],
.form_layout .wrap.error input[type="tel"],
.form_layout .wrap.error select,
.form_layout .wrap.error textarea {
  background: #FDB1B2;
  border: 1px solid #ff8b8e;
  margin-bottom: 5px;
}
/*  INPUT TYPE STYLE
-------------------------------------- */
.form_layout input[type=text],
.form_layout input[type="email"],
.form_layout input[type="tel"],
.form_layout textarea {
  padding: 8px;
}
.form_layout input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}
/*  INPUT TYPE
------------------- */
.form_layout input[type=text],
.form_layout input[type=email],
.form_layout input[type=tel],
.form_layout textarea,
.form_layout select,
.form_layout option {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ddd;
  /*display: block;*/
}
/*  INPUT TYPE FOCUS
------------------- */
.form_layout input[type=text]:focus,
.form_layout input[type=email]:focus,
.form_layout input[type=tel]:focus,
.form_layout textarea:focus,
.form_layout select:focus,
.form_layout option:focus {
  background: #fffdf7;
}
/*  SIZE CLASS
------------------- */
.inputarea1 { width: 220px; }
.inputarea2 { width: 108px; }
.inputarea3 { width: 150px; }
.inputarea4 { width: 330px; }
.inputarea5 { width: 80px; }
.inputarea6 { width: 30px; }
.inputarea7 { width: 122px; }

.textarea1 { width: 440px; height: 150px; }
.textarea2 { width: 440px; height: 150px; }
.textarea3 { width: 440px; height: 150px; }
.textarea4 { width: 440px; height: 150px; }

/*  BUTTON STYLE
------------------- */
.form_btns {
  overflow: hidden;
  position: relative;
  width: 400px;
  margin: 0 auto;
}
.form_btns .confirm,
.form_btns .send,
.form_btns .edit{
  display: block;
  margin:0 auto;
  cursor: pointer;
  padding: 15px 30px;
  color: #fff;
  border: none;
  font-size: 14px;
}
.form_btns .confirm {
  background: #1cb162;
  }
.form_btns .confirm:hover {
  background:#159752;
}

.form_btns .send {
  background: #3366cc;
  margin: 0 auto;
  float: right;
}
.form_btns .send:hover {
  background: #2552ab;
}

.form_btns .edit {
  background: #cccccc;
  float: left;
}
.form_btns .edit:hover {
  background: #999999;
}
.form_btns .edit_text { text-decoration: underline; color: #326baf; position: absolute;top: 10px; left: 0;}
.form_btns .edit_text:hover { color: #174b89; }
/*  OTHER
------------------- */
div.valid {
  display: none;
}
div.valid.wrap {
  display: block;
}
div.errortext {
  display: none;
  clear: both;
  color: #fa0006;
  background: url(../images/contact/icon_error.png) no-repeat left center;
  padding-left: 20px;
  border: none;
}
.error div.errortext {
  display: none;
  clear: both !important;
  color: #fa0006 !important;
  background: url(../images/contact/icon_error.png) no-repeat left center !important;
  padding-left: 20px !important;
  border: none !important;
  font-size: 14px !important;
}
div.attention {
  display: none;
  font-size: 12px;
  clear: both;
  border-left: 2px solid #ffb0b0;
  padding-left: 10px;
  line-height: 16px;
  color: #7f7f7f;
  margin: 10px 0 0 0;
}
div.attention.errortext {
  background: none;
}
/*  CUSTUM
------------------- */
.check_item_left {
  float: left;
  width: 200px;
}
.check_item_right {
  float: left;
  margin: 0 0 0 20px;
  width: 235px;
}
.check_item_right input {
  float: right;
  position: relative;
  top: -5px;
}
.thanks{
  text-align: center;
    font-size: 18px;
    padding: 100px 0 100px 0;
    border: 1px dotted;
    font-weight: bold;
}
}

body.contact #header{
  padding: 20px 0;
}
#title_contact{
  font-size: 24px;
  background: url(../images/icon/ico-contact.png) left top no-repeat;
  line-height: 1em;
  font-weight: bold;
  background-size: 60px;
  min-height: 60px;
  padding: 20px 0 0 87px;
  color: #333;
}
.policyframe{
  background: #fff;
  border-radius: 4px;
  border: #eaeaea solid 1px;
  padding:30px;
  height: 220px;
  overflow-y:scroll;
}
.policyframe p{
  margin-bottom: 25px;
  line-height: 1.6;
}

.confirm .form_layout {
    width: 90%;
    padding: 4% 5%;
    /*border: 1px dotted #999;*/
}
.confirm .form_layout .wrap {
    color: #37a27c;
}
.confirm .form_layout .wrap .sec_item_name{
  color: #b4b4b4;
}
/*  add
------------------- */
.content h2{
  font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.block h3 {
    font-size: 15px;
    margin: 1.5em 0 0.5em;
}
.bg_gray {
    margin: 20px 0;
    padding: 20px 30px;
    background-color: #f4f4f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.6;
}
.bg_gray a{
  color: #006699;
 }
.page_personal-check {
    text-align: center;
    margin: 40px 0 ;
    padding: 0;
}
.page_personal-check li {
    display: inline-block;
    text-align: left;
    letter-spacing: normal;
    margin: 0 20px;
    line-height: 30px;
    font-size: 18px;
}
/*  radio
------------------- */

.form--radio{
  font-weight: normal;
  vertical-align: top;
}
.form--radio input[type=radio]{
  display: inline-block;
  display: none;
  margin: 0;
}
.form--radio input[type=radio] + i{
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.form--radio input[type=radio] + i:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;

  background: url("../images/contact/radio.png") no-repeat center center;
  background-size: 30px auto;
}
.form--radio input[type=radio]:checked + i:before{
  background: url("../images/contact/radio-checked.png") no-repeat center center;
  background-size: 30px auto;
}

