@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@700&display=swap');

/*-------------------------------------------------------------------------
SPページ用CSS
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
レイアウトCSS
--------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    color: #333333;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, 'ヒラギノ角ゴ ProN W3';
}

a {
    color: #333333;
    cursor: pointer;
}

.l-mainvisual {
    background: url('/promotion/ordercard/extagegold/images/bg_main_sp.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.l-mainvisual-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 7.7vw 4vw 8.4vw;
}

.l-mainvisual-contents {
    width: 78vw;
    margin: 2vw auto;
}

.l-section {
    padding: 30px 23px;
}

.l-section-inner {
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
    position: relative;
}

.l-mainvisual+.l-section {
    padding-top: 38px;
}

.l-campaign {
    margin: 0 calc(50% - 50vw) 20px;
    margin-top: 19px;
    width: 100vw;
}

.l-section-about {
    background: transparent linear-gradient(180deg, #FCF9F5 0%, #FCF0D8 100%) 0% 0% no-repeat padding-box;
}

.l-section-about .m-text + .l-imgbox{
    margin-top: 15px;
}

/*-------------------------------------------------------------------------
l-upgrade
--------------------------------------------------------------------------*/

.l-upgrade {
    margin-top: 20px;
}

.l-upgrade-head {
    background-color: #BBA56D;
    padding: 15px;
}

.l-upgrade-head .m-heading3 {
    color: #FFFFFF;
}

.l-upgrade-head .m-text {
    color: #FFFFFF;
    font-size: 12px;
}

.l-upgrade-contents {
    background-color: #FFFFFF;
    padding: 29px 20px 20px;
    margin-bottom: 9px;
}

.l-upgrade-contents .l-box {
    border: 1px solid #BBA56D;
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
    position: relative;
    padding: 24px 3px;
}

.l-upgrade-contents .m-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    line-height: 20px;
    background-color: #BBA56D;
    border-radius: 18px;
    top: -11px;
    font-size: 11px;
    font-weight: bold;
    color: #FCF9F5;
}

.l-upgrade-contents .m-copy {
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    color: #141D2C;
}

.l-upgrade-contents .m-copy span {
    display: block;
    color: #BBA56D;
    font-size: 14px;
}

.l-grid {
    margin-top: 10px;
}

.l-upgrade-contents .l-grid>* {
    width: 73%;
    max-width: 286px;
    margin: auto;
    position: relative;
}

.l-upgrade-contents .l-grid>*:first-child:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 43%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #B9A17D transparent transparent transparent;
    border-width: 12px 12px 0 12px;
}

.l-upgrade-contents .l-grid .l-grid-col {
    margin-top: 30px;
    text-align: left;
}

.l-upgrade-contents .l-box:last-child .l-grid .l-grid-col {
    width: 90%;
    max-width: 321px;
    padding-left: 23px;
}

.l-upgrade-contents .m-price-text {
    color: #BBA56D;
    padding-top: 5px;
    font-size: 12px;
}

.l-upgrade-contents .l-box+.l-box {
    margin-top: 30px;
}

/*-------------------------------------------------------------------------
l-section-service
--------------------------------------------------------------------------*/

.l-section-service .m-heading2 {
    margin: 0 -10px 10px;
}

.l-service-grid+.m-heading3 {
    margin-top: 25px;
}

.l-service-grid {
    text-align: left;
    width: 88%;
    margin: auto;
    margin-top: 20px;
    max-width: 400px;
}

.m-heading3+.l-service-grid {
    margin-top: 35px;
}

.l-service-grid-col.l-imgbox {
    max-width: 400px;
    margin-bottom: 10px;
}

.l-section-service {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%) no-repeat;
}

/*-------------------------------------------------------------------------
l-section-point
--------------------------------------------------------------------------*/

.l-section-point {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FCF0D9 100%) no-repeat;
}

.l-section-point .l-box {
    background-color: #FCF9F5;
    padding: 20px;
    margin-bottom: 20px;
}

.l-section-point .l-box-shrink {
    padding: 20px 40px;
}

.l-section-point .m-heading3+.l-box {
    margin-top: 36px;
}

.l-section-point .m-title-text {
    font-weight: bold;
    margin: 0 -27px 15px;
}

