@charset "UTF-8";
/* CSS Document */
/*==================================================
KOUJIE LPより下層
==================================================*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", helvetica, Arial, sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  color: #535354;
}

.ryuu {
  font-family: a-otf-ryumin-pr6n, serif;
}

.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

li a {
  display: block;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  width: 100%;
}

#offer1 a:hover img,
#offer2 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contents-in {
  display: inline-block;
}

* html .contents-in {
  height: 1%;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  max-width: calc(800px + 12%);
}

/*=========================
フッター
=========================*/
footer {
  background-color: #f8f1d4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.aspp-f-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
.aspp-f-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aspp-f-menu a {
  border: 1px solid #ba9523;
  padding: 15px 5px;
  text-align: center;
  font-size: 14px;
  background-color: #ffffff;
}
.aspp-f-menu a:hover {
  background-color: #fffae9;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#page-top a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 30px;
  display: block;
}
#page-top a img {
  width: 40px;
}

/*=========================
コンテンツ
=========================*/
#aspp-main-in {
  padding-top: 30px;
  padding-bottom: 80px;
}
#aspp-main-in h1 {
  font-size: 26px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #f8f1d4;
  border-radius: 6px;
  line-height: 1.4em;
}

.aspp1 {
  margin-bottom: 40px;
}

.aspp-txt1 {
  margin-bottom: 40px;
}
.aspp-txt1 p {
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}

.aspp-btn1 {
  width: 360px;
  background-color: #f39800;
  margin-bottom: 30px;
}

.aspp-btn1, .aspp-btn2 {
  width: 360px;
  max-width: 90%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}
.aspp-btn1 a, .aspp-btn2 a {
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 1.6em;
  padding-left: 15px;
  padding-right: 60px;
  text-align: center;
  background-image: url(../images/aspp/aspp_arrow1.svg);
  background-position: calc(100% - 15px) 50%;
  background-size: 20px auto;
}
.aspp-btn1 a span, .aspp-btn2 a span {
  font-weight: 600;
  color: #ffffff;
}
.aspp-btn1:hover, .aspp-btn2:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.aspp-btn1 a {
  background-color: #f39800;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 19px;
}
.aspp-btn1 a span {
  font-size: 22px;
}

.aspp-btn2 a {
  background-color: #417c42;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.aspp-btn2 a span {
  font-size: 16px;
}

/*申し込みフォーム*/
.aspp-txt2 {
  margin-bottom: 40px;
  text-align: center;
  display: block;
}
.aspp-txt2 p {
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: left;
  display: inline-block;
}

.aspp-one-form {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.aspp-one-table {
  border-collapse: collapse;
}
.aspp-one-table th, .aspp-one-table td {
  padding: 12px;
  line-height: 1.4em;
}
.aspp-one-table th {
  text-align: left;
}
.aspp-one-table p {
  line-height: 1.4em;
}
.aspp-one-table tr.btnfr td {
  text-align: center;
  padding-top: 30px;
}

.req {
  color: #ff0000;
  display: inline-block;
  margin-left: 5px;
}

.modorubtn {
  display: inline-block;
  width: 80px;
  vertical-align: top;
  margin-right: 15px;
  padding-top: 10px;
}
.modorubtn input {
  background-color: #dadada;
  display: block;
  width: 80px;
  padding: 10px 5px;
  border-radius: 4px !important;
}

.submitbtn {
  display: inline-block;
  width: 170px;
  vertical-align: middle;
}
.submitbtn input {
  background-color: #f39800;
  color: #ffffff;
  padding: 15px 5px;
  text-align: center;
  display: block;
  width: 170px;
  border-radius: 4px !important;
}
.submitbtn input:hover {
  background-color: #f8a71c;
}

.asone-at {
  font-size: 12px;
  margin-top: 5px;
}

.aspp-one-table .asone-check th {
  text-align: right;
}
.aspp-one-table .asone-check th .wpcf7-list-item-label {
  display: none;
}
.aspp-one-table .asone-check input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); /* 拡大表示（1.0が標準） */
  cursor: pointer;
}

/*-------------------------
コンタクトフォーム
-------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.aspp-one-table input[type=text],
.aspp-one-table input[type=email],
.aspp-one-table input[type=url],
.aspp-one-table input[type=tel],
.aspp-one-table textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: #cbcbcb;
}

:-ms-input-placeholder {
  color: #cbcbcb;
}

::-moz-placeholder {
  color: #cbcbcb;
}

/*-------------------------
確認画面
-------------------------*/
.aspp-confirm_area {
  display: none;
}

.input-error {
  border: 2px solid red;
}

.aspp-one-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.aspp-one-table th,
.aspp-one-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.req {
  color: red;
  font-weight: bold;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.aspp-kakunin {
  text-align: center;
}

.aspp-confirm_button,
.aspp-back_button,
.aspp-submit-btn {
  padding: 15px 35px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
}

.aspp-back_button {
  font-size: 14px;
  margin-right: 20px;
  background-color: #8f8f8f;
  color: #fff;
}

.aspp-confirm_button,
.aspp-submit-btn {
  background-color: #ff7b00;
  color: #fff;
}

.aspp-confirm_button:hover,
.aspp-submit-btn:hover {
  background-color: #ff8a1d;
}

.aspp-confirm_area h2 {
  text-align: center;
  margin-bottom: 20px;
}

.aspp-txt {
  text-align: center;
  margin-bottom: 20px;
}

/*---------------------
レスポンシブ
-----------------------*/
@media screen and (max-width: 767px) {
  .inside {
    padding-left: 6%;
    padding-right: 6%;
  }
  #aspp-main-in h1 {
    font-size: 20px;
  }
  .aspp-f-menu {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .aspp-f-menu ul {
    display: block;
  }
  .aspp-f-menu li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .aspp-one-table {
    display: block;
    width: 100%;
  }
  .aspp-one-table tbody, .aspp-one-table tr, .aspp-one-table th, .aspp-one-table td {
    display: block;
  }
  .aspp-one-table th {
    padding-bottom: 5px;
  }
  .aspp-one-table td {
    padding-top: 5px;
    border-bottom: 1px solid #535354;
  }
  .asone-check th {
    width: 80px;
    display: inline-block;
    font-size: 13px;
  }
  .asone-check td {
    width: calc(100% - 90px);
    display: inline-block;
    border-bottom: none;
  }
}
/*==================================================
KOUJIE LP
==================================================*/
/*==================================================
KOUJIE LP スマホ
==================================================*/
/*==================================================
レスポンシブ表示、非表示
==================================================*/
@media print, screen and (min-width: 768px) {
  .tlsp {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* Pad 641px〜768px */
@media screen and (min-width: 641px) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* Sp 640px以下 */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .pctl {
    display: none;
  }
}