@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/contact/contact-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  width: 1224px;
  height: 360px;
  margin: 0 auto;
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}

h1.copy .fs-40 {
  font-weight: 500;
  padding-bottom: 5px;
}

h1.copy .fs-28 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  /*--------------------
      #main-contents
  --------------------*/
  #main-contents {
    height: 280px;
  }
  #main > article.main-in {
    width: 100%;
    height: 280px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 140px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*--------------------
      SP#main-contents
  --------------------*/
  #main-contents {
    height: 240px;
  }
  #main > article.main-in {
    width: 100%;
    height: 240px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 120px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
/*-----------共通----------*/
.title01 {
  margin-top: 0px;
}

.title01 span.agenda {
  background: #f3f3f3;
}

.bg-wh {
  background: #ffffff;
  padding: 40px;
}

@media screen and (max-width: 1023px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 30px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 30px;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 30px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
}
/*--------------------
   contact
 --------------------*/
#contact {
  width: 100%;
  margin: 0 auto 30px;
}

#contact .cap {
  padding: 1em;
  margin: 20px auto 10px;
  line-height: 1.6em;
}

#contact .asterisk {
  padding: 0 0.5em 0 0;
}

#contact .s-caption {
  padding: 1.3em 1em;
  background: #eaebec;
  margin: 0 auto 30px;
  text-align: left;
  width: 1024px;
  font-size: 14px;
  line-height: 1.6;
}

#contact .w-1024 {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  /*--------------------
    contact
  --------------------*/
  #contact {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
  }
  #contact .cap {
    padding: 1em;
    margin: 20px auto 10px;
    line-height: 1.6em;
  }
  #contact .asterisk {
    padding: 0 0.5em 0 0;
  }
  #contact .s-caption {
    padding: 1.3em 1em;
    background: #eaebec;
    margin: 0 auto 30px;
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  #contact .w-1024 {
    width: 100%;
    margin-top: 30px;
  }
}
/*--------------------
 contact-form
 --------------------*/
#contact-form {
  width: 100%;
  margin: 40px auto;
  letter-spacing: 0.1em;
}

.s-caption {
  padding: 1.3em 0.5em;
  background: #eaebec;
  margin: 0 auto 30px;
  text-align: center;
  width: 1024px;
  font-size: 16px;
}

