@charset "UTF-8";
/* Scss Document */
/* media query */
/* color */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

a[href^="https://"]::after, a[href^="http://"]::after {
  content: none;
}

:focus {
  outline: none;
}

@media all and (max-width: 668px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media all and (max-width: 668px) {
  .sp_only {
    display: block;
  }
}

.tab_only {
  display: none;
}
@media all and (max-width: 960px) {
  .tab_only {
    display: block;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.txt_s {
  font-size: 85%;
}

.txt_b {
  font-size: 120%;
}

.txt_c {
  text-align: center;
}

.left_sp {
  text-align: center;
}
@media all and (max-width: 668px) {
  .left_sp {
    text-align: left;
  }
}

.bold_red {
  font-size: 120%;
  color: red;
  font-weight: bold;
}

.contact {
  padding: 50px 0;
}

h1 {
  font-size: 200%;
  text-align: center;
  margin: 50px 0 20px;
  color: #00873c;
  font-weight: bold;
}
@media all and (max-width: 668px) {
  h1 {
    font-size: 130%;
  }
}

.faq {
  margin-top: 80px;
}
@media all and (max-width: 668px) {
  .faq {
    margin-top: 50px;
  }
}
.faq .ttl01 {
  font-size: 1.5rem;
  border-bottom: solid 2px #6fba2c;
  border-left: none;
  color: #000;
  background: none;
}
.faq .area_faq .box_faq {
  margin-top: 20px;
  font-size: 18px;
}
@media all and (max-width: 668px) {
  .faq .area_faq .box_faq {
    font-size: 15px;
  }
}
.faq .area_faq .box_faq .box_title {
  display: flex;
  background-color: #ececec;
}
.faq .area_faq .box_faq .box_title dt {
  font-size: 2.5rem;
  color: #fff;
  background-color: #00873c;
  width: 60px;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 668px) {
  .faq .area_faq .box_faq .box_title dt {
    font-size: 30px;
  }
}
.faq .area_faq .box_faq .box_title dt span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .area_faq .box_faq .box_title dd {
  width: calc(100% - 60px);
  margin: auto 0;
  padding-left: 25px;
  height: 100%;
}
.faq .area_faq .box_faq dl {
  display: flex;
  margin-top: 10px;
}
.faq .area_faq .box_faq dl dt {
  font-size: 2.5rem;
  padding: 10px;
  width: 60px;
  background-color: #DFECE5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 668px) {
  .faq .area_faq .box_faq dl dt {
    font-size: 30px;
  }
}
.faq .area_faq .box_faq dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00873c;
}
.faq .area_faq .box_faq dl dd {
  width: calc(100% - 60px);
  height: 100%;
  margin: auto;
  padding: 15px 0 15px 25px;
}

.content_block .box {
  box-sizing: border-box;
  padding: 20px;
}
@media all and (max-width: 668px) {
  .content_block .box {
    padding: 10px 0;
  }
}
.content_block .box > p {
  margin: 0 0 15px 0;
}
.content_block .box .txt_co {
  margin-bottom: 30px;
  font-size: 18px;
}
@media all and (max-width: 668px) {
  .content_block .box .txt_co {
    font-size: 15px;
  }
}
.content_block .box .txt_co .txt_small {
  font-size: 14px;
  margin-top: 10px;
}
@media all and (max-width: 668px) {
  .content_block .box .txt_co .txt_small {
    font-size: 13px;
  }
}
.content_block h2 {
  position: relative;
  padding: 15px 20px;
  margin: 20px 0 0;
  background-color: #00873c;
  border-left: 7px solid #6fba2c;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
@media all and (max-width: 668px) {
  .content_block h2 {
    font-size: 105%;
  }
}
.content_block h2 .required {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
  background: #f18d00;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
@media all and (max-width: 668px) {
  .content_block h2 .required {
    transform: none;
    margin: 0 0 0 10px;
    right: 5px;
    top: 12px;
  }
}
.content_block input {
  border: 1px solid #999;
  padding: 3px;
  margin: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.content_block select, .content_block textarea {
  border: 1px solid #999;
  padding: 3px;
  margin: 5px;
  box-sizing: border-box;
  font-size: 16px;
  width: calc(100% - 10px);
}
.content_block .w_s {
  width: 10%;
}
@media all and (max-width: 668px) {
  .content_block .w_s {
    width: 25%;
  }
}
.content_block .w_m {
  width: 20%;
}
@media all and (max-width: 668px) {
  .content_block .w_m {
    width: 80%;
  }
}
.content_block .w_l {
  width: 70%;
}
@media all and (max-width: 668px) {
  .content_block .w_l {
    width: 98%;
  }
}
.content_block .w_100 {
  width: 100%;
}
.content_block .form_link1 {
  display: inline-block;
  padding: 5px 20px 5px 10px;
  color: #fff;
  background: #5F8FCB;
  font-size: 90%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content_block .form_link1 span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 8px;
}
.content_block .form_link2 {
  display: inline-block;
  border-bottom: 1px dashed #000080;
  padding: 0 10px 0 0;
  color: #000080;
}
.content_block .form_link2 span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000080;
  margin-left: 5px;
}
.content_block .txt_address {
  margin: 10px 0 0;
}

.contact_table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.contact_table th {
  width: 280px;
  padding: 15px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #666;
  color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
@media all and (max-width: 668px) {
  .contact_table th {
    display: block;
    width: 100%;
  }
}
.contact_table td {
  padding: 15px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #fff;
  box-sizing: border-box;
}
@media all and (max-width: 668px) {
  .contact_table td {
    display: block;
    width: 100%;
  }
}

#btn_submit {
  padding: 15px 30px;
  margin: 40px 5px 0;
  background: #e60012;
  color: #fff;
  border: 0;
  border-radius: 5px;
  border-bottom: solid 4px #CCC;
  font-weight: bold;
  font-size: 120%;
  transition: 0.5s;
  cursor: pointer;
}
#btn_submit:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
#btn_submit.gray {
  background: #686868;
  pointer-events: none;
}

.btn_retouch {
  display: inline-block;
  padding: 15px 30px;
  margin: 40px 5px 0;
  background: #b3d9f3;
  border: 0;
  border-radius: 5px;
  border-bottom: solid 4px #CCC;
  font-weight: bold;
  font-size: 120%;
  transition: 1s;
  cursor: pointer;
}
.btn_retouch:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.check_box {
  text-align: center;
  margin: 20px 0 0 0;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}