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

/*! css/top/style */
/* ========================================================================
  Component: Font Family
 ========================================================================== */
/* NotoSans */
.NotoSansClass {
  font-family: "Noto Sans JP", sans-serif;
}
/* Roboto */
.RobotoClass {
  font-family: "Roboto", sans-serif;
}
/* Avenir */
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.eot");
  /* IE9 Compat Modes */
  src: local("Avenir"), local("Avenir"), url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.eot") format("embedded-opentype"), url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.woff") format("woff"), url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("/ad/u-phone_01/assets/fonts/AvenirLTStd-Medium.svg") format("svg");
  /* Legacy iOS */
}
/* Montserrat */
@font-face {
  font-family: Montserrat;
  src: url("/ad/u-phone_01/assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
/* Material Icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
img {
  max-width: 100%;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
@media screen and (max-width: 820px) {
  .section-inner {
    width: 94%;
  }
}
.label {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .label {
    display: inherit;
  }
}
.label li {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #7b7b7b;
}
.label li:first-child {
  padding-left: 0;
}
.label li:last-child {
  padding-right: 0;
  border: none;
}
ul[class*=list-] li {
  display: block;
  margin-right: 0.5em;
  padding-left: 1em;
  position: relative;
}
ul[class*=list-] > li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.list-asterisk > li:before {
  content: "※";
}
#STEP .list-asterisk {
  text-align: right;
}
#STEP .list-asterisk > li {
  display: inline-block;
  margin-right: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 820px) {
  #STEP .list-asterisk {
    text-align: center;
  }
}
.list-dot > li:before {
  content: "・";
}
[class^=button], [class^=button]:before {
  border-radius: 61px;
}
.cta-button {
  max-width: 980px;
  margin: auto;
}
.lead_button_inquery {
  display: none;
}
@media screen and (max-width: 820px) {
  .lead_button_inquery {
    font-size: 2rem;
    display: inherit;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
}
@media screen and (max-width: 480px) {
  .lead_button_inquery {
    font-size: 1.4rem;
  }
}
.button_inquiry {
  display: block;
  position: relative;
  border-radius: 70px;
  box-shadow: 0 5px 0 #8D5100;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  font-family: inherit;
  transition: box-shadow 300ms;
  background: linear-gradient(90deg, #FDBD66, #F87300);
  margin: 0 auto;
  width: 100%;
  max-width: 964px;
}
.button_inquiry a {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  .button_inquiry {
    max-width: 600px;
  }
}
@media screen and (max-width: 480px) {
  .button_inquiry {
    height: 70px;
    /* line-height: 70px; */
    line-height: 0;
  }
  .button_inquiry a {
    padding: 2px 0;
  }
}
.button_inquiry:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  opacity: 0;
  z-index: 0;
  transition: opacity 300ms;
  background: #1CBC2F;
  /* background: linear-gradient(180deg,#B6F462 100%,#1CBC2F 100%); */
  /* background: #019cd7;
  background: linear-gradient(135deg, #019cd7 1%, #006eb5 100%); */
}
.button_inquiry span {
  font-size: 4rem;
  font-weight: bold;
  padding: 35px 0;
}
@media screen and (max-width: 820px) {
  .button_inquiry span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .button_inquiry span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .button_inquiry span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 821px) {
  .cta-lead-area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}
.cta-lead-area .cta-lead {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .cta-lead-area .cta-lead {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .cta-lead-area .cta-lead {
    font-size: 1.6rem;
  }
}
.cta-inner .cta-caution,
#MAIN .cta-caution,
#CAMPAIGN .cta-caution {
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0 0;
}
.cta-price {
  display: flex;
  align-items: flex-end;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 1em;
}
@media screen and (max-width: 820px) {
  .cta-price {
    justify-content: center;
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .cta-price {
    font-size: 1.6rem;
    margin: 1em 0;
  }
}
.cta-lead-attention {
  text-align: center;
  line-height: 1;
  transform: translateY(-0.25em);
}
.cta-lead-attention span {
  color: #ea497b;
  font-size: 70%;
}
.cta {
  background: #E5F0F8;
  /* background: #DEF5FF; */
}
.cta-inner {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: 980px;
}
@media screen and (max-width: 820px) {
  .cta-inner {
    padding: 50px 0;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .cta-inner {
    padding: 25px 0;
    width: 90%;
  }
}
.cta-price dt {
  color: #000;
}
.cta-price dt:not(.cta-lead-attention) {
  line-height: 1.5;
}
.cta-price dd {
  color: #EA497B;
  margin-right: 20px;
}
.cta-lead-attention + dd {
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .cta-lead-attention + dd {
    margin-right: 0;
  }
  .cta-price dd {
    margin-right: 12px;
  }
}
.cta-price dd span {
  display: block;
  line-height: 1;
  font-size: 4.6rem;
  font-weight: normal;
  margin: 0 0.05em;
  text-align: center;
}
.cta-price dd span.small {
  font-size: 1.2rem;
  margin-top: 5px;
}
.cta-price dd span.num {
  font-size: 6.6rem;
  font-family: "Avenir";
  line-height: 0;
}
.cta-lead-attention + dd span {
  display: inline-block;
}
.cta-price dd sub {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .cta-price dd sub {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.button_inquiry span:nth-child(1) sub, .feature-block-lead sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .cta-price dd span {
    font-size: 3.6rem;
  }
}
.section-inner {
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .label li {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #7b7b7b;
  }
  .label li:first-child {
    padding-top: 0;
  }
  .label li:last-child {
    padding-bottom: 0;
  }
}
#MAIN {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
  background-image: linear-gradient(180deg, rgb(20, 123, 209), rgb(180, 229, 249));
}
@media screen and (max-width: 820px) {
  #MAIN {
    height: auto;
    overflow: hidden;
    margin-top: 0;
    /* padding-bottom: 114%; */
  }
}
@media screen and (max-width: 640px) {
  #MAIN {
    padding-bottom: 125%;
  }
}
@media screen and (max-width: 480px) {
  #MAIN {
    /* height: 76vh; */
    width: 100%;
    padding: 70px 0 0;
    margin: 0;
  }
}
#MAIN::before {
  content: "";
  width: 100%;
  /* height: 80%; */
  height: 100%;
  /* background: #B4E5F9 url("/ad/u-phone_01/assets/images/bg_mainvis.jpg") no-repeat; */
  /* background: url("/ad/u-phone_01/assets/images/bg_mainvis.jpg") 25% 30% no-repeat; */
  /* background-size: contain; */
  /* background-image: linear-gradient(180deg, rgba(9, 168, 235, 1), rgba(180, 229, 249, 0.85));
  background-size: cover; */
  position: absolute;
  z-index: -1;
  top: 102px;
  /* top:0; */
  left: 0;
}
@media screen and (max-width: 820px) {
  #MAIN::before {
    /* height: 100%; */
    /* background: url("/ad/u-phone_01/assets/images/bg_mainvisual_sp.png") no-repeat; */
    /* background-size: cover;*/
    top: 15px;
  }
}
@media screen and (max-width: 480px) {
  #MAIN::before {
    /* background: url("/ad/u-phone_01/assets/images/bg_mainvisual_sp.png") no-repeat;
    background-size: cover;*/
    top: 50px;
  }
}
#MAIN * {
  color: #fff;
  /* color: #006EB5; */
}
#mainslider {
  max-width: 880px;
  padding: 0 15px;
  margin: 20px auto 0;
}
@media screen and (max-width: 820px) {
  #mainslider {
    padding: 0 30px;
    margin: 0 auto;
  }
}
#MAIN .slick-dots {
  bottom: -30px;
}
#MAIN .slick-dots li {
  width: 25px;
}
#MAIN .slick-dots li button {
  border: 3px solid #fff;
  color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