/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  /*-----お問い合わせフォーム----- */
  #form-t {
    border-collapse: collapse;
    width: 100%;
    max-width: 1024px;
    background-color: none;
    margin: 10px auto;
    font-size: 16px;
    padding: 15px 20px;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .ast {
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
  }
  #form-t th {
    width: 300px;
    padding: 12px 0;
    text-align: left;
    border-collapse: collapse;
    background-color: none;
    color: #313131;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
  }
  #form-t th.th-top {
    width: 300px;
    padding: 12px 0;
    text-align: left;
    border-collapse: collapse;
    background-color: none;
    color: #313131;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
  }
  #form-t th span {
    font-weight: normal;
  }
  #form-t td {
    width: 720px;
    padding: 12px;
    border-collapse: collapse;
    line-height: 1.4em;
  }
  #form-t td.select-co {
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #form-t td.select-co::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #313131;
    border-right: 2px solid #313131;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    z-index: 2;
    right: 18px;
    top: calc(50% - 5px);
  }
  #form-t td.select-co select {
    -moz-appearance: pop-up-menu;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: #f7f7f7 solid 1px;
    margin: 0;
    background: #ffffff;
    font-size: 14px;
    color: #313131;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 5px 5px;
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
  }
  .sub_caption {
    font-size: 14px;
    color: #313131;
  }
  td input,
  td textarea {
    padding: 8px 5px;
    font-size: 14px;
    border: none;
    border: #f7f7f7 solid 1px;
    background: #fff;
    width: 100%;
  }
  td input:focus,
  td textarea:focus {
    padding: 8px 5px;
    font-size: 14px;
    border: #f7f7f7 solid 1px;
  }
  input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #003768;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003768), color-stop(49%, #003768), color-stop(50%, #002f58), to(#002f58));
    background-image: linear-gradient(top, #003768 0%, #003768 49%, #002f58 50%, #002f58);
    width: 720px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .sb-btn {
    width: 720px;
    height: 55px;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
  /*---確認画面---*/
  input[type=reset],
  input[type=button] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #c2cdd7;
    border: #003768 solid 1px;
    color: #003768;
  }
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  span.sub_caption {
    font-size: 14px;
    padding: 0 1em;
    color: #313131;
  }
  .submit_btn_area {
    text-align: center;
    margin: 15px auto;
  }
  .notice {
    text-align: center;
    padding: 30px 0px 10px;
    font-size: 14px;
    line-height: 1.8em;
  }
  .notice h3 {
    font-size: 1.4em;
    color: #003768;
    margin-bottom: 10px;
  }
  .errm {
    /*確認画面エラーメッセージ*/
    width: 400px;
    margin: 30px auto;
    font-size: 14px;
    line-height: 1.8em;
  }
  .error_messe {
    padding: 7px 0px;
    border-bottom: 1px dotted #999999;
  }
  .form-t .sub_caption {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  /*--------------------
  contact-form
  --------------------*/
  .s-caption {
    padding: 1.5em 1em;
    background: #eaebec;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  /*-----お問い合わせフォーム----- */
  #form-t {
    border-collapse: collapse;
    width: 100%;
    background-color: none;
    margin: 0px auto;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 0.1em;
  }
  .ast {
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;
    color: #ff0000;
  }
  #form-t th {
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: left;
    border-collapse: collapse;
    background-color: none;
    color: #313131;
    font-weight: 400;
    font-size: 14px;
  }
  #form-t th span {
    font-weight: normal;
  }
  #form-t td.select-co {
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #form-t td.select-co::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #313131;
    border-right: 2px solid #313131;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    z-index: 2;
    right: 12px;
    top: calc(50% - 5px);
  }
  #form-t td {
    padding: 12px 0;
    border-collapse: collapse;
    line-height: 1.4em;
    width: 100%;
    display: block;
  }
  #form-t tr td select {
    -moz-appearance: pop-up-menu;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: #f7f7f7 solid 1px;
    margin: 0;
    background: #ffffff;
    font-size: 14px;
    color: #313131;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 5px 5px;
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
  }
  .sub_caption {
    font-size: 14px;
    color: #313131;
  }
  td input,
  td textarea {
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    border: none;
    border: #f7f7f7 solid 1px;
    background: #fff;
  }
  td input:focus,
  td textarea:focus {
    padding: 8px 5px;
    font-size: 14px;
    border: #f7f7f7 solid 1px;
    width: 100%;
  }
  .sb-btn {
    width: 100%;
    height: 55px;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #003768;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003768), color-stop(49%, #003768), color-stop(50%, #002f58), to(#002f58));
    background-image: linear-gradient(top, #003768 0%, #003768 49%, #002f58 50%, #002f58);
    padding: 0 20px;
    text-align: center;
  }
  input[type=reset],
  input[type=button] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #c2cdd7;
    border: #003768 solid 1px;
    color: #003768;
    text-align: center;
    margin-top: 10px;
  }
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  span.sub_caption {
    font-size: 14px;
    padding: 0 1em;
    color: #313131;
  }
  .submit_btn_area {
    text-align: center;
    margin: 15px auto;
  }
  .notice {
    text-align: center;
    padding: 30px 0px 10px;
    font-size: 14px;
    line-height: 1.8em;
  }
  .notice h3 {
    font-size: 1.4em;
    color: #003768;
    margin-bottom: 10px;
  }
  .errm {
    /*確認画面エラーメッセージ*/
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    line-height: 1.8em;
  }
  .error_messe {
    padding: 7px 0px;
    border-bottom: 1px dotted #999999;
  }
  .form-t .sub_caption {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*-----お問い合わせフォーム----- */
  #form-t {
    border-collapse: collapse;
    width: 100%;
    background-color: none;
    margin: 0px auto;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 0.1em;
  }
  .ast {
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;
    color: #ff0000;
  }
  #form-t th {
    width: 100%;
    display: block;
    padding: 12px 0 0px;
    text-align: left;
    border-collapse: collapse;
    background-color: none;
    color: #313131;
    font-weight: 400;
    font-size: 14px;
  }
  #form-t th span {
    font-weight: normal;
  }
  #form-t td {
    padding: 6px 0 12px;
    border-collapse: collapse;
    line-height: 1.4em;
    width: 100%;
    display: block;
  }
  #form-t tr td select {
    -moz-appearance: pop-up-menu;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: #f7f7f7 solid 1px;
    margin: 0;
    background: #ffffff;
    font-size: 14px;
    color: #313131;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 5px 5px;
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
  }
  .sub_caption {
    font-size: 14px;
    color: #313131;
  }
  td input,
  td textarea {
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    border: none;
    border: #f7f7f7 solid 1px;
  }
  td input:focus,
  td textarea:focus {
    padding: 8px 5px;
    font-size: 14px;
    border: #f7f7f7 solid 1px;
    width: 100%;
  }
  .sb-btn {
    width: 100%;
    height: 55px;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #003768;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003768), color-stop(49%, #003768), color-stop(50%, #002f58), to(#002f58));
    background-image: linear-gradient(top, #003768 0%, #003768 49%, #002f58 50%, #002f58);
    padding: 0 20px;
    text-align: center;
  }
  input[type=reset],
  input[type=button] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #c2cdd7;
    border: #003768 solid 1px;
    color: #003768;
  }
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .errm {
    /*確認画面エラーメッセージ*/
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    line-height: 1.8em;
  }
  .error_messe {
    padding: 7px 0px;
    border-bottom: 1px dotted #999999;
    /*border-bottom: 1px dotted #cccccc;*/
  }
  .form-t .sub_caption {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
  }
}
/* 共通 */
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  font-size: 14px;
}

