/* template04 */

.form__wrap {
  width: 100%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #252525;
  font-size: 14px;
}

.wpcf7 .template04 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}

.wpcf7 .template04 a:hover {
  opacity: .5;
  transition: opacity .25s;
}

.wpcf7 .template04 div.form__row {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 2em;
}

.wpcf7 .template04 div.form__row.row-name, .wpcf7 .template04 div.form__row.row-email, .wpcf7 .template04 div.form__row.row-tel, .wpcf7 .template04 div.form__row.row-url {
  width: calc(50% - 10px);
}

.wpcf7 .template04 div.form__row.row-message {
  width: 100%;
}

.wpcf7 .template04 div.form__row.row-checkbox, .wpcf7 .template04 div.form__row.row-radio, .wpcf7 .template04 div.form__row.row-select {
  display: flex;
  align-items: center;
  width: 100%;
}

.wpcf7 .template04 div.form__row.row-select {
  width: 100%;
}

.wpcf7 .template04 div.form__row.row-privacy {
  width: 100%;
  margin-top: 3.5em;
  text-align: center;
}

.wpcf7 .template04 div.form__row.row-submit {
  width: 100%;
  margin-top: 3em;
  text-align: center;
}

.wpcf7 .template04 p.form__label {
  flex-shrink: 0;
  min-width: 146px;
  margin: 0 0 .3em 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template04 p.form__body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template04 div.form__row.row-checkbox p.form__body, .wpcf7 .template04 div.form__row.row-radio p.form__body, .wpcf7 .template04 div.form__row.row-select p.form__body {
  margin: 0 0 .3em 2em;
}

.wpcf7 .template04 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  color: #2a7e72;
  font-size: .95em;
  box-sizing: border-box;
}

.wpcf7 .template04 p.form__label.is-required label {
  margin-right: 1em;
}

.wpcf7 .template04 p.form__label.is-required label::after {
  content: "*";
  display: block;
  position: absolute;
  top: -.3em;
  right: -.5em;
  color: #b74c4c;
  box-sizing: border-box;
}


/* テキストフィールド */

.wpcf7 .template04 input[type=text], .wpcf7 .template04 input[type=tel], .wpcf7 .template04 input[type=email], .wpcf7 .template04 input[type=url], .wpcf7 .template04 input[type=date], .wpcf7 .template04 input[type=number] {
  width: 100%;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template04 textarea {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* テキストフィールド placeholder */

.wpcf7 .template04 input[type=text]::placeholder, .wpcf7 .template04 input[type=tel]::placeholder, .wpcf7 .template04 input[type=email]::placeholder, .wpcf7 .template04 input[type=url]::placeholder, .wpcf7 .template04 input[type=date]::placeholder, .wpcf7 .template04 input[type=number]::placeholder, .wpcf7 .template04 textarea::placeholder {
  opacity: 0;
  display: none;
}

.wpcf7 .template04 input[type=text]:-ms-input-placeholder, .wpcf7 .template04 input[type=tel]:-ms-input-placeholder, .wpcf7 .template04 input[type=email]:-ms-input-placeholder, .wpcf7 .template04 input[type=url]:-ms-input-placeholder, .wpcf7 .template04 input[type=date]:-ms-input-placeholder, .wpcf7 .template04 input[type=number]:-ms-input-placeholder, .wpcf7 .template04 textarea:-ms-input-placeholder {
  opacity: 0;
  display: none;
}

.wpcf7 .template04 input[type=text]::-ms-input-placeholder, .wpcf7 .template04 input[type=tel]::-ms-input-placeholder, .wpcf7 .template04 input[type=email]::-ms-input-placeholder, .wpcf7 .template04 input[type=url]::-ms-input-placeholder, .wpcf7 .template04 input[type=date]::-ms-input-placeholder, .wpcf7 .template04 input[type=number]::-ms-input-placeholder, .wpcf7 .template04 textarea::-ms-input-placeholder {
  opacity: 0;
  display: none;
}


/* テキストフィールド フォーカス時 */

.wpcf7 .template04 input[type=text]:focus, .wpcf7 .template04 input[type=tel]:focus, .wpcf7 .template04 input[type=email]:focus, .wpcf7 .template04 input[type=url]:focus, .wpcf7 .template04 input[type=date]:focus, .wpcf7 .template04 input[type=number]:focus, .wpcf7 .template04 textarea:focus {
  outline: 1px solid transparent;
}


/* チェックボックス */

.wpcf7 .template04 input[type=checkbox] {
  display: none;
}

.wpcf7 .template04 input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template04 input[type=checkbox]+span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ababab;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}

.wpcf7 .template04 input[type=checkbox]+span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.13em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}