.l-section-point .m-img+.m-title-text {
    margin-top: 25px;
}

.l-section-point .l-box .m-text {
    font-size: 12px;
}

.l-section-point .l-box small {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.l-example-list {
    background-color: #FFFFFF;
    padding: 5px 10px 7px;
    margin-top: 15px;
}

.l-example-list .m-text {
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.l-example-list .m-text::before {
    position: absolute;
    content: '';
    background-color: #BBA56D;
    width: 4px;
    height: 11px;
    left: 0;
    top: 5px;
}

.l-example-list .l-imgbox {
    margin: 24px auto 17px;
    padding: 0 5px;
}

.l-btn {
    margin-top: 3px;
}

.l-example-list.l-sp-mg0 {
    margin-top: 0;
}

.l-example-list .l-grid {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-example-list .m-grid-col3 {
    width: 33%;
    margin-right: 14px;
    margin-bottom: 7px;
}

.l-example-list .m-grid-col3.m-img-wide {
    width: 35%;
}

.m-grid-col3:last-child {
    margin-right: 0!important;
}

.l-point-grid {
    max-width: 400px;
    margin: auto;
}

.l-point-grid .l-service-grid-col {
    margin-top: 6px;
    text-align: left;
}

.l-point-item.l-grid {
    margin-top: 14px;
    display: block;
    padding: 0 10px;
}

.l-point-item.l-grid .m-grid-col3 {
    margin-bottom: 18px;
    margin-right: 0;
    width: 100%;
}

.l-point-item.l-grid .m-grid-col3:first-child {
    width: 93%;
}

.l-section-point .l-box+.m-list-note {
    margin-top: -10px;
}

.l-section-point .l-box+.m-list-note .m-list-body {
    letter-spacing: 0px;
}

.l-accordion {
    background-color: #FFFFFF;
    padding: 7px 15px 10px;
    display: none;
}

.l-accordion .m-list-note {
    font-size: 12px;
}

/*-------------------------------------------------------------------------
l-section-security
--------------------------------------------------------------------------*/

.l-section-security {
    border-top: 1px solid #BBA56D;
    border-bottom: 1px solid #BBA56D;
    padding-bottom: 48px;
}

.l-security-grid {
    margin: 13px auto 0;
    max-width: 826px;
}

.l-security-grid .m-grid-col3 {
    margin: 0 auto 25px;
    width: 66%;
}

.l-security-grid .m-grid-col3:nth-child(2) .m-icon-wrapper {
    width: 30%;
}

.l-security-grid .m-grid-col3:last-child {
    margin-right: auto!important;
}

.l-security-grid .m-title-text {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.l-security-grid .m-text {
    font-size: 12px;
}

.m-icon-wrapper {
    width: 26%;
    margin: 2px auto;
}

/*-------------------------------------------------------------------------
l-section-gold
--------------------------------------------------------------------------*/

.l-section-gold {
    background: transparent linear-gradient(180deg, #FCF9F5 0%, #FFFCF7 100%);
}

.l-section-gold .m-heading2 {
    font-size: 15px;
    line-height: 1.7;
}

.l-gold-grid {
    text-align: left;
    margin-top: 16px;
}

.l-gold-grid .m-title-text {
    color: #BBA56D;
    font-size: 13px;
    font-family: 'Noto Serif JP', serif;
}

.l-gold-grid .m-title-text span {
    display: block;
    font-size: 18px;
}

.l-gold-grid .m-text {
    color: #BBA56D;
}

.l-gold-grid .m-grid-col:last-child {
    padding-left: 18px;
}

.l-gold-grid .m-grid-col.l-imgbox {
    margin: 0 auto 10px;
    width: 49%;
}

.l-section-gold .l-btn {
    margin-top: 10px;
}

.l-section-gold .l-btn a {
    display: block;
    width: 67%;
    margin: auto;
}

/*-------------------------------------------------------------------------
l-section-info
--------------------------------------------------------------------------*/

.l-section-info {
    padding-bottom: 20px;
}

.l-section.l-section-info + .l-section.l-section-info {
    padding: 20px 23px;
}

.l-section.l-section-info + .l-section.l-section-info:last-child {
    padding-bottom: 0;
}

.l-section-info.l-section-info--gold {
    background: #FCF9F5;
}

.l-section-info .l-card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.l-section-info .l-card-grid .m-grid-col {
    margin-right: 19px;
    flex: 1;
}

.l-section-info .l-card-grid .m-grid-col:last-child {
    margin-right: 0;
}

.l-section-info .l-card-grid .m-grid-col .m-text {
    margin-top: 6px;
}

.l-section-info .l-card-grid .m-grid-col:last-child .m-text {
    margin-top: -2px;
    padding-left: 7px;
}

.l-section-info .m-text {
    font-size: 11px;
}

.l-section-info .l-btn {
    margin-top: 10px;
}

.l-section-info .l-btn a {
    display: block;
    width: 70%;
    margin: auto;
}

.l-table {
    margin-top: 25px;
}

.l-inquiry {
    margin-top: 30px;
    border-top: 1px solid #333333;
    padding-top: 20px;
}

.l-section.l-section-info + .l-section.l-section-info .l-inquiry {
    padding: 0;
    margin: 0;
    border: none;
}
.l-note-contents {
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
}

.l-note-contents+.l-note-contents {
    margin-top: 17px;
}

.l-note-contents .m-list-note+.m-text {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 12px;
}

.l-inquiry-box {
    margin-top: 34px;
    margin-bottom: 15px;
    border: 1px solid #6E6143;
}

.l-inquiry-inner {
    padding: 19px 13px;
    background-color: #FFFFFF;
}

.l-inquiry-time {
    text-align: left;
    margin-right: -7px;
}

.l-inquiry-time>* {
    padding: 1px 5px;
    padding-right: 0;
    border-left: 3px solid #6E6143;
}

.l-inquiry-note {
    margin-top: 34px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.l-footer-copyright {
    padding: 30px 0;
    background: #6E6143;
}

.l-footer {
    font-family: "ヒラギノ角ゴ ProN W3"
}

/*-------------------------------------------------------------------------
cv
--------------------------------------------------------------------------*/

.l-cv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 10px;
    background: rgba(118, 107, 78, 0.7);
    z-index: 100;
}

.l-cv a {
    display: block;
    width: 90%;
    margin: auto;
}

.l-cv .m-link-cv {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 7px;
}

.m-link-cv::after {
    content: url('/promotion/ordercard/extagegold/images/icon_scroll.png');
    padding-left: 5px;
    vertical-align: text-top;
}

#btnEnd {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    min-height: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

/*-------------------------------------------------------------------------
モジュール・パーツCSS
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
mainvisual
--------------------------------------------------------------------------*/

.m-mainvisual-logo {
    width: 10vw;
}

.m-mainvisual-card {
    margin-top: 4vw;
    width: 46vw;
}

.m-mainvisual-card .swiper-wrapper {
    width: 100%;
}

.l-mainvisual-grid p {
    padding-top: 12px;
}

/*-------------------------------------------------------------------------
swiper
--------------------------------------------------------------------------*/

.l-campaign .swiper-slide {
    background-color: #BBA56D;
    text-align: left;
    border: 1px solid;
    border-color: #6E6143 transparent #6E6143 #6E6143;
    padding: 15px 17px;
    height: auto;
}

.m-cp-heading {
    color: #FFFFFF;
    font-size: 14px;
    min-height: 58px;
    line-height: 1.3;
}

.m-cp-contents {
    margin-top: 4px;
    background-color: #F4F1ED;
    padding: 7px;
    min-height: 95px;
}

.m-cp-term {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: auto;
}

.swiper-button-prev {
    background-image: url('/promotion/ordercard/extagegold/images/icon_prev.png');
    background-size: 80%;
    left: 1.3%;
    top: 50%;
}

.swiper-button-next {
    background-image: url('/promotion/ordercard/extagegold/images/icon_next.png');
    background-size: 80%;
    right: 1.3%;
    top: 50%;
}

.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet {
    background-color: #B9A17D;
    width: 5px;
    height: 5px;
    opacity: 1;
    margin-right: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #6E6143;
}

/*-------------------------------------------------------------------------
heading
--------------------------------------------------------------------------*/

.m-heading2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    margin-bottom: 10px;
}

.m-heading2-small {
    font-size: 17px;
    line-height: 1.6;
}

.m-heading3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    position: relative;
    margin-bottom: 5px;
}

.m-heading-icon::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 3px;
    background: url(/promotion/ordercard/extagegold/images/icon_heading.png) no-repeat;
    background-size: 100%;
    content: "";
}

/*-------------------------------------------------------------------------
text
--------------------------------------------------------------------------*/

.m-text {
    font-size: 12px;
    line-height: 1.7;
}

.m-title-text {
    color: #BBA56D;
    font-size: 15px;
}

.l-service-grid .m-title-text {
    font-family: 'Noto Serif JP', serif;
}

.m-title-text+.m-text {
    margin-top: 4px;
    font-size: 12px;
}

/*-------------------------------------------------------------------------
img
--------------------------------------------------------------------------*/

.m-img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*-------------------------------------------------------------------------
list
--------------------------------------------------------------------------*/

.m-list-note {
    font-size: 12px;
    text-align: left;
}

.m-list-icon {
    display: table-cell;
    white-space: nowrap;
}

.m-list-body {
    display: table-cell;
}

.m-list-note {
    margin-top: 7px;
}

.m-list-note li {
    margin-bottom: 7px;
    letter-spacing: -0.4px;
}

.m-list-note li:last-child {
    margin-bottom: 0;
}

.m-icon-wide .m-list-icon {
    width: 43px;
}

.m-icon-space{
    padding-right: 5px;
}

.m-check-list {
    margin-top: 4px;
}

.m-check-list li {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    margin-bottom: 7px;
}

.m-check-list li:last-child {
    margin-bottom: 0;
}

.m-check-list li::before {
    position: absolute;
    content: '';
    background: url(/promotion/ordercard/extagegold/images/icon_check.svg)no-repeat;
    background-size: 74%;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
}

.m-list-dia {
    font-size: 12px;
    margin-top: 3px;
}

.m-list-dia li {
    position: relative;
    padding-left: 13px;
    line-height: 1.7;
    margin-bottom: 3px;
}

.m-list-dia li::before {
    position: absolute;
    content: '◆';
    color: #BBA56D;
    left: 0px;
    top: 2px;
    font-size: 10px;
}

/*-------------------------------------------------------------------------
link
--------------------------------------------------------------------------*/

.m-link {
    color: #3E93FF!important;
    text-decoration: underline;
}

.m-link-icon::after {
    content: url('/promotion/ordercard/extagegold/images/icon_link.png');
    padding-left: 3px;
    vertical-align: middle;
    display: inline-block;
    transform: scale(0.8);
}

/*-------------------------------------------------------------------------
btn
--------------------------------------------------------------------------*/

.m-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(195, 179, 156, 0.333);
    color: #BBA56D!important;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    display: block;
    position: relative;
    z-index: 10;
}

.m-btn-arrow::after {
    content: url('/promotion/ordercard/extagegold/images/icon_arrow.png');
    padding-left: 5px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: scale(0.8) rotate(0deg);
    display: inline-block;
}

.m-btn.is-open.m-btn-arrow::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: scale(0.8) rotate(180deg);
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;
}

