@charset "utf-8";

.block_head {
  background: url(../img/contact/img_01.png) no-repeat left top;
  background-size: cover;
}
.tableLayout-02 .tableLayout_tr {
  background-color: #dceaf4;
  border-radius: 6px;
}
.tableLayout-02 .tableLayout_th {
  box-sizing: border-box;
  position: relative;
}
.tableLayout-02 .required {
  color: #FFFFFF;
  text-align: center;
  background-color: #f0831e;
  border-radius: 4px;
  box-sizing: border-box;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}
.input_text {
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1, 0 0 5px #c8dceb, inset 0 2px 4px rgba(196,196,196,.45);
	-moz-box-shadow: 0 0 0 1px #e1e1e1, 0 0 5px #c8dceb, inset 0 2px 4px rgba(196,196,196,.45);
	box-shadow: 0 0 0 1px #e1e1e1, 0 0 5px #c8dceb, inset 0 2px 4px rgba(196,196,196,.45);
  box-sizing: border-box;
	border: solid 1px #b3b3b3;
}
body.ie .input_text {
  font-family: Verdana, Meiryo, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a3a3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Verdana, Meiryo, sans-serif;
  color: #a3a3a3;
}
.tableLayout-02 .td_half_subbox {
  position: relative;
}
.tableLayout-02 .td_half_subbox .input_head {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tableLayout-02 .submit_box {
  text-align: center;
}
.tableLayout-02 .submit_box .form_btn {
  color: #ffffff;
  font-weight: bold;
  background-color: #f0831e;
  border-radius: 30px;
  position: relative;
}
.tableLayout-02 .submit_box .form_btn:after {
  content: "";
  display: block;
  background-image: url(../common/img/parts/icn_arrow_right-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* confirm */
.tableLayout-02 .submit_box .return_btn {
  color: #ffffff;
  font-weight: bold;
  background-color: #AAAAAA;
  border-radius: 30px;
  position: relative;
}
.tableLayout-02 .submit_box .return_btn:after {
  content: "";
  display: block;
  background-image: url(../common/img/parts/icn_arrow_left-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* error */
.error_txt {
  color: #ff0000;
}
.error_icon {
  display: inline-block;
  position: relative;
}
.error_icon:after {
  content: "";
  display: block;
  background-image: url(../img/contact/icn_caution_mark.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
} 
.tableLayout_tr.error {
  background-color: #ffcece;
}
.tableLayout_tr.error .input_text {
  color: #ff0000;
}
.tableLayout_tr.error .tableLayout_th:after {
  content: "";
  display: block;
  background-image: url(../img/contact/icn_caution_mark.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* finish */
.back_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #f0831e;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.back_btn a:after {
  content: "";
  display: block;
  background-image: url(../common/img/parts/icn_arrow_right-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



@media print, screen and (min-width: 1121px) {
  .tableLayout-02 .submit_box .form_btn,
  .tableLayout-02 .submit_box .return_btn,
  .back_btn {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .tableLayout-02 .submit_box .form_btn:hover,
  .tableLayout-02 .submit_box .return_btn:hover,
  .back_btn:hover {
    opacity: 0.8;
  }
}



@media print, screen and (min-width: 751px) {
  /* input */
  #content .block_inner {
    padding-top: 74px;
    padding-bottom: 125px;
  }
  .block_head {
    width: 240px;
    height: 102px;
    margin-left: auto;
    margin-right: auto;
  }
  .form_block {
    width: 820px;
    margin: 96px auto 0 auto;
  }
  .form_note {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 47px;
  }
  .tableLayout-02 {
    font-size: 15px;
  }
  .tableLayout-02 .tableLayout_tr {
    margin-bottom: 10px;
  }
  .tableLayout-02 .tableLayout_th {
    float: left;
    width: 253px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 26px;
    padding-left: 35px;
  }
  .tableLayout-02 .tableLayout_td {
    float: left;
    width: 567px;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .tableLayout-02 .required {
    width: 61px;
    font-size: 12px;
    line-height: 21px;
    margin-top: 12px;
  }
  .tableLayout-02 .tableLayout_td .input_text {
    padding: 9px 10px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 15px;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 15px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .tableLayout-02 .td_half_subbox {
    float: left;
  }
  .tableLayout-02 .td_half_subbox .input_text {
    width: 223px;
    float: right;
  }
  .tableLayout-02 .td_half_subbox:first-of-type {
    width: 260px;
  }
  .tableLayout-02 .td_half_subbox:nth-of-type(2) {
    width: 259px;
    margin-left: 17px;
  }
  .tableLayout-02 .td_full_box .input_text {
    width: 536px;
  }
  .tableLayout-02 .tableLayout_tr:nth-of-type(6) .tableLayout_td {
    padding-bottom: 32px;
  }
  .tableLayout-02 .tableLayout_tr:nth-of-type(6) .tableLayout_td .input_text {
    line-height: 1.5;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .tableLayout-02 .submit_box {
    margin-top: 57px;
  }
  .tableLayout-02 .submit_box .form_btn {
    font-size: 18px;
    width: 320px;
    height: 60px;
    line-height: 60px;
  }
  .tableLayout-02 .submit_box .form_btn:after {
    width: 24px;
    height: 24px;
    right: 5%;
  }
  
  /* confirm */
  .tableLayout-02 .submit_box .return_btn {
    font-size: 18px;
    width: 175px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
  }
  .tableLayout-02 .submit_box .return_btn:after {
    width: 24px;
    height: 24px;
    left: 5%;
  }
  .tableLayout-02 .submit_box .return_btn span {
    padding-left: 20px;
  }
  
  /* error */
  .error_txt {
    line-height: 1.3;
    margin-bottom: 86px;
  }
  .error_icon {
    width: 20px;
    height: 18px;
    margin-right: 3px;
  }
  .error_icon:after {
    width: 20px;
    height: 18px;
    bottom: -3px;
    left: 0;
  }
  .tableLayout_tr.error .tableLayout_th:after {
    width: 20px;
    height: 18px;
    right: 12px;
  }
  
  /* finish */
  .thanks_desc {
    margin-bottom: 125px;
  }
  .thanks_desc .thanksDesc_head {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .thanks_desc p {
    line-height: 20px;
  }
  .thanks_desc p ~ p {
    margin-top: 24px;
  }
  .back_btn a {
    width: 320px;
    line-height: 60px;
  }
  .back_btn a:after {
    width: 24px;
    height: 24px;
    right: 5%;
  }
}



@media screen and (max-width: 750px) {
  /* input */
  #content .block_inner {
    padding-top: 12%;
    padding-bottom: 40px;
  }
  .block_head {
    width: 51.884%;
    height: 0;
    background-size: contain;
    padding-bottom: 21.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12%;
  }
  .form_note {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .tableLayout-02 .tableLayout_tr {
    margin-bottom: 10px;
    padding: 4%;
  }
  .tableLayout-02 .tableLayout_th {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .tableLayout-02 .tableLayout_th p {
    float: left;
  }
  .tableLayout-02 .tableLayout_th p:first-of-type {
    line-height: 20px;
  }
  .tableLayout-02 .required {
    width: 50px;
    font-size: 10px;
    line-height: 20px;
    margin-left: 6px;
  }
  .tableLayout-02 .tableLayout_td .input_text {
    font-size: 16px;
    padding: 2% 3%;
  }
  .tableLayout-02 .td_half_subbox ~ .td_half_subbox {
    margin-top: 10px;
  }
  .tableLayout-02 .td_half_subbox .input_head {
    width: 20%;
  }
  .tableLayout-02 .td_half_subbox .input_text {
    width: 80%;
    float: right;
  }
  .tableLayout-02 .td_full_box .input_text {
    width: 100%;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 16px;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .tableLayout-02 .tableLayout_tr:nth-of-type(6) .tableLayout_td .input_text {
    line-height: 1.5;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .tableLayout-02 .submit_box {
    margin-top: 20px;
  }
  #content.confirm-page .tableLayout-02 .submit_box .form_btn,
  #content.confirm-page .tableLayout-02 .submit_box .return_btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .tableLayout-02 .submit_box .form_btn {
    width: 45%;
    min-width: 170px;
    font-size: 15px;
    line-height: 40px;
  }
  .tableLayout-02 .submit_box .form_btn:after {
    width: 22px;
    height: 22px;
    right: 4%;
  }
  
  /* confirm */
  .tableLayout-02 .submit_box .return_btn {
    width: 30%;
    min-width: 120px;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .tableLayout-02 .submit_box .return_btn:after {
    width: 22px;
    height: 22px;
    left: 5%;
  }
  .tableLayout-02 .submit_box .return_btn span {
    padding-left: 10px;
  }
  
  
  /* error */
  .error_txt {
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .error_icon {
    width: 20px;
    height: 18px;
    margin-right: 3px;
  }
  .error_icon:after {
    width: 20px;
    height: 18px;
    bottom: -3px;
  }
  .tableLayout_tr.error .tableLayout_th:after {
    width: 20px;
    height: 18px;
    right: 1%;
  }
  
  /* finish */
  .thanks_desc {
    margin-bottom: 10%;
  }
  .thanks_desc .thanksDesc_head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .thanks_desc p {
    line-height: 20px;
  }
  .thanks_desc p ~ p {
    margin-top: 12px;
  }
  .back_btn a {
    width: 45%;
    min-width: 170px;
    font-size: 15px;
    line-height: 40px;
  }
  .back_btn a:after {
    width: 22px;
    height: 22px;
    right: 4%;
  }
}



@media screen and (max-width: 490px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 11px;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 11px;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 11px;
  }
  body.ie .tableLayout-02 .tableLayout_td .input_text,
  body.edge .tableLayout-02 .tableLayout_td .input_text {
    font-size: 11px;
  }
}