/*=============================================
=            COMMON            =
=============================================*/
main {
  margin-top: 80px;
  color: #333;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

/*=====  End of COMMON  ======*/

/*=============================================
=            PAGEHEAD            =
=============================================*/
#pageHead {
  margin-top: 0px;
  padding-top: 80px;
  position: relative;
}

#pageHead .bgDots {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 100px;
  z-index: 1;
}

#pageHead .bgDots.tr {
  content: "";
  position: absolute;
  top: 1;
  left: auto;
  right: 15px;
  z-index: 1;
}

#pageHead h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

#pageHead .annoBox {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#pageHead .annoBox ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 1.2rem;
}

#pageHead .annoBox ul li {
  padding-left: 2em;
  text-indent: -2em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageHead {
    margin-top: 40px;
    padding-top: 40px;
  }

  #pageHead .bgDots {
    width: 195px;
    top: 0%;
    left: 2%;
  }

  #pageHead .bgDots.tr {
    right: 2%;
  }

  #pageHead .annoBox ul {
    font-size: 1.4rem;
  }
}

/*=====  End of PAGEHEAD  ======*/

/*=============================================
=            PAGE BOTTOM            =
=============================================*/
#pageBottom {
  position: relative;
  height: 100px;
}

#pageBottom .bgDots {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  z-index: 1;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

#pageBottom .bgDots.br {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  z-index: 1;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageBottom {
    height: 195px;
  }

  #pageBottom .bgDots {
    width: 195px;
  }

  #pageBottom .bgDots {
    left: 2%;
  }

  #pageBottom .bgDots.br {
    right: 2%;
  }
}

/*=====  End of PAGE BOTTOM  ======*/

/* takahashi insert */

/*=============================================
=            #keyVisual            =
=============================================*/
#keyVisual .imgWrapper {
  padding: 0 5%;
}

#keyVisual .imgWrapper img {
  display: block;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #keyVisual .imgWrapper {
    margin: 50px auto 0;
    padding: 0;
  }
}

/*=====  End of #keyVisual  ======*/

/*=============================================
=            #about            =
=============================================*/

/* #about .aboutInner {
  padding: 0 5% 5%;
} */

/*ページタイトルロゴ
#about .introduce h1 {
  padding-top: 50px;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 3rem;
  line-height: 1.5;
} */

/* 画像を真ん中にするためのCSS */
#about .introduce {
  text-align: center;
  padding-top: 50px;
}

#about .introduce h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 3rem;
  line-height: 1.5;
}

/* ロゴの画像大きさ */
#about .introduce img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#about .introduce p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #10347e;
}

#about .box-red {
  /* display: flex; */
  grid-gap: 0 1em;
  margin: 0 auto;
  padding: 2em;
  padding-bottom: 40px;
  border-radius: 5px;
  color: #0a0a0a;
  width: 75%;
}

#about .box-red p {
  margin: 0;
  font-size: 1rem;
}

#about .text p {
  color: darkgray;
  font-size: 0.9rem;
  font-weight: normal;
}

#about .aboutWrapper {
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 24%);
  border-radius: 5px;
  padding: 0;
  margin-bottom: 6px;
}

#about .aboutWrapper .titleWrapper {
  background: #10347e;
  border-right: 1px solid #10347e;
  border-radius: 5px 5px 0 0;
}

#about .aboutWrapper .titleWrapper h3 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

#about .aboutWrapper .dscWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 3% 4%;
}

#about .aboutWrapper .dscWrapper .svgWrapper {
  margin-bottom: 20px;
}

#about .aboutWrapper .dscWrapper .svgWrapper svg {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

#about .aboutWrapper .dscWrapper .modalOpen {
  display: block;
  padding: 5% 10%;
  text-align: center;
  background: #10347e;
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  border-radius: 5px;
}

#about .aboutWrapper .dscWrapper p {
  font-size: 1.2rem;
  color: #333;
}

/* modal test */