/* チェックされたら表示 */
input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}

/* チェックボックス */
.checkbox-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777;
}

/* チェックのアイコン */
.checkbox-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: rotate(35deg) skewY(16deg) translateY(-50%);
          transform: rotate(35deg) skewY(16deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 2px solid #003768;
  border-bottom: 2px solid #003768;
  opacity: 0;
  /* 透明 */
}

@media screen and (max-width: 739px) {
  .checkbox-text {
    font-size: 13px;
  }
}
/*--------------------
 privacy
 --------------------*/
/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  #privacy {
    margin: 0 auto 30px;
  }
  #privacy .switch {
    width: 100%;
    margin: 0 auto;
  }
  .p-policy {
    position: relative;
    margin: 0px auto;
    padding: 0px 0;
    display: block;
  }
  .p-policy a.toggle,
  .p-policy .toggle {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0.8em;
    margin: 0 auto;
    z-index: 20;
    background: #e5e5e5;
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .p-policy a.toggle:hover,
  .p-policy .toggle:hover {
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .switch .child {
    display: none;
    margin: 0px auto 0 auto;
    padding: 1.5em;
    background: #f7f7f7;
  }
  .p-policy h2 {
    padding-top: 1.5em;
    font-size: 14px;
    font-weight: 500;
  }
  .p-policy .child h3 {
    font-size: 14px;
    padding: 1em 0em;
    border-bottom: 1px dotted #cccccc;
    font-weight: 400;
    line-height: 1.5;
  }
  .p-policy .child .pp {
    padding: 1.5em 0em;
  }
  .p-policy .child .pp h4 {
    font-size: 15px;
    padding: 1em 0 0.5em;
  }
  .p-policy .child .pp .fs-14 {
    padding: 0.5em 0em 1em 0em;
  }
  .pp-ad {
    display: block;
    border-top: #cccccc dotted 1px;
    margin-top: 30px;
  }
  .pp-ad h2 {
    font-size: 15px;
    font-weight: 500;
  }
  .p-policy .menu {
    position: relative;
  }
  .p-policy .menu.active::after {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p-policy .menu::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #313131;
    border-left-width: 0px;
    border-top-width: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left-color: #639f9b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  /*--------------------
  privacy
  --------------------*/
  #privacy {
    margin: 0 auto 20px;
  }
  #privacy .switch {
    width: 100%;
    margin: 0 auto;
  }
  .p-policy {
    position: relative;
    margin: 0px auto;
    padding: 0px 0;
    display: block;
  }
  .p-policy a.toggle,
  .p-policy .toggle {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0.8em;
    margin: 0 auto;
    z-index: 20;
    background: #e5e5e5;
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .p-policy a.toggle:hover,
  .p-policy .toggle:hover {
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .switch .child {
    display: none;
    margin: 0px auto 0 auto;
    padding: 1.5em;
    background: #f7f7f7;
  }
  .p-policy h2 {
    padding-top: 1.5em;
    font-size: 14px;
    font-weight: 500;
  }
  .p-policy .child h3 {
    font-size: 14px;
    padding: 2em 1em;
    border-bottom: 1px dotted #cccccc;
    font-weight: 400;
  }
  .p-policy .child .pp {
    padding: 1.5em 1em;
  }
  .p-policy .child .pp h4 {
    font-size: 15px;
    padding: 1em 0 0.5em;
  }
  .p-policy .child .pp .fs-14 {
    padding: 0.5em 0.5em 1em 0.5em;
  }
  .pp-ad {
    display: block;
    border-top: #cccccc dotted 1px;
    margin-top: 30px;
  }
  .pp-ad h2 {
    font-size: 15px;
    font-weight: 500;
  }
  /* -----privacy menu ----- */
  .p-policy .menu {
    position: relative;
  }
  .p-policy .menu.active::after {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p-policy .menu::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #313131;
    border-left-width: 0px;
    border-top-width: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 739px) {
  /*--------------------
  privacy
  --------------------*/
  #privacy {
    margin: 0 auto 20px;
  }
  #privacy .switch {
    width: 100%;
    margin: 0 auto;
  }
  .p-policy {
    position: relative;
    margin: 0px auto;
    padding: 0px 0;
    display: block;
  }
  .p-policy a.toggle,
  .p-policy .toggle {
    font-size: 12px;
    width: 100%;
    min-height: 50px;
    display: block;
    text-align: center;
    padding: 0.8em;
    margin: 0 auto;
    z-index: 20;
    background: #e5e5e5;
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .p-policy a.toggle:hover,
  .p-policy .toggle:hover {
    color: #313131;
    border: #e5e5e5 solid 1px;
  }
  .switch .child {
    display: none;
    margin: 0px auto 0 auto;
    padding: 1.5em 1em;
    background: #f7f7f7;
  }
  .p-policy h2 {
    padding-top: 1.5em;
    font-size: 14px;
    font-weight: 500;
  }
  .p-policy .child h3 {
    font-size: 14px;
    padding: 2em 0.5em;
    border-bottom: 1px dotted #cccccc;
    font-weight: 400;
  }
  .p-policy .child .pp {
    padding: 1.5em 0.3em;
  }
  .p-policy .child .pp h4 {
    font-size: 15px;
    padding: 1em 0 1em;
  }
  .p-policy .child .pp .fs-14 {
    padding: 0.5em 0.3em 1em 0.3em;
  }
  .pp-ad {
    display: block;
    border-top: #cccccc dotted 1px;
    margin-top: 30px;
  }
  .pp-ad h2 {
    font-size: 15px;
    font-weight: 500;
  }
  /* -----privacy menu ----- */
  .p-policy .menu {
    position: relative;
  }
  .p-policy .menu.active::after {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p-policy .menu::after {
    position: absolute;
    right: 5px;
    top: calc(50% - 3px);
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #313131;
    border-left-width: 0px;
    border-top-width: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/* -----thanks return button02 ----- */
.return {
  position: relative;
}

.return a.button02 {
  width: 600px;
  text-align: center;
  padding: 0.75em 5em;
  margin: 0px auto 40px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #003768;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #003768;
}

.return a.button02 {
  display: inline-block;
  background: #ffffff;
}

.return .button02:hover span {
  padding: 0 0.5em;
}

.return .button02:hover span::after {
  right: 0;
  opacity: 0;
}

.return .button02:hover {
  background-color: #003768;
  color: #ffffff;
}

.return {
  padding-bottom: 40px;
}

/*===========
 thanks.html
==========*/
/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  .contact-about h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-about .fs-14 {
    padding: 30px 80px;
    background: #eaebec;
    margin: 30px auto 40px;
    text-align: left;
    width: 1024px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .thnks-add {
    text-align: center;
    padding: 30px 20px;
    padding: 1.3em 1em;
    margin: 30px auto 40px;
    text-align: center;
    width: 1024px;
    font-size: 14px;
    border-top: #cccccc dotted 1px;
    border-bottom: #cccccc dotted 1px;
    color: #003768;
  }
  .thnks-add h3 {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .thnks-add .sub_cap {
    font-size: 13px;
    padding-top: 0.3em;
    display: inline-block;
    letter-spacing: 0.1em;
  }
}
/*タブレット943px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*===========
   thanks.html
  ==========*/
  .contact-about h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-about .fs-14 {
    padding: 20px 20px;
    background: #eaebec;
    margin: 30px auto 40px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }
  .thnks-add {
    text-align: center;
    padding: 30px 20px;
    padding: 1.3em 1em;
    margin: 30px auto 40px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border-top: #cccccc dotted 1px;
    border-bottom: #cccccc dotted 1px;
    color: #003768;
  }
  .thnks-add h3 {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .thnks-add .sub_cap {
    font-size: 13px;
    padding-top: 0.3em;
    display: inline-block;
    letter-spacing: 0.1em;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  .thnks-add h3 {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .thnks-add .sub_cap {
    font-size: 12px;
    padding-top: 0.3em;
    display: inline-block;
    letter-spacing: 0.1em;
  }
  .thnks-add .sub_cap small {
    font-size: 11px;
    display: block;
  }
  /* -----thanks return button02 ----- */
  .return {
    position: relative;
  }
  .return a.button02 {
    widtn: 100%;
    text-align: center;
    padding: 0.75em 0.5em;
    margin: 0px auto 40px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #003768;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #003768;
  }
  .return a.button02 {
    display: inline-block;
    background: #ffffff;
  }
  .return .button02:hover span {
    padding: 0 0.5em;
  }
  .return .button02:hover span::after {
    right: 0;
    opacity: 0;
  }
  .return .button02:hover {
    background-color: #003768;
    color: #ffffff;
  }
  .return {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=contact.css.map */