#MAIN .slick-dots li.slick-active button {
  background: #fff;
}
#MAIN .slick-dots li button:before, #MAIN .slick-dots li.slick-active button:before {
  color: transparent;
}
@media screen and (max-width: 820px) {
  #MAIN .slider li .slider-item .slider-btn {
    bottom: 15%;
  }
}
@media screen and (max-width: 429px) {
  #MAIN .slider li .slider-item .slider-btn {
    bottom: 20px;
  }
}
#MAIN .slider li .slider-item .button-large {
  width: 100%;
  max-width: 500px;
  padding: 25px 0;
}
@media screen and (min-width: 426px) {
  #MAIN .slider li .slider-item .button-large {
    border: 2px solid #fff;
  }
}
#MAIN .slick-prev,
#MAIN .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  height: 54px;
  width: 54px;
  /* background: #fff;
  border-radius:50%; */
  color: transparent;
  z-index: 1;
}
#MAIN .slick-prev {
  left: -7%;
  background: url(/ad/u-phone_01/assets/images/slider-arrow-prev.png);
  background-size: contain;
}
#MAIN .slick-prev:before, #MAIN .slick-next:before {
  content: none;
}
@media screen and (min-width: 426px) {
  #MAIN .slider li .slider-item .button-large {
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 820px) {
  #MAIN .slick-slide img {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .slick-slide img {
    padding: 0 1vw;
  }
}
#MAIN .slick-next {
  right: -7%;
  background: url(/ad/u-phone_01/assets/images/slider-arrow-next.png);
  background-size: contain;
}
/* @media screen and (max-width: 1280px) {
  #MAIN .slick-next {
    right: 37%;
  }

  #MAIN .slick-prev {
    left: 37%;
  }
} */
@media screen and (max-width: 820px) {
  #MAIN .slick-prev,
  #MAIN .slick-next {
    top: 50%;
  }
  #MAIN .slick-next {
    right: 0%;
  }
  #MAIN .slick-prev {
    left: 0%;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .slick-prev,
  #MAIN .slick-next {
    top: 50%;
  }
  #MAIN .slick-next {
    right: -5vw;
  }
  #MAIN .slick-prev {
    left: -5vw;
  }
}
#MAIN .mainvisual-inner {
  /* max-width: 785px; */
  max-width: 880px;
  padding: 0 15px;
  margin: auto;
  /* display: flex; */
  /* justify-content: flex-end; */
  justify-content: space-between;
  /* margin-bottom: 38px; */
}
#MAIN .mainvisual-content {
  max-width: 70%;
  /* max-width: 60%; */
  /* margin-top: 70px; */
}
@media screen and (max-width: 1600px) {
  #MAIN .mainvisual-inner {
    /* max-width: 980px; */
    max-width: 880px;
  }
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-content {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
  }
}
#MAIN .mainvisual-inner:nth-child(3) {
  display: flex;
  text-align: right;
  flex-direction: row-reverse;
}
#MAIN .mainvisual-inner .list-asterisk {
  margin: 0 0 15px 0;
  display: block;
  text-align: right;
}
#MAIN .mainvisual-inner .caution {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #006EB5;
  margin: 50px 0 15px 0;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-inner .caution {
    width: 100%;
    font-size: 1.6rem;
  }
  #MAIN .mainvisual-content .list-asterisk {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-inner .caution {
    font-size: 1.1rem;
    letter-spacing: -0.05rem;
  }
}
#MAIN .mainvisual-content .list-asterisk li {
  display: inline-block;
  font-size: 1.2rem;
}
#MAIN .mainvisual-content img {
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-point {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-point {
    max-width: 345px;
  }
}
#MAIN .mainvisual-title-area {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
/* #MAIN .mainvisual-title-area::after{
  content: "";
  background: url(/ad/u-phone_01/assets/images/No.1logo_Opening.svg);
  height: 196px;
  width: 198px;
  position: absolute;
  bottom: 0;
  right: -200px;
} */
@media screen and (max-width: 820px) {
  /* #MAIN .mainvisual-title-area::after{
    content: "";
    background: url(/ad/u-phone_01/assets/images/No.1logo_sp.svg);
    height: 51px;
    width: 195px;
    position: absolute;
    bottom: auto;
    top: -60px;
    right: auto;
    left: 0;
  } */
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title-area {
    line-height: 1.4;
    margin: 20vh 0 3vh;
  }
  #MAIN .mainvisual-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-title {
    line-height: 1em;
  }
  #MAIN .mainvisual-title span {
    line-height: 1;
  }
}
#MAIN .mainvisual-irrust {
  margin-top: -25px;
}
@media screen and (max-width: 820px) {
  #MAIN + .show-sp {
    padding: 20px 20px 0;
  }
  #MAIN .mainvisual-irrust {
    margin-top: 0;
  }
  .show-sp .mainvisual-irrust {
    text-align: center;
  }
}
#MAIN .mainvisual-catch,
#MAIN .mainvisual-title span {
  line-height: 1;
  display: inline-block;
}
#MAIN .mainvisual-catch {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-catch {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-catch {
    font-size: 5vw;
    display: flex;
    align-items: center;
  }
}
#MAIN .mainvisual-catch .text-small {
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-catch .text-small {
    font-size: 80%;
  }
}
#MAIN .mainvisual-catch .bg_white {
  display: none;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-catch .bg_white {
    display: block;
    background: #fff;
    color: #8592A0;
    border-radius: 8px;
    font-size: 50%;
    padding: 5px;
    letter-spacing: -0.05em;
  }
  #MAIN .mainvisual-catch .bg_white .text-large {
    color: #8592A0;
  }
}
#MAIN .mainvisual-catch > span > br {
  display: none;
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-catch > span > br {
    display: inherit;
  }
  #MAIN .mainvisual-catch > span {
    line-height: 1.2;
  }
}
#MAIN .mainvisual-title + .bg_white {
  display: inline-block;
  background: #fff;
  color: #8592A0 !important;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  padding: 3px 10px;
  margin-left: 7px;
  border-radius: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title + .bg_white {
    display: none;
  }
}
#MAIN .mainvisual-title + .bg_white .text-large {
  color: #8592A0 !important;
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-title {
    line-height: 1em;
    margin: 60px 0 35px 0 !important;
  }
  #MAIN .mainvisual-title span.bg_white {
    font-size: 40%;
    padding: 6px 15px 6px 12px;
    /* font-size: 60%; */
    line-height: 1.4;
  }
  #MAIN .mainvisual-title span.bg_white {
    /* display: none; */
  }
  #MAIN .mainvisual-title .bg_yellow_circle {
    line-height: 0 !important;
    width: 60px !important;
    height: 60px !important;
    margin-left: -24px !important;
    margin-top: 8px;
  }
  #MAIN .mainvisual-title .bg_yellow_circle .text-large {
    font-size: 3.5rem !important;
    padding: 10px 0;
  }
}
#MAIN .mainvisual-catch {
  font-size: 2.6rem;
  line-height: 1;
  padding: 0 5px;
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-catch {
    font-size: 140%;
    padding: 0;
    color: #8592A0;
  }
}
#MAIN .mainvisual-title {
  line-height: 1em;
  margin: 20px 0 65px 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  /* font-size: 7.2rem; */
  /* position: relative; */
}
@media screen and (max-width: 1920px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 60px 0;
  }
}
@media screen and (max-width: 1895px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 50px 0;
  }
}
@media screen and (max-width: 1860px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 40px 0;
  }
}
@media screen and (max-width: 1830px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 1830px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 25px 0;
  }
}
@media screen and (max-width: 1330px) {
  #MAIN .mainvisual-title {
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  #MAIN .mainvisual-title {
    margin: 0px 0 50px 0;
  }
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title {
    font-size: 3rem;
    margin: -4.3vh 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  #MAIN .mainvisual-title {
    font-size: 1.6rem;
    margin: -4.3vh 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-title {
    font-size: 4.5rem;
    /* margin: 84px 0 80px 0; */
  }
}
/* 20230213 PM追加 ここから*/
.main-outer {
  /* background: #B4E5F9; */
  z-index: 2;
}
#MAIN .mainvisual-img {
  /* padding-top: 80px; */
}
#MAIN .mainvisual-title .bg_white {
  background: #fff;
  padding: 10px 30px 10px 10px;
  border-radius: 5px 0 0 5px;
  /* margin: 35px 0 48px 0; */
}
#MAIN .mainvisual-title .bg_white::after {
  /* content: "限";
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFE800;
  text-align:center;
  line-height: 88px;
  font-size: 4.8rem; */
}
#MAIN .mainvisual-title .bg_yellow_circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F8EF05;
  text-align: center;
  line-height: 88px;
  margin-left: -20px;
}
#MAIN .mainvisual-title .bg_yellow_circle .text-large {
  font-size: 4.8rem;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title .bg_yellow_circle {
    width: 70px;
    height: 70px;
    line-height: 72px;
    margin-left: -20px;
  }
  #MAIN .mainvisual-title .bg_yellow_circle .text-large {
    font-size: 3.7rem;
  }
  .show-pc {
    display: none !important;
  }
  #MAIN .mainvisual-inner {
    /* padding: 0 5px; */
  }
  #MAIN .mainvisual-inner .list-asterisk {
    text-align: center;
    margin: 30px 0;
  }
  #MAIN .mainvisual-inner .list-asterisk li {
    font-size: 1.1rem;
    position: absolute;
    left: 10%;
  }
  #MAIN .mainvisual-inner:nth-child(3) {
    flex-direction: column;
  }
  .show-sp .button_inquiry {
    width: 90%;
  }
  .show-sp .button_inquiry span {
    padding: 5px 0;
  }
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-inner:nth-child(3) {
    position: absolute;
    width: 100%;
    bottom: -4rem;
  }
  .main-outer div.show-sp {
    position: absolute;
    width: 100%;
    /* margin: -23vh 0 0 0!important; */
    margin: -9vh 0 0 0 !important;
    padding: 0 20px 0 !important;
    z-index: 1;
  }
  .main-outer div.show-sp ul.list-asterisk {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: -0.05rem;
    /* margin-bottom: 10px; */
    /* margin-left: 40px; */
    position: absolute;
    left: 15rem;
  }
  .main-outer div.show-sp .button_inquiry.main-button {
    margin-top: 30px;
  }
  .main-outer div.show-sp .cta-caution {
    text-align: center;
  }
}
.header-button-list > li a {
  background: linear-gradient(90deg, #FDBD66, #F87300);
  /* font-size: 1.7rem; */
  line-height: 1.5;
  margin: 25px 20px 25px 0;
  padding: 15px 20px;
  border-radius: 35px;
  width: 310px;
  max-width: 310px;
  height: auto;
  display: flex;
  flex-direction: unset;
  /* 202603 MV変更　ここから */
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  box-shadow: 0px 3px 0px 0px rgba(2, 7, 0, 0.5);
}
.header-button-list > li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header-button-list > li a:hover::before {
  opacity: 1;
}
.header-button-list > li a:hover {
  box-shadow: 0px 1px 0px 0px rgba(7, 4, 0, 0.6);
  transform: translateY(3px);
}
/*  202603 MV変更　ここまで */
.header-button-list > li a span.show-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .header-button-list > li a {
    line-height: 1.2;
    padding: 5px 20px;
    width: 210px;
  }
}
@media screen and (max-width: 640px) {
  .header-button-list > li a {
    font-size: 1.37rem;
    line-height: 1.2;
    width: 138px;
    margin: 25px 10px 25px 0;
    padding: 5px 10px;
  }
  .header-button-list > li a span.show-sp {
    display: block;
  }
  #MAIN .mainvisual-title .bg_yellow_circle {
    width: 70px;
    height: 70px;
    line-height: 72px;
    margin-left: -20px;
  }
  #MAIN .mainvisual-title .bg_yellow_circle .text-large {
    font-size: 2.6rem;
  }
  .main-outer div.show-sp {
    position: absolute;
    width: 100%;
    margin: -20vh 0 0 0 !important;
    padding: 0 20px 0 !important;
    z-index: 1;
  }
  .main-outer div.show-sp ul.list-asterisk {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: -0.05rem;
    /* margin-bottom: 10px; */
    /* margin-left: 40px; */
    position: absolute;
    left: 15rem;
  }
  .main-outer div.show-sp .button_inquiry.main-button {
    margin-top: 30px;
    font-size: 1rem;
  }
  .main-outer div.show-sp .cta-caution {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-inner:nth-child(3) {
    position: absolute;
    width: 100%;
    bottom: -4rem;
  }
  .main-outer div.show-sp {
    position: absolute;
    width: 100%;
    margin: -7vh 0 0 0 !important;
    padding: 0 20px 0 !important;
    z-index: 1;
  }
  .main-outer div.show-sp ul.list-asterisk {
    font-size: 1rem;
    color: #fff;
    letter-spacing: -0.05rem;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .main-outer .show-sp .button_inquiry {
    width: 100%;
  }
  .main-outer .show-sp .cta-caution {
    text-align: center;
    font-size: 1.1rem;
  }
  #MAIN .mainvisual-inner .list-asterisk {
    margin: 0 0 30px 0;
    text-align: left;
    position: absolute;
    bottom: 8.5rem;
    width: 100%;
  }
  #MAIN .mainvisual-inner .list-asterisk li {
    position: absolute;
    left: 3%;
  }
}
/* 20230213 PM追加 ここまで*/
/* 20260319 MV変更　ここから */
#MAIN {
  padding-bottom: 0;
}
#MAIN .mainvisual {
  position: relative;
  overflow: hidden;
}
#MAIN .mainvisual-bg {
  position: absolute;
  width: 50%;
  right: -60px;
  bottom: 18%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}
#MAIN .mainvisual-bg img {
  width: 100%;
  height: auto;
  display: block;
}
#MAIN .mainvisual-inner {
  width: 94%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: content-box;
}
#MAIN .mainvisual-left {
  width: 490px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
