html {
  min-width: auto;
  font-size: 62.5%; }

body {
  min-width: auto; }

body {
  font-size: 1.4rem; }

.inner {
  padding-left: 2.2rem;
  padding-right: 2.2rem; }

.sp-only {
  display: block; }

.pc-only {
  display: none !important; }

#gnavi .nav {
  position: absolute;
  width: 100%;
  background: #064f64;
  right: -100%;
  transition: .5s;
  top: 6rem;
  height: calc(100vh - 6rem);
  z-index: 100; }
  #gnavi .nav ul {
    display: block;
    padding: 2.25rem 1.25rem; }
    #gnavi .nav ul li {
      padding: 1.75rem 0;
      border-bottom: 1px solid white; }
      #gnavi .nav ul li:not(:last-child) {
        border-right: none; }
      #gnavi .nav ul li .txt,
      #gnavi .nav ul li .en_txt {
        text-align: left; }
      #gnavi .nav ul li .en_txt {
        font-size: .75rem; }
      #gnavi .nav ul li .txt {
        color: white;
        font-size: 1.5rem;
        margin-bottom: .25rem; }

.box-head h2{
  font-size: 1.85rem; }
.box-head h2 .text {
  font-size: 1.85rem;
  font-weight: bold;
}

.functionbox{
  padding-bottom: 24px;
}
.functionbox .box-head{
  margin-bottom: 50px;
}
.functionbox .box-head h2 .en_txt:after{
  right: 12px;
}
.functionbox li{
  width: 100%;
}
.functionbox li h3{
  margin-bottom: 20px;
}

.box-head h2 .en_txt {
  font-size: 1.25rem;
  padding-left: 1.5rem; }
  .box-head h2 .en_txt:after {
    content: '';
    position: absolute;
    width: 8.8rem;
    height: 1px;
    background: #064f64;
    transform: translate(0, -50%) rotate(130deg);
    top: 50%;
    right: 22px; }

.icon-box-head h2 {
  margin-right: 0;
  margin-bottom: 2.0rem; }
  .icon-box-head h2 .txt {
    font-size: 1.75rem;
    line-height: 1.6; }
    .icon-box-head h2 .txt:after {
      width: 8.6rem;
      height: .1rem;
      left: -7rem;
      top:43%;}
  .icon-box-head h2 .icon {
    padding-right: 2.8rem;
    vertical-align: top; }

.borderhead h3 {
  font-size: 1.75rem;
  padding: 0 1.25rem; }
  .borderhead h3:before, .borderhead h3:after {
    width: 10.05rem;
    height: .1rem; }
  .borderhead h3:before {
    left: -10.1rem; }
  .borderhead h3:after {
    right: -9.6rem; }

/*============================================================
	#footer
============================================================*/
#footer .copy {
  font-size: 1.2rem;
  padding: 1.5rem 0;
  line-height: 1.6; }

#footer .contact {
  width: 100%;
  padding: 0 2.2rem;
  gap: 11px;
  box-sizing: border-box; }

#footer .inbox {
  background: url(../images/footer-bg_sp.jpg) no-repeat center center;
  background-size: 100%;
  padding: 2.85rem 0;
}
  #footer .inbox h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.6; }
  #footer .inbox .lead {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
    line-height: 1.6; }

.contact-btn, .trial-btn, .inq-btn {
  /*display: block;
  padding: 5px 0 2px;*/
  height: 33px;
  line-height: 1.25;
  /*border-radius: 20px;*/
  width: 160px;
font-size: 12px; }
  .contact-btn > span, .trial-btn > span {
    font-size: 14px; }

.float-link {
  width: 100%;
  padding: 10px 2.2rem;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.float-link .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

/*============================================================
	header
============================================================*/
body.active #header {
  height: 6rem; }

#header {
  height: 6rem; }
  #header #gnavi {
    max-width: none;
    width: auto; }
  #header .contact-btn {
    width: 18rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 0.2rem;
    border-radius: 1.3rem;
    margin-right: 1.25rem; }
  #header #head-logo {
    width: 10rem; }

main {
  padding-top: 6rem; }

