@charset "utf-8";

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  background-color:#fffbda;
}
body#top{background-color:#98c143;}

img {
  vertical-align: bottom;
  line-height: 0;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: #1d7ace;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile{display: none;}

.inner {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
}
.inner_min {
  width: 88%;
  max-width: 800px;
  margin: 0 auto;
}

/* ────────────────────── *
 * TOP
 * ────────────────────── */

.mainimg {
  padding: 60px 0 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.logo{
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  width: 18%;
  max-width: 125px;
}

.mainimg img{
  max-width: 100%;
}
.mainimg p {
  margin: 10px 0 0;
}

p.main-info{
  box-sizing: border-box;
  width: 100%;
  max-width: 830px;
  margin: 0 auto 24px;
  background-color:#006837;
  color: #fff;
  text-align: center;
  border-radius:12px;
  padding: 20px;
  font-size: 20px;
}
p.main-info span{
  font-weight: bold;
  font-size: 24px;
  margin-right: 12px;
}

div.main-conctact{
  text-align: center;
  margin-bottom: 46px;
  background-image: url(../images/bg001.png), url(../images/bg002.png);
  background-repeat: no-repeat no-repeat;
  background-size: auto 80%, auto 80%;
  background-position: left bottom ,right top;
  padding: 30px 0 30px;
}
div.contact-info{
  margin-bottom: 32px;
}
div.contact-info p.contact-info001{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
div.contact-info span.bold{
  font-weight: bold;
  font-size: 24px;
  margin-left: 12px;
}
/*span.color{color:#8cc63f;}*/

div.main-conctact ul{
  display: flex;
  justify-content: center;
  gap: 12px;
}

div.main-caption p{
  font-size: 12px;
  line-height: 1.7em;
}

p.contact-caption{
  font-weight: bold;
}


p.main_attention {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  max-width: 60%;
  margin: 20px auto 0;
  padding: 20px 10px;
  background-color: #036eb7;
}

.contact_btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 24px;
}
.contact_btn a {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: auto;
  padding: 30px 0px;
  text-align: center;
  border-radius: 8px;
  border: 6px solid #f7931e;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.16em;
  background: linear-gradient(
    180deg,
    rgba(251, 176, 59, 1) 0%,
    rgba(241, 90, 36, 1) 100%
  );
  border-radius: 25px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E18D9E',endColorstr='#E36881' , GradientType=0);
}

.contact_btn a:before {
  content: "";
  background-image: url("../images/icon-mark.webp");
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.contact_btn a:hover {
  border: 6px solid#f7931e;
  background: #fff;
  color: #f7931e;
}

@media screen and (min-width:767px) and ( max-width:1024px)  {
  p.main-info span{
    display: block;
    margin:0 0 8px 0;
  }
}

@media screen and (max-width:767px) {
  .mobile{display: inherit;}

  p.main-info{
    margin: 0 auto 24px;
    padding: 16px 3%;
    font-size: 1.1em;
    line-height: 1.8em;
}
p.main-info span{
  display: block;
  font-size: 1em;
  margin: 12px 0 0;
}
  div.contact-info p.contact-info001{
      flex-wrap: wrap;
  }
  div.contact-info span.bold{
    width: 100%;
    font-size: 20px;
    margin: 12px 0 0 0;
  }
  div.main-conctact{
    margin-bottom: 24px;
    background-size: auto 28%, auto 30%;
  }
  div.main-conctact ul{
    flex-direction: column;
    gap: 12px;
  }

  .contact_btn a{
    font-size: 20px;
    letter-spacing: 0;
  }
  .contact_btn a:before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .contact-caption{font-size: .8em;}
}

/* ────────────────────── *
 * お問い合わせ
 * ────────────────────── */

.pagemain h1 {
  margin: 20px 0 30px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.16em;
  background:#006837;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 25px 0;
  font-size: 30px;
}

.subttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

div.mailcontents {
  margin-bottom: 70px;
}

ul.contact_caption_list {
  margin-bottom: 40px;
}
ul.contact_caption_list li {
  margin-bottom: 5px;
  font-weight: bold;
}

.txtred,
table.formtbl tr th span{
  color: #cc0000;
  font-weight: bold;
}

table.formtbl {
  width: 100%;
}
table.formtbl tr th,
table.formtbl tr td {
  padding: 16px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbl tr.trial th,
table.formtbl tr.trial td{
  vertical-align: baseline;
}

table.formtbl tr th{
  color: #333;
  font-weight: bold;
}
table.formtbl tr th span{
  margin-right: 24px;
}

table.formtbl tr td {
  width: 76%;
  box-sizing: border-box;
}

table.formtbl td input,
table.formtbl td textarea {
  padding: 10px;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
  background-color: #fff;
}

table.formtbl td input.text,
table.formtbl td textarea {
  width: 100%;
}

table.formtbl td input[type="radio"]{
  appearance:radio;
}


table.formtbl td input:focus,
table.formtbl td textarea:focus {
  background: #fffaca;
}

.form-btn{
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
  margin:32px auto;
}

input.submit-btn,
input.back-btn{
  cursor: pointer;
  width: 46%;
  padding: 24px 0;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
input.submit-btn {
  border: 2px solid #F15A24;
  background-color: #F15A24;
}

input.submit-btn:hover {
  background-color: #fff;
  color: #F15A24;
}
input.back-btn {
   border: 2px solid #666;
  background: #666;
}

input.back-btn:hover {
  background-color: #fff;
  color: #666;
}

span.error {
  color: #ff0000;
  font-weight: bold;
  margin-left: 5px;
}

/* 入力エラー */
div.c_unit {
  margin: 30px 0;
}
div.contact-error {
  background: #ffdede;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

div.contact-error h2.subttl002 {
  color: #ff0000 !important;
}

div.contact-text p,
div.contact-complete p {
  font-weight: bold;
  margin-bottom: 20px;
}

.c_unit h2.subttl {
  background: none;
}

.c_unit_mail{text-align: center;}
.c_unit_mail a {
  color: #000;
}

#mw_wp_form_mw-wp-form-502 table.formtbl td input.w90,
#mw_wp_form_mw-wp-form-502 table.formtbl td textarea {
  width: 100%;
}
.mwform-radio-field{
  margin-bottom: 1.5rem;
}
.mwform-radio-field label{
  display: flex;
  align-items: baseline;
}
.mwform-radio-field-text{
  font-weight: bold;
}
.c_unit .attention {
  font-weight: bold;
  font-size: 15px;
  color:#000;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.back-top a{
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 24px 0;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border: 2px solid #F15A24;
  background-color: #F15A24;
  transition: .3s;
  margin: 24px auto;
}
.back-top a:hover{
  border: 2px solid #F15A24;
  background-color: #fff;
  color:  #F15A24;;
}
@media screen and (max-width:767px) {
  table.formtbl tr th,
  table.formtbl tr td {
    display: block;
    width: 100%;
  }
  table.formtbl tr th{padding: 12px 0 8px;}
  table.formtbl tr td{padding: 0 0 12px;}

  .form-btn{
    flex-direction: column;
    gap: 20px;
    margin:24px auto;
}

input.submit-btn,
input.back-btn,
.back-top a{
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
  }
}

/* ────────────────────── *
 * footer
 * ────────────────────── */
footer {
  border-top: 1px solid #222;
  padding: 40px 0;
  margin: 60px 5% 0;
}

p.copyright {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width:767px) {
   footer {
    padding: 40px 0;
    margin: 40px 0 0;
  }

  p.copyright {
    font-size:.6em;
  }
}