@charset "UTF-8";
/* Scss Document */
/*--  font定義  --*/
/*--  color定義  --*/
/*水色*/
/*藍色*/
/*--  ブレイクポイント定義  --*/
/* -- 定義や設定系 --*/

.page_btob2 .page_btob2_title01 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
}
.page_btob2 .page_btob2_title02 {
  margin: 48px 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
  color: #034488;
  border-bottom: solid 1px #8fadc6;
  position: relative;
  padding-bottom: 8px;
}
.page_btob2 .page_btob2_title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #034488;
  bottom: -1px;
  width: 120px;
}
.page_btob2 .page_btob2_intro {
  display: flex;
}
.page_btob2 .page_btob2_intro_inner {
  flex: 1;
}
.page_btob2 .page_btob2_intro_img {
  width: 100%;
  max-width: 281px;
  margin-left: 38px;
  text-align: center;
}
.page_btob2 .page_btob2_intro_img img {
  max-width: 100%;
  height: auto;
}
.page_btob2 .page_btob2_intro_img a {
  display: block;
}
.page_btob2 .page_btob2_intro_img a:hover {
  opacity: 0.7;
}
.page_btob2 .page_btob2_box .page__txt a {
  color: #229bc5;
}
.page_btob2 .page_btob2_box .page__txt a:hover {
  text-decoration: underline;
}
.page_btob2 .page_btob2_box .page__txt span {
  color: #00a99d;
}
.page_btob2 .page_btob2_box .page__heading--h3 {
  margin: 36px 0 20px;
}
.page_btob2 .lineup_list {
  display: flex;
  flex-wrap: wrap;
}
.page_btob2 .lineup_list li {
  width: calc(20% - 1px);
  margin: 0 1px 1px 0;
  padding: 3px 5px;
  background: #034488;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
.page_btob2 .lineup_list li.wide {
  width: calc(40% - 1px);
}
.page_btob2 .lineup_list li br {
  display: none;
}
.page_btob2 .page_btob2_list li {
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.7em;
  position: relative;
}
.page_btob2 .page_btob2_list li::before {
  color: #3577b8;
  content: "・";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: -5px;
  top: 2px;
}
.page_btob2 .page_btob2_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.page_btob2 .page_btob2_table th {
  padding: 14px 30px;
  background: #f6f6f6;
  border: 1px dotted #989898;
  text-align: center;
  vertical-align: middle;
}
.page_btob2 .page_btob2_table td {
  padding: 14px 20px;
  border: 1px dotted #989898;
  text-align: center;
  vertical-align: middle;
}
.page_btob2 .page_btob2_table td a {
  color: #229bc5;
}
.page_btob2 .page_btob2_table td a:hover {
  text-decoration: underline;
}
.page_btob2 .page_btob2_price th {
  width: 40%;
  padding: 55px 30px;
}
.page_btob2 .page_btob2_price td {
  border: 1px solid #707070;
}
.page_btob2 .page_btob2_price td em {
  font-style: normal;
  font-size: 1.8rem;
  font-weight: bold;
}
.page_btob2 .page_btob2_price td em span {
  font-size: 2.4rem;
}
.page_btob2 .page_btob2_price td .page_btob2_caution {
  width: fit-content;
  margin: 5px auto 0;
  padding-left: 2.5em;
  text-indent: -2.5em;
  line-height: 1.4;
}
.page_btob2 .txt_r {
  margin-top: 8px;
  text-align: right;
}
.page_btob2 .page_btob2_btn {
  width: 100%;
  max-width: 465px;
  margin: 60px auto 0;
}
.page_btob2 .page_btob2_btn a {
  padding: 20px;
  background: #229cc5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}
.page_btob2 .page_btob2_btn a:hover {
  opacity: 0.7;
}
.page_btob2 .page_btob2_btn a::after {
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(../img/icon-arrowRight.svg) no-repeat right center/100% auto;
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
.page_btob2 .page__table th {
  padding: 12px;
  color: #fff;
  font-size: 1.4rem;
}
.page_btob2 .page__table th:not(:last-child) {
  border-right: 1px dotted #c7c7c7;
}
@media (max-width: 1380px) {
  .page-template .tab__item--label {
    font-size: 1.2rem;
  }
  .page_btob2 .page_btob2_title01 {
    font-size: 2rem;
  }
  .page_btob2 .page_btob2_intro {
    display: block;
  }
  .page_btob2 .page_btob2_intro_img {
    margin: 0 auto;
  }
  .page_btob2 .lineup_list li {
    width: calc(33.3333333333% - 1px);
    padding-bottom: 4px;
  }
  .page_btob2 .lineup_list li.wide {
    width: calc(33.3333333333% - 1px);
  }
  .page_btob2 .lineup_list li br {
    display: block;
  }
  .page_btob2 .page_btob2_table th {
    padding: 15px;
  }
  .page_btob2 .page_btob2_table td {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .page-template .tab__item--label {
    font-size: 1.4rem;
  }
}