@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*スペース*/
/*中央寄せ $direction x：横方向 y：縦方向 xy：縦横方向*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#lp {
  padding: 100px 0 0;
  /* cta */
  /* Section styles */
  /* Article styles */
  /*画像PCSP調整*/
  /*改行調整*/
  /*ドット下線*/
  /*間隔調整-SPは半分の値で指定-*/
  /*stress*/
  /*providerInfo*/
  /* アコーディオンのスタイル */
  /* アコーディオンのアクティブな状態のスタイル */
  /* アコーディオンの中身のスタイル */
  /* プラス記号のスタイル */
  /*step*/
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #lp {
    padding: 50px 0 0;
  }
}
#lp .txt-link a {
  display: inline-block;
  text-decoration: underline;
  color: #E44E00;
  font-size: 100%;
  text-decoration: underline;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(228, 78, 0) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
  margin: 0 3px;
  text-indent: 0;
}
#lp .txt-link a:hover {
  background-position: -100% 0;
  color: #fff;
}
#lp #mv2 {
  padding: 1vw 0;
  box-sizing: border-box;
  background: url(/lp_trial/img/bg_mv.png) no-repeat top left, linear-gradient(45deg, #E2ECF4 0%, #e2f3f8 100%);
  background-size: 100%;
  background-position: top left, top left;
}
@media only screen and (max-width: 767px) {
  #lp #mv2 {
    padding: 15px 0;
    background: url(/lp_trial/img/bg_mv_sp.png) no-repeat bottom left, linear-gradient(45deg, #E2ECF4 0%, #e2f3f8 100%);
    background-size: 100%;
    background-position: 100% -80%;
  }
}
#lp #mv2 .cta-btn {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #lp #mv2 .cta-btn {
    margin-top: 0;
  }
}
#lp #mv2 .mv-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #lp #mv2 .mv-inner {
    flex-direction: column;
  }
}
#lp #mv2 .mv-inner .txt_area {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #lp #mv2 .mv-inner .txt_area {
    width: 70%;
  }
}
#lp #mv2 .mv-inner .txt_area img {
  width: 100%;
  height: auto;
}
#lp #mv2 .mv-inner .img_area {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  #lp #mv2 .mv-inner .img_area {
    margin-top: 15px;
    width: 65%;
  }
}
#lp #mv2 .mv-inner .img_area img {
  width: 100%;
  height: auto;
}
#lp #mv2 img.mv-sp {
  width: 96%;
}
@media only screen and (min-width: 768px) {
  #lp #mv2 img.mv-sp {
    display: none;
  }
}
#lp .label-notes {
  line-height: 1.2;
  font-size: 10px;
  text-align: right;
  width: 98%;
  margin: 10px auto 0;
  color: #868686;
}
#lp .label-notes a {
  color: #0474B3;
  opacity: 1;
}
#lp .label-notes a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #lp .label-notes {
    letter-spacing: 0.02em;
    font-size: 9px;
    text-align: right;
    z-index: 1000;
    width: 94%;
  }
}
#lp .asterisk {
  padding-bottom: 1em;
  padding-left: 1em;
  list-style: none;
}
#lp .asterisk li {
  color: #646464;
  text-indent: -1em;
  font-size: 13px;
}
#lp .asterisk li a {
  color: #0077AC;
  opacity: 1;
}
#lp .asterisk li a:hover {
  opacity: 0.8;
}
#lp .asterisk ul {
  list-style: none;
  padding-left: 1em;
  margin: 0.5em 0em;
}
#lp .asterisk ul li {
  text-indent: -1em;
  color: #646464;
  font-size: 13px;
}
#lp .cta-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #lp .cta-wrap {
    margin: -20px 0 3vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#lp .cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 2vw 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #lp .cta-btn {
    padding: 0;
  }
}
#lp .cta-btn.pb {
  padding-bottom: 3vw;
}
@media only screen and (max-width: 767px) {
  #lp .cta-btn.pb {
    padding-bottom: 30px;
  }
}
#lp .cta-btn a {
  color: #fff;
}
#lp .cta-btn a:hover {
  color: #fff5d2;
}
#lp .cta-btn-fukidashi-pc {
  animation: float-swing 3s ease-in-out infinite;
  transform-origin: 50% 100%;
  display: block;
  width: 100%;
  height: auto;
}
@keyframes float-swing {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-6px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
#lp .btn_sub {
  width: 28vw;
  transform: translate(2vw, -0.3em);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #lp .btn_sub {
    width: 250px;
    transform: translate(0, 1.6em);
  }
}
#lp .cta {
  letter-spacing: normal;
  z-index: 2;
  position: relative;
  display: flex;
  padding: 0.3em 0.6em 0.3em 1.8em;
  text-decoration: none;
  font-size: clamp(24px, 4vw, 50px);
  color: white;
  border-radius: 5px;
  line-height: 1.3;
  box-sizing: border-box;
  background: linear-gradient(#f26b25 0%, #e44e00 100%);
  box-shadow: 4px 5px 0px #0B3F71, inset 0 3px 0 rgba(255, 255, 255, 0.42);
  transition: 1s;
  border: none;
  align-items: center;
  font-weight: bold;
  font-family: "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  #lp .cta {
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp .cta {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #lp .cta {
    font-size: 27px;
    line-height: 1;
    padding: 0.6em 0.4em 0.6em 2em;
    margin-top: 0.5em;
  }
}
#lp .cta .txt {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #lp .cta .txt {
    flex-direction: column;
  }
}
#lp .cta i {
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5em;
  margin-left: 15px;
  font-style: normal;
  background-color: #fff;
  padding: 9px 18px 6px;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 100px;
  color: #E44E00;
}
@media only screen and (max-width: 767px) {
  #lp .cta i {
    margin-left: 0;
    margin-top: 5px;
  }
}
#lp .cta:focus {
  outline: none;
}
#lp .cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #0B3F71, inset 0 3px 0 rgba(255, 255, 255, 0.42);
  opacity: 0.9;
  background: linear-gradient(#e44e00 0%, #f26b25 100%);
  color: #fddb62;
}
#lp .cta .second {
  width: 1em;
  transition: 0.5s;
  margin-right: 0px;
  display: flex;
  align-items: center;
}
#lp .cta .second .second-arrow {
  width: 50px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  #lp .cta .second .second-arrow {
    width: 35px;
    height: 22px;
  }
}
#lp .cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  #lp .cta:hover .second {
    margin-right: 10px;
  }
}
#lp .span {
  transform: skewX(0deg);
}
#lp .second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 5%;
}
#lp .one {
  transition: 0.4s;
  transform: translateX(-60%);
}
#lp .two {
  transition: 0.5s;
  transform: translateX(-30%);
}
#lp .cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}
#lp .cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
#lp .cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #efc129;
  }
  100% {
    fill: white;
  }
}
#lp section {
  font-family: "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0;
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(20px); /* 20px下に移動 */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーション設定 */
}
@media only screen and (max-width: 767px) {
  #lp section {
    padding: 1.5em 0 0;
  }
}
#lp section:last-child {
  margin-bottom: 0; /* 最後のセクションのmargin-bottomを削除 */
}
#lp img.lpimg-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  #lp img.lpimg-pc {
    display: none;
  }
}
#lp img.lpimg-sp {
  display: inline;
}
@media only screen and (min-width: 768px) {
  #lp img.lpimg-sp {
    display: none;
  }
}
#lp .br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #lp .br-sp {
    display: block;
  }
}
#lp .br-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  #lp .br-pc {
    display: none;
  }
}
#lp .dotted-uner {
  border-bottom: dotted 4px #94cee1;
}
@media only screen and (max-width: 767px) {
  #lp .dotted-uner {
    border-bottom: dotted 2px #94cee1;
  }
}
#lp .marginT20 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #lp .marginT20 {
    margin-top: 10px;
  }
}
#lp .marginT40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #lp .marginT40 {
    margin-top: 20px;
  }
}
#lp .marginB20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #lp .marginB20 {
    margin-bottom: 10px;
  }
}
#lp .marginB40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #lp .marginB40 {
    margin-bottom: 20px;
  }
}
#lp #stress {
  padding: 3em 0 1.5em 0;
}
@media only screen and (max-width: 767px) {
  #lp #stress {
    padding: 1.5em 0 0.5em 0;
  }
}
#lp #stress .tl-stress {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #lp #stress .tl-stress {
    position: relative;
  }
}
#lp #stress .tl-stress img.stress-fukidashi-pc {
  display: inline;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #lp #stress .tl-stress img.stress-fukidashi-pc {
    display: none;
  }
}
#lp #stress .tl-stress img.stress-fukidashi-sp {
  display: inline;
  width: 25%;
  position: absolute;
  top: -1em;
  left: 1em;
}
@media only screen and (min-width: 768px) {
  #lp #stress .tl-stress img.stress-fukidashi-sp {
    display: none;
  }
}
#lp #stress .tl-stress h2 {
  font-size: 50px;
  color: #0C3F71;
  text-align: center;
  font-weight: bold;
  padding: 0 2em 0 0.3em;
}
@media only screen and (min-width: 1100px) {
  #lp #stress .tl-stress h2 {
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #stress .tl-stress h2 {
    font-size: 24px;
    padding: 0;
  }
}
#lp #stress .tl-stress h2 span {
  color: #595757;
  font-size: 33px;
  display: block;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #lp #stress .tl-stress h2 span {
    font-size: 15px;
    padding-left: 2em;
  }
}
#lp #stress .tl-stress h2 strong {
  background: linear-gradient(transparent 70%, #fddb62 70%);
}
#lp #stress .img-stress {
  text-align: center;
}
#lp #stress .img-stress img {
  width: 100%;
  max-width: 880px;
}
#lp #providerInfo {
  background: #EAECED;
  padding: 0;
}
#lp #providerInfo .tl-providerInfo {
  background: repeating-linear-gradient(-45deg, #c0d6d9, #c0d6d9 2px, #EAECED 2px, #EAECED 5px);
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo .tl-providerInfo {
    padding-bottom: 0.3em;
  }
}
#lp #providerInfo .tl-providerInfo h2 {
  line-height: 1;
  background: #0077AC;
  color: #fff;
  font-size: 38px;
  text-align: center;
  padding: 0.7em 0;
  font-weight: bold;
}
@media only screen and (min-width: 1100px) {
  #lp #providerInfo .tl-providerInfo h2 {
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo .tl-providerInfo h2 {
    font-size: 20px;
    line-height: 1.2;
    padding: 0.4em 0;
  }
}
#lp #providerInfo .tl-providerInfo h2 strong {
  color: #fddb62;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo .tl-providerInfo h2 strong {
    font-size: 25px;
  }
}
#lp #providerInfo article {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 2em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article {
    padding: 1em 0.5em;
    width: 90%;
  }
}
#lp #providerInfo article .tl-yakuwari {
  color: #0C3F71;
  width: 100%;
  max-width: 880px;
  font-size: 28px;
  line-height: 1;
  margin: 0 auto;
  padding: 0.2em 0em 0.5em 0;
  position: relative;
  border-bottom: dotted 4px #94cee1;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .tl-yakuwari {
    font-size: 20px;
    line-height: 1.2;
    padding: 0.2em 1.7em 0.2em 0;
    border-bottom: dotted 2px #94cee1;
  }
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .tl-yakuwari span {
    display: inline-block;
  }
}
#lp #providerInfo article .tl-yakuwari strong {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .tl-yakuwari strong {
    font-size: 25px;
  }
}
#lp #providerInfo article .tl-yakuwari .tl-yakuwari-mome {
  position: absolute;
  top: -0.3em;
  right: 0;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .tl-yakuwari .tl-yakuwari-mome {
    width: 65px;
    top: 0.8em;
    right: 1em;
  }
}
#lp #providerInfo article .cnt-yakuwari {
  width: 100%;
  max-width: 880px;
  margin: 4em auto;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-yakuwari {
    margin: 1.5em auto;
  }
}
#lp #providerInfo article .cnt-yakuwari .tl-cnt-yakuwari {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#lp #providerInfo article .cnt-yakuwari .tl-cnt-yakuwari img {
  width: 57px;
  margin-right: 0.1em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-yakuwari .tl-cnt-yakuwari img {
    width: 30px;
  }
}
#lp #providerInfo article .cnt-yakuwari .tl-cnt-yakuwari h3 {
  color: #0077AC;
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-yakuwari .tl-cnt-yakuwari h3 {
    font-size: 20px;
  }
}
#lp #providerInfo article .cnt-yakuwari p {
  font-size: 18px;
  padding: 0.7em 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-yakuwari p {
    font-size: 14px;
    padding: 0.2em 0 1em 2em;
    line-height: 1.4;
  }
}
#lp #providerInfo article .cnt-yakuwari .img-yakuwari {
  border: 5px solid #efc129;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 1em 1.6em;
}
#lp #providerInfo article .cnt-yakuwari .img-yakuwari img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-yakuwari .img-yakuwari {
    padding: 0.25em;
    border: 3px solid #efc129;
  }
}
#lp #providerInfo article .cnt-seigen {
  max-width: 880px;
  margin: 3em auto;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen {
    margin-bottom: 1em;
  }
}
#lp #providerInfo article .cnt-seigen .tl-cnt-seigen {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#lp #providerInfo article .cnt-seigen .tl-cnt-seigen img {
  width: 57px;
  margin-right: 0.1em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .tl-cnt-seigen img {
    width: 30px;
  }
}
#lp #providerInfo article .cnt-seigen .tl-cnt-seigen h3 {
  color: #0077AC;
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .tl-cnt-seigen h3 {
    font-size: 20px;
  }
}
#lp #providerInfo article .cnt-seigen p {
  font-size: 18px;
  padding: 0.7em 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen p {
    font-size: 14px;
    padding: 0.2em 0 1em 2em;
    line-height: 1.4;
  }
}
#lp #providerInfo article .cnt-seigen .teika {
  border: 5px solid #efc129;
  background: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika {
    border: 3px solid #efc129;
  }
}
#lp #providerInfo article .cnt-seigen .teika .tl-teika {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fff5d2;
  border-radius: 12px 12px 0 0;
}
#lp #providerInfo article .cnt-seigen .teika .tl-teika img {
  width: 48px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .tl-teika img {
    width: 25px;
    margin-left: -0.5em;
  }
}
#lp #providerInfo article .cnt-seigen .teika .tl-teika h4 {
  color: #0C3F71;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  padding: 0.6em 0 0.4em 2em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .tl-teika h4 {
    font-size: 13px;
    padding: 0.6em 0 0.4em 1em;
  }
}
#lp #providerInfo article .cnt-seigen .teika .tl-teika h4 strong {
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .tl-teika h4 strong {
    font-size: 20px;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .teika-inner {
    flex-direction: column;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt {
  background: #f5f5f5;
  border-radius: 10px;
  width: 45%;
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt {
    width: 94%;
    margin: 1.5em auto 0.5em auto;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt img {
  width: 60px;
  margin: -1.5em 0.3em 0 1em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt img {
    margin: -1.5em 0.3em 0 -0.05em;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt h5 {
  color: #333;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  padding: 0.8em 0;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt h5 {
    font-size: 20px;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt .tl-teika-inner-cnt h5 strong {
  font-size: 33px;
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt p {
  padding: 0em 1.5em 1.5em 1.5em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt p {
    font-size: 14px;
  }
}
#lp #providerInfo article .cnt-seigen .teika .teika-inner .teika-inner-cnt p strong {
  background: linear-gradient(transparent 90%, #fddb62 90%);
}
#lp #providerInfo .kaizen {
  text-align: center;
}
#lp #providerInfo .kaizen img {
  width: 100%;
  max-width: 1115px;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 767px) {
  #lp #providerInfo .kaizen img {
    width: 90%;
    margin-bottom: 1em;
  }
}
#lp #ranking1 {
  background-color: #ffffff;
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  padding: 3em 0;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 {
    padding: 0;
    background-color: #ffffff;
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .cta-wrap {
    margin: -20px 0 0 !important;
    margin-bottom: 0 !important;
  }
}
#lp #ranking1 .wave-container {
  position: relative;
  background: #EAECED;
}
#lp #ranking1 .wave {
  position: absolute;
  height: 65px;
  width: 100%;
  background: #EAECED;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .wave {
    height: 25px;
  }
}
#lp #ranking1 .wave::before, #lp #ranking1 .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
#lp #ranking1 .wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  background-image: radial-gradient(#fcefc4 13%, transparent 17%), radial-gradient(#fcefc4 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  right: -1.5%;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .wave::before {
    background-color: #fff;
    background-image: radial-gradient(#fcefc4 11%, transparent 11%), radial-gradient(#fcefc4 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
  }
}
#lp #ranking1 .wave::after {
  width: 55%;
  height: 100%;
  background-color: #EAECED;
  left: -1.5%;
  top: 40%;
}
#lp #ranking1 .catch-ranking1 {
  text-align: center;
  background-image: url(/lp2025/img/ashirai-bg01.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0 25%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .catch-ranking1 {
    background: none;
    padding-top: 1em;
  }
}
#lp #ranking1 .catch-ranking1 img {
  width: 100%;
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .catch-ranking1 img {
    max-width: auto;
    width: 96%;
  }
}
#lp #ranking1 article {
  background-image: url(/lp2025/img/ashirai-bg01.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: bottom right;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article {
    max-width: auto;
    width: 90%;
    background-size: 80%;
  }
}
#lp #ranking1 article .article-inner {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(255, 213, 78, 0.7);
  width: 100%;
  max-width: 830px;
  margin: 1.7em auto 0 auto;
  position: relative;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner {
    margin: 1em auto 0 auto;
    border: 2px solid rgba(255, 213, 78, 0.7);
    border-radius: 5px;
    width: 100%;
    max-width: auto;
    padding: 0em;
  }
}
#lp #ranking1 article .article-inner .medal-icon {
  position: absolute;
  top: -1.7em;
  right: -0.7em;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner .medal-icon {
    width: 100px;
    top: -1.7em;
    right: -1.1em;
  }
}
#lp #ranking1 article .article-inner h3 {
  color: #0C3F71;
  font-size: 25px;
  line-height: 1;
  border-bottom: dotted 4px #94cee1;
  padding-bottom: 0.1em;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  #lp #ranking1 article .article-inner h3 {
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner h3 {
    border-bottom: 0;
    color: #333;
    font-size: 15px;
    background: #fff1d2;
    display: block;
    padding: 0.8em;
  }
}
#lp #ranking1 article .article-inner h3 span {
  font-size: 35px;
  display: inline-block;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner h3 span {
    color: #0C3F71;
    font-size: 18px;
    margin-bottom: 0em;
    margin-top: 0.5em;
  }
}
#lp #ranking1 article .article-inner h3 strong {
  font-size: 60px;
  color: #E44E00;
  display: inline-block;
  margin-top: 0.2em;
}
@media only screen and (min-width: 1100px) {
  #lp #ranking1 article .article-inner h3 strong {
    letter-spacing: -0.07em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner h3 strong {
    font-size: 29px;
  }
}
#lp #ranking1 article .article-inner .article-inner-txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner .article-inner-txt {
    flex-direction: column;
  }
}
#lp #ranking1 article .article-inner .article-inner-txt p {
  font-size: 17px;
  font-weight: bold;
  padding: 1.5em 0 0;
}
@media only screen and (min-width: 1100px) {
  #lp #ranking1 article .article-inner .article-inner-txt p {
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner .article-inner-txt p {
    font-size: 14px;
    padding: 0.7em 0.9em;
    line-height: 1.5;
  }
}
#lp #ranking1 article .article-inner .article-inner-txt p strong {
  font-size: 24px;
  color: #E44E00;
  background: linear-gradient(transparent 92%, #fddb62 92%);
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner .article-inner-txt p strong {
    font-size: 18px;
  }
}
#lp #ranking1 article .article-inner .article-inner-txt .mome-ranking1 {
  text-align: right;
  align-self: flex-end;
}
#lp #ranking1 article .article-inner .article-inner-txt .mome-ranking1 img {
  width: 170px;
  margin-right: 3em;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 article .article-inner .article-inner-txt .mome-ranking1 img {
    width: 60px;
    margin-right: 1em;
    margin-top: -2em;
    padding-top: 1em;
  }
}
#lp #ranking1 .ranking1-notes {
  font-size: 13px;
  text-align: right;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0 2em 0;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .ranking1-notes {
    font-size: 11px;
  }
}
#lp #ranking1 .cta-btn {
  padding: 0 2vw 0 0;
}
@media only screen and (max-width: 767px) {
  #lp #ranking1 .cta-btn {
    padding: 0 20px;
    margin-top: -1vw;
    margin-bottom: 20px;
  }
}
#lp #specialties {
  background: #D7EEF2;
  border-bottom: 6px solid #bed7dd;
}
@media only screen and (max-width: 767px) {
  #lp #specialties {
    border-bottom: 3px solid #bed7dd;
  }
}
#lp #specialties .tl-specialties {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 3em;
}
@media only screen and (max-width: 767px) {
  #lp #specialties .tl-specialties {
    padding-top: 1em;
    position: relative;
  }
}
#lp #specialties .tl-specialties h2 {
  color: #595757;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #lp #specialties .tl-specialties h2 {
    font-size: 18px;
  }
}
#lp #specialties .tl-specialties h2 strong {
  color: #0C3F71;
  font-size: 45px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #lp #specialties .tl-specialties h2 strong {
    font-size: 27px;
  }
}
#lp #specialties .tl-specialties img {
  width: 130px;
  margin-top: -2em;
  margin-left: -130px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties .tl-specialties img {
    position: absolute;
    width: 70px;
    margin-top: 0em;
    margin-left: 0px;
    top: 0.25em;
    left: 1em;
  }
}
#lp #specialties article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 2em auto;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article {
    margin: 1em auto;
  }
}
#lp #specialties article .cnt-specialties {
  width: 31%;
  box-shadow: 2px 2px 0px 1px #bcd6dc;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties {
    width: 90%;
    margin: 0 auto 1.4em auto;
  }
}
#lp #specialties article .cnt-specialties img.specialties-point {
  position: absolute;
  top: -1em;
  left: -1.5em;
  width: 83px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties img.specialties-point {
    top: -1em;
    left: -1em;
    width: 65px;
  }
}
#lp #specialties article .cnt-specialties h3 {
  background: #0C3F71;
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
  display: block;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties h3 {
    text-align: left;
    padding-left: 3em;
    font-size: 19px;
    line-height: 2.2;
  }
}
#lp #specialties article .cnt-specialties p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p {
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
    padding: 0.75em 1.2em;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