.topbanner {
  padding-top: 20rem;
  margin-bottom: 0; }
  .topbanner:before {
    background: url(../images/topbanner-bg_sp.jpg) no-repeat center center;
    background-size: 100%; }
  .topbanner h1 {
    font-size: 2rem;
    margin-bottom: 1.0rem; }
  .topbanner .lead {
    font-size: 1.2rem;
    letter-spacing: -0.025em;
    margin-bottom: 0; }
  .topbanner .contact {
    display: none; }

#header-btn {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  position: relative; }
  #header-btn span {
    display: block;
    width: 100%;
    height: .1rem;
    background: #064f64;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #header-btn:before, #header-btn:after {
    content: '';
    width: 100%;
    height: .1rem;
    background: #064f64;
    display: block;
    position: absolute;
    transition: .5s;
    left: 0; }
  #header-btn:before {
    top: 0; }
  #header-btn:after {
    bottom: 0; }

.menuactive #gnavi .nav {
  right: 0; }

.menuactive #header-btn span {
  display: none; }

.menuactive #header-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%; }

.menuactive #header-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: auto; }

  /*============================================================
    NEWS
  ============================================================*/
  .news-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-ttl{
    padding: 0 0 5px;
    border-bottom: 1px solid #064f64;
    font-size: 12px;
  }
  .news-box .scroll{
    margin: 10px 0;
    overflow-y: scroll;
    height: 135px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .news-box .scroll::-webkit-scrollbar {
  background:#fff;
  width:10px;
}
  .news-box .scroll::-webkit-scrollbar-thumb {
  background:#ccc;
  border-radius: 50px;
  height: 10px;
  width: 2px;
}
  .news-text{
    padding-top: 6px;
    line-height: 20px;
  }

/*============================================================
	.aboutbox
============================================================*/
.aboutbox {
  padding: 2.4rem 0 0.75rem; }
  .aboutbox .box-head {
    margin-bottom: 4rem; }
    .aboutbox .box-head h2 .en_txt:after {
      right: 5.8rem; }
  .aboutbox .topbox {
  margin: 0 auto 4.0rem auto;
  width: 87%;
}
    .aboutbox .topbox .text {
      font-size: 1.3rem;
      margin-bottom: 2.25rem;
      line-height: 2.2rem;
      padding-right: 0;
}
      .aboutbox .topbox .text br {
        display: none; }
    .aboutbox .topbox .story-box li .timebox {
      font-size: 1.3rem;
      width: auto;
      vertical-align: top;
      line-height: 1.6; }
    .aboutbox .topbox .story-box li .txt {
      font-size: 1.3rem;
      line-height: 1.4;
      width: 83%;
      vertical-align: top; }
    .aboutbox .topbox .story-box li:not(:last-child) {
      margin-bottom: 0.7rem;
      padding-bottom: 0.7rem;
      border-bottom: 1px solid #999999; }
  .aboutbox .bottombox h3 {
    font-size: 1.8rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.25rem;
    line-height: 2.6rem;
    letter-spacing: 2px;
 }
    .aboutbox .bottombox h3:after {
      width: 7.5rem;
      height: .25rem; }
  .aboutbox .bottombox ul {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    justify-content: space-between; }
    .aboutbox .bottombox ul li {
      width: 46%;
      margin-bottom: 2.75rem;
      padding-right: 5px;
    }
      .aboutbox .bottombox ul li:before {
        background-size: 100%;
        width: 8rem;
        height: 12rem; }
      .aboutbox .bottombox ul li .text {
        padding-top: 7rem;
        padding-left: 4.25rem;
        font-size: 1.2rem; }

.reasonbox {
  padding: 3.25rem 0 4.5rem;; }
  .reasonbox header {
    margin-bottom: 2.25rem; }
    .reasonbox header h2 {
      font-size: 1.8rem;
      line-height: 1.5;
      letter-spacing: 1px;
    }
      .reasonbox header h2 .item {
        font-size: 1.8rem; }
  .reasonbox .box {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    justify-content: space-between;
    width: auto;}
    .reasonbox .box li {
      width: 32%;
      padding-bottom: 1.1rem; }
      .reasonbox .box li:before {
        width: 7.5rem;
        height: .25rem; }
      .reasonbox .box li dt {
        width: 4rem;
        margin: 0 auto 0.75rem; }
      .reasonbox .box li dd {
        font-size: 1.15rem;
        line-height: 1.4;}
      .reasonbox .box li:last-child dd,
      .reasonbox .box li:nth-child(2) dd{
        padding-bottom: 14px;
      }
      .reasonbox .box li:nth-child(2) {
        margin: 0; }

/*============================================================
.openbox
============================================================*/
.openbox {
  padding: 1.75rem 2.0rem; }
  .openbox .itembox{
    padding: 1.5rem 0;
  }
  .openbox .btn {
    margin-top: 0.25rem;
  }
    .openbox .btn:before {
      height: .2rem; }
    .openbox .btn .icon {
      width: 3rem; }
  .openbox h3 {
    text-align: center;
    padding-bottom: .75rem; }
    .openbox h3 .title {
      font-size: 1.3rem;
      padding-right: 2.75rem; }

/*============================================================
	.enginebox
============================================================*/
.enginebox {
  padding: 5.75rem 0; }
  .enginebox .bottombox ol {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    justify-content: space-between; }
    .enginebox .bottombox ol li {
      width: 30%;
      box-sizing: border-box;
      margin-bottom: 1.25rem;
      padding: 0;}
    .enginebox .bottombox ol li:before{
        height: 50px;
        background-size: contain !important;
        background-position: center left !important;
}
    .enginebox .bottombox ol li:nth-child(4) {
        margin: 0 0 0 auto;
    }
    .enginebox .bottombox ol li:nth-child(5){
    margin: 0 auto 0 5%;
    }
      .enginebox .bottombox ol li .txt {
        font-size: 0.9rem;
        padding-top: 25px;
        line-height: 1.3;}
        .enginebox .bottombox ol li .txt br {
          display: none; }
  .enginebox .lastbox {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    margin-bottom: 4.25rem; }
    .enginebox .lastbox h3 {
      font-size: 1.45rem;
      margin-bottom: 1.25rem;
      line-height: 1.6;
    }
    .enginebox .lastbox .text-box {
      margin-bottom: 3.25rem; }
      .enginebox .lastbox .text-box p {
        font-size: 1.3rem; }
        .enginebox .lastbox .text-box p:not(:last-of-type) {
          margin-bottom: 2.25rem; }
  .enginebox .typebox ul li {
    width: 33%;
    margin-bottom:1.2rem; }
    .enginebox .typebox ul li h4 .txt_b{
      font-size: 1.0rem;
    }
    .enginebox .typebox ul li h4 .txt {
      font-size: 1.0rem;
      margin-bottom: .25rem;
     }
    .enginebox .typebox ul li h4 .en_txt {
      font-size: 1.0rem;
     }
    .enginebox .typebox ul li .text {
      margin-bottom: .75rem; }
  .enginebox .icon-box-head {
    margin-bottom: 3.75rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem; }
    .enginebox .icon-box-head h2 .icon {
      width: 3.5rem;
      padding-right: 3.4rem; }
    .enginebox .icon-box-head h2 .txt {
      font-size: 1.8rem;
      line-height: 2.4rem}
      .enginebox .icon-box-head h2 .txt:after {
        width: 10rem;
        height: .1rem; }
    .enginebox .icon-box-head .lead {
      font-size: 1.3rem;
     }
      .enginebox .icon-box-head .lead br {
        display: none; }
  .enginebox .topbox {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
    .enginebox .topbox .itembox {
      margin-bottom: 2.25rem; }
      .enginebox .topbox .itembox:before {
        content: none; }
      .enginebox .topbox .itembox h4 {
        text-align: left;
        font-size: 1.3rem;
        margin-bottom: 1.25rem;
        line-height: 1.6;
      }
      .enginebox .topbox .itembox p {
        font-size: 1.5rem;
        text-align: left;
        margin-bottom: 1.75rem; }
        .enginebox .topbox .itembox p br {
          display: none; }
      .enginebox .topbox .itembox .cap {
        width: 60%;
        margin-left: auto; }
    .enginebox .topbox .textbox {
      transform: translateY(0);
      margin-bottom: 2.75rem; }
      .enginebox .topbox .textbox .cap {
        display: none; }
      .enginebox .topbox .textbox dd {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.8;}
    .enginebox .topbox header {
      margin-bottom: 1.5rem; }
      .enginebox .topbox header h3 {
        font-size: 2.25rem;
        padding-bottom: 1.65rem;
      }
        .enginebox .topbox header h3:before {
          width: 7.25rem;
          height: .3rem; }
  .enginebox .bottombox .text {
    font-size: 1.6rem;
    line-height: 1.6;}

.languagebox h4 {
  text-align: center;
  font-size: 1.3rem; }

.languagebox .itembox ul {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between; }
  .languagebox .itembox ul li {
    width: 33%;
    font-size: 1.2rem;
    margin-bottom: 1.25rem; }
    .languagebox .itembox ul li:not(:nth-child(5n)) {
      width: 33%; }

.colorbox {
  padding: 2.75rem 1.75rem; }
  .colorbox .bottombox .borderhead .lead {
    text-align: center; }
  .colorbox .bottombox .box {
    padding: 1.25rem; }
  .colorbox .bottombox .tabs {
    justify-content: space-between; }
    .colorbox .bottombox .tabs li {
      width: 24%;
      height: 2rem;
      line-height: 2rem;
      font-size: .75rem;
      border-radius: 1rem; }
      .colorbox .bottombox .tabs li:nth-child(4):after {
        width: 1.9rem;
        height: .9rem;
        bottom: -1.25rem; }
  .colorbox .topbox {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3.25rem; }
    .colorbox .topbox .box {
      padding: 1.25rem; }
  .colorbox .borderhead {
    margin-bottom: 2.25rem; }
  .colorbox .borderhead h3{
    font-size: 1.8rem;
  }
    .colorbox .borderhead .lead {
      margin-top: 1.75rem;
      font-size: 1.25rem;
      text-align: left; }
      .colorbox .borderhead .lead br {
        display: none; }

.otherbox {
  padding-top: 5.75rem;
  padding-bottom: 2.75rem;
  padding-left: 0;
  padding-right: 0; }
  .otherbox .meritbox {
    padding-left: 2.2rem;
    padding-right: 2.2rem; }
    .otherbox .meritbox .icon-box-head {
      margin-bottom: 2.75rem; }
    .otherbox .meritbox .icon-box-head h2 .icon{
      width: 3.5rem;
    }
    .otherbox .meritbox .icon-box-head p{
      font-size: 1.3rem;
      line-height: 1.8;
    }
    .otherbox .meritbox .itembox .text {
      font-size: 1.25rem;
      margin-bottom: .75rem; }
    .otherbox .meritbox .itembox .scroll table {
      width: 457px; }
    .otherbox .meritbox .itembox .scroll {
      overflow: auto;
      white-space: nowrap; }
    .otherbox .meritbox .itembox .scroll::-webkit-scrollbar {
      height: 5px; }
    .otherbox .meritbox .itembox .scroll::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .otherbox .meritbox .itembox .scroll::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .otherbox .meritbox .itembox table thead th .logo{
      width: 94px;
    }
    .otherbox .meritbox .itembox table tbody tr:not(:last-child) td,
    .otherbox .meritbox .itembox table tbody tr td:not(:last-child),
    .otherbox .meritbox .itembox table tbody tr .item small {
      font-size: 1.1rem;
  }
  .otherbox .meritbox .itembox table tbody tr .item{
      font-size: 1.1rem;
  }
  .otherbox .systembox {
    padding-bottom: 3.25rem; }
    .otherbox .systembox .itembox {
      transform: translate(0);
      padding: 2.2rem;
      border-radius: 0;
      box-sizing: border-box; }
      .otherbox .systembox .itembox p {
        text-align: left;
        font-size: 1.25rem; }
    .otherbox .systembox .icon-box-head {
      margin-bottom: 2.75rem;
      padding-left: 2.2rem;
      padding-right: 2.2rem; }
      .otherbox .systembox .icon-box-head h2 {
        margin-bottom: 1.25rem; }
        .otherbox .systembox .icon-box-head h2 .icon {
          width: 3.5rem; }
      .otherbox .systembox .icon-box-head .lead {
        font-size: 1.25rem; }
        .otherbox .systembox .icon-box-head .lead br {
          display: none; }
    .otherbox .systembox .typesbox {
      padding-left: 2.2rem;
      padding-right: 2.2rem;
      margin-bottom: 3.25rem;
      box-shadow: none; }
      .otherbox .systembox .typesbox li {
        width: 100%;
        padding: 2.25rem 2.25rem 3.25rem;
        -moz-box-shadow: 1px 18px 12px -16px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 1px 18px 12px -16px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 1px 18px 12px -16px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 18px 12px -16px rgba(0, 0, 0, 0.3); }
        .otherbox .systembox .typesbox li .lead {
          font-size: 1.25rem; }
        .otherbox .systembox .typesbox li figure {
          margin-bottom: 1.75rem; }
          .otherbox .systembox .typesbox li figure .text {
            top: 1.25rem;
            left: 0rem; }
            .otherbox .systembox .typesbox li figure .text p {
              font-size: 1.25rem; }
        .otherbox .systembox .typesbox li h3 {
          margin-bottom: 2.25rem; }
          .otherbox .systembox .typesbox li h3 .title {
            font-size: 1.75rem;
            padding-bottom: 0.8rem; }
            .otherbox .systembox .typesbox li h3 .title:after {
              width: 7.5rem;
              height: .2rem; }
        .otherbox .systembox .typesbox li:not(:last-child) {
          margin-bottom: 1.75rem; }


.plan_img{
  width: 100%;
}

.scenebox {
  padding: 5.25rem 0 1.75rem; }
  .scenebox .bottombox .logobox {
    padding: 1.85rem; }
    .scenebox .bottombox .logobox ul {
      justify-content: space-between; }
    .scenebox .bottombox .logobox li {
      padding: 0;
      width: 22%;
      margin-bottom: 0.8rem; }
      .scenebox .bottombox .logobox li:nth-child(-n+4) {
        width: 22%; }
      .scenebox .bottombox .logobox li:nth-child(10) {
        margin-left: 0; }
      .scenebox .bottombox .logobox li:nth-child(15) {
        margin-right: 0; }
  .scenebox .bottombox .borderhead {
    margin-bottom: 1.75rem; }
    .scenebox .bottombox .borderhead .lead {
      margin-top: 2.25rem;
      font-size: 1.25rem; }
  .scenebox .box-head{
    margin-bottom: 3.5rem;
  }
  .scenebox .topbox {
    margin-bottom: 2.25rem; }
    .scenebox .topbox h3 {
      font-size: 1.75rem;
      margin-bottom: 2.75rem;
      line-height: 1.6; }
    .scenebox .topbox ul li {
      width: 50%;
      margin-bottom: 2.75rem; }
      .scenebox .topbox ul li dl {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem; }
        .scenebox .topbox ul li dl:before {
          width: 3rem;
          height: .2rem; }
        .scenebox .topbox ul li dl dt {
          width: 4.5rem;
          margin: 0 auto 1.25rem; }
        .scenebox .topbox ul li dl dd {
          font-size: 2.25rem; }
      .scenebox .topbox ul li .lead {
        font-size: 1.2rem; }





  .t-header{
    position: relative;
    padding-top: 80px;
    background: url(../images/topbanner-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 90px;
  }
  .thanks{
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    width: 85%;
    color: #455A64;
  }
  .thanks .txt1{
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 70px;
    letter-spacing: 3px;
  }

  .thanks .txt2{
    font-size: 26px;
    padding-bottom: 34px;
  }
  .thanks .txt3{
    font-size: 16px;
    line-height: 28px;
  }

#price{
  padding-top:55px;
}
/*price*/
.scroll{
  overflow: auto;
  white-space: nowrap;
}
#price .box-head h2 .en_txt:after{
  right:2px;
}
.price-box .lead{
  padding: 0 0 10px;
  font-size: 12px;
}
.price-box table {
  width: 530px;
  border: 2px solid #064f64;
  border-radius: 6px;
  margin: 0 auto;
}
.price-box table span{
  font-size: 10px;padding-top: 5px;

}
  .price-box table thead th {
    width: 200px;
    vertical-align: middle;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 12px;
    color: #064f64;
    padding: 12px 0;
    border-bottom: 1px solid #064f64; }
    .price-box table thead th:not(:last-child) {
      border-right: 1px solid #064f64; }
    .price-box table thead th:nth-child(2){
      width: 23%;
    }
    .price-box table thead th:last-child{
      width: 18%;
    }
  .price-box table thead th img{
    width: 80px;
  }
  .price-box table tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #064f64;
    font-weight: bold;
   font-size: 1.2rem; }
    .price-box table tbody tr td:not(:last-child) {
      border-right: 1px solid #064f64; font-size: 1.2rem;}
  .price-box table tbody tr .red {
    color: #f12224; }
    .price-box table tbody tr .item small {
      color: #00bdff;
      font-size: 14px; }
  .price-box table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #064f64; font-size: 1.12rem;}
  .price-box table tbody tr td:first-child {
    width: 23%;
    line-height: 1.38rem;
  }
  .price-box table tbody tr td.sys_text{
    font-size: 1.6rem;
    font-weight: 700;
  }
  .price-box table tbody tr td.at_text{
    font-size: 1.4rem;
  }
  .cyusyaku{
    font-size: 12px;
    line-height: 20px;
    padding:10px 0 0 0;
  }


.price-box table tbody tr td label {
  width: 12px;
  height: 12px;
  top: 2px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
.price-box table tbody tr td label::before {
  width: 2px;
  height: 7px;
  top: 1px;
}
.price-box table tbody tr td label::after {
  width: 2px;
  height: 2px;
  bottom: 1px;
}
.price-box table tbody tr td label.on::before,
.price-box table tbody tr td label.on::after {
  width: 2px;
  height: 8px;
}
.price-box table tbody tr td .dialog {
  padding: 6px;
  box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 15%);
  font-size: 10px;
  right: 0;
}

.price-box table tbody tr td .dialog.w150s {
  width: 150%;
}
.price-box table tbody tr td .dialog.w200s {
  width: 200%;
}
.price-box table tbody tr td .dialog.t320s {
  top: -320px;
}

.price-box .itembox table tbody tr td {
  cursor: pointer;
}
.price-box .itembox {
  position: relative;
}
.price-box .itembox .dialog-sp {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.price-box .itembox .dialog-sp .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.price-box .itembox .dialog-sp .inner .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.price-box .itembox .dialog-sp .inner .content {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.price-box .itembox .dialog-sp .inner .content .close {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-bottom: 5px;
  position: relative;
}
.price-box .itembox .dialog-sp .inner .content .close::before,
.price-box .itembox .dialog-sp .inner .content .close::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.price-box .itembox .dialog-sp .inner .content .close::before {
  transform: rotate(-45deg);
}
.price-box .itembox .dialog-sp .inner .content .close::after {
  transform: rotate(45deg);
}
.price-box .itembox .dialog-sp .inner .content .text {
  display: block;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 15%);
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  position: relative;
}
.price-box .table-cyusyaku{
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 17px;
}

/*---追加コンテンツ 高評価獲得--*/
.bwnBox{
	padding: 0 0 56px;
  margin: 35px 0;
}
.bwnBox .head{
  padding-bottom: 20px;
}
.bwnBox .head h2 .ss{
	display: inline-block;
	font-size: 6.25vw;
	color: #fff;
}
.bwnBox .head h2 .ttl{
	display: inline-block;
	font-size: 8.25vw;
	color: #fff;
	margin: 14px 36px 0;
	position: relative;
  line-height: 10vw;
}
.bwnBox .head h2 .ttl:before,
.bwnBox .head h2 .ttl:after {
	position: absolute;
	top: 50%;
	width: 10vw;
	height: 1px;
	content: '';
	background: #fff;
}

.bwnBox .head p{
  line-height: 1.5;
  text-align: left;
}
/*セキュリティーページリンクボタン*/
.seclink a {
    width: 90%;
    box-sizing: border-box;
    font-size: 1.5rem;
    border-radius: 35px;
    padding: 1.1rem;
    line-height: 2.1rem;
    margin: 30px auto 0;
}


/* 高いセキュリティレベルのシステム提供 相互リンクバナー*/
.bnr_area{
  background: #f1f1f1;
  border-radius: unset;
  padding: 2rem 2rem 2.6rem;
  margin-top:4rem;
}
.bnr_area p{
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 12px;
}



/*securityページ用*/
.security .topbanner{
  height: auto;
  padding-top: 17.5rem;
}

.security .topbanner .lead{
  font-size: 1.7rem;
  margin-bottom: 0;
  padding: 8px 0 4px 3px;
}

.security .topbanner h1 {
  margin-bottom: 7px;
  font-size: 3rem;
  letter-spacing: -1px;
}
.security .leadbox{
}
.security .leadbox h2{
  font-size: 2.45rem;
  padding:35px 0 20px;
  line-height: 1.5;
}
.security .leadbox p{
  line-height: 2.2rem;
}
.security .leadbox .riskbox{
  padding:82px 5% 20px;
  margin: 60px 0 50px;
}
.security .leadbox .riskbox .attention{
  width: 60px;
  margin: -111px auto 30px;
}
.security .leadbox .riskbox h3{
  font-size: 2.4rem;
  text-align: center;
  margin-top: 24px;
  line-height: 1.8;
}
.security .leadbox .riskbox h3 span{
  display: block;
}
.security .leadbox .riskbox p{
  text-align: left;
  padding: 2vw 0 25px;
}

.security .leadbox .riskbox figure{
  max-width: 100%;
}
.security .leadbox .riskbox .parallel{
  display: block;
  margin-bottom: 12px;
}
.security .leadbox .riskbox .parallel li{
  font-size: 1.4rem;
  line-height: 1.6;
}
.security .leadbox .riskbox .parallel li.arrow{
  padding-bottom: 90px;
  padding-right: 0;
  width: 100%;
  font-size: 1.8rem;
}
.security .leadbox .riskbox .parallel li.arrow::after{
  content: url(../images/security/arrow_down.svg);
  /*transform: rotate( 90deg );*/
  display: block;
  width: 37%;
  bottom: -1.6em;
  height: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.security .leadbox .riskbox .parallel li ul{
  padding-top: 5px;
}
.security .leadbox .riskbox .parallel li ul li{
  color: #c1272d;
  padding-top: 5px;
  font-size: 1.4rem;
  padding-bottom: 0;
}
.security .plan p{
  font-size: 1.8rem;
  padding-bottom: 50px;
}
.security .plan .p-wrap {
  margin-top: -25px;
  padding-top: 25px;
}
.security .plan .p-box{
  padding: 60px 30px 32px;
  margin-bottom: 50px;
}
.security .plan .p-box h3{
  margin: -87px auto 20px;
  font-size: 2.4rem;
  width: 100%;
}
.security .plan .p-box p{
  font-size: 1.6rem;
  padding-bottom: 16px;
}
.security .plan .p-box p::after,
.security .plan .p-box p::before{
  content: none;
}
.security .plan .p-box figure{
  max-width: 100%;
}
.security .plan .p-box figure .notice{
  font-size: 10px;
}
.security .plan .last-txt{
  font-size: 2rem;
  margin: -10px 0 -15px;
}


.introduction-box {
  display: block;
  margin-bottom: 110px;
  padding: 20px 2.2rem 80px;
  border-radius: 0;
}
.introduction-box .introduction-images {
  width: 100%;
}
.introduction-box .introduction-data {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.introduction-box .introduction-data > dt {
  font-size: 13px;
}
.introduction-box .introduction-data > dd .introduction-text_bold {
  margin-top: 8px;
  padding-top: 6px;
  padding-bottom: 3px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 13px;
}
.introduction-box .introduction-data > dd .introduction-text_bold br {
  display: none;
}
.introduction-box .introduction-data > dd .introduction-text_mid {
  margin-top: 8px;
  font-size: 12px;
}
.introduction-box .movie{
  width: 100%;
  position: relative;
  padding-top: 47%;
  margin-top: 20px;
}
.introduction-box .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.introduction-box .introduction-link {
  font-size: 14px;
}

.introduction-box .jirei-link{
  bottom: 21px;
}


/* フッターアイコン */
#footer .container{
  flex-direction: column-reverse;
}

#footer .container .icon{
  padding-top: 15px;
}
#footer .icon{
  padding-left: 0;
}
#footer .icon ul.flex li a img.icon-24{
  width: 2.4rem;
  height: 2.4rem;
}