.wpcf7 .template04 input[type=checkbox]:checked+span {
  color: inherit;
  transition: all .25s ease;
}

.wpcf7 .template04 input[type=checkbox]:checked+span::before {
  opacity: 1;
  transition: opacity .25s ease;
}

.wpcf7 .template04 input[type=checkbox]:checked+span::after {
  opacity: 1;
  transition: opacity .25s ease;
}


/* ラジオボタン */

.wpcf7 .template04 input[type=radio] {
  display: none;
}

.wpcf7 .template04 input[type=radio]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template04 input[type=radio]+span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ababab;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template04 input[type=radio]+span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}

.wpcf7 .template04 input[type=radio]:checked+span {
  color: inherit;
  transition: opacity .25s ease;
}

.wpcf7 .template04 input[type=radio]:checked+span::after {
  opacity: 1;
  transition: opacity .25s ease;
}


/* セレクト */

.wpcf7 .template04 span.select-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wpcf7 .template04 select {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template04 select::-ms-expand {
  display: none;
}

.wpcf7 .template04 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template04 select:focus {
  outline: 0;
}


/* 送信ボタン */

.wpcf7 .template04 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template04 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px #10554b solid;
  background-color: #2a7e72;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template04 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}

.wpcf7 .template04 input[type="submit"]:hover {
  background-color: #fff;
  color: #10554b;
  transition: opacity .25s, background-color .25s;
}

.wpcf7 .template04 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}

.wpcf7 .template04 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}

.wpcf7 .template04 div.wpcf7 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template04 div.form__row.row-checkbox, .wpcf7 .template04 div.form__row.row-radio, .wpcf7 .template04 div.form__row.row-select {
    display: block;
  }
  .wpcf7 .template04 div.form__row.row-checkbox p.form__body, .wpcf7 .template04 div.form__row.row-radio p.form__body, .wpcf7 .template04 div.form__row.row-select p.form__body {
    margin-left: 0;
  }
  .wpcf7 .template04 span.wpcf7-list-item {
    display: block;
  }
}


/*pc_css*/

