@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #2a2a2a;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #2a2a2a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover:hover {
  opacity: 0.7;
}

a:hover,
a:hover img,
.img_hover:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

@media screen and (min-width: 768px), print {
  .au-header-nav, .str-main .str-content .str-contentBody {
    max-width: 1000px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .au-header-nav-wrap-fixed + #container .nav-local {
    position: fixed;
    width: 100%;
    top: 78px;
    z-index: 10;
  }
  .str-contentBody {
    padding-bottom: 0;
  }
  .sp {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .nav-local {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .nav-local ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-local ul li {
    width: auto;
    border-top: none;
    border-bottom: none;
  }
  .nav-local ul li a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 27px;
  }
  .nav-local ul li a:before {
    content: none;
  }
  .nav-local ul li a:hover {
    text-decoration: none;
  }
  .str-content__title {
    background-color: #2a2a2a;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 13px 0;
    position: relative;
  }
  .str-content__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 23px;
    border-color: #2a2a2a transparent transparent transparent;
  }
  .note p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
  .note p:before {
    content: "※";
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: top;
    line-height: 1em;
    margin-top: 0.2em;
  }
  .c-button__black {
    background-color: #2a2a2a;
    -moz-border-radius: 35px;
         border-radius: 35px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    width: 450px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .c-button__black:after {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background: url(../images/icon_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-button__black span {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
  .c-button__black img {
    display: none;
  }
  .c-button__black__02 {
    background-color: #fff;
    border: 4px solid #2a2a2a;
    width: 450px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .c-button__black__02:after {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background: url(/shared/img/icn-_blank.svg) no-repeat center center;
    -moz-background-size: contain;
          background-size: contain;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-button__black__02 span {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 2rem;
  }
  .c-button__black__02 img {
    display: none;
  }
  .mv {
    background: url(../images/mv/mv_bg_pc.jpg) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv#mv .str-contentBody {
    padding: 48px 0 40px;
  }
  .mv__topic {
    text-align: center;
  }
  .mv__topic img {
    width: 100%;
    max-width: 907px;
  }
  .mv__plan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    width: 101%;
  }
  .mv__plan li {
    width: 49%;
  }
  .mv__switch {
    margin-top: 27px;
    text-align: center;
  }
  .mv__switch__attention {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 8px;
         border-radius: 8px;
    width: 890px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    margin: 25px auto 0;
    overflow: hidden;
  }
  .mv__switch__attention dt {
    background-color: #2a2a2a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    width: 145px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv__switch__attention dd {
    font-family: 'Noto Sans JP', sans-serif;
    width: 750px;
    background-color: #fff;
    padding: 14px 18px;
    text-align: left;
  }
  .mv__switch__attention dd p a {
    position: relative;
    padding-left: 1em;
    color: #eb5505;
    display: inline-block;
    margin-left: 0.5em;
    text-decoration: underline;
  }
  .mv__switch__attention dd p a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #eb5505;
    border-right: 2px solid #eb5505;
  }
  .mv__switch__attention dd .attention__note {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
  .cv {
    background-color: #eb5505;
  }
  .cv .str-contentBody {
    padding: 50px 0 60px !important;
  }
  .cv__select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cv__select-item {
    background-color: #fff;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 30px 20px 29px;
    width: 48.5%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
  }
  .cv__select-item:nth-of-type(2) {
    margin-left: 3%;
  }
  .cv__select-item p {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .cv__select-item p span {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .cv__select-item.wide {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    padding-left: 50px;
  }
  .cv__select-item.wide p {
    text-align: left;
  }
  .cv__select-item.wide .cv__select__button {
    width: 360px;
    min-width: 360px;
    margin: 0 0 0 104px;
  }
  .cv__select__button {
    background-color: #ffff00;
    -moz-border-radius: 34px;
         border-radius: 34px;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.4rem;
    max-width: 360px;
    padding: 17px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 10px auto 0;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .cv__select__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2a2a2a;
    border-right: 2px solid #2a2a2a;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cv__select__button img {
    display: none;
  }
  .cv__select .tel_num {
    margin-top: 4px;
  }
  .cv__select .tel_num span, .cv__select .tel_num a {
    display: inline-block;
    font-size: 0;
    width: 340px;
    height: 39px;
    padding-left: 45px;
    position: relative;
  }
  .cv__select .tel_num span:before, .cv__select .tel_num a:before {
    content: "";
    display: block;
    width: 52px;
    height: 35px;
    position: absolute;
    left: 0;
    background: url(../images/cv/tel_icon.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num.tel_num_new span, .cv__select .tel_num.tel_num_new a {
    background: url(../images/cv/tel_num_new.svg?202206) no-repeat right center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num.tel_num_change span, .cv__select .tel_num.tel_num_change a {
    background: url(../images/cv/tel_num_change.svg) no-repeat right center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num__attention {
    font-weight: normal;
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .cv__note {
    color: #fff;
    font-size: 1.4rem;
    margin: 22px 0;
  }
  .cv__note a {
    text-decoration: underline;
    color: inherit;
    font-weight: bold;
  }
  .cv__attention {
    -moz-border-radius: 5px;
         border-radius: 5px;
    overflow: hidden;
  }
  .cv__attention dt {
    background-color: #2a2a2a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 0;
  }
  .cv__attention dd {
    background-color: #fff;
    padding: 1em 24px;
  }
  .cv__attention dd p {
    font-size: 1.4rem;
  }
  .cv__attention dd p + p {
    margin-top: 3px;
  }
  .cv .referer_af .cv__select .wide {
    margin-bottom: 0;
  }
  .provide {
    background-color: #f3f3f3;
  }
  .str-main .str-content.benefits .str-contentBody {
    padding: 20px 0 30px;
  }
  .benefits_title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .provide .str-contentBody {
    padding-top: 70px;
    padding-bottom: 70px !important;
  }
  .provide__copy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .provide__copy p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 118px;
    position: relative;
    margin-left: -42px;
    line-height: 1.3;
    letter-spacing: 2.5px;
  }
  .provide__copy p em {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 108px;
    height: 106px;
    background: url(../images/provide/icon_emphasis.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    font-size: 2.4rem;
    position: absolute;
    left: 4px;
    top: -32px;
  }
  .provide__copy p small {
    font-size: 2rem;
  }
  .provide__copy span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    display: inline-block;
    padding: 4px 20px;
    background-color: #ffff00;
    margin-top: 24px;
  }
  .provide .check-area {
    margin-top: 40px;
    -moz-border-radius: 9px;
         border-radius: 9px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 65px 0 55px;
  }
  .provide .check-area__title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .provide .check-area__title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #eb5505;
    position: absolute;
    left: 0;
    right: 0;
    margin: 12px auto;
  }
  .provide .check-area__form {
    width: 500px;
    margin: 26px auto 0;
  }
  .provide .check-area__form dl {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .provide .check-area__form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .provide .check-area__form dl dt .num {
    background-color: #eb5505;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .provide .check-area__form dl dt .text {
    font-weight: bold;
    margin-left: 15px;
  }
  .provide .check-area__form dl dt .label {
    margin-left: 11px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #eb5505;
    padding: 1px 10px;
  }
  .provide .check-area__form dl dt .label.label-02 {
    background-color: #2a2a2a;
  }
  .provide .check-area__form dl dt a {
    position: absolute;
    right: 0;
    text-decoration: underline;
    font-size: 1.4rem;
    top: 0;
  }
  .provide .check-area__form dl dt a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/provide/icon_link_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
  }
  .provide .check-area__form dl dt a img {
    display: none;
  }
  .provide .check-area__form dl dd {
    margin-top: 17px;
  }
  .provide .check-area__form dl dd input {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }
  .provide .check-area__form dl dd input[type="text"] {
    background-color: #f3f3f3;
    height: 44px;
    padding: 0 16px;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .provide .check-area__form dl dd input[type="radio"] {
    display: none;
  }
  .provide .check-area__form dl dd .half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .provide .check-area__form dl dd .half label {
    width: 48%;
  }
  .provide .check-area__form dl dd .short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .provide .check-area__form dl dd .short label {
    width: 31%;
  }
  .provide .check-area__form dl dd .check-area__note {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .provide .check-area__form dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .provide .check-area__form dl dd ul li {
    width: 48%;
    height: 74px;
  }
  .provide .check-area__form dl dd ul li label {
    border: 2px solid #d9d9d9;
    -moz-border-radius: 8px;
         border-radius: 8px;
    display: block;
    height: 100%;
    position: relative;
  }
  .provide .check-area__form dl dd ul li label input[type="radio"]:checked + span:after {
    content: "";
  }
  .provide .check-area__form dl dd ul li label.type-kodate {
    background: url(../images/provide/icon_house.svg) no-repeat 78px center;
    -moz-background-size: 26px 19px;
         background-size: 26px 19px;
  }
  .provide .check-area__form dl dd ul li label.type-mansion {
    background: url(../images/provide/icon_apartment.svg) no-repeat 80px center;
    -moz-background-size: 18px 25px;
         background-size: 18px 25px;
  }
  .provide .check-area__form dl dd ul li span {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding-left: 113px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .provide .check-area__form dl dd ul li span:before, .provide .check-area__form dl dd ul li span:after {
    content: "";
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .provide .check-area__form dl dd ul li span:before {
    width: 24px;
    height: 24px;
    background-color: #f3f3f3;
    left: 25px;
  }
  .provide .check-area__form dl dd ul li span:after {
    width: 12px;
    height: 12px;
    background-color: #eb5505;
    left: 31px;
    content: none;
  }
  .provide .check-area__form__text {
    margin-top: 2.6rem;
    text-align: center;
  }
  .provide .check-area__form .emulate_submit {
    margin-top: 32px;
  }
  .home_set#home_set .str-contentBody {
    padding-top: 50px;
    padding-bottom: 70px !important;
  }
  .merit#merit .str-contentBody {
    padding: 0;
  }
  .merit .center {
    text-align: center;
  }
  .merit .point {
    padding: 70px 0 68px;
  }
  .merit .point__title {
    text-align: center;
  }
  .merit .point__title img {
    margin-bottom: 16px;
  }
  .merit .point__title span {
    display: block;
    color: #eb5505;
    font-weight: bold;
    font-size: 4.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 4px;
    margin-bottom: 38px;
  }
  .merit .point01 {
    padding-top: 80px;
  }
  .merit .point01__attention {
    margin-top: 30px;
  }
  .merit .point01__attention.note-number {
    margin-top: 20px;
    padding: 0 20px;
  }
  .merit .point01__attention.note-number p:before {
    content: "※1";
  }
  .merit .point01--content {
    background-color: #f9f9f9;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
  }
  .merit .point01--content__inner {
    padding: 38px 0;
    width: 800px;
    margin: 0 auto;
  }
  .merit .point01--content__01 {
    text-align: center;
  }
  .merit .point01--content__02 .new-service dt {
    border-bottom: 1px solid #d9d9d9;
    padding: 2px 0 10px;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .merit .point01--content__02 .new-service dd {
    padding: 30px 0 12px;
    text-align: center;
  }
  .merit .point01--content__02 .new-service dd .new-service__new {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 4px 40px;
    padding-left: 72px;
    display: inline-block;
    background: url(../images/merit/icon_house.svg) no-repeat 31px center;
    -moz-background-size: 31px 22px;
         background-size: 31px 22px;
    background-color: #eb5505;
  }
  .merit .point01--content__02 .new-service dd .new-service__title {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    color: #eb5505;
    margin: 0 0 20px;
  }
  .merit .point01--content__02 .new-service dd .new-service__plan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point01--content__02 .new-service dd .new-service__plan li {
    width: 48%;
  }
  .merit .point01--content__02 .new-service dd .new-service__discount {
    margin-top: 46px;
  }
  .merit .point01__link {
    margin-top: 40px;
  }
  .merit .point02 {
    background-color: #f3f3f3;
  }
  .merit .point02__subtitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 4px solid #eb5505;
    background-color: #fff;
  }
  .merit .point02__subtitle span {
    width: -webkit-calc(50% + 30px);
    width: -moz-calc(50% + 30px);
    width: calc(50% + 30px);
    color: #eb5505;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    padding: 12px 0;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: -1.5px;
  }
  .merit .point02__subtitle span + span {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    color: #fff;
    background-color: #eb5505;
    position: relative;
  }
  .merit .point02__subtitle span + span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 52px;
    border-color: transparent transparent #eb5505 transparent;
    left: -52px;
    top: 0px;
  }
  .merit .point02__copy {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.9rem;
    line-height: 1.4;
    margin: 20px 0;
  }
  .merit .point02__copy em {
    color: #eb5505;
    font-size: 3.5rem;
  }
  .merit .point02__copy span {
    font-size: 3.5rem;
  }
  .merit .point02__attention {
    margin: 1.5em 0;
  }
  .merit .point02__family {
    background-color: #fff;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 0 40px;
  }
  .merit .point02__family__title {
    text-align: center;
  }
  .merit .point02__family__note {
    text-align: center;
    margin-top: 28px;
    line-height: 1.6;
  }
  .merit .point02__family__result {
    text-align: center;
    margin-top: 18px;
  }
  .merit .point02__family__result p {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    position: relative;
    z-index: 0;
  }
  .merit .point02__family__result p:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffff00;
    width: 100%;
    height: 12px;
    bottom: 0;
    z-index: -1;
  }
  .merit .point02__family__result p span {
    font-size: 4.4rem;
  }
  .merit .point02__link {
    margin-top: 38px;
  }
  .merit .point02 .js-toggle {
    margin-top: 38px;
  }
  .merit .point03__box {
    margin-top: 32px;
    border: 4px solid #eb5505;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background-color: #fff;
  }
  .merit .point03__box dl {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .merit .point03__box dl dt {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 14px;
  }
  .merit .point03__box dl dd {
    padding: 30px 0 15px;
  }
  .merit .point03__box dl dd .return__content {
    margin-top: 22px;
  }
  .merit .point03__link {
    margin-top: 40px;
  }
  .merit .point03__plan {
    margin-top: 48px;
  }
  .merit .point03__plan .plan__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point03__plan .plan__item li {
    width: 49.5%;
  }
  .merit .point03__plan__attention {
    margin: 20px 0 50px;
  }
  .merit .point03__plan__discount__title {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #000;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .option .str-contentBody {
    padding: 52px 0 68px;
  }
  .option__list-item {
    background-color: #f9f9f9;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 48px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .option__list-item:nth-child(n+2) {
    margin-top: 36px;
  }
  .option__list-item .option__image {
    width: 42%;
  }
  .option__list-item .option__text {
    width: 53.2%;
    position: relative;
  }
  .option__list-item .option__text__title {
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 16px;
    position: relative;
  }
  .option__list-item .option__text__title:before {
    content: "";
    display: block;
    background: #eb5505;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .option__list-item .option__text__text {
    line-height: 1.8;
    margin-top: 20px;
  }
  .option__list-item .option__text__button {
    background-color: #2491ce;
    -moz-border-radius: 8px;
         border-radius: 8px;
    width: 390px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .option__list-item .option__text__button img {
    display: none;
  }
  .option__list-item .option__text__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .discount#discount .str-contentBody {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .discount-option {
    margin-top: 75px;
    padding: 80px 0 75px;
    position: relative;
    background-color: #f3f3f3;
  }
  .discount-option .str-contentBody {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .discount-option__title {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .discount-option__title span {
    font-size: 4rem;
    letter-spacing: 7px;
  }
  .discount-option__title span img {
    margin-bottom: 8px;
    display: inline-block;
  }
  .discount-option__title > em {
    color: #fff;
    display: inline-block;
    background-color: #eb5505;
    font-size: 2.4rem;
    padding: 7px 20px;
    margin-bottom: 10px;
  }
  .discount-option__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .discount-option__list-item {
    width: 30.8%;
    margin-left: 3.8%;
  }
  .discount-option__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .discount-option__list-item:nth-child(n+4) {
    margin-top: 40px;
  }
  .discount-option__link {
    width: 100%;
    height: 50px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background-color: #2491ce;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 18px;
    position: relative;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .discount-option__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .discount-option__link img {
    display: none;
  }
  .flow#flow .str-contentBody {
    padding-top: 16px;
    padding-bottom: 78px !important;
  }
  .flow__step {
    padding-top: 40px;
  }
  .flow__step-item .step__title {
    border-bottom: 4px solid #2a2a2a;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
  }
  .flow__step-item .step__title img {
    margin-right: 34px;
    width: 106px;
  }
  .flow__step-item .step__content__b-block {
    border-top: 1px solid #d9d9d9;
    padding: 28px 0;
  }
  .flow__step-item .step__content__b-block a {
    text-decoration: underline;
    color: #2491ce;
    font-size: 1.4rem;
    margin-left: 1.5em;
    display: inline-block;
    position: relative;
  }
  .flow__step-item .step__content__b-block a:after {
    content: "";
    display: block;
    width: 20px;
    height: 19px;
    background: url(../images/flow/icon_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -24px;
  }
  .flow__step-item .step__content__b-block a img {
    display: none;
  }
  .flow__step-item .step__content .method_pattern {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow__step-item .step__content .method_pattern dl {
    width: 49%;
  }
  .flow__step-item .step__content .method_pattern dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .flow__step-item .step__content .method_pattern dl dt:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
  .flow__step-item .step__content .method_pattern dl dd {
    margin-top: 1em;
  }
  .flow__step-item .step__content .method_pattern dl.mail dt:before {
    background: url(../images/flow/icon_step02_01.png) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .flow__step-item .step__content .method_pattern dl.tel dt:before {
    background: url(../images/flow/icon_step02_02.png) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .flow__step-item .step__content__text {
    font-size: 1.6rem;
  }
  .flow__step-item .step__content .for-customer {
    border: 4px solid #2a2a2a;
    text-align: center;
    padding: 20px;
  }
  .flow__step-item .step__content .for-customer dt {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .flow__step-item .step__content .for-customer dd {
    margin-top: 1em;
  }
  .flow__step-item .step__overview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0 30px;
  }
  .flow__step-item .step__images {
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flow__step-item .step__images img {
    width: 44px;
  }
  .other {
    position: relative;
    background-color: #f3f3f3;
  }
  .other#other .str-contentBody {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .other__box {
    margin-top: 32px;
    border: 4px solid #eb5505;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background-color: #fff;
  }
  .other__box dl {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0 18px;
  }
  .other__box dl dt {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    letter-spacing: 1px;
  }
  .other__box dl dd {
    padding: 30px 0 15px;
  }
  .other__condition {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 14px;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    margin-top: 30px;
  }
  .other__link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 3.64583vw;
  }
  .pc {
    display: none;
  }
  html #container {
    position: relative;
    overflow-x: hidden;
  }
  html.active body #container:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .au-header-nav-wrap-fixed {
    position: fixed;
    top: 0;
  }
  .au-header-nav-wrap-fixed + #container .nav-local {
    position: fixed;
    top: 63px;
    bottom: 0;
  }
  .au-apply-fixed {
    position: static;
  }
  .str-main .str-content .str-contentBody {
    padding: 0 3.90625vw;
  }
  .nav-local {
    position: absolute;
    width: 75.52083vw;
    background-color: #fff;
    right: -75.52083vw;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1000;
  }
  .nav-local.active {
    right: 0;
  }
  .nav-local ul {
    display: block;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #ccc !important;
  }
  .nav-local ul li {
    width: 100%;
    border: none;
    position: relative;
  }
  .nav-local ul li:after {
    content: "";
    display: block;
    width: 67.70833vw;
    height: 1px;
    position: absolute;
    background-color: #ccc;
    left: 3.90625vw;
    bottom: 0;
  }
  .nav-local ul li a {
    font-size: 3.90625vw;
    font-weight: bold;
    padding: 3.90625vw 5.20833vw;
    position: relative;
  }
  .nav-local ul li a:before {
    content: none;
  }
  .nav-local ul li a:after {
    content: "";
    display: block;
    width: 1.30208vw;
    height: 1.30208vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 5.20833vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav-local ul li a:hover {
    text-decoration: none;
  }
  .nav-local .apply-btn {
    padding: 8.85417vw 3.90625vw;
  }
  .nav-local .apply-btn a, .nav-local .apply-btn span {
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    padding: 4.42708vw;
    padding-left: 15.625vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .nav-local .apply-btn a + a, .nav-local .apply-btn a span, .nav-local .apply-btn span + a, .nav-local .apply-btn span span {
    margin-top: 3.90625vw;
    color: #fff;
  }
  .nav-local .apply-btn__web {
    background: url(../images/icon_mail.png) no-repeat 3.38542vw center;
    -moz-background-size: 8.07292vw 8.07292vw;
         background-size: 8.07292vw 8.07292vw;
    background-color: #ffff00;
  }
  .nav-local .apply-btn__tel {
    background: url(../images/icon_tel.png) no-repeat 3.38542vw center;
    -moz-background-size: 8.07292vw 8.07292vw;
         background-size: 8.07292vw 8.07292vw;
    background-color: #f30105;
  }
  .str-content__title {
    background-color: #2a2a2a;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 5.20833vw;
    padding: 3.38542vw 0;
    position: relative;
  }
  .str-content__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.99479vw 3.45052vw 0 3.45052vw;
    border-color: #2a2a2a transparent transparent transparent;
  }
  .note p {
    font-size: 3.125vw;
    padding-left: 1.5em;
    position: relative;
  }
  .note p:before {
    content: "※";
    display: block;
    margin-right: 0.4em;
    position: absolute;
    line-height: 1em;
    margin-top: 0.3em;
    left: 0;
  }
  .c-button__black {
    background-color: #2a2a2a;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    width: 70.3125vw;
    height: 10.67708vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .c-button__black:after {
    content: "";
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    background: url(../images/icon_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 4.55729vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-button__black span {
    color: #fff;
    font-weight: bold;
    font-size: 3.90625vw;
  }
  .c-button__black img {
    display: none;
  }



  .c-button__black__02 {
    background-color: #fff;
    border: 2px solid #2a2a2a;
    width: 70.3125vw;
    height: 10.67708vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .c-button__black__02:after {
    content: "";
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    background: url(/shared/img/icn-_blank.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 2.55729vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-button__black__02 span {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 3.90625vw;
  }
  .c-button__black__02 img {
    display: none;
  }





  .mv {
    background: url(../images/mv/mv_bg_sp.jpg) no-repeat center top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 3.64583vw 0 7.8125vw;
  }
  .mv__topic {
    text-align: center;
  }
  .mv__topic img {
    width: 94.01042vw;
  }
  .mv__plan {
    margin-top: 4.16667vw;
    padding: 0 1.5625vw;
  }
  .mv__plan li + li {
    margin-top: 1.30208vw;
  }
  .mv__switch {
    margin-top: 9.89583vw;
    text-align: center;
  }
  .mv__switch img {
    width: 77.34375vw;
  }
  .mv__switch__attention {
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    margin: 4.94792vw auto 0;
    overflow: hidden;
  }
  .mv__switch__attention dt {
    background-color: #2a2a2a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.64583vw;
    padding: 1.30208vw 0;
    position: relative;
    cursor: pointer;
  }
  .mv__switch__attention dt:before, .mv__switch__attention dt:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 3.125vw;
    height: 1px;
    position: absolute;
    right: 2.60417vw;
    top: 3.90625vw;
  }
  .mv__switch__attention dt:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mv__switch__attention dd {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    text-align: left;
    height: 0;
    overflow: hidden;
  }
  .mv__switch__attention dd .note__inner {
    padding: 3.38542vw 5.20833vw;
  }
  .mv__switch__attention dd p {
    font-size: 3.125vw;
  }
  .mv__switch__attention dd p a {
    position: relative;
    padding-left: 1em;
    color: #eb5505;
    display: inline-block;
    font-size: inherit;
    text-decoration: underline;
  }
  .mv__switch__attention dd p a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 1.30208vw;
    height: 1.30208vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #eb5505;
    border-right: 1px solid #eb5505;
  }
  .mv__switch__attention dd .attention__note {
    margin-top: 0.5em;
  }
  .mv__switch__attention dd .attention__note span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 3.125vw;
  }
  .mv__switch__attention dd .attention__note span + span {
    margin-top: 0.78125vw;
  }
  .mv__switch__attention.active dt:before {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mv__switch__attention.active dt:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cv {
    background-color: #eb5505;
  }
  .cv .str-contentBody {
    padding-top: 7.55208vw !important;
    padding-bottom: 7.55208vw !important;
  }
  .cv__select-item {
    background-color: #fff;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    padding: 6.51042vw 7.8125vw 5.72917vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
  }
  .cv__select-item:nth-of-type(2) {
    margin-top: 3.90625vw;
  }
  .cv__select-item p {
    font-size: 5.20833vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .cv__select-item p span {
    font-weight: normal;
    font-size: 3.64583vw;
  }
  .cv__select-item.wide {
    margin-bottom: 3.64583vw;
  }
  .cv__select__button {
    background-color: #ffff00;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    font-weight: bold;
    text-decoration: none;
    font-size: 4.42708vw;
    max-width: 70.3125vw;
    padding: 3.64583vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 4.55729vw auto 0;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
  }
  .cv__select__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2a2a2a;
    border-right: 2px solid #2a2a2a;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cv__select__button img {
    display: none;
  }
  .cv__select .tel_num {
    margin: 0;
  }
  .cv__select .tel_num span, .cv__select .tel_num a {
    display: inline-block;
    font-size: 0;
    width: 63.02083vw;
    height: 7.03125vw;
    padding-left: 7.8125vw;
    position: relative;
  }
  .cv__select .tel_num span:before, .cv__select .tel_num a:before {
    content: "";
    display: block;
    width: 10.28646vw;
    height: 6.77083vw;
    position: absolute;
    left: 0;
    background: url(../images/cv/tel_icon.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num.tel_num_new span, .cv__select .tel_num.tel_num_new a {
    background: url(../images/cv/tel_num_new.svg?202206) no-repeat right center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num.tel_num_change span, .cv__select .tel_num.tel_num_change a {
    background: url(../images/cv/tel_num_change.svg) no-repeat right center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cv__select .tel_num__attention {
    font-weight: normal;
    margin-top: 2.60417vw;
    font-size: 3.125vw;
  }
  .cv__note {
    color: #fff;
    font-size: 3.125vw;
    margin: 1em 0;
  }
  .cv__note a {
    text-decoration: underline;
    color: inherit;
    font-weight: bold;
  }
  .cv__attention {
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    overflow: hidden;
  }
  .cv__attention dt {
    background-color: #2a2a2a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1.82292vw 0;
    position: relative;
    cursor: pointer;
  }
  .cv__attention dt:before, .cv__attention dt:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 3.125vw;
    height: 1px;
    position: absolute;
    right: 2.60417vw;
    top: 3.90625vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .cv__attention dt:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .cv__attention dd {
    background-color: #fff;
    height: 0;
    overflow: hidden;
  }
  .cv__attention dd .note__inner {
    padding: 1em 5.46875vw;
  }
  .cv__attention dd p {
    font-size: 3.125vw;
  }
  .cv__attention.active dt:before {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cv__attention.active dt:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .provide {
    background-color: #f3f3f3;
  }
  .provide#provide .str-contentBody {
    padding-top: 10.67708vw;
    padding-bottom: 10.41667vw;
  }
  .provide__copy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .provide__copy p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.6875vw;
    font-weight: bold;
    position: relative;
  }
  .provide__copy p em {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14.84375vw;
    height: 14.32292vw;
    background: url(../images/provide/icon_emphasis.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    font-size: 3.38542vw;
    position: absolute;
    left: -16.40625vw;
    top: -5.46875vw;
  }
  .provide__copy p small {
    font-size: 3.125vw;
  }
  .provide__copy span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5.20833vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.82292vw;
  }
  .provide__copy span em {
    padding: 0.26042vw 1.5625vw;
    background-color: #ffff00;
    display: inline-block;
  }
  .provide__copy span em:nth-of-type(2) {
    margin-top: 1.30208vw;
  }
  .provide .check-area {
    margin-top: 6.51042vw;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 7.03125vw 5.20833vw 7.8125vw;
  }
  .provide .check-area__title {
    font-size: 5.20833vw;
    font-weight: bold;
    text-align: center;
  }
  .provide .check-area__form {
    margin: 0 auto;
  }
  .provide .check-area__form dl {
    padding: 5.20833vw 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .provide .check-area__form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .provide .check-area__form dl dt .num {
    background-color: #eb5505;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 5.20833vw;
    height: 5.20833vw;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .provide .check-area__form dl dt .num img {
    height: 2.60417vw;
    width: auto;
  }
  .provide .check-area__form dl dt .text {
    font-weight: bold;
    margin-left: 1.30208vw;
  }
  .provide .check-area__form dl dt .label {
    margin-left: 1.82292vw;
    font-size: 3.125vw;
    color: #fff;
    background-color: #eb5505;
    padding: 0.26042vw 1.30208vw;
  }
  .provide .check-area__form dl dt .label.label-02 {
    background-color: #2a2a2a;
  }
  .provide .check-area__form dl dt a {
    position: absolute;
    right: 0;
    text-decoration: underline;
    font-size: 3.125vw;
  }
  .provide .check-area__form dl dt a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/provide/icon_link_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 3.90625vw;
    margin: -0.26042vw 0 0 1.04167vw;
  }
  .provide .check-area__form dl dt a img {
    display: none;
  }
  .provide .check-area__form dl dd {
    margin-top: 3.125vw;
  }
  .provide .check-area__form dl dd input {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }
  .provide .check-area__form dl dd input[type="text"] {
    background-color: #f3f3f3;
    height: 10.41667vw;
    padding: 0 3.38542vw;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
  }
  .provide .check-area__form dl dd input[type="radio"] {
    display: none;
  }
  .provide .check-area__form dl dd .half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .provide .check-area__form dl dd .half label {
    width: 48%;
  }
  .provide .check-area__form dl dd .short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .provide .check-area__form dl dd .short label {
    width: 31%;
  }
  .provide .check-area__form dl dd .check-area__note {
    margin-top: 1em;
    font-size: 3.125vw;
  }
  .provide .check-area__form dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .provide .check-area__form dl dd ul li {
    width: 48%;
    height: 22.65625vw;
  }
  .provide .check-area__form dl dd ul li label {
    border: 0.26042vw solid #d9d9d9;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    display: block;
    height: 100%;
    position: relative;
  }
  .provide .check-area__form dl dd ul li label input[type="radio"]:checked + span:after {
    content: "";
  }
  .provide .check-area__form dl dd ul li label.type-kodate {
    background: url(../images/provide/icon_house.svg) no-repeat 18.48958vw 5.59896vw;
    -moz-background-size: 5.59896vw 4.03646vw;
         background-size: 5.59896vw 4.03646vw;
  }
  .provide .check-area__form dl dd ul li label.type-kodate span {
    padding-left: 17.57813vw;
  }
  .provide .check-area__form dl dd ul li label.type-mansion {
    background: url(../images/provide/icon_apartment.svg) no-repeat 21.22396vw 4.55729vw;
    -moz-background-size: 4.03646vw 5.33854vw;
         background-size: 4.03646vw 5.33854vw;
  }
  .provide .check-area__form dl dd ul li label.type-mansion span {
    padding-left: 14.71354vw;
  }
  .provide .check-area__form dl dd ul li span {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.20833vw;
  }
  .provide .check-area__form dl dd ul li span:before, .provide .check-area__form dl dd ul li span:after {
    content: "";
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .provide .check-area__form dl dd ul li span:before {
    width: 4.16667vw;
    height: 4.16667vw;
    background-color: #f3f3f3;
    left: 3.90625vw;
  }
  .provide .check-area__form dl dd ul li span:after {
    width: 2.08333vw;
    height: 2.08333vw;
    background-color: #eb5505;
    left: 4.94792vw;
    content: none;
  }
  .provide .check-area__form__text {
    margin-top: 1em;
    text-align: center;
    font-size: 3.64583vw;
  }
  .provide .check-area__form .emulate_submit {
    margin-top: 3.64583vw;
  }
  .str-main .str-content.benefits .str-contentBody {
    padding: 15px 0;
  }
  .benefits_title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .home_set#home_set .str-contentBody {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .merit#merit .str-contentBody {
    padding-top: 11.71875vw;
    padding-bottom: 0;
  }
  .merit .point {
    padding: 9.11458vw 0 10.41667vw;
  }
  .merit .point .str-contentBody {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .merit .point__pagelink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point__pagelink a {
    font-weight: bold;
    font-size: 3.125vw;
    text-align: center;
    width: 31%;
    border: 0.26042vw solid #000;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    height: 20.57292vw;
    padding-top: 3.38542vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    position: relative;
  }
  .merit .point__pagelink a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.04167vw;
    height: 1.04167vw;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2.60417vw;
  }
  .merit .point__pagelink a span {
    display: block;
    font-size: 2.60417vw;
    margin-bottom: 1.30208vw;
  }
  .merit .point__pagelink a:nth-of-type(1) span {
    margin-bottom: 2.60417vw;
  }
  .merit .point .center {
    text-align: center;
  }
  .merit .point__title {
    text-align: center;
  }
  .merit .point__title img {
    margin-bottom: 2.86458vw;
    width: auto;
    height: 5.72917vw;
  }
  .merit .point__title span {
    display: block;
    color: #eb5505;
    font-weight: bold;
    font-size: 7.8125vw;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.13021vw;
    margin-bottom: 2.86458vw;
  }
  .merit .point01 {
    padding-top: 11.71875vw;
  }
  .merit .point01 img {
    max-width: 100%;
  }
  .merit .point01__attention {
    margin-top: 1em;
  }
  .merit .point01__attention.note-number p {
    padding-left: 2em;
    text-align: left;
  }
  .merit .point01__attention.note-number p:before {
    content: "※1";
  }
  .merit .point01--content {
    background-color: #f9f9f9;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    margin-top: 4.94792vw;
  }
  .merit .point01--content__inner {
    padding: 5.46875vw 3.90625vw 3.38542vw;
    margin: 0 auto;
  }
  .merit .point01--content__02 .new-service dt {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 2.08333vw;
    font-size: 4.6875vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .merit .point01--content__02 .new-service dd {
    padding: 4.81771vw 0;
    text-align: center;
  }
  .merit .point01--content__02 .new-service dd .new-service__new {
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    -moz-border-radius: 4.42708vw;
         border-radius: 4.42708vw;
    background: #eb5505;
    padding: 1.30208vw 7.29167vw;
    padding-left: 13.28125vw;
    display: inline-block;
    background: url(../images/merit/icon_house.svg) no-repeat 5.59896vw center;
    -moz-background-size: 5.59896vw 4.03646vw;
         background-size: 5.59896vw 4.03646vw;
    background-color: #eb5505;
  }
  .merit .point01--content__02 .new-service dd .new-service__title {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.6875vw;
    color: #eb5505;
    margin: 0 0 3.38542vw;
  }
  .merit .point01--content__02 .new-service dd .new-service__plan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point01--content__02 .new-service dd .new-service__plan li {
    width: 48%;
  }
  .merit .point01--content__02 .new-service dd .new-service__discount {
    margin-top: 7.8125vw;
  }
  .merit .point01--content__02 .new-service dd .new-service__discount img {
    width: 67.1875vw;
  }
  .merit .point01__link {
    margin-top: 5.98958vw;
  }
  .merit .point02 {
    background-color: #f3f3f3;
  }
  .merit .point02__subtitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point02__subtitle span {
    width: -webkit-calc(50% + 3.90625vw);
    width: -moz-calc(50% + 3.90625vw);
    width: calc(50% + 3.90625vw);
    height: 100%;
    color: #eb5505;
    font-weight: bold;
    font-size: 3.125vw;
    text-align: center;
    padding: 1.30208vw 0;
    letter-spacing: -0.26042vw;
    padding-right: 3.90625vw;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 0.78125vw solid #eb5505;
  }
  .merit .point02__subtitle span + span {
    width: -webkit-calc(50% - 3.90625vw);
    width: -moz-calc(50% - 3.90625vw);
    width: calc(50% - 3.90625vw);
    color: #fff;
    background-color: #eb5505;
    position: relative;
    padding-right: 0;
  }
  .merit .point02__subtitle span + span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7.8125vw 7.8125vw;
    border-color: transparent transparent #eb5505 transparent;
    left: -8.85417vw;
    top: 0vw;
  }
  .merit .point02__copy {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.6875vw;
    line-height: 1.4;
    margin: 2.60417vw 0 7.8125vw;
  }
  .merit .point02__copy em {
    color: #eb5505;
    font-size: 5.72917vw;
  }
  .merit .point02__copy span {
    font-size: 5.72917vw;
  }
  .merit .point02__attention {
    margin: 1em 0;
  }
  .merit .point02__family {
    background-color: #fff;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    padding: 3.125vw 5.20833vw 6.51042vw;
  }
  .merit .point02__family__title {
    text-align: center;
  }
  .merit .point02__family__note {
    margin-top: 3.125vw;
    line-height: 1.6;
    font-size: 3.125vw;
  }
  .merit .point02__family__result {
    text-align: center;
    margin-top: 3.90625vw;
  }
  .merit .point02__family__result p {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 4.6875vw;
    position: relative;
    z-index: 0;
    letter-spacing: 0vw;
    width: -webkit-calc(100% + 3.90625vw);
    width: -moz-calc(100% + 3.90625vw);
    width: calc(100% + 3.90625vw);
    margin-left: -1.95313vw;
  }
  .merit .point02__family__result p:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffff00;
    width: 100%;
    height: 1.69271vw;
    bottom: 0;
    z-index: -1;
  }
  .merit .point02__family__result p span {
    font-size: 5.72917vw;
  }
  .merit .point02__link {
    margin-top: 7.8125vw;
  }
  .merit .point02 .js-toggle {
    margin-top: 7.03125vw;
  }
  .merit .point03__box {
    margin-top: 7.03125vw;
    border: 0.78125vw solid #eb5505;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    background-color: #fff;
  }
  .merit .point03__box dl {
    margin: 0 auto;
    padding: 3.90625vw;
  }
  .merit .point03__box dl dt {
    font-size: 4.6875vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3.64583vw;
  }
  .merit .point03__box dl dd {
    padding: 3.25521vw 0 0;
  }
  .merit .point03__box dl dd .return__title {
    padding: 0 1.95313vw;
  }
  .merit .point03__box dl dd .return__content {
    margin-top: 4.6875vw;
  }
  .merit .point03__link {
    margin-top: 6.51042vw;
  }
  .merit .point03__plan {
    margin-top: 7.8125vw;
  }
  .merit .point03__plan .plan__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit .point03__plan .plan__item li {
    width: 49.5%;
  }
  .merit .point03__plan__attention {
    margin: 1.5em 0 5.20833vw;
  }
  .merit .point03__plan__discount__title {
    color: #fff;
    font-size: 3.64583vw;
    text-align: center;
    background-color: #000;
    font-weight: normal;
    padding: 2.08333vw 0;
    margin-bottom: 5.20833vw;
  }
  .option#option .str-contentBody {
    padding-top: 11.06771vw;
    padding-bottom: 8.85417vw;
  }
  .option__list-item {
    background-color: #f9f9f9;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    padding: 6.51042vw 5.20833vw;
  }
  .option__list-item:nth-child(n+2) {
    margin-top: 4.94792vw;
  }
  .option__list-item .option__text {
    position: relative;
    margin-top: 5.20833vw;
  }
  .option__list-item .option__text__title {
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 4.6875vw;
    padding: 1.5625vw 3.90625vw;
    position: relative;
  }
  .option__list-item .option__text__title:before {
    content: "";
    display: block;
    background: #eb5505;
    width: 1.04167vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .option__list-item .option__text__text {
    line-height: 1.6;
    margin-top: 3.90625vw;
  }
  .option__list-item .option__text__button {
    background-color: #2491ce;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    width: 81.77083vw;
    height: 10.67708vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: bold;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    margin-top: 3.90625vw;
    position: relative;
    font-size: 3.64583vw;
  }
  .option__list-item .option__text__button img {
    display: none;
  }
  .option__list-item .option__text__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.04167vw;
    height: 1.04167vw;
    border-top: 0.52083vw solid #fff;
    border-right: 0.52083vw solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 4.16667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .discount {
    overflow: hidden;
  }
  .discount#discount .str-contentBody {
    padding-top: 11.45833vw;
  }
  .discount-option {
    margin-top: 10.41667vw;
    padding: 10.15625vw 0 10.41667vw;
    position: relative;
    background-color: #f3f3f3;
  }
  .discount-option .str-contentBody {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .discount-option__title {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 4.6875vw;
    margin-bottom: 5.85938vw;
  }
  .discount-option__title span {
    font-size: 6.25vw;
  }
  .discount-option__title span img {
    display: inline-block;
    width: 8.59375vw;
    height: auto;
    margin-bottom: 1.30208vw;
    display: inline-block;
  }
  .discount-option__title > em {
    color: #fff;
    display: inline-block;
    background-color: #eb5505;
    font-size: 4.6875vw;
    padding: 1.04167vw 2.60417vw;
    margin-bottom: 2.34375vw;
  }
  .discount-option__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .discount-option__list-item {
    width: 48.4%;
    margin-left: 3.2%;
  }
  .discount-option__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .discount-option__list-item:nth-child(n+3) {
    margin-top: 4.6875vw;
  }
  .discount-option__link {
    width: 100%;
    height: 10.9375vw;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    background-color: #2491ce;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.82292vw;
    position: relative;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
  }
  .discount-option__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.04167vw;
    height: 1.04167vw;
    border-top: 0.52083vw solid #fff;
    border-right: 0.52083vw solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 4.16667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .discount-option__link img {
    display: none;
  }
  .flow#flow .str-contentBody {
    padding-top: 6.51042vw;
    padding-bottom: 10.41667vw;
  }
  .flow__step-item {
    margin-top: 5.20833vw;
  }
  .flow__step-item .step__title {
    border-bottom: 0.78125vw solid #2a2a2a;
    font-size: 4.6875vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.08333vw;
  }
  .flow__step-item .step__title img {
    margin-right: 4.16667vw;
    width: auto;
    height: 4.16667vw;
  }
  .flow__step-item .step__content__b-block {
    border-top: 1px solid #d9d9d9;
    padding: 3.90625vw 0;
  }
  .flow__step-item .step__content__b-block a {
    text-decoration: underline;
    color: #2491ce;
    font-size: 3.125vw;
    margin-left: 1.5em;
    display: inline-block;
    position: relative;
  }
  .flow__step-item .step__content__b-block a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/flow/icon_external.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 3.90625vw;
    margin: -0.52083vw 0 0 1.04167vw;
  }
  .flow__step-item .step__content__b-block a img {
    display: none;
  }
  .flow__step-item .step__content .method_pattern {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow__step-item .step__content .method_pattern dl {
    width: 49%;
  }
  .flow__step-item .step__content .method_pattern dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.64583vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .flow__step-item .step__content .method_pattern dl dt:before {
    content: "";
    display: inline-block;
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 2.08333vw;
  }
  .flow__step-item .step__content .method_pattern dl dd {
    font-size: 3.125vw;
    margin-top: 1.5625vw;
  }
  .flow__step-item .step__content .method_pattern dl.mail dt:before {
    background: url(../images/flow/icon_step02_01.png) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .flow__step-item .step__content .method_pattern dl.tel dt:before {
    background: url(../images/flow/icon_step02_02.png) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .flow__step-item .step__content__text {
    font-size: 3.125vw;
  }
  .flow__step-item .step__content .for-customer {
    border: 0.78125vw solid #2a2a2a;
    text-align: center;
    padding: 3.90625vw 2.60417vw;
  }
  .flow__step-item .step__content .for-customer dt {
    font-weight: bold;
    font-size: 3.64583vw;
  }
  .flow__step-item .step__content .for-customer dd {
    margin-top: 1em;
    font-size: 3.125vw;
  }
  .flow__step-item .step__overview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw 0;
  }
  .flow__step-item .step__images {
    width: 18.22917vw;
    height: 18.22917vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0.13021vw 0.13021vw 0.78125vw 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 3.90625vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flow__step-item .step__images img {
    width: 11.19792vw;
  }
  .other {
    position: relative;
    overflow: hidden;
  }
  .other#other .str-contentBody {
    padding-top: 11.71875vw;
    padding-bottom: 10.41667vw;
  }
  .other:before {
    content: "";
    display: block;
    background-color: #f3f3f3;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    top: 0;
  }
  .other__box {
    border: 0.78125vw solid #eb5505;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    background-color: #fff;
    padding: 0 3.90625vw;
  }
  .other__box dl {
    margin: 0 auto;
    padding: 5.20833vw 0;
  }
  .other__box dl dt {
    font-size: 4.6875vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 2.86458vw;
  }
  .other__box dl dd {
    padding: 4.16667vw 0 0;
  }
  .other__condition {
    font-size: 3.64583vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 3.38542vw;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    margin-top: 3.90625vw;
  }
  .other__link {
    margin-top: 4.94792vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px), print {
  .nav-local ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-local ul li:first-of-type {
    border-left: 1px solid #ccc;
  }
  .nav-local ul li a {
    padding: 15px 1.15vw;
  }
}

.cta_notice {
  color: white;
  background: black;
  padding: 2rem 3rem 1rem;
  margin: 3rem 0 3rem;
}

.cta_notice h4 {
  font-size: 1.8rem;
}

.cta_notice .anc-arrow-cancellation::before {
  content: none!important;
}

.cta_notice a {
  color: white;
}

.cta_notice .icn-_blank {
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}

.bnr_option_area h3 {
  line-height: 1.2;
}

.bnr_option_area .mod-boxToggle {
  border: none;
}

.bnr_option_area .mod-boxToggle .content {
  padding: 2em;
  border: 1px solid #ccc;
  border-top: none;
}

.bnr_option_area .mod-boxToggle > .title {
  padding: 0;
  background: #fff;
}

[data-script-enabled] .bnr_option_area .js-toggle .js-toggleHook > span {
  padding: 0;
}

[data-script-enabled] .bnr_option_area .js-toggle .js-toggleBtn {
  opacity: 0;
}

.service-wifiArea__title {
  padding: 0 0 34px 110px;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}

.service-wifiArea__hdg {
  position: relative;
  display: inline-block;
}

.service-wifiArea__hdg::before {
  content: "";
  position: absolute;
  background: url(/access/hikari/au/ad/files/images/img/bg_icon-wifi.jpg) center / contain no-repeat;
  top: -50px;
  left: -125px;
  width: 110px;
  height: 125px;
}

.service-wifiArea__box {
  border: 3px solid #00FA9A;
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.5em;
  text-align: center;
}

.service-wifiArea__desc {
  text-align: left;
  margin: 30px auto 15px;
  max-width: 900px;
  font-size: 1.6rem;
}

.service-wifiArea__list {
  text-align: left;
  margin: 0 auto;
  max-width: 900px;
}

.service-wifiArea__list > li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 1.3em;
  text-align: left;
  color: #223;
  font-size: 1.4rem;
}

.service-wifiArea__list > li > .mark {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.2em;
  content: '';
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #223;
}

.point__moreTitle {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.point__box + .point {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {

  .point__box + .point {
    padding-top: 11.71875vw;
  }

  .service-wifiArea__title {
    padding: 30px 15px 25px 60px;
    font-size: 30px;
    margin-top: 0;
    line-height: 24px;
  }

  .service-wifiArea__hdg::before {
    top: -25px;
    left: -65px;
    width: 55px;
    height: 60px;
  }

 .service-wifiArea__box {
   padding: 8px 10px 20px;
   margin: 0 0 30px;
 }

 .service-wifiArea__desc {
   font-size: 1.4rem;
 }

 .service-wifiArea__list > li {
   font-size: 1.2rem;
 }

 .merit .point.point__box {
  padding: 11.71875vw 3.90625vw 0;
 }
 .point__moreTitle {
   font-size: 4.6875vw;
   font-weight: bold;
   font-family: 'Noto Sans JP', sans-serif;
   text-align: center;
 }

 .point__pagelink {
  margin: 20px 0 0;
 }
}

.mod-listNum.not_period  li > .mark::after {
  content: none;
}
.button-note {
  font-size: 1.4rem;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .button-note {
    font-size: 3.125vw;
  }
}
.cv__centerize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.cv__centerize-item {
  margin-top: auto;
  margin-bottom: auto;
}


.nav-pageTop.is-fixed a{
  top: -170px;
}
.fixed-btn-sec {
  background: #0009;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  padding: 5px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.fixed-btn-sec.is-show {
  opacity: 1;
  pointer-events: auto;
}
.fixed-btn-sec .plan-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.fixed-btn-sec .plan-btn-wrap > li {
  width: calc((100% - 20px) / 3);
}
.fixed-btn-sec .plan-btn-wrap .plan-btn {
  color: #fff;
  border: 1px solid var(--black-color);
  border-radius: 26px;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 52px;
  position: relative;
}
.fixed-btn-sec .plan-btn-wrap .plan-btn::after {
  background: url(/access/images/hikari/index/icn_arrow_white.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: calc(50% - 9px);
}
.fixed-btn-sec .contact-col {
  margin-top: 12px;
  max-width: 423px;
  height: 100%;
}
.fixed-btn-sec .contact-col .tel-btn,
.fixed-btn-sec .contact-col > span  {
  background: #fff;
  border-radius: 67px;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.2);
  color: #222;
  display: block;
  padding: 10px 2px;
  min-height: 50px;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: bold;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap,
.fixed-btn-sec .contact-col > span .tel-num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn,
.fixed-btn-sec .contact-col > span .tel-num-wrap .icn {
  width: 33px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .tel-num {
  width: 155px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-info {
  margin-top: 4px;
  font-size: 1.3rem;
  text-align: center;
}
.fixed-btn-sec .contact-col .tel-btn .note {
  font-size: .9rem;
  text-align: center;
}
@media screen and (min-width: 768px){
  .fixed-btn-sec .fixed-btn-sec-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .fixed-btn-sec .fixed-btn-sec-inner.fixed-btn-box{
    max-width: inherit;
    display: block;
    padding: 0;
  }
  .fixed-btn-sec .fixed-btn-box .fixed-btn-box-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .fixed-btn-sec .plan-btn-col {
    flex: 1;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn {
    border-radius: 40px;
    font-size: 2.8rem;
    height: 80px;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn:hover {
    opacity: .7;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn::after {
    width: 12px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }
  .fixed-btn-sec .contact-col {
    margin: 0 0 0 10px;
    width: 25%;
  }
  .fixed-btn-sec .contact-col {
    margin: 0 auto;
    flex: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn {
    background: none;
    color: #fff !important;
  }
  .fixed-btn-sec .contact-col .tel-btn {
    background: #fff;
    color: #222 !important;
  }
  main .cta-btn {
    height: auto;
    padding: 20px;
    border-radius: 9999px;
  }
  main .fixed-btn-sec.fixed-btn-sec-ad .cta-btn.referer_af {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .fixed-btn-sec{
    padding: 10px;
  }
  .fixed-btn-box-inner{
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }
  .fixed-btn-box-inner .plan-btn-col,
  .fixed-btn-box-inner .contact-col{
    width: 48%;
  }
  .fixed-btn-box-inner .contact-col{
    margin-top: 0;
  }
  .container .cta-btn{
    padding: 5px 3px 5px 0;
    gap: 3px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .fixed-btn-sec .plan-btn-col .cta-btn .icn{
    width: 38px;
    line-height: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn,
  .fixed-btn-sec .contact-col > span{
    padding: 5px 3px 5px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black-color);
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap,
  .fixed-btn-sec .contact-col > span .tel-num-wrap{
    gap: 0;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn,
  .fixed-btn-sec .contact-col > span .tel-num-wrap .icn {
    margin-right: 5px;
    width: 18px;
    line-height: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn img,
  .fixed-btn-sec .contact-col > span .tel-num-wrap .icn img{
    vertical-align: middle;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .tel-num{
    max-width: 110px;
  }
  .fixed-btn-sec .contact-col .tel-txt{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
}