#lp #specialties article .cnt-specialties p img {
  margin: 0.7em auto;
  display: inline;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img {
    margin: 0;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img01 {
  /*width: 170px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img01 {
    width: 80px;
    height: auto;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img02 {
  /*width: 170px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img02 {
    width: 80px;
    height: auto;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img03-pc {
  /*width: 210px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img03-pc {
    display: none;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img03-sp {
  /*width: 210px;*/
  height: auto;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  #lp #specialties article .cnt-specialties p img.specialties-img03-sp {
    display: none;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img04 {
  /*width: 115px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img04 {
    width: 80px;
    height: auto;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img05 {
  /*width: 155px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img05 {
    width: 80px;
    height: auto;
  }
}
#lp #specialties article .cnt-specialties p img.specialties-img06 {
  /*width: 140px;*/
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p img.specialties-img06 {
    width: 80px;
    height: auto;
  }
}
#lp #specialties article .cnt-specialties p span {
  display: block;
  margin: 0 auto 1em auto;
}
@media only screen and (max-width: 767px) {
  #lp #specialties article .cnt-specialties p span {
    margin: 0;
  }
}
#lp #price {
  padding: 2em 0;
  background-image: url(/lp2025/img/ashirai-bg01.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 6px solid #bed7dd;
}
@media only screen and (max-width: 767px) {
  #lp #price {
    padding: 1em 0;
    border-bottom: 3px solid #bed7dd;
    background-size: 45%;
  }
}
#lp #price .asterisk {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1em;
  padding-left: 1.5em;
  list-style: none;
}
#lp #price .asterisk li {
  color: #646464;
  text-indent: -1em;
  font-size: 13px;
}
#lp #price .asterisk ul {
  list-style: none;
  padding-left: 1em;
  margin: 0.5em 0em;
}
#lp #price .asterisk ul li {
  text-indent: -1em;
  color: #646464;
  font-size: 13px;
}
#lp #price h2 {
  font-size: 45px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #0C3F71;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 767px) {
  #lp #price h2 {
    font-size: 27px;
    margin-bottom: 0.05em;
  }
}
#lp #price h2 img {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  #lp #price h2 img {
    width: 40px;
  }
}
#lp #price article {
  background-image: url(/lp2025/img/ashirai-bg01.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 767px) {
  #lp #price article {
    background-size: 45%;
  }
}
#lp #price article h3 {
  text-align: center;
}
#lp #price article h3 img {
  width: 100%;
  max-width: 1000px;
}
#lp #price article h4 {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding: 0.8em 0 0.5em 0;
}
#lp #price article h4 span {
  background: linear-gradient(transparent 80%, #fddb62 80%);
}
@media only screen and (max-width: 767px) {
  #lp #price article h4 {
    font-size: 21px;
    padding: 0.5em 0 0.25em 0;
  }
}
#lp #price article .price-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*基本接続サービス*/
  /*基本接続サービスここまで*/
  /*基本+IP*/
  /*基本+IPここまで*/
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner {
    flex-direction: column;
    width: 90%;
  }
}
#lp #price article .price-inner .cnt-price-kihon {
  width: 44%;
  box-shadow: 9px 9px 0px -5px rgba(0, 0, 0, 0.2);
  background: #EAECED;
  margin-bottom: 2em;
  padding: 1.25em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon {
    width: auto;
    padding: 0.75em 1.25em;
  }
}
#lp #price article .price-inner .cnt-price-kihon h5.tl-price-kihon {
  font-size: 30px;
  color: #0C3F71;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-kihon h5.tl-price-kihon {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon h5.tl-price-kihon {
    font-size: 23px;
    margin-bottom: 0.7em;
  }
}
#lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon {
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: dotted 4px #94cee1;
  line-height: 1;
  color: #333;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon {
    border-bottom: dotted 2px #94cee1;
    font-size: 18px;
  }
}
#lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon strong {
  font-size: 32px;
  color: #0C3F71;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon strong {
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon strong {
    font-size: 25px;
    display: inline-block;
    margin-left: 7px;
  }
}
#lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon span {
  font-size: 19px;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon h5.month-price-kihon span {
    font-size: 14px;
  }
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner {
  background-color: #fff;
  background-image: radial-gradient(#fcefc4 13%, transparent 17%), radial-gradient(#fcefc4 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner {
    height: 170px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner {
    background-color: #fff;
    background-image: radial-gradient(#fcefc4 11%, transparent 11%), radial-gradient(#fcefc4 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    border-radius: 10px;
  }
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner h6 {
  background: #0077AC;
  color: #fff;
  width: 50%;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner h6 {
    font-size: 17px;
    width: 68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner h6 {
    width: 68%;
  }
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .img-price-kihon {
  text-align: center;
  padding: 2em 0 1em 0;
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .img-price-kihon img {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .img-price-kihon img {
    width: 70%;
  }
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .txt-price-kihon {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
  padding-bottom: 1em;
  margin-bottom: 1.15em;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .txt-price-kihon {
    font-size: 14px;
    padding-right: 0.25em;
    padding-left: 0.25em;
  }
}
#lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .txt-price-kihon strong {
  font-size: 23px;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-kihon .cnt-price-kihon-inner .txt-price-kihon strong {
    font-size: 16px;
  }
}
#lp #price article .price-inner .cnt-price-ip {
  width: 44%;
  box-shadow: 9px 9px 0px -5px rgba(0, 0, 0, 0.2);
  background: #ebf2f6;
  margin-bottom: 2em;
  padding: 1.25em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip {
    width: auto;
  }
}
#lp #price article .price-inner .cnt-price-ip h5.tl-price-ip {
  font-size: 17px;
  color: #0C3F71;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-ip h5.tl-price-ip {
    height: 70px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip h5.tl-price-ip {
    font-size: 14px;
    margin-bottom: 1.6em;
  }
}
#lp #price article .price-inner .cnt-price-ip h5.tl-price-ip span {
  font-size: 22px;
  line-height: 1.65;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip h5.tl-price-ip span {
    font-size: 17px;
  }
}
#lp #price article .price-inner .cnt-price-ip h5.month-price-ip {
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: dotted 4px #94cee1;
  line-height: 1;
  color: #333;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip h5.month-price-ip {
    border-bottom: dotted 2px #94cee1;
    font-size: 18px;
  }
}
#lp #price article .price-inner .cnt-price-ip h5.month-price-ip strong {
  font-size: 32px;
  color: #0C3F71;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-ip h5.month-price-ip strong {
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip h5.month-price-ip strong {
    font-size: 25px;
    display: inline-block;
    margin-left: 7px;
  }
}
#lp #price article .price-inner .cnt-price-ip h5.month-price-ip span {
  font-size: 19px;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip h5.month-price-ip span {
    font-size: 14px;
  }
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner {
  background-color: #fff;
  background-image: radial-gradient(#fcefc4 13%, transparent 17%), radial-gradient(#fcefc4 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 1100px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner {
    height: 170px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner {
    background-color: #fff;
    background-image: radial-gradient(#fcefc4 11%, transparent 11%), radial-gradient(#fcefc4 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    border-radius: 10px;
  }
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner h6 {
  background: #0077AC;
  color: #fff;
  width: 50%;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner h6 {
    font-size: 17px;
    width: 68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner h6 {
    width: 68%;
  }
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .img-price-ip {
  text-align: center;
  padding: 1.5em 0 0.8em 0;
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .img-price-ip img {
  width: 17%;
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .txt-price-ip {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
  padding-bottom: 1em;
  margin-bottom: 1.15em;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .txt-price-ip {
    font-size: 14px;
  }
}
#lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .txt-price-ip strong {
  font-size: 23px;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  #lp #price article .price-inner .cnt-price-ip .cnt-price-ip-inner .txt-price-ip strong {
    font-size: 17px;
  }
}
#lp #campaign {
  padding: 4em 0 2em 0;
  background: #efc129;
  background-image: url(/lp2025/img/twinkle.svg);
  background-size: 1300px;
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (max-width: 767px) {
  #lp #campaign {
    background-size: 100%;
    padding: 1.7em 0 2em 0;
  }
}
#lp #campaign article {
  border: 5px solid #ffe17e;
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 4em auto;
  border-radius: 15px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article {
    width: 92%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp #campaign article {
    width: 88%;
    margin: 0 auto;
  }
}
#lp #campaign article img.img-campaign-fukidashi {
  width: 280px;
  position: absolute;
  top: -3em;
  left: -3em;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article img.img-campaign-fukidashi {
    width: 45%;
    top: -1.2em;
    left: -0.5em;
  }
}
#lp #campaign article h2 {
  padding: 0.6em 0 0.4em 0;
  background-image: radial-gradient(#fcefc4 13%, transparent 17%), radial-gradient(#fcefc4 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  position: relative;
  border-radius: 20px;
  text-align: center;
  font-size: 45px;
  color: #0C3F71;
  line-height: 1;
}
@media only screen and (min-width: 1100px) {
  #lp #campaign article h2 {
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #campaign article h2 {
    background-color: #fff;
    background-image: radial-gradient(#fcefc4 11%, transparent 11%), radial-gradient(#fcefc4 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    border-radius: 10px;
    font-size: 26px;
    padding: 1em 0 0.4em 0;
  }
}
#lp #campaign article h2 strong {
  font-size: 70px;
  color: #E44E00;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article h2 strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #lp #campaign article h2 span {
    display: block;
    text-align: right;
    padding-right: 1em;
  }
}
#lp #campaign article .campaign-inner {
  width: 86%;
  margin: 0 auto;
  padding-bottom: 1.8em;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article .campaign-inner {
    width: 94%;
  }
}
#lp #campaign article .campaign-inner h3 {
  margin-bottom: 1.3em;
}
#lp #campaign article .campaign-inner .ribbon-wrapper {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#lp #campaign article .campaign-inner .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 23px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #E44E00;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article .campaign-inner .ribbon {
    width: 20px;
  }
}
#lp #campaign article .campaign-inner .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 11px solid #E44E00;
  border-right: 12px solid #E44E00;
  border-bottom: 10px solid transparent;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article .campaign-inner .ribbon:after {
    border-left: 10px solid #E44E00;
    border-right: 10px solid #E44E00;
    border-bottom: 8px solid transparent;
  }
}
#lp #campaign article .campaign-inner h4 {
  font-size: 28px;
  line-height: 1.4;
  color: #0C3F71;
  padding-left: 1.6em;
}
@media only screen and (min-width: 1100px) {
  #lp #campaign article .campaign-inner h4 {
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #campaign article .campaign-inner h4 {
    font-size: 20px;
    padding-left: 1.8em;
  }
}
#lp #campaign article .campaign-inner p.campaign-bnr {
  padding: 1em 0 0.4em 0;
  text-align: center;
}
#lp #campaign article .campaign-inner p.campaign-bnr img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #lp #campaign article .campaign-inner p.campaign-bnr img {
    width: 100%;
  }
}
#lp #campaign article .campaign-inner p {
  font-size: 13px;
  margin-bottom: 2em;
}
#lp #campaign li {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #lp #campaign li {
    font-size: 14px;
  }
}
#lp .accordion {
  background-color: #bed7dd;
  color: #0C3F71;
  cursor: pointer;
  padding: 0.3em 1em;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: background-color 0.3s;
  font-family: "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#lp .active, #lp .accordion:hover {
  background-color: #ddd;
}
#lp .panel {
  padding: 0 1em;
  background-color: #f5f5f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  #lp .panel {
    padding: 0 1em;
  }
}
#lp .panel p {
  color: #0C3F71;
  font-size: 15px !important;
  margin: 0;
  padding: 1.3em 1.5em 0em 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp .panel p {
    font-size: 14px;
    padding: 1em 0 0 0;
  }
}
#lp .panel .acd-img-trial-pc {
  width: 94%;
  margin: 1em auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  #lp .panel .acd-img-trial-pc {
    display: none;
  }
}
#lp .panel .acd-img-trial-sp {
  width: 94%;
  margin: 1em auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  #lp .panel .acd-img-trial-sp {
    display: none;
  }
}
#lp .panel ul {
  padding: 0 3em 1em 3em;
}
@media only screen and (max-width: 767px) {
  #lp .panel ul {
    padding: 0 1em;
  }
}
#lp .panel ul ul {
  padding: 0 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp .panel ul ul {
    padding: 0 0 0 1em;
  }
}
#lp .plus {
  float: right;
}
#lp #easy3step {
  background-color: #bed7dd;
  padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step {
    padding: 1.5em 0;
  }
}
#lp #easy3step h2 {
  background-color: #0C3F71;
  color: #fff;
  font-size: 45px;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
  padding: 0.5em 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em auto;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step h2 {
    font-size: 27px;
    width: 96%;
  }
}
#lp #easy3step h2 strong {
  font-size: 40px;
  color: #fddb62;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step h2 strong {
    font-size: 25px;
    display: block;
  }
}
#lp #easy3step article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article {
    flex-direction: column;
    width: 96%;
    margin-right: 4%;
    justify-content: center;
  }
}
#lp #easy3step article .article-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner {
    flex-direction: column;
    width: 96%;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step {
  background: #fff;
  border-radius: 20px;
  box-shadow: 7px 7px 0px -5px #bcd6dc;
  border-radius: 10px;
  padding: 1em;
  width: 27%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step {
    width: 78%;
    margin-left: 2em;
    margin-bottom: 1.8em;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step strong {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -1em;
  background: #ffe17e;
  width: 45%;
  padding: 0.4em 0;
  text-align: center;
  border-left: 5px solid #efc129;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step strong {
    left: -11em;
    top: -0.7em;
    font-size: 16px;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step strong span {
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  margin-bottom: -2px;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step strong span {
    font-size: 23px;
    margin-bottom: -2px;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step h3 {
  font-size: 20px;
  padding-top: 0.7em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step h3 {
    font-size: 16px;
    text-align: left;
    position: relative;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step h3 span {
  background: linear-gradient(transparent 90%, #fddb62 90%);
}
#lp #easy3step article .article-inner .cnt-easy3step p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step p {
    font-size: 14px;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step img.easy3step-1 {
  width: auto;
  height: 85px;
  display: block;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step img.easy3step-1 {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 30px;
    margin: 0;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step img.easy3step-2 {
  width: auto;
  height: 85px;
  display: block;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step img.easy3step-2 {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 36px;
    margin: 0;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step img.easy3step-3 {
  width: auto;
  height: 70px;
  display: block;
  margin: 1.3em auto;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step img.easy3step-3 {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 30px;
    margin: 0;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step-end {
  background: #fff5d2;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .article-inner .cnt-easy3step-end {
    margin-bottom: 0em;
  }
}
#lp #easy3step article .article-inner .cnt-easy3step-end strong {
  background: #efc129;
  border-color: #ffe17e;
}
#lp #easy3step article .article-inner .cnt-easy3step-end h3 span {
  background: linear-gradient(transparent 90%, #efc129 90%);
}
#lp #easy3step article .step-arrow {
  display: flex;
  position: relative;
  width: 97%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #448FC1;
  margin-top: 1em;
  margin-bottom: 2em;
  /* Firefox */
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .step-arrow {
    width: 10%;
    margin-top: 0em;
    margin-bottom: 1em;
  }
}
#lp #easy3step article .step-arrow p {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .step-arrow p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
#lp #easy3step article .step-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 30px solid transparent;
  border-right: 0 solid transparent;
  border-left: 30px solid #448FC1;
  border-bottom: 30px solid transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #lp #easy3step article .step-arrow::after {
    position: absolute;
    top: auto;
    bottom: -1em;
    right: -0.6em;
    width: 0;
    height: 0;
    margin: 0;
    border-top: 30px solid #448FC1;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 0 solid transparent;
    transform: translateY(1px);
    box-sizing: border-box;
  }
}
@-moz-document url-prefix() {
  #lp #easy3step article .step-arrow::after {
    top: -35%;
    bottom: auto;
  }
}
#lp #faq {
  background-color: #fff;
  /*FAQ*/
  /* アコーディオンのアクティブな状態のスタイル */
  /* アコーディオンの中身のスタイル */
  /* プラス記号のスタイル */
}
#lp #faq .wave-container {
  position: relative;
  background: #EAECED;
}
#lp #faq .wave {
  position: absolute;
  height: 65px;
  width: 100%;
  background: #bed7dd;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #lp #faq .wave {
    height: 25px;
  }
}
#lp #faq .wave::before, #lp #faq .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
#lp #faq .wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  #lp #faq .wave::before {
    background-color: #fff;
  }
}
#lp #faq .wave::after {
  width: 55%;
  height: 100%;
  background-color: #bed7dd;
  left: -1.5%;
  top: 40%;
}
#lp #faq article {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 2.6em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  #lp #faq article {
    padding: 1em 0.5em;
    width: 90%;
  }
}
#lp #faq article h2 {
  font-size: 45px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #0C3F71;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1100px) {
  #lp #faq article h2 {
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 767px) {
  #lp #faq article h2 {
    font-size: 27px;
    margin-bottom: 0.5em;
  }
}
#lp #faq article h2 img {
  width: 60px;
  margin: 0.3em 0 0 0.3em;
}
@media only screen and (max-width: 767px) {
  #lp #faq article h2 img {
    width: 40px;
  }
}
#lp #faq article h2 span {
  border-bottom: dotted 4px #94cee1;
}
@media only screen and (max-width: 767px) {
  #lp #faq article h2 span {
    border-bottom: dotted 2px #94cee1;
  }
}
#lp #faq .accordion {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  margin-bottom: 1.5em;
  padding: 0.3em 3em 0.3em 3.25em;
  text-indent: -2.4em;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.3s;
  font-family: "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #faq .accordion {
    font-size: 14px;
    padding: 0.3em 1.5em 0.3em 2em;
    text-indent: -1.5em;
    margin-bottom: 1em;
  }
}
#lp #faq .accordion::before {
  content: "";
  display: inline-block;
  margin-right: 0px;
  width: 40px;
  height: 40px;
  background-image: url(/lp2025/img/q.svg);
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #lp #faq .accordion::before {
    margin-right: 0px;
    width: 20px;
    height: 20px;
  }
}
#lp #faq .active, #lp #faq .accordion:hover {
  background-color: #ddd;
}
#lp #faq .panel {
  padding: 0 1em;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  #lp #faq .panel {
    padding: 0 1em;
  }
}
#lp #faq .panel p {
  color: #0C3F71;
  font-size: 15px;
  margin: 0;
  padding: 0em 1.5em 1.7em 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp #faq .panel p {
    font-size: 14px;
    padding: 0em 0.5em 1em 0.5em;
  }
}
#lp #faq .panel ul {
  padding: 0 3em;
}
@media only screen and (max-width: 767px) {
  #lp #faq .panel ul {
    padding: 0 1em;
  }
}
#lp #faq .panel ul ul {
  padding: 0 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp #faq .panel ul ul {
    padding: 0 0 0 1em;
  }
}
#lp #faq .plus {
  position: absolute;
  top: 0.15em;
  right: 0em;
  font-size: 24px;
}
#lp #user-voice {
  padding: 2em 0;
  border-top: 6px solid #bed7dd;
  background-color: #fff;
  background-image: radial-gradient(#e1f3f6 13%, transparent 17%), radial-gradient(#e1f3f6 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  position: relative;
  /*comment*/
}
@media only screen and (max-width: 767px) {
  #lp #user-voice {
    background-color: #fff;
    background-image: radial-gradient(#e1f3f6 11%, transparent 11%), radial-gradient(#e1f3f6 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    padding: 1em 0;
    border-top: 3px solid #bed7dd;
  }
}
#lp #user-voice h2 {
  font-size: 45px;
  text-align: center;
  color: #0C3F71;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice h2 {
    font-size: 27px;
    margin-bottom: 0.05em;
  }
}
#lp #user-voice .lead {
  text-align: center;
  color: #595757;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice .lead {
    font-size: 14px;
    padding: 0 1em;
    line-height: 1.3;
    margin-bottom: 2em;
  }
}
#lp #user-voice article {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article {
    width: 90%;
  }
}
#lp #user-voice article h3 {
  font-size: 30px;
  color: #0C3F71;
  border-bottom: 3px solid #fff5d2;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article h3 {
    font-size: 22px;
  }
}
#lp #user-voice article h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  width: 50px;
  height: 38px;
  background-image: url(/lp2025/img/voice-wifi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article h3::before {
    width: 40px;
    height: 28px;
  }
}
#lp #user-voice article .hinshitsu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article .hinshitsu {
    flex-direction: column;
  }
}
#lp #user-voice article .hinshitsu .hinshitsu-notes {
  font-size: 12px;
  text-align: right;
  color: #595757;
  width: 100%;
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu {
  width: 45%;
  padding: 1em 0;
  /*table*/
  /*tableここまで*/
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article .hinshitsu .cnt-hinshitsu {
    width: 100%;
    padding: 0.5em 0;
  }
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu h4 {
  color: #595757;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice article .hinshitsu .cnt-hinshitsu h4 {
    font-size: 16px;
    margin-bottom: 0.3em;
  }
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu .table-hinshitsu {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #bed7dd;
  border-left: 2px solid #bed7dd;
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu .table-hinshitsu th, #lp #user-voice article .hinshitsu .cnt-hinshitsu .table-hinshitsu td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #bed7dd;
  border-right: 2px solid #bed7dd;
  font-weight: bold;
  width: 50%;
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu .table-hinshitsu th {
  background-color: #EAECED;
}
#lp #user-voice article .hinshitsu .cnt-hinshitsu .table-hinshitsu td {
  color: #0C3F71;
  background-color: #fff;
}
#lp #user-voice #part-comment {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
#lp #user-voice #part-comment h3 {
  font-size: 30px;
  color: #0C3F71;
  border-bottom: 3px solid #fff5d2;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment h3 {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
  }
}
#lp #user-voice #part-comment h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  width: 40px;
  height: 40px;
  background-image: url(/lp2025/img/voice-note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment h3::before {
    width: 23px;
    height: 23px;
  }
}
#lp #user-voice #part-comment .commentList {
  max-height: 600px;
  padding: 1.5em;
  margin-top: 1em;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #0077AC #e4e4e4;
  scrollbar-width: thin;
  background: #EAECED;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .commentList {
    margin-top: 0.5em;
    max-height: 360px;
    padding: 0.5em;
  }
}
#lp #user-voice #part-comment .commentList::-webkit-scrollbar {
  width: 10px;
}
#lp #user-voice #part-comment .commentList::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
#lp #user-voice #part-comment .commentList::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #000 0%, #000 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
#lp #user-voice #part-comment .comment-box {
  border-radius: 15px;
  background: #fff;
  padding: 0.7em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box {
    padding: 5px;
    border-radius: 8px;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner {
    border-radius: 5px;
    justify-content: flex-start;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user {
  width: 20%;
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user {
    width: 25%;
    font-size: 11px;
    padding-top: 1.5em;
    position: relative;
    align-self: flex-start;
    line-height: 1.3;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user img {
  width: 60%;
  margin: 0 auto 0.5em auto;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user img {
    width: 70%;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment {
  width: 80%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment {
    width: 70%;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review {
    flex-direction: column;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review dt {
  background: #fff5d2;
  font-size: 16px;
  width: auto;
  padding: 0.4em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review dt {
    font-size: 13px;
    padding: 0.25em 0.15em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review dt {
    font-size: 14px;
    padding: 0.15em 0.15em 0.15em 1em;
    width: 37%;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review dd {
  font-size: 15px;
  width: auto;
  padding: 0.25em 0.25em 0.25em 0.8em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .user-comment dl.review dd {
    width: 100%;
    font-size: 14px;
    padding: 0.25em 0.5em;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed {
    width: 100%;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: #f5f5f5;
  border: 3px solid #bed7dd;
  width: 70%;
  padding: 1em;
  margin: 0.8em 0 1em 0;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl {
    width: 90%;
    padding: 0.5em;
    display: block;
    margin: 0.5em auto;
    border: 1px solid #bed7dd;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0077AC;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt {
    justify-content: flex-end;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt p {
  text-align: center;
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt img {
  width: 47px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt img {
    width: 30px;
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dt {
    width: auto;
    flex-direction: row-reverse;
  }
}
#lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dd {
  width: 77%;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .comment-box .comment-box-inner .speed dl dd {
    width: 100%;
    text-align: left !important;
  }
}
#lp #user-voice #part-comment .asterisk {
  padding-top: 1.5em;
  padding-left: 2.5em;
  font-size: 15px;
  text-align: right;
  color: #C8DFEC;
}
@media only screen and (max-width: 767px) {
  #lp #user-voice #part-comment .asterisk {
    font-size: 12px;
    padding: 0.5em 0 0 0.5em;
  }
}
#lp #lp-end {
  background-color: #fff;
  background-image: radial-gradient(#e1f3f6 13%, transparent 17%), radial-gradient(#e1f3f6 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end {
    background-color: #fff;
    background-image: radial-gradient(#e1f3f6 11%, transparent 11%), radial-gradient(#e1f3f6 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
  }
}
#lp #lp-end .wave-container {
  position: relative;
  background: #EAECED;
}
#lp #lp-end .cta-btn {
  margin: 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .cta-btn {
    margin: 10px 0 !important;
  }
}
#lp #lp-end .wave {
  position: absolute;
  height: 65px;
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .wave {
    height: 25px;
  }
}
#lp #lp-end .wave::before, #lp #lp-end .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
#lp #lp-end .wave::before {
  width: 55%;
  height: 109%;
  background-color: #EAECED;
  right: -1.5%;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .wave::before {
    background-color: #EAECED;
  }
}
#lp #lp-end .wave::after {
  width: 55%;
  height: 100%;
  left: -1.5%;
  top: 40%;
  background-color: #fff;
  background-image: radial-gradient(#e1f3f6 13%, transparent 17%), radial-gradient(#e1f3f6 13%, transparent 17%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .wave::after {
    background-color: #fff;
    background-image: radial-gradient(#e1f3f6 11%, transparent 11%), radial-gradient(#e1f3f6 11%, transparent 11%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
  }
}
#lp #lp-end #img-lp-end {
  padding: 3vw 0;
  background: url(/lp_trial/img/bg_mv.png) no-repeat top left, linear-gradient(45deg, #E2ECF4 0%, #e2f3f8 100%);
  background-size: 100%;
  background-position: top left, top left;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end {
    padding: 15px 0;
    background: url(/lp_trial/img/bg_mv_sp.png) no-repeat bottom left, linear-gradient(45deg, #E2ECF4 0%, #e2f3f8 100%);
    background-size: 100%;
    background-position: 100% -17%;
  }
}
#lp #lp-end #img-lp-end .mv-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .mv-inner {
    flex-direction: column;
  }
}
#lp #lp-end #img-lp-end .mv-inner .txt_area {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .mv-inner .txt_area {
    width: 70%;
  }
}
#lp #lp-end #img-lp-end .mv-inner .txt_area img {
  width: 100%;
  height: auto;
}
#lp #lp-end #img-lp-end .mv-inner .img_area {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .mv-inner .img_area {
    margin-top: 15px;
    width: 65%;
  }
}
#lp #lp-end #img-lp-end .mv-inner .img_area img {
  width: 100%;
  height: auto;
}
#lp #lp-end #img-lp-end .img-lp-end-inner {
  background-image: url(/lp2025/img/mv_bg_right2.svg);
  background-size: 57%;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0 0 1vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .img-lp-end-inner {
    padding: 0 0 10px;
    background-image: url(/lp2025/img/mv_bg_right2_sp.svg);
    position: relative;
    background-size: 100%;
    margin-bottom: 20px;
  }
}
#lp #lp-end #img-lp-end .img_area__ {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .img_area__ {
    justify-content: center;
    padding-bottom: 34vw;
  }
}
#lp #lp-end #img-lp-end .img_area__ h2 {
  width: 50%;
  padding: 1.5vw 3vw;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .img_area__ h2 {
    width: 85%;
  }
}
#lp #lp-end #img-lp-end .img_area__ h2 img {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .img_area__ h2 img {
    width: 85%;
  }
}
#lp #lp-end #img-lp-end .img_area__ .mv_label {
  position: absolute;
  bottom: 2vw;
  right: 1vw;
  width: 20vw;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end #img-lp-end .img_area__ .mv_label {
    width: 35vw;
    right: -1.5vw;
    bottom: -12vw;
  }
}
#lp #lp-end #img-lp-end .img_area__ .mv_label img {
  width: 100%;
  height: auto;
}
#lp #lp-end #img-lp-end img.mv-sp {
  width: 96%;
}
@media only screen and (min-width: 768px) {
  #lp #lp-end #img-lp-end img.mv-sp {
    display: none;
  }
}
#lp #lp-end .label-notes {
  font-size: 12px;
  text-align: right;
  width: 98%;
  font-family: "Yu Gothic UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .label-notes {
    text-size-adjust: 100%;
    letter-spacing: 0.02em;
    font-size: 9.5px;
    text-align: right;
    z-index: 1000;
    width: 94%;
  }
}
#lp #lp-end .asterisk {
  padding-bottom: 1em;
  padding-left: 1em;
  list-style: none;
}
#lp #lp-end .asterisk li {
  color: #646464;
  text-indent: -1em;
  font-size: 13px;
}
#lp #lp-end .asterisk ul {
  list-style: none;
  padding-left: 1em;
  margin: 0.5em 0em;
}
#lp #lp-end .asterisk ul li {
  text-indent: -1em;
  color: #646464;
  font-size: 13px;
}
#lp #lp-end .cta-btn {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end .cta-btn {
    margin-top: 0em;
  }
}
#lp #lp-end article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #acbdc0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end article {
    width: 90%;
  }
}
#lp #lp-end article h3 {
  background: #f5f5f5;
  color: #646464;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