@media screen and (min-width:769px) {
  #contact .mainbox {
    height: 150px;
    background: url("/images/contact/main_bg") no-repeat;
    background-size: cover;
  }
  #contact .mainbox #pan {
    padding: 0;
    color: #fff;
  }
  #contact .mainbox #pan a {
    color: #fff;
  }
  #contact .mainbox .innerbox {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contact .mainbox .innerbox .maintl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4.8rem;
    color: #fff;
  }
  #contact {
    background: #FFF;
  }
  #contact .contbox {
    padding: 20px 80px 80px;
    width: 745px;
    margin: 0 auto;
  }
  #contact .contbox {
    padding-bottom: 0;
  }
  #contact .cbtnbox {
    padding: 90px 0;
  }
  .contbox table {
    width: 100%;
    margin: 0 0 0 0;
  }
  .contbox table {
    width: 100%;
  }
  .contbox table tr {}
  .contbox table tr th {
    padding: 60px 0 20px 0;
  }
  .contbox table tr th .intl {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 0 15px 0;
  }
  .contbox table tr td {
    padding: 20px 0 20px 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
  }
  .contbox table tr td span.check {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 10px;
    float: none;
    font-size: 1.2rem;
    line-height: 1rem;
    position: relative;
  }
  .contbox table tr td.pbox span.check {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 10px;
    float: none;
    font-size: 1.2rem;
    line-height: 1rem;
    position: relative;
  }
  span.error {
    margin: 10px 0 0 0;
    display: block;
  }
  .contactbox .thankstx {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .contbox table tr td:first-child {
    padding: 20px 20px 20px 0;
    width: 220px;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .contbox table tr td.pbox {
    padding: calc(1em + 20px) 20px 20px 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
  }
  .htxbox {
    width: 750px;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .htxbox span {
    color: #C90000;
  }
  .privacybox {
    padding: 30px 0;
    background: #fff;
    border: 1px solid #C7C7C7;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .kakunin .privacybox {
    display: none;
  }
  .privacybox .tl {
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .privacybox .tl span {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .privacybox .tx {
    color: #888;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .privacybox .tx a {
    color: #888;
    display: inline-block;
    line-height: 1.8rem;
    border-bottom: 1px solid #888;
  }
  .pbtnbox span.error {
    display: inline-block !important;
  }
  .kakunin .pbtnbox {
    display: none;
  }
  ol.privacytx {
    width: calc(750px - 1.4rem);
    margin: 0 auto;
    position: relative;
    left: 1.4rem;
    list-style-type: disc;
    color: #888;
    padding: 30px 0 0 0;
  }
  .kakunin ol.privacytx {
    display: none;
  }
  .kakunin span.check {
    color: #088694;
    display: none !important;
  }
  .kakunin .contbox table tr td:first-child {
    padding: 20px 20px 40px 0;
    width: 220px;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: bold;
  }
  .kakunin .contbox table tr td .adressbox span {
    display: none;
  }
  .kakunin .contbox table tr.privacytr {
    display: none;
  }
  .contbox table tr td a {
    color: #666;
    text-decoration: underline;
  }
  input[type="text"], input[type="email"], input[type="button"] {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input[type="text"].box2 {
    width: 240px;
  }
  input[type="radio"] {
    position: relative;
    margin: -0.25em 5px 0 0;
  }
  input[type="text"], input[type="email"] {
    border: none;
    padding: 15px;
    width: 310px;
    color: #4B4B4B;
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  .adressbox {
    margin: 0 0 10px 0;
  }
  .adressbox span.error {
    display: block !important;
    padding: 10px 0 0 90px;
    margin: 0 0 0 0;
  }
  .privacytr span.error {
    display: inline-block !important;
    margin: 0 0 0 0;
  }
  .adressbox span {
    width: 90px;
    display: inline-block;
  }
  .adressbox input {
    width: calc(100% - 90px);
  }
  .cbtnbox .hbtn {
    width: 270px;
    margin: 0 auto;
    position: relative;
  }
  .cbtnbox .hbtn:after {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url("/images/common/btn_arrow.png") no-repeat;
    background-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    content: "";
    transition: right 0.3s;
  }
  .cbtnbox .hbtn:hover:after {
    right: 15px;
  }
  input[type="submit"].btn01 {
    padding: 25px 0;
    width: 100%;
    background: #0082A5;
    color: #fff;
    border-radius: 100px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
    position: relative;
  }

  input[type="submit"].btn02 {
    background: url("/images/contact/arrow_icon.svg") no-repeat;
    background-size: 16px;
    background-position: left 0 top 50%;
    color: #4B4B4B;
    width: 160px;
    border: none;
    font-weight: normal;
    padding: 15px 0;
    border-radius: 50px;
    cursor: pointer;
    margin: 20px auto 0;
    transition: all 0.3s;
    opacity: 1;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    display: block;
  }
  input[type="submit"]:hover {
    opacity: 0.8;
  }
  .kakunin .pcheck {
    display: none;
  }
  .pcheck a {
    color: #871b20;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .pcheck a:hover {
    opacity: 0.5;
  }
  a.backbtn {
    padding: 25px 0;
    width: 270px;
    margin: 90px auto 90px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
    position: relative;
    background: #0082A5;
    border-radius: 100px;
  }
  a.backbtn:hover {
    opacity: 0.8;
  }
  a.backbtn:after {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url("/images/common/btn_arrow.png") no-repeat;
    background-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    content: "";
    transition: right 0.3s;
  }
  a.backbtn:hover:after {
    right: 15px;
  }
  .contbox .cprivacybox {
    margin: 35px 0 50px 0;
    text-align: center;
  }
  .contbox .cbtnbox {
    text-align: center;
  }
  .kakunin .contbox .cprivacybox {
    margin: 35px 0 50px 0;
    text-align: center;
    display: none;
  }
  .kakunin .contbox .cbtnbox {
    text-align: center;
    margin: 0 0 100px 0;
  }
  ::-webkit-input-placeholder {
    color: #ccc;
  }
  ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #ccc;
  }
  select {
    width: 310px;
    padding: 15px 45px 15px 15px;
    outline: none;
    font-size: 1.4rem;
    margin: 0 0 0 0;
    color: #4B4B4B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    border: none;
    background: url(/images/contact/arrow.svg) no-repeat, #fff;
    background-size: 10px;
    background-position: right 15px top 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .pcheck .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 40px 0;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
    line-height: 1;
  }
  .mwform-radio-field input[type="radio"] {
    display: none;
  }
  .mwform-radio-field input[type="radio"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 15px 0 !important;
    display: inline-block;
  }
  .mwform-radio-field input[type="radio"]+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
  }
  .mwform-radio-field input[type="radio"]:checked+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
    vertical-align: middle;
  }
  .mwform-checkbox-field input[type="checkbox"] {
    display: none;
  }
  .mwform-checkbox-field input[type="checkbox"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .pcheck .mwform-checkbox-field input[type="checkbox"]+span {
    margin: 0 0 0 0;
  }
  .mwform-checkbox-field input[type="checkbox"]+span::before {
    margin: -2px 0 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
  }
  .privacytr .mwform-checkbox-field input[type="checkbox"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .mwform-checkbox-field input[type="checkbox"]:checked+span::before {
    margin: -2px 0 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ffffff;
    background: #05B2D6;
    vertical-align: middle;
    box-sizing: border-box;
  }
  textarea {
    border: none;
    padding: 15px;
    font-size: 1.4rem;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    color: #4B4B4B;
    box-sizing: border-box;
    min-height: 145px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media screen and (max-width:768px) {
  #contact .contactinner {
    background: #fff;
    border: none;
    width: 90%;
    margin: 0px auto 0;
  }
  #contact .mainbox {
    height: 100px;
    background: url("/images/contact/main_bg") no-repeat;
    background-size: cover;
  }
  #contact .mainbox .innerbox {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contact .mainbox .innerbox .maintl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #fff;
  }
  #contact {
    background: #FFF;
  }
  #contact .contbox {
    padding: 0px;
  }
  #contact .cbtnbox {
    padding: 0 0 50px 0;
  }
  .contbox table {
    width: 100%;
    margin: 0 0 0 0;
  }
  .contbox table {
    width: 100%;
  }
  .contbox table tr {}
  .contbox table tr th {
    padding: 30px 0 0 0;
  }
  .contbox table tr th .intl {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 0 10px 0;
  }
  .contbox table tr td {
    padding: 0 0 0 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
    display: block;
  }
  .kakunin .contbox table tr td {
    padding: 0 0 0 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
    display: block;
    font-size: 1.5rem;
  }
  .kakunin .contbox table tr td:first-child {
    padding: 20px 0 0 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
    display: block;
    font-weight: 700;
  }
  .contbox table tr td span.check {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 1.2rem;
    line-height: 1rem;
    position: relative;
  }
  .contbox table tr td.pbox span.check {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 5px;
    float: none;
    font-size: 1.5rem;
    line-height: 1rem;
    position: relative;
  }
  span.error {
    color: #C90000;
    font-size: 1.4rem !important;
    margin: 5px 0 0 0;
    display: block;
    font-wight: bold !important;
  }
  .contactbox .thankstx {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
  }
  .contbox table tr td:first-child {
    padding: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
  }
  .contbox table tr td.pbox {
    padding: calc(1em + 10px) 10px 10px 0;
    border: none;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    font-weight: bold;
  }
  .htxbox {
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .htxbox span {
    color: #C90000;
  }
  .privacybox {
    padding: 30px 0;
    width: 100%;
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
    background: #F5F5F5;
  }
  .kakunin .privacybox {
    display: none;
  }
  .privacybox .tl {
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  .privacybox .tl span {
    color: #C90000;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .privacybox .tx {
    color: #888;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    padding: 0px 20px;
  }
  .privacybox .tx a {
    color: #4B4B4B;
    display: inline-block;
    line-height: 1.8rem;
    border-bottom: 1px solid #4B4B4B;
  }
  .pbtnbox .check-label {
    font-weight: bold;
  }
  .pbtnbox span.error {
    display: inline-block !important;
  }
  .kakunin .pbtnbox {
    display: none;
  }
  ol.privacytx {
    /* width: calc(680px - 1.4rem); */
    margin: 0 auto;
    position: relative;
    /* left: 1.4rem; */
    list-style-type: none;
    color: #888;
    padding: 0 0 30px 0;
    font-size: 1.2rem;
  }
  .kakunin ol.privacytx {
    display: none;
  }
  .kakunin span.check {
    color: #088694;
    display: none !important;
  }
  .kakunin .contbox table tr td:first-child {
    padding: 20px 20px 20px 0;
    width: 220px;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: nomal;
  }
  .kakunin .contbox table tr td .adressbox span {
    display: none;
  }
  .kakunin .contbox table tr.privacytr {
    display: none;
  }
  .contbox table tr td a {
    color: #666;
    text-decoration: underline;
  }
  input[type="text"], input[type="email"], input[type="button"] {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input[type="radio"] {
    position: relative;
    margin: -0.25em 5px 0 0;
  }
  input[type="text"], input[type="email"] {
    border: none;
    padding: 15px;
    width: 100%;
    color: #4B4B4B;
    box-sizing: border-box;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 5px;
  }
  .adressbox {
    margin: 0 0 10px 0;
  }
  .adressbox span.error {
    display: block !important;
    padding: 10px 0 0 90px;
    margin: 0 0 0 0;
  }
  .privacytr span.error {
    display: inline-block !important;
    margin: 0 0 0 0;
  }
  .adressbox span {
    width: 80px;
    display: inline-block;
  }
  .adressbox input {
    width: calc(100% - 80px);
  }
  input[type="submit"].btn01 {
    padding: 15px 0;
    width: 100%;
    background: #05B2D6;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    outline: 0;
    border-radius: 5px;
    -webkit-appearance: none; /* iOS対策 */
  }

  a.btn02 {
    background:#FFF;
    color: #4B4B4B;
    font-weight: normal;
    padding: 15px 0;
    cursor: pointer;
    margin: 10px auto 0;
    transition: all 0.3s;
    opacity: 1;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    border: 1px solid #4b4b4b;
    border-radius: 10px;

  }

  input[type="submit"].btn02 {
    background:#FFF;
    color: #4B4B4B;
    border: none;
    font-weight: normal;
    padding: 15px 0;
    border-radius: 50px;
    cursor: pointer;
    margin: 10px auto 0;
    transition: all 0.3s;
    opacity: 1;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: block;
    border-radius: 0;
  }
  input[type="submit"]:hover {
    opacity: 0.8;
  }
  .kakunin .pcheck {
    display: none;
  }
  .pcheck a {
    color: #871b20;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .pcheck a:hover {
    opacity: 0.5;
  }
  a.backbtn {
    padding: 20px 0;
    width: 220px;
    margin: 50px auto 50px;
    background: url("/images/contact/btn_arrow.png") no-repeat, #1a1a1a;
    background-size: 16px;
    background-position: right 15px top 50%;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
    position: relative;
    background: #0082A5;
    border-radius: 100px;
  }
  a.backbtn:hover {
    opacity: 0.8;
  }
  .contbox .cprivacybox {
    margin: 35px 0 50px 0;
    text-align: center;
  }
  .contbox .cbtnbox {
    text-align: center;
  }

  .kakunin .contbox{
   margin: 20px 0px 40px 0px;
   }

  .kakunin .contbox .cprivacybox {
    margin: 35px 0 50px 0;
    text-align: center;
    display: none;
  }
  .kakunin .contbox .cbtnbox {
    text-align: center;
    margin: 0 0 100px 0;
  }
  ::-webkit-input-placeholder {
    color: #ccc;
  }
  ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #ccc;
  }
  select {
    width: 100%;
    padding: 15px 45px 15px 15px;
    outline: none;
    font-size: 1.5rem;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    border: none;
    background: url(/images/contact/arrow.svg) no-repeat, #fff;
    background-size: 10px;
    background-position: right 15px top 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .adressbox select {
    width: calc(100% - 80px);
    padding: 15px 45px 15px 15px;
    outline: none;
    font-size: 1.2rem;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    border: none;
    background: url(/images/contact/down_arrow.png) no-repeat, #fff;
    background-size: 10px;
    background-position: right 15px top 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .pcheck .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 40px 0;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
    line-height: 1;
  }
  .mwform-radio-field input[type="radio"] {
    display: none;
  }
  .mwform-radio-field input[type="radio"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 15px 0 !important;
    display: inline-block;
  }
  .mwform-radio-field input[type="radio"]+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
  }
  .mwform-radio-field input[type="radio"]:checked+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
    vertical-align: middle;
  }
  .mwform-checkbox-field input[type="checkbox"] {
    display: none;
  }
  .mwform-checkbox-field input[type="checkbox"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .pcheck .mwform-checkbox-field input[type="checkbox"]+span {
    margin: 0 0 0 0;
  }
  .mwform-checkbox-field input[type="checkbox"]+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
  }
  .privacytr .mwform-checkbox-field input[type="checkbox"]+span {
    position: relative;
    font-weight: normal;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .mwform-checkbox-field input[type="checkbox"]:checked+span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #00bfe6;
    background: #00bfe6;
    vertical-align: middle;
  }
  textarea {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    min-height: 145px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
  }
}