@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&family=Zen+Old+Mincho:wght@500&display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header_top .head_logo {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .header_top .head_logo {
    width: 40%;
    margin-right: 0;
  }
}

.head-menu-item {
  border-right: #ccc 1px solid;
  padding-right: 15px;
  margin-right: 15px;
  width: auto;
  font-size: 14px;
}

.head_menu .phone {
  margin-right: 10px;
}

.header-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-sns-list .header-sns-item {
  margin-left: 10px;
}
.header-sns-list .header-sns-item img {
  width: 24px;
  height: 24px;
}

.header_top .header-cta {
  padding-right: 10px;
}

.btn-main {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
  background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
  background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
}

.top-visual {
  position: relative;
  height: 72vw;
  background-image: url(../images/main-img.png);
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .top-visual {
    height: 150vw;
    background-image: url(../images/main-img_sp.png);
  }
}
.top-visual .top-visual-pc {
  display: block;
  position: absolute;
  left: 7.7166350411%;
  top: 8vw;
  width: 30.8665401645%;
}
@media only screen and (max-width: 768px) {
  .top-visual .top-visual-pc {
    display: none;
  }
}
.top-visual .top-visual-pc img {
  width: 100%;
}
.top-visual .top-visual-pc a {
  margin: 5vw 0 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.5em;
  line-height: 1.2;
}
.top-visual .top-visual-pc a.btn-order {
  background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
  background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
  background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
  font-size: 2vw;
}
.top-visual .top-visual-pc a.btn-order img {
  margin: 0 10px 0 0;
  display: inline;
  width: 27%;
}
.top-visual .top-visual-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-visual .top-visual-sp {
    display: block;
    position: absolute;
    left: 1em;
    top: 2em;
    width: calc(100% - 2em);
  }
  .top-visual .top-visual-sp picture img {
    -webkit-filter: drop-shadow(0 0 10px rgba(9, 77, 88, 0.9));
            filter: drop-shadow(0 0 10px rgba(9, 77, 88, 0.9));
  }
  .top-visual .top-visual-sp img {
    width: 80%;
    margin: 0;
  }
  .top-visual .top-visual-sp a {
    margin: 70vw 0 0;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    border-radius: 100px;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0.5em;
    line-height: 1.2;
  }
  .top-visual .top-visual-sp a.btn-order {
    background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
    background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
    background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
    font-size: 2rem;
  }
  .top-visual .top-visual-sp a.btn-order img {
    margin: 0 10px 0 0;
    display: inline;
    width: 27%;
  }
}

.sell-box {
  max-width: 1000px;
  margin: 2em auto 1em;
  font-size: 14px;
  padding: 0 2vw;
}
@media only screen and (max-width: 768px) {
  .sell-box {
    margin-top: 25vw;
    padding: 0 4vw;
  }
}
.sell-box .sell-box-body {
  border: #ff0000 2px solid;
  border-radius: 8px;
  padding: 0.25em 0.5em;
  color: #ff0000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell-box .sell-box-body {
    font-size: 22px;
  }
}
.sell-box p {
  color: #ff0000;
}

.campaign-box {
  background-image: url(../images/campaign-bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  padding: 2em 0 13em;
}
@media only screen and (max-width: 768px) {
  .campaign-box {
    padding: 1em 0 7em;
  }
}
.campaign-box .campaign-box-body {
  max-width: 1000px;
  margin: 1em auto 4em;
}
.campaign-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .campaign-box ul {
    padding: 0 4vw;
  }
}
.campaign-box ul li {
  width: 48.5%;
  margin: 2em 0 0;
}
@media only screen and (max-width: 768px) {
  .campaign-box ul li {
    width: 100%;
    margin: 1em 0 0;
  }
}
.campaign-box ul li a {
  display: block;
  background-color: #229ebf;
  color: #fff;
  border-radius: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  width: 100%;
  position: relative;
}
.campaign-box ul li a .icon {
  display: inline-block;
  padding-left: 8px;
  width: 1em;
  height: 1em;
  fill: #fff;
  position: absolute;
  right: 1em;
  top: 1.3em;
}