/*-------------------------------------------------------------------------
table
--------------------------------------------------------------------------*/

.m-table {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    letter-spacing: 0.5px;
    font-size: 11px;
    margin-bottom: 15px;
}

.m-table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #FFFFFF;
    background-color: #BBA56D;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

.m-table td {
    display: block;
    width: 100%;
    padding: 10px 9px 10px 20px;
    border: 1px solid #FFFFFF;
    background-color: #FCF9F5;
    text-align: left;
}

/*-------------------------------------------------------------------------
inquiry
--------------------------------------------------------------------------*/

.m-inquiry-ttl h3 {
    padding: 10px;
    background-color: #6E6143;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.m-inquiry-num {
    margin-bottom: 10px;
}

.m-inquiry-txt {
    font-size: 12px;
    color: #333333;
}

.m-inquiry-time-txt {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 4px;
}

.m-inquiry-num .m-text {
    font-size: 12px;
    margin: 11px -11px 0;
}

.m-inquiry-num .m-text .m-text-bold {
    color: #333333;
    font-weight: bold;
}

/*-------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/

.m-footer-link {
    background: #FCF9F5;
}

.m-footer-link-list {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 690px;
    margin: 0 auto;
    padding: 15px 15px 5px 15px;
    font-size: 12px;
}

.m-footer-link-list li {
    margin-right: 15px;
    margin-bottom: 7px;
}

.m-footer-link-list li a {
    text-decoration: none;
    color: #333333;
}

.m-footer-link-list li a:hover {
    text-decoration: underline;
}

.m-footer-link-pagetop {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 30px;
}

.m-footer-copy-txt {
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.7px;
}

.m-pagetop {
    position: absolute;
    top: 6px;
    right: 0;
}

/*-------------------------------------------------------------------------
state
--------------------------------------------------------------------------*/

