@charset "UTF-8";
/* 注意事項BOX */
.notes_box {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-flex;
  display:     -ms-flex;
  display:         flex;
  margin-bottom: 20px;
}
.notes_box dt {
  line-height: 1.3;
  letter-spacing: 2px;
  color: #fff;
  background: #000;
  position: relative;
  min-width: 30px;
  padding: 7px 13px 7px 10px;
}
.notes_box dt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notes_box dd {
  padding-left: 10px;
}
.notes_box dd a {
  color: #314da5;
}
.notes_box dd a:active,
.notes_box dd a:focus,
.notes_box dd a:hover {
  color: #0074bd;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .notes_box {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .notes_box dt {
    min-width: 26px;
    padding: 7px 10px;
  }
}


/*
* サイト内共通クラス名
* LPなどと共通で使用しているインクールードファイル内のクラス名
**********************************/


/*
 SG-mod-hdg
----------------------------*/

.SG-mod-hdg {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36364;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.SG-mod-hdg::before,
.SG-mod-hdg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  content: "";
}

.SG-mod-hdg::before {
  background-color: #414141;
  width: 100%;
}

.SG-mod-hdg::after {
  background-color: #009841;
  width: 70px;
}


/*
 SG-mod-subHdg
----------------------------*/

.SG-mod-subHdg {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 28px;
  margin-bottom: 8px;
}

.SG-mod-subHdg:first-child {
  margin-top: 0;
}



*+ .SG-mod-table {
  margin-top: 10px;
}

.SG-mod-table+ * {
  margin-top: 25px;
}

.SG-mod-table table {
  font-size: 100%;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
}

.SG-mod-table tr> * {
  vertical-align: middle;
  padding: 12px 15px;
  empty-cells: show;
}

.SG-mod-table tr+ tr> * {
  border-top: 1px solid #d2d2d2;
}

.SG-mod-table tr> *+ * {
  border-left: 1px solid #d2d2d2;
}

.SG-mod-table thead tr> * {
  border-bottom: 1px solid #d2d2d2;
}

.SG-mod-table thead tr> th {
  font-size: 1.6rem;
  text-align: center;
  background-color: #e7e7e7;
}

.SG-mod-table tbody tr> th {
  font-weight: normal;
  text-align: left;
  background-color: #f4f4f4;
}

.SG-mod-table thead tr> th {
  font-size: 1.6rem;
}

.SG-mod-table th> div:first-of-type,
.SG-mod-table td> div:first-of-type {
  margin-top: 10px;
}
.SG-mod-table th> div:first-of-type> :last-child,
.SG-mod-table td> div:first-of-type> :last-child {
  margin-bottom: 0;
}

/*追加画像のみ対象*/
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 2206A-01-003 */
.row-pc {
  display: table-row;
}
.row-sp {
  display: none;
}
.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .row-sp {
    display: table-row;
  }
  .row-pc {
    display: none;
  }
  .inline-sp {
    display: inline;
  }
  .mod-table.type-vertical th {
    display: block;
    font-weight: bold;
  }
  .mod-table.type-vertical td {
    display: block;
  }
}

