@charset "UTF-8";
main article {
  background-color: transparent;
}

main h3 {
  font-size: 2.6rem !important;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

main h3 > p {
  line-height: 1;
  width: 120px;
  margin: 0 auto 20px;
  border-radius: 6px;
  background-color: #00a23f;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

main h3 > p > span {
  position: relative;
}

main h3 > p:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00a23f;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6px;
  margin: auto;
}

.mv-container {
  padding: 30px 0;
}

.mv-container .mv-slider .mv-main .mv-mask {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.important-news-container .important-news-line > dl {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.important-news-container .important-news-line > dl:last-of-type {
  margin-bottom: 0;
}

.important-news-container .important-news-line > dl > dt {
  float: left;
  width: 130px;
}

.important-news-container .important-news-line > dl > dd {
  float: left;
  width: calc(100% - 130px);
  line-height: 1.5;
}

.top-conv .conversion-container {
  padding: 40px 0;
}

.top-conv .conversion-container h2 {
  display: none;
}

.top-about {
  padding: 50px 0 40px;
}

.top-about h2 {
  text-align: center;
  color: #00a23f;
  font-size: 4.4rem;
  margin-bottom: 60px;
}

.top-about-pic {
  max-width: 700px;
  margin: 0 auto 40px;
}

.top-about-pic > dl > dt > img {
  width: 100%;
  height: auto;
}

.top-about-pic > dl > dd {
  margin-top: -230px;
}

.top-service-freetank-title {
  margin: 0 auto;
  width: 496px;
}

.top-service-freetank-body {
  border-radius: 10px;
  margin: 40px 0;
  background-color: #fff;
  padding: 30px 0;
}

.top-service-freetank-box {
  text-align: center;
}

.top-service-freetank-box:nth-of-type(n+2) {
  margin-top: 20px;
}

.top-service-freetank-box > h4 {
  font-size: 2.0rem;
}

.top-service-freetank-box > div {
  width: 335px;
  margin: 30px auto 0;
}

.top-service-freetank-box > dl {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-service-freetank-box > dl > dt {
  margin-right: 10px;
}

.top-service-freetank-box > dl > dd {
  line-height: 1.7;
  font-family: "UD Shin Maru Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.top-service-plus {
  margin-top: 20px;
}

.top-service-plus-title {
  max-width: 800px;
  margin: 0 auto;
}

.top-service-plus-balloon {
  background-color: #fafaaf;
  width: 380px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.top-service-plus-balloon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #fafaaf;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.top-service-plus-body {
  border-radius: 10px;
  margin: 40px 0;
  background-color: #fff;
  padding: 30px 0;
}

.top-service-plus-body > h4 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.7;
}

.top-service-plus-feature {
  margin-top: 40px;
}

.top-service-plus-feature > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-service-plus-feature > ul > li:first-of-type > dl > dt {
  width: 128px;
}

.top-service-plus-feature > ul > li:last-of-type > dl > dt {
  width: 56px;
}

.top-service-plus-feature > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-service-plus-feature > ul > li > dl > dd {
  margin-left: 30px;
  line-height: 1.7;
  font-family: "UD Shin Maru Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.top-service-plus-feature > p {
  margin-top: 40px;
  text-align: center;
}

.top-service-plus-use {
  margin-top: 60px;
}

.top-service-plus-use-list {
  margin: 30px auto 0;
  width: 700px;
}

.top-service-plus-use-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-service-plus-use-list > ul > li {
  margin-right: 80px;
  text-align: center;
}

.top-service-plus-use-list > ul > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}

.top-service-plus-use-note {
  margin-top: 25px;
}

.top-service-plus-use-note > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}

.top-service-plus-use-note > ul > li {
  position: relative;
}

.top-service-plus-use-note > ul > li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.top-service-plus-use-note > ul > li:nth-of-type(1):before {
  background-color: #00a23f;
}

.top-service-plus-use-note > ul > li:nth-of-type(2):before {
  background-color: #00c652;
}

.top-service-plus-use-note > ul > li:nth-of-type(3):before {
  background-color: #eeeeee;
}

.top-service-plus-use-note > ul > li:nth-of-type(n+2) {
  margin-left: 30px;
}

.top-service-plus-answer {
  margin-top: 60px;
}

.top-service-plus-answer > h4 {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 40px;
}

.top-service-plus-answer-box {
  margin-top: 40px;
  text-align: center;
}

.top-service-plus-answer-box > dl > dt {
  max-width: 688px;
  margin: 0 auto;
}

.top-service-plus-answer-box > dl > dd {
  margin-top: 30px;
}

.top-service-plus-plan {
  margin-top: 60px;
}

.top-data-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #00a23f;
}

