@charset "UTF-8";

.howto .registration span img {
  max-height: 230px;
  width: unset !important;
}
.howto .regist-area {
  background: #f3f3f3;
  height: 230px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.howto .regist-area a.link {
  font-size: 0.8rem;
  word-break: break-all;
  color: #019fc7;
}
.howto .regist-area .large-btn {
  font-size: 1rem;
}

/*
:::::::::   ::::::::
:+:    :+: :+:    :+:
+:+    +:+ +:+
+#++:++#+  +#+
+#+        +#+
#+#        #+#    #+#
###         ########
*/
@media screen and (min-width:768px){
  body {
    margin: 0 !important;
  }
  section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .howto .container {
    width: 1000px;
    padding: 0 15px;
  }
  .howto .title {
    text-align: center;
    font-size: 2rem;
    color: #01627a;
  }
  .howto .text {
    text-align: center;
    font-size: 1.625rem;
    color: #01627a;
  }
  .howto span img {
    width: 100%;
    margin-bottom: 15px;
  }
  .howto .quarter p,
  .howto .third p {
    font-size: 1rem;
    text-align: left;
  }
  .howto p.attention {
    font-size: 0.875rem;
    margin-top: 10px;
  }



  /* ご利用方法 */
.local-nav {
    padding-top: 35px;
    background: #019FC7;
}
.local-nav .title {
    margin-bottom: 35px;
    color: #fff;
}
.local-nav .usage > ul > li {
    position: relative;
    float: left;
    margin-right: 55px;
    width: 249px;
    height: 340px;
    background: center top no-repeat;
}
.local-nav .usage > ul > li::after {
    content: '';
    position: absolute;
    top: 47%;
    right: -30px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.local-nav .usage > ul > li:nth-of-type(1) {
    background-image: url(/img/wordpress/usage-nav_bg01.jpg);
}
.local-nav .usage > ul > li:nth-of-type(2) {
    background-image: url(/img/wordpress/usage-nav_bg02.jpg);
}
.local-nav .usage > ul > li:nth-of-type(3) {
    margin-right: 0;
    background-image: url(/img/wordpress/usage-nav_bg03.jpg);
}
.local-nav .usage > ul > li:nth-of-type(3)::after {
    display: none;
}
.local-nav .usage > ul > li .heading {
    display: block;
    padding-top: 10px;
    font-size: 26px;
    font-style: normal;
    text-align: center;
    color: #01627A;
}
.local-nav .usage > ul > li ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px;
    width: 100%;
}
.local-nav .usage > ul > li ul li {
    margin-top: 10px;
    height: 44px;
}
.local-nav .usage > ul > li ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #01627a;
}
.local-nav .usage > ul > li ul li a::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
}
.local-nav .price_detail {
    padding: 50px 0;
}
.local-nav .price_detail .large-btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
}
.local-nav .price_detail .large-btn .pc-only {
    display: inline;
}
.local-nav .price_detail .large-btn::before {
    content: '¥';
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 18px;
}
.local-nav .price_detail .large-btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 15px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
}



  /* 会員登録の方法 */
  .registration {
    height: 674px;
    background: #fff;
  }
  .registration .third {
    display: flex;
    justify-content: space-between;
  }
  .registration .third span {
    text-align: center;
    width: 29%;
    height: 500px;
  }
  .registration .third .first {
    width: 32%;
  }
  .timing {
    background: #f3f3f3;
  }
  .timing .quarter {
    display: flex;
    justify-content: space-between;
  }
  .timing .quarter span {
    width: 21%;
    height: 24rem;
    min-height: fit-content;
    margin-bottom: 50px;
  }

  /* 流れ */
  .flow {
    background: #fff;
  }
  .flow .container {
    display: flex;
    justify-content: center;
  }
  .flow .left-block p {
    color: #fff !important;
  }
  .flow .right-block .sentence,
  .flow .left-block .sentence {
    text-align: left;
    font-size: 1rem;
  }

  .flow .right-block .attention,
  .flow .left-block .attention {
    text-align: left;
    font-size: 0.875rem;
  }
  .flow .left-block,
  .flow .right-block {
    width: 50%;
    padding: 0 3% 3% 3%;
    text-align: center;
  }
  .flow .left-block {
    display: inline-block;
    position: relative;
  }
  .flow .left-block img,
  .flow .right-block img {
    height: 220px;
    margin-bottom: 15px;
  }

  /* ご利用料金 */
  .fee .container {
    background: #f3f3f3;
  }
  .fee {
    /* height: 30rem; */
    padding: 90px 0 90px;
    background: #f3f3f3;
    align-items: center;
  }
  .fee .display {
    background: #fff;
    width: 100%;
    padding: 1.875rem;
    text-align: center;
  }
  .fee .display .price {
    font-size: 2.25rem;
    color: #01627A;
  }
  .fee .display .unit {
    font-size: 1.625rem;
    color: #01627A;
    margin-left: 15px;
  }
  .fee .aa {
    display: flex;
  }
  .fee .bb {
    display: flex;
    flex-direction: column;
    width: 20%;
    background: #009fc6;
    color: #fff;
  }
  .fee .cc {
    height: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .fee .cc:first-child {
    border-bottom: solid 1px #fff;
  }
  .fee .cc .not {
    font-size: 0.875rem;
  }

  .fee p {
    align-self: center;
    display: flex;
    justify-content: center;
  }
  .fee .item {
    font-size: 1.25rem;
    color: #019fc7;
    margin-right: 0.9375rem;
  }
  .fee .data-large {
    font-size: 2.25rem;
    font-weight: bold;
    color: #01627a;
  }
  .fee .data-mid {
    font-size: 1.625rem;
    font-weight: bold;
    color: #01627a;
  }
  .fee .data-small {
    font-size: 0.875rem;
  }
  .fee .attention {
    float: left;
    margin-top: 15px;
  }

  .fee .fee-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 15px;
  }
  .fee .fee-block .classify {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 20%;
    margin-right: 15px;
    background: #009fc6;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
  }
  .fee .fee-block .classify .new {
    display: block;
    width: 100px;
    margin-bottom: 20px;
    padding: 10px 0;
    background: #fff;
    color: #333;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
  }
  .fee .fee-block .exp {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  .fee .fee-block .plan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 22%;
    margin-bottom: 15px;
    padding: 5px 5px;
    background: #fff;
    border: solid 2px #009fc6;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .fee .fee-block .plan.none {
    margin-bottom: 0;
  }
  .fee .fee-block .plan span {
    display: block;
    width: 100%;
  }
  .fee .fee-block .price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28%;
    margin-bottom: 15px;
    padding: 5px 5px;
    background: #fff;
    border: solid 2px #009fc6;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  .fee .fee-block .price.none {
    margin-bottom: 0;
  }
  .fee .fee-block .price span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .fee .fee-block .price span.small {
    margin-bottom: 1em; 
    font-size: 0.75rem;
  }
  .fee .fee-block .price span.cap {
    margin-bottom: .5em; 
    font-size: 0.55rem;
    text-align: left;
  }
  .fee .fee-block .sup {
    width: 48%;
    margin-bottom: 15px;
    padding: 5px 5px;
    background: #fff;
    font-size: 0.875rem;
  }
  .fee .fee-block .sup.none {
    margin-bottom: 0;
  }
  .fee .fee-block .sup li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .fee .sub {
    width: 100%;
    font-size: 0.875rem;
    text-align: right;
  }
  .fee .sub.sp {
    display: none;
  }
  .fee .inquiry-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  /* 矢印 */
  .howto .registration .arrow,
  .howto .timing .arrow {
    width: 4%;
    margin-top: 13%;
    height: 25px;
    background: url(/img/wordpress/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
  }

  .howto .use .arrow {
    width: 4%;
    margin-top: 80px;
    height: 25px;
    background: url(/img/wordpress/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}




/*
 ::::::::  :::::::::
:+:    :+: :+:    :+:
+:+        +:+    +:+
+#++:++#++ +#++:++#+
       +#+ +#+
#+#    #+# #+#
 ########  ###
*/
@media screen and (max-width:767px){
  section {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .howto {
    background: #f3f3f3;
  }
  .howto .container {
    padding: 15px;
  }
  .howto .title {
    text-align: center;
    font-size: 1.625rem;
    color: #01627a;
  }
  .howto .text {
    text-align: center;
    font-size: 1.25rem;
    color: #01627a;
  }
  .howto span img {
    max-height: 340px;
    margin-bottom: 15px;
    margin: 15px auto;
    display: inherit;
  }
  .howto .quarter p,
  .howto .third p {
    font-size: 16px;
  }

  /* ご利用方法 */
.local-nav {
    padding-top: 35px;
    background: #019FC7;
}
.local-nav .title {
    margin-bottom: 35px;
    color: #fff;
}
.local-nav .usage > ul > li {
    position: relative;
    margin: 0 5.3% 40px;
    width: auto;
    height: auto;
    background: center center no-repeat;
    background-size: cover;
}
.local-nav .usage > ul > li::after {
    content: '';
    position: absolute;
    right: 47%;
    bottom: -25px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
}
.local-nav .usage > ul > li:nth-of-type(1) {
    background-image: url(/img/wordpress/usage-nav_bg01.jpg);
}
.local-nav .usage > ul > li:nth-of-type(2) {
    background-image: url(/img/wordpress/usage-nav_bg02.jpg);
}
.local-nav .usage > ul > li:nth-of-type(3) {
    background-image: url(/img/wordpress/usage-nav_bg03.jpg);
}
.local-nav .usage > ul > li:nth-of-type(3)::after {
    display: none;
}
.local-nav .usage > ul > li .heading {
    display: none;
}
.local-nav .usage > ul > li ul {
    padding: 5px 20px 20px;
    width: 100%;
}
.local-nav .usage > ul > li ul li {
    margin-top: 10px;
    height: 44px;
}
.local-nav .usage > ul > li ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #01627a;
}
.local-nav .usage > ul > li ul li a::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
}
.local-nav .price_detail {
    padding: 0 5.3% 50px;
}
.local-nav .price_detail .large-btn {
    position: relative;
    display: block;
    padding: 10px 30px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
}
.local-nav .price_detail .large-btn::before {
    content: '¥';
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 18px;
}
.local-nav .price_detail .large-btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
}




  /* 会員登録の方法 */
  .registration {
    background: #fff;
  }
  .registration .third {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .registration .third .first {
    width: 100%;
  }
  .timing {
    background: #f3f3f3;
  }
  .timing .quarter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .timing .quarter span {
    width: 100%;
    height: 24rem;
    min-height: fit-content;
  }

  /* 流れ */
  .flow .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
  .flow .left-block p {
    color: #fff !important;
  }
  .flow .left-block {
    padding: 30px;
    width: 100%;
    background: #019FC7;
  }
  .flow .right-block {
    padding: 30px;
    width: 100%;
  }
  .flow .right-block .sentence,
  .flow .left-block .sentence {
    text-align: left;
    font-size: 1rem;
  }

  .flow .right-block .attention,
  .flow .left-block .attention {
    text-align: left;
    font-size: 0.875rem;
  }
  .flow .left-block,
  .flow .right-block {
    text-align: center;
  }
  .flow .left-block img,
  .flow .right-block img {
    height: 220px;
    margin-bottom: 15px;
  }

  /* ご利用料金 */
  .fee {
    background: #f3f3f3;
    /* align-items: center;*/
  }
  .fee .display {
    background: #fff;
    width: 100%;
    padding: 1.875rem;
    text-align: center;
  }
  .fee .display .price {
    font-size: 2.25rem;
    color: #01627A;
  }
  .fee .display .unit {
    font-size: 1.625rem;
    color: #01627A;
  }
  .fee .left-block div {
    text-align: center;
    color: #01627a;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .fee p {
    align-self: center;
    display: flex;
    justify-content: center;
  }
  .fee .aa {
    display: flex;
    flex-direction: column;
  }
  .fee .bb {
    display: flex;
    width: 100%;
    background: #009fc6;
    color: #fff;
  }
  .fee .cc {
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px 0;
    flex-direction: column;
  }
  .fee .cc:first-child {
    border-right: solid 1px #fff;
  }
  .fee .cc .not {
    font-size: 0.875rem;
  }
  .fee .item {
    font-size: 1.25rem;
    color: #019fc7;
    margin-right: 0.9375rem;
  }
  .fee .data-large {
    font-size: 2.25rem;
    font-weight: bold;
    color: #01627a;
  }
  .fee .data-mid {
    font-size: 1.625rem;
    font-weight: bold;
    color: #01627a;
  }
  .fee .data-small {
    font-size: 0.875rem;
    text-align: left;
  }
  .fee .attention {
    float: left;
    margin: 15px 0 50px 0;
  }

  .fee .fee-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 4%;
  }
  .fee .fee-block .classify {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 26%;
    margin-right: 10px;
    background: #009fc6;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .fee .fee-block .classify .new {
    display: block;
    width: 65px;
    margin-bottom: 10px;
    padding: 3px 0;
    background: #fff;
    color: #333;
    font-size: 0.625rem;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
  }
  .fee .fee-block .exp {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  .fee .fee-block .plan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
    padding: 5px 3px;
    background: #fff;
    border: solid 2px #009fc6;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .fee .fee-block .plan.none {
    margin-bottom: 10px;
  }
  .fee .fee-block .price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
    padding: 5px 3px;
    background: #fff;
    border: solid 2px #009fc6;
    border-left: none;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .fee .fee-block .price.none {
    margin-bottom: 10px;
  }
  .fee .fee-block .price span {
    display: block;
    margin: 0 auto;
    font-size: 0.625rem;
  }
  .fee .fee-block .price span.small {
    font-size: 0.625rem;
  }
  .fee .fee-block .sup {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 5px;
    background: #fff;
    font-size: 0.75rem;
  }
  .fee .fee-block .sup.none {
    margin-bottom: 5px;
  }
  .fee .fee-block .sup li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .fee .sub {
    width: 100%;
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.4;
  }
  .fee .sub.pc {
    display: none;
  }
  .fee .inquiry-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  /* 矢印 */
  .howto .registration .arrow,
  .howto .timing .arrow {
    width: 4%;
    height: 25px;
    background: url(/img/wordpress/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    margin: 15px 0;
  }
  .howto .use .arrow {
    width: 4%;
    height: 45px;
    background: url(/img/wordpress/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    transform: rotate(90deg);
    padding: 0 15px;
  }

  /* button */
  .large-btn {
    padding: 20px 50px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #555;
    cursor: pointer;
  }
  .small-btn {
    padding: 15px 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #555;
    cursor: pointer;
  }
  .blue-btn {
    color: #fff;
    background: #01627a;
  }
  .blue-btn:hover {
    color: #fff;
    background: #5995a4;
  }
  .orange-btn {
    color: #fff;
    background: #FF925C;
  }
  .orange-btn:hover {
    color: #fff;
    background: #ffb491;
  }
  .skyblue-btn {
    color: #fff;
    background: #1cd2ff;
  }
  .skyblue-btn:hover {
    color: #fff;
    background: #69e0ff;
  }
  .gray-btn {
    color: #fff;
    background: #8b8b8b;
  }
  .gray-btn:hover {
    color: #fff;
    background: #afafaf;
  }
  .scroll-btn {
    color: #fff;
    background: #01627a;
    padding: 15px 0 !important;
    text-align: center;
  }
  .scroll-btn:hover {
    color: #fff !important;
    background: #5995a4 !important;
  }
  .right-btn {
    width: 94%;
    display: inline-block;
    left: 3%;
    position: absolute;
    bottom: 7%;
  }
  .left-btn {
    width: 94%;
    display: inline-block;
    left: 3%;
    position: absolute;
    bottom: 37%;
  }

  /* circle */
  .circle-large {
    width: 13.75rem;
    height: 13.75rem;
    margin: 0 auto;
    border-radius: 50%;
  }
  .circle-small {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .circle-small-more {
    width: 8.75rem;
    height: 8.75rem;
    margin: 0 auto;
    border-radius: 50%;
  }

}