#lp #lp-end article h3::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 58px;
  background-image: url(/lp2025/img/tl-caution.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #lp #lp-end article h3::before {
    width: 25px;
    height: 21px;
  }
}
#lp #lp-end article ul {
  list-style-type: none;
  padding: 0.7em 1.2em;
}
#lp #lp-end article ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}

.flow-of-usage {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 7vh 0 4vh 0;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage {
    padding: 4vh 0 2.5vh 0;
  }
}
.flow-of-usage article.before-you-apply {
  max-width: 1000px;
  width: 96%;
  margin: 4vh auto !important;
  padding: 0 0 0.6em 0;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e8eef1;
}
.flow-of-usage article.before-you-apply h3 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  background: #e8eef1;
  border-radius: 9px 9px 0px 0px;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply h3 {
    padding: 0.3em 0;
    line-height: 1.7;
  }
}
.flow-of-usage article.before-you-apply h3 span {
  display: block;
  color: #175796;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply h3 span {
    font-size: 24px;
  }
}
.flow-of-usage article.before-you-apply h3 img {
  display: block;
  margin-right: 0.5em;
  width: 46px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply h3 img {
    width: 30px;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner {
  padding: 1em 1.25em 1em 1.25em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner {
    padding: 1em 1.25em 0em 1.25em;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner h4 {
  color: #0C3F71;
  font-size: 20px;
  text-indent: -1.25em;
  padding-left: 1.25em;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner h4 {
    font-size: 16px;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list {
    flex-direction: column;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box {
  width: 32%;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #b9dbef;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    background: linear-gradient(90deg, rgb(185, 219, 239) 0%, rgb(185, 219, 239) 19%, rgb(232, 238, 241) 19%, rgb(232, 238, 241) 100%);
    margin-bottom: 1em;
    align-items: center;
    height: auto;
    min-height: 10vh;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box h5 {
  font-size: 16px;
  color: #175796;
  padding: 0.7em;
  border-radius: 0 0 7px 7px;
  height: auto;
  min-height: 3vh;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box h5 {
    height: auto;
    font-size: 15px;
    text-align: left;
    border-radius: 0 7px 7px 0;
    width: 80%;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box p {
  background: #e8eef1;
  height: 13vh;
  border-radius: 7px 7px 0 0;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box p {
    background: transparent;
    border-radius: 7px 0 0 7px;
    height: auto;
    min-height: 10vh;
    width: 20%;
    position: relative;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box p img {
  display: block;
  margin: 0 auto;
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-keiyaku {
  width: 60px;
  height: auto;
  margin-top: 2.2vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-keiyaku {
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-taiokiki {
  width: 78px;
  height: auto;
  margin-top: 1.7vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-taiokiki {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-ipv6service {
  width: 85px;
  height: auto;
  margin-top: 1.7vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-ipv6service {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-ntt {
  width: 53px;
  height: auto;
  margin-top: 2.5vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-ntt {
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-koza {
  width: 106px;
  height: auto;
  margin-top: 3.5vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-koza {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-mail {
  width: 83px;
  height: auto;
  margin-top: 2.8vh;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.before-you-apply .before-you-apply-inner .flow-list .flow-box img.img-flow-mail {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.flow-of-usage article.flow-tab {
  width: 100%;
  max-width: 1000px;
  margin: 8vh auto 4vh auto !important;
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab {
    width: 96%;
    margin: 3vh auto 2vh auto;
  }
}
.flow-of-usage article.flow-tab .tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 0px;
  margin-top: 3.8vh;
}
.flow-of-usage article.flow-tab .tabs label {
  flex: 1;
  margin-right: 6px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
  position: relative;
  font-size: 20px;
  color: #e8eef1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab .tabs label {
    font-size: 13px;
  }
}
.flow-of-usage article.flow-tab .tabs label:last-child {
  margin-right: 0;
}
.flow-of-usage article.flow-tab input[type=radio] {
  display: none;
}
.flow-of-usage article.flow-tab .tab-content {
  display: none;
  padding: 1.25em;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #e1e1e1;
  text-align: left;
}
.flow-of-usage article.flow-tab .tabs label[for=tab1] {
  background: #336699;
}
.flow-of-usage article.flow-tab #tab1:checked ~ .tabs label[for=tab1] {
  background: #0c3f71;
  color: #fff;
}
.flow-of-usage article.flow-tab #tab1:checked ~ .tabs label[for=tab1]::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0c3f71;
}
.flow-of-usage article.flow-tab #tab1:checked ~ .content1 {
  display: block;
}
.flow-of-usage article.flow-tab .tabs label[for=tab2] {
  background: #79aad1;
}
.flow-of-usage article.flow-tab #tab2:checked ~ .tabs label[for=tab2] {
  background: #2e93d8;
  color: #fff;
}
.flow-of-usage article.flow-tab #tab2:checked ~ .tabs label[for=tab2]::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2e93d8;
}
.flow-of-usage article.flow-tab #tab2:checked ~ .content2 {
  display: block;
}
.flow-of-usage article.flow-tab .tabs label[for=tab3] {
  background: #66cccc;
}
.flow-of-usage article.flow-tab #tab3:checked ~ .tabs label[for=tab3] {
  background: #23a4ad;
  color: #fff;
}
.flow-of-usage article.flow-tab #tab3:checked ~ .tabs label[for=tab3]::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #23a4ad;
}
.flow-of-usage article.flow-tab #tab3:checked ~ .content3 {
  display: block;
}
.flow-of-usage article.flow-tab .flow-tab-attention {
  color: #cd3737;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab .flow-tab-attention {
    font-size: 13px;
  }
}
.flow-of-usage article.flow-tab p {
  padding-bottom: 0.6em;
}
.flow-of-usage article.flow-tab .img-tab1-step {
  text-align: center;
}
.flow-of-usage article.flow-tab .img-tab1-step img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab .img-tab1-step img {
    width: 90%;
  }
}
.flow-of-usage article.flow-tab ul.asterisk {
  padding-top: 1em;
  padding-left: 1em;
  list-style: none;
  font-size: 13px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab ul.asterisk {
    padding: 0em 0.5em 1.5em 1.5em;
    font-size: 12px;
  }
}
.flow-of-usage article.flow-tab ul.asterisk li {
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .flow-of-usage article.flow-tab ul.asterisk li {
    line-height: 1.3;
  }
}

/*モーダルウィンドウ*/
.button-modal {
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  padding: 0 0.5em 0.5em 0.5em;
  border-radius: 15px;
  top: 0.65em;
  right: 0.65em;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .button-modal {
    font-size: 13px;
    padding: 0 0.5em 0.5em 0.25em;
    width: 27%;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }
}
.button-modal:hover {
  background: #fff0ca;
  color: #0C3F71;
}
.button-modal span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
}
.button-modal span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/lp10g/img/img-hatena.svg) no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-bottom: -4px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .button-modal span::before {
    width: 18px;
    height: 18px;
  }
}

/* Modal container */
.modal {
  display: none;
  position: fixed;
  z-index: 10000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0px;
  border: 1px solid #666;
  width: 90%;
  max-width: 640px;
  font-family: "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.modal-content article {
  height: auto;
  max-height: 480px;
  overflow: auto;
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .modal-content article {
    max-height: 500px;
  }
}
.modal-content a {
  color: #E44E00;
  text-decoration: underline;
}
.modal-content a:hover {
  opacity: 0.8;
}
.modal-content .asterisk {
  font-size: 12px;
}
.modal-content .tl-modal-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #bed7dd;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-content .tl-modal-content {
    font-size: 15px;
  }
}
.modal-content .tl-modal-content strong {
  display: block;
  width: 10%;
  background: #0077AC;
  color: #fff;
  padding: 0.4em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .modal-content .tl-modal-content strong {
    width: 16%;
  }
}
.modal-content .tl-modal-content span {
  display: block;
  color: #0C3F71;
  padding: 0.4em 0.65em;
}
.modal-content .modal-content-txt01 {
  font-weight: bold;
  font-size: 16px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt01 {
    font-size: 15px;
    padding: 0.5em;
  }
}
.modal-content .modal-content-txt02 {
  padding: 0.5em 1em;
  margin: 0 1em 0.7em;
}
.modal-content .modal-content-txt02 .kaisen {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt02 .kaisen {
    font-size: 13px;
  }
}
.modal-content .modal-content-txt02 .tl-txt02 {
  color: #0C3F71;
  font-size: 17px;
  font-weight: bold;
  border-left: 5px solid #0C3F71;
  padding-left: 0.6em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt02 .tl-txt02 {
    font-size: 15px;
  }
}
.modal-content .modal-content-txt02 strong {
  color: #0077AC;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt02 {
    padding: 0.5em;
    font-size: 14px;
  }
}
.modal-content .modal-content-txt02 .cnt-txt02 {
  font-size: 15px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt02 .cnt-txt02 {
    font-size: 13px;
  }
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner article {
  padding-left: 1.5em;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner strong {
  font-weight: bold;
  color: #0077AC;
  font-size: 16px;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner a.bold-link {
  font-weight: bold;
  color: #0077AC;
  font-size: 16px;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .series {
  padding-left: 1em;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .asterisk-series {
  padding-left: 2em;
  text-indent: -1em;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .ck-IPv6 {
  text-indent: -1em;
  padding-left: 1.5em;
  font-weight: bold;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .ck-IPv6 strong {
  color: #ff0000;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .ck-IPv4 {
  text-indent: -1em;
  padding-left: 1.5em;
  font-weight: bold;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .ck-IPv4 strong {
  color: #0077AC;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .plain-text {
  padding-top: 1em !important;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .plain-text img {
  vertical-align: top;
}
.modal-content .modal-content-txt02 .cnt-txt02 .cnt-txt02-inner .plain-text .about-kamome {
  color: #3883c1;
  font-weight: bold;
}
.modal-content .modal-content-txt03 {
  font-size: 12px;
  padding: 0 2em;
  margin-bottom: 0.6em;
}
.modal-content .modal-content-txt04 {
  padding: 1em 0 0;
  margin: 0 1em 0.7em;
}
.modal-content .modal-content-txt04 .tl-txt02 {
  color: #0C3F71;
  font-size: 17px;
  font-weight: bold;
  border-left: 5px solid #0C3F71;
  padding-left: 0.6em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-content-txt04 .tl-txt02 {
    font-size: 15px;
  }
}
.modal-content .modal-content-txt04 .modal-content-txt04-inner {
  background: #f5f5f5;
  border: 2px solid #eee;
  padding: 0.5em 1em;
}
.modal-content .modal-content-txt04 .modal-content-txt04-inner strong {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.2em;
}
.modal-content .modal-content-txt04 .modal-content-txt04-inner .asterisk-kataban {
  font-size: 13px;
  display: inline-block;
  margin-top: 0.2em;
}
.modal-content .img-hgw {
  display: flex;
}
.modal-content .img-hgw img {
  width: 45%;
  height: auto;
}
.modal-content .img-hgw ul {
  margin-left: 2em;
}
.modal-content .img-hgw ul li {
  list-style-type: disc;
  text-indent: -0.1em;
  padding-left: -1em;
}
.modal-content .img-hgw ul li::marker {
  color: #646464;
  font-size: 1.1em;
}
.modal-content .img-hgw ul li span.asterisk-hgw {
  font-size: 13px;
  display: inline-block;
  margin-top: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modal-content .img-koseirei {
  background: #f5f5f5;
  border: 2px solid #eee;
  padding: 0.5em 1em;
  margin-top: 1em;
}
.modal-content .img-koseirei img {
  width: 70%;
  max-width: 650px;
}
@media only screen and (max-width: 767px) {
  .modal-content .img-koseirei img {
    width: 80%;
    max-width: auto;
  }
}
.modal-content .kaisetsu-koseirei {
  font-size: 13px;
  font-weight: 500;
  padding: 0.5em 1em;
  text-align: right;
}
.modal-content .koseirei01 p {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.modal-content .koseirei01 p span {
  color: #0C3F71;
}
.modal-content .koseirei02 p {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.modal-content .koseirei02 p span {
  color: #3883c1;
}
.modal-content .koseirei03 p {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.modal-content .koseirei03 p span {
  color: #23a4ad;
}
.modal-content .asterisk {
  padding-left: 2em;
  list-style: none;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .modal-content .asterisk {
    padding-left: 1em;
    font-size: 13px;
  }
}
.modal-content .asterisk li {
  text-indent: -1em;
}
.modal-content .asterisk ul {
  list-style: none;
  padding-left: 1em;
  margin: 0.5em 0em;
}
.modal-content .asterisk ul li {
  text-indent: -1em;
}
.modal-content .asterisk ul li ul {
  list-style: none;
  padding-left: 1em;
  margin: 0.5em 0em;
}
.modal-content .asterisk ul li ul li {
  text-indent: -1em;
}

.mataha {
  text-align: center;
  padding: 0.5em 0 1em 0;
}
.mataha strong {
  display: inline-block;
  background: #0C3F71;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.6;
  padding: 0 0.3em;
}
@media only screen and (max-width: 767px) {
  .mataha strong {
    font-size: 16px;
  }
}

/* Close button */
.close {
  color: #fff;
  /*float: right;*/
  position: absolute;
  top: -50px;
  right: -10px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .close {
    top: -30px;
    right: 0px;
    font-size: 17px;
  }
}

.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.speechBubble {
  display: inline-block;
  padding: 0.75em 3.5em;
  background-color: #f0f0f0;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .speechBubble {
    font-size: 13px;
    padding: 0.75em 1em;
  }
}
.speechBubble:hover {
  background-color: #fff0ca;
}
.speechBubble:hover::after {
  border-color: #fff0ca transparent transparent transparent;
}
.speechBubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #f0f0f0 transparent transparent transparent;
}
.speechBubble img {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.btn_aco {
  color: #0C3F71;
  font-size: 15px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  display: inline-block;
  line-height: 1.8;
  font-weight: bold;
  text-decoration: underline;
}

#trial_sec {
  background: #D7EEF2;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #trial_sec {
    padding: 0 !important;
  }
}
#trial_sec h2 {
  width: 100%;
}
#trial_sec h2 .pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  #trial_sec h2 .pc {
    display: none;
  }
}
#trial_sec h2 .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #trial_sec h2 .sp {
    display: block;
  }
}
#trial_sec h2 img {
  width: 100%;
  height: auto;
}
#trial_sec .trial_inner {
  background: #D7EEF2;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 10px 0 3vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner {
    padding: 10px 15px 30px;
  }
}
#trial_sec .trial_inner .trial_List {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_List {
    flex-direction: column;
  }
}
#trial_sec .trial_inner .trial_List li {
  width: 31%;
  background: #fff;
  border-radius: 16px;
  padding: 20px 0 0 0;
  box-shadow: 3px 3px 0px #b8dae2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_List li {
    padding: 15px 0 0 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_List li .cont {
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
#trial_sec .trial_inner .trial_List li .tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  color: #0B3F71;
}
#trial_sec .trial_inner .trial_List li .tit sup {
  font-size: 9px;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_List li .tit {
    font-size: 2rem;
  }
}
#trial_sec .trial_inner .trial_List li img {
  height: 60px;
  width: auto;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_List li img {
    margin: 0;
    height: 40px;
    margin-right: 10px;
  }
}
#trial_sec .trial_inner .trial_List li .ditail {
  background: #F5F5F5;
  border-radius: 0 0 16px 16px;
  padding: 10px;
  text-align: center;
}
#trial_sec .trial_inner .trial_List li .ditail p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  color: #707070;
}
#trial_sec .trial_inner .trial_List li .ditail p span {
  color: #E44E00;
}
#trial_sec .trial_inner .ast {
  margin: 30px 0;
  text-align: right;
  letter-spacing: -0.2px;
}
#trial_sec .trial_inner .ast li {
  font-size: 10px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .ast {
    font-size: 9px !important;
    margin: 0;
  }
}
#trial_sec .trial_inner .trial_flow {
  margin-top: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: solid 5px #EBBA0B;
  box-sizing: border-box;
}
#trial_sec .trial_inner .trial_flow .flow_tit {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -150px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .flow_tit {
    margin-left: -125px;
  }
}
#trial_sec .trial_inner .trial_flow .flow_tit p {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  color: #FDDB62;
  font-weight: bold;
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .flow_tit p {
    font-size: 1.3em;
    width: 250px;
  }
}
#trial_sec .trial_inner .trial_flow .flow_tit p::before {
  transform: skewX(-30deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* 親要素の後ろに来るように-1 */
  background-color: #164877;
}
#trial_sec .trial_inner .trial_flow .flow_tit2 {
  width: 100%;
  border-radius: 15px 15px 0px 0;
  background-color: #FFF4D3;
  padding: 30px 15px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#trial_sec .trial_inner .trial_flow .flow_tit2 img {
  width: 90px;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .flow_tit2 img {
    width: 30px;
  }
}
#trial_sec .trial_inner .trial_flow .flow_tit2 p {
  font-size: 1.4em;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .flow_tit2 p {
    letter-spacing: -0.1px;
    font-size: 1.5rem;
  }
}
#trial_sec .trial_inner .trial_flow .flow_tit2 p span {
  vertical-align: baseline;
  font-size: 1.8em;
  color: #e44e00;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .flow_tit2 p span {
    font-size: 1.8rem;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner {
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner {
    padding: 30px 15px 15px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li {
  border-radius: 10px;
  background: #f5f5f5;
  border: 2px solid #d7eef2;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li {
    padding: 10px 10px 15px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li.p_ari {
  padding: 30px 15px 15px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li.p_ari {
    padding: 30px 10px 15px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li::after {
  content: "";
  background-image: url(/lp_trial/img/arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit {
  letter-spacing: -0.2px;
  display: flex;
  justify-content: center;
  color: #0B3F71;
  font-weight: bold;
  font-size: 1.6em;
  align-items: center;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit i {
  display: block;
  width: 25px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit i {
    width: 20px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit i img {
  width: 100%;
  height: auto;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit2 {
  font-weight: bold;
  color: #707070;
  font-size: 1.3em;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .tit2 {
    font-size: 1.1em;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .chu {
  font-size: 1em;
  color: #707070;
  line-height: 1.3;
  text-indent: -1.2em;
  margin-left: 1.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .chu {
    font-size: 0.7em;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .go {
  color: #0389C4;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .go {
    font-size: 1em;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .pop {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%); /* 左右中央寄せ */
  margin: 0;
  padding: 0.2em 0.8em; /* お好みで */
  border-radius: 50px;
  background: linear-gradient(to right, #0389c4 0%, #034ca0 100%); /* 横方向 */
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list li .pop {
    font-size: 1em;
    padding: 0.1em 0.8em;
    top: -15px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 {
    flex-direction: column-reverse;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li {
  width: 49%;
  box-sizing: border-box;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li {
    width: 100%;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .tit {
  text-align: center;
  font-size: 1.3em;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1.3;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .tit {
    display: block;
    height: auto;
    font-size: 1em;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner {
    padding: 10px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .img {
  width: 300px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .img {
    width: 200px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .img a {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .img a:hover {
  opacity: 0.8;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .img img {
  width: 100%;
  height: auto;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .asterisk {
  padding-bottom: 0;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .asterisk li {
  font-size: 12px !important;
  line-height: 1.2;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .txt {
  color: #0B3F71;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 15px;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .txt2 {
  color: #333333;
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .txt2 {
    font-size: 0.9em;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .txt2 a {
  color: #0077AC;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li .inner .txt2 a:hover {
  color: #fff;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.keizoku {
  background: #fffae6;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.keizoku .tit {
  display: block;
  background-color: #EBBA0B;
  color: #0B3F71;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.keizoku .tit span {
  color: #cd3737;
  font-size: larger;
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.cancel {
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  #trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.cancel {
    margin-bottom: 15px;
  }
}
#trial_sec .trial_inner .trial_flow .trial_flow_inner .tr_flow_list2 > li.cancel .tit {
  background-color: #595757;
  color: #fff;
}

.cta-btn.pb {
  padding-bottom: 3vw;
}
@media only screen and (max-width: 767px) {
  .cta-btn.pb {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .conv_area {
    padding: 0 !important;
  }
}
.conv_area .cta-btn {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .conv_area .cta-btn {
    padding-bottom: 5px !important;
  }
}
.conv_area .img {
  width: 100%;
  max-width: 830px;
  margin: 1.7em auto 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .conv_area .img {
    width: 90%;
    margin: 0.7em auto 0 auto;
    margin-bottom: 0;
  }
}
.conv_area .img img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=lp.css.map */