@charset "UTF-8";

/* タイトル
----------------------------------------------------------*/
.base-container .cp-title01 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  position: relative;
  margin: 50px 0 35px;
  padding: 0 0 15px;
  border-bottom: 1px solid #cccccc;
  color: #336699;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 414px) {
  .base-container .cp-title01 {
    margin: 45px 0 30px;
    padding: 0 0 12px;
    font-size: 2.2rem;
  }
}
.base-container .cp-title01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  height: 1px;
  background: #336699;
}

/* テキスト
----------------------------------------------------------*/

/* リンク
----------------------------------------------------------*/

/* ボタン
----------------------------------------------------------*/
.base-container .cp-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}
.base-container .cp-btn01 .cp-btn01__item {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
  position: relative;
  min-height: 52px;
  padding: 10px 50px 10px 20px;
  border-radius: 25px;
  background: rgb(255, 132, 1);
  background: linear-gradient(30deg, rgb(255, 132, 1) 0%, rgb(255, 174, 0) 100%);
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}
.base-container .cp-btn01 .cp-btn01__item::after {
  content: "\f054";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 21px;
  aspect-ratio: 1/1;
  padding: 0 0 0 1px;
  border-radius: 9999px;
  background: #ffffff;
  color: #ff6d01;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.base-container .cp-btn01 .cp-btn01__item.cp-btn01__item--blue {
  background: rgb(4, 146, 241);
  background: linear-gradient(30deg, rgb(4, 146, 241) 0%, rgb(57, 175, 254) 100%);
}
.base-container .cp-btn01 .cp-btn01__item.cp-btn01__item--blue::after {
  color: #0099ff;
}

/* 画像
----------------------------------------------------------*/
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-img01 {
    width: 85.164%;
    margin: 0 auto 25px;
  }
}
@media (max-width: 414px) {
  .base-container .cp-img01 {
    margin: 0 auto 25px;
  }
}
.base-container .cp-img01 img {
  width: 100%;
}
.base-container .cp-img01 figcaption {
  margin: 5px 0 0;
  font-size: 1.3rem;
}
.base-container .cp-img02 {
  width: 86.489%;
  margin: 30px auto 25px;
}
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-img02 {
    width: 94.505%;
  }
}
@media (max-width: 414px) {
  .base-container .cp-img02 {
    width: 100%;
  }
}

/* ボックス・ブロック・枠
----------------------------------------------------------*/
.base-container .cp-frame01 {
  margin: 0 0 25px;
  padding: 24px 20px;
  border: 1px solid #0099ff;
  border-radius: 10px;
}
.base-container .cp-width-block01 {
  max-width: 900px;
  margin: 0 auto;
}
.base-container .cp-width-block02 {
  max-width: 840px;
  margin: 0 auto;
}
.base-container .cp-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 25px;
}
.base-container .cp-row01 .cp-row01__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.191%;
  flex: 0 0 53.191%;
}
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-row01 .cp-row01__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 414px) {
  .base-container .cp-row01 .cp-row01__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.base-container .cp-row01 .cp-row01__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.553%;
  flex: 0 0 42.553%;
}
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-row01 .cp-row01__col:last-child {
    display: none;
  }
}
@media (max-width: 414px) {
  .base-container .cp-row01 .cp-row01__col:last-child {
    display: none;
  }
}

/* リスト
----------------------------------------------------------*/

/* カード
----------------------------------------------------------*/

/* ナビ
----------------------------------------------------------*/

/* ページネーション
----------------------------------------------------------*/

/* パンくず
----------------------------------------------------------*/

/* テーブル
----------------------------------------------------------*/
.base-container .cp-table01 {
  table-layout: fixed;
  width: 100%;
}
.base-container .cp-table01 tr th, .base-container .cp-table01 tr td {
  padding: 25px 18px;
  text-align: left;
  vertical-align: top;
}
.base-container .cp-table01 tr th:not(:last-child), .base-container .cp-table01 tr td:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.base-container .cp-table01 tr:first-child th:first-child, .base-container .cp-table01 tr:first-child td:first-child {
  width: 200px;
}
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-table01 tr:first-child th:first-child, .base-container .cp-table01 tr:first-child td:first-child {
    width: 182px;
  }
}
@media (max-width: 414px) {
  .base-container .cp-table01 tr:first-child th:first-child, .base-container .cp-table01 tr:first-child td:first-child {
    width: 166px;
  }
}
.base-container .cp-table01 tr th {
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 414px) {
  .base-container .cp-table01 tr th {
    font-size: 1.6rem;
  }
}
.base-container .cp-table01 tr:nth-child(n+2) th, .base-container .cp-table01 tr:nth-child(n+2) td {
  border-top: 1px solid #cccccc;
}
.base-container .cp-table01.cp-table01--border-bottom {
  border-bottom: 1px solid #cccccc;
}

/* アイコン
----------------------------------------------------------*/

/* フォーム
----------------------------------------------------------*/

/* その他
----------------------------------------------------------*/
.base-container .cp-tab01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}
.base-container .cp-tab01 .cp-tab01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px) / 2.001);
  flex: 0 0 calc((100% - 20px) / 2.001);
  position: relative;
  min-height: 52px;
  margin: 0;
  padding: 12px 50px 12px 10px;
  border: 1px solid #cccccc;
  border-bottom: 0 none;
  border-radius: 5px 5px 0 0;
  background: #f3f3f3;
  color: #888888;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 414px) {
  .base-container .cp-tab01 .cp-tab01__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px) / 2.001);
    flex: 0 0 calc((100% - 10px) / 2.001);
    padding: 12px 42px 12px 10px;
    font-size: 1.6rem;
  }
}
.base-container .cp-tab01 .cp-tab01__item::after {
  content: "\f063";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  aspect-ratio: 1/1;
  border: 2px solid #cccccc;
  border-radius: 9999px;
  color: #cccccc;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 414px) {
  .base-container .cp-tab01 .cp-tab01__item::after {
    width: 22px;
    font-size: 1.2rem;
  }
}
.base-container .cp-tab01 .cp-tab01__item:hover {
  opacity: 0.7;
}
.base-container .cp-tab01 .cp-tab01__item.is-active {
  border-color: #0099ff;
  background: #0099ff;
  color: #ffffff;
}
.base-container .cp-tab01 .cp-tab01__item.is-active::after {
  border-color: #ffffff;
  color: #ffffff;
}
.base-container .cp-tab01 .cp-tab01__item.is-active:hover {
  opacity: 1;
}
.base-container .cp-tab-content01 {
  margin: 0 0 25px;
  border: 1px solid #0099ff;
}
.base-container .cp-tab-content01 .cp-tab-content01__item {
  display: none;
}

/**/
.base-container .cp-dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-container .cp-dl01 dt {
  width: 3.4em;
  text-align: right;
}

/**/
@media (min-width: 768px) {
  .base-container .cp-d-n-md {
    display: none !important;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .base-container .cp-d-n-sm {
    display: none !important;
  }
}
@media (max-width: 414px) {
  .base-container .cp-d-n-xs {
    display: none !important;
  }
}