/* .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modalBg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modalContent {
  overflow: scroll;
  background: #fff;
  left: 50%;
  padding: 10% 5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80vh;
}

.modalContent h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

.modalContent dl {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.modalContent dl div {
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 10px 5px;
}

.modalContent dl div:first-child {
  padding: 0 5px 10px;
}

.modalContent dt,
dd {
  float: left;
  color: #002f7b;
  padding: 0;
  margin: 0;
  display: block;
}

.modalContent dt {
  width: 25%;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.modalContent dd {
  width: 75%;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 0;
}

.modalContent p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #002f7b;
  margin-bottom: 3rem;
}

.modalContent table {
  width: 100%;
  margin: 0 auto;
}

.modalContent table img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.modalContent table tr:first-child {
  background: #002f7b;
}

.modalContent table tr:not(:first-child) {
  background: #e0e4e9;
  border-bottom: 1px solid #e6eaf2;
}

.modalContent table th {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.modalContent table th:not(:last-child) {
  border-right: 1px solid #e6eaf2;
}

.modalContent table tr td:not(:last-child) {
  border-right: 1px solid #e6eaf2;
}

.modalContent table td {
  font-size: 1.2rem;
  color: #002f7b;
  padding: 10px;
  text-align: center;
}

.modalContent table img {
  max-width: 100px;
}

.modalContent a.modalClose {
  position: fixed;
  top: 0;
  right: 5%;
} */

/* modal test END */

@media only screen and (min-width: 768px) {
  #about .aboutInner {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  #about .sp {
    display: block;
    display: block !important;
  }

  #about .pc {
    display: none;
    display: none !important;
  }

  #about .introduce p {
    text-align: center;
    font-size: 2rem;
  }

  #about .text p {
    text-align: center;
    font-size: 1.3rem;
  }

  #about .box-red {
    /* display: flex; */
    width: 57%;
  }

  #about .aboutWrapper .titleWrapper h3 {
    font-size: 2.6rem;
    padding: 40px 0;
  }

  #about .aboutWrapper .dscWrapper p {
    font-size: 1.6rem;
  }

  #about .aboutWrapper .dscWrapper .svgWrapper {
    margin-bottom: 30px;
  }

  #about .aboutWrapper .dscWrapper .imgWrapper {
    margin-bottom: 30px;
  }

  #about .topic {
    width: 85%;
    margin: 0;
  }

  /* .modalContent {
    padding: 12% 10%;
  }

  .modalContent h1 {
    font-size: 3rem;
    margin-bottom: 50px;
  } */
}

@media only screen and (min-width: 992px) {
  #about img.sp {
    display: none;
    width: 60%;
    padding: 20px;
  }

  #about img.pc {
    display: block;
  }

  #about .aboutWrapper .titleWrapper h3 {
    padding: 20px 0;
  }

  #about .aboutWrapper .dscWrapper .imgWrapper {
    margin-bottom: 30px;
  }

  #about .aboutWrapper .dscWrapper .btnArea {
    margin-left: auto;
  }

  #about .aboutWrapper .dscWrapper .modalOpen {
    font-size: 1.6rem;
    padding: 20px 50px;
  }

  #about .aboutWrapper .dscWrapper p {
    font-size: 1.2rem;
  }

  /* .modalContent {
    width: 80vw;
    padding: 5%;
  } */
}

/*=====  End of #about  ======*/
/*=============================================
=            #feature-contents            =
=============================================*/
#feature {
  margin: auto;
  width: 76%;
}

/* 商品の特徴タイトル */
#feature .featureInner {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* ボックスの見出し */
.box-title {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  font-size: 1.5rem;
}

.box-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #c2dcf5;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}

