@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; }
  @media all and (max-width: 668px) {
    .contact {
      padding-bottom: 80px; } }

.content_block .box {
  box-sizing: border-box;
  padding: 20px; }
  @media all and (max-width: 668px) {
    .content_block .box {
      padding: 20px 0; } }
  .content_block .box > p {
    margin: 0 0 15px 0; }
.content_block h1 {
  font-size: 200%;
  text-align: center;
  margin: 0 0 20px;
  color: #00873c;
  font-weight: bold; }
  @media all and (max-width: 668px) {
    .content_block h1 {
      font-size: 130%; } }
.content_block h2 {
  position: relative;
  padding: 15px 20px;
  margin: 20px 0 0;
  background-color: #00873c;
  border-left: 7px solid #6fba2c;
  font-size: 110%;
  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 {
        position: static;
        transform: none;
        margin: 0 0 0 10px; } }
.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: 1.0s;
  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; }
