@charset "utf-8";

/* common */
[data-browse-mode="S"] .pc-only {
  display: none;
}

[data-browse-mode="P"] .sp-only {
  display: none;
}

@media screen and (min-width: 500px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .pc-only {
    display: none;
  }
}
a img:hover {
  opacity: 1;
}
p a {
  text-decoration: underline;
  color: #0D26AA;
}
p a:hover {
  opacity: 0.7;
}

.mileboost-wrapper {
  font-family: "Noto Sans JP", serif;
}


.content-inner {
  width: 1080px;
  margin: 0 auto;
}
[data-browse-mode="S"] .content-inner {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 50px 0;
}
[data-browse-mode="S"] .sec_bg .content-inner {
  padding: 30px 0;
}

.content-common-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  margin-top: 0;
}
[data-browse-mode="S"] .content-common-ttl {
  font-size: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-common-ttl:after {
  content:"";
  background: url('/img/usr/freepage/mileboostplus/ttl_img.png') no-repeat;
  background-size: cover;
  width: 96px;
  height: 8px;
  display: block;
  margin: 25px auto 0;
}
[data-browse-mode="S"] .content-common-ttl:after {
  margin-top: 11px
}
.content-common-txt {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
[data-browse-mode="S"] .content-common-txt {
  font-size: 14px;
  line-height:1.8
}
.content-common-txt-l {
  font-weight: bold;
  font-size: 18px;
}
[data-browse-mode="S"] .content-common-txt-l {
  font-size: 16px;
}
.ta-center {
  text-align: center;
}
.fc-blue {
  color: #0D26AA;
}
.fc-red {
  color: #FF0000;
}

.fw-bold {
  font-weight: bold;
}
.fw-normal {
  font-weight: 400;
}

[data-browse-mode="P"] .fs-L {
  font-size: 18px;
}

.sec_bg {
  background-color: #F6F5EE;
}



.content-common-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
  table-layout: fixed;
  font-size: 15px;
}
.content-common-table th {
  padding: 10px;
  background: #EFEFEF;
  border: solid 1px #DCDCDC;
  text-align: center;
  font-weight: 500;
}
.content-common-table td {
  padding: 10px;
  border: solid 1px #DCDCDC;
  background-color: #fff;
}
.content-common-table td span {
  font-size: 8px;
  vertical-align: super;
}

.content-common-table td:first-of-type,
.content-common-table th:first-of-type {
  background: #F1F6F9;
  text-align: left;
  font-weight: 500;
  padding-left: 20px;
}
.membership-content-table td:first-of-type {
  vertical-align: middle;
  text-align: center;
}

[data-browse-mode="S"] .content-common-table {
  margin-top: 20px;
  font-size: 14px;
  overflow-x: scroll;
  table-layout: auto;
}
[data-browse-mode="S"] .content-common-table td:first-of-type,
[data-browse-mode="S"] .content-common-table th:first-of-type {
  padding-left:10px;
}
[data-browse-mode="S"] .table-wrapper {
  overflow-x: scroll;
}


/* mv */
.mv {
  width: 100%;
}
[data-browse-mode="P"] .mv {
   min-width: 1080px;
}
.mv img {
  width: 100%;
  height: auto;
}

/* anchor */
.anchor-inner {
  padding: 60px 0;
}
.anchor-items {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
[data-browse-mode="S"] .anchor-items {
  flex-wrap: wrap;
}

.anchor-item {
  position: relative;
  display: block;
  width: 200px;
  height: 100px;
  background: #001378;
  color: #fff;
  border-radius: 5px;
}
[data-browse-mode="S"] .anchor-item {
  height: 40px;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #7F87B7;
}
[data-browse-mode="S"] .anchor-item:first-of-type {
  border-radius: 5px 5px 0 0;
}
[data-browse-mode="S"] .anchor-item:last-of-type {
  border-radius: 0 0 5px 5px;
   border-bottom: none;
}
.anchor-item:hover {
  background: #000A3E;
}
.anchor-item p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
[data-browse-mode="S"] .anchor-item p {
  text-align: left;
  position: relative;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 500;
}
[data-browse-mode="P"] .anchor-item:before {
  content:"";
  height: 1px;
  width: 95%;
  display: block;
  position: absolute;
  bottom: 5px;
  background-color: #E2BB6A;
  left: 50%;
  transform: translateX(-50%);
}
.anchor-item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url('/img/usr/freepage/mileboostplus/arrow.png') no-repeat;
  background-size:contain;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}
[data-browse-mode="S"] .anchor-item:after {
  top: 60%;
  left: 90%;
  transform: translateY(-50%);
}
[data-browse-mode="P"] .anchor-item:hover:after {
  top: 85%;
}



/* banner */
.banner_bg_img {
  width: 100%;
  background: url('/img/usr/freepage/mileboostplus/bt_bg.jpg') no-repeat;
  background-size: cover;
  background-position: right;
}
[data-browse-mode="S"] .banner_bg_img {
  width: 100%;
  background: url('/img/usr/freepage/mileboostplus/bt_bg_sp.jpg') no-repeat;
  background-size: cover;
  background-position: right;
}

.banner-inner {
  padding: 40px 0 30px;
  width: 700px;
  margin: 0 auto;
}
[data-browse-mode="S"] .banner-inner {
  padding: 20px 0;
}
.banner-inner img {
  width: 100%;
}


/* overview */

.overview-inner {
  padding: 100px 0;
}
.overview-content {
  margin-top: 40px;
}
.overview-content > p {
  font-size: 20px;
  font-weight: bold;
}
[data-browse-mode="S"] .overview-content > p {
  font-size: 16px;
}
.overview-content > p:after {
  content:"";
  background: linear-gradient(90deg, #F6DD77, #BE9D31 30%, #999999 30%);
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
[data-browse-mode="S"] .overview-content > p:after {
  background: linear-gradient(90deg, #F6DD77, #BE9D31 40%, #999999 40%);
}
.overview-content-list {
  margin-top: 40px;
  position: relative;
}
[data-browse-mode="S"] .overview-content-list {
  margi-top: 30px;
}
.overview-content-item {
  margin-top: 50px;
  width: 750px;
  background: linear-gradient(90deg, #FFFFFF, transparent);
  padding: 30px 0 20px 40px;
  position: relative;
}
[data-browse-mode="S"]  .overview-content-item {
  width: 100%;
  margin-top: 40px;
  padding: 15px 10px 20px 10px;
}
.overview-content-img {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 160px;
}
[data-browse-mode="S"]  .overview-content-img {
  top: -20px;
  left: 10px;
  width: 130px
}
.overview-content-img img {
  width: 100%;
}
.overview-content-item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #001378;
}
[data-browse-mode="S"] .overview-content-item h3 {
  font-size: 16px;
}
.overview-content-txt {
  font-size: 16px;
}
[data-browse-mode="S"] .overview-content-txt {
  font-size: 14px;
  padding-left: 10px
}
.overview-content-txt span {
  font-size:8px;
  vertical-align: super;
}
.overview-content-txt_attention {
  font-size: 14px;
  margin-top: 10px;
}
[data-browse-mode="S"] .overview-content-txt_attention {
  font-size: 12px;
  padding-left:10px;
}
.overview-content-card {
  position: absolute;
  right: 0;
  top: 20px;
  width: 400px;
  height: auto;
}
.overview-content-card img {
  width: 100%;
}
[data-browse-mode="S"] .overview-content-card {
  position: relative;
  width: 270px;
  margin: 0 auto;
}
[data-browse-mode="S"] .overview-content-card img {
  width: 100%;
}

/* simulation */
.simulation-inner {
  padding: 100px 0
}
.simulation-inner .content-common-txt {
  position: relative;
}
.simulation-inner .content-common-txt .sm {
  font-size: 8px;
  vertical-align: super;
}
.simulation-inner .content-common-txt .right {
  font-weight: normal;
  position: absolute;
  right: 0;
  font-size: 14px;
}
[data-browse-mode="S"] .simulation-inner .content-common-txt .right {
  bottom: -30px;
  font-size: 12px
}
.simulation-content {
  margin-top: 35px;
}
.simulation-content h3 {
  text-align: center;
  padding: 10px 0;
  background: #333333;
  color: #fff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  font-weight: bold;
}
[data-browse-mode="S"] .simulation-content h3 {
  font-size: 18px;
}
.simulation-content-inner {
  background: #F6F5EE;
  padding: 40px 45px;
}
[data-browse-mode="S"] .simulation-content-inner {
  padding: 20px 0 20px 10px;
  text-align: center;
}
[data-browse-mode="S"] .simulation-content-inner img.pl-10 {
  padding-left: 10px;
}
.sp-only + .sp-only {
  margin-top: 22px;
}
.simulation-content-txt_attention {
  margin-top: 30px;
  font-size: 12px;
}
[data-browse-mode="S"] .simulation-content-txt_attention {
  margin-top:14px;
  text-align: left;
}

.simulation-content-inner.comparison {
  margin-top: 40px;
  padding: 40px 60px;
}
[data-browse-mode="S"] .simulation-content-inner.comparison {
  margin-top: 20px;
  padding: 30px 10px 20px;
}
.simulation-content-txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .simulation-content-txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.simulation-content-txt .content-common-txt-l {
  font-size: 24px;
}
[data-browse-mode="S"] .simulation-content-txt .content-common-txt-l {
  font-size: 20px;
}
.comparison .simulation-content-txt_attention {
  font-size: 14px;
  margin-top: 0;
}
[data-browse-mode="S"] .comparison .simulation-content-txt_attention {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
.comparison + p {
  margin-top: 40px;
  font-size: 16px;
}
[data-browse-mode="S"] .comparison + p {
  margin-top: 30px;
  font-size: 14px;
}
[data-browse-mode="S"] .sp-mt-10 {
  margin-top: 10px;
  display: inline-block;
}


/* membership */
.membership-inner {
  padding: 100px 0
}

.membership-content-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
[data-browse-mode="S"] .membership-content-ttl {
  font-size: 16px;
  margin-top: 30px;
}
.membership-content-ttl:after {
  content:"";
  background: linear-gradient(90deg, #F6DD77, #BE9D31 30%, #999999 30%);
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
[data-browse-mode="S"] .membership-content-ttl:after {
  background: linear-gradient(90deg, #F6DD77, #BE9D31 40%, #999999 40%);
}


.membership-content-area {
  padding-top: 28px;
  padding-left: 30px
}
[data-browse-mode="S"] .membership-content-area {
  padding-top: 10px;
  padding-left: 0px
}
.membership-content-txt {
  font-size: 16px;
  line-height: 1.6;
}
[data-browse-mode="S"] .membership-content-txt {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.05em
}
.membership-content-txt.mt-20 {
  margin-top: 20px;
}
.membership-content-txt.dotted {
  text-indent: -0.6em;
  margin-left: 1em;
}
.membership-content-txt.dotted:before {
  content:"・";
  display: inline-block;
}
.membership-content-txt span {
  font-size: 8px;
  vertical-align: super
}
.membership-content .membership-content-area:first-of-type .membership-content-attention {
  margin-top: 20px;
  line-height:1.8
}
.membership-content-attention + .membership-content-txt {
  margin-top: 20px;
}

.membership-content-attention {
  font-size: 14px;
  margin-top: 3px;
}
[data-browse-mode="S"] .membership-content-attention {
  font-size: 12px;
  margin-top: 13px;
}
[data-browse-mode="S"] .membership-content .membership-content-area:first-of-type .membership-content-attention {
  margin-top: 10px;
}
[data-browse-mode="S"] .membership-content-attention + .membership-content-txt {
  margin-top: 10px;
}

.membership-content-table th {
  /* width: calc((100% - 190px) / 2); */
}
.membership-content-table th:first-of-type {
  width: 190px
}

[data-browse-mode="S"] .membership-content-table th {
  width: 200px;
  min-width: 200px;
}
[data-browse-mode="S"] .membership-content-table th:first-of-type {
  width: 100px;
  min-width: 100px;
}
/* [data-browse-mode="S"] .membership-content-table th:nth-of-type(3) {
  width: 200px;
  min-width: 200px;
} */


/* schedule */
.schedule-inner {
  padding: 100px 0;
  width: 1020px;
}
.schedule-content {
  margin-top: 48px;
}
[data-browse-mode="S"] .schedule-content {
  margin-top: 10px;
}
.schedule-content-txt {
  font-size: 16px;
}
[data-browse-mode="S"] .schedule-content-txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
[data-browse-mode="S"] .schedule-content-txt + .schedule-content-txt {
  margin-top: 10px;
}
.schedule-content-txt.dotted {
  text-indent: -0.6em;
  margin-left: 1em;
}
[data-browse-mode="S"] .schedule-content-txt.dotted {
  text-indent: -0.45em;
  margin-left: 1em;
}
.schedule-content-txt.dotted:before {
  content:"・";
  display: inline-block;
}
[data-browse-mode="S"] .schedule-content-table {
  margin-top: 30px;
}
.table-wrapper + .schedule-content-txt {
  margin-top: 30px;
}
.schedule-content-txt_attention {
  margin-top: 30px;
  font-size: 14px;
}
[data-browse-mode="S"] .schedule-content-txt_attention {
  font-size: 12px;
}
.schedule-content-table-01 th {
  width: calc((100% - 330px) / 2);
}
.schedule-content-table-01 th:first-of-type {
  width: 310px;
}
[data-browse-mode="S"]  .schedule-content-table-01 th {
  width: 200px;
  min-width: 200px
}


.schedule-content-table-02 th {
  width: calc((100% - 310px) / 2);
}
.schedule-content-table-02 th:first-of-type {
  width: 310px;
}
.schedule-content-table-02 tr:first-of-type th {
  background: #001378;
  color: #fff
}
.schedule-content-table-02 tr:first-of-type th:first-of-type {
  background: #F1F6F9;
  border-bottom: none;
}
.schedule-content-table-02 tr:nth-of-type(2) th:first-of-type {
  border-top: none;
}
.schedule-content-table-02 colgroup col:nth-child(even) {
  width: 255px;
}
.schedule-content-table td:first-of-type{
  padding-left: 10px;  
}
.schedule-content-table td {
  padding: 10px 8px;
  vertical-align: middle;
}
[data-browse-mode="P"] .schedule-content-table-02 td {
  padding: 10px 2px;
}
[data-browse-mode="P"] .schedule-content-table-02 td:first-of-type {
  padding: 10px 6px;
}
[data-browse-mode="S"] .schedule-content-table-02 colgroup col:nth-child(even) {
  width: 245px;
  min-width: 245px;
}
[data-browse-mode="S"] .schedule-content-table-02 colgroup col:nth-child(odd) {
  width: 120px;
  min-width: 120px;
}
[data-browse-mode="S"] .schedule-content-table-02 colgroup col:first-child {
  width: 200px;
  min-width: 200px;
}


.register-inner {
  padding: 100px 0;
  width: 1020px;
}
.register-content {
  margin-top: 70px;
}
[data-browse-mode="S"] .register-content {
  margin-top: 45px;
}
.register-content-list {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: stretch;
}
[data-browse-mode="S"] .register-content-list {
  flex-wrap: wrap;
  gap: 56px 0;
  /* align-items: center; */
}
.register-content-item {
  background: #fff;
  width: calc((100% - 60px) / 4);
  text-align: center;
  position: relative;
  padding: 25px 20px 20px;
}
[data-browse-mode="S"] .register-content-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.register-content-item:after {
  content: "";
  width: 40px;
  height: 42px;
  background: url('/img/usr/freepage/mileboostplus/step-arrow.png') no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: -33px;
  z-index: 1
}
[data-browse-mode="S"] .register-content-item:after {
  top: initial;
  bottom: -40px;
  right: initial;
  left: 50%;
  width: 35px;
  height: 43px;
  background-size: cover;
  background-position: right;
  transform: translateX(-50%) rotate(90deg);
  z-index: 1
}
.register-content-item:last-of-type:after {
  content:none;
}
.register-content-item-step {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.register-content-item-img {
  height: 80px;
  /* display: inline-block; */
  position: relative;
}
[data-browse-mode="S"] .register-content-item-img {
  width: 45%;
  height: initial;
  margin-right: 5%;
  min-height: 80px;
}
.register-content-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.register-content-item-txt {
  color: #001378;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
}
[data-browse-mode="S"] .register-content-item-txt {
  width: 50%;
  font-size: 14px;
  margin-top: 0;
  font-weight: 500;
}
.register-content-item-txt .sm {
  font-size: 10px;
  vertical-align: super;
}
.register-conten-txt_attention {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  text-indent: -0.9em;
  margin-left: 2em;
}
[data-browse-mode="S"] .register-conten-txt_attention {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.register-conten-txt_attention + .register-conten-txt_attention {
  margin-top: 0;
}
.register-conten-txt_attention:before {
  display: inline-block;
}
.register-conten-txt_attention:first-of-type:before {
  content:"※1"
}
.register-conten-txt_attention:nth-of-type(2):before {
  content:"※2"
}
.register-conten-txt_attention:nth-of-type(3):before {
  content:"※3"
}
[data-browse-mode="S"] .register-content-item-txt .sm {
  font-size: 8px;
}


/* attention */
.attention-inner {
  padding: 100px 0 0;
  width: 1020px;
}
[data-browse-mode="S"] .attention-inner {
  padding-bottom: 0;
}
.attention-content {
  margin-top: 40px
}
[data-browse-mode="S"] .attention-content {
  margin-top: 30px
}
.attention-content-txt {
  text-indent: -0.6em;
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.8;
}
[data-browse-mode="S"] .attention-content-txt {
  font-size: 14px;
  text-indent: -0.6em;
}
.attention-content-txt.mt-20 {
  margin-top: 20px;
}
.attention-content-txt:before {
  content:"・";
  display: inline-block;
}
.attention-content-indent {
  padding-left: 30px;
  padding-top: 10px;
}
.attention-content-indent-txt {
  text-indent: -0.65em;
  margin-left: 1em;
}
[data-browse-mode="S"] .attention-content-indent-txt {
  text-indent: -0.65em;
  margin-left: 0.65em;
}
.attention-content-indent-txt.mt-10 {
  margin-top: 10px;
}
.attention-content-indent-txt:before {
  content:"-";
  display: inline-block;
  margin-right: 8px;
}
[data-browse-mode="S"] .attention-content-indent-txt:before {
  margin-right: 10px;
}
.attention-content-indent-text_at {
  font-size: 14px;
  text-indent: -0.6em;
  margin-top: 10px;
}
[data-browse-mode="S"] .attention-content-indent-text_at {
  font-size: 12px;
  text-indent: 0;
}



/* faq */
.faq-inner {
  padding: 100px 0;
}
[data-browse-mode="S"] .faq-inner {
  padding: 50px 0;
  width:100%;
  margin: 0;
}
.faq-content {
  margin-top: 40px;
}
[data-browse-mode="S"] .faq-content {
  margin-top: 30px;
}
.faq-block:last-of-type {
  border-bottom: 1px solid #DCDCDC;
}
.faq-block-question {
  padding: 16px 20px 16px 56px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #DCDCDC;
  line-height: 1.8;
  cursor: pointer;
}
[data-browse-mode="S"] .faq-block-question {
  font-size: 14px;
  padding: 10px 50px 10px 51px;
}
.faq-block-question:before {
  content:"";
  width: 26px;
  height: 20px;
  background:url('/img/usr/freepage/mileboostplus/Q.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 20px;
  top: 18px;
}
[data-browse-mode="S"] .faq-block-question:before {
  left: 15px;
  top: 12px;
}
.faq-block-question span:before {
  content:"";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #001378;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-block-question span:after {
  content:"";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #001378;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
[data-browse-mode="S"] .faq-block-question span:before,
[data-browse-mode="S"] .faq-block-question span:after {
  right: 15px;
}
.faq-block-question.is-open span:after {
  transform: translateY(-50%);
}
.faq-block-answer {
  padding: 16px 20px 16px 56px;
  position: relative;
  font-size: 16px;
  background:#F1F6F9;
  display: none;
  line-height: 1.8;
  border-top: 1px solid #DCDCDC;
}
.faq-block-answer span.faq-block-answer-note {
  font-size: 8px;
  vertical-align: super;
}
.faq-block-answer span.faq-block-answer-indent {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.faq-block-answer span.faq-block-answer-indent::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.faq-block-answer:before {
  content:"";
  width: 26px;
  height: 20px;
  background:url('/img/usr/freepage/mileboostplus/A.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 20px;
  top: 18px;
}
[data-browse-mode="S"] .faq-block-answer {
  font-size:14px;
  padding: 20px 35px 20px 51px;
}
[data-browse-mode="S"] .faq-block-answer:before {
  left: 15px;
  top: 22px;
}
.faq-block-question.is-open + .faq-block-answer {
  display: block;
}


/* contact */
.contact-inner {
  padding: 50px 0;
  width: 580px;
}
.contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-browse-mode="S"] .contact-content.sp-only {
  display: block;
}
.contact-content-img {
  width: 120px;
  height: auto;
}
[data-browse-mode="S"] .contact-content-img {
  width: 70px;
}
.contact-content-img img {
  width: 100%
}
.contact-content-block {
  width: 420px;
  margin-left: auto;
  text-align: center;
}
.contact-content-note {
  font-size: 16px;
  margin-top: 8px;
}
[data-browse-mode="S"] .contact-content-block {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-content-txt {
  font-size: 20px;
  font-weight: bold;
}
[data-browse-mode="S"] .contact-content-txt {
  font-size: 18px;
  text-align: left;
  margin-left: 10px;
  line-height: 1.8;
}
.contact-content-btn {
  border: 1px solid #001378;
  background: #fff;
  width: 100%;
  display:block;
  color: #001378;
  font-size: 16px;
  padding: 13px 0;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: bold;
  position: relative
}
.contact-content-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
[data-browse-mode="S"] .contact-content-btn {
  text-align: center;
  max-width: 400px;
  font-size: 14px;
}
.contact-content-btn:after {
  content: '';
  width: 8px;
  height: 15px;
  background: url('/img/usr/freepage/mileboostplus/arrow_blue.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 24px;
  top: 54%;
  transform: translateY(-50%);
}
[data-browse-mode="S"] .contact-content-btn:after {
  right: 17px;
  top: 51%;
}

[data-browse-mode="S"] .contact-content-note {
  font-size: 13px;
  margin-top: 6px;
  text-align: center;
}



.overview-attention-note {
  color: #ff0000;
  border: 2px solid #ff0000;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
[data-browse-mode="P"] .overview-attention-note {
  padding: 20px;
  font-size: 18px;
}
[data-browse-mode="S"] .overview-attention-note {
  padding: 15px 10px;
  font-size: 15px;
}