.top-intro-box {
  max-width: 1400px;
  margin: 0 auto 4em;
}
@media only screen and (max-width: 768px) {
  .top-intro-box {
    padding: 0 4vw;
  }
}
.top-intro-box .top-intro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4em 0 0;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list {
    padding: 2em 0 0;
  }
}
.top-intro-box .top-intro-list .img {
  width: 43.5%;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list .img {
    width: 100%;
  }
}
.top-intro-box .top-intro-list .txt {
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list .txt {
    width: 100%;
  }
}
.top-intro-box .top-intro-list .txt dl {
  padding: 0 0 2.5em;
}
.top-intro-box .top-intro-list .txt dl dt {
  color: #51b1bf;
  font-size: 3rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list .txt dl dt {
    display: block;
  }
}
.top-intro-box .top-intro-list .txt dl dt span {
  font-size: 1.8rem;
  border: #51b1bf 1px solid;
  border-radius: 50px;
  padding: 0.1em 1em;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list .txt dl dt span {
    display: block;
    margin: 0 0 0.5em;
    text-align: center;
  }
}
.top-intro-box .top-intro-list .txt dl dd {
  padding: 1em 0 0 8em;
}
@media only screen and (max-width: 768px) {
  .top-intro-box .top-intro-list .txt dl dd {
    padding: 1em 0 0 0;
  }
}

