@charset "UTF-8";
/* reset
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* base
----------------------------------------------------------------------------------------------------
 =common
 =img
 =font
 =align
 =margin
 =padding
 =other
*/
/*--------------------------------------------------*/
/* =common
/*--------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%; }

body {
  font: 15px/1.7 "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  word-break: break-all; }

a {
  color: #1497ff;
  text-decoration: none; }

/*
a:link    { color: #05A; text-decoration: none;}
a:visited { color: #05A; text-decoration: none;}
*/
a:active {
  color: #e60711;
  text-decoration: underline; }

a:hover {
  color: #e60711;
  text-decoration: underline; }

.hover {
  transition: opacity .2s; }

.hover:hover {
  opacity: .7; }

.cf::after,
#container::after,
.inner::after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.cf,
#container,
.inner {
  display: inline-block;
  min-height: 1%; }

* html .cf,
* html #container,
* html .inner {
  height: 1%; }

.cf,
#container,
.inner {
  display: block; }

.clr {
  clear: both; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

/*--------------------------------------------------*/
/* =img
/*--------------------------------------------------*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.imgheight {
  font-size: 1px;
  line-height: 1px; }

/*--------------------------------------------------*/
/* =font
/*--------------------------------------------------*/
strong, .bold {
  font-weight: bold; }

object {
  outline: none; }

sup {
  font-weight: normal;
  font-size: 11px;
  vertical-align: super; }

.tx_10f {
  font-size: 10px;
  font-size: 1.0rem; }

.tx_11f {
  font-size: 11px;
  font-size: 1.1rem; }

.tx_12f {
  font-size: 12px;
  font-size: 1.2rem; }

.tx_13f {
  font-size: 13px;
  font-size: 1.3rem; }

.tx_14f {
  font-size: 14px;
  font-size: 1.4rem; }

.tx_15f {
  font-size: 15px;
  font-size: 1.5rem; }

.tx_16f {
  font-size: 16px;
  font-size: 1.6rem; }

.tx_18f {
  font-size: 18px;
  font-size: 1.8rem; }

.tx_20f {
  font-size: 20px;
  font-size: 2.0rem; }

.tx_22f {
  font-size: 22px;
  font-size: 2.2rem; }

.tx_24f {
  font-size: 24px;
  font-size: 2.4rem; }

.tx_26f {
  font-size: 26px;
  font-size: 2.6rem; }

.tx_28f {
  font-size: 28px;
  font-size: 2.8rem; }

.tx_gray {
  color: #666; }

.tx_blue {
  color: #075edb; }

.tx_red {
  color: #FF123E; }

.tx_orange {
  color: #ff5a00; }

.tx_green {
  color: #34c700; }

.tx_purple {
  color: #8749bb; }

.tx_pink {
  color: #ff1dab; }

.tx_white {
  color: #fff; }

.tx_pk {
  color: #fb5757 !important; }

.bg_gray {
  background-color: #CCCCCC !important;
  color: #fff !important; }

.bg_yellow {
  background-color: #fFFFF2 !important; }

.bg_green {
  background-color: #d3ffe5 !important; }

.bg_blue {
  background-color: #c4ebf6 !important; }

.bg_purple {
  background-color: #dfd7f4 !important; }

.bg_pink {
  background-color: #ffd9e1 !important; }

.bg_orange {
  background-color: #ffdea9 !important; }

.bg_none {
  background: none !important; }

h2 {
  font-size: 20px;
  padding: 7px 10px;
  border-bottom: 3px double #a9deff;
  font-weight: 600;
  color: #323223;
  letter-spacing: 1px; }
  h2::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    color: #1497ff; }

/*--------------------------------------------------*/
/* =align
/*--------------------------------------------------*/
.tx_c {
  text-align: center !important; }

.tx_l {
  text-align: left !important; }

.tx_r {
  text-align: right !important; }

.vt {
  vertical-align: top; }

.vb {
  vertical-align: bottom; }

.vm {
  vertical-align: middle; }

.block_l {
  float: left; }

.block_r {
  float: right; }

/*--------------------------------------------------*/
/* =margin
/*--------------------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

/*--------------------------------------------------*/
/* =padding
/*--------------------------------------------------*/
.pd5 {
  padding: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

/*--------------------------------------------------*/
/* =other
/*--------------------------------------------------*/
.noBorder {
  border: none !important; }

.nowrap {
  white-space: nowrap; }

.mk1 {
  text-indent: -1em;
  padding-left: 1em; }

.mk2 {
  text-indent: -2em;
  padding-left: 2em; }

.inner {
  max-width: 980px;
  margin: 0px auto;
  position: relative; }

main > .inner {
  padding: 50px 10px; }

.tb-box {
  display: table;
  width: 100%;
  margin: auto; }

.tb-box > .tb-box-left,
.tb-box > .tb-box-right {
  display: table-cell;
  vertical-align: middle; }

#header {
  padding: 20px 20px;
  line-height: 1;
  border-bottom: 1px solid #15a0ff; }

#footer {
  padding: 20px 0;
  background: #303a40;
  line-height: 1; }

#copyright {
  color: #a7b0b5;
  font-size: 11px;
  text-align: center; }

.btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin: 0 auto;*/ }

.btn-list > li {
  width: 48%;
  position: relative; }
  .btn-list > li > label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%; }

.btn-list.col-3 > li {
  width: 31%; }

.radio-btn {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.radio-btn + label {
  border: 3px solid #a9deff;
  display: block;
  padding: 10px 10px 10px 60px;
  cursor: pointer; }

.btn-list .title {
  font-weight: 600;
  font-size: 18px; }

.radio-btn + label::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #a9deff; }

.radio-btn + label:hover,
.radio-btn + label:focus,
.radio-btn:checked + label {
  border: 3px solid #1497ff;
  background: #1497ff;
  box-shadow: 1px 1px 0px #1497ff inset, -1px -1px 0px #1497ff inset;
  color: #FFF; }

.radio-btn.disabled + label {
  background: #aaa;
  color: #666;
  filter: drop-shadow(0 0 0 #aaa);
  border-color: #aaa;
  cursor: default;
  outline: none; }
  .radio-btn.disabled + label:hover {
    outline: none;
    border-color: #aaa;
    box-shadow: none; }
  .radio-btn.disabled + label::before {
    color: #666 !important; }

#campaign_ul .radio-btn + label {
  border: 3px solid #ffdeaa; }
#campaign_ul .radio-btn + label::before {
  color: #ffdeaa; }
#campaign_ul .radio-btn:checked + label::before {
  color: white; }
#campaign_ul .radio-btn + label:hover,
#campaign_ul .radio-btn + label:focus,
#campaign_ul .radio-btn:checked + label {
  border: 3px solid #ffbf04 !important;
  background: #ffbf04 !important;
  box-shadow: 1px 1px 0px #ffbf04 inset, -1px -1px 0px #ffbf04 inset !important;
  color: #FFF; }

.radio-btn:hover + label::before,
.radio-btn:focus + label::before {
  color: #FFF; }

.radio-btn:checked + label::before {
  content: "\f058";
  color: #FFF; }

.radio-btn.empty-btn:hover + label::before,
.radio-btn.empty-btn:focus + label::before {
  color: #a9deff; }

.fee {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 14px; }

.fee th, .fee td {
  padding: 15px;
  border: solid #bdbdbd;
  border-width: 1px;
  text-align: center;
  vertical-align: middle; }

.fee th {
  font-weight: 600;
  width: 40%;
  background: #e1ebf3; }

.fee .total_fee th,
.fee .total_fee td {
  border: 3px solid #1497ff; }

.fee .total_fee th {
  background: #1497ff;
  color: #FFF; }

.fee .total_fee td,
.fee .total_fee td span {
  font-weight: 600;
  font-size: 16px !important;
  color: #ff6326; }

button {
  border: none;
  color: #FFF;
  background: #fe6b31;
  font-weight: 600;
  border-radius: 8px;
  transition: all .2s;
  font-size: 18px;
  padding: 20px 30px;
  filter: drop-shadow(0 5px 0 #d06135);
  cursor: pointer;
  text-align: center;
  margin: 10px auto;
  position: relative;
  display: block; }

button:hover {
  transform: translateY(3px) !important;
  filter: drop-shadow(0 2px 0 #d06135); }

button.back_btn {
  background: #888;
  padding: 10px 30px;
  filter: drop-shadow(0 5px 0 #666);
  font-size: 14px; }

button.back_btn:hover {
  filter: drop-shadow(0 2px 0 #666); }

button i {
  margin: 0 10px; }

.disabled {
  background: #aaa;
  color: #666;
  filter: drop-shadow(0 0 0 #aaa); }

.disabled:hover {
  transform: translateY(0) !important;
  filter: drop-shadow(0 0 0 #aaa); }

.notice {
  font-size: 12px;
  display: inline-block; }

.notice > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4; }

.notice > li + li {
  margin-top: .3em; }

.notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0; }

.p-notice {
  font-size: 14px;
  display: inline-block; }
  .p-notice > li {
    line-height: 1.4; }
    .p-notice > li::before {
      content: "※";
      margin-right: .2em; }
    .p-notice > li + li {
      margin-top: .3em; }

.input-group {
  border: 3px solid #eee;
  margin: 20px auto;
  padding: 10px; }

.input-item {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 15px; }

.input-item dt, .input-item dd {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 2em 1.5em; }

.input-item dt {
  font-weight: 600;
  width: 35%; }

.input-item:first-child {
  border: none; }

.user-area .input-item:first-child {
  border-top: 1px solid #ddd; }

.input-item dt.any::before,
.input-item dt.req::before {
  color: #FFF;
  padding: 3px 6px;
  display: inline-block;
  margin-right: 1em;
  font-size: 12px; }

.input-item dt.req::before {
  content: "必須";
  background: #ff4040; }

.input-item dt.any::before {
  content: "任意";
  background: #999; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  outline: none;
  padding: .5em;
  font-family: inherit; }

input.zip,
input.tel {
  max-width: 15em; }

.input-item .btn-list .title {
  font-size: 16px;
  font-weight: normal; }

.select-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  width: calc(100% - 2em); }

.select-wrap.pref {
  max-width: 10em; }

.select-wrap:before {
  content: "";
  position: absolute;
  right: 0.7em;
  top: .7em;
  width: .7em;
  height: .7em;
  border-right: solid 0.2em #2b2b2b;
  border-bottom: solid 0.2em #2b2b2b;
  color: #333;
  z-index: 1001;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.select-wrap select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  background-image: none;
  vertical-align: middle;
  font-size: inherit;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #aaa;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px; }

.birthday-list {
  display: flex;
  flex-wrap: wrap; }

.birthday-list > li + li {
  margin-left: 0px; }

.birthday-list > li:nth-child(1) {
  width: calc(35.7% - 10px);
  min-width: 40px;
  min-width: 127px; }

.birthday-list > li:nth-child(2), .birthday-list > li:nth-child(3) {
  width: calc(29.6% - 10px);
  min-width: 107px; }

.essential-area-box {
  padding: 1.5em;
  overflow: auto;
  max-height: 170px;
  border: 2px solid #ffa0a0; }

.essential-list + .essential-list {
  margin-top: 2em; }

.essential-list dt {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5em; }

.essential-inner-list > li {
  position: relative;
  padding-left: 20px; }

.essential-inner-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #333;
  top: 1em;
  left: 7px;
  border-radius: 100%;
  margin-top: -.4em; }

.essential-inner-list > li + li {
  margin-top: .5em; }

.contractor-parent-area,
.sending-area {
  display: none; }

.agreement-list > li + li {
  margin-top: 2em;
  position: relative; }

.agreement-list > li + li input {
  visibility: hidden;
  position: absolute; }

.agreement-list > li + li input + label {
  padding: 0 0 0 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  position: relative; }

.agreement-list > li + li input + label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 25px;
  line-height: 25px;
  color: #1497ff; }

.agreement-list > li + li input:checked + label::before {
  content: "\f14a"; }

/*-------------------------------------------------------------*/
.txt_s {
  font-size: 80%; }

@media screen and (min-width: 980px) {
  .tb:not(.pc), .sp {
    display: none !important; } }
@media screen and (min-width: 641px) and (max-width: 979px) {
  .pc:not(.tb), .sp:not(.tb) {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .tb:not(.sp), .pc {
    display: none !important; } }
/*STEP*/
ul.step {
  margin-top: -20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 640px) {
    ul.step {
      max-width: 400px;
      margin: -35px auto 25px;
      align-items: center; } }
  ul.step li {
    width: calc(20% - 5px);
    margin: 0px 10px;
    text-align: center;
    position: relative;
    color: #a9deff; }
    ul.step li.nomove {
      color: white !important; }
    @media screen and (min-width: 980px) {
      ul.step li {
        font-size: 95%; } }
    @media screen and (min-width: 641px) and (max-width: 979px) {
      ul.step li {
        font-size: 87.5%; } }
    @media screen and (max-width: 640px) {
      ul.step li {
        font-size: 85%; } }
    ul.step li:not(:last-of-type)::after {
      position: absolute;
      content: "\f0da";
      font-family: 'Font Awesome 5 Free';
      font-weight: 700;
      top: 50%;
      font-size: 30px;
      transform: translateY(-50%);
      color: #a9deff;
      right: -18px; }
    ul.step li p {
      background-color: white;
      border-radius: 5px;
      border: 1px solid #a9deff;
      overflow: hidden;
      padding: 5px 5px;
      position: relative;
      width: 100%;
      height: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      ul.step li p span {
        position: relative;
        z-index: 1; }
    ul.step li.pre p::before, ul.step li.now p::before {
      z-index: 0;
      content: "";
      left: 0;
      top: 0;
      width: 101%;
      height: 101%;
      position: absolute;
      display: block;
      background-color: #1497ff;
      border-radius: 4px; }
    ul.step li.pre p {
      color: white;
      animation: colorout .28s ease-in-out .33s 1 normal forwards running; }
@-webkit-keyframes colorout {
  0% {
    color: white; }
  100% {
    color: #a9deff; } }
      ul.step li.pre p::before {
        animation: slideout .28s ease-in-out .33s 1 normal forwards running; }
@-webkit-keyframes slideout {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(101%, 0%); } }
    ul.step li.now:not(.nomove) p {
      animation: colorin .28s ease-in-out .33s 1 normal forwards running; }
@-webkit-keyframes colorin {
  0% {
    color: #a9deff; }
  100% {
    color: white; } }
      ul.step li.now:not(.nomove) p::before {
        transform: translate(-101%, 0);
        animation: slidein .28s ease-in-out .33s 1 normal forwards running; }
@-webkit-keyframes slidein {
  0% {
    transform: translate(-101%, 0); }
  100% {
    transform: translate(0%, 0); } }
    @media screen and (max-width: 640px) {
      ul.step li {
        width: 20%;
        position: relative;
        z-index: 1; }
        ul.step li.now {
          width: 40%; }
        ul.step li:not(:last-of-type)::after {
          content: "";
          display: block;
          height: 2px;
          width: 90%;
          position: absolute;
          top: calc(50% - 1px);
          border-top: 2px dotted #a9deff;
          z-index: -1;
          transform: translateX(50%); }
        ul.step li p {
          border-radius: 50%; }
        ul.step li:not(.now) p {
          width: calc(30px + 5vw);
          height: calc(30px + 5vw);
          max-width: 39px;
          max-height: 39px;
          font-size: 150%; }
          ul.step li:not(.now) p span:not(.sp) {
            display: none; }
        ul.step li.now {
          text-align: center; }
          ul.step li.now span.sp {
            display: none; }
          ul.step li.now p {
            line-height: 1.2;
            width: calc(63px + 3vw);
            height: calc(63px + 3vw);
            border-radius: 50%; }
            ul.step li.now p::before {
              overflow: hidden; } }

/*label*/
label {
  border-radius: 5px; }

#plan label .title {
  width: 100%;
  text-align: center;
  display: inline-block; }

#plan .radio-btn + label {
  transition: .33s; }
  @media screen and (min-width: 980px) {
    #plan .radio-btn + label {
      padding: 20px 30px 20px 60px !important; } }
  @media screen and (min-width: 641px) and (max-width: 979px) {
    #plan .radio-btn + label {
      padding: 20px 10px 20px 50px !important; } }
  @media screen and (max-width: 640px) {
    #plan .radio-btn + label {
      padding: 20px 10px 20px 30px !important; }
      #plan .radio-btn + label::before {
        left: 10px !important;
        font-size: 20px !important;
        line-height: 20px !important;
        width: 20px !important;
        height: 20px !important; } }
  #plan .radio-btn + label img {
    max-height: 80px;
    max-width: 100%; }
    #plan .radio-btn + label img.on {
      display: none; }
    #plan .radio-btn + label img.off {
      display: inline-block;
      opacity: .33; }
  #plan .radio-btn + label:hover img.on {
    display: inline-block; }
  #plan .radio-btn + label:hover img.off {
    display: none; }
#plan .radio-btn:checked + label img.on {
  display: inline-block; }
#plan .radio-btn:checked + label img.off {
  display: none; }
#plan .radio-btn.empty-btn + label {
  background: #ccc;
  cursor: default;
  border-color: #ccc; }
  #plan .radio-btn.empty-btn + label img.on {
    display: none; }
  #plan .radio-btn.empty-btn + label img.off {
    display: inline-block; }
  #plan .radio-btn.empty-btn + label:hover {
    box-shadow: none; }

/*PLAN*/
#planA.radio-btn + label:hover, #planB.radio-btn + label:hover, #planC.radio-btn + label:hover {
  color: white; }
#planA.radio-btn + label:hover::before, #planB.radio-btn + label:hover::before, #planC.radio-btn + label:hover::before {
  color: #fff; }
#planA.radio-btn:checked + label::before, #planB.radio-btn:checked + label::before, #planC.radio-btn:checked + label::before {
  color: #fff; }

/*#planA.radio-btn{
	&+ label{
		border-color:#ffcb80;
		&::before{color:#ffcb80;}
		&:hover{
			background-color: #ff9600;
			box-shadow: 1px 1px 0px #ff9600 inset, -1px -1px 0px #ff9600 inset;}
	}
	&:checked + label{
		border-color:#ff9600;
		background: #ff9600;
		box-shadow: 1px 1px 0px #ff9600 inset, -1px -1px 0px #ff9600 inset;
	}
}
#planB.radio-btn{
	&+ label{
		border-color:#f6adc8;
		&::before{color:#f6adc8;}
		&:hover{
			background-color: #ed5b90;
			box-shadow: 1px 1px 0px #ff9600 inset, -1px -1px 0px #ff9600 inset;
		}
	}
	&:checked + label{
		border-color: #ed5b90;
		background: #ed5b90;
		box-shadow: 1px 1px 0px #ed5b90 inset, -1px -1px 0px #ed5b90 inset;
	}
}
#planC.radio-btn{
	&+ label{
		border-color:#83d8dc;
		&::before{color:#83d8dc;}
		&:hover{
			background-color: #06b1b8;
			box-shadow: 1px 1px 0px #06b1b8 inset, -1px -1px 0px #06b1b8 inset;}
	}
	&:checked + label{
		border-color: #06b1b8;
		background: #06b1b8;
		box-shadow: 1px 1px 0px #06b1b8 inset, -1px -1px 0px #06b1b8 inset;
	}
}*/
/*option*/
#optionA.radio-btn + label:hover, #optionB.radio-btn + label:hover {
  color: white; }
#optionA.radio-btn + label:hover::before, #optionB.radio-btn + label:hover::before {
  color: #fff; }
#optionA.radio-btn:checked + label::before, #optionB.radio-btn:checked + label::before {
  color: #fff; }

#optionA.radio-btn + label {
  border-color: #ffd4d4; }
  #optionA.radio-btn + label::before {
    color: #ffd4d4; }
  #optionA.radio-btn + label:hover {
    background-color: #ff7b7a;
    box-shadow: 1px 1px 0px #ff7b7a inset, -1px -1px 0px #ff7b7a inset; }
#optionA.radio-btn:checked + label {
  border-color: #ff7b7a;
  background: #ff7b7a;
  box-shadow: 1px 1px 0px #ff7b7a inset, -1px -1px 0px #ff7b7a inset; }

#optionB.radio-btn + label {
  border-color: #dbdbdb; }
  #optionB.radio-btn + label::before {
    color: #dbdbdb; }
  #optionB.radio-btn + label:hover {
    background-color: #aeaeae;
    box-shadow: 1px 1px 0px #aeaeae inset, -1px -1px 0px #aeaeae inset; }
#optionB.radio-btn:checked + label {
  border-color: #aeaeae;
  background: #aeaeae;
  box-shadow: 1px 1px 0px #aeaeae inset, -1px -1px 0px #aeaeae inset; }

.desc {
  text-align: left;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  color: #70bdee; }
  @media screen and (min-width: 980px) {
    .desc {
      margin-left: 20px; } }
  @media screen and (max-width: 979px) {
    .desc {
      font-size: 12px; } }
  @media screen and (max-width: 640px) {
    .desc {
      margin-top: 10px; } }
  .radio-btn:checked + label .desc, .radio-btn:hover + label .desc {
    color: white; }
  .radio-btn.empty-btn:hover + label .desc {
    color: #70bdee; }

/*BTN*/
@media screen and (min-width: 980px) {
  .btn-list:not(.col-3) {
    max-width: 750px; }
    .btn-list:not(.col-3) li {
      max-width: 375px; } }
@media screen and (min-width: 641px) and (max-width: 979px) {
  .btn-list:not(.col-3) {
    max-width: 63.9vw; } }
@media screen and (max-width: 640px) {
  .btn-list {
    flex-direction: row; }
    .btn-list > li {
      width: calc(50% - 5px); }
      .btn-list > li:nth-child(odd) {
        margin-right: 10px; }

  .btn-list.col-3 {
    flex-direction: row; }
    .btn-list.col-3 > li {
      width: calc(50% - 5px); }
      .btn-list.col-3 > li:nth-child(odd) {
        margin-right: 10px; }
      .btn-list.col-3 > li:not(:first-of-type) {
        margin-top: 0; }
      .btn-list.col-3 > li:not(:last-of-type) {
        margin-bottom: 10px; } }
@media screen and (max-width: 410px) {
  .btn-list.sp_w100 {
    flex-direction: column; }
    .btn-list.sp_w100 > li {
      width: 100%; }
    .btn-list.sp_w100 > li + li {
      margin-top: 15px; } }
/*追尾テーブル*/
#plan {
  padding-bottom: 165px; }

main#plan table.fee {
  transition: .1s;
  z-index: 10;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  margin: 0 !important; }
  main#plan table.fee td {
    background-color: white;
    border-right: none; }
  main#plan table.fee th {
    border-left: none; }
  main#plan table.fee td, main#plan table.fee th {
    padding: 10px;
    white-space: nowrap;
    line-height: 1; }

.notice {
  margin-top: 10px; }

/*入力欄*/
@media screen and (max-width: 640px) {
  .input-item {
    display: flex;
    flex-direction: column; }

  .input-item dt {
    padding: 15px 10px 15px 10px;
    width: 100%; }

  .input-item dd {
    padding: 15px 10px 30px 10px;
    width: 100%; }

  .radio-btn + label {
    padding: 10px 10px 10px 55px; } }
/*サンクスページ*/
.thanks {
  text-align: center; }
  .thanks h1 {
    font-size: 18px;
    padding: 15px 0; }
  .thanks p {
    display: inline-block;
    text-align: left; }

/*blur*/
.blur {
  filter: blur(2px);
  position: relative; }
  .blur::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: 90;
    opacity: .1; }

/*modal*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none; }
  .modal .inner {
    border: 5px solid #ffd43b; }
  @media screen and (max-width: 640px) {
    .modal {
      font-size: 14px; } }

.modal.on {
  transition: .33s;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: visible;
  z-index: 1001;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .modal.on .modal_wrap {
    opacity: 0.5;
    background-color: #232323;
    width: 100%;
    height: 100vw;
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0; }
  .modal.on .inner {
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    width: calc(100% - 20px);
    position: relative;
    background-color: white;
    z-index: 1001;
    overflow-y: scroll; }
    .modal.on .inner .list_head, .modal.on .inner .feelist_data {
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal.on .inner .list_head > *, .modal.on .inner .feelist_data > * {
        width: 25%;
        text-align: center;
        padding: 15px 0; }
      @media screen and (max-width: 640px) {
        .modal.on .inner .list_head, .modal.on .inner .feelist_data {
          font-size: 12px; }
          .modal.on .inner .list_head li:nth-child(1), .modal.on .inner .feelist_data li:nth-child(1) {
            width: 25%; }
          .modal.on .inner .list_head li:nth-child(2), .modal.on .inner .feelist_data li:nth-child(2) {
            width: 19%; }
          .modal.on .inner .list_head li:nth-child(3), .modal.on .inner .feelist_data li:nth-child(3) {
            width: 22%; }
          .modal.on .inner .list_head li:nth-child(4), .modal.on .inner .feelist_data li:nth-child(4) {
            width: 31%; } }
    .modal.on .inner .list_head {
      border-top: 1px solid #232323;
      border-bottom: 1px solid #232323; }
    .modal.on .inner .feelist_data {
      border-bottom: 1px solid #232323; }

.modal_close {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #bdbdbd;
  transition: .33s;
  cursor: pointer;
  background-color: white;
  border-radius: 50%; }
  @media screen and (min-width: 641px) {
    .modal_close {
      line-height: 40px;
      height: 40px;
      width: 40px;
      font-size: 40px; } }
  @media screen and (max-width: 640px) {
    .modal_close {
      line-height: 30px;
      height: 30px;
      width: 30px;
      font-size: 30px; } }
  .modal_close:hover {
    transform: scale(1.05); }

span.modal_btn {
  cursor: pointer;
  color: #1497ff;
  padding: 10px;
  border: 1px dotted #1497ff;
  display: inline-block;
  background: #f4fbff;
  transition: .33s; }
  span.modal_btn:hover {
    color: white;
    background-color: #1497ff;
    border: 1px dotted #a9deff; }

.modal_btn:hover {
  cursor: pointer; }

.modal table {
  width: 100%;
  max-width: 940px;
  border-collapse: collapse;
  margin: 0 auto; }
  .modal table td, .modal table th {
    padding: 20px;
    border: solid #bdbdbd;
    border-width: 1px 0 1px 0;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .modal table td, .modal table th {
        padding: 10px; } }

.modal h2, .modal p {
  padding: 10px;
  line-height: 1.6; }
  .modal h2 i, .modal p i {
    margin-right: 10px;
    color: #ffd43b;
    text-shadow: black 2px 0px 0px, black -2px 0px 0px, black 0px -2px 0px, black 0px 2px 0px, black 2px 2px 0px, black -2px 2px 0px, black 2px -2px 0px, black -2px -2px 0px, black 1px 2px 0px, black -1px 2px 0px, black 1px -2px 0px, black -1px -2px 0px, black 2px 1px 0px, black -2px 1px 0px, black 2px -1px 0px, black -2px -1px 0px, black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px; }

.modal h2::before {
  display: none !important; }

.modal h2 {
  border-bottom: 3px double #ffd43b; }

/*県*/
#contractorPref, #userPref {
  min-width: 260px; }

.select-wrap.pref::before {
  right: -85px; }

#back_btn {
  margin-top: 30px; }

/*.back_btn{
	width: 241px !important;
}*/
/*確認表示*/
dt {
  background-color: #f2f2f2 !important; }
  @media screen and (max-width: 640px) {
    dt {
      padding: 10px !important; } }

/*法人*/
@media screen and (min-width: 980px) {
  #header .inner {
    display: flex;
    position: relative; } }

#header {
  text-align: center;
  position: relative; }
  @media screen and (max-width: 979px) {
    #header .a_wrap {
      display: flex;
      text-align: center;
      max-width: 320px;
      margin: 0 auto;
      flex-direction: column; }
    #header a {
      margin: 10px auto 0;
      background-color: #EEF8FF;
      border: 1px solid #6ebfff;
      padding: 7px 10px;
      width: 100%; } }
  @media screen and (max-width: 979px) and (min-width: 641px) {
    #header a {
      width: 33vw; } }
  @media screen and (max-width: 979px) and (min-width: 980px) {
    #header a {
      display: inline-flex;
      justify-content: center;
      align-items: center; } }

  @media screen and (min-width: 980px) {
    #header .a_wrap {
      display: flex;
      text-align: center;
      position: absolute;
      right: 20px;
      bottom: -30px; }
    #header a {
      line-height: 1.3;
      transform: translateY(-50%);
      padding: 6px 14px;
      background-color: #EEF8FF;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #6ebfff;
      border-radius: 4px;
      transition: .33s; }
      #header a:hover {
        padding: 6px 18px;
        margin-right: -4px;
        font-weight: 700;
        color: #1497ff;
        border: 1px solid #1497ff; }
        #header a:hover::after {
          transform: translate(66%, -50%); }
      #header a:nth-child(2)::after {
        content: "\f138";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(33%, -50%);
        background-color: #EEF8FF;
        border-radius: 50%;
        transition: .33s; }
      #header a:nth-child(1)::after {
        content: "\f137";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-33%, -50%);
        background-color: #EEF8FF;
        border-radius: 50%;
        transition: .33s; }
      #header a:nth-child(1) {
        margin-right: 20px;
        height: 53px; } }

/*title*/
@-webkit-keyframes title {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
p.maintitle {
  opacity: 0;
  transform: translateY(30px);
  letter-spacing: 2px;
  margin-top: -10px;
  display: block;
  text-align: center;
  font-size: 190%;
  font-weight: 700;
  animation: title .28s ease-in-out .33s 1 normal forwards running; }
  @media screen and (max-width: 640px) {
    p.maintitle {
      font-size: 160%; } }

p.maintitle + .subtitle {
  opacity: 0;
  transform: translateY(30px);
  color: #777777;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 60px;
  animation: title .28s ease-in-out .39s 1 normal forwards running; }

#firstfee th {
  background-color: #52974d;
  color: white;
  border-top: 1px solid #52974d;
  border-right: 3px solid #52974d;
  border-bottom: 1px solid #52974d; }
#firstfee td {
  border-top: 1px solid #52974d;
  border-bottom: 1px solid #52974d;
  background-color: #f6fffc !important; }

.otamesi_fuki {
  transition: .33s;
  margin-top: 20px;
  margin-bottom: -15px; }
  @media screen and (min-width: 641px) and (max-width: 979px) {
    .otamesi_fuki {
      width: 30.672vw; } }
  @media screen and (max-width: 640px) {
    .otamesi_fuki {
      width: calc(50% - 5px); } }
  @media screen and (min-width: 980px) {
    .otamesi_fuki.mini {
      width: 297px; } }
  @media screen and (min-width: 641px) and (max-width: 979px) {
    .otamesi_fuki.mini {
      width: 31%; } }
  @media screen and (max-width: 640px) {
    .otamesi_fuki.mini {
      width: calc(50% - 5px); } }
  @media screen and (min-width: 980px) {
    .otamesi_fuki:nth-of-type(3) {
      margin-left: 27px; } }
  @media screen and (min-width: 641px) and (max-width: 979px) {
    .otamesi_fuki:nth-of-type(3) {
      margin-left: 2.2vw; } }
  @media screen and (max-width: 640px) {
    .otamesi_fuki:nth-of-type(3) {
      margin-left: 5px; } }

.otamesi.notice {
  display: none; }

.center {
  text-align: center; }

.under {
  margin-top: 20px;
  border-bottom: 3px double #323232; }

/**/
.btn-list > li.new {
  position: relative;
  overflow: hidden; }

.btn-list > li.new::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../img/new.png");
  display: block;
  height: 40%;
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px 0 0 0;
  filter: drop-shadow(0 0px 3px #005ca8);
  pointer-events: none; }

.btn-list > li.empty {
  position: relative;
  overflow: hidden;
  pointer-events: none; }

.btn-list > li.empty::after {
  content: 'Sold out';
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: #c11616;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: border-box; }

.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  align-items: center; }

.pen_y {
  background: linear-gradient(transparent 75%, rgba(255, 252, 107, 0.69) 75%); }

.include_tax,
.fee .total_fee td span.include_tax {
  font-size: clamp(12px, 50%, 16px) !important; }

.name-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .name-list {
      display: block; } }
  .name-list > li {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .name-list > li {
        width: 100%; }
        .name-list > li + li {
          margin-top: 15px; } }
    .name-list > li > label {
      display: inline-block;
      width: 3em;
      text-align: right;
      margin-right: 5px; }

/*kirari*/
.kirari {
  position: relative;
  transition: .33s;
  overflow: hidden;
  display: inline-block;
  background-color: #ff7e00;
  padding: 3px 10px 0 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px #ec6516; }

.kirari:hover {
  transform: scale(1.05); }

.kirari::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: kirari 4s ease-in-out infinite; }

@-webkit-keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
/*IE*/
_:-ms-lang(x)::-ms-backdrop, p.maintitle {
  opacity: 1; }

_:-ms-lang(x)::-ms-backdrop, p.maintitle + .subtitle {
  opacity: 1; }

_:-ms-lang(x)::-ms-backdrop, .now p {
  color: white !important;
  background: #1497ff !important; }

_:-ms-lang(x)::-ms-backdrop, .modal_wrap + .inner {
  margin: 0; }

_:-ms-lang(x)::-ms-backdrop, .modal_close {
  font-size: 30px; }

/* キャンペーン用 */
.camp_before,
.camp_strike {
  color: #000; }

.camp_strike {
  text-decoration: line-through; }

.camp_after,
.camp_after_tax {
  font-weight: bold;
  color: #fb5757 !important; }

#MonthlyFee,
#OptionFee,
#TotalFee {
  /*display: none;*/ }

table.agree {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 14px; }
  table.agree th, table.agree td {
    padding: 15px;
    border: solid #bdbdbd;
    border-width: 1px;
    text-align: center;
    vertical-align: middle; }

#sub header {
  background-color: #FFF !important; }

h1.sub_h1 {
  text-align: center;
  font-size: 4.1666666667vw; }
  @media screen and (min-width: 980px) {
    h1.sub_h1 {
      font-size: 40.8333333333px; } }
  @media screen and (max-width: 640px) {
    h1.sub_h1 {
      font-size: 3rem; } }

.terms h2 {
  background-color: #f5f5f8;
  padding: 10px 20px;
  border-bottom: none; }
  @media screen and (max-width: 640px) {
    .terms h2 {
      padding-left: 10px; } }
  @media screen and (min-width: 980px) {
    .terms h2:not(:first-of-type) {
      margin-top: 60px !important; } }
  @media screen and (min-width: 641px) and (max-width: 979px) {
    .terms h2:not(:first-of-type) {
      margin-top: 50px !important; } }
  @media screen and (max-width: 640px) {
    .terms h2:not(:first-of-type) {
      margin-top: 40px !important; } }
  .terms h2 i {
    margin-right: 7px;
    color: #a9deff; }
  .terms h2::before, .terms h2::after {
    content: none; }

.qrflex {
  justify-content: space-between; }
  .qrflex > div {
    text-align: center;
    max-width: 100%; }
    @media screen and (min-width: 980px) {
      .qrflex > div {
        max-width: 220px; } }

/*
.planbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	
	@include mq(sp) {display: block;}
	
	> .planbox_item {
		width: 31%;
		@include mq(sp) {
			width: 100%;
			& + .planbox_item {
				margin-top: 20px;
			}
		}
		text-align: center;
		overflow: hidden;
		border-radius: 5px;
		
		&:nth-child(1) { border: 2px solid #1497ff; }
		&:nth-child(2) { border: 2px solid #03accb; }
		&:nth-child(3) { border: 2px solid #04c18c; }
		
		&:nth-child(1) .planbox_head { background: #1497ff; }
		&:nth-child(2) .planbox_head { background: #03accb; }
		&:nth-child(3) .planbox_head { background: #04c18c; }
		
		&:nth-child(1) .planbox_price_text { color: #1497ff; }
		&:nth-child(2) .planbox_price_text { color: #03accb; }
		&:nth-child(3) .planbox_price_text { color: #04c18c; }

		
		.planbox_head {
			font-family: "Days One", sans-serif;
			position: relative;
			color: #FFF;
			text-align: center;
			padding: 20px;
			font-size: 40px;
			line-height: 1;
			
			@include mq(sp) {
				padding: 10px;
			}
		}
		
		.planbox_content {
			padding: 30px 20px;
			
			@include mq(sp) {
				padding: 15px;
			}
			
			.planbox_price_label {
				position: relative;
				border-radius: 100px;
				background: #ddd;
				padding: 3px;
				color: #444;
				font-size: 12px;
				font-weight: bold;
				
				&::before {
					content: '';
					display: block;
					width: 16px;
					height: 8px;
					position: absolute;
					bottom: -7.5px;
					left: 50%;
					transform: translateX(-50%);
					clip-path: polygon(50% 100%, 0 0, 100% 0);
					background: inherit;
				}
			}
			
			.planbox_price {
				margin: 20px auto;
				width: fit-content;
				
				@include mq(sp) {
					margin: 10px auto;
				}
				
				.planbox_price_text {
					font-family: "Days One", sans-serif;
					font-size: 54px;
					line-height: 1;
					font-weight: bold;
					
					span {
						font-family: "Noto Sans JP", sans-serif;
						font-size: 50%;
						font-weight: bold;
						line-height: 1;
					}
				}

				.planbox_price_tax {
					font-size: 13px;
				}
			}
			
			.planbox_price + .planbox_price_label {
				margin-top: 40px;
				
				@include mq(sp) {
					margin-top: 20px;
				}
			}
		}
	}
}
*/
.plan_able {
  width: 100%;
  text-align: center; }
  .plan_able + .plan_able {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .plan_able + .plan_able {
        margin-top: 20px; } }
  .plan_able th, .plan_able td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #ddd; }
    @media screen and (max-width: 640px) {
      .plan_able th, .plan_able td {
        padding: 15px 10px; } }
  .plan_able th {
    background: #f5f5f5;
    padding: 20px 10px;
    color: #555;
    font-weight: bold; }
  .plan_able tbody th ~ td {
    width: 40%; }
  .plan_able td .num {
    font-size: 130%; }