.
/* ボックス親のcss */
.topic {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* ボックス子のcss */
.box {
  position: relative;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #333333;
  color: #333333;
}

.box p {
  font-size: 1.2rem;
}

.box::before,
.box::after {
  position: absolute;
  border: solid #333333;
  content: "";
}

.box::before {
  top: 3px;
  right: -16px;
  transform: skewY(45deg);
  width: 10px;
  height: 100%;
  border-width: 4px 3px 3px 0;
}

.box::after {
  bottom: -16px;
  left: 4px;
  transform: skewX(45deg);
  width: 100%;
  height: 10px;
  border-width: 0 2px 3px 4px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .feature {
    width: fit-content;
  }
  .featureContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 95px;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
    line-height: 1.2;
  }

  .featureContainer .p {
    font-size: 1.4rem;
    color: #333;
  }

  .topic {
    display: flex;
  }
  .box-title {
    position: relative;
    padding-top: 1em;
    color: #333333;
    font-size: 2.3rem;
  }

  .box {
    height: 210px;
    width: 6000px;
    padding: 40px;
    margin: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .box p {
    font-size: 1.6rem;
  }
}

/*=====  End of #main-contents  ======*/
/*=============================================
=            #plan            =
=============================================*/

#plan {
  margin-top: 50px;
}
/* introduce */
#plan .introduce h1 {
  text-align: center;
  font-size: 2.9rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

#plan .introduce p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #10347e;
}

#plan .introduce p span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

/* table */

#plan .planInner {
  background: #e6eaf2;
  padding: 7% 5%;
}

#plan .planSection {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}

#plan .planSection:first-child {
  margin-bottom: 4rem;
}

#plan .planSection h3 {
  font-size: 2rem;
  color: #10347e;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 1px;
  padding-bottom: 16px;
}

#plan .planSection h3 .small {
  font-size: 1.4rem;
  color: #333;
  display: block;
}

#plan .planSection p {
  font-size: 1.2rem;
}

#plan .introduce {
  padding: 0 5%;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan .planSection {
    margin-bottom: 30px;
  }

  #plan .planSection p {
    font-size: 1.6rem;
  }

  #plan .introduce p {
    text-align: center;
    font-size: 15px;
  }

  #plan .introduce h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #10347e;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

/*----------  CHART  ----------*/

.box2 {
  text-align: center;
  padding: 30px;
  margin: 2em 0;
  font-weight: bold;
  color: #10347e;
  /*文字色*/
  background: #fff;
  border: solid 3px #10347e;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
  font-size: 1.5rem;
}

.option {
  font-size: 1.5rem;
  font-weight: bold;
}

#plan .planSection .chartWrapper {
  margin-bottom: 30px;
}

#plan .planSection .chartWrapper dl {
  border-bottom: 1px solid #e6eaf2;
  margin-bottom: 0;
  background-color: #fff;
  color: #10347e;
  margin-bottom: 15px;
}

#plan .planSection .chartWrapper dl.titleRow {
  display: none;
}

/* #plan .planSection .chartWrapper dl:last-child {
  border: none;
} */

#plan .planSection .chartWrapper dl dt {
  background-color: #10347e;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.2rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#plan .planSection .chartWrapper dl dt a {
  background-color: #10347e;
  color: #fff;
  /* padding: 10px 20px; */
  font-size: 1.6rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}

#plan .planSection .chartWrapper dl dd {
  font-size: 1.6rem;
  padding: 15px 25px;
  line-height: 1.5em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#plan .planSection .chartWrapper dd.discountCol {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}

#plan .planSection .chartWrapper .standardCol dd.discountCol {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

#plan #plan_divert .planSection .chartWrapper .standardCol dd.discountCol {
  background-color: #fcf9f9;
}

ul {
  list-style: none;
}
/* detail3 遷移 */
#plan .planSection .chartWrapper dl.cols-2 a {
  color: #ffff00;
  text-decoration: underline;
}

#plan .planSection .chartWrapper dl.cols-2 a:hover {
  opacity: 0.7;
}

/* detail3 遷移 */

#plan .planSection .chartWrapper dl. {
  display: none;
}

#plan .planSection .chartWrapper dl. > * {
  background-color: #333 !important;
  color: #fff;
  border-right: #e6eaf2 1px solid;
  text-align: center;
}

#plan .planSection .chartWrapper .planMoBox {
  margin-bottom: 5px;
}

#plan .planSection .chartWrapper .planMoBox:last-child {
  margin-bottom: 0px;
}

#plan .planSection .chartWrapper .planMoBox h6 {
  margin-bottom: 0;
  background-color: #10347e;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.4rem;
}