.top-price-box {
  margin: 0 0 4em;
  background-image: url(../images/price-bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom -10em;
}
.top-price-box .top-price-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0 0 4vw;
}
.top-price-box .top-price-cnt .img {
  width: 43.5%;
}
@media only screen and (max-width: 768px) {
  .top-price-box .top-price-cnt .img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-price-box .top-price-cnt .img img {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
.top-price-box .top-price-cnt .txt {
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .top-price-box .top-price-cnt .txt {
    width: 100%;
    padding: 0 4vw 0 0;
  }
}
.top-price-box .top-price-cnt .txt .stit {
  color: #51b1bf;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.top-price-box .top-price-cnt .txt .caution {
  font-size: 1.2rem;
  padding: 1em 0 0;
  max-width: 638px;
  margin: 0 auto;
}

.top-server-box {
  margin: 0 0 2em;
}
.top-server-box .server-item {
  padding: 0 0 4em;
}
.top-server-box .top-server-cnt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 {
    padding: 1em 0 0 0;
  }
}
.top-server-box .top-server-cnt01.cnt2 .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01.cnt2 .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-server-box .top-server-cnt01.cnt2 .txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01.cnt2 .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-server-box .top-server-cnt01.cnt2 .txt .title {
  padding: 2.5em 0 2.5em 4vw;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01.cnt2 .txt .title {
    padding: 2.5em 4vw;
  }
}
.top-server-box .top-server-cnt01.cnt2 .txt .title::after {
  left: auto;
  right: -87%;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01.cnt2 .txt .title::after {
    right: 0;
  }
}
.top-server-box .top-server-cnt01.cnt2 .txt table {
  margin: 2em 0 0 10%;
}
.top-server-box .top-server-cnt01.cnt2 .txt .icon-img {
  margin: 2em 0 0 10%;
}
.top-server-box .top-server-cnt01 .img {
  width: 43.5%;
  margin: -3em 0 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .img {
    width: 100%;
    margin: 0 0 2em;
  }
}
.top-server-box .top-server-cnt01 .txt {
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt {
    width: 100%;
  }
}
.top-server-box .top-server-cnt01 .txt .title {
  color: #fff;
  position: relative;
  padding: 2.5em 4vw 2.5em 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .title {
    padding: 2.5em 4vw;
  }
}
.top-server-box .top-server-cnt01 .txt .title::after {
  position: absolute;
  content: "";
  width: 195%;
  left: -95%;
  top: 0;
  height: 100%;
  background-color: #51b1bf;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .title::after {
    width: 100%;
    left: 0;
  }
}
.top-server-box .top-server-cnt01 .txt .title h3 {
  line-height: 1.4;
  border-bottom: #fff dotted 4px;
  padding: 0 0 1.5em;
  margin: 0 0 2em;
}
.top-server-box .top-server-cnt01 .txt .title h3 .type {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .title h3 .type {
    font-size: 1.8rem;
  }
}
.top-server-box .top-server-cnt01 .txt .title h3 .name {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .title h3 .name {
    font-size: 3.6rem;
  }
}
.top-server-box .top-server-cnt01 .txt .title h3 .name span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .title h3 .name span {
    font-size: 1.8rem;
  }
}
.top-server-box .top-server-cnt01 .txt .title .price_m img {
  margin: 0;
}
.top-server-box .top-server-cnt01 .txt table {
  width: 90%;
  color: #000;
  margin: 2em 10% 0 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt table {
    margin: 1em 5%;
  }
}
.top-server-box .top-server-cnt01 .txt table tr {
  border-bottom: #ccc 1px solid;
}
.top-server-box .top-server-cnt01 .txt table th {
  text-align: left;
  padding: 1.25em;
}
.top-server-box .top-server-cnt01 .txt table td {
  padding: 1.25em;
}
.top-server-box .top-server-cnt01 .txt .icon-img {
  margin: 2em 10% 0 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt01 .txt .icon-img {
    margin: 1em 5%;
  }
}
.top-server-box .top-server-cnt01 .txt .icon-img img {
  margin: 0;
}
.top-server-box .top-server-cnt02 {
  padding: 0 4vw;
}
.top-server-box .top-server-cnt02 p {
  font-size: 3.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-server-box .top-server-cnt02 p {
    font-size: 2.2rem;
  }
}
.top-server-box .bnr-area {
  max-width: 1000px;
  margin: 3em auto 0;
}
@media only screen and (max-width: 768px) {
  .top-server-box .bnr-area {
    padding: 0 4vw;
  }
}
.top-server-box .bnr-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-server-box .bnr-area ul li {
  width: 48.5%;
  margin: 0 0.75%;
}
@media only screen and (max-width: 768px) {
  .top-server-box .bnr-area ul li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.top-server-box .bnr-area ul li a {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  padding: 0 1em;
  line-height: 1.2;
}
.top-server-box .bnr-area ul li a.btn-detail {
  background-color: #51b1bf;
  font-size: 2rem;
}
.top-server-box .bnr-area ul li a.btn-order {
  background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
  background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
  background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
  font-size: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .top-server-box .bnr-area ul li a.btn-order {
    font-size: 2.2rem;
  }
}
.top-server-box .bnr-area ul li a.btn-order img {
  margin: 0 10px 0 0;
  display: inline;
  width: 27%;
}

.top-faq {
  margin-top: 4em;
}
.top-faq .faq-area {
  margin: 4em auto 0;
}

.page-visual {
  position: relative;
  height: 46vw;
  background-image: url(../images/litta/main-img.png);
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 0 5em;
}
@media only screen and (max-width: 768px) {
  .page-visual {
    height: 98vw;
    background-image: url(../images/litta/main-img_sp.png);
    margin: 0 0 -6em;
  }
}
.page-visual .page-visual-pc {
  display: block;
  position: absolute;
  left: 13%;
  top: 14.5vw;
  width: 24.0354206199%;
}
@media only screen and (max-width: 768px) {
  .page-visual .page-visual-pc {
    display: none;
  }
}
.page-visual .page-visual-pc img {
  width: 100%;
}
.page-visual .page-visual-pc a {
  margin: 5vw 0 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.5em;
  line-height: 1.2;
}
.page-visual .page-visual-pc a.btn-order {
  background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
  background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
  background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
  font-size: 2vw;
}
.page-visual .page-visual-pc a.btn-order img {
  margin: 0 10px 0 0;
  display: inline;
  width: 27%;
}
.page-visual .page-visual-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-visual .page-visual-sp {
    display: block;
    position: absolute;
    left: 1em;
    top: 29vw;
    width: calc(100% - 2em);
  }
  .page-visual .page-visual-sp img {
    width: 53%;
    margin: 0;
  }
  .page-visual .page-visual-sp a {
    margin: 70vw 0 0;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    border-radius: 100px;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0.5em;
    line-height: 1.2;
  }
  .page-visual .page-visual-sp a.btn-order {
    background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
    background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
    background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
    font-size: 2rem;
  }
  .page-visual .page-visual-sp a.btn-order img {
    margin: 0 10px 0 0;
    display: inline;
    width: 27%;
  }
}
.page-visual.page-visual-slim-r2 {
  background-image: url(../images/slimr2/main-img.png);
}
@media only screen and (max-width: 768px) {
  .page-visual.page-visual-slim-r2 {
    background-image: url(../images/slimr2/main-img_sp.png);
  }
}
.page-visual.page-visual-slim-r2 .page-visual-pc {
  left: 11%;
  top: 16.5vw;
  width: 32.0050600886%;
}
.page-visual.page-visual-slim-r2 .page-visual-sp {
  top: 42vw;
}
.page-visual.page-visual-slim-r2 .page-visual-sp img {
  width: 63%;
}
.page-visual.page-visual-locca-smart {
  background-image: url(../images/locca-smart/main-img.png);
}
@media only screen and (max-width: 768px) {
  .page-visual.page-visual-locca-smart {
    background-image: url(../images/locca-smart/main-img_sp.png);
  }
}
.page-visual.page-visual-locca-smart .page-visual-pc {
  left: 12%;
  top: 12.5vw;
  width: 25.743200506%;
}
.page-visual.page-visual-locca-smart .page-visual-sp {
  top: 32vw;
}

