@charset 'UTF-8';

/* ********************************************************************************
  fonts
*********************************************************************************** */
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.woff") format('woff'), url("../font/NotoSansCJKjp-Thin.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff") format('woff'), url("../font/NotoSansCJKjp-Light.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.woff") format('woff'), url("../font/NotoSansCJKjp-DemiLight.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  src: url("../font/NotoSansCJKjp-Regular.woff") format('woff'), url("../font/NotoSansCJKjp-Regular.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format('woff'), url("../font/NotoSansCJKjp-Medium.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format('woff'), url("../font/NotoSansCJKjp-Bold.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format('woff'), url("../font/NotoSansCJKjp-Black.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url("../font/Lato-Regular.woff") format('woff'), url("../font/Lato-Regular.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  src: url("../font/Lato-Black.woff") format('woff'), url("../font/Lato-Black.otf") format('opentype');
  font-display: swap;
}


/* ******************************************************
common
****************************************************** */

html, body, h1, h2, h3, h4, h5, h6, p, figure, div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  font-size: 100%;
  font-weight: bold;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
li, dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
em {
  font-style: normal;
}
small {
  font-size: smaller;
}
header, footer, main, nav, article, aside, section {
  display: block;
  box-sizing: border-box;
  word-break: break-word;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  border: none;
}
a:hover{
    opacity: .8;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 160%;
    font-size: 1.6rem;
  }
  a:hover {
    opacity: .7;
  }
}

/*  *********************************************************************** */
@media screen and (min-width: 768px) and (max-width:1000px), print {
  body {
    width: 1000px;
  }
}

/* ******************************************************
 modal
****************************************************** */
.overlay-box {
 display: none; 
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 200;
 overflow: auto;
}
.overlay-bg {
 display: none; 
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 width: 100%;
 height: 120%;
 background: url(../img/modal_bg.png)\9;
 background: rgba(0,0,0,.5);
 z-index: 120;
}
.modal-base {
 position: relative;
 margin: 40px auto 0;
 padding: 5%;
 width: 87.5%;
 background-color: #fff;
 box-sizing: border-box;
}
.modal-box {
 display: none;
 min-height: 80px;
}
.modal-box.disp {
 display: block;
}
.modal-base .btn-box {
 margin: 10px 0 0;
 text-align: center;
}
a.close-btn {
 display: inline-block;
 padding: .3em 2em .5em;
 color: #ffffff;
 background-color: #333333;
 border-radius: 3px;
 font-size: 16px;
 cursor: pointer;
 transition: all .2s ease-out;
}
a.close-btn span {
 display: inline-block;
 /*padding-left: 20px;*/
 line-height: 1;
 height: 100%;
 /*background-image: url(../img/modal_ico_close.png);*/
 background-repeat: no-repeat;
 -webki-background-size: 13px;
 background-size: 13px;
 background-position: 0 50%;
 vertical-align: middle;
 color: #fff;
}
.close-btn2 {
 position: absolute;
 top: -6px;
 right: -6px;
 width: 23px;
}
.close-btn2 img {
 width: 100%;
}
.ovlay body {
 position: fixed;
 width: 100%;
 overflow-y: hidden;
}
html.ovlay-ad {
 overflow-y: hidden;
}
.ovlay-ad body {
 overflow-y: hidden;
}
.ovlay-ad .wrap-all {
overflow-y: scroll;
}
.n4-modal-ttl {
 display: block;
 margin-bottom: .3em;
 line-height: 1.4;
 color: #1f1f1f;
 font-size: 14px;
 font-weight: bold;
}
.n4-modal-tx {
 display: block;
 margin-bottom: .8em;
 line-height: 1.6;
 color: #1f1f1f;
 font-size: 12px;
}
.n4-modal-img {
 display: block;
 margin-bottom: .5em;
}
.n4-modal-img img {
 width: 100%;
}
.n4-modal-dl {
 margin: .5em 0 0;
 padding: 0;
 line-height: 1.4;
 color: #1f1f1f;
 font-size: 12px;
}
.n4-modal-dl dt {
 display: block;
 margin: 0 0 .5em;
 font-weight: bold;
 color: #1f1f1f;
 font-size: 13px;
}
.n4-modal-btnbox {
 margin: 15px 0 20px;
}
.n4-modal-dl dd {
 display: block;
 margin: 0 0 .5em;
}
.n4-hidden {
 display: none;
}

@media screen and (min-width: 768px), print {
  .modal-base {
   margin: 50px auto 0;
   padding: 20px 4%;
   width: 60%;
   max-width: 620px;
   font-size: 14px;
  }
  .modal-base .btn-box {
   margin: 10px 0 0;
  }
  a.close-btn {
   font-size: 16px;
  }
  a.close-btn:hover {
   background-color: #000000;
  }
  a.close-btn span {
    /*padding-left: 20px;*/
    -webki-background-size: 13px;
    background-size: 13px;
  }
  .close-btn2 {
   top: -20px;
   right: -20px;
   width: 46px;
   cursor: pointer;
  }
  .n4-modal-ttl {
   margin-bottom: .3em;
   font-size: 125%;
  }
  .n4-modal-tx {
   margin-bottom: .8em;
   font-size: 100%;
  }
  .n4-modal-dl {
   margin: .5em 0 0;
   font-size: 100%;
  }
  .n4-modal-dl dt {
   margin: 0 0 .5em;
   font-size: 112.5%;
  }
  .n4-modal-btnbox {
   margin: 15px 0 20px;
  }
  .n4-modal-dl dd {
   margin: 0 0 .5em;
  }

}



/* ******************************************************
error_box
****************************************************** */
.error_box {
  margin: .5em auto 2em auto;
  text-align: center;
  font-size: 120%;
  font-size: 1.2rem;
  width: 100%;
  color: #e60012;
  clear: both;
  float: none;
}
@media screen and (min-width: 768px), print {
 .error_box {
    font-size: 89.5%;
  }
}


/* ******************************************************
floating
****************************************************** */
.floatingbox{
  position: relative;
  margin: 0 auto;
  width: 25.625vw;
}
.floatingbox .floatingbox__img{
  position: fixed;
  bottom: .5em;
  right: .5em;
  z-index: 88;
}
.floatingbox__img__inner{
  width: 25.625vw;
  height: auto;
}
.floatingbox .floatingbox__img__inner a{
  text-decoration: none;
}
.floatingbox .floatingbox__img p.close{
  position: absolute;
  top: -.2rem;
  right: -.2rem;
}
.floatingbox .floatingbox__img p.close a{
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .floatingbox{
    width: 165px;
  }
  .floatingbox .floatingbox__img{
    bottom: 1em;
    right: 1em;
  }
  .floatingbox__img__inner{
    width: 165px;
  }
}

/* ******************************************************
LP内 共通class
****************************************************** */
.main {
  background-color: #fff;
}
[class|=inner] {
  max-width: 1029px;
  margin: auto;
}
[class|=sec].bg {
  position: relative;
  color: #333;
  z-index: 0;
}
[class|=sec].bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  margin: auto;
  z-index: -1;
}
[class|=ttl] {
  margin-bottom: 1.25em;
  font-weight: bold;
}
[class|=flx] {
  display: flex;
}
[class|=btn] a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.btn-clr1 a {
  background: linear-gradient(45deg,#c0c0c0,#c0c0c0);
}
.btn-clr2 a {
  background: linear-gradient(45deg,#c0c0c0,#c0c0c0);
}
.btn-clr3 a {
  background: linear-gradient(45deg,#c0c0c0,#c0c0c0);
}
.btn-clr4 a {
  background: linear-gradient(45deg,#c0c0c0,#c0c0c0);
}
.btn-clr5 a {
  background: linear-gradient(45deg,#c0c0c0,#c0c0c0);
}
.btn-clr1 .open {
  background: linear-gradient(45deg,#d3d3d3,#d3d3d3);
}
.btn-clr2 .open {
  background: linear-gradient(45deg,#d3d3d3,#d3d3d3);
}
.btn-clr3 .open {
  background: linear-gradient(45deg,#5085C3,#5085C3);
}
.btn-clr4 .open {
  background:linear-gradient(45deg,#d3d3d3,#d3d3d3);
}
.btn-clr5 .open {
  background: linear-gradient(45deg,#d3d3d3,#d3d3d3);
}
.sec-Introduction .btn-clr3 .open{
  background: linear-gradient(45deg,#d3d3d3,#d3d3d3);
}
.btn-clr1 a,
.btn-clr2 a,
.btn-clr4 a {
  box-shadow: 0 .25em 1em 0 rgba(0,0,0,.16);
  border-radius: 2em;
}
[class|=list] {
  text-align: left;
}
[class|=lead] {
  margin-bottom: 4em;
}
[class|=lbl] {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  [class|=inner] {
    width: 85.625%;
  }
  [class|=sec].bg::before {
    background-size: auto;
  }
  [class|=ttl] {
    font-size: 6.125vw;
  }
  .btn-clr1 a,
  .btn-clr2 a,
  .btn-clr4 a {
    padding: .8125em 0;
    width: 85.625vw;
    font-size: 4.375vw;
  }
  .btn-clr3 a {
    display: block;
    padding: 1em 0;
    font-size: 3.5vw;
  }
  .btn-clr5 a {
    margin-top: 2em;
    display: block;
    padding: 1em 0;
    font-size: 3.5vw;
  }
  [class|=lbl] img {
    width: 15.625vw;
    height: 15.625vw;
  }
  .box-recommend {
    font-size: 4.8125vw;
  }
  [class|=list] li {
    font-size: 2.84375vw;
  }
  [class|=list] li.notes {
    font-size: 2.625vw;
  }
}
@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
  [class|=inner] {
    width: 96%;
  }
  [class|=sec].bg::before {
    background-size: 100% auto;
  }
  [class|=flxpc] {
    display: flex;
  }
  [class|=ttl] {
    font-size: 36px;
  }
  .btn-clr1 a,
  .btn-clr2 a,
  .btn-clr4 a{
    padding: 1em 0;
    width: 400px;
    font-size: 18px;
  }
  .btn-clr3 a {
    padding: .844em 0;
    max-width: 260px;
    width: 100%;
  }
  .btn-clr4 a {
    max-width: 354px;
  }
  .btn-clr5 a {
    margin-top: 40px;
    padding: .844em 0;
    max-width: 280px;
    width: 100%;
  }
  [class|=lbl] img {
    width: 69px;
    height: 69px;
  }
  .box-recommend {
    font-size: 22px;
  }
  [class|=list] li {
    font-size: 13px;
  }
  [class|=list] li.notes {
    font-size: 12px;
  }
}


/* ******************************************************
nav
****************************************************** */
.flx-nav {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1.5em;
  width: 96%;
}
.flx-nav li {
  position: relative;
}
.flx-nav li:not(:first-of-type)::before {
  content: "／";
  display: inline-block;
  margin-right: .2em;
  font-size: 80%;
}
.link-nav {
  display: inline;
  border-bottom: dashed 1px #fff;
  text-decoration: none !important;
  font-size: 85%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flx-nav {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px), print {
  .flx-nav {
    max-width: 510px;
  }
  .flx-nav li:not(:first-of-type)::before {
    margin-right: .6em;
  }
}
/* ******************************************************
.sec-mv
****************************************************** */
.sec-mv {
  font-weight: bold;
}
.col-mv-img {
  position: relative;
}
[class|=img-mv] {
  margin: 0;
}
.mv-ttl {
  margin-bottom: 1.75em;
  line-height: 1.1;
}
.mv-ttl-txt1,
.mv-ttl-txt2 {
  display: block;
}
.mv-ttl-txt2 {
  color: #F3821B;
}
.col-mv-txt p {
  margin-bottom: 1.5em;
}
.img-mv-fukidashi {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    height: 176.875vw;
    padding-top: 1.5em;
    margin-bottom: 20px;
  }
  /*
  .sec-mv.bg {
    background-size: cover;
  }*/
  .inner-mv {
    width: 90%;
  }
  .img-mv-term {
    width: 63.75vw;
    margin: 0 auto 3.5em;
  }
  .img-mv-fukidashi {
    width: 18.75vw;
    z-index: 1000;
    top: 40px;
  }
  .img-mv-phone {
    position: absolute;
    top: 4.4em;
    right: 1em;
    width: 72.65625vw;
  }
  .mv-ttl-txt1 {
    font-size: 11.15625vw;
  }
  .mv-ttl small {
    font-size: 9.625vw;
  }
  .mv-ttl-txt2 {
    font-size: 15.3125vw;
  }
  .mv-ttl-txt2 em {
    font-size: 16.1875vw;
  }
  .col-mv-txt p {
    text-align: left;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px), print {
  .sec-mv {
    padding: 40px 0 0;
    height: 615px;
    text-align: left;
    max-height: 552px;
  }
  .inner-mv {
    max-width: 989px;
  }
  .flxpc-mv {
    align-items: flex-start;
    justify-content: space-between;
  }
  .col-mv-txt {
    width: 54%;
  }
  .col-mv-img {
    max-width: 486px;
    width: 48%;
  }
  .img-mv-phone {
    margin-top: 61px;
    width: 486px;
  }
  .img-mv-term {
    width: 407px;
    margin-bottom: 2em;
  }
  .img-mv-fukidashi {
    top: -20px;
    left: -20px;
    width: 134px;
    height: 123px;
  }
 /* .img-mv-phone {
    margin-top: -8px;
    width: 311px;
  }*/
  .mv-ttl-txt1 {
    font-size: 51px;
  }
  .mv-ttl small {
    font-size: 44px;
  }
  .mv-ttl-txt2 {
    font-size: 70px;
  }
  .mv-ttl-txt2 em {
    font-size: 74px;
  }
  .col-mv-txt p {
    font-size: 20px;
  }
}


/* ******************************************************
#plan
****************************************************** */

/* *********************
お客様コード 入力
********************* */
.c-code {
  margin: 0 auto 0em;
}
.c-code p {
}
.c-code input {
  margin: 0em 0;
  padding: 0em 0;
  width: 0%;
  border: 0px solid #999;
  text-align: center;
  font-size: 0%;
}
.inner-service .c-code {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-code {
    max-width: 0vw;
  }
  .c-code input {
    width: 0vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-code p {
  }
  .c-code input {
    padding: 0em 0;
    width: 0px;
  }
}

.plan-phrase {
  display: block;
  margin-bottom: .5em;
  background-color: #F2F2F2;
}
.subttl-plan small {
  display: block;
}
[class|=img-plan] {
  position: relative;
  padding-top: 1em;
  margin-bottom: 1em;
}
[class|=img-plan] img {
  position: relative;
}
.txt-price-plan {
  margin-bottom: 1em;
  /*color: #E02121;*/
}
.list-plan {
  margin-top: 1.5em;
}
[class|=num-price-plan] {
  display: block;
  margin-bottom: .25em;
  font-weight: bold;
  color: #E02121;
}
[class|=num-price-plan] small {
  display: inline-block;
  margin-left: .25em;
  color: #000;
}
.flx-price-plan {
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  width: 75%;
  margin: auto;
}
.num-price-plan-col1,
.num-price-plan-col2 {
  position: relative;
}
.num-price-plan-col1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto 0;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.38%2035.38%22%3E%3Cpath%20d%3D%22M.41.91%2C74%2C34.47%22%20transform%3D%22translate%280%200%29%22%20style%3D%22fill%3Anone%3Bstroke%3A%23e02121%3Bstroke-width%3A2px%22%2F%3E%3Cpath%20d%3D%22M.41%2C34.47%2C74%2C.91%22%20transform%3D%22translate%280%200%29%22%20style%3D%22fill%3Anone%3Bstroke%3A%23e02121%3Bstroke-width%3A2px%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
  background-size: contain;
}
.num-price-plan-col2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.05%2010.15%22%3E%3Cpath%20d%3D%22M12.55.35l9.3%2C9.3H0%22%20transform%3D%22translate%280%200%29%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}
.flxpc-plan .col-service {
  background-color: #fff;
  box-shadow: 0 .5em 1em 0 rgba(0,0,0,.16);
  color: #000;
}
.col-service.wplan {
  position: relative;
/*  border: solid .4em #F58D1E;*/
}
.plan-recommend {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #F58D1E;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan-phrase {
    padding: .25em 0;
    font-size: 3.28125vw;
  }
  .subttl-plan {
    font-size: 5.03125vw;
  }
  .subttl-plan small {
    font-size: 3.28125vw;
  }
  .lbl-plan {
    top: 0.4em;
    right: -1em;
  }
  .lbl-plan2 img {
    width: 17.5vw;
    height: 17.5vw;
  }
  .txt-price-plan {
    font-size: 3.0625vw;
  }
  [class|=num-price-plan] {
    font-size: 6.5625vw;
  }
  [class|=num-price-plan] small {
    font-size: 3.9375vw;
  }
  .num-price-plan-col1 {
    font-size: 5.6875vw;
  }
  .num-price-plan-col1::before {
    width: 16.07813vw;
    height: 7.32813vw;
  }
  .num-price-plan-col2::before {
    left: -1.1em;
    width: 5.03125vw;
    height: 2.1875vw;
  }
  .flxpc-btn-wplan .btn-clr3:first-child {
    margin-bottom: 1em;
  }
  .flxpc-btn-wplan .btn-clr3 a span {
    padding: .594em 0;
    font-size: 2.625vw;
  }
  .plan-recommend {
    top: -6.25vw;
    padding: .112em;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px), print {
  .flxpc-plan {
    align-items: stretch;
    justify-content: center;
  }
  .flxpc-plan .col-service:nth-child(2) {
    margin: 0;
  }
  .flxpc-plan .col-service {
    padding: 2em 1.235em;
  }
  .col-service.wplan {
    order: 2;
    margin-right: 1.4577%;
    margin-left: 1.4577%;
    width: 39%;
    max-width: 400px;
    border-width: 5px;
  }
  .col-service.denshiban {
    order: 1;
    width: 29.248%;
  }
  .col-service.takuhai {
    order: 3;
    width: 29.248%;
  }
  .plan-phrase {
    padding: 0;
    font-size: 15px;
  }
  .subttl-plan {
    min-height: 72px;
    font-size: 26px;
  }
  .subttl-plan small {
    font-size: 15px;
  }
  [class|=img-plan] {
    min-height: 136px;
  }
  .img-plan-denshiban {
    padding-top: 1.9em;
  }
  .lbl-plan {
    top: 0em;
    right: -.5em;
  }
  .lbl-plan2 img {
    width: 86px;
    height: 86px;
  }
  .txt-price-plan {
    font-size: 16px;
  }
  [class|=num-price-plan] {
    font-size: 30px;
  }
  [class|=num-price-plan] small {
    font-size: 18px;
  }
  .flx-price-plan {
    max-width: 251px;
  }
  .num-price-plan-col1 {
    font-size: 26px;
  }
  .num-price-plan-col1::before {
    width: 73.5px;
    height: 33.5px;
  }
  .num-price-plan-col2::before {
    left: -1.25em;
    width: 23px;
    height: 10px;
  }
  .flxpc-btn-wplan {
    align-items: stretch;
    justify-content: space-between;
  }
  .flxpc-btn-wplan .btn-clr3 {
    width: 48.5%;
  }
  .flxpc-btn-wplan .btn-clr3 a {
    padding: .594em 0;
    line-height: 1.2;
  }
  .flxpc-btn-wplan .btn-clr3 a span {
    display: block;
    font-size: 12px;
  }
  .plan-recommend {
    top: -29px;
    padding: .125em;
  }
}


/* ******************************************************
.sec-freeterm
****************************************************** */
.sec-freeterm {
  padding-top: 0;
}
.ttl-freeterm {
  margin-bottom: .5em;
}
.ttl-freeterm,
.freeterm-txt {
  font-weight: 500;
}
.slidetoggle {
  margin-bottom: 2em;
}
.img-slidetoggle {
  transition: transform .3s ease;
}
.img-slidetoggle.open {
  transform: rotate(-180deg);
}
.area-freeterm {
  display: none;
}
.freeterm-notes {
  margin-bottom: 4em;
  text-align: left;
}
.freeterm-notes .note1{
    background: #eee;
    padding: 1.5em 2em;
    text-align: left;
    margin-bottom: 2em;
    color: #000;
}
.freeterm-notes b{
    margin-bottom: .5em;
    display:block;
}
.fig-freeterm {
  margin: 0 auto 2em;
  padding-bottom: 2em;
}
.figcap-freeterm {
  display: block;
  margin-bottom: .5em;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.12%2020.12%22%3E%3Cpath%20d%3D%22M10.06%2C20.12A10.06%2C10.06%2C0%2C1%2C1%2C20.12%2C10.06%2C10.05%2C10.05%2C0%2C0%2C1%2C10.06%2C20.12ZM10.06%2C6a4%2C4%2C0%2C1%2C0%2C4%2C4h0A4%2C4%2C0%2C0%2C0%2C10.06%2C6Z%22%20transform%3D%22translate%280%200%29%22%20style%3D%22fill%3A%230069bc%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
  background-size: contain;
  text-align: left;
  font-weight: 500;
}
.box-freeterm {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #fff;
  text-align: left;
}
.list-freeterm + p {
  margin-top: 1em;
}
.list-freeterm + .list-freeterm {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .ttl-freeterm {
    font-size: 4.59375vw;
  }
  .img-slidetoggle {
    width: 6.5625vw;
  }
  .freeterm-txt{
    font-size: 3.5vw;
  }
  .figcap-freeterm {
    padding-left: 1.25em;
    background-size: 3.125vw;
  }
  .box-freeterm {
    font-size: 2.84375vw;
  }
}
@media screen and (min-width: 768px), print {
  .inner-freeterm {
    max-width: 880px;
  }
  .ttl-freeterm {
    font-size: 28px;
  }
  .img-slidetoggle {
    width: 30px;
    cursor: pointer;
  }
  .figcap-freeterm {
    padding-left: 1.5em;
    background-size: 20px;
  }
  .box-freeterm,
  .freeterm-notes p {
    font-size: 13px;
  }
  .freeterm-notes {
    padding: 0 2em;
  }
}

/* ******************************************************
.sec-movie
****************************************************** */
.sec-movie {
    padding-top: 0;
}
.ttl-movie {
    padding: 2em 0;
    background: rgb(28,51,74);
    background: -webkit-linear-gradient(rgba(28,51,74,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(28,51,74,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(28,51,74,1) 0%, rgba(0,0,0,1) 100%);
    color: #fff;
}
.ttl-video{
    color: #00314f;
}
.subttl-video{
  font-weight: 500;
    background: #f2f2f2;
    padding: 1.5em 0 1em 0;
    margin-bottom: 2em;
}
.txt-video {
  font-weight: 500;
}
.ttl-video em,
.txt-video em,
.subttl-video em{
    color: #fc8634;
}
.sec-video{
    padding-top: 0;
    border-bottom: 1px solid #d1d1d1;
}
.sec-video.no-line{
    padding-top: 20px;
    border-bottom: none;
}
.movie-cap{
    padding-top: .5em;
    font-size: 90%;
}
    .flx-video{
        flex-wrap: wrap;
        justify-content: space-between;
    }
@media screen and (max-width: 767px) {
  .ttl-video {
    font-size: 4.59375vw;
  }
  .txt-video{
    font-size: 4.375vw;
    padding-bottom: 1em;
  }
.subttl-video{
    font-size: 3.75vw;
}
.sec-video{
    margin-bottom: 2em;
}
    .flx-video li{
        width: 48.5%;
        margin-bottom: .5em;
    }
}
@media screen and (min-width: 768px), print {
  .inner-movie {
    max-width: 880px;
  }
  .ttl-video {
    font-size: 28px;
  }
  .txt-video {
    font-size: 26px;
    margin-bottom: 20px;
  }
.subttl-video{
    font-size: 22px;
    padding-bottom: 2em;
}
.sec-video{
    margin-bottom: 40px;
    padding-bottom: 40px;
}
    .flx-video li{
        width: 24.2%;
        margin-bottom: 10px;
    }
}
/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap{    
	margin: 24px auto;
    max-width: 400px;
}
@media screen and (min-width:768px){
.video-wrap{    
	margin: 40px auto;
    max-width: 780px;
}
}
/* ******************************************************
#viewer/
****************************************************** */
.ttl-service {
color: #003e70;
}
.ttl-service b {
  display: block;
  color: #F3821B;
}
.ttl-service small {
  display: block;
}
.ttl-service img{
max-width: 360px;
}
.flxpc-service {
  margin-bottom: 4em;
}
.flxpc-service .col-service {
  background-color: #FFF6CB;
  box-shadow: 0 .5em 1em 0 rgba(0,0,0,.16);
  color: #000;
  display: flex;
  flex-flow: column;
}
.flxpc-service .col-service {
  background-color: #FFF6CB;
  box-shadow: 0 .5em 1em 0 rgba(0,0,0,.16);
  color: #000;
  display: flex;
  flex-flow: column;
}
.img-service {
  position: relative;
  padding-top: 2.5em;
  margin-bottom: 2em;
}
.img-service img {
  position: relative;
}
.txt-service {
  text-align: left;
}
@media screen and (max-width: 767px) {
.txt-service{

padding: 24px 0px 8px;
}
}
.price-service {
  padding: 16px;
	background: #ffffff;
  text-align: center;
  line-height: 1.4;
}
.txt-price-service-1 {
}
.txt-price-service-2 {
 margin-bottom: 1em;
}
.num-price-service {
font-size: 2.4rem;
color: #DB4369;
	font-weight:bold;
}

@media screen and (max-width: 767px) {
  .ttl-service b {
    font-size: 6.125vw;
  }
  .col-service {
    margin-bottom: 2em;
    padding: 2em 2.5em;
  }
  .subttl-service {
    font-size: 4.8125vw;
  }
  .lbl-service {
    top: 0;
    right: -1em;
  }
  .price-service {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px), print {
  .ttl-service b {
    font-size: 28px;
  }
  .flxpc-service {
    align-items: stretch;
      flex-wrap: wrap;
	  width: 1000px;
	  margin: auto;
  }
	.sec-prime .flxpc-service{
		width: 1000px;
		margin-bottom: 40px;
	}
	.sec-prime .flxpc-service:nth-of-type(2){
		width: 681px;
		margin-bottom: 40px;
	}
    .flxpc-service::after{
        content:"";
        display: block;
        width: 31.099%;
    }
  .col-service {
    padding: 1.5em 1.5em 2em;
    width: 31.099%;
  }
	.haruwari2023-4:nth-of-type(2n){
		margin-left: 41px;
	}
/*  .col-service:nth-child(2),
  .col-service:nth-child(5),
  .col-service:nth-child(8) {
    margin-right: 3.13375%;
    margin-left: 3.13375%;
  }*/
	.col-service:nth-child(4),
  .col-service:nth-child(5),
  .col-service:nth-child(6),
  .col-service:nth-child(7),
  .col-service:nth-child(8),
	.col-service:nth-child(9){
        margin-top: 30px;
    }
  .subttl-service {
    white-space: nowrap;
    font-size: 22px;
  }
    .subttl-service small{
        font-size: 17px;
    }
  .txt-service {
    /*min-height: 125px;*/
    margin-top: 2em;
  }
  .lbl-service {
    top: 1em;
    right: -.5em;
  }
.txt-price-service-1,
.txt-price-service-2 {
  font-size: 12px;
}
.num-price-service {
  font-size: 2.6rem;
}
}


/* ******************************************************
#viewer
****************************************************** */
.sec-viewer{
text-align: center;
padding: 4em 0em;
}
.flx-viewer {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 2em;
}
.img-viewer {
  margin-bottom: 1.5em;
}
.col-ttl-viwer{
font-weight:bold;
color: #003e70;
margin: 8px 0 16px;
}
.txt-viewer {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-viewer.bg::before {
    height: 39%;
  }
  .col-viewer {
    width: 46%;
    margin-bottom: 2em;
  }
  .img-viewer {
    width: 16.75vw;
  }
  .txt-viewer {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 768px), print {
  .sec-viewer.bg::before {
    height: 870px;
  }
  .flx-viewer {
    width: 93%;
    margin-bottom: 4em;
  }
  .col-viewer {
    width: 22.467%;
  }
  .img-viewer {
    width: 77px;
  }
  .txt-viewer {
    font-size: 14px;
  }
}
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝
1種ビューアーを削除する場合
＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
@media screen and (min-width: 768px){
.sec-viewer .col-service {
    width: 320px!important;
}
}
@media screen and (min-width: 768px), print{
	.sec-viewer .flxpc-service {
    width: 681px!important;
}
}


/* ******************************************************
#digital
****************************************************** */

@media screen and (max-width: 767px) {
  .sec-digital.bg::before {
    height: 55%;
  }
}
@media screen and (min-width: 768px), print {
  .sec-digital.bg::before {
    height: 600px;
  }
  .sec-digital .txt-service {
    min-height: inherit;
  }
}
.sec-digital{
text-align: center;
padding: 4em 0em;
}
@media screen and (max-width: 767px) {
  .sec-digital.bg::before {
    height: 39%;
  }

}
@media screen and (min-width: 768px), print {
  .sec-digital.bg::before {
    height: 870px;
  }
}
/* ******************************************************
#Introduction
****************************************************** */
.sec-Introduction{
background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .sec-Introduction.bg::before {
    height: 55%;
  }
}
@media screen and (min-width: 768px), print {
  .sec-Introduction.bg::before {
    height: 600px;
  }
  .sec-Introduction .txt-service {
    min-height: inherit;
  }
}
.sec-Introduction{
text-align: center;
padding: 4em 0em;
}
.sec-Introduction .subttl_inner {
	background-color: #003e70;
		height: 115px;
	  display: table;
  width: 100%;
}
.sec-Introduction .subttl-detail--business .subttl_inner{
	background-color: #00223d;
}
.sec-Introduction .subttl_detail--markettech .subttl_inner {
	background-color: #003e70;
}
.sec-Introduction .subttl_detail--off .subttl_inner{
	background-color: #326E9D;
}
.sec-Introduction .subttl-Introduction {
    padding: 24px 16px 16px;
    text-align: center;
	 display: table-cell;
  vertical-align: middle;
    color: #fff;
	font-size: 2.4rem;
}
.sec-Introduction .col-service{
    padding: 0em;
}
.sec-Introduction .flxpc-service .col-service{
background-color: #fff;
}
.sec-Introduction .price-service{
padding-bottom: 24px;
}
.sec-Introduction .btn-clr3 a{
background: #c0c0c0;
}
.subttl-detail--business{
	border:2px solid #00223d;
}
.subttl_detail--markettech{
	border:2px solid #003e70;
}
.subttl_detail--off {
border:2px solid #326E9D;
}

/* ******************************************************
#nikkeiprime 2022.12add
****************************************************** */
.sec-prime{
text-align: center;
padding: 4em 0em;
}
.sec-prime .price-service{
    border: none;
	margin: 0 16px 16px;
}
@media screen and (min-width: 768px){
    .sec-prime .col-service{
		width: 320px;
    }
	 }
    .sec-prime .col-service{
        padding: 0;
    }
    .sec-prime .subttl-service{
        padding: .5em 2.2em;
    }
    .sec-prime .img-service{
        /*padding: 2em 2.2em 1em 2.2em;*/
		padding: 0 2.2em;
    	margin-bottom: 0;
    }
    .sec-prime .img-service .img-service-p{
	font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1em;
    }
    .sec-prime .price-service{
        padding: 2em 2.2em;
		margin: 0 24px 24px;
    }
    .sec-prime .img-service .lbl-service{
        right: 0.5em;
        top: 4.5em;
    }
@media screen and (max-width: 767px){
.sec-prime .img-service .lbl-service{
        right: 2em;
        top: 4.5em;
    }
}
.sec-prime .img-service .lbl-plan_w{
        right: -2em;
        top: 4em;
    }
@media screen and (max-width: 767px){
.sec-prime .img-service .lbl-plan_w {
    top: 4em;
    right: 5em;
}
}
    .p-service{
        background: #FFF6CB;
        padding: 1.5em 1.6em;
        text-align: left;
    }
	.sec-prime .p-service{
	background: #ECF6FF;
	}
.sec-prime .flxpc-service .col-service{
background: #ECF6FF;	
}
@media screen and (max-width: 767px) {
  .sec-prime.bg::before {
    height: 58%;
  }
}
@media screen and (min-width: 768px), print {
  .sec-prime.bg::before {
    height: 600px;
  }
  .sec-prime .txt-service {
    min-height: inherit;
  }
}

/* ******************************************************
#simulation
****************************************************** */
.sec-sim {
  position: relative;
  background-color: #F0EDEC;
}
.sec-sim::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url('../img/n-img/icon_simulation.svg') no-repeat center;
  background-size: contain;
}
.ttl-sim {
  margin-bottom: .5em;
}
.lead-sim {
  margin-bottom: 3em;
}
.box-sim {
  margin-bottom: 3em;
  background-color: #fff;
  box-shadow: 0 .1em 1em 0 rgba(0,0,0,.16);
  text-align: left;
}
.subttl-sim {
  margin-bottom: 1em;
  background-color: #EFEFEF;
  font-weight: 500;
}
.subttl2-sim {
  margin-bottom: .5em;
  font-weight: 500;
}
.flx-sim {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.flx-sim + .subttl2-sim {
  margin-top: -1em;
}
.flx-sim li {
  margin-bottom: 1em;
}
.flx-sim li:not(:last-of-type) {
  margin-right: 1em;
}
.sim-total {
  margin-bottom: 1em;
  background-color: #EEFAE0;
}
.flxpc-total {
  position: relative;
}
.flxpc-total::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.05%2010.15%22%3E%3Cpath%20d%3D%22M12.55.35l9.3%2C9.3H0%22%20transform%3D%22translate%280%200%29%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}
.txt-total {
  display: block;
}
.box-total2 {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #707070;
  text-align: center;
}
.box-total1 {
  display: inline-block;
  background-color: #FFE5C9;
  border: solid 2px #707070;
  text-align: center;
}
.txt-unit {
  vertical-align: bottom;
}
.txt-price-total {
  margin-top: .5em;
  line-height: 1.4;
  font-size: 87.5%;
}
.txt-total {
  display: block;
  margin-bottom: .25em;
  font-size: 87.5%;
}
.txt-total-em {
  color: #E02121;
}
.txt-total-em2 {
  display: none;
}
.sim-n,
.sim-s {
  display: none;
}
.sim-n:checked + label,
.sim-s:checked + label {
  background: #000;
  color: #fff;
}
[class|=label] {
  display: block;
  padding: 1.25em 1em;
  box-sizing: border-box;
  background: linear-gradient(#fff,#EAEAEA);
  border: solid 1px #C4C4C4;
  border-radius: .3em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-size: 87.5%;
}
.label-l {
  padding: .733em 1em;
}
.label-l small {
  display: block;
  margin-top: .3em;
}
.list-sim {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec-sim {
    padding-top: 10em;
  }
  .sec-sim::before {
    top: 3em;
    width: 18.75vw;
    height: 18.75vw;
  }
  .ttl-sim {
    white-space: nowrap;
  }
  .box-sim {
    padding: 1.5em;
    border-radius: .5em;
  }
  .subttl-sim {
    padding: .407em .3em;
  }
  .sim-total {
    min-height: 52.1875vw;
    padding: 1em 2em;
  }
  .flxpc-total::before {
    top: 40%;
    width: 5.03125vw;
    height: 2.1875vw;
    transform: rotate(90deg);
  }
  .col-total-1 {
    margin-bottom: 3em;
  }
  .box-total1,
  .box-total2 {
    width: 72%;
  }
  .box-total1 {
    padding: .067em 0;
    font-size: 150%;
  }
  .box-total2 {
    padding: .25em 0;
    font-size: 4.0625vw;
  }
  .flxpc-sim-btn .btn-clr4:first-child {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .sec-sim {
    padding-top: 15em;
  }
  .sec-sim::before {
    top: 6em;
    width: 117px;
    height: 117px;
  }
  .inner-sim {
    max-width: 860px;
  }
  .subttl-sim {
    padding: .407em 1em;
  }
  .box-sim {
    padding: 2em;
    border-radius: 10px;
  }
  .sim-total {
    padding: 2em 2.6em 1.5em;
  }
  .flxpc-total {
    align-items: flex-start;
    justify-content: space-between;
  }
  .flxpc-total::before {
    top: 38%;
    width: 23px;
    height: 10px;
  }
  .col-total-1,
  .col-total-2 {
    width: 46%;
  }
  .box-total1,
  .box-total2 {
    width: 235px;
  }
  .box-total2 {
    padding: 13px 0;
  }
  .box-total1 {
    padding: 5px 0;
    font-size: 26px;
  }
  .txt-unit {
    font-size: 12px;
  }
  .flxpc-sim-btn {
    align-items: stretch;
    justify-content: space-between;
    max-width: 728px;
    margin: auto;
  }
  [class|=label] {
    min-width: 150px;
    max-height: 51px;
  }
  .list-sim {
    width: 96%;
  }
}


/* ******************************************************
.sec-guide
****************************************************** */
.sec-guide .box-recommend {
  font-size: 112.5%;
}
.guide-ttl-txt2 {
  color: #F3821B;
}
.list-guide {
  margin: 2em auto 0;
  max-width: 750px;
}
.list-guide a {
  color: #77bbff;
}
@media screen and (max-width: 767px) {
  .ttl-guide {
    margin-bottom: .75em;
  }
  .guide-ttl-txt1,
  .guide-ttl-txt2 {
    display: block;
    line-height: 1.2;
    font-size: 6.125vw;
  }
  .guide-em1 {
    font-size: 8.75vw;
  }
  .guide-em2 {
    font-size: 7.875vw;
  }
}
@media screen and (min-width: 768px), print {
  .sec-guide {
    padding: 4em 0;
  }
  .sec-guide.bg::before {
    background-position: center;
  }
  .ttl-guide {
    margin-bottom: .25em;
  }
  .guide-ttl-txt1,
  .guide-ttl-txt2 {
    font-size: 28px;
  }
  .guide-em1 {
    font-size: 40px;
  }
  .guide-em2 {
    font-size: 36px;
  }
}


/* ******************************************************
キャンペーン期間外
html側の -n削除、normalタグ削除でCP表示に切り替え
****************************************************** */
.box-recommend.normal{
  display: none;
}
  .mv-ttl-n_txt1,
  .mv-ttl-n_txt2 {
    line-height: 1.2;
  }
.mv-ttl-n_txt1 {
  display: block;
}
.mv-ttl-n_txt2 {
  color: #F3821B;
}
.mv-term.normal {
  display: none;
}
.guide-ttl-n_txt2 {
  color: #F3821B;
}
@media screen and (max-width: 767px) {
  .mv-ttl-n_txt1,
  .mv-ttl-n_txt2 {
    font-size:6.125vw;
  }
  .mv-ttl-n_txt2 em {
    font-size: 14.0625vw;
  }
  .col-mv-txt.normal p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 3.75vw;
  }
  .guide-ttl-n_txt1,
  .guide-ttl-n_txt2 {
    display: block;
    line-height: 1.2;
    font-size: 5.625vw;
  }
  .guide-ttl-n_txt2 em {
    font-size: 12.5vw;
  }
  .ttl-guide.normal {
    margin-bottom: .75em;
  }
}
@media screen and (min-width: 768px), print {
  .inner-mv.normal {
    padding-top:1em;
  }
  .mv-ttl-n_txt1,
  .mv-ttl-n_txt2 {
    font-size: 40px;
  }
  .mv-ttl-n_txt2 em {
    font-size: 74px;
  }
  .col-mv-txt.normal p {
    margin-bottom: 4em;
    font-size: 18px;
  }
  .guide-ttl-n_txt1,
  .guide-ttl-n_txt2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .guide-ttl-n_txt1{
    display: block;
  }
  .guide-ttl-n_txt2 em {
    font-size: 54px;
  }
  .ttl-guide.normal {
    margin-bottom: .75em;
  }
}
/* お支払いイメージ　*/
.area-freeterm h3{
    background: #d1eaff;
    border-top: 2px solid #003e70;
    border-bottom: 2px solid #003e70;
    padding: 1.5em 2em 1em 2em;
    text-align: left;
    position:  relative;
    margin-bottom: 1em;
}
.area-freeterm h3::before{
    content: "1カ月無料体験利用";
    background: #003e70;
    color: #fff;
    padding: .2em 1em;
    position: absolute;
    top: -1em;
    left: 1em;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
.area-freeterm h3{
    font-size: 90%;
    font-size: 0.9rem;
    font-size: 2.8125vw;
}
}
@media screen and (min-width: 768px), print { 
h3{
    font-size: 150%;
    font-size: 1.5rem;
}
}

/* ******************************************************
アコーディオンのトリガーが上下に揺れるアニメーション
****************************************************** */

.slidetoggle-p{
  color: #2366AE;
  margin-bottom: .8em;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


/* ******************************************************
2022.12追加サービス
****************************************************** */
.sec-service{
	text-align: center;
    background:url("../../images/dks/service-bg.png")no-repeat center;
    background-size: cover;
}
.addservice_blk{
    color: #fff;
    padding: 1em 2em 3em 2em;
    position: relative;
}
.blk-title{
    text-align: center;
}
.blk-title span{
    display: block;
    margin: 0 auto 2em auto;
    border: 1px solid #fff;
    width: 14em;
}
.addservice_blk .blk-title{
    padding-top: 30px;
}
.addservice_blk .blk-title em{
    color: #F3821B;
    font-weight: bold;
}
.blk-description{
    text-align: left;
}

@media screen and (max-width: 767px), print {
.addservice_blk{
    background: rgb(0,48,96);
    background: -moz-linear-gradient(0deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
    background: linear-gradient(0deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
}
.blk-title{
    font-size: 120%;
    font-size: 1.2rem;
    font-size: 3.75vw;
    margin-bottom: 1em;
}
.blk-title span{
    font-size: 80%;
    font-size: 0.8rem;
    font-size: 2.5vw;
}
}

@media screen and (min-width: 768px), print {
.addservice_area{
    max-width: 1120px;
    margin: 0 auto 100px auto;
    display: flex;
}
.addservice_blk{
    background: rgb(0,48,96);
    background: -moz-linear-gradient(300deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
    background: -webkit-linear-gradient(300deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
    background: linear-gradient(300deg, rgba(0,48,96,1) 0%, rgba(86,117,149,1) 100%);
}
.blk-title{
    font-size: 170%;
    font-size: 1.7rem;
    margin-bottom: 1em;
}
.blk-title span{
    font-size: 120%;
    font-size: 1.2rem;
}
    .addservice_blk{
        width: 33.3%;
    }
.blk-description{
    font-size: 150%;
    font-size: 1.5rem;
    font-weight: 200;
}
}
/* サービスページ調整*/
a.service-link-blk{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 767px), print {
.main .ttl-service{
    font-size: 7.5vw;
}
.main .ttl-service small{
    font-size: 5vw;
}
a.service-link-blk .icon-link{
    margin-top: 20px;
    margin: 20px auto;
    max-width: 30px;
}
}
@media screen and (min-width: 768px), print {
.main .ttl-service{
    font-size: 40px;
}
a.service-link-blk .icon-link{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}
.inner-service{
color: #333333;
}
.sec-qa .ttl-01{
padding: 2em 0em 1em;
}
@media screen and (min-width: 768px){
.sec-qa .ttl-01{
padding: 0em 0em 0em;
}
}
@media screen and (max-width: 767px){
.addservice_area {
    padding-bottom: 20px;
}
	}

.l-container .section {
  padding: 72px 24px;
}
.l-container .nav-list {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}
.l-container .nav-list__item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-container .nav-list__item--1 {
  margin-left: 48px;
}
@media (max-width: 879px) {
  .l-container .nav-list__item--1 {
    margin-left: 14px;
  }
}
.l-container .nav-list__item--2 {
  margin-left: 48px;
}
@media (max-width: 879px) {
  .l-container .nav-list__item--2 {
    margin-left: 27px;
  }
}
.l-container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  background: #0f0f0f;
}
.l-container .footer__logo {
  display: block;
  width: 57px;
  height: 13px;
}
.l-container .footer__logoImage {
  width: 100%;
}
.l-container .footer__copyligt {
  margin-left: 17px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
}

.l-inner {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.l-inner--anchor {
  padding-top: 4px;
  padding-bottom: 4px;
}
.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.l-grid--nowrap {
  flex-wrap: nowrap;
}
.l-grid--button {
  margin: -4px;
}
.l-grid--inline {
  display: flex;
}
.l-grid--center {
  justify-content: center;
	gap: 10%;
}
@media (max-width: 880px) {
	.l-grid--center{
		gap: 0;
	}
}
.l-column--main-visual {
  flex: 0 0 30%;
  max-width: 50%;
  padding: 4px;
}
@media (max-width: 414px) {
	.l-column--main-visual {
		padding: 8px;
	}
}
@media (min-width: 880px) {
  .l-inner {
    max-width: 1360px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .l-inner--anchor {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l-column--main-visual {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.l-contents {
  width: 100%;
}
.l-contents__section {
  margin: 0 auto;
  max-width: 1360px;
}

.l-contents__narrow {
  background: #F1F1F1;
}
@media (min-width: 880px) {
  .l-contents__narrow {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.l-main {
  width: 100%;
  background-color: #fff;
}

.l-section {
  width: 100%;
  background: #ececec;
}
.l-section .l-section__body {
  margin-top: 20px;
}
@media (min-width: 880px) {
  .l-section .l-section__body {
    margin-top: 40px;
  }
}

.button--anchor {
  font-size: 0.75rem;
  line-height: 1.65;
  font-weight: 700;
  padding: 8px 4px;
}

.button--anchor:after {
  background-image: url("../../images/icon_chevron_down.svg");
  margin-top: 2px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  max-width: 24px;
}

.button__string--limited {
font-size: 1.6rem;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-nav{
background-color: #003e70;
color: #fff;
padding: 16px 24px 0px;
}

.u-string--center {
  text-align: center;
}
.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 7.2vh;
    background-image: url('../../images/img_logo.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 400s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main_catch .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}

.header-btn {
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #EF7694;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

@media screen and (min-width: 1000px) {
  .header-btn {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.1em;
    background-color: #EF7694;
    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 24px;
  }
}
@media screen and (max-width: 414px) {
  .header-btn {
	  font-size: 1.4rem;
}
}
.header-btn-subtext{
font-weight: 300;
font-size: 1.2;
}
.header-btn-in {
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width:1000px){
.header-btn-in {
	width: 100%;
}
}
@media screen and (max-width:768px){
.header-btn-in {
padding: 8px;
  height: 100%;
}
}
.blk-header{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;

}

.blk-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-left: 8px;
  /* margin: 0 auto; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .blk-header {
    margin-left: 2%;
    padding: 0;
  }
}
.header-ttl{
    margin-right:auto;
    margin-left:16px;
}
.l-column--main-visual img{
width:30px;
text-align: center;
}

.hero-subtext span{
border: 1px solid #EF7694;
padding: 8px;
margin-right: 16px
}
@media screen and (max-width: 768px) {
.hero-subtext span{
line-height: 4;
}
}
.hero-subtext{
	font-weight: bold;
	color: #EF7694;
}
.hatsuwari .num-price-service {
font-size: 2.4rem;
color: #B41E23;
font-weight:bold;
}
.hatsuwari .hero-subtext{
	font-weight: bold;
	color: #B41E23;
}
.hatsuwari .hero-subtext span{
border: 1px solid #b41e23;
padding: 8px;
margin-right: 16px
}
.hatsuwari-sidemenu .primary-btn--otameshi-sidemenu3 .primary-btn__inner,
.hatsuwari-header-btn{
/*background-color:#d3d3d3;*/
background-color:#B41E23;
}
.service{
	text-align: left!important;
}