#plan .planSection .chartWrapper .planMoBox a {
  margin-bottom: 0;
  background-color: #10347e;
  color: #fff;
  /* padding: 10px 15px; */
  font-size: 1.4rem;
}

/* detail3 遷移 */
#plan .planSection .chartWrapper .planMoBox h6 a {
  color: #ffff00;
  text-decoration: underline;
}

/* detail3 遷移 */

#plan #plan_divert .planSection .chartWrapper .planMoBox h6 {
  background-color: #e64545;
}

#plan .planSection .chartWrapper dl.cols-mo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

#plan .planSection .chartWrapper dl.cols-mo dt {
  background: #333;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 1rem;
  padding: 8px;
}

#plan #plan_divert .planSection .chartWrapper dl.cols-mo dt {
  background-color: #333;
}

#plan .planSection .chartWrapper dl.cols-mo dd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
}

#plan .planSection .chartWrapper dl.cols-mo.ul-li .discountCol {
  font-weight: bold;
  font-size: 1.2em;
}

#plan .planSection .annoBox ul {
  padding-left: 0;
  margin-bottom: 3rem;
  list-style-type: none;
  margin-top: 15px;
  font-size: 1.2rem;
}
#plan .planSection .annoBox ul li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan .planSection .chartWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  #plan .planSection .chartWrapper dl dt {
    background-color: #10347e;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
    padding: 15px;
    font-size: 1.6rem;
  }

  #plan .planSection .chartWrapper dl dd {
    font-size: 1.6rem;
  }

  #plan .planSection .chartWrapper dl.cols-3 dd.discountCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }

  #plan .planSection .annoBox ul {
    font-size: 1.4rem;
  }

  #plan .planSection .chartWrapper dl. {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan .planSection .chartWrapper dl.titleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #plan .planSection .chartWrapper.options dl dd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #plan .planSection .chartWrapper.options dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
  /* .chartWrapper-2 */

  #plan .planSection .chartWrapper-2 dl dt a {
    background-color: #10347e;
    color: #fff;
    /* padding: 10px 20px; */
    font-size: 1.6rem;
    line-height: 1.5em;
    display: flex;
    align-items: center;
  }

  #plan .planSection .chartWrapper-2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e6eaf2;
    margin-bottom: 0;
    background-color: #fff;
    color: #10347e;
  }

  #plan .planSection .chartWrapper-2 dl dt {
    background-color: #10347e;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #plan .planSection .chartWrapper-2 dl dd {
    font-size: 1.6rem;
    border: 1px solid #f8f8f8;
  }

  #plan .planSection .chartWrapper-2 dl.cols-3 dd.discountCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    max-width: 225px;
  }

  #plan .planSection .annoBox ul {
    font-size: 1.4rem;
  }

  #plan .planSection .chartWrapper-2 dl. {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan .planSection .chartWrapper-2 dl.titleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #plan .planSection .chartWrapper-2.options dl dd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #plan .planSection .chartWrapper-2.options dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #plan .planSection .chartWrapper dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 500px;
    max-width: 500px;
    padding: 20px;
    font-size: 1.8rem;
  }

  #plan .planSection .chartWrapper .ul-li dd.discountCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px;
  }

  #plan .planSection .chartWrapper .ul-li .annotation dd.discountCol {
    font-size: 1.2rem;
  }

  #plan .planSection .chartWrapper dl dd {
    font-size: 1.8rem;
    justify-content: center;
  }

  /* chartWrapper-2 */
  #plan .planSection .chartWrapper-2 dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 338px;
    flex: 0 0 338px;
    max-width: 338px;
    padding: 20px;
    font-size: 1.7rem;
  }

  #plan .planSection .chartWrapper-2 .ul-li dd.discountCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px;
  }

  #plan .planSection .chartWrapper-2 .ul-li .annotation dd.discountCol {
    font-size: 1.2rem;
  }

  #plan .planSection .chartWrapper-2 dl dd {
    font-size: 1.4rem;
    justify-content: center;
  }
}

/*----------  PAYMENT  ----------*/