.page-menu-box {
  margin: -6em 0 7em;
}
@media only screen and (max-width: 768px) {
  .page-menu-box {
    margin: -5em 0 4em;
  }
}
.page-menu-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-menu-box ul li {
  font-size: 1.8rem;
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul li {
    width: 50%;
  }
}
.page-menu-box ul li:first-child a {
  border-left: #222 1px solid;
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul li:first-child a {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul li:first-child a, .page-menu-box ul li:nth-child(3) a {
    border-right: #222 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul li:first-child a, .page-menu-box ul li:nth-child(2) a {
    border-bottom: #222 1px solid;
  }
}
.page-menu-box ul li a {
  display: block;
  text-align: center;
  padding: 0.5em 1em 1.5em;
  border-right: #222 1px solid;
  background-image: url(../images/arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom 0.5em;
}
@media only screen and (max-width: 768px) {
  .page-menu-box ul li a {
    border: none;
    padding: 0.5em 1em 2em;
    background-position: center bottom 1em;
  }
}

.page-feature-box {
  margin: 0 0 2em;
}
.page-feature-box .page-feature-cnt01 ol {
  padding: 5em 0 0;
}
.page-feature-box .page-feature-cnt01 ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 4em;
}
.page-feature-box .page-feature-cnt01 ol li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li:nth-child(even) .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-feature-box .page-feature-cnt01 ol li:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 7.4050632911% 0 9.9367088608%;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li:nth-child(even) .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 4vw;
  }
}
.page-feature-box .page-feature-cnt01 ol li .img {
  width: 46.2025316456%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li .img {
    width: 100%;
    padding: 0 0 2em;
  }
}
.page-feature-box .page-feature-cnt01 ol li .img img {
  width: 100%;
}
.page-feature-box .page-feature-cnt01 ol li .txt {
  width: 53.164556962%;
  padding: 0 9.9367088608% 0 7.4050632911%;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li .txt {
    width: 100%;
    padding: 0 4vw;
  }
}
.page-feature-box .page-feature-cnt01 ol li .txt span {
  font-size: 1.8rem;
  border: #51b1bf 1px solid;
  color: #51b1bf;
  border-radius: 50px;
  padding: 0.1em 1em;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li .txt span {
    display: block;
    margin: 0 0 0.5em;
    text-align: center;
  }
}
.page-feature-box .page-feature-cnt01 ol li .txt h3 {
  color: #51b1bf;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0 1em;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 ol li .txt h3 {
    display: block;
    padding: 0.5em 0 0;
    font-size: 2.8rem;
  }
}
.page-feature-box .page-feature-cnt01 ol li:first-child .img .illust {
  position: absolute;
  z-index: -1;
  width: 58.904109589%;
  top: -10vw;
  left: -5vw;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.page-feature-box .page-feature-cnt01 ol li:nth-child(2) .img .illust {
  position: absolute;
  z-index: -1;
  width: 50.6849315068%;
  bottom: -14vw;
  right: 5vw;
  -webkit-transform: rotate(-84deg);
          transform: rotate(-84deg);
}
.page-feature-box .page-feature-cnt01 ol li:nth-child(3) .img .illust {
  position: absolute;
  z-index: -1;
  width: 50.6849315068%;
  bottom: -9vw;
  right: -5vw;
  -webkit-transform: rotate(-59deg);
          transform: rotate(-59deg);
}
.page-feature-box .page-feature-cnt01 ol li:nth-child(4) .img .illust {
  position: absolute;
  z-index: -1;
  width: 50.6849315068%;
  bottom: -11vw;
  right: 15vw;
  -webkit-transform: rotate(-59deg);
          transform: rotate(-59deg);
}
.page-feature-box .page-feature-cnt01 .btn-area {
  max-width: 680px;
  margin: 0 auto 6em;
  border: #51b1bf 1px solid;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 .btn-area {
    margin: 0 4vw 4em;
  }
}
.page-feature-box .page-feature-cnt01 .btn-area dl dt {
  display: block;
  color: #51b1bf;
  font-size: 2.2rem;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1em;
}
.page-feature-box .page-feature-cnt01 .btn-area dl dt::after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.page-feature-box .page-feature-cnt01 .btn-area dl dt.active::after {
  content: "−";
}
.page-feature-box .page-feature-cnt01 .btn-area dl dd {
  display: none;
  font-size: 1.8rem;
  text-align: left;
  padding: 1em;
}
.page-feature-box .page-feature-cnt01 .btn-area dl dd h4 {
  background-color: #eee;
  padding: 0.5em;
}
.page-feature-box .page-feature-cnt01 .caution {
  padding: 0 4vw 4em;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page-feature-box .page-feature-cnt01 .caution {
    padding: 0 4vw 1em;
  }
}