.top-data-title > p {
  margin: 0 auto 15px;
}

.top-data-box {
  margin-top: 30px;
  text-align: center;
}

.top-data-box > div {
  max-width: 723px;
  margin: 0 auto;
}

.top-data-box > p {
  margin-top: 40px;
  line-height: 1.7;
  font-family: "UD Shin Maru Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.top-data-box + .top-data-title {
  margin-top: 60px;
}

.top-trial-box > dl {
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 160px 0 40px;
}

.top-trial-box > dl > dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-trial-box > dl > dt > img {
  width: 100%;
}

.top-trial-box > dl > dd {
  text-align: center;
}

.top-trial-text {
  margin: 40px 0 30px;
  line-height: 1.7;
}

.top-trial-balloon {
  width: 477px;
  margin: 0 auto;
}

.top-trial-btn {
  width: 330px;
  margin: 40px auto 0;
}

.top-trial-btn .btn-title {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
}

.top-trial-btn .btn-text {
  font-size: 1.4rem !important;
  font-weight: bold !important;
  color: #00a23f !important;
}

.top-trial-btn .btn-text > span {
  font-size: 2.0rem !important;
}

.top-merit-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #00a23f;
}

.top-merit-title > p {
  margin: 0 auto 15px;
}

.top-merit-box > p {
  line-height: 1.7;
  font-family: "UD Shin Maru Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 30px;
}

.top-merit-btn {
  margin-top: 30px;
}

.top-merit-btn > p {
  line-height: 1.7;
  font-family: "UD Shin Maru Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
}

.top-merit-btn > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.top-merit-btn > ul > li {
  width: 330px;
}

.top-merit-btn > ul > li:nth-of-type(n+2) {
  margin-left: 20px;
}

.top-support-box > p {
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20px;
}

.top-flow .step-body-container {
  text-align: center;
}

.top-flow .step-body-container > p {
  line-height: 1.7;
  margin-top: 20px;
}

.top-flow-box {
  margin-top: 50px;
}

.top-flow-box > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-flow-box > dl > dt {
  width: 25px;
}

.top-flow-box > dl > dd {
  text-align: center;
  margin-left: 40px;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.7;
}

.top-flow-box > dl > dd > span {
  color: #00a23f;
  font-size: 2.2rem;
}

.top-faq h2 {
  text-align: center;
}

.top-faq-list {
  margin-top: 40px;
}

.top-faq-list .card:nth-of-type(n+2) {
  margin-top: 20px;
}

.top-faq-list .card.faq-card01 img {
  display: block;
  width: 340px;
  margin: 30px auto 0;
}

.top-faq-list .card.faq-card02 p {
  margin-bottom: 30px;
}

.top-faq-list .card.faq-card02 img {
  display: block;
  width: 410px;
  margin: 30px auto 0;
}

.top-faq-list .card.faq-card03 .iphone-diff-box {
  margin-top: 40px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box:nth-of-type(1) {
  margin-top: 0;
}

.top-faq-list .card.faq-card03 .iphone-diff-box h3 {
  margin-bottom: 30px;
  font-size: 2.2rem !important;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.top-faq-list .card.faq-card03 .iphone-diff-box h3 > img {
  top: -3px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li {
  margin-top: 0;
  border-left: none;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li.border-list {
  border-right: 1px solid #e0e0e0;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(3) > dl {
  padding-top: 20px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(4) > dl {
  padding-top: 20px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(5) > dl {
  padding-top: 40px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(5) > dl > dd > p.iphone-diff-label {
  width: 110px;
  margin: 0px 0 10px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li dl > dt {
  width: 60px;
  float: left;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li dl > dd {
  width: calc(100% - 80px);
  float: right;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li dl > dd > p {
  line-height: 1.5;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li dl > dd > p.iphone-diff-label {
  width: 96px;
  height: 20px;
  line-height: 20px;
  background-color: #00a23f;
  color: #fff;
  text-align: center;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 10px;
  margin: 30px 0 10px;
}

.top-faq-list .card.faq-card03 .iphone-diff-box li dl > dd > .font-small {
  font-size: 1.2rem;
}

.top-column-container h2 {
  text-align: center;
  margin-bottom: 40px;
}

.top-column-container .btn {
  margin-top: 40px;
}

.top-column-list-slider-prev, .top-column-list-slider-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 100%;
  background-color: rgba(33, 33, 33, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-column-list-slider-prev > i, .top-column-list-slider-next > i {
  color: white;
  margin: 0;
  line-height: 40px;
  font-size: 2.0rem;
  display: block;
}

.top-column-list-slider-prev.swiper-button-disabled, .top-column-list-slider-next.swiper-button-disabled {
  display: none;
}

.top-column-list-slider-prev {
  left: 10px;
}

.top-column-list-slider-next {
  right: 10px;
}

.top-column-list-slider .swiper-slide {
  height: auto;
}

.top-ambassador-container .ambassador-title {
  text-align: center;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 20px;
  line-height: 1.7;
}

.top-ambassador-container .ambassador-title > span {
  font-size: 2.0rem;
  color: #00a23f;
}

.top-ambassador-container h4 {
  text-align: center;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 30px;
}

.top-ambassador-container .ambassador-list {
  margin-bottom: 60px;
}

.top-topics-container {
  display: none;
  /*for loading ajax.*/
}

.top-topics-container .topics-list {
  margin-bottom: 40px;
}

.top-topics-container .topics-list .card .topics-label {
  text-align: left;
  margin: -10px 0 10px;
}

.top-topics-container .topics-list .card .topics-label > li {
  border-radius: 10px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #00a23f;
}

.top-topics-container .topics-list .card time {
  font-size: 1.4rem;
  color: #616161;
  margin-bottom: -10px;
  display: block;
}

.news-list-container .news-list {
  margin-bottom: 60px;
}

.slick-disabled {
  display: none !important;
}

.top-news-container .tab {
  margin-bottom: 60px;
}

.top-news-container .tab-body {
  display: none;
}

.top-news-container .tab-body .btn {
  margin-top: 50px;
}

.top-news-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 40px;
}

.top-news-tab > li {
  width: 100%;
}

.top-news-tab > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #e0e0e0;
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  font-size: 1.8rem;
  gap: 0 20px;
  text-align: center;
}

.top-news-tab > li > a > p {
  position: relative;
}

.top-news-tab > li > a > p i {
  display: none;
  margin: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/asset/img/common/icon_annotation.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -40px;
  top: -3px;
}

.top-news-tab > li > a.on {
  color: #00a23f;
  border-color: #00a23f;
  background-color: rgba(0, 162, 63, 0.1);
}

.top-news-link {
  display: block;
  line-height: 1.6;
  text-decoration: none !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.top-news-link-date {
  color: #616161;
}

.top-news-link-title > i {
  width: 12px;
  margin: 0;
  margin-left: 10px;
}

.top-news-none, .top-news-err {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: none;
}

@media screen and (max-width: 767px) {
  main h3 {
    font-size: 2.2rem !important;
    margin-bottom: 30px;
  }
  main h3 > p {
    width: 100px;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  main h3 > p:before {
    bottom: -6px;
  }
  .important-news-container .important-news-line > dl {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
  }
  .important-news-container .important-news-line > dl:last-of-type {
    padding-bottom: 0;
  }
  .important-news-container .important-news-line > dl > dt {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .important-news-container .important-news-line > dl > dd {
    float: none;
    width: 100%;
  }
  .top-conv .conversion-container {
    padding: 15px 0;
  }
  .top-about h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .top-about-pic {
    margin-bottom: 30px;
  }
  .top-about-pic > dl > dd {
    margin-top: -20%;
  }
  .top-service-freetank-title {
    width: 180px;
  }
  .top-service-freetank-body {
    padding: 20px 0;
    margin: 20px 0;
  }
  .top-service-freetank-box > h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-service-freetank-box > p {
    font-size: 1.0rem;
  }
  .top-service-freetank-box > div {
    width: 80%;
    margin-top: 25px;
  }
  .top-service-freetank-box > dl {
    margin-top: 20px;
  }
  .top-service-freetank-box > dl > dt {
    width: 15%;
  }
  .top-service-freetank-box > dl > dd {
    font-size: 1.4rem;
  }
  .top-service-plus-title {
    width: 260px;
  }
  .top-service-plus-balloon {
    font-size: 1.4rem;
    width: 250px;
    padding: 10px 0;
    line-height: 1.5;
  }
  .top-service-plus-body {
    padding: 20px 0;
    margin: 20px 0;
  }
  .top-service-plus-body > h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-service-plus-feature {
    margin-top: 20px;
    padding: 0 15px;
  }
  .top-service-plus-feature > ul > li:first-of-type > dl > dt {
    width: 80px;
  }
  .top-service-plus-feature > ul > li:last-of-type > dl > dt {
    width: 80px;
    text-align: center;
  }
  .top-service-plus-feature > ul > li:last-of-type > dl > dt > img {
    width: 42px;
  }
  .top-service-plus-feature > ul > li > dl > dd {
    width: 150px;
    margin-left: 20px;
    line-height: 1.5;
  }
  .top-service-plus-feature > p {
    margin-top: 20px;
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.5;
  }
  .top-service-plus-use {
    margin-top: 30px;
  }
  .top-service-plus-use-list {
    margin-top: 15px;
    width: 280px;
  }
  .top-service-plus-use-list > ul > li {
    margin-right: 0;
    width: 50%;
  }
  .top-service-plus-use-list > ul > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .top-service-plus-use-list > ul > li > p {
    height: 45px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .top-service-plus-use-list > ul > li > img {
    width: 110px;
  }
  .top-service-plus-use-note {
    margin: 20px auto 0;
    width: 230px;
  }
  .top-service-plus-use-note > ul {
    font-size: 1.2rem;
    display: block;
  }
  .top-service-plus-use-note > ul > li {
    line-height: 1.5;
    padding-left: 20px;
  }
  .top-service-plus-use-note > ul > li:before {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  .top-service-plus-use-note > ul > li:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
  .top-service-plus-answer {
    margin-top: 25px;
  }
  .top-service-plus-answer > h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .top-service-plus-answer-box {
    margin-top: 20px;
  }
  .top-service-plus-answer-box > dl {
    width: 270px;
    margin: 0 auto;
  }
  .top-service-plus-answer-box > dl > dd {
    text-align: left;
    font-size: 1.0rem;
    margin-top: 15px;
  }
  .top-service-plus-plan {
    margin-top: 30px;
  }
  .top-data-title {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .top-data-title > p {
    width: 80px;
    margin-bottom: 10px;
  }
  .top-data-box {
    margin-top: 15px;
  }
  .top-data-box > p {
    margin-top: 20px;
    text-align: left;
  }
  .top-data-box + .top-data-title {
    margin-top: 25px;
  }
  .top-trial-box > dl {
    padding: 30% 0 25px;
  }
  .top-trial-logo {
    width: 70%;
    margin: 0 auto;
  }
  .top-trial-text {
    margin: 20px 0 15px;
  }
  .top-trial-balloon {
    width: 90%;
  }
  .top-trial-btn {
    width: 250px;
    margin-top: 15px;
  }
  .top-merit-title {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .top-merit-title > p {
    width: 80px;
    margin-bottom: 10px;
  }
  .top-merit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-merit-box > img {
    width: 115px;
  }
  .top-merit-box > p {
    width: calc(100% - 115px);
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
  }
  .top-merit-btn {
    margin-top: 10px;
  }
  .top-merit-btn > ul {
    margin-top: 10px;
    display: block;
  }
  .top-merit-btn > ul > li {
    width: 100%;
  }
  .top-merit-btn > ul > li:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
  .top-support-box > p {
    font-size: 1.2rem;
  }
  .top-flow .step-body-container > img {
    width: 90px;
  }
  .top-flow .step-body-container > p {
    margin-top: 10px;
  }
  .top-flow-box {
    margin-top: 30px;
  }
  .top-flow-box > dl {
    display: block;
  }
  .top-flow-box > dl > dt {
    margin: 0 auto;
    width: 18px;
  }
  .top-flow-box > dl > dd {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .top-flow-box > dl > dd > span {
    font-size: 2.0rem;
  }
  .top-faq-list {
    margin-top: 20px;
  }
  .top-faq-list .card:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box h3 {
    font-size: 1.9rem !important;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box li.border-list {
    border-right: none;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(3) > dl {
    padding-top: 0;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(4) > dl {
    padding-top: 0;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box li:nth-of-type(5) > dl {
    padding-top: 0;
  }
  .top-faq-list .card.faq-card03 .iphone-diff-box li dl > dd > p.iphone-diff-label {
    width: 75px;
    height: 16px;
    line-height: 16px;
    font-size: 1.0rem;
    margin: 20px 0 10px;
  }
  .top-faq-list .card.faq-card01 img {
    width: 60%;
    margin: 20px auto 0;
  }
  .top-faq-list .card.faq-card02 p {
    margin-bottom: 20px;
  }
  .top-faq-list .card.faq-card02 img {
    width: 100%;
    margin: 20px auto 0;
  }
  .top-faq-list .card.faq-card03 .font-bold {
    margin-bottom: 5px;
  }
  .top-faq-list .card.faq-card03 .attention-list + .font-bold {
    margin-top: 20px;
  }
  .top-column-container h2 {
    margin-bottom: 20px;
  }
  .top-column-container .btn {
    margin-top: 30px;
  }
  .top-column-list {
    margin: 0 -20px;
  }
  .top-column-list-slider {
    padding: 10px 20px;
  }
  .top-ambassador-container .ambassador-title {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .top-ambassador-container .ambassador-title > span {
    font-size: 1.8rem;
  }
  .top-ambassador-container h4 {
    font-size: 1.4rem;
  }
  .top-ambassador-container .ambassador-title {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .top-ambassador-container .ambassador-title > span {
    font-size: 2.0rem;
  }
  .top-ambassador-container .ambassador-list {
    margin-bottom: 30px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .top-ambassador-container .ambassador-list li {
    width: 320px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .top-topics-container .topics-list {
    margin-bottom: 40px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .top-topics-container .topics-list li {
    margin-bottom: 5px;
  }
  .top-topics-container .topics-list .card {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-topics-container .topics-list .card .topics-label {
    text-align: left;
    margin: -10px 0 5px;
  }
  .top-topics-container .topics-list .card .topics-label > li {
    padding: 0 10px;
    height: 15px;
    line-height: 15px;
    font-size: 1.0rem;
  }
  .top-topics-container .topics-list .card time {
    font-size: 1.2rem;
    color: #616161;
  }
  .news-list-container .news-list {
    margin-bottom: 30px;
  }
  .top-news-container .tab {
    margin-bottom: 20px;
  }
  .top-news-container .tab-body .btn {
    margin-top: 25px;
  }
  .top-news-tab {
    margin-bottom: 20px;
    gap: 0 10px;
  }
  .top-news-tab > li > a {
    gap: 0 5px;
    height: 65px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .top-news-tab > li > a > p > span {
    position: relative;
  }
  .top-news-tab > li > a > p > span > i {
    position: absolute;
    right: -17px;
    top: 3px;
  }
  .top-news-tab > li > a > p i {
    position: relative;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .top-news-link {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-news-link-date {
    font-size: 1.2rem;
  }
  .top-news-link-title > i {
    margin-left: 5px;
  }
  .top-news-none, .top-news-err {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .top-service-plus-feature > ul > li:first-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
  }
  .top-service-plus-feature > ul > li:last-of-type {
    padding-left: 60px;
  }
  .top-service-plus-use-list > ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .top-service-plus-use-list > ul > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .top-column-list-slider-prev, .top-column-list-slider-next {
    display: none;
  }
  .top-column-list-slider .banner-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-column-list-slider .banner-card-body > h4 {
    margin-bottom: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .top-service-plus-feature > ul > li:first-of-type {
    padding-right: 20px;
  }
  .top-service-plus-feature > ul > li:last-of-type {
    padding-left: 20px;
  }
  .top-service-plus-feature > ul > li > dl > dd {
    margin-left: 15px;
    font-size: 1.4rem;
  }
}