.is-stop {
    position: static;
}

.m-hide-sp {
    display: none;
}

.m-hide-pc {
    display: inline-block;
}

/*-------------------------------------------------------------------------
m-cpbnr
--------------------------------------------------------------------------*/
.m-cpbnr{
  padding: 30px 0 60px;
}

.m-cpbnr-list > li{
  margin: 0 10px;
}
.m-cpbnr-list > li:not(:first-of-type){
  margin-top: 10px;
}
.m-cpbnr-list > li img{
  width: 100%;
}

/* 250401追記 */
.m-inquiry-button {
  align-items: center;
  background-color: #3B3F48;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px 36px;
}

.inquiry__button-link {
  margin-left: 8px;
  width: 16px;
}

.json-note{
  font-size: 12px;
  text-align: left;
}

.json-note a{
  color: #3E93FF;
  text-decoration: underline;
}

.json-note a[target="_blank"]::after{
  content: url(/promotion/ordercard/extagegold/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  transform: scale(0.8);
}

#GX_Aa > div{
    margin-bottom: 7px;
  }
  
  #GX_Ab > div{
    margin-bottom: 7px;
  }

.indent-1em{
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2em{
  padding-left: 2em;
  text-indent: -2em;
}

.l-section-security .l-box{
  margin-top: 46px;
}

.l-section-security .m-heading2{
  margin-bottom: 15px;
}

.l-section-security .m-heading-icon::after{
  bottom: -26px;
}

.m-security-title{
  margin-bottom: 24px;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

.m-security-list:not(:last-child){
  margin-bottom: 40px;
}

.m-security-list > li{
  display: flex;
}

.m-security-list > li:not(:last-child){
  margin-bottom: 24px;
}

.m-security-head{
  flex: 0 0 auto;
  margin-right: 8px;
}

.m-security-img{
  max-width: 62px;
}

.m-security-item-title{
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.m-security-item-text{
  font-size: 12px;
  text-align: left;
}

.m-security-item-note{
  margin-top: 4px;
  font-size: 10px;
  text-align: left;
}

.m-security-note{
  margin: 16px 0 40px;
  font-size: 10px;
  text-align: left;
}


.investment__list__note {
    color: var(--250305-Gray, #6E6E73);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.investment__list__note li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.investment__list__note li:not(:first-child) {
    margin-top: 4px;
}

.investment__link {
  color: #3E93FF;
  text-decoration: underline;
}

.investment__link[target="_blank"]::after{
  content: url(/promotion/ordercard/extagegold/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.investment__new {
    max-width: 86px;
    margin-bottom: 16px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.l-section-point .m-title-subtext {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
}

.l-section-point .m-caution {
    color: #868686;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.l-note-contents.l-note-contents--investment a {
  color: #3E93FF;
  text-decoration: underline;
}

.l-note-contents.l-note-contents--investment a[target="_blank"]::after{
  content: url(/promotion/ordercard/extagegold/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.l-note-contents .l-note-header:not(:first-child) {
    margin-top: 24px;
}

/* inc style */
#wrapper .inc-bunner-area {
    padding: 24px 23px;
}
#wrapper .inc_notes {
    font-size: 12px;
    text-align: left;
}
#wrapper .inc_notes a {
    color: #3E93FF;
    text-decoration: underline;
}
#wrapper .inc_notes a[target=_blank]::after {
    content: url(/promotion/ordercard/extagegold/images/icon_link.png);
    padding-left: 3px;
    vertical-align: middle;
    transform: scale(0.8);
}
#wrapper .inc_notes + .inc_notes {
    margin-top: 20px;
}
/* inc style end */