#MAIN .mainvisual-block--top {
  width: 520px;
  box-sizing: border-box;
  padding: 83px 0 62px;
}
#MAIN .mainvisual-block--bottom {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
}
#MAIN .mainvisual-title {
  padding: 0;
  margin: 0;
  text-align: left;
}
#MAIN .mainvisual-title__main {
  font-size: 6.2rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
}
#MAIN .mainvisual-title__main .text-small {
  font-size: 4.6rem;
}
#MAIN .mainvisual-title__sub {
  font-size: 4.6rem;
  font-weight: normal;
  display: block;
  padding: 0;
}
#MAIN .mainvisual-title__sub .text-large {
  font-size: 6.2rem;
}
#MAIN .mainvisual-title .text-yellow {
  color: #F8EF05 !important;
  position: relative;
  display: inline-block;
}
#MAIN .mainvisual-title .text-yellow::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F8EF05;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title .text-yellow::before {
    width: 14px;
    height: 15px;
    top: -15px;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-title .text-yellow::before {
    width: 11px;
    height: 12px;
    top: -15px;
  }
}
#MAIN .mainvisual-img-sp {
  display: none;
}
#MAIN .mainvisual-img-bottom img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-20px);
}
#MAIN .mainvisual-caption {
  width: 195%;
  text-align: center;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 45px;
  font-weight: inherit;
  font-size: 1.2rem;
  color: #41464c;
}
#MAIN .mainvisual-right {
  width: 591px;
  flex-shrink: 0;
  z-index: 1;
}
#MAIN .mainvisual-right img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 20px;
  padding-top: 70px;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-bg {
    width: 109%;
    right: -9%;
    bottom: 41%;
  }
  .main-outer div.show-sp {
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #MAIN .mainvisual-inner {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: static;
  }
  #MAIN .mainvisual-left {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #MAIN .mainvisual-block--top {
    width: 100%;
    max-width: 450px;
    padding: 20px 0 0;
  }
  #MAIN .mainvisual-title {
    text-align: center;
  }
  #MAIN .mainvisual-img-sp {
    width: 100%;
    display: block;
    max-width: 450px;
    margin: 17px auto 0 !important;
    z-index: 1;
  }
  #MAIN .mainvisual-img-sp img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
  }
  #MAIN .mainvisual-block--bottom {
    width: 100%;
    max-width: 450px;
    margin-top: -50px;
    margin-bottom: 20px;
    z-index: 2;
  }
  #MAIN .mainvisual-img-bottom.show-pc {
    display: none;
  }
  #MAIN .mainvisual-img-bottom.show-sp img {
    max-width: 450px;
    transform: translateY(-20px);
  }
  #MAIN .mainvisual-title {
    font-size: 4.9rem;
    margin: 0 !important;
  }
  #MAIN .mainvisual-title__main {
    font-size: 4.9rem;
    margin: 0;
  }
  #MAIN .mainvisual-title__sub .text-large {
    font-size: 4.9rem;
  }
  #MAIN .mainvisual-title__main .text-small {
    font-size: 3.5rem;
  }
  #MAIN .mainvisual-title__sub {
    font-size: 3.5rem;
  }
  #MAIN .mainvisual-right {
    display: none;
  }
  #MAIN .mainvisual-caption {
    width: 100%;
    margin-top: -50px;
    padding-bottom: 0;
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-bg {
    bottom: 40%;
  }
  #MAIN .mainvisual-block--top {
    max-width: 330px;
  }
  #MAIN .mainvisual-img-sp {
    max-width: 391px;
  }
  #MAIN .mainvisual-img-sp img {
    max-width: 391px;
  }
  #MAIN .mainvisual-block--bottom {
    max-width: 356px;
    margin-top: -40px;
  }
  #MAIN .mainvisual-img-bottom.show-sp img {
    max-width: 356px;
  }
  #MAIN .mainvisual-title {
    font-size: 3.7rem;
  }
  #MAIN .mainvisual-title__main {
    font-size: 3.7rem;
  }
  #MAIN .mainvisual-title__sub .text-large {
    font-size: 3.7rem;
  }
  #MAIN .mainvisual-title__main .text-small {
    font-size: 2.8rem;
  }
  #MAIN .mainvisual-title__sub {
    font-size: 2.8rem;
  }
  #MAIN .mainvisual-caption {
    font-size: 1rem;
  }
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button {
  width: 100%;
  max-width: 490px;
  height: 89px;
  padding: 0;
  background: linear-gradient(90deg, #FDBD66, #F87300);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button::before {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button span {
  font-size: 2.2rem;
  padding: 0;
  line-height: 1.3;
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button:hover::before {
  opacity: 1;
}
#MAIN .mainvisual-block--bottom .button_inquiry.main-button:hover {
  box-shadow: 0px 1px 0px 0px rgba(7, 4, 0, 0.6);
  transform: translateY(4px);
}
#MAIN .mainvisual-block--bottom .cta-caution {
  font-weight: inherit;
  font-size: 1.2rem;
  color: #41464c;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-block--bottom .button_inquiry.main-button {
    width: 100%;
    max-width: 450px;
    height: 85px;
  }
  #MAIN .mainvisual-block--bottom .button_inquiry.main-button span {
    font-size: 2rem;
  }
  #MAIN .mainvisual-block--bottom .cta-caution {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #MAIN .mainvisual-block--bottom .button_inquiry.main-button {
    max-width: 350px;
    height: 65px;
  }
  #MAIN .mainvisual-block--bottom .button_inquiry.main-button span {
    font-size: 1.6rem;
  }
  #MAIN .mainvisual-block--bottom .cta-caution {
    font-size: 1rem;
  }
}
/* 202603 MV変更　ここまで */
#MAIN .mainvisual-title > span.text-small {
  font-size: 5.5rem;
  line-height: 1em;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-title > span.text-small {
    font-size: 7vw;
  }
}
#MAIN .mainvisual-caution {
  font-size: 1.1rem;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  #MAIN .mainvisual-irrust {
    width: 100%;
  }
  #MAIN .mainvisual-caution {
    text-align: left;
    padding: 0;
  }
}
/* 20230215 PM追加 ここから*/
.button_inquiry.main-button {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .button_inquiry.main-button {
    /* margin-top: 30px; */
  }
}
.button_inquiry.main-button, .button_inquiry {
  background: linear-gradient(90deg, #FDBD66, #F87300);
}
.button_inquiry.main-button span:first-child {
  display: block;
}
/* 20230215 PM追加 ここまで*/
@media screen and (min-width: 821px) {
  .button_inquiry.main-button {
    /* padding: 20px 0; */
  }
}
/* 20260309 CTAボタンにhover追加 ここから*/
.button_inquiry {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  box-shadow: 0px 5px 0px 0px rgba(2, 7, 0, 0.5);
}
.button_inquiry::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.button_inquiry:hover::before {
  opacity: 1;
}
.button_inquiry:hover {
  box-shadow: 0px 2px 0px 0px rgba(7, 4, 0, 0.6);
  transform: translateY(5px);
}
/* 20260309 CTAボタンにhover追加 ここまで*/
.button_inquiry.main-button span:first-child {
  display: block;
  /* font-size: 2rem; */
}
@media screen and (max-width: 820px) {
  .show-pc .button_inquiry.main-button span:first-child {
    display: none;
  }
}
#STEP {
  background: #B4E5F9;
  /* background: #EEEEEE; */
  padding: 50px 0 0;
  /* padding: 110px 0; */
}
@media screen and (max-width: 480px) {
  #STEP {
    padding: 20px 0 20px 0;
  }
}
/* 20230215 PM追加 ここから*/
#STEP .section-inner {
  max-width: 780px;
}
/* 20230215 PM追加 ここまで*/
#STEP .step-content-title {
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  #STEP .step-content-title {
    font-size: 3.3rem;
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.4;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #STEP .step-content-title {
    font-size: 3.3rem;
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.4;
    margin-top: 50px;
  }
}
#STEP .step-content-title .text-sizeS {
  font-size: 3.4rem;
}
@media screen and (max-width: 480px) {
  #STEP .step-content-title .text-sizeS {
    font-size: 2.6rem;
    line-height: 0.5;
  }
}
#STEP .step-content-title span.underline {
  background: linear-gradient(transparent 70%, #FFE923 50%);
}
#STEP .step-content-title > span {
  display: inline-block;
  line-height: 1em;
}
#STEP .step-content-title > span img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  #STEP .step-content-img {
    /* display: none; */
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  #STEP .step-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#STEP .step-content-text {
  width: 63%;
}
@media screen and (max-width: 820px) {
  #STEP .step-content-text {
    width: 100%;
  }
}
/* 20230215 PM追加 ここまで*/
.heading-step-catch {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.heading-step-catch span {
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  .heading-step-catch span {
    font-size: 3rem;
  }
}
.heading-step {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .heading-step {
    font-size: 2.6rem;
  }
}
.heading-step span {
  font-size: 5.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .heading-step span {
    font-size: 3.5rem;
  }
}
.step-irrust {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .step-irrust {
    width: 96%;
    margin: auto;
  }
}
.step-irrust-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .step-irrust-pc {
    display: none;
  }
  .step-irrust-sp {
    display: inherit;
  }
}
#ABOUT {
  padding: 90px 0;
  background: #B4E5F9;
}
@media screen and (max-width: 820px) {
  #ABOUT {
    padding: 52px 0;
  }
}
#ABOUT .about-mainimg {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #ABOUT .about-mainimg {
    margin-bottom: 20px;
  }
}
#ABOUT .about-content-title {
  margin-bottom: 36px;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #ABOUT .about-content-title {
    font-size: 3.6rem;
    margin-bottom: 26px;
  }
}
#ABOUT .about-content-title .text-sizeS {
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  #ABOUT .about-content-title .text-sizeS {
    font-size: 2.6rem;
  }
}
#ABOUT .about-content-title span.underline {
  background: linear-gradient(transparent 70%, #FFE923 50%);
}
#ABOUT .about-content-title > span {
  display: inline-block;
}
#ABOUT .about-content-title > span img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  #ABOUT .about-point {
    position: relative;
  }
  #ABOUT .about-point:before {
    content: "";
    display: block;
    background: url(/ad/u-phone_01/assets/images/intro_img.jpg) center no-repeat;
    background-size: contain;
    width: 57%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  #ABOUT .about-content-img {
    display: none;
  }
}
#ABOUT .about-point > li {
  max-width: 370px;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  #ABOUT .about-point > li {
    width: 45%;
    padding: 1em 0;
  }
}
@media screen and (min-width: 821px) {
  #ABOUT .about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#ABOUT .about-content-text {
  width: 60%;
}
@media screen and (max-width: 820px) {
  #ABOUT .about-content-text {
    width: 100%;
  }
}
#ABOUT .ip-content {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  #ABOUT .ip-content {
    margin-top: 15px;
    border-top: none;
    padding-top: 15px;
  }
}
#ABOUT .ip-content-inner {
  padding-left: 130px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #ABOUT .ip-content-inner {
    padding-left: 0;
    padding-top: 80px;
    position: relative;
  }
}
#ABOUT .ip-content-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #ABOUT .ip-content-title {
    font-size: 2rem;
    text-align: center;
  }
}
#ABOUT .ip-content-lead {
  line-height: 2.2;
}
#ABOUT .ip-content-inner:before {
  content: "";
  width: 44px;
  height: 120px;
  background: url(/ad/u-phone_01/assets/images/ic_ipphone.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #ABOUT .ip-content-inner:before {
    width: 25px;
    height: 80px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* 20230215 PM追加 ここから*/
#ABOUT .heading-about {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #ABOUT .heading-about {
    font-size: 2.6rem;
  }
}
#ABOUT .heading-about span {
  font-size: 5.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #ABOUT .heading-about span {
    font-size: 3.5rem;
  }
}
/* 20230215 PM追加 ここまで*/
#FEATURE {
  background: #B4E5F9;
  /* background: #EEEEEE; */
}
@media screen and (max-width: 480px) {
  #FEATURE {
    padding: 20px 0;
  }
}
#FEATURE .embrem {
  text-align: center;
}
#FEATURE .caution {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #006EB5;
  margin: 20px 0 80px;
}
@media screen and (max-width: 480px) {
  #FEATURE .caution {
    margin: 20px 0 60px;
    text-align: left;
  }
}
#FEATURE .heading-feature {
  font-size: 3.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #FEATURE .heading-feature {
    font-size: 3rem;
    line-height: 0.5;
  }
}
@media screen and (max-width: 480px) {
  #FEATURE .heading-feature {
    font-size: 3rem;
    line-height: 0.5;
  }
}
#FEATURE .heading-feature span {
  font-size: 5.4rem;
}
@media screen and (max-width: 480px) {
  #FEATURE .heading-feature span {
    font-size: 5rem;
  }
}
#FEATURE .feature-block {
  background: #fff;
  margin-top: 40px;
  position: relative;
  padding: 50px 50px 10px 50px;
  /* padding: 90px 80px 30px; */
  border-radius: 8px;
}
#FEATURE .feature-block:first-child {
  margin-top: 87px;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-block {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block:first-child {
    margin-top: 50px;
  }
  #FEATURE .feature-block {
    margin-top: 30px;
    padding: 20px 10px 20px;
  }
}
.annotation {
  font-size: 1.2rem;
  padding-left: 10px;
}
@media screen and (max-width: 820px) {
  .annotation {
    padding-left: 0;
  }
}
#FEATURE .feature-block .list-caption {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block .list-caption {
    text-align: left;
  }
  #FEATURE04 .list-caption {
    text-align: right !important;
  }
}
#FEATURE .feature-block .list-asterisk li {
  font-size: 1.2rem;
}
#FEATURE .feature-block-tag * {
  line-height: 1;
}
#FEATURE .feature-block-tag {
  display: inline-block;
  padding: 1em 0 1.4em 0;
  /* padding: .7em 1em; */
  /* background: #006EB5; */
  /* position: absolute;
  top: -30px;
  left: 20px; */
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-tag {
    font-size: 1.3rem;
    left: 10px;
    top: -15px;
    padding: 0 0 0.5em 0;
  }
}
#FEATURE .feature-block-tag span {
  font-family: "Oswald";
  font-size: 8.5rem;
  color: #09A8EB;
  /* font-family: "Avenir";
  font-size: 3.8rem; */
  /* font-weight: bold; */
  /* margin-left: .2em; */
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-tag span {
    font-size: 7rem;
  }
}
#FEATURE .feature-block-catch {
  display: inline-block;
  font-size: 1.8rem;
  background: #DEF5FF;
  padding: 0.3em 1em;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-catch {
    font-size: 1.3rem;
    padding: 0.3em 1em;
  }
}
#FEATURE .feature-block-title {
  font-size: 4rem;
  /* font-size: 5.4rem; */
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-block-title {
    font-size: 3.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-title {
    font-size: 3.3rem;
    /* font-size: 3.8rem; */
    line-height: 1.3;
    margin: 10px 0;
  }
}
#FEATURE .feature-block-title span {
  display: inline-block;
  line-height: 1.3em;
}
#FEATURE .feature-block-title span.underline {
  background: linear-gradient(transparent 70%, #FFE923 50%);
}
#FEATURE .feature-block-title span.text-sizeS {
  font-size: 3.6rem;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-title span.text-sizeS {
    font-size: 2.4rem;
  }
}
#FEATURE .feature-block-lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 15px;
  /* margin-bottom: 30px; */
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-lead {
    font-size: 1.6rem;
    /* font-size: 1.4rem; */
    margin-bottom: 20px;
    letter-spacing: -0.05rem;
  }
}
#FEATURE .feature-block-image {
  margin: 0 0 20px 10px;
  /* margin-bottom: 20px; */
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-block-image {
    text-align: center;
    margin: 0;
  }
  #FEATURE .feature-block-image img {
    width: 100%;
    /* width: 70%; */
    margin: auto 0 10px 0;
  }
}
#FEATURE .feature-block-btn {
  /* text-align: right; */
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-block-btn {
    /* text-align: center; */
  }
}
#FEATURE .feature-block-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background: #09A8EB;
  border-radius: 22px;
  padding: 0.5em 1.5em;
  color: #fff;
}
#FEATURE .feature-block-btn a:hover {
  text-decoration: none;
}
#FEATURE .feature-table-area {
  display: flex;
}
#FEATURE .feature-table-area-inner {
  width: 50%;
}
@media screen and (min-width: 481px) {
  #FEATURE .feature-table-area-inner {
    flex: 1;
    display: flex;
  }
}
#FEATURE .feature-accordion dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #E5F0F8;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
#FEATURE .feature-accordion dd {
  padding: 20px 10px;
}
#FEATURE .feature-accordion dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #006EB5 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
#FEATURE .feature-accordion dt.active:before {
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #006EB5 transparent;
}
#FEATURE .table-area-block {
  flex: 1;
  font-size: 1.2rem;
  border-right: 1px solid #000;
}
#FEATURE .feature-table-area-inner:nth-child(2) .table-area-block:last-child {
  border-right: none;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-table-area-inner:nth-child(2) .table-area-block {
    border-right: none;
  }
}
#FEATURE .table-area-block table {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #FEATURE .table-area-block:nth-child(2) table thead {
    display: none;
  }
}
#FEATURE .table-area-block table thead tr {
  border-bottom: 1px solid #000;
}
#FEATURE .table-area-block table thead tr th {
  padding: 0.5em;
  text-align: left;
}
#FEATURE .table-area-block table tbody tr {
  border-bottom: 1px dotted #eee;
}
#FEATURE .table-area-block table tbody tr td {
  width: 50%;
  padding: 0 0.5em;
}
@media screen and (min-width: 481px) {
  #FEATURE .feature-accordion-text {
    text-align: center;
  }
}
#FEATURE .feature-accordion-text span {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
#FEATURE .feature-block-subtitle {
  font-size: 3rem;
  /* font-size: 3.5rem; */
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  /* padding-top: 25px; */
  /* border-top: 1px solid #E5F0F8; */
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-block-subtitle {
    font-size: 2.2rem;
    margin: 30px 0;
  }
}
#FEATURE .feature-block-subtitle span {
  background: linear-gradient(transparent 70%, #FFE923 70%);
}
#FEATURE .feature-function,
#FEATURE .feature-fax {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
/* 20230215 PM追加 ここから*/
@media screen and (max-width: 480px) {
  #FEATURE #FEATURE02 .feature-function, #FEATURE #FEATURE04 .feature-function {
    flex-direction: column-reverse;
  }
  #FEATURE #FEATURE02 .feature-block-image {
    margin-bottom: 0 !important;
  }
}
/* 20230215 PM追加 ここまで*/
#FEATURE .feature-function-block {
  width: 50%;
  margin-bottom: 30px;
}
#FEATURE .feature-function-block:first-child {
  padding-right: 1.5rem;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-function-block {
    width: 48%;
    /* width: 32%; */
  }
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-function-block {
    width: 100%;
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
  }
}
#FEATURE .feature-function-title {
  min-height: 55px;
  /* min-height: 50px; */
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-function-title {
    margin-bottom: 15px;
    justify-content: flex-start;
  }
}
#FEATURE .feature-function-title img {
  margin-right: 10px;
}
#FEATURE .feature-function-lead {
  font-weight: bold;
  line-height: 1.8;
}
#FEATURE .feature-caution {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  margin-top: 1em;
}
#FEATURE .feature-fax-block {
  width: 30%;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-fax-block {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
}
#FEATURE .feature-fax-image {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-fax-image {
    width: 30%;
  }
  #FEATURE .feature-fax-image + .text-blue {
    width: 70%;
    padding-left: 10px;
  }
}
#FEATURE .feature-fax-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  #FEATURE .feature-fax-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 0.5em;
  }
}
/* 20230215 PM追加 ここから*/
#FEATURE .section-inner:nth-child(2) {
  /* width: 1060px; */
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 1060px) {
  #FEATURE .section-inner:nth-child(2) {
    width: 100%;
    max-width: 1060px;
  }
}
@media screen and (max-width: 820px) {
  #FEATURE .section-inner:nth-child(2) {
    width: 94%;
    max-width: 980px;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #FEATURE .section-inner:nth-child(2) {
    width: 94%;
    max-width: 980px;
    margin: auto;
  }
}
#FEATURE .feature {
  position: relative;
}
#FEATURE .feature:before {
  content: "";
  background: #def5ff;
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
#FEATURE .feature-inner {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding: 0 20px;
}
#FEATURE .feature .list-asterisk li {
  display: inline-block;
  margin-top: 5px;
}
#FEATURE .feature-title-area * {
  line-height: 1.2;
}
#FEATURE .feature-title-area-inner {
  display: inline-block;
  position: relative;
}
#FEATURE .feature-title-area-inner:before,
#FEATURE .feature-title-area-inner:after {
  content: "";
  width: 42px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#FEATURE .feature-title-area-inner:before {
  background: url("/ad/u-air/assets/images/deco_feature_left.svg");
  left: 0px;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-title-area-inner:before {
    left: 0px;
  }
}
#FEATURE .feature-title-area-inner:after {
  background: url("/ad/u-air/assets/images/deco_feature_right.svg");
  right: 0px;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-title-area-inner:after {
    right: 0px;
  }
}
#FEATURE .feature-catch,
#FEATURE .feature-title {
  font-weight: bold;
}
#FEATURE .feature-catch {
  font-size: 2.8rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-catch {
    font-size: 2rem;
  }
}
#FEATURE .feature-catch span {
  font-size: 2rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-catch span {
    font-size: 1.4rem;
  }
}
#FEATURE .feature-title {
  font-size: 5rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-title {
    font-size: 3.8rem;
  }
}
#FEATURE .feature-intro {
  padding: 60px 0;
}
#FEATURE .feature-cards {
  margin-top: 80px;
}
@media screen and (min-width: 426px) {
  #FEATURE .feature-cards {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-cards {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-cards {
    margin-top: 40px;
  }
}
#FEATURE .feature-card {
  width: 180px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 25px 6px 35px 6px;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-card {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card {
    width: 100%;
    margin-right: 0;
    padding: 25px 5px 35px 5px;
    margin-bottom: 46px;
  }
}
#FEATURE .feature-card:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-card:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card:nth-child(4) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-card:nth-child(5) {
    margin-bottom: 0;
  }
}
#FEATURE .feature-card:before,
#FEATURE .feature-card:after {
  content: "";
  position: absolute;
}
#FEATURE .feature-card:before {
  width: 100%;
  height: 32px;
  background: #09A8EB;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#FEATURE .feature-card:after {
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
#FEATURE .feature-card-num {
  width: 64px;
  height: 64px;
  line-height: 54px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #09A8EB;
  font-family: "Oswald";
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  /* font-weight: bold; */
  color: #fff;
  text-align: center;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #FEATURE .feature-card-num {
    font-size: 2.1rem;
    padding-top: 0px;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-num {
    width: 60px;
    height: 60px;
    line-height: 34px;
    font-size: 3rem;
    top: -28px;
    padding-top: 8px;
  }
}
#FEATURE .feature-card-image {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 15px 0 10px;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-image {
    display: none;
  }
}
#FEATURE .feature-card-text {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text {
    font-size: 2.3rem;
    letter-spacing: -0.1rem;
    padding-bottom: 10px;
  }
}
#FEATURE .feature-card-text * {
  line-height: 1.4;
}
#FEATURE .feature-card-text span.underline {
  background: linear-gradient(transparent 70%, #FFE923 50%);
}
#FEATURE .feature-card-text span.underline-box-outer {
  line-height: 1.5em;
}
#FEATURE .feature-card-text span.underline-box {
  background: linear-gradient(transparent 63%, #FFE923 50%);
}
#FEATURE .feature-card-text > span {
  /* display: inline-block; */
  line-height: 1.4em;
}
#FEATURE .feature-card-text .text-blue {
  font-size: 3rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue {
    font-size: 3.4rem;
    letter-spacing: -0.1rem;
  }
}
#FEATURE .feature-card-text .text-blue.text-sizeL {
  font-size: 8rem;
  line-height: 0.8em;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue.text-sizeL {
    font-size: 8rem;
  }
}
#FEATURE .feature-card-text .text-blue.text-sizeM {
  font-size: 4rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue.text-sizeM {
    font-size: 3rem;
  }
}
#FEATURE .feature-card-text .text-blue.text-sizeS {
  font-size: 1.6rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue.text-sizeS {
    font-size: 0.9rem;
  }
}
#FEATURE .feature-card-text .text-blue.text-sizeSS {
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  text-align: left;
  margin: 3px 8px 10px 8px;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue.text-sizeSS {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
#FEATURE .feature-card-text .text-blue span {
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text .text-blue span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-card-text br {
    display: none;
  }
}
#FEATURE .feature-card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#FEATURE .feature-main-col {
  margin-bottom: 90px;
}
@media screen and (min-width: 426px) {
  #FEATURE .feature-main-col {
    display: flex;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-main-col {
    margin-bottom: 60px;
  }
}
#FEATURE .feature-main-col-detail {
  flex: 1;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-main-col-detail {
    margin-bottom: 20px;
  }
}
#FEATURE .feature-main-col-image {
  margin: 0 0 0 40px;
  width: 560px;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-main-col-image {
    width: 49%;
    margin: 0 0 0 2%;
  }
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-main-col-image {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#FEATURE .feature-main-col.flex-row-reverse #FEATURE .feature-main-col-image {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 820px) {
  #FEATURE .feature-main-col.flex-row-reverse #FEATURE .feature-main-col-image {
    margin: 0 2% 0 0;
  }
}
#FEATURE .feature-main-col-number {
  display: flex;
}
#FEATURE .feature-main-col-num-title {
  font-size: 2rem;
  font-weight: 500;
  color: #c9c9c9;
  line-height: 1.4;
}
#FEATURE .feature-main-col-num-title span {
  font-size: 1.4rem;
}
#FEATURE .feature-main-col-num {
  font-family: "Avenir";
  font-size: 10rem;
  font-weight: 400;
  color: #c9c9c9;
  margin-left: 15px;
  line-height: 1;
}
#FEATURE .feature-main-col-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
#FEATURE .feature-main-col-title * {
  display: inline-block;
  line-height: 1;
}
#FEATURE .feature-main-col-text {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#FEATURE .feature-main-col-text .text-blue {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f0f000 60%);
}
#FEATURE .feature-main-col-text + a {
  text-decoration: underline;
}
#FEATURE .feature-cards .feature-card:nth-child(1) > .feature-card-text {
  padding-top: 20px;
}
#FEATURE .feature-cards .feature-card:nth-child(2) > .feature-card-text {
  letter-spacing: -0.07em;
}
#FEATURE .feature-cards .feature-card:nth-child(3) > .feature-card-text {
  padding-top: 20px;
}
#FEATURE .feature-cards .feature-card:nth-child(4) > .feature-card-text {
  padding-top: 20px;
}
#FEATURE .feature-cards .feature-card:nth-child(5) > .feature-card-text {
  padding-top: 20px;
}
#FEATURE .feature-block .text-right-box {
  text-align: right;
}
@media screen and (max-width: 429px) {
  #FEATURE .feature-cards .feature-card:nth-child(2) > .feature-card-text {
    font-size: 1.9rem;
    letter-spacing: -0.03em;
  }
  #FEATURE .feature-cards .feature-card:nth-child(2) > .feature-card-text span:first-child {
    padding-right: 0.5rem;
  }
}
/* 20230215 PM追加 ここまで*/
#UAIR-BEFORE .section-inner {
  padding: 100px 0 0;
}
#UAIR-BEFORE .uair_inner {
  position: relative;
}
#UAIR-BEFORE .uair_inner::after {
  position: absolute;
  content: "";
  bottom: -250px;
  display: block;
  width: 100%;
  height: 250px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23ffffff' points='0,0 50,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
}
@media screen and (max-width: 820px) {
  #UAIR-BEFORE .uair_inner::after {
    bottom: -100px;
    height: 100px;
  }
}
@media screen and (max-width: 820px) {
  #UAIR-BEFORE .section-inner {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 820px) {
  #UAIR-BEFORE .section-inner img {
    width: 100%;
  }
}
#UAIR .uair-content {
  background: transparent linear-gradient(332deg, #147BD1 0%, #56B7E6 100%) 0% 0%;
  padding: 180px 15px 90px;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content {
    padding: 60px 15px;
  }
}
#UAIR .uair-content-inner {
  max-width: 980px;
  background: #fff;
  padding: 90px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  #UAIR .uair-content-inner {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-inner {
    padding: 10px 10px 20px;
  }
}
#UAIR .uair-content-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-title {
    margin-bottom: 40px;
  }
}
#UAIR .uair-content-title span {
  font-size: 3.5rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  border-bottom: 12px solid #FFE923;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-title span {
    font-size: 2.2rem;
    line-height: 2.4;
    border-bottom: 8px solid #FFE923;
  }
}
#UAIR .uair-content-tag {
  text-align: center;
  position: absolute;
  top: 25px;
  right: 25px;
  border: 3px solid #FFE923;
  padding: 0.7em 1em;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-tag {
    position: static;
  }
}
#UAIR .uair-content-tag span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #EA497B;
  line-height: 1.4;
}
#UAIR .uair-content-block {
  display: flex;
  justify-content: space-between;
}
#UAIR .uair-content-block.flex-middle {
  align-items: center;
  flex-wrap: wrap;
}
#UAIR .uair-content-block.flex-end {
  flex-direction: row-reverse;
}
#UAIR .uair-content-block-half {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-block-half {
    width: 100%;
    margin-bottom: 20px;
  }
  #UAIR .uair-content-block-half.logo {
    text-align: center;
    margin-top: 30px;
  }
  #UAIR .uair-content-block-half.logo img {
    max-width: 100px;
  }
  #UAIR .uair-content-block-half img {
    max-width: 100%;
  }
  #UAIR .uair-content-block-half:not(.logo) {
    text-align: center;
  }
  #UAIR .uair-content-block-half:not(.logo) img {
    width: 80%;
  }
}
#UAIR .uair-content-block-half .uair-block-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.8em 0;
}
#UAIR .uair-content-block-half .uair-block-lead {
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-block-half .uair-block-lead {
    text-align: left;
  }
}
#UAIR .uair-content-block-inner {
  width: 210px;
}
@media screen and (max-width: 480px) {
  #UAIR .uair-content-block-inner {
    width: 100%;
    min-width: 200px;
    margin-right: 10px;
  }
}
#UAIR .uair-content-block-inner .uair-block-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFE923 60%);
  margin: 0.8em 0;
}
.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px) {
  .horizontal_scroll {
    overflow-x: inherit;
  }
}
#PLAN-BEFORE > .section-inner {
  padding: 100px 0;
}
@media screen and (max-width: 820px) {
  #PLAN-BEFORE > .section-inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 820px) {
  #PLAN-BEFORE > .section-inner img {
    width: 100%;
  }
}
#PLAN .plan-content {
  background: #EEEEEE;
  padding: 90px 0 120px;
}
@media screen and (max-width: 820px) {
  #PLAN .plan-content {
    padding: 30px 0 40px;
  }
}
#PLAN .plan-content-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#PLAN .plan-content-title span {
  font-size: 6rem;
}
#PLAN .plan-content-lead {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0 60px;
}
@media screen and (max-width: 820px) {
  #PLAN .plan-content-lead {
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  #PLAN .plan-content-lead {
    margin: 20px 0 40px 0;
    text-align: left;
  }
}
@media screen and (min-width: 821px) {
  #PLAN .plan-card-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    /* margin-bottom: 100px; */
  }
}
@media screen and (max-width: 820px) {
  #PLAN .plan-card-outer {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  #PLAN .plan-card-outer {
    width: 100%;
  }
}
#PLAN .plan-card {
  width: 48.6%;
  /* width: 32%; */
  background: #fff;
}
@media screen and (max-width: 820px) {
  #PLAN .plan-card {
    width: 100%;
    margin-bottom: 30px;
  }
  #PLAN .plan-card:last-child {
    margin-bottom: 10px;
  }
}
#PLAN .plan-card-title {
  font-size: 1.6rem;
  text-align: center;
  padding: 14px;
}
#PLAN .plan-card-title span {
  font-size: 2.4rem;
}
#PLAN .plan-card:first-child .plan-card-title {
  background: #41464C;
}
@media screen and (max-width: 820px) {
  #PLAN .plan-card:first-child {
    margin-bottom: 10px;
    /* margin-bottom: 120px; */
  }
}
#PLAN .plan-card:nth-child(2) .plan-card-title {
  background: #009BD7;
}
#PLAN .plan-card:nth-child(3) .plan-card-title {
  background: #006EB5;
}
#PLAN .plan-card:nth-child(1) {
  position: relative;
}
/* #PLAN .plan-card:nth-child(1):after{
  content: "";
  width: 242px;
  height: 88px;
  background: url(/ad/u-phone_01/assets/images/irrust_price.png);
  background-size: contain;
  position: absolute;
  bottom: -88px;
  left: -150px;
}

@media screen and (max-width: 820px) {
  #PLAN .plan-card:nth-child(1):after{
    content: "";
    width: 100%;
    height: 120px;
    background: url(/ad/u-phone_01/assets/images/irrust_price_sp.svg) no-repeat top center;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
  }
} */
#PLAN .plan-card-inner {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #PLAN .plan-card-inner {
    padding: 20px 10px;
  }
}
#PLAN .plan-card-service {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#PLAN .plan-card-service > span {
  display: inline-block;
  line-height: 1;
}
#PLAN .plan-card-service > span.logo-uphone {
  padding-right: 1.5em;
  position: relative;
}
#PLAN .plan-card-service > span.logo-uphone:after {
  content: "＋";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25em;
  margin: auto;
}
#PLAN .plan-card-service > span.logo-uair img {
  margin: 0 2px;
}
#PLAN .plan-card-price {
  font-size: 2.8rem;
  font-weight: bold;
  min-height: 2em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 30px 0 15px 0;
  /* margin: 30px 0; */
}
#PLAN .plan-card-price > span {
  /* color: #EA497B; */
}
#PLAN .plan-card-price > span > span {
  font-family: "Avenir";
  font-size: 6rem;
  line-height: 1rem;
  margin: 0 0 0 5px;
}
/* #PLAN .plan-card:first-child .plan-card-price > span{
  color: inherit;
} */
/* #PLAN .plan-card:first-child .plan-card-price > span > span{
  font-size: 5rem;
  margin: 0 0 0 5px;
} */
#PLAN .plan-card-list {
  display: flex;
  justify-content: space-between;
}
#PLAN .plan-card-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 50px;
  font-size: 1.2rem;
  background: #eee;
  margin: 0 2px;
}
/* 20230215 PM追加 ここから*/
/* #PLAN .plan-card-outer {
  background: #fff;
} */
#PLAN .section-inner {
  max-width: 700px;
}
#PLAN .plan-card-a {
  position: relative;
  margin-bottom: 154px;
}
#PLAN .plan-card-a::after {
  content: "";
  width: 170px;
  height: 154px;
  background: url(/ad/u-phone_01/assets/images/plan_card_a_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -154px;
  left: 270px;
}
@media screen and (max-width: 820px) {
  #PLAN .plan-card-a {
    margin-bottom: 125px;
  }
  #PLAN .plan-card-a::after {
    content: "";
    width: 100%;
    height: 120px;
    background: url(/ad/u-phone_01/assets/images/plan_card_a_01_sp.svg) no-repeat top center;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#PLAN .plan-card-a-title, #PLAN .plan-card-b-title {
  background: #28AEE8;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 1.5rem;
}
#PLAN .plan-card-a-title span {
  font-size: 2rem;
}
#PLAN .plan-card-a-inner {
  background: #fff;
  padding: 25px;
}
#PLAN .plan-card-a-price {
  font-size: 2.8rem;
  font-weight: bold;
  min-height: 2em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 15px 0;
  /* margin: 30px 0 15px 0; */
}
#PLAN .plan-card-a-price span {
  color: #EA497B;
}
#PLAN .plan-card-a-price span > span {
  color: #EA497B;
  font-family: "Avenir";
  font-size: 6rem;
  line-height: 5rem;
  margin: 0 0 0 5px;
}
#PLAN .plan-card-a-catch span {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  background: #E5F0F8;
  padding: 5px 80px;
  margin-bottom: 1.5rem;
}
#PLAN .plan-card-caption-a span {
  font-size: 1.2rem;
  background: #eee;
  padding: 10px;
}
#PLAN .plan-card-b-catch {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #009BD7;
  padding: 5px 80px;
  margin-bottom: 1.5rem;
}
#PLAN .plan-card-outer .plan-card:first-child .plan-card-b-catch {
  background: #006EB5;
}
#PLAN .list-asterisk li {
  letter-spacing: -0.15rem;
}
/* 20230215 PM追加 ここまで*/
#PLAN .caution {
  padding-left: 1em;
  color: #41464C;
}
#COMPARE > .section-inner {
  padding: 100px 0 120px;
}
@media screen and (max-width: 480px) {
  #COMPARE > .section-inner {
    padding: 40px 0 50px;
  }
}
#COMPARE .compare-content-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-content-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
#COMPARE .compare-content-image {
  text-align: center;
}
#COMPARE .compare-table table {
  width: 100%;
}
#COMPARE .compare-table table .col1 {
  width: 25%;
}
#COMPARE .compare-table table .col2 {
  width: 30%;
}
#COMPARE .compare-table table .col3 {
  width: 22.5%;
}
#COMPARE .compare-table table thead th {
  border-collapse: collapse;
  border-left: 1px solid #fff;
}
#COMPARE .compare-table table tbody th,
#COMPARE .compare-table table tbody td {
  border-collapse: collapse;
  border: 1px solid #C2C2C2;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody td {
    padding: 10px 0;
    font-size: 0.8rem;
    line-height: 2;
  }
}
#COMPARE .compare-table table tbody th {
  font-size: 1.8rem;
  background: #EEEEEE;
  padding: 58px 0;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody th {
    font-size: 1rem;
    background: #EEEEEE;
    padding: 30px 0;
  }
}
#COMPARE .compare-table table tbody td.other {
  opacity: 0.4;
}
#COMPARE .compare-table table tbody td span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody td span {
    font-size: 1rem;
  }
}
#COMPARE .compare-table table tbody td:not(.other) span {
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody td:not(.other) span {
    font-size: 1rem;
    line-height: 2;
  }
}
#COMPARE .compare-table table tbody tr.last span {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody tr.last span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
#COMPARE .compare-table table tbody tr.last span.number {
  font-size: 7.7rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody tr.last span.number {
    font-size: 3.6rem;
  }
}
#COMPARE .compare-table table tbody tr.last span.number + span.large {
  font-size: 4.3rem;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody tr.last span.number + span.large {
    font-size: 1.4rem;
  }
}
#COMPARE .compare-table table tbody tr.last td.other span.number {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table tbody tr.last td.other span.number {
    font-size: 2.2rem;
  }
}
#COMPARE .compare-table table thead th span {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table thead th span {
    font-size: 1rem;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#COMPARE .compare-table table thead th.u-phone span {
  background: #009BD7;
  height: 110px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table thead th.u-phone span {
    background: #009BD7;
    height: 40px;
    padding: 0 15px;
  }
}
#COMPARE .compare-table table thead th.other span {
  background: #41464C;
  color: #fff;
  height: 90px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table table thead th.other span {
    height: 30px;
  }
}
#COMPARE .compare-table .color-red {
  color: #EF3535;
}
#COMPARE .compare-table .symbol {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol {
    width: 18px;
    height: 18px;
    margin: 0 auto 5px;
  }
}
#COMPARE .compare-table .symbol.circle {
  border-style: solid;
  border-width: 7px;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.circle {
    border-width: 3px;
  }
}
#COMPARE .compare-table .symbol.cross:before,
#COMPARE .compare-table .symbol.cross:after {
  content: "";
  width: 7px;
  height: 120%;
  position: absolute;
  top: -5px;
  background: currentColor;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.cross:before,
  #COMPARE .compare-table .symbol.cross:after {
    content: "";
    width: 3px;
  }
}
#COMPARE .compare-table .symbol.cross:before {
  transform: rotate(45deg);
  right: 22px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.cross:before {
    transform: rotate(45deg);
    right: 8px;
  }
}
#COMPARE .compare-table .symbol.cross:after {
  transform: rotate(-45deg);
  left: 22px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.cross:after {
    transform: rotate(-45deg);
    left: 7px;
  }
}
#COMPARE .compare-table .symbol.triangle {
  border-style: solid;
  border-width: 0 26px 44px 26px;
  border-color: transparent transparent currentColor transparent;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.triangle {
    border-width: 0 13px 22px 13px;
  }
}
#COMPARE .compare-table .symbol.triangle:before {
  content: "";
  border-style: solid;
  border-width: 0 16px 26px 16px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -38px;
  left: -16px;
}
@media screen and (max-width: 480px) {
  #COMPARE .compare-table .symbol.triangle:before {
    border-width: 0 8px 13px 8px;
    bottom: -19px;
    left: -8px;
  }
}
#SUPPORT {
  padding: 80px 0 120px;
}
@media screen and (max-width: 820px) {
  #SUPPORT {
    padding: 40px 0;
  }
}
#SUPPORT .support-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #SUPPORT .support-title {
    font-size: 1.8rem;
  }
}
#SUPPORT .support-title span {
  font-size: 5.3rem;
}
@media screen and (max-width: 480px) {
  #SUPPORT .support-title span {
    font-size: 3rem;
  }
}
#SUPPORT .support-lead {
  max-width: 820px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 42px auto 50px;
}
@media screen and (max-width: 480px) {
  #SUPPORT .support-lead {
    font-size: 1.4rem;
    margin: 20px auto;
  }
}
#INTRODUCE {
  padding: 100px 0;
  background: rgba(157, 157, 157, 0.1);
}
@media screen and (max-width: 820px) {
  #INTRODUCE {
    padding: 50px 0;
  }
}
#INTRODUCE .section-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #INTRODUCE .section-title {
    margin-bottom: 30px;
  }
}
#INTRODUCE .text-40 {
  padding: 0 0.1em 0 0.3em;
}
@media screen and (max-width: 480px) {
  #INTRODUCE .section-title {
    font-size: 3rem;
    line-height: 1em;
  }
}
#INTRODUCE .section-lead {
  margin-bottom: 40px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .section-lead {
    margin-bottom: 60px;
    font-size: 2.2rem;
  }
}
#INTRODUCE .introduce-box {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box {
    padding: 20px;
    position: relative;
    margin-bottom: 0;
  }
}
#INTRODUCE .introduce-box-inner {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-inner {
    display: inherit;
    margin-left: 60px;
    margin-bottom: 20px;
  }
}
#INTRODUCE .introduce-box-col {
  flex: 1;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col {
    padding-bottom: 40px;
  }
  #INTRODUCE .introduce-box-col:last-child {
    padding-bottom: 0;
  }
}
#INTRODUCE .introduce-box-col-step {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col-step {
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
  }
}
#INTRODUCE .introduce-box-col-step::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #006eb6;
  background: linear-gradient(to bottom, #006eb6 0%, #003f95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006eb6", endColorstr="#003f95",GradientType=0 );
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col-step::before {
    width: 60px;
    height: 60px;
  }
}
#INTRODUCE .introduce-box-col-step span {
  font-size: 4rem;
  position: absolute;
  top: calc(50% - 0.75em);
  left: calc(50% - 0.5em);
  color: #fff;
  text-align: center;
  font-family: "Avenir";
  line-height: 1.2em;
}
#INTRODUCE .introduce-box-col-step span::before {
  font-size: 1.6rem;
  content: "STEP";
  display: block;
  line-height: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col-step span::before {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col-step span {
    font-size: 3rem;
  }
}
#INTRODUCE .introduce-box-col-title {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
#INTRODUCE .introduce-box-col-text {
  font-size: 1.6rem;
  margin-right: 2em;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-col-text {
    margin-right: 0;
  }
}
#INTRODUCE .introduce-box-arrow-col {
  display: flex;
  width: 67%;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow-col {
    display: inherit;
    width: 100%;
    padding-bottom: 0;
  }
}
#INTRODUCE .introduce-box-arrow {
  width: 100%;
  top: calc(100% - 50px);
  left: 0;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow {
    margin-bottom: 0;
    top: 0;
    left: -55px;
    width: 1.6em;
    height: 100%;
  }
}
#INTRODUCE .introduce-box-arrow-border {
  content: "";
  display: inline-block;
  border-bottom: 2px dashed #41464c;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow-border {
    border-bottom: none;
    border-left: 2px dashed #41464c;
    top: 0;
    left: 9px;
    width: 2px;
    height: 100%;
  }
}
#INTRODUCE .introduce-box-arrow::before, #INTRODUCE .introduce-box-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: calc(50% - 5px);
}
#INTRODUCE .introduce-box-arrow::before {
  border-width: 10px 10px 10px 0;
  border-color: transparent #41464c transparent transparent;
  left: 0;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow::before {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #41464c transparent;
    top: 0;
    left: 0;
  }
}
#INTRODUCE .introduce-box-arrow::after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #41464c;
  right: 0;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow::after {
    border-width: 10px 10px 0 10px;
    border-color: #41464c transparent transparent transparent;
    top: calc(100% - 10px);
    left: 0;
  }
}
#INTRODUCE .introduce-box-arrow-text {
  padding: 0 3em;
  display: inline-block;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-box-arrow-text {
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(50% - 6em);
    left: 0;
  }
  #INTRODUCE .introduce-box-arrow-text .text-22,
  #INTRODUCE .introduce-box-arrow-text .text-40 {
    font-size: 2rem !important;
  }
  #INTRODUCE .introduce-box-arrow-text span {
    display: block;
  }
}
#INTRODUCE .introduce-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer {
    display: inherit;
  }
}
#INTRODUCE .introduce-footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-inner {
    padding-bottom: 100px;
    justify-content: space-around;
  }
}
#INTRODUCE .introduce-footer-inner::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/ad/u-phone_01/assets/images/icon_arrow.svg");
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-inner::after {
    position: absolute;
    top: calc(100% - 70px);
    left: calc(50% - 30px);
    transform: rotate(90deg);
  }
}
#INTRODUCE .introduce-footer-col {
  display: flex;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-col {
    display: inherit;
  }
}
#INTRODUCE .introduce-footer-col-text-yen, #INTRODUCE .introduce-footer-col-text-question {
  display: flex;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-col-text-yen, #INTRODUCE .introduce-footer-col-text-question {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
}
#INTRODUCE .introduce-footer-col-text-yen::before, #INTRODUCE .introduce-footer-col-text-question::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 87px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-col-text-yen::before, #INTRODUCE .introduce-footer-col-text-question::before {
    width: 70px;
  }
}
#INTRODUCE .introduce-footer-col-text-yen {
  margin-right: 30px;
}
#INTRODUCE .introduce-footer-col-text-yen::before {
  background-image: url("/ad/u-phone_01/assets/images/icon_yen.svg");
}
#INTRODUCE .introduce-footer-col-text-question::before {
  background-image: url("/ad/u-phone_01/assets/images/icon_question.svg");
}
#INTRODUCE .introduce-footer-btn-lead {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #INTRODUCE .introduce-footer-btn-lead {
    margin-bottom: 20px;
  }
}
/*

.js-waypoints {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: all 500ms;
}

.js-waypoints.active {
  opacity: 1;
  transform: translate(0, 0);
}

.show-lp {
  display: none !important;
}

.IS_LP .hide-lp {
  display: none !important;
}

.IS_LP .show-lp {
  display: inherit !important;
}

.IS_LP #INTRODUCE .introduce-box {
  margin-bottom: 0;
}

.IS_LP .footer-inner {
  justify-content: center;
}
*/
/* FAQ
========================================================================== */
.qa[data-current="0"] .qa-header-tab > li:nth-child(1) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="0"] .qa-body-inner {
  transform: translateX(0px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="0"] .qa-body-inner {
    transform: translateX(0vw);
  }
}
.qa[data-current="1"] .qa-header-tab > li:nth-child(2) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="1"] .qa-body-inner {
  transform: translateX(-1024px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="1"] .qa-body-inner {
    transform: translateX(-90vw);
  }
}
.qa[data-current="2"] .qa-header-tab > li:nth-child(3) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="2"] .qa-body-inner {
  transform: translateX(-2048px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="2"] .qa-body-inner {
    transform: translateX(-180vw);
  }
}
.qa[data-current="3"] .qa-header-tab > li:nth-child(4) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="3"] .qa-body-inner {
  transform: translateX(-3072px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="3"] .qa-body-inner {
    transform: translateX(-270vw);
  }
}
.qa[data-current="4"] .qa-header-tab > li:nth-child(5) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="4"] .qa-body-inner {
  transform: translateX(-4096px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="4"] .qa-body-inner {
    transform: translateX(-360vw);
  }
}
.qa[data-current="5"] .qa-header-tab > li:nth-child(6) {
  color: #008dd0;
  border-bottom: 4px solid #008dd0;
}
.qa[data-current="5"] .qa-body-inner {
  transform: translateX(-5120px);
}
@media screen and (max-width: 820px) {
  .qa[data-current="5"] .qa-body-inner {
    transform: translateX(-450vw);
  }
}
.qa-inner {
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .qa-inner {
    padding: 100px 0;
    width: 100%;
    max-width: 1024px;
  }
}
@media screen and (max-width: 820px) {
  .qa-inner {
    padding: 70px 0;
    width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .qa-inner {
    padding: 50px 0;
  }
}
.qa-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .qa-title {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .qa-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.qa-header {
  margin-bottom: 30px;
}
.qa-header-tab {
  display: flex;
  justify-content: center;
}
.qa-header-tab > li {
  cursor: pointer;
  text-align: center;
  transition: color, 300ms;
  font-size: 2rem;
  width: 250px;
}
@media screen and (max-width: 480px) {
  .qa-header-tab > li {
    font-size: 1.6rem;
    width: 50%;
    line-height: 2em;
  }
}
.qa-header-tab > li:hover {
  color: #008dd0;
}
.qa-body {
  overflow: hidden;
  width: 1025px;
}
@media screen and (max-width: 820px) {
  .qa-body {
    width: 90vw;
  }
}
.qa-body-inner {
  transition: transform, 300ms;
}
.qa-body-inner .qa-list {
  float: left;
}
.qa-list {
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 820px) {
  .qa-list {
    width: 90vw;
  }
}
.qa-box {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  margin-bottom: 10px;
}
.qa-question {
  cursor: pointer;
}
.qa-question,
.qa-answer {
  display: flex;
  position: relative;
}
.qa-question::before,
.qa-answer::before {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 481px) {
  .qa-question::before,
  .qa-answer::before {
    min-width: 80px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .qa-question::before,
  .qa-answer::before {
    min-width: 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 481px) {
  .qa-question p,
  .qa-answer p {
    padding: 25px 60px 25px 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .qa-question p,
  .qa-answer p {
    padding: 15px 40px 15px 15px;
    font-size: 1.4rem;
  }
}
.qa-question {
  background: #EAF1F7;
  border-bottom: 1px solid #d3d3d3;
  transition: box-shadow, 300ms;
  position: relative;
}
.qa-question::before {
  content: "Q";
  background: #006eb5;
  color: #fff;
  transition: background, 300ms;
}
.qa-question.active {
  background: #eaf1f7;
}
.qa-question.active::before {
  background: #008dd0;
}
.qa-question.active .toggle::before {
  transform: rotate(0deg);
}
.qa-question:not(.active):hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.qa-question .ic-accordion,
.qa-question .ic-accordion::before,
.qa-question .ic-accordion::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qa-question .ic-accordion {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 30px;
  background: #ddd;
}
@media screen and (max-width: 820px) {
  .qa-question .ic-accordion {
    width: 26px;
    height: 26px;
    right: 10px;
  }
}
.qa-question .ic-accordion::before,
.qa-question .ic-accordion::after {
  content: "";
  background: #9d9d9d;
  width: 16px;
  height: 3px;
  right: 7px;
}
@media screen and (max-width: 820px) {
  .qa-question .ic-accordion::before,
  .qa-question .ic-accordion::after {
    width: 12px;
    height: 2px;
    right: 7px;
  }
}
.qa-question .ic-accordion::before {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.qa-question.active .ic-accordion::before {
  transform: rotate(180deg);
}
.qa-answer {
  border-bottom: 1px solid #d3d3d3;
}
.qa-answer::before {
  content: "A";
  background: #eff7fc;
  color: #005ca9;
}
.qa .toggle {
  width: 30px;
  height: 30px;
  background: #d0d0d0;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
}
@media screen and (max-width: 480px) {
  .qa .toggle {
    right: 10px;
  }
}
.qa .toggle::before,
.qa .toggle::after {
  content: "";
  display: block;
  background: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 8px;
  top: 50%;
}
.qa .toggle::before {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.qa .toggle::after {
  transform: rotate(0deg);
}
.qa-button {
  margin-top: 20px;
  float: right;
}
@media screen and (max-width: 480px) {
  .qa-button {
    margin-top: 10px;
  }
}
.qa-inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .qa-inner {
    width: 90vw;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.qa-title {
  text-align: center;
  font-weight: bold;
  color: #006EB5;
  margin: 0 auto 60px;
  font-size: 3.6rem;
}
@media screen and (max-width: 480px) {
  .qa-title {
    margin: 0 auto 30px;
    font-size: 2rem;
  }
}
.qa-list {
  margin-bottom: 95px;
}
@media screen and (max-width: 820px) {
  .qa-list {
    margin-bottom: 0;
  }
}
.button-totop {
  width: 74px;
  height: 74px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: rgba(0, 110, 181, 0.6);
  text-indent: -9999px;
  cursor: pointer;
  transform: translateY(100px);
  transition: transform 250ms;
}
.IS_MIDDLE .button-totop {
  transform: translateY(0);
}
.campaign-banner {
  background-color: #EEEEEE;
  padding: 80px 0 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .campaign-banner {
    background-color: #EEEEEE;
    padding: 50px 0 0;
    text-align: center;
  }
}
.campaign-banner a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
@media screen and (max-width: 820px) {
  .campaign-banner {
    background-color: #EEEEEE;
    padding: 50px 0 0;
    text-align: center;
  }
}
.campaign {
  background: transparent linear-gradient(332deg, #147BD1 0%, #56B7E6 100%) 0% 0%;
  padding: 100px 15px 130px;
}
.campaign-inner {
  width: 100%;
  /* max-width: 1022px; */
  margin: auto;
}
.campaign-title {
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}
.campaign-title span {
  font-size: 3rem;
  /* font-size: 3.5rem; */
  line-height: 1.6;
  /* line-height: 2; */
  font-weight: bold;
  color: #fff;
  /* border-bottom: 12px solid #ffe023; */
  position: relative;
}
.campaign-title span.campaign-name {
  font-size: 47px;
  border-bottom: none;
  background: linear-gradient(transparent 75%, #A5D5F0 75%);
}
/* 20230216 PM追加 ここから*/
@media screen and (max-width: 820px) {
  .campaign-name-sub {
    display: inline-block;
    margin-top: 17px;
  }
}
.campaign-title span:before, .campaign-inner span:after {
  content: "";
  width: 52px;
  height: 94px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.campaign-inner span:after {
  width: 60px;
}
.campaign-title span:first-child:before {
  background: url(/ad/u-phone_01/assets/images/campaign-title-bg-l.svg) no-repeat;
  left: -60px;
}
.campaign-title span:first-child:after {
  background: url(/ad/u-phone_01/assets/images/campaign-title-bg-r.svg) no-repeat;
  right: -77px;
}
@media screen and (max-width: 820px) {
  .campaign-title span:before, .campaign-inner span:after {
    bottom: 0;
    top: initial;
  }
  .campaign-title span:first-child:before {
    background: url(/ad/u-phone_01/assets/images/campaign-title-bg-l-sp.svg) no-repeat;
    left: -10px;
  }
  .campaign-title span:first-child:after {
    background: url(/ad/u-phone_01/assets/images/campaign-title-bg-r-sp.svg) no-repeat;
    right: -67px;
  }
}
@media screen and (max-width: 480px) {
  .campaign-title span:first-child:before {
    left: -9px;
  }
}
#CAMPAIGN .slider a {
  display: block;
}
#CAMPAIGN .slider li .slider-img {
  line-height: 0;
  height: auto;
  width: 100%;
}
#CAMPAIGN .slider ul .slick-slide {
  transform: scale(1);
  margin-right: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 820px) {
  #CAMPAIGN .slider ul .slick-slide {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    max-height: 722px;
  }
}
#CAMPAIGN .slider li .slider-item {
  position: relative;
}
#CAMPAIGN .slider li .slider-item .slider-btn {
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: auto;
}
#CAMPAIGN .slick-dots {
  bottom: -70px;
}
#CAMPAIGN .slick-dots li {
  width: 25px;
}
#CAMPAIGN .slick-dots li button {
  border: 3px solid #fff;
  color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
#CAMPAIGN .slick-dots li.slick-active button {
  background: #fff;
}
#CAMPAIGN .slick-dots li button:before, #CAMPAIGN .slick-dots li.slick-active button:before {
  color: transparent;
}
@media screen and (max-width: 820px) {
  #CAMPAIGN .slider li .slider-item .slider-btn {
    bottom: 15%;
  }
}
@media screen and (max-width: 429px) {
  #CAMPAIGN .slider li .slider-item .slider-btn {
    bottom: 20px;
  }
}
#CAMPAIGN .slider li .slider-item .button-large {
  width: 100%;
  max-width: 500px;
  padding: 25px 0;
}
@media screen and (min-width: 426px) {
  #CAMPAIGN .slider li .slider-item .button-large {
    border: 2px solid #fff;
  }
}
#CAMPAIGN .slick-prev,
#CAMPAIGN .slick-next {
  position: absolute;
  top: 110%;
  /* top: 42%; */
  cursor: pointer;
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  /* border-top: 2px solid #006EB5;
  border-right: 2px solid #006EB5; */
  height: 54px;
  width: 54px;
  /* background: #fff;
  border-radius:50%; */
  color: transparent;
  z-index: 1;
}
#CAMPAIGN .slick-prev {
  left: 42%;
  background: url(/ad/u-phone_01/assets/images/slider-arrow-prev.png);
  background-size: contain;
}
#CAMPAIGN .slick-prev:before, #CAMPAIGN .slick-next:before {
  content: none;
}
#CAMPAIGN .campaign-detail {
  margin-top: 90px;
}
@media screen and (min-width: 426px) {
  #CAMPAIGN .slider li .slider-item .button-large {
    border: 2px solid #fff;
  }
}
#CAMPAIGN .slick-next {
  right: 42%;
  background: url(/ad/u-phone_01/assets/images/slider-arrow-next.png);
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  #CAMPAIGN .slick-next {
    right: 37%;
  }
  #CAMPAIGN .slick-prev {
    left: 37%;
  }
}
@media screen and (max-width: 820px) {
  #CAMPAIGN .slick-prev,
  #CAMPAIGN .slick-next {
    top: 108%;
  }
  #CAMPAIGN .slick-next {
    right: 32%;
  }
  #CAMPAIGN .slick-prev {
    left: 32%;
  }
  #CAMPAIGN .campaign-detail {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  #CAMPAIGN .slick-prev,
  #CAMPAIGN .slick-next {
    top: 108.5%;
  }
  #CAMPAIGN .slick-next {
    right: 15%;
  }
  #CAMPAIGN .slick-prev {
    left: 15%;
  }
  #CAMPAIGN .campaign-detail {
    margin-top: 120px;
  }
}
/* 20230216 PM追加 ここまで*/
.campaign-card {
  margin-bottom: 50px;
  border: 11px solid rgba(255, 255, 255, 0);
}
.campaign-pack {
  background-color: #eee;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  position: relative;
}
.campaign-pack span {
  font-size: 14px;
}
.campaign-pack-inner {
  padding: 20px 32px;
  text-align: center;
  background-color: #fff;
}
.campaign-text {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.campaign-card.second {
  border: 11px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 821px) {
  .campaign-tag {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
  }
}
.campaign-tag ul {
  display: flex;
}
.campaign-tag li {
  color: #FFE923;
  font-size: 19px;
  background: #0B9FD8 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
}
.campaign-pack-second {
  color: #006EB5;
}
.campaign-pack-second span {
  color: #000;
}
@media screen and (max-width: 820px) {
  .campaign {
    padding: 50px 15px 20px;
  }
  .campaign-title {
    padding-bottom: 50px;
  }
  .campaign-title span {
    font-size: 2rem;
    /* font-size: 16px; */
    line-height: 1.5;
    /* line-height: 2; */
    font-weight: bold;
    color: #fff;
    /* border-bottom: 5px solid #ffe023; */
  }
  .campaign-title span.campaign-name {
    font-size: 3.5rem;
    /* font-size: 21px; */
    border-bottom: none;
    line-height: 1.3;
  }
  .campaign-pack {
    font-size: 25px;
  }
  .campaign-pack span {
    font-size: 12px;
  }
  .campaign-text {
    font-size: 14px;
  }
  .campaign-tag li {
    font-size: 14px;
  }
  .campaign-pack span {
    display: block;
  }
  .campaign-tag ul {
    display: flex;
    justify-content: center;
  }
}
.campaign-detail-inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 30px 0 0 0;
  /* padding-bottom: 150px; */
}
.campaign-detail-title {
  font-size: 14px;
  font-weight: bold;
  background-color: #E2E8EA;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  text-align: center;
  line-height: 1.4;
  padding: 38px 20px;
  position: relative;
  cursor: pointer;
}
.campaign-detail-title span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.campaign-detail-title span::before {
  content: "";
  display: block;
  background-color: #000;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.campaign-detail-title.active span::before {
  transform: rotate(0deg);
}
.campaign-detail-title span::after {
  content: "";
  display: block;
  background-color: #000;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
}
.campaign-detail-table {
  border-collapse: collapse;
  width: 100%;
}
.campaign-detail-table th, .campaign-detail-table td {
  border: 1px solid #E0E0E0;
  vertical-align: top;
  padding: 36px 40px;
  text-align: left;
}
.campaign-detail-table th {
  width: 20%;
  font-size: 14px;
  font-weight: bold;
  background-color: #F5F7F8;
}
.campaign-detail-table td {
  width: 80%;
  padding: 36px 40px;
  font-size: 14px;
  background-color: #FFF;
}
@media screen and (max-width: 820px) {
  .campaign-detail-inner {
    width: 100%;
    padding: 0 15px 50px;
  }
  .campaign-detail-title {
    font-size: 14px;
    padding: 17px 40px 17px 5px;
  }
  .campaign-detail-title span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
  .campaign-detail-title span::before {
    content: "";
    display: block;
    background-color: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .campaign-detail-title.active span::before {
    transform: rotate(0deg);
  }
  .campaign-detail-title span::after {
    content: "";
    display: block;
    background-color: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -1px;
  }
  .campaign-detail-table th, .campaign-detail-table td {
    padding: 15px 15px;
  }
  .campaign-detail-table th {
    width: 35%;
    font-size: 14px;
  }
  .campaign-detail-table td {
    width: 65%;
    font-size: 14px;
  }
}
.button_inquiry_campaign {
  display: block;
  position: relative;
  border-radius: 70px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  font-size: 2rem;
  font-family: inherit;
  transition: box-shadow 300ms;
  background: linear-gradient(#8dc8e8 0%, #489fdf 30%, #147bd1 70%, #004c97 100%);
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  max-width: 381px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .button_inquiry_campaign {
    font-size: 1.8rem;
    padding: 10px 20px 5px;
  }
  .button_inquiry_campaign span {
    display: inline-block;
    line-height: 1.4;
  }
}
.button_inquiry_campaign::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  opacity: 0;
  z-index: 0;
  transition: opacity 300ms;
  background: #019cd7;
  background: linear-gradient(135deg, #019cd7 1%, #006eb5 100%);
}
@media screen and (max-width: 820px) {
  .ampaign-img img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .campaign-title span.campaign-name {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.campaign-detail-title + dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.campaign-detail-title.active + dd {
  max-height: 1500px;
}
.campaign-img-cap {
  font-size: 1.2rem;
  text-align: left;
}