/* 2208A-01-026 */
.benefitbox {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 4px;
  margin-top: 29px;
}
.benefitbox_title {
  margin-bottom: 0;
}
.benefitbox_title img {
  width: 100%;
}
.benefitbox_body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  box-shadow: 0 4px #000;
  padding: 30px 50px 55px;
}
.benefitbox.-theme1 .benefitbox_body {
  border-color: #eb5505;
  box-shadow: 0 4px #eb5505;
}
.benefitbox.-theme2 .benefitbox_body {
  border-color: #d3307a;
  box-shadow: 0 4px #d3307a;
}
.benefitbox.-theme3 .benefitbox_body {
  border-color: #264594;
  box-shadow: 0 4px #264594;
}
.benefitbox_body > *:last-child {
  margin-bottom: 0;
}
.benefit-img {
  text-align: center;
  margin: 20px 0;
}
.benefit-list_title {
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 20px;
}
.benefit-list_benefit {
  display: flex;
  padding-top: 20px;
  padding-bottom: 19px;
}
.benefit-list_icon-wrapper {
  box-sizing: border-box;
  padding-left: 4.3%;
  width: 19.6%;
}
.benefit-list_content {
  width: 80.4%;
}
.benefit-list_benefit + .benefit-list_title {
  margin-top: 16px;
}
.benefit-list_benefit + .benefit-list_benefit {
  border-top: 2px dotted #000;;
}
.benefit-text-highlight {
  background: linear-gradient(transparent 60%, #ffd906 20%);
}
.benefit-list_content p + p {
  margin-top: 16px;
}
.benefit-linkbtn-wrapper {
  margin: 0 auto;
  max-width: 480px;
}
.benefit-linkbtn {
  background-color: #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 1px 1.732px 18px 2px rgba(0, 0, 0, 0.1);
  color: #010101;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 55px;
  position: relative;
  text-align: center;
  width: 100%;
}
.benefit-linkbtn::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 52%;
  right: 42px;
  transform: rotate(45deg) translate(-50%, -50%);
  vertical-align: top;
  width: 8px;
}
.benefit-linkbtn[target="_blank"]::before {
  content: none;
}
.benefit-linkbtn[target="_blank"]::after {
  background-image: url("/access/hikari/au/ad/cb/files/images/benefit_link_icon_01.png");
  background-position: top 50% right 30px;
  background-size: 15px 12px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.benefit-linkbtn[target="_blank"] img {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .benefitbox {
    padding-bottom: 4px;
    margin-top: 29px;
  }
  .benefitbox_body {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-width: 0 2px 2px 2px;
    box-shadow: 0 4px #000;
    padding: 20px 4.263vw 50px;
  }
  .benefitbox_body > *:last-child {
    margin-bottom: 0;
  }
  .benefit-img {
    text-align: center;
    margin: 20px 0;
  }
  .benefit-list_title {
    font-size: 4.2vw;
    padding: 0 20px 3px;
  }
  .benefit-list_benefit {
    display: flex;
    padding-top: 14px;
    padding-right: 6px;
    padding-bottom: 19px;
    padding-left: 6px;
    flex-direction: column;
  }
  .benefit-list_icon-wrapper {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .benefit-list_content {
    width: 100%;
  }
  .benefit-list_icon-wrapper + .benefit-list_content {
    margin-top: 16px;
  }
  .benefit-list_benefit + .benefit-list_title {
    margin-top: 16px;
  }
  .benefit-list_benefit + .benefit-list_benefit {
    border-top: 2px dotted #000;;
  }
  .benefit-text-highlight {
    background: linear-gradient(transparent 60%, #ffd906 20%);
  }
  .benefit-list_content p + p {
    margin-top: 16px;
  }
  .benefit-linkbtn-wrapper {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .benefit-linkbtn {
    font-size: 19px;
    padding: 11px 35px;
  }
  .benefit-linkbtn[target="_blank"]::before {
    background-position: top 56% right 19px;
  }
  .benefit-linkbtn[target="_blank"]::after {
    background-position: top 54% right 19px;
    background-size: 15px 12px;
  }
}
.service-link {
  border-top: 1px solid #ccc;
}
.service-link:last-child {
  border-bottom: 1px solid #ccc;
}
.service-link a:hover {
  opacity: .7;
}
.service-link_inner-pc {
  display: block;
}
.service-link_inner-sp {
  display: none;
}
.service-link_btn {
  border: 2px solid #264594;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  padding: 1.655vw 6.5vw;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  width: 58.082vw;
}
.service-link_btn::before {
  content: "";
  background-color: #264594;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.1vw;
  transform: translateY(-50%);
  height: 4.263vw;
  width: 4.263vw;
}
.service-link_btn::after {
  border-style: solid;
	border-width: 0.12em 0.12em 0 0;
  border-color: #fff;
	content: '';
	display: inline-block;
  top: 50%;
	right: 3.6vw;
	position: absolute;
	transform: translateY(-50%) rotate(45deg);
	vertical-align: top;
  height: 1vw;
	width: 1vw;
}
@media only screen and (max-width: 767px) {
  .service-link_inner-pc {
    display: none;
  }
  .service-link_inner-sp {
    display: block;
    padding-bottom: 5.3285vw;
  }
}

.str-content.stripe-au {
  background-image: url('/access/hikari/au/img/bg_stripe_01.png');
  background-size: 16px 16px;
}
.str-content.stripe-au .str-contentBody {
  padding-top: 52px;
}
.pointbox {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.pointbox + .pointbox {
  margin-top: 40px;
}
.pointbox_title {
  margin-bottom: 0!important;
}
.pointbox_body {
  background-color: #fff;
  border-color: #2b292a;
  border-radius: 0 0 20px 20px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  padding: 30px 44px 55px;
}
.pointbox_body > *:last-child {
  margin-bottom: 0!important;
}
.commentary {
  background-color: #f0f0f0;
  border-radius: 20px;
  display: flex;
  margin-bottom: 40px;
  padding: 24px 40px;
}
.commentary_icon-wrapper {
  flex-shrink: 0;
}
.commentary_icon-wrapper + .commentary_body {
  margin-left: 40px;
}
.commentary_body > *:last-child {
  margin-bottom: 0!important;
}
.commentary_txt {
  font-size: 1.6rem;
}
.commentary_txt em {
  color: #f04205;
  font-weight: bold;
}
.str-content#option .str-contentBody {
  padding-top: 52px;
}
@media only screen and (max-width: 767px) {
  .str-content.stripe-au .str-contentBody {
    padding-top: 40px;
  }
  .pointbox_body {
    border-width: 0 .9vw .9vw .9vw;
    padding: 25px 12px 47px;
  }
  .commentary {
    flex-direction: column;
    padding: 24px 18px;
  }
  .commentary_icon-wrapper {
    margin: 0 auto;
  }
  .commentary_icon {
    width: 90px;
  }
  .commentary_icon-wrapper + .commentary_body {
    margin-left: 0;
    margin-top: 20px;
  }
  .str-content#option .str-contentBody {
    padding-top: 40px;
  }
}