#plan .planSection .paymentWrapper {
  background-color: #fff;
  padding: 30px 15px 0px;
  text-align: center;
}
#plan .planSection .paymentWrapper h6 {
  color: #10347e;
  font-size: 1.8rem;
  margin-bottom: 0;
}

#plan #plan_divert .planSection .paymentWrapper h6 {
  color: #e64545;
}

#plan .planSection .paymentWrapper p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
#plan .planSection .paymentWrapper img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#plan a {
  font-size: 1.3rem;
  /* display: block; */
  /* margin-top: 1.4rem; */
  color: #6091d3;
  border-radius: 5px;
  font-weight: bold;
}

#plan a:hover {
  opacity: 0.7;
}

.attention p {
  text-align: left;
}
/* #plan table END*/

/*----------  AREA INNER  ----------*/
#plan .areaInner {
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  padding: 30px 15px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}

#plan .areaInner h5 {
  color: #10347e;
  display: inline-block;
  font-size: 2rem;
  padding: 10px 20px;
  border-bottom: 1px solid #10347e;
  margin-bottom: 30px;
}
#plan .areaInner h6 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

#plan #plan_divert .areaInner h5 {
  color: #e64545;
  border-color: #e64545;
}

#plan .areaInner .btnRow .areaBtn {
  background-color: #10347e;
  color: #fff;
  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;
  margin: 8px 0px;
  width: 100%;
  max-width: 100%;
  height: 60px;
  font-weight: bold;
  font-size: 1.6rem;
}

#plan #plan_divert .areaInner .btnRow .areaBtn {
  background-color: #e64545;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan .areaInner {
    padding: 35px 15px 60px;
  }
  #plan .areaInner .btnRow {
    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;
  }

  #plan .areaInner .btnRow .areaBtn {
    width: 390px;
    margin: 5px 10px;
    height: 90px;
    font-size: 2rem;
  }
}

/*=====  End of #plan  ======*/

/*=============================================
=            #feature            =
=============================================*/

#feature .featureInner {
  padding: 5% 0 0;
}

#feature h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

.featureContainer {
  display: flex;
  padding: 5%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}

.featureContainer .featureItem {
  position: relative;
  background-color: #e6eaf2;
  margin-bottom: 30px;
  min-height: 440px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 24%);
}

.featureContainer .featureItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 93px solid #002f7b;
  border-right: 260px solid transparent;
}

.featureContainer .featureItem .featureItemWrapper {
  padding: 0 5% 5%;
}

.featureContainer .featureItem .featureItemWrapper .number {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper {
  position: relative;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .headingArea {
  font-size: 2rem;
  font-weight: bold;
  color: #002f7b;
  margin-bottom: 25px;
  text-align: center;
}

.featureContainer
  .featureItem
  .featureItemWrapper
  .textWrapper
  .headingArea
  span.annotation {
  font-size: 1.2rem;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .detailArea {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .btnArea {
  margin: 0 auto;
  text-align: center;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .btnArea a {
  display: block;
  margin: 0 auto 20px;
  max-width: 200px;
  font-size: 1.4rem;
  background-color: #ffff00;
  color: #002f7b;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
  font-size: 1.2rem;
  color: #333333;
}

@media only screen and (min-width: 768px) {
  .featureContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .featureContainer .featureItem {
    width: 48%;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
    line-height: 1.2;
  }
}

@media only screen and (min-width: 992px) {
  .featureContainer .featureItem {
    width: 32%;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .detailArea {
    line-height: 1.5;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
    line-height: 1.5;
  }
}

/*----------  device  ----------*/

.deviceContainer {
  padding: 5% 0 0;
}

.deviceContainer h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

.deviceWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 5%;
}

.deviceItem {
  width: 48%;
  margin-bottom: 20px;
  background: #e0e4e9;
  border-radius: 10px;
  padding: 3%;
}

.deviceItem img {
  display: block;
  width: 70%;
  margin: 0 auto 10px;
}

.deviceItem p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #10347e;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .deviceItem {
    width: 23%;
  }

  .deviceWrapper {
    padding: 0;
  }
}

/*=====  End of #feature  ======*/
