@charset "UTF-8";
.con_member .inner_member, .con_point .inner_point {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  .con_member .inner_member, .con_point .inner_point {
    padding: 0 2.60417%;
  }
}
@media print {
  .con_member .inner_member, .con_point .inner_point {
    padding: 0 2.60417%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_member .inner_member, .con_point .inner_point {
    width: 92.44792%;
  }
}

/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/*----------------------------------------------------
	washington-net(title・caption・txt)
----------------------------------------------------*/
.con_kv {
  margin-bottom: 2.3rem;
}

.con_member {
  background-color: #f3f0e7 !important;
  text-align: center;
  padding: 6rem 0 6rem;
}
.con_member .title_member {
  font-size: 258%;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .title_member {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .title_member {
    font-size: 186%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .title_member {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .title_member {
    margin-bottom: 1.2rem;
  }
}
.con_member .title_member span {
  font-size: 158%;
  color: #1d236d;
}
.con_member .title_member_bg {
  background-image: url("../images/home/img_member_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  /* 下線分の余白確保 */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* Safari対応 */
  display: inline;
  /* inlineかinline-block */
  line-height: 1.4;
  /* 必要に応じて調整 */
}
.con_member .caption_member {
  font-size: 158%;
  font-weight: bold;
  color: #0B50A2;
  margin-bottom: 2.7rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .caption_member {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .caption_member {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .caption_member {
    margin-bottom: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .caption_member {
    margin-bottom: 2.7rem;
  }
}
.con_member .box_member {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member {
    max-width: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 450px;
  }
}
.con_member .box_member a {
  width: 23%;
  aspect-ratio: 1 / 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0 10px 30px;
}
.con_member .box_member a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member a {
    width: 30%;
    aspect-ratio: 1 / 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member a {
    width: 47%;
    margin: 0 0 15px;
    aspect-ratio: 1 / 1.1;
  }
}
.con_member .box_member .benefit_member {
  height: 100%;
  width: 100%;
  background: #fff;
  color: #1d236d;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.con_member .box_member .benefit_member .banner_member {
  background: #d0edff;
  /* 上部の淡い帯 */
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 12px;
  font-size: 165%;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .banner_member {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .banner_member {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .banner_member {
    line-height: 0.8;
  }
}
.con_member .box_member .benefit_member .banner_member span {
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .banner_member span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .banner_member span {
    font-size: 129%;
  }
}
.con_member .box_member .benefit_member .body_member {
  padding: 5px;
  padding-bottom: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* ←中身を下寄せ */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 高さを均等に伸ばす */
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member {
    padding-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member {
    padding-bottom: 2.3rem;
  }
}
.con_member .box_member .benefit_member .body_member .icon_member {
  margin: 1.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .icon_member {
    width: 80%;
    margin: 0.5rem auto 0;
  }
}
@media only screen and (max-width: 543.5px) {
  .con_member .box_member .benefit_member .body_member .icon_member {
    margin: 0.8rem auto 0;
    width: 80%;
  }
}
.con_member .box_member .benefit_member .body_member .flex_member {
  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;
}
.con_member .box_member .benefit_member .body_member .headline_member {
  margin-top: auto;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 543.5px) {
  .con_member .box_member .benefit_member .body_member .headline_member {
    margin-bottom: 0.2rem;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member01 {
  margin-right: 0.5rem;
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .num_member {
  font-size: 458%;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .num_member {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .num_member {
    font-size: 258%;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .unit_member {
  font-size: 300%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .unit_member {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member01 .unit_member {
    font-size: 215%;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member02 p {
  font-size: 215%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member02 p {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member02 p {
    font-size: 129%;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member03 p {
  font-size: 129%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member03 p {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member03 p {
    font-size: 93%;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .percent_member04 p {
  font-size: 172%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member04 p {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .percent_member04 p {
    font-size: 100%;
  }
}
.con_member .box_member .benefit_member .body_member .headline_member .label_member p {
  font-size: 172%;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .box_member .benefit_member .body_member .headline_member .label_member p {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .headline_member .label_member p {
    font-size: 122%;
  }
}
.con_member .box_member .benefit_member .body_member .en_member {
  color: #2c338a;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_member .box_member .benefit_member .body_member .en_member {
    font-size: 10px;
  }
}
.con_member .box_member .benefit_member::after {
  content: "\f3d3";
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: "Ionicons";
  border-radius: 50%;
  border: 1px solid #1d236d;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.65rem;
  text-align: center;
  color: #1d236d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1280px) {
  .con_member .box_member .benefit_member::after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
@media print {
  .con_member .box_member .benefit_member::after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1279px) {
  .con_member .box_member .benefit_member::after {
    bottom: 0.5rem;
  }
}
.con_member .btn_basic {
  text-align: center;
}
.con_member .btn_basic a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 122%;
  color: #0b50a2;
  border: 2px solid #0b50a2;
  padding: 1em 4.5em;
  border-radius: 4em;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_member .btn_basic a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .btn_basic a {
    font-size: 93%;
  }
}
.con_member .btn_basic a:after {
  margin-left: 3em;
  font-family: "Ionicons";
  content: "\f3d3";
  font-weight: normal;
}
.con_member .btn_basic a:hover {
  background: #0b50a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_member .btn_basic a {
    width: 96%;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 1.5rem 1.75rem;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.con_point {
  background-color: #f9f9f9;
}
.con_point .inner_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0 14rem;
}
@media only screen and (max-width: 767px) {
  .con_point .inner_point {
    /* SPはGrid化して任意の順に並べる */
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    row-gap: 2rem;
    /* お好みで */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    justify-items: start;
    padding: 8rem 0 8rem;
  }
}
.con_point .box_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .box_point {
    width: 50%;
  }
}
.con_point .box_point .point_item {
  width: 48%;
  aspect-ratio: 1 / 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .box_point .point_item {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .point_item {
    margin-bottom: 1rem;
  }
}
.con_point .box_point .point_item .icon {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .box_point .point_item .icon {
    width: 80%;
  }
}
.con_point .box_point .point_item .text {
  font-size: 115%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .box_point .point_item .text {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .point_item .text {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point {
    width: 100%;
    margin: 0;
    grid-row: 3;
  }
  .con_point .box_point .point_item {
    width: 48%;
  }
}
.con_point .txtbox_point {
  margin-left: 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point {
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point {
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point {
    /* SPでは .txtbox_point の「箱」を消して中身をGridの直接の子に昇格させる */
    display: contents;
    /* これで .title_point / .txt_point / .btn_basic が grid items になる */
    margin: 0;
  }
}
.con_point .txtbox_point .title_point {
  font-size: 258%;
  font-weight: bold;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point .title_point {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .title_point {
    font-size: 186%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point .title_point {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .title_point {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .title_point {
    grid-row: 1;
    /* 1番目：タイトル */
    margin: 0 auto;
  }
}
.con_point .txtbox_point .txt_point {
  font-size: 129%;
  line-height: 3rem;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point .txt_point {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .txt_point {
    font-size: 129%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_point .txtbox_point .txt_point {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point .txt_point {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .txt_point {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .txt_point {
    grid-row: 2;
    /* 2番目：本文 */
    text-align: center;
  }
}
.con_point .txtbox_point .btn_basic {
  text-align: center;
  text-align: left;
}
.con_point .txtbox_point .btn_basic a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 122%;
  color: #0b50a2;
  border: 2px solid #0b50a2;
  padding: 1em 4.5em;
  border-radius: 4em;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point .txtbox_point .btn_basic a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .btn_basic a {
    font-size: 93%;
  }
}
.con_point .txtbox_point .btn_basic a:after {
  margin-left: 3em;
  font-family: "Ionicons";
  content: "\f3d3";
  font-weight: normal;
}
.con_point .txtbox_point .btn_basic a:hover {
  background: #0b50a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_point .txtbox_point .btn_basic {
    grid-row: 4;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