.page-movie-box {
  padding: 6em 0;
  background-image: url(../images/price-bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.page-movie-box .page-movie-body {
  max-width: 1080px;
  margin: 0 auto;
}
.page-movie-box .page-movie-body .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-movie-box .page-movie-body .youtube iframe {
  width: 100%;
  height: 100%;
}

.page-spec-box .page-spec-cnt01 {
  width: 48.3870967742%;
  margin: 0 auto;
  padding: 5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-spec-box .page-spec-cnt01.page-spec-cnt01-img {
  max-width: 1240px;
  width: 100%;
}
.page-spec-box .page-spec-cnt01.page-spec-cnt01-img .img {
  width: 42.7419354839%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .page-spec-box .page-spec-cnt01.page-spec-cnt01-img .img {
    width: 100%;
  }
}
.page-spec-box .page-spec-cnt01.page-spec-cnt01-img .txt {
  width: 48.3870967742%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .page-spec-box .page-spec-cnt01.page-spec-cnt01-img .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-spec-box .page-spec-cnt01 {
    width: 100%;
  }
}
.page-spec-box .page-spec-cnt01 .img {
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .page-spec-box .page-spec-cnt01 .img {
    width: 100%;
    padding: 0 4vw 4em;
  }
}
.page-spec-box .page-spec-cnt01 .img .link {
  padding: 4em 0 0;
}
.page-spec-box .page-spec-cnt01 .img .link a {
  display: block;
  font-size: 2.2rem;
  background-color: #229ebf;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 1em 2em 1em 1em;
  background-image: url(../images/doc.svg);
  background-size: 16px auto;
  background-position: right 1.5em center;
  background-repeat: no-repeat;
}
.page-spec-box .page-spec-cnt01 .txt {
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .page-spec-box .page-spec-cnt01 .txt {
    width: 100%;
    padding: 0 4vw;
  }
}
.page-spec-box .page-spec-cnt01 .txt table {
  width: 100%;
}
.page-spec-box .page-spec-cnt01 .txt table th {
  background-color: #f0f0f0;
  border: #ccc 1px solid;
  padding: 1em;
  text-align: left;
  width: 31%;
}
.page-spec-box .page-spec-cnt01 .txt table th span {
  font-size: 1rem;
}
.page-spec-box .page-spec-cnt01 .txt table td {
  border: #ccc 1px solid;
  padding: 1em;
}
.page-spec-box .page-spec-cnt01 .txt p {
  font-size: 1.3rem;
}

.page-price-box {
  padding: 2em 0 0em;
  background-image: url(../images/price-bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.page-price-box .page-price-cnt {
  max-width: 1060px;
  margin: 4em auto;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 4em 10vw;
}
@media only screen and (max-width: 768px) {
  .page-price-box .page-price-cnt {
    padding: 4em 4vw;
  }
}
.page-price-box .page-price-cnt img {
  width: 100%;
}
.page-price-box .page-price-cnt .stit {
  color: #51b1bf;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}
.page-price-box .page-price-cnt .caution {
  font-size: 1.2rem;
  padding: 2em 0 0;
}

.top-section-stit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  margin: -4em 0 2em;
}

.top-section-header {
  color: #222222;
}
.top-section-header .img {
  padding: 0 0 0;
  display: block;
}
.top-section-header .txt {
  font-size: 5.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top-section-header .txt {
    font-size: 2.6rem;
  }
}

.page-section-header {
  color: #222222;
}
.page-section-header .img {
  padding: 0 0 0;
  display: block;
}
.page-section-header .txt {
  font-size: 5.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page-section-header .txt {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-section-header .txt br {
    display: none;
  }
}

.accordion-title {
  cursor: pointer;
  position: relative;
}
.accordion-title svg {
  position: absolute;
  right: 1em;
  top: 34%;
}

.faq-title::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.A-txt table {
  width: 95%;
  max-width: 95%;
  margin: 0 0 1em;
}
.A-txt table tr {
  background-color: #fff;
  border: 1px solid #bbb;
}
.A-txt table th {
  border-right: 1px solid #bbb;
  padding: 1em 10px 1em 1em;
  background-color: #eee;
  font-size: 0.85em;
  white-space: nowrap;
  text-align: center;
}
.A-txt table td {
  border-right: 1px solid #bbb;
  padding: 1em 10px 1em 1em;
  text-align: right;
}

.footer-logo {
  padding: 0 0 1em;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    padding: 0 0 0;
  }
}
.footer-logo .logo-locca {
  height: auto;
}

.sp-fixed {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .sp-fixed {
    display: none;
  }
}
.sp-fixed .entry {
  text-align: center;
}
.sp-fixed .btn-main {
  border-radius: 10px 10px 0 0;
}

/* -------------------------- */
/* pageFooter */
/* -------------------------- */
.footer-cta-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-cta-inner .btn-sub {
  border: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff9636), to(#ff7369));
  background: -webkit-linear-gradient(left, #ff9636 0%, #ff7369 100%);
  background: linear-gradient(to right, #ff9636 0%, #ff7369 100%);
}
.footer-cta-inner .btn-sub svg {
  fill: #fff;
}

.footer-nav-item span {
  color: #fff;
  padding: 0.5em 0;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav-item .term-list {
  padding: 0 0 0 1em;
}
.footer-nav-item .term-list li {
  list-style-type: disc;
}

.pageFooter2 .topNavi {
  background-color: #21a047;
  border-bottom: 1px solid #21a047;
  font-size: 1.4em;
  line-height: 1.4em;
}

.pageFooter2 .topNavi a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}

.pageFooter2 .topNavi a .icon {
  display: inline-block;
  padding-right: 8px;
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
}

.pageFooter2 .topNavi a:hover {
  text-decoration: none;
  background-color: #21a047;
}

.pageFooter2 .footerNavi {
  background-color: #21a047;
}

.pageFooter2 .footerNavi .naviListBox .naviList li {
  border-bottom: 1px solid #41ba65;
  font-size: 14px;
  line-height: 1.4em;
}

.pageFooter2 .footerNavi .naviListBox .naviList li a,
.pageFooter2 .footerNavi .naviListBox .naviList li .noLinks {
  display: block;
  padding: 12px 10px 12px 12px;
  color: #fff;
}

.pageFooter2 .footerNavi .naviListBox .naviList li .noLinks {
  color: #7fd394;
}

.pageFooter2 .footerNavi .naviListBox .naviList li .icon {
  display: inline-block;
  padding-right: 8px;
  width: 15px;
  height: 15px;
  fill: #fff;
  vertical-align: middle;
}

.pageFooter2 .footerNavi .naviListBox .naviList li .noLinks .icon {
  fill: #7faed3;
}

.pageFooter2 .footerNavi .naviListBox .naviList .thirdNavi {
  display: none;
}

.pageFooter2 .footerNavi .naviListBox .naviList li a:hover {
  text-decoration: none;
  background-color: #1dbd52;
}

.pageFooter {
  margin-top: 0;
}

.pageFooter .topNavi {
  background-color: #0b5897;
  border-bottom: 1px solid #2f7ebe;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
}

.pageFooter .topNavi a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}

.pageFooter .topNavi a .icon {
  display: inline-block;
  padding-right: 8px;
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
}

.pageFooter .topNavi a:hover {
  text-decoration: none;
  background-color: #1d76bd;
}

.pageFooter .footerNavi {
  background-color: #0b63aa;
}

.footerNavi .naviListBox .naviList li {
  border-bottom: 1px solid #2f7ebe;
  font-size: 14px;
  line-height: 1.4em;
}

.footerNavi .naviListBox .naviList li a,
.footerNavi .naviListBox .naviList li .noLinks {
  display: block;
  padding: 12px 10px 12px 12px;
  color: #fff;
}

.footerNavi .naviListBox .naviList li .noLinks {
  color: #7faed3;
}

.footerNavi .naviListBox .naviList li .icon {
  display: inline-block;
  padding-right: 8px;
  width: 15px;
  height: 15px;
  fill: #fff;
  vertical-align: middle;
}

.footerNavi .naviListBox .naviList li .noLinks .icon {
  fill: #7faed3;
}

.footerNavi .naviListBox .naviList .thirdNavi {
  display: none;
}

.footerNavi .naviListBox .naviList li a:hover {
  text-decoration: none;
  background-color: #1d76bd;
}

.grobalFooter {
  background-color: #4d4d4d;
}

.grobalFooter .listGrobalFooterNavi li {
  border-bottom: 1px solid #666;
  font-size: 14px;
  line-height: 1.4em;
}

.grobalFooter .listGrobalFooterNavi li a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}

.grobalFooter .listGrobalFooterNavi li a .icon {
  display: inline-block;
  padding-right: 8px;
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
}

.grobalFooter .listGrobalFooterNavi li a:hover {
  text-decoration: none;
  background-color: #666;
}

.grobalFooter .listBanners {
  padding: 15px 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grobalFooter .listBanners li {
  width: 50%;
  padding: 0 5px;
  line-height: 0;
}

.grobalFooter .listBanners li:first-child {
  /* display: block !important; */
}

.grobalFooter .listBanners li img {
  width: 100%;
  height: auto;
}

.grobalFooter .listBanners li:nth-child(-n+2) {
  margin-bottom: 10px;
}

.footPolicyNavi {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.footPolicyNavi li {
  display: table-cell;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
  width: 50%;
}

.footPolicyNavi li:first-child {
  border-right: 1px solid #ddd;
}

.footPolicyNavi li a {
  display: block;
  padding: 15px 0;
  color: #323232;
  font-size: 14px;
}

.footPolicyNavi li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

.addressBox {
  margin: 15px 0;
}

.addressBox .footLogo {
  width: 180px;
  margin: 0 auto 10px;
}

.addressBox .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}

.pageFooter2 .topNavi {
  background-color: #128f38;
  border-bottom: 1px solid #39c262;
  font-size: 1.4em;
  line-height: 1.4em;
}

.pageFooter2 .topNavi a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}

.pageFooter2 .topNavi a .icon {
  display: inline-block;
  padding-right: 8px;
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
}

.pageFooter2 .topNavi a:hover {
  text-decoration: none;
  background-color: #21a047;
}

.pageFooter2 .footerNavi {
  background-color: #21a047;
}

/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 768px) {
  .header_top .header-cta {
    padding-right: 0;
  }
  .grobalFooter .listBanners {
    padding: 25px 10px 15px;
  }
  .grobalFooter .listBanners li {
    width: 25%;
    padding: 0 5px;
  }
}
/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 1024px) {
  /* -------------------------- */
  /* pageFooter */
  /* -------------------------- */
  .pageFooter .topNavi {
    font-size: 14px;
  }
  .pageFooter .topNavi a {
    padding-left: 20px;
  }
  .pageFooter .footerNavi {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .footerNavi .naviListBox {
    display: table-cell;
    padding: 20px 0 15px 20px;
    vertical-align: top;
  }
  .footerNavi .naviListBox:not(:last-of-type) {
    border-right: 1px solid #2f7ebe;
  }
  .footerNavi .naviListBox:nth-of-type(2) {
    border-right: 0;
  }
  .footerNavi .naviListBox:nth-of-type(3) .naviList {
    margin-top: 31px;
    border-left: 1px solid #2f7ebe;
  }
  .footerNavi .naviListBox .naviList li {
    border-bottom: 0;
    font-size: 14px;
  }
  .footerNavi .naviListBox .naviList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footerNavi .naviListBox .naviList li a,
  .footerNavi .naviListBox .naviList li .noLinks {
    display: inherit;
    padding: 0;
  }
  .footerNavi .naviListBox .naviList .thirdNavi {
    display: block;
    margin: 12px 0 0 15px;
  }
  .footerNavi .naviListBox .naviList .thirdNavi li {
    font-size: 14px;
  }
  .footerNavi .naviListBox .naviList li .thirdNavi li {
    font-size: 14px;
  }
  .footerNavi .naviListBox .naviList li a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #d1ebff;
  }
  .grobalFooter {
    display: table;
    width: 100%;
  }
  .grobalFooter .listGrobalFooterNavi {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }
  .grobalFooter .listGrobalFooterNavi li {
    border-bottom: 0;
  }
  .grobalFooter .listGrobalFooterNavi li:not(:last-child) {
    margin-bottom: 10px;
  }
  .grobalFooter .listGrobalFooterNavi li a {
    display: inline;
    padding: 0;
  }
  .grobalFooter .listGrobalFooterNavi li a:hover {
    background-color: inherit;
    color: #ccc;
  }
  .grobalFooter .listBanners {
    display: table-cell;
    width: 800px;
    padding: 20px;
  }
  .grobalFooter .listBanners li {
    float: left;
    width: 180px;
    line-height: 0;
    margin-left: 10px;
  }
  .grobalFooter .listBanners li:nth-child(-n+2) {
    margin-bottom: 0;
  }
  .grobalFooter .listBanners li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .footPolicyNavi {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .footPolicyNavi li {
    display: inline-block;
    text-align: left;
    font-size: 1.4em;
    width: auto;
  }
  .footPolicyNavi li:first-child {
    border-right: 0;
  }
  .footPolicyNavi li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
  }
  .footPolicyNavi li a {
    display: inherit;
    padding: 0;
  }
  .footPolicyNavi li a:hover {
    background-color: inherit;
    color: #1266ac;
  }
  .addressBox {
    position: relative;
    margin: 0;
  }
  .addressBox .footLogo {
    margin: 20px 0 20px 20px;
  }
  .addressBox .copyright {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
  }
  .pageFooter2 .topNavi {
    font-size: 1.6em;
  }
  .pageFooter .topNavi a {
    padding-left: 20px;
  }
  .pageFooter2 .footerNavi {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .pageFooter2 .footerNavi .naviListBox {
    display: table-cell;
    padding: 20px 0 15px 20px;
    vertical-align: top;
  }
  .pageFooter2 .footerNavi .naviListBox:not(:last-of-type) {
    border-right: 1px solid #3ec667;
  }
  .pageFooter2 .footerNavi .naviListBox:nth-of-type(2) {
    border-right: 1px solid #3ec667;
  }
  .pageFooter2 .footerNavi .naviListBox:nth-of-type(3) .naviList {
    border-left: 1px solid #21a047;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList li {
    border-bottom: 0;
    font-size: 14px;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList li a,
  .pageFooter2 .footerNavi .naviListBox .naviList li .noLinks {
    display: inherit;
    padding: 0;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList .thirdNavi {
    display: block;
    margin: 12px 0 0 15px;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList .thirdNavi li {
    font-size: 14px;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList li .thirdNavi li {
    font-size: 14px;
  }
  .pageFooter2 .footerNavi .naviListBox .naviList li a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #d1ebff;
  }
}
/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 1280px) {
  /* -------------------------- */
  /* pageFooter */
  /* -------------------------- */
  .footerNavi .naviListBox {
    padding: 30px 0 25px 20px;
  }
  .grobalFooter .listGrobalFooterNavi li {
    font-size: 14px;
  }
  .grobalFooter .listBanners {
    width: 982px;
    padding: 15px;
  }
  .grobalFooter .listBanners li {
    width: 228px;
  }
  .footPolicyNavi li {
    font-size: 1.6em;
  }
  .pageFooter2 .footerNavi .naviListBox {
    padding: 30px 0 25px 20px;
  }
  .grobalFooter .listGrobalFooterNavi li {
    font-size: 14px;
  }
  .grobalFooter .listBanners {
    width: 982px;
    padding: 15px;
  }
  .grobalFooter .listBanners li {
    width: 228px;
  }
  .footPolicyNavi li {
    font-size: 1.6em;
  }
}/*# sourceMappingURL=custom.css.map */