@charset "UTF-8";
html, body, h1, h2, h3, p, ul, li, dl {
  margin: 0;
  padding: 0; }

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "Noto Sans JP", Arial, sans-serif;
  font-size: 16px;
  color: #3e3a39;
  font-weight: 500; }

*, ::before, ::after {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center; }

.sp {
  display: none; }

.pc {
  display: block; }

.-fit {
  width: 100%; }

.-align-center {
  text-align: center; }

.-side-margin-auto {
  margin-right: auto;
  margin-left: auto; }

.sp-cover {
  width: 94vw;
  margin: 0 auto; }

sup {
  display: inline-block;
  position: relative;
  top: -0.3em;
  vertical-align: top;
  margin-right: 1px;
  font-size: .5em;
  letter-spacing: -0.2em; }

.bold {
  font-weight: bold; }

.note {
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-weight: normal;
  width: 100%; }

.note-mark {
  display: flex; }

.note-mark-text {
  flex: 1; }

.marker.-yellow {
  background: linear-gradient(transparent 60%, #ffe534 60%);
  font-weight: bold; }

.marker-wave {
  color: #EA5550;
  background: url("../img/line-wave.svg") bottom 0 left repeat-x;
  background-size: 15px 3px;
  display: inline-block;
  line-height: 1.3em; }

/*TITLE*/
.heading-bracket {
  padding: 0.5333333333vw 1.8666666667vw;
  margin-bottom: 8vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: center;
  position: relative; }

.heading-bracket::before, .heading-bracket::after {
  position: absolute;
  top: 0;
  content: '';
  width: 2.1333333333vw;
  height: 100%;
  display: inline-block; }

.heading-bracket::before {
  border-left: solid 0.2666666667vw #3d3a39;
  border-top: solid 0.2666666667vw #3d3a39;
  border-bottom: solid 0.2666666667vw #3d3a39;
  left: 0; }

.heading-bracket::after {
  border-top: solid 0.2666666667vw #3d3a39;
  border-right: solid 0.2666666667vw #3d3a39;
  border-bottom: solid 0.2666666667vw #3d3a39;
  right: 0; }

.heading-background {
  color: #FFF;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  padding: 0.8vw 1.3333333333vw;
  background-color: #171c61;
  text-align: center; }

.heading-slash {
  text-align: center;
  margin: 2.6666666667vw 0 1.6vw;
  color: #171c61; }

.heading-slash span {
  display: inline-block;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
  padding: 0.5333333333vw 5.8666666667vw 0;
  position: relative; }

.heading-slash span::before, .heading-slash span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background-color: #171c61; }

.heading-slash span::before {
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  left: 0; }

.heading-slash span::after {
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg); }

main {
  display: block;
  margin: 0 auto;
  background-color: #ebebe4; }

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw; }

  .sp {
    display: block; }

  .pc {
    display: none; } }
@media screen and (min-width: 769px) {
  body {
    min-width: 980px; }

  .-hover-opacity {
    transition: opacity 0.2s; }

  .-hover-opacity:hover {
    opacity: 0.7; }

  .sp-cover {
    width: 960px; }

  sup {
    top: 0;
    margin-right: 2px; }

  .note {
    font-size: 12px; }

  .variable-flex-container.-pc {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between; }

  .heading-bracket {
    width: 720px;
    padding: 5px 20px;
    margin: 0 auto 60px;
    font-size: 40px; }

  .heading-bracket::before, .heading-bracket::after {
    width: 14px; }

  .heading-bracket::before {
    border-left: solid 3px #3d3a39;
    border-top: solid 3px #3d3a39;
    border-bottom: solid 3px #3d3a39; }

  .heading-bracket::after {
    border-top: solid 3px #3d3a39;
    border-right: solid 3px #3d3a39;
    border-bottom: solid 3px #3d3a39; }

  .heading-background {
    font-size: 26px;
    letter-spacing: .1em;
    padding: 5px; }

  .heading-slash {
    margin: 25px 0 0; }

  .heading-slash span {
    font-size: 20px;
    padding: 0px 35px 0;
    line-height: 1.5em; }

  .heading-slash span::before, .heading-slash span::after {
    width: 27px;
    height: 1px; }

  .marker-wave {
    background-size: 24px 4px; } }
/***** HEADER *****/
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*background-color: #C01920;*/
  width: 100%;
  height: 13.5vw;
  margin: 0 auto;
  padding-bottom: 1vw; }

header img {
  width: 63vw; }

@media screen and (min-width: 769px) {
  header {
    height: 60px;
    padding-bottom: 0; }

  header img {
    /*width: auto;
    height: 34px;*/ 
    width: 50%;
  } }
/***** MV *****/
.section-mv .mv-background {
  position: relative;
  padding-top: 6.5vw;
  background: #FFF url("../img/01_bg_sp.png?2107") center bottom no-repeat;
  background-size: cover; }

.section-mv .mv-txt {
  width: 90vw; }

.section-mv .mv-award {
  width: 94vw; }

.section-mv .mv-award-txt {
  margin: 3.4vw auto 0;
  padding-bottom: 2.3vw;
  width: 94vw; }

.section-mv .coname {
  text-align: right;
  margin-top: 2.6666666667vw; }

@media screen and (max-width: 768px) {
  .section-mv .mv-txt {
    margin: 0 auto; }

  .section-mv .mv-award {
    margin: 51.5vw auto 0; }

  .section-mv .mv-award-txt .note {
    font-size: 2vw;
    line-height: 1.8em;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%; }

  .section-mv .coname {
    font-size: 13px;
    font-size: 3.4666666667vw; } }
@media screen and (min-width: 769px) {
  .section-mv .mv-background {
    background: #FFF url("../img/01_bg_pc.jpg?2307") center center no-repeat;
    background-size: auto 100%;
    padding-top: 44px;
    padding-bottom: 22px;
    height: 550px; }

  .section-mv .mv-background-inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto; }

  .section-mv .mv-txt {
    width: 635px; }

  .section-mv .mv-award {
    margin-top: 31px;
    width: 100%; }

  .section-mv .mv-award-txt {
    margin: 15px 0 27px;
    padding: 0;
    width: 100%; }

  .section-mv .note {
    font-size: 10px; }

  .section-mv .coname {
    font-size: 15px;
    margin-top: 15px; } }
/***** 共通申込ボタン *****/
.plan-btn-background .plan-btn-name {
  width: 100%; }

.plan-btn-background-inner {
  width: 100%; }

.plan-btn-name .sub {
  display: inline-block;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  padding: 0.5333333333vw 6.1333333333vw 0;
  position: relative; }

.plan-btn-name .sub::before, .plan-btn-name .sub::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background-color: #211815; }

.plan-btn-name .sub::before {
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  left: 0; }

.plan-btn-name .sub::after {
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  right: 0; }

.plan-btn-parent-container {
  justify-content: space-between; }

.plan-btn-parent-container .plan-btn-container {
  width: 100%;
  border-top-width: 1.8666666667vw;
  border-top-style: solid;
  background-color: #fff; }

.plan-btn-parent-container .plan-btn-container-inner {
  width: 100%; }

.plan-btn-parent-container .plan-btn-container .plan-name img {
  width: auto;
  height: 8.8vw; }

.plan-btn-parent-container .plan-btn-container .plan-sub {
  font-size: 12px;
  font-size: 3.2vw;
  width: 100%;
  text-align: center;
  margin-top: 0.8vw; }

.link-container .link-item-btn {
  width: 92%;
  height: 13.3333333333vw;
  color: #fff;
  font-size: 17px;
  font-size: 4.5333333333vw;
  font-weight: 700;
  border-bottom-width: 0.8vw;
  border-bottom-style: solid;
  box-shadow: 0 0.5333333333vw 0.8vw -0.2vw rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s; }

.plan-btn-container .link-item-btn::after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  margin-left: 1.3333333333vw;
  background: center/cover url(../img/icon-arrow01.png); }

.plan-btn-container.-blue {
  border-top-color: #2DA5DE; }

.link-container.-blue .link-item-btn {
  background-color: #2DA5DE;
  border-bottom-color: #055971; }

.plan-btn-container.-red {
  border-top-color: #DA0814; }

.link-container.-red .link-item-btn {
  background-color: #DA0814;
  border-bottom-color: #6e001c; }

.plan-btn-container.-green {
  background: none;
  border: none; }

.link-container.-green .link-item-btn {
  background-color: #5AB651;
  border-color: #265e17; }

/* 資料請求ボタン */
.plan-btn-doc-container .plan-txt span {
  background-color: #FFF;
  font-weight: bold; }
.plan-btn-doc-container .link-item-btn {
  width: 90%; }

@media screen and (max-width: 768px) {
  .plan-btn-background {
    margin-top: 22.6666666667vw; }

  .plan-btn-background-inner {
    position: relative;
    background: #e4e7d0 url("../img/00_bg_sp.png") center bottom no-repeat;
    background-size: cover; }

  .no-doc .plan-btn-background-inner {
    background: #e4e7d0; }

  .plan-btn-parent-container {
    padding-top: 2.6666666667vw;
    padding-bottom: 5.3333333333vw; }

  .plan-btn-background .plan-btn-name {
    position: absolute;
    top: -8vw;
    left: 0; }

  .plan-btn-parent-container .plan-btn-container {
    padding: 0 2.6666666667vw;
    margin-top: 2.6666666667vw; }

  .plan-btn-parent-container .plan-btn-container .plan-name {
    margin-top: 2.6666666667vw; }

  .link-container .link-item-btn {
    margin-top: 1.3333333333vw;
    margin-bottom: 3.4666666667vw; }

  .plan-btn-doc-container-inner {
    text-align: center; }

  .plan-btn-doc-container .link-item-btn {
    margin-top: 2.6666666667vw;
    margin-bottom: 8vw; } }
@media screen and (min-width: 769px) {
  .plan-btn-background {
    background: #dbdbbd url("../img/00_bg_pc.png") center bottom no-repeat;
    background-size: auto 100%;
    min-height: 458px;
    /*height: 100%;*/
    width: 100%;
    margin-top: 100px;
    padding: 40px 0 30px; }

  .plan-btn-background-inner {
    max-width: 960px; }

  .plan-btn-name .sub {
    font-size: 30px;
    padding: 5px 45px 3px; }

  .plan-btn-name .sub::before, .plan-btn-name .sub::after {
    width: 38px;
    height: 1px; }

  .plan-btn-name .sub::before {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    left: 0; }

  .plan-btn-name .sub::after {
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    right: 0; }

  .plan-btn-parent-container .plan-btn-container {
    margin-top: 20px;
    margin-bottom: 14px;
    border-top-width: 10px;
    width: 49.5%;
    max-width: 470px;
    height: 253px; }

  .plan-btn-parent-container .plan-btn-container .plan-name img {
    height: 56px;
    margin-top: 8px; }

  .plan-btn-parent-container .plan-btn-container .plan-sub {
    font-size: 14px;
    margin-top: 10px; }

  .link-container .link-item-btn {
    width: 100%;
    max-width: 396px;
    height: 86px;
    font-size: 26px;
    border-bottom-width: 5px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.3);
    padding-top: 5px; }

  .link-container .link-item-btn:hover {
    opacity: 0.7; }

  .plan-btn-parent-container .link-container .link-item-btn {
    margin-top: 15px;
    margin-bottom: 5px; }

  .plan-btn-container .link-item-btn::after {
    width: 26px;
    height: 26px;
    margin-left: 10px; }
  
  /*商品ボタン1つのとき*/
  .plan-btn-parent-container.col1 {
    justify-content: center;
  }
  .plan-btn-parent-container.col1 .plan-btn-container {
    height: 169px;
    max-width: 770px;
    width: 80%;
  }
  .plan-btn-parent-container.col1 .plan-btn-container-inner {
    justify-content: flex-start;
  }
  .plan-btn-parent-container.col1 .-blue .plan-name-wrap {
    width: 40%;
  }
  .plan-btn-parent-container.col1 .-red .plan-name-wrap {
    width: 45%;
  }
  .plan-btn-parent-container.col1 .plan-name{
    text-align: center;
  }
  .plan-btn-parent-container.col1 .-blue .plan-name img {
    height: 63px;
  }
  .plan-btn-parent-container.col1 .plan-sub{
    font-size: 16px;
  }
  .plan-btn-parent-container.col1 .link-container .link-item-btn{
    font-size: 28px;
    margin-top: 7px;
    width: 55%;
  }

  .plan-btn-doc-container {
    margin-top: 10px; }

  .plan-btn-doc-container .plan-btn-doc-container-inner {
    width: 100%;
    justify-content: center; }

  .plan-btn-doc-container .plan-txt span {
    font-size: 21px;
    vertical-align: middle;
    padding: 0 5px; }

  .plan-btn-doc-container .plan-txt::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 44px;
    background: center/contain no-repeat url("../img/00_arrow01.png");
    margin-left: 32px;
    margin-right: 42px;
    vertical-align: middle; }

  .plan-btn-doc-container .link-item-btn {
    width: 268px;
    height: 64px;
    font-size: 22px; }

  .plan-btn-doc-container .link-item-btn::after {
    width: 23px;
    height: 23px; } }
/***** 申込ボタン *****/
.section-plan-btn .plan-btn-name .sub {
  display: inline-block;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  padding: 0.5333333333vw 4.8vw 0; }

.section-plan-btn .note {
  margin-top: 1.3333333333vw; }

.section-plan-btn .plan-btn-parent-container {
  padding-bottom: 0; }

.section-plan-btn .plan-btn-parent-container .plan-btn-container {
  border-top-width: 5px;
  width: 49%;
  margin-top: 0; }

.section-plan-btn .plan-btn-parent-container .plan-name img {
  height: 6.9333333333vw; }

.section-plan-btn .plan-btn-parent-container .plan-sub {
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-top: 0.8vw; }

.plan-btn-container .plan-option {
  line-height: 1;
  margin-top: 0.8vw; }

.plan-btn-container .plan-option img {
  width: auto;
  height: 3.7333333333vw; }

.plan-btn-container .plan-text {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 1.3333333333vw; }

.section-plan-btn .link-item-btn {
  width: 100%;
  height: 10.6666666667vw;
  font-size: 12px;
  font-size: 3.2vw; }

.section-plan-btn .link-item-btn::after {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw; }

@media screen and (max-width: 768px) {
  .section-plan-btn .plan-block {
    padding-top: 8vw; }

  .section-plan-btn .plan-btn-parent-container .plan-name {
    margin-top: 2.6666666667vw; } }
@media screen and (min-width: 769px) {
  .section-plan-btn .plan-block {
    padding-top: 55px; }

  .section-plan-btn .plan-btn-name .sub {
    font-size: 30px;
    padding: 4px 50px 0; }

  .section-plan-btn .plan-btn-parent-container .plan-btn-container {
    height: 340px;
    max-width: 460px;
    border-top-width: 11px;
    margin-top: 25px; }

  .section-plan-btn .note {
    margin-top: 0; }

  .section-plan-btn .plan-btn-parent-container .plan-name img {
    height: 54px; }

  .section-plan-btn .plan-btn-parent-container .plan-sub {
    font-size: 14px;
    margin-top: 5px; }

  .plan-btn-container .plan-option {
    margin-top: 15px; }

  .plan-btn-container .plan-option img {
    height: 30px; }

  .plan-btn-container .plan-text {
    font-size: 18px;
    margin-top: 18px; }

  .section-plan-btn .link-item-btn {
    height: 86px;
    font-size: 26px; }

  .section-plan-btn .link-item-btn::after {
    width: 26px;
    height: 26px;
    margin-left: 13px; } }
/***** ポイント *****/
.section-point .sub {
  color: #171c61;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold; }

.point-container {
  background: top/auto 2px url("../img/line01.png") repeat-x;
  padding: 4.2666666667vw 0; }

.point-container:first-child {
  background: none;
  padding-top: 0; }

.point-block .flex-item-num {
  width: 17%;
  margin-right: 2%; }

.point-block .flex-item-text .sub {
  line-height: 1.3em; }

.point-block .flex-item-text .text,
.point-block .flex-item-text .note {
  margin-top: 2.1333333333vw; }

.point-block .flex-item-text .note.small {
  margin-top: 0; }

.pointGraph-flex-item {
  margin-top: 2.6666666667vw;
  background-color: #FFF;
  padding: 4.8vw 3.2vw; }

.pointGraph-flex-item .text {
  margin-top: 2.6666666667vw;
  margin-bottom: 6.66666vw; }

.pointGraph-flex-item .graphTitle {
  font-size: 4vw;/*15px*/
  font-weight: bold;
  color: #171c61;
}

.pointGraph-flex-item .image {
  width: 100%;
  max-width: 835px; }

.pointGraph-block .note-block {
  margin-top: 1.3333333333vw; }

@media screen and (max-width: 768px) {
  .section-point {
    padding-top: 16vw; }

  .point-block .flex-item-text > .flex-wrap {
    width: 100%;
    justify-content: flex-start; }

  .point-block .flex-item-text .sub {
    width: 81%; } }
@media screen and (min-width: 769px) {
  .section-point {
    padding-top: 180px; }

  .section-point .sub {
    font-size: 28px; }

  .point-container {
    padding: 25px; }

  .point-block .point-flex-container {
    flex-wrap: nowrap;
    justify-content: flex-start; }

  .point-block .flex-item-num {
    width: 111px;
    margin-right: 24px; }

  .point-block .flex-item-text > .flex-wrap {
    display: block; }

  .point-block .flex-item-text .text,
  .point-block .flex-item-text .note {
    margin-top: 8px; }

  .point-block .flex-item-text .text {
    font-size: 18px;
    font-weight: bold; }

  .pointGraph-block .sub {
    font-size: 26px; }

  .pointGraph-flex-item {
    margin-top: 40px;
    padding: 35px 45px;
    width: 100%; }

  .pointGraph-flex-item .text {
    margin-top: 8px;
    margin-bottom: 24px;
    text-align: center; }

  .pointGraph-flex-item .graphTitle {
    font-size: 20px;
    font-weight: bold;
    color: #171c61;
  }

  .pointGraph-flex-item .image {
    width: 98%; }

  .pointGraph-block .note-block {
    margin-top: 8px; } }
/***** 共通タブ *****/
.label-container {
  justify-content: space-between; }

.label-container .switch-button {
  width: 49%;
  cursor: pointer;
  position: relative;
  background-color: #b3b3b3;
  border-right-width: 0.8vw;
  border-right-style: solid;
  border-right-color: #858585;
  padding: 2.6666666667vw 0; }

.label-container .switch-button.tab-on.-blue {
  background-color: #2DA7E0;
  border-right-color: #055971; }

.label-container .switch-button.tab-on.-red {
  background-color: #DA0814;
  border-right-color: #6e001c; }

.label-container .switch-button.tab-on.-yellow {
  background-color: #f2cf23;
  border-right-color: #bea00b; }

.label-container .switch-button.tab-on.-lightblue {
  background-color: #b5dde0;
  border-right-color: #6f9ca0; }

.label-container .switch-button.tab-on::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  position: absolute;
  bottom: -14px;
  left: 12%;
  z-index: 1; }

.label-container .switch-button.tab-on:last-child::after {
  border-width: 15px 15px 0 0;
  left: inherit;
  right: 12%; }

.label-container .switch-button.tab-on.-blue::after {
  border-color: transparent #2DA7E0 transparent transparent; }

.label-container .switch-button.tab-on.-red::after {
  border-color: #DA0814 transparent transparent transparent; }

.label-container .switch-button.tab-on.-yellow::after {
  border-color: transparent #f2cf23 transparent transparent; }

.label-container .switch-button.tab-on.-lightblue:last-child::after {
  border-color: #b5dde0 transparent transparent transparent; }

input.switch-target {
  display: none; }

input.switch-target + .block {
  display: none; }

input.switch-target:checked + .block {
  display: block; }

@media screen and (min-width: 769px) {
  .label-container .switch-button {
    padding: 10px 0 12px;
    border-right-width: 4px;
    transition: opacity 0.2s; }

  .label-container .switch-button:hover {
    opacity: .7; }

  .label-container .switch-button.tab-on::after {
    border-width: 0 22px 22px 0;
    bottom: -21px;
    left: 22%; }

  .label-container .switch-button.tab-on:last-child::after {
    border-width: 22px 22px 0 0;
    left: inherit;
    right: 22%; } }
/***** 商品の特長 *****/
.section-features {
  padding-top: 16vw; }

/*タブ*/
.features-block .label-container .switch-button {
  background-color: #ababab; }

.features-block .label-container .switch-button .label-text {
  color: #FFF;
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-bottom: 0.2666666667vw;
  width: 100%; }

.features-block .label-container .switch-button .label-name img {
  width: auto;
  height: 6.4vw; }

.features-block .label-container .switch-button .plan-sub {
  color: #FFF;
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-top: 0.8vw;
  text-align: center;
  width: 100%; }

/*コンテンツ共通*/
.section-features .plan-box-inner {
  text-align: center; }

.section-features .plan-text {
  font-weight: bold;
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 1.8666666667vw; }

.section-features .plan-box .plan-name img {
  width: auto;
  height: 12vw; }

.section-features .plan-box .plan-sub {
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw; }

.section-features .plan-box .plan-option img {
  margin: 4vw auto 0;
  width: auto;
  height: 5.8666666667vw; }

.section-features .features-container {
  margin-top: 9.0666666667vw; }

.section-features .features-container:first-child {
  margin-top: -4.5333333333vw; }

.section-features .heading-background {
  margin-bottom: 4vw; }

.features-container .color-box {
  background: #FFF;
  padding: 4.8vw 1.3333333333vw;
  margin-top: 8vw; }

.features-container.features-03 .color-box.label {
  padding: 3.4666666667vw 4.8vw 6.6666666667vw; }

.features-container .color-box.label {
  position: relative; }

.features-container .color-box.label::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 16.5333333333vw solid transparent;
  border-left: 16.5333333333vw solid;
  position: absolute;
  z-index: 1; }

.features-container .color-box.label::after {
  content: "さらに!";
  display: block;
  top: 3.7333333333vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  left: 0.5333333333vw;
  position: absolute;
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: -.08em; }

.features-container .color-box.label h4 {
  font-size: 17px;
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: center;
  margin: 0; }

.features-container .color-box.label .features-03-list-item {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 2.6666666667vw; }

.features-container .color-box.label .features-03-list-item .num-box {
  padding: 0.5333333333vw 2.1333333333vw 1.6vw;
  margin-right: 2.6666666667vw;
  line-height: 1; }

.features-container .color-box.label .features-03-list-item .num-box img {
  width: auto;
  height: 2.6666666667vw; }

.features-container .color-box.label .features-03-list-item .flex-item-text-read {
  font-weight: bold;
  text-align: left; }

.section-features .features-plan {
  padding-top: 16vw; }

.section-features .features-plan-01.table-container {
  overflow: hidden;
  /*IE用*/ }

.section-features .features-plan-01 table {
  border-collapse: collapse;
  width: 100%; }

.section-features .features-plan-01 thead th {
  color: #FFF; }

.section-features .features-plan-01 thead th span {
  font-size: small; }

.section-features .features-plan-01 tbody tr th,
.section-features .features-plan-01 tbody tr td {
  border-right: 0.8vw solid #FFF;
  padding: 2.6666666667vw 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.3; }

.section-features .features-plan-01 tbody tr th::after,
.section-features .features-plan-01 tbody tr td::after {
  content: "";
  display: block;
  position: absolute;
  width: 97%;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: bottom/auto 1px url(../img/line01.png) repeat-x;
  pointer-events: none; }

.section-features .features-plan-01 tbody tr.border-none th::after,
.section-features .features-plan-01 tbody tr.border-none td::after,
.section-features .features-plan-01 tbody tr:last-child th::after,
.section-features .features-plan-01 tbody tr:last-child td::after {
  background: none; }

.section-features .features-plan-01 tbody tr th {
  font-size: 12px;
  font-size: 3.2vw;
  width: 30%; }

.section-features .features-plan-01 tbody tr th span {
  font-size: xx-small;
  font-weight: normal; }

.section-features .features-plan-01 tbody tr td {
  font-size: 10px;
  font-size: 2.6666666667vw; }

.section-features .features-plan-01 tbody tr td:last-child {
  border-right: none; }

.section-features .features-plan-01 tbody tr td .sub {
  font-size: 1.4em;
  padding: 0 0.5333333333vw; }

.section-features .features-plan-01 tbody tr td .sub.small {
  font-size: 1.3em; }

.section-features .features-plan-01 .table-heading {
  background: #3e3a3a;
  border: none;
  color: #FFF;
  padding: 1.0666666667vw 0;
  line-height: 1;
  letter-spacing: .2em; }

.section-features .features-plan .icon-image img {
  width: auto;
  height: 4.8vw; }

.section-features .features-plan-02 {
  padding-top: 10.6666666667vw;
  background: linear-gradient(180deg, #ebebe4 0%, #ebebe4 50%, #FFFFFF 50%, #FFFFFF 100%); }

.section-features .features-plan-02 .label {
  text-align: center;
  position: relative;
  top: -2.6666666667vw; }

.section-features .features-plan-02 .label p {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  width: 53.3333333333vw; }

.section-features .features-plan-02 .label p::before {
  content: "";
  border: solid transparent;
  border-width: 6px 5px 0 5px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-features .features-plan-02 .color-box-container {
  margin: 0 auto;
  width: 82vw; }

.section-features .features-plan-02 .color-box-container h3 {
  font-size: 20px;
  font-size: 5.3333333333vw; }

.section-features .features-plan-voice {
  background: #FFF;
  padding-bottom: 26.6666666667vw; }

.section-features .features-plan-voice .voice-container {
  background-color: #ebebe4; }

.section-features .features-plan-voice .flex-item-sub {
  padding: 5px 0; }

.section-features .features-plan-voice .flex-item-sub .sub {
  color: #FFF;
  font-weight: bold; }

.section-features .features-plan-voice .flex-item-sub .sub::before {
  content: "";
  display: inline-block;
  width: 4.8vw;
  height: 4.2666666667vw;
  background: url("../img/04_icon01.png") center center no-repeat;
  background-size: contain;
  margin-right: 7px;
  vertical-align: text-top; }

.section-features .features-plan-voice .flex-item-txt {
  width: 92%; }

.section-features .features-plan-voice .flex-item-txt .sub {
  font-weight: bold;
  margin-bottom: 1.3333333333vw; }

.section-features .features-plan-voice .flex-item-thum-inner {
  flex-wrap: nowrap;
  width: 53.3333333333vw;
  min-width: 195px;
  justify-content: flex-end; }

.section-features .features-plan-voice .flex-item-thum .flex-item-image {
  width: 60%;
  height: 100%; }

.section-features .features-plan-voice .flex-item-thum .flex-item-txt {
  width: 52%;
  padding: 1.3333333333vw 0.5333333333vw 1.3333333333vw 1.3333333333vw;
  margin: 0;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: left;
  line-height: 1.2;
  background-color: #FFF;
  list-style: none; }

.section-features .features-plan-voice .flex-item-thum .flex-item-txt li {
  text-indent: -3em;
  padding-left: 3em; }

/*うちの子*/
.uchinoko-box .plan-box {
  background: #FFF url("../img/03_bg01_sp.jpg") center center no-repeat;
  background-size: cover; }

.uchinoko-box .plan-box-inner {
  width: 57.3333333333vw; }

.uchinoko-box .heading-background {
  background-color: #74abd9; }

.uchinoko-box .features-01 .features-image-box {
  margin: 4vw auto 0; }

.uchinoko-box .features-01 .features-image-box:nth-child(1) {
  width: 76vw; }

.uchinoko-box .features-01 .features-image-box:nth-child(2) {
  width: 85vw; }

.uchinoko-box .features-01 .features-vh-item {
  flex-wrap: nowrap; }

.uchinoko-box .features-01 .features-vh-item .flex-item-sub {
  color: #171c61;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em; }

.uchinoko-box .features-01 .features-vh-item .flex-item-arrow {
  margin: 0 4.8vw;
  width: 5%; }

.uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub {
  position: relative;
  border: 1px solid #171c61;
  margin-right: 4.5333333333vw; }

.uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::before,
.uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::after {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 100%;
  top: 57%; }

.uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::before {
  border-width: 12px 11px 0 0;
  margin-top: -11px;
  margin-left: 1px;
  border-color: #171b60 transparent transparent transparent; }

.uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::after {
  border-width: 11px 10px 0 0;
  margin-top: -10px;
  border-color: #FFFFFF transparent transparent transparent; }

.uchinoko-box .features-02-item .heading-slash div {
  color: #171c61;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.2; }

.uchinoko-box .features-02-item-list {
  list-style: none;
  justify-content: center;
  margin-bottom: 2.6666666667vw; }

.uchinoko-box .features-02-item-list li {
  background: #FFF;
  color: #192980;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  padding: 0.8vw 1.8666666667vw;
  margin: 0.8vw; }

.uchinoko-box .features-02-item-list li sup {
  top: 0; }

.uchinoko-box .features-03 .color-box.label::before {
  border-left-color: #2DA5DE; }

.uchinoko-box .features-03 .color-box.label h4 {
  color: #2DA5DE; }

.uchinoko-box .features-03 .color-box.label .features-03-list-item .num-box {
  background: #2DA5DE; }

.uchinoko-box .features-plan-01 thead th:nth-of-type(2) {
  background-color: #171b60;
  border-right: 0.8vw solid #ebebe4;
  border-left: 0.8vw solid #ebebe4; }

.uchinoko-box .features-plan-01 thead th:nth-of-type(3) {
  background-color: #0090d5;
  border-right: 0.8vw solid #ebebe4;
  border-left: 0.8vw solid #ebebe4; }

.uchinoko-box .features-plan-01 thead th:nth-of-type(4) {
  background-color: #54C3F1; }

.uchinoko-box .features-plan-01 tbody tr td:nth-of-type(1) span {
  color: #171b60; }

.uchinoko-box .features-plan-01 tbody tr td:nth-of-type(2) span {
  color: #0090d5; }

.uchinoko-box .features-plan-01 tbody tr td:nth-of-type(3) span {
  color: #54C3F1; }

.uchinoko-box .features-plan-02 .color-box {
  background: #d7e2ec; }

.uchinoko-box .features-plan-02 .label p {
  background: #2DA5DE; }

.uchinoko-box .features-plan-02 .label p::before {
  border-color: #2DA5DE transparent transparent transparent; }

.uchinoko-box .features-plan-02 .color-box-container h3 {
  color: #2DA5DE;
  letter-spacing: .1em;
  padding-bottom: 2.6666666667vw; }

.uchinoko-box .features-plan-02 .per-container {
  background: #FFF; }

.uchinoko-box .features-plan-02 .per-container .flex-wrap {
  flex-wrap: nowrap;
  justify-content: space-between; }

.uchinoko-box .features-plan-02 .per-container .read {
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center; }

.uchinoko-box .features-plan-02 .per-container .read span {
  font-size: 1.2em;
  color: #EA5550; }

.uchinoko-box .features-plan-02 .per-container .flex-item-arrow {
  width: 4vw; }

.uchinoko-box .features-plan-02 .per-container .flex-item-image {
  width: 30.6666666667vw; }

.uchinoko-box .features-plan-02 .color-box-container .note {
  margin-top: 7px; }

.uchinoko-box .features-plan-02 .pay-container {
  margin-top: 8vw; }

.uchinoko-box .features-plan-02 .pay-container .heading-slash span {
  color: #2DA5DE;
  font-size: 14px;
  font-size: 3.7333333333vw;
  padding: 0;
  position: relative; }

.uchinoko-box .features-plan-02 .pay-container .heading-slash span::before,
.uchinoko-box .features-plan-02 .pay-container .heading-slash span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8.5333333333vw;
  height: 0.2666666667vw;
  background-color: #2DA7E0; }

.uchinoko-box .features-plan-02 .pay-container .heading-slash span::before {
  -webkit-transform: rotate(68deg);
  transform: rotate(68deg);
  left: -4.8vw; }

.uchinoko-box .features-plan-02 .pay-container .heading-slash span::after {
  -webkit-transform: rotate(-68deg);
  transform: rotate(-68deg);
  right: -4.8vw; }

.uchinoko-box .features-plan-02 .pay-container .flex-item-image {
  width: 52%;
  max-width: 266px; }

.uchinoko-box .features-plan-voice .flex-item-sub {
  background-color: #2DA7E0; }

.uchinoko-box .features-plan-voice .flex-item-txt .sub {
  color: #2DA5DE; }

.uchinoko-box .features-plan-voice .flex-item-thum-inner {
  background: #FFF url("../img/04_img02.png") left bottom no-repeat;
  background-size: contain; }

/*うちの子ライト*/
.uchinoko-light-box .plan-box {
  background: #FFF url("../img/03_bg02_sp.jpg") center center no-repeat;
  background-size: cover; }

.uchinoko-light-box .plan-box-inner {
  width: 66.6666666667vw; }

.uchinoko-light-box .plan-box .plan-name img {
  width: auto;
  height: 10.6666666667vw; }

.uchinoko-light-box .heading-background {
  background-color: #ec6439; }

.uchinoko-light-box .features-01 .flex-item-image {
  width: 67%; }

.uchinoko-light-box .features-03 .color-box.label::before {
  border-left-color: #DA0814; }

.uchinoko-light-box .features-03 .color-box.label h4 {
  color: #DA0814; }

.uchinoko-light-box .features-03 .color-box.label .features-03-list-item .num-box {
  background: #DA0814; }

.uchinoko-light-box .features-03 .note {
  font-weight: normal; }

.uchinoko-light-box .features-03 .features-03-image {
  margin-top: 5.3333333333vw;
  width: 90%; }

.uchinoko-light-box .features-plan-01 tbody tr td:nth-of-type(1) span {
  color: #DA0814; }

.uchinoko-light-box .features-plan-02 .color-box {
  background: #EED3C7; }

.uchinoko-light-box .features-plan-02 .color-box-container {
  padding-bottom: 4vw; }

.uchinoko-light-box .features-plan-02 .label p {
  background: #DA0814; }

.uchinoko-light-box .features-plan-02 .label p::before {
  border-color: #DA0814 transparent transparent transparent; }

.uchinoko-light-box .features-plan-02 .color-box-container h3 {
  color: #DA0814; }
.uchinoko-light-box .features-plan-02 .color-box-container .image{
  position: relative; }
.uchinoko-light-box .features-plan-02 .color-box-container .image02 {
  position: absolute;
  left: 49%;
  top: 13%;
  transform: translateX(-50%);
  width: 68.5%;
  max-width: 523px; }

.uchinoko-light-box .features-plan-voice .flex-item-sub {
  background-color: #ec6439; }

.uchinoko-light-box .features-plan-voice .flex-item-txt .sub {
  color: #ec6439; }

.uchinoko-light-box .features-plan-voice .flex-item-thum-inner {
  background: #FFF url("../img/04_img03.png") left bottom no-repeat;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .features-block .label-container .switch-button {
    padding: 2.6666666667vw 0; }

  .features-block .label-container .switch-button.tab-on::after {
    left: 18%; }

  .features-block .label-container .switch-button.tab-on:last-child::after {
    left: inherit;
    right: 18%; }

  .section-features .plan-box-inner {
    padding: 6.6666666667vw 0 10.6666666667vw; }

  .section-features .features-plan-01 tbody tr td {
    letter-spacing: -.05em; }

  .section-features .features-plan-01 tbody tr td.span-none {
    font-size: 12px;
    font-size: 3.2vw; }

  .section-features .features-plan-01 tbody tr td .note {
    text-align: left;
    padding: 2px 6px 0; }

  .section-features .features-plan-02 {
    padding-bottom: 9.3333333333vw;
    overflow: hidden; }

  .features-container .color-box.label h4 {
    margin-left: 3.4666666667vw; }

  .section-features .features-plan-voice .flex-item-txt {
    margin: 4vw auto 0; }

  .section-features .features-plan-voice .flex-item-txt .sub {
    text-align: center; }

  .section-features .features-plan-voice .flex-item-thum {
    padding-top: 4vw;
    padding-bottom: 4vw; }

  .section-features .features-plan-voice .flex-item-thum-inner {
    margin: 0 auto; }

  .section-features + .plan-btn-background {
    margin-top: 0; }

  .uchinoko-box .features-01 .features-vh-item .flex-item-text {
    font-size: 10px;
    font-size: 2.6666666667vw; }

  .uchinoko-box .features-01 .features-vh-item .flex-item-text .bold {
    font-size: 13px;
    font-size: 3.4666666667vw; }

  .uchinoko-box .features-01 .features-vh-item.sticker {
    margin-top: 3.2vw; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub {
    padding: 1.8666666667vw 1.8666666667vw;
    font-size: 11px;
    font-size: 2.9333333333vw; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-image {
    width: 22%; }

  .uchinoko-box .features-plan-02 .per-container {
    padding: 4vw 2.6666666667vw; }

  .uchinoko-box .features-plan-02 .pay-container .flex-item-image {
    margin-top: 1.3333333333vw; }

  .uchinoko-light-box .features-01 .flex-item-image {
    margin: 8px auto -14px; }

  .uchinoko-light-box .features-03 .note {
    margin-top: 1.6vw; }

  .uchinoko-light-box .features-plan-02 .image {
    margin: 0 -9.3333333333vw; } }
@media screen and (min-width: 769px) {
  .section-features {
    padding-top: 180px; }

  .features-block .label-container .switch-button .label-text {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px; }

  .features-block .label-container .switch-button .label-name img {
    height: 60px; }

  .features-block .label-container .switch-button .plan-sub {
    font-size: 14px;
    margin-top: 7px; }

  .section-features .plan-box {
    height: 400px; }

  .section-features .plan-box-container {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start; }

  .section-features .plan-box-inner {
    margin-bottom: 40px; }

  .section-features .plan-text {
    font-size: 26px;
    margin-bottom: 15px; }

  .section-features .plan-box .plan-name img {
    height: 90px; }

  .section-features .plan-box .plan-sub {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px; }

  .section-features .plan-box .plan-option img {
    margin: 34px auto 0;
    height: 41px; }

  .section-features .features-container {
    margin-top: 85px; }

  .section-features .features-container:first-child {
    margin-top: -30px; }

  .section-features .heading-background {
    margin-bottom: 32px; }

  .features-container.features-03 .color-box.label {
    padding: 34px 32px 50px;
    margin-top: 80px; }

  .features-container .color-box.label::before {
    border-bottom: 88px solid transparent;
    border-left: 88px solid; }

  .features-container .color-box.label::after {
    top: 19px;
    left: 2px;
    font-size: 18px; }

  .features-container .color-box.label h4 {
    font-size: 26px;
    margin-left: 0;
    margin-bottom: 6px; }

  .features-container .color-box.label .color-box-container {
    text-align: center; }

  .features-container .color-box.label .features-03-list {
    display: inline-block;
    max-width: 740px; }

  .features-container .color-box.label .features-03-list-item {
    margin-top: 15px;
    align-items: flex-start; }

  .features-container .color-box.label .features-03-list-item .num-box {
    padding: 4px 8px 7px;
    margin-right: 20px; }

  .features-container .color-box.label .features-03-list-item .num-box img {
    height: 13px; }

  .features-container .color-box.label .features-03-list-item .flex-item-text-read {
    font-size: 18px; }

  .section-features .features-plan {
    padding-top: 180px; }

  .section-features .features-plan .sp-cover {
    width: 854px; }

  .section-features .features-plan-01 thead th {
    font-size: 24px; }

  .section-features .features-plan-01 thead th span {
    font-size: 20px; }

  .section-features .features-plan-01 tbody tr th,
  .section-features .features-plan-01 tbody tr td {
    border-right: 7px solid #FFF;
    padding: 14px 0; }

  .section-features .features-plan-01 tbody tr th::after,
  .section-features .features-plan-01 tbody tr td::after {
    width: calc(100% - 12px);
    background: bottom/auto 2px url(../img/line01.png) repeat-x; }

  .section-features .features-plan-01 tbody tr.border-none th::after,
  .section-features .features-plan-01 tbody tr.border-none td::after,
  .section-features .features-plan-01 tbody tr:last-child th::after,
  .section-features .features-plan-01 tbody tr:last-child td::after {
    background: none; }

  .section-features .features-plan-01 tbody tr th {
    font-size: 18px;
    width: 20%; }

  .section-features .features-plan-01 tbody tr th span {
    font-size: 14px; }

  .section-features .features-plan-01 tbody tr td {
    font-size: 16px; }

  .section-features .features-plan-01 tbody tr td .sub {
    font-size: 24px;
    padding: 0 2px; }

  .section-features .features-plan-01 tbody tr td .sub.small {
    font-size: 20px; }

  .section-features .features-plan-01 .table-heading {
    padding: 8px 0;
    font-size: 20px; }

  .section-features .features-plan .icon-image img {
    height: 32px; }

  .section-features .features-plan-02 {
    padding-top: 70px; }

  .section-features .features-plan-02 .label {
    top: -17px; }

  .section-features .features-plan-02 .label p {
    font-size: 22px; }

  .section-features .features-plan-02 .label p::before {
    border-width: 11px 9px 0 9px;
    bottom: -10px; }

  .section-features .features-plan-02 .color-box-container {
    width: 810px; }

  .section-features .features-plan-02 .color-box-container h3 {
    font-size: 38px;
    letter-spacing: .1em; }

  .section-features .features-plan-voice {
    padding-top: 42px;
    padding-bottom: 100px; }

  .section-features + .plan-btn-background {
    margin-top: 0; }

  .section-features .features-plan-voice .voice-container {
    flex-wrap: nowrap; }

  .section-features .features-plan-voice .flex-item-sub {
    width: 106px;
    height: 167px;
    flex-shrink: 0; }

  .section-features .features-plan-voice .flex-item-sub .sub {
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.3; }

  .section-features .features-plan-voice .flex-item-sub .sub::before {
    display: block;
    width: 37px;
    height: 36px;
    margin: 0 auto 8px; }

  .section-features .features-plan-voice .flex-item-txt {
    width: calc(100% - 106px);
    margin-left: 25px; }

  .section-features .features-plan-voice .flex-item-txt .sub {
    margin-bottom: 8px;
    font-size: 20px; }

  .section-features .features-plan-voice .flex-item-thum-inner {
    width: 284px;
    min-height: 107px;
    margin: 0 25px; }

  .section-features .features-plan-voice .flex-item-thum .flex-item-image {
    width: 154px;
    height: 100%; }

  .section-features .features-plan-voice .flex-item-thum .flex-item-txt {
    width: calc(100% - 154px);
    padding: 7px 3px 7px 5px;
    font-size: 13px;
    line-height: 1.3em; }

  .uchinoko-box .plan-box {
    background: #FFF url("../img/03_bg01_pc.jpg") center center no-repeat;
    background-size: auto 100%; }

  .uchinoko-box .plan-box-inner {
    width: 470px; }

  .uchinoko-box .features-01 .features-image-box {
    margin-top: 20px; }

  .uchinoko-box .features-01 .features-image-box:nth-child(1) {
    width: 42%;
    max-width: 372px; }

  .uchinoko-box .features-01 .features-image-box:nth-child(2) {
    width: 50%;
    max-width: 457px; }

  .uchinoko-box .features-01 .color-box {
    margin-top: 20px;
    padding: 34px 32px; }

  .uchinoko-box .features-01 .features-vh-item .flex-item-sub {
    font-size: 18px; }

  .uchinoko-box .features-01 .features-vh-item .flex-item-arrow {
    margin: 0 32px;
    width: 24px; }

  .uchinoko-box .features-01 .features-vh-item .flex-item-text .bold {
    font-size: 19px; }

  .uchinoko-box .features-01 .features-vh-item.sticker {
    width: 365px; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub {
    font-size: 16px;
    width: 234px;
    height: 77px;
    margin-right: 26px;
    border: 2px solid #171c61; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-image img {
    width: auto;
    height: 77px; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::before {
    border-width: 17px 19px 0 0;
    margin-top: -16px; }

  .uchinoko-box .features-01 .features-vh-item.sticker .flex-item-sub::after {
    border-width: 13px 15px 0 0;
    margin-top: -14px; }

  .uchinoko-box .features-02-item .heading-slash div {
    font-size: 19px; }

  .uchinoko-box .features-02-item-list {
    margin: 18px -10px 40px;
    justify-content: space-around; }

  .uchinoko-box .features-02-item-list li {
    font-size: 18px;
    padding: 4px 13px 2px;
    margin: 0;
    letter-spacing: .08em; }

  .uchinoko-box .features-plan-01 thead th:nth-of-type(1) {
    border-right: 7px solid #ebebe4; }

  .uchinoko-box .features-plan-01 thead th:nth-of-type(2) {
    border-right: 7px solid #ebebe4; }

  .uchinoko-box .features-plan-01 tbody tr td {
    font-size: 13px; }

  .uchinoko-box .features-plan-02 .label p {
    width: 350px; }

  .uchinoko-box .features-plan-02 .color-box-container {
    width: 658px; }

  .uchinoko-box .features-plan-02 .per-container {
    height: 195px; }

  .uchinoko-box .features-plan-02 .per-container .flex-wrap {
    width: 90%;
    margin: 0 auto; }

  .uchinoko-box .features-plan-02 .per-container .read {
    font-size: 23px; }

  .uchinoko-box .features-plan-02 .per-container .read span {
    font-size: 30px; }

  .uchinoko-box .features-plan-02 .per-container .flex-item-arrow {
    width: 30px; }

  .uchinoko-box .features-plan-02 .per-container .flex-item-image {
    width: 220px;
    margin-top: -15px; }

  .uchinoko-box .features-plan-02 .color-box-container h3 {
    padding-bottom: 20px; }

  .uchinoko-box .features-plan-02 .color-box-container .note {
    margin-top: 7px; }

  .uchinoko-box .features-plan-02 .pay-container {
    margin-top: 30px; }

  .uchinoko-box .features-plan-02 .pay-container .heading-slash span {
    font-size: 21px;
    padding: 6px 0 3px;
    display: block; }

  .uchinoko-box .features-plan-02 .pay-container .heading-slash span::before,
  .uchinoko-box .features-plan-02 .pay-container .heading-slash span::after {
    width: 32px;
    height: 2px; }

  .uchinoko-box .features-plan-02 .pay-container .heading-slash span::before {
    left: 0; }

  .uchinoko-box .features-plan-02 .pay-container .heading-slash span::after {
    right: 0; }

  .uchinoko-box .features-plan-02 .pay-container .flex-item-txt {
    width: calc(100% - 280px); }

  .uchinoko-box .features-plan-02 .pay-container .flex-item-image {
    margin-right: 14px;
    width: 266px; }

  .uchinoko-box .features-plan-02 .pay-containe-txt {
    width: calc(100% - 280px); }

  .uchinoko-box .features-plan-02 .pay-containe-image {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    margin-top: 10px; }

  .uchinoko-light-box .plan-box {
    background: #FFF url("../img/03_bg02_pc.jpg") center center no-repeat;
    background-size: auto 100%; }

  .uchinoko-light-box .plan-box-inner {
    width: 470px; }

  .uchinoko-light-box .plan-box .plan-name img {
    height: 78px; }

  .uchinoko-light-box .features-01 .variable-flex-container {
    align-items: flex-start; }

  .uchinoko-light-box .features-01 .flex-item-image {
    width: 290px;
    margin-top: -25px;
    margin-right: 36px; }

  .uchinoko-light-box .features-01 .note-block {
    margin-top: 10px; }

  .uchinoko-light-box .features-02 {
    margin-top: 5px; }

  .uchinoko-light-box .features-03 .features-03-image {
    margin-top: 42px;
    width: 87%; }

  .uchinoko-light-box .features-03 .note {
    margin-top: 5px; }

  .uchinoko-light-box .features-plan-01 tbody tr th {
    width: 29%; }

  .uchinoko-light-box .features-plan-01 tbody tr th,
  .uchinoko-light-box .features-plan-01 tbody tr td {
    padding: 18px 0; }

  .uchinoko-light-box .features-plan-02 .color-box-container {
    width: 810px;
    padding-bottom: 20px; }

  .uchinoko-light-box .features-plan-02 .label p {
    background: #DA0814;
    width: 303px; }

  .uchinoko-light-box .features-plan-02 .color-box-container .image {
    margin: 0 -16px; }

  .uchinoko-light-box .features-plan-02 .color-box-container .image02 {
    top: 15%; }

  .uchinoko-light-box .features-plan-02 .note {
    margin: 5px auto 0;
    max-width: 650px; }

  .uchinoko-light-box .features-plan-voice .flex-item-sub {
    height: 200px; }

  .uchinoko-light-box .features-plan-voice .flex-item-thum-inner {
    min-height: 123px; } }
/* 共通アコーディオン */
.accordion-container input {
  display: none; }

@media screen and (max-width: 768px) {
  .accordion-container {
    position: relative; }

  .accordion-label {
    position: relative; }

  .accordion-label::after {
    content: "";
    display: block;
    background: center/cover no-repeat url("../img/05_arrow02.png");
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    position: absolute;
    right: 2.6666666667vw;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .accordion-trigger:checked + .accordion-label::after {
    background: center/cover no-repeat url("../img/05_arrow03.png"); }

  .accordion-hide-container {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden; }

  .accordion-trigger:checked + .accordion-label + .accordion-hide-container {
    height: auto;
    opacity: 1;
    visibility: visible; } }

/***** 年齢別の加入可能な商品・プラン一覧 *****/
.section-productlist {
  padding-top: 16vw; }
.section-productlist .flex-item-txt{
  font-size:21px;
}
@media screen and (max-width: 768px) {
  .section-productlist .heading-bracket{
    font-size: 5.0vw;
  }
}
@media screen and (min-width: 769px) {
  .section-productlist {
    padding-top: 180px; }
  }
/***** お得な割引 *****/
.section-system {
  padding-top: 16vw; }

.section-system .accordion-container {
  margin-bottom: 4vw; }

.section-system .accordion-container:last-child {
  margin-bottom: 0; }

.section-system .accordion-label {
  line-height: 1.5; }

.section-system .accordion-label span {
  font-size: small;
  font-weight: 500; }

.section-system .color-box {
  background: #FFF;
  width: 90%;
  margin: 0 auto; }

.section-system .color-box-title {
  background: #595757;
  color: #FFF;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center; }

.section-system .color-box-container {
  padding: 1.3333333333vw 0.8vw;
  flex-wrap: nowrap; }

.section-system .color-box-container p {
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center;
  width: 50%;
  padding: 0.5333333333vw 0; }

.section-system .color-box-container p:first-child {
  border-right: 1px dotted #b4b4b4; }

.section-system .color-box-container p span {
  color: #EA5550;
  font-size: 1.3em; }

.system-01 .text {
  margin-top: 4vw; }

.system-01 .note-block {
  margin-top: 2.6666666667vw; }

.system-02 .flex-item-image img {
  width: auto;
  height: 10.6666666667vw; }

.system-02 .flex-item-check {
  list-style: none;
  display: inline-block; }

.system-02 .flex-item-check li {
  padding: 0.8vw 0 0.8vw 8vw;
  background: url("../img/05_icon01.png") left 0px top 0 no-repeat;
  background-size: 6.1333333333vw auto;
  text-align: left;
  font-weight: bold;
  min-height: 7.4666666667vw; }

.system-02 .flex-item-arrow {
  margin: 2.1333333333vw 0 4vw;
  pointer-events: none; }

.system-02 .flex-item-arrow img {
  width: auto;
  height: 3.7333333333vw; }

.system-02 .flex-item-txt {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold; }

.system-02 .flex-item-txt .sub {
  color: #EA5550;
  font-size: 1.1em; }

.system-02 .text {
  margin-top: 6.6666666667vw; }

.system-02 .color-box {
  margin-top: 5.3333333333vw; }

.system-02 .sub.-blue {
  text-align: center;
  color: #171c61;
  font-weight: bold;
  font-size: .9em;
  margin-top: 1.3333333333vw; }

.system-02 .note-block {
  margin-top: 4vw; }

@media screen and (max-width: 768px) {
  .section-system .accordion-label {
    font-size: 1em;
    padding: 0.2666666667vw 1.3333333333vw 1.3333333333vw; }

  .section-system .accordion-trigger:checked + .accordion-label::after {
    background: center/cover no-repeat url("../img/05_arrow03.png"); }

  .section-system .accordion-trigger:checked + .accordion-label + .accordion-hide-container {
    padding: 4vw 0; }

  .section-system .color-box-container p span {
    margin-left: 0.8vw; }

  .system-02 .flex-item-check {
    margin-top: 1.3333333333vw; }

  .system-02 .flex-item-txt p {
    display: inline-block; } }
@media screen and (min-width: 769px) {
  .section-system {
    padding-top: 180px; }

  .section-system .accordion-container {
    margin-bottom: 60px; }

  .section-system .accordion-container:last-child {
    margin-bottom: 0; }

  .section-system .accordion-label {
    margin-bottom: 35px;
    line-height: 1.3;
    padding-bottom: 14px; }

  .section-system .accordion-label span {
    font-size: 22px; }

  .section-system .color-box {
    width: 700px; }

  .section-system .color-box-title {
    font-size: 20px; }

  .section-system .color-box-container {
    padding: 10px; }

  .section-system .color-box-container p {
    font-size: 22px;
    padding: 8px 0 3px; }

  .section-system .color-box-container p:first-child {
    border-right: 2px dotted #b4b4b4; }

  .section-system .color-box-container p span {
    margin-left: 5px; }

  .system-01 .text {
    margin-top: 30px; }

  .system-01 .note-block {
    margin-top: 18px; }

  .system-02 .flex-item-image img {
    height: 43px;
    margin: 0 10px 12px 0; }

  .system-02 .flex-item-check li {
    padding: 5px 0 5px 48px;
    background: url("../img/05_icon01.png") left 0px top 3px no-repeat;
    background-size: 34px auto;
    font-size: 20px;
    min-height: 34px; }

  .system-02 .flex-item-arrow {
    margin: 0 30px; }

  .system-02 .flex-item-arrow img {
    height: 67px; }

  .system-02 .flex-item-txt {
    font-size: 24px; }

  .system-02 .flex-item-txt .sub {
    font-size: 32px; }

  .system-02 .text {
    margin-top: 40px; }

  .system-02 .color-box {
    margin-top: 35px; }

  .system-02 .sub.-blue {
    font-size: 20px;
    margin-top: 12px; }

  .system-02 .note-block {
    margin-top: 22px; } }
/***** 流れ *****/
.section-flow {
  padding-top: 16vw; }

.section-flow .heading-background {
  margin-bottom: 5.3333333333vw; }

.section-flow .flow-container {
  padding-bottom: 10.6666666667vw; }

.section-flow .flow-container:last-of-type {
  padding-bottom: 0; }

.section-flow .flow-01 .heading-slash {
  color: #171c61;
  margin-bottom: 4vw; }

.section-flow .flow-01-step {
  background: #FFF;
  padding: 0 2.6666666667vw; }

.section-flow .flow-01-content::after {
  content: "";
  display: block;
  height: 4vw;
  background: url("../img/06_arrow01_sp.png") center center no-repeat;
  background-size: contain; }

.section-flow .flow-01-content:last-child::after {
  content: none; }

.section-flow .flow-01-content .flex-item-num img {
  width: auto;
  height: 6.4vw; }

.section-flow .flow-01-content .flex-item-image img {
  width: auto;
  height: 14.6666666667vw; }

.section-flow .flow-01-content.step01 .flex-item-image img {
  width: auto;
  height: 5.8666666667vw; }

.section-flow .flow-01-content .flex-item-text {
  color: #171c61;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: bold; }

.section-flow .flow-01-content:last-child .flex-item-text {
  font-size: 18px;
  font-size: 4.8vw; }

.section-flow .flow-02-tab {
  margin-bottom: 4.8vw; }

.section-flow .flow-02-tab .switch-button {
  font-weight: bold;
  line-height: 1.3em;
  padding: 1.3333333333vw 0; }

.section-flow .flow-02 .card-box .image {
  margin-left: -1.3333333333vw; }

.section-flow .flow-02 .note-block {
  margin-top: 2.6666666667vw; }

@media screen and (max-width: 768px) {
  .section-flow .flow-01-content {
    margin-top: 3.7333333333vw; }

  .section-flow .flow-01-content::after {
    margin-top: 3.7333333333vw; }

  .section-flow .flow-01-step {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start; }

  .section-flow .flow-01-content .flex-item-num {
    margin: 0 4vw; }

  .section-flow .flow-01-content .flex-item-image {
    margin: 1.3333333333vw 0; }

  .section-flow .flow-01-content .flex-item-image img {
    margin: 1.0666666667vw 5.3333333333vw; }

  .section-flow .flow-01-content.step01 .flex-item-image img {
    margin-left: 2.6666666667vw; } }
@media screen and (min-width: 769px) {
  .section-flow {
    padding-top: 180px; }

  .section-flow .heading-background {
    margin-bottom: 35px; }

  .section-flow .flow-container {
    padding-bottom: 80px; }

  .section-flow .flow-container:last-of-type {
    padding-bottom: 40px; }

  .section-flow .flow-01 .heading-slash {
    margin-bottom: 25px; }

  .section-flow .flow-01-contents {
    align-items: stretch; }

  .section-flow .flow-01-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center; }

  .section-flow .flow-01-step {
    padding: 14px 0;
    width: 214px;
    height: 100%; }

  .section-flow .flow-01-content::after {
    width: 16px;
    height: 36px;
    background: url("../img/06_arrow01_pc.png") center center no-repeat;
    background-size: contain;
    margin-left: 26px; }

  .section-flow .flow-01-content .flex-item-num img {
    height: 43px; }

  .section-flow .flow-01-content .flex-item-image {
    margin-top: 16px;
    height: 100px; }

  .section-flow .flow-01-content .flex-item-image img {
    height: 82px; }

  .section-flow .flow-01-content .flex-item-text {
    font-size: 15px;
    text-align: center;
    line-height: 1.5; }

  .section-flow .flow-01-content:last-child .flex-item-text {
    font-size: 28px;
    text-align: center; }

  .section-flow .flow-01-content.step01 .flex-item-image {
    margin-top: 20px; }

  .section-flow .flow-01-content.step01 .flex-item-image .image-cover {
    margin-bottom: 13px; }

  .section-flow .flow-01-content.step01 .flex-item-image img {
    height: 31px; }

  .section-flow .flow-01-content.step01 .flex-item-text,
  .section-flow .flow-01-content.step03 .flex-item-text {
    margin-top: .5em; }

  .section-flow .flow-02-tab {
    margin-bottom: 30px; }

  .section-flow .flow-02-tab .switch-button {
    padding: 16px 0;
    font-size: 28px; }

  .section-flow .flow-02-tab .switch-button sup {
    top: -.5em; }

  .section-flow .flow-02 .note-block {
    margin-top: 24px; }

  .section-flow .flow-02 .card-box .image {
    margin-left: -20px; } }
/***** よくある質問 *****/
.section-question {
  padding-top: 16vw; }

.section-question .question-box,
.section-question .answer-box {
  justify-content: flex-start;
  background-position: left 1.5% top 1.0666666667vw;
  background-repeat: no-repeat;
  background-size: 5.3333333333vw auto;
  font-weight: bold; }

.section-question .question-box {
  background-image: url("../img/07_icon01.png");
  color: #3e3a39;
  padding: 0.8vw 9.0666666667vw 0.8vw 8vw; }

.section-question .answer-box {
  background-image: url("../img/07_icon02.png");
  background-position: left 1.5% top 2.9333333333vw;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .section-question .qa-container {
    margin-bottom: 1.3333333333vw; }

  .section-question .accordion-label::after {
    background: center/cover no-repeat url("../img/07_arrow01.png");
    width: 4.2666666667vw;
    height: 2.4vw; }

  .accordion-trigger:checked + .accordion-label::after {
    background: center/cover no-repeat url("../img/07_arrow02.png"); }

  .section-question .question-box {
    background-color: #FFF;
    min-height: 29px; }

  .section-question .accordion-trigger:checked + .accordion-label + .answer-box {
    padding: 2.6666666667vw 0 2.6666666667vw 8vw; }

  .section-question .answer-box .note-box {
    margin-top: 1.3333333333vw; } }
@media screen and (min-width: 769px) {
  .section-question {
    padding-top: 180px; }

  .section-question .qa-container {
    background: bottom/auto 2px url("../img/line01.png") repeat-x;
    padding: 30px 0; }

  .section-question .qa-container:first-of-type {
    padding-top: 0; }

  .section-question .qa-container:last-of-type {
    background: none; }

  .section-question .question-box,
  .section-question .answer-box {
    background-position: left 2px top 0;
    background-size: 46px auto;
    min-height: 46px; }

  .section-question .question-box {
    padding: 10px 0 10px 62px; }

  .section-question .answer-box {
    margin-top: 15px; }

  .section-question .answer-box .text {
    padding: 10px 0 10px 62px; }

  .section-question .answer-box .note-box {
    margin-top: 22px; } }
/***** 代理店情報 *****/
.section-guide .address-container {
  padding: 3.4666666667vw;
  background-color: #FFF;
  text-align: center;
  font-size: 13px;
  font-size: 3.4666666667vw; }

.section-guide .address-container .coname {
  font-size: 16px;
  font-size: 4.2666666667vw; }

.section-guide .address-container .coname span {
  font-size: .8em; }

.section-guide .address-container .address,
.section-guide .address-container .tel,
.section-guide .address-container .coname2 {
  margin-top: 2.6666666667vw; }

.section-guide .address-container .tel {
  font-size: 14px;
  font-size: 3.7333333333vw; }

.section-guide .contact-container .coname-container {
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  padding-bottom: 3.4666666667vw; }

.section-guide .contact-container .contact-item {
  flex-wrap: nowrap;
  padding-bottom: 3.4666666667vw; }

.section-guide .contact-container .call-container {
  padding-top: 1.6vw;
  padding-bottom: 2.1333333333vw; }

.section-guide .contact-container .call-container a:hover {
  cursor: default; }

.section-guide .contact-container .contact-item .label {
  width: 29%;
  background: right 11% center/3.2vw auto url("../img/08_arrow01.png") no-repeat;
  font-size: 12px;
  font-size: 3.2vw; }

.section-guide .contact-container .contact-item .label + * {
  width: 71%; }

.section-guide .contact-container .contact-item .link-item-btn {
  background-color: #DA0814;
  border-bottom-color: #801e35;
  width: 100%;
  height: 10.6666666667vw;
  font-size: 1em;
  font-weight: 500;
  margin: 0; }

.section-guide .contact-container .form-container {
  background: bottom/auto 1px url("../img/line01.png") repeat-x; }

.section-guide .contact-container .call-container .text {
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-top: 3px; }

.section-guide .contact-container .call-read-container {
  font-size: 10px;
  font-size: 2.6666666667vw; }

@media screen and (max-width: 768px) {
  .section-guide {
    padding-top: 8vw;
    padding-bottom: 8vw; }

  .section-guide .address-container {
    margin-bottom: 8vw; }

  .section-guide .contact-container .contact-item .label {
    padding-right: 7%; } }
@media screen and (min-width: 769px) {
  .section-guide {
    padding-top: 60px;
    padding-bottom: 65px; }

  .section-guide .guide-container {
    align-items: inherit; }

  .section-guide .address-container {
    padding: 10px;
    font-size: 15px;
    width: 450px; }

  .section-guide .address-container-inner {
    margin-bottom: 10px; }

  .section-guide .address-container .coname {
    font-size: 20px; }

  .section-guide .address-container .coname span {
    font-size: 15px; }

  .section-guide .address-container .address,
  .section-guide .address-container .tel,
  .section-guide .address-container .coname2 {
    margin-top: 12px; }

  .section-guide .address-container .tel {
    font-size: 16px; }

  .section-guide .contact-container {
    width: 474px; }

  .section-guide .contact-container .coname-container {
    font-size: 15px;
    padding-bottom: 13px; }

  .section-guide .contact-container .contact-item {
    padding-bottom: 15px; }

  .section-guide .contact-container .call-container {
    padding: 10px 0 8px; }

  .section-guide .contact-container .contact-item .label {
    width: 140px;
    background-position: right 23px center;
    background-size: 16px auto;
    font-size: 13px;
    padding-right: 50px; }

  .section-guide .contact-container .contact-item .label + * {
    max-width: 334px; }

  .section-guide .contact-container .contact-item .link-item-btn {
    height: 53px;
    border-bottom-width: 4px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 4px; }

  .section-guide .contact-container .form-container {
    background: bottom/auto 2px url("../img/line01.png") repeat-x; }

  .section-guide .contact-container .call-container .text {
    font-size: 11px;
    margin-top: 3px; }

  .section-guide .contact-container .call-read-container {
    font-size: 12px; }

  /* 代理店情報ない場合 */
  .section-guide .no-address .contact-container,
  .section-guide .no-address .contact-container .coname-container {
    width: 100%; }

  .section-guide .no-address .contact-container .contact-items {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: baseline;
    justify-content: space-between; }

  .section-guide .no-address .contact-container .form-container {
    width: 50%;
    background: none;
    padding: 0 30px 0 0; }

  .section-guide .no-address .contact-container .call-wrap {
    width: 50%;
    background: left/auto 3px url("../img/line02.png") repeat-y;
    padding: 0 0 0 30px; }

  .section-guide .no-address .contact-container .call-container {
    padding: 0 0 8px; } }
/***** FOOTER *****/
footer {
  display: block;
  margin: 0 auto;
  padding-bottom: 17.8666666667vw;
  text-align: center;
  background-color: #FFF; }

footer .legal-container ul li {
  list-style: none; }

footer .legal-container ul li a {
  color: #000;
  text-decoration: none; }

footer .caution-container {
  text-align: center;
  margin-top: 2.6666666667vw; }

footer .bottom-caution-container {
  text-align: left;
  margin-top: 2.6666666667vw; }

footer .bottom-num-container {
  margin-top: 2.6666666667vw;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: right; }

footer .copyright-container {
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw; }

@media screen and (max-width: 768px) {
  footer > .sp-cover {
    width: 100%; }

  footer .legal-container ul {
    justify-content: flex-start;
    text-align: left; }

  footer .legal-container ul li {
    width: 100%;
    border-bottom: 1px dotted #c6c6c6; }

  footer .legal-container ul li a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 2.1333333333vw 2.6666666667vw; }

  footer .caution-container,
  footer .bottom-caution-container,
  footer .bottom-num-container {
    width: 94vw;
    margin-right: auto;
    margin-left: auto; }

  footer .caution-container,
  footer .bottom-caution-container {
    text-align: left; }

  footer .copyright-container {
    margin-bottom: 5.3333333333vw; } }
@media screen and (min-width: 769px) {
  footer {
    padding-top: 50px;
    padding-bottom: 190px; }

  footer .legal-container ul.legal-container-inner {
    justify-content: center;
    line-height: 1; }

  footer .legal-container ul li {
    border-right: 1px solid #000;
    padding: 0 12px;
    font-size: 15px; }

  footer .legal-container ul li:last-child {
    border: none; }

  footer .legal-container ul li a:hover {
    text-decoration: underline; }

  footer .caution-container {
    margin-top: 14px;
    display: inline-block; }

  footer .bottom-caution-container {
    margin-top: 40px; }

  footer .bottom-num-container {
    margin-top: 20px;
    font-size: 13px; }

  footer .copyright-container {
    font-size: 13px;
    margin-top: 45px; } }
/***** 固定申込ボタン *****/
.estimates-fixed-container {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.1333333333vw;
  background-color: rgba(235, 235, 228, 0.8); }

.estimates-fixed-container .estimates-cover {
  width: 95vw; }

.estimates-fixed-container .estimates-flex-container {
  justify-content: space-between; }

.estimates-fixed-container .estimates-flex-container .link-container {
  display: block;
  width: 49.3%;
  max-width: 360px; }

.estimates-fixed-container .estimates-flex-container .link-item-btn {
  width: 100%;
  height: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw; }

.estimates-fixed-container .estimates-flex-container .plan-logo {
  margin-top: 0.5333333333vw;
  margin-bottom: 0.5333333333vw;
  width: 100%;
  line-height: 1; }

.estimates-fixed-container .estimates-flex-container .plan-logo img {
  width: auto;
  height: 5.3333333333vw; }

.estimates-fixed-container .estimates-flex-container .text {
  color: #FFFFFF;
  font-size: 11px;
  font-size: 2.9333333333vw; }

.estimates-fixed-container .estimates-flex-container .text::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: center/cover url(../img/icon-arrow01.png); }

@media screen and (max-width: 768px) {
  .estimates-fixed-container .estimates-flex-container .link-item-btn {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw; } }
@media screen and (min-width: 769px) {
  .estimates-fixed-container {
    height: 120px; }

  .estimates-fixed-container .estimates-cover {
    width: 960px; }

  .estimates-fixed-container .estimates-flex-container {
    justify-content: center; }

  .estimates-fixed-container .estimates-flex-container .link-container {
    margin: 0 6px; }

  .estimates-fixed-container .estimates-flex-container .link-item-btn {
    padding-top: 7px;
    padding-bottom: 4px; }

  .estimates-fixed-container .estimates-flex-container .plan-logo {
    margin-top: 3px;
    margin-bottom: 3px; }

  .estimates-fixed-container .estimates-flex-container .plan-logo img {
    height: 35px; }

  .estimates-fixed-container .estimates-flex-container .text {
    font-size: 19px; }

  .estimates-fixed-container .estimates-flex-container .text::after {
    width: 20px;
    height: 20px;
    margin-left: 4px; } }
/***** キャンペーンバナー *****/
.banner-area {
  margin-top: 5.3333333333vw; }

.banner-area a img {
  width: inherit;
  height: auto;
  max-width: 100%; }

@media screen and (min-width: 769px) {
  .banner-area {
    margin-top: 40px; } }
