@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.hilight {
  color: #48ccc2;
}

.spbr {
  display: none;
}

@media screen and (max-width: 900px) {
  .spbr {
    display: inline;
  }
}

.pcbr {
  display: inline;
}

@media screen and (max-width: 900px) {
  .pcbr {
    display: none;
  }
}

.spimg {
  display: none;
}

@media screen and (max-width: 900px) {
  .spimg {
    display: inline-block;
  }
}

.pcimg {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .pcimg {
    display: none;
  }
}

.spblc {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .spblc {
    display: block !important;
  }
}

.pcblc {
  display: block;
}

@media screen and (max-width: 900px) {
  .pcblc {
    display: none !important;
  }
}

.spinblc {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .spinblc {
    display: inline-block !important;
  }
}

.pcinblc {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .pcinblc {
    display: none !important;
  }
}

.sptbl {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .sptbl {
    display: table !important;
  }
}

.pctbl {
  display: table;
}

@media screen and (max-width: 900px) {
  .pctbl {
    display: none !important;
  }
}

.sptr {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .sptr {
    display: table-row !important;
  }
}

.pctr {
  display: table-row;
}

@media screen and (max-width: 900px) {
  .pctr {
    display: none !important;
  }
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}
@media screen and (max-width: 900px) {
.alignC {
  text-align: left;
  font-size:0.9rem;
  margin-bottom: -2rem;
  }
}

.hide {
  display: none;
}

@media screen and (max-width: 900px) {
  .spmT0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .spmB0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .spmL0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .spmR0 {
    margin-right: 0 !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  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;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  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;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  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: 45px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  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;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.button-toggle-parent {
  overflow: hidden;
}

.form-group .input-text {
  line-height: 1.5rem;
}

.form-group .select {
  padding: 0;
  border: 3px solid #000000;
}
.form-group .grid-input input{
  padding: 0;
  border: 3px solid #000000;
  border-radius: 0.25rem;
  padding: 0rem 0.5rem;
}
.form-group .grid-input input::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
  color: #b3b3b3;
  padding: 0rem 0.3rem;
}

.form-group .select select {
  padding: 0 1rem;
}
.thumbnail strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.thumbnail p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 1rem;
  display: grid;
}

@media screen and (max-width: 900px) {
  .form-group .radio {
    margin-bottom: 1rem;
  }
  .form-group .select select {
    padding: 0 0.2rem;
    font-size: 12px
  }
  .form-group button {
    white-space: nowrap;
  }
  .form-group .radio label {
    padding-left: 2rem;
    padding-right: 0;
    display: block;
  }
  .thumbnail strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
  }
  .thumbnail p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 1rem 0rem;
    display: grid;
  }
}

.form-group .form-row .disclaimer {
  font-size: .8rem;
}
@media screen and (max-width: 900px) {
  .form-group .form-row .disclaimer {
  font-size: .77rem;
  }
}

.mypage-body .form-group .form-row .disclaimer {
  font-size: 14px;
  padding: 0rem 0.5rem;
  max-width: 27.25rem;
  min-width: 27.25rem;
}
@media screen and (max-width: 900px) {
  .mypage-body .form-group .form-row .disclaimer {
  font-size: 12px;
  max-width: 15rem;
  min-width: 15rem;
  }
}


@media screen and (max-width: 900px) {
  .entry-body .form-body .select-group {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .entry-body .form-body .moving_date + .disclaimer {
    margin-top: -1rem;
  }
}

.entry-body .form-body.step2 .module-tab .tab-content {
  background: #F1F0F0;
  padding: 2rem 0 6rem;
}

@media screen and (max-width: 900px) {
  .entry-body .form-body.step2 .module-tab .tab-content {
    padding: 1rem 1rem 5rem;
  }
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label span {
  padding: 0 2rem;
  padding-right: 0;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 1px #333;
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label input:checked {
  color: #000000;
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label input:checked + span {
  background-color: initial;
  color: #000000;
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label input:checked + span:before {
  transform: none;
}

.entry-body .form-body.step2 .module-tab .tab-content .toggle-parent01 .card-body label input:checked + span:after {
  content: "";
  display: block;
  font-size: 100px;
  position: absolute;
  width: 10px;
  height: 5px;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.entry-body .form-body.step2 .label-required {
  background: #000000;
  display: inline-block;
  border-radius: .25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0 .5rem;
  font-size: .86rem;
  color: #fff;
  margin: 0 .5rem;
  vertical-align: middle;
}

.entry-body .form-body.step2 .support_group_id_chk_area {
  background: #FFFFFF;
  padding: 1rem;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox {
  margin-bottom: 1rem;
}
.entry-body .form-body.step2 .support_group_id_chk_area .support_group_area_checkbox {
  margin-bottom: 1rem;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox0 {
  background: #a5d8f5;
  border-bottom: dashed 2px #333;
  margin: -15px -15px 15px;
  padding: 15px;
}
.entry-body .form-body.step2 .support_group_id_chk_area .support_group_area_checkbox0 {
  background: #a5d8f5;
  border-bottom: dashed 2px #333;
  margin: -15px -15px 15px;
  padding: 15px;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox.all_group_checkbox {
  position: absolute;
  bottom: 2.5rem;
}

@media screen and (max-width: 900px) {
  .entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox.all_group_checkbox {
    bottom: 1.5rem;
  }
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox {
  position: relative;
  display: inline-block;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox:last-child {
  margin-bottom: 0;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input {
  visibility: hidden;
  position: absolute;
  left: -999999px;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input + label.checkbox-inline {
  padding: 0 2rem;
  padding-right: 0;
  position: relative;
  display: block;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input + label.checkbox-inline::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 1px #333;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input:checked + label {
  color: #FD9827;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input:checked + label::after {
  content: "";
  display: block;
  font-size: 100px;
  position: absolute;
  width: 10px;
  height: 5px;
  border-bottom: 3px solid #FD9827;
  border-left: 3px solid #FD9827;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input:disabled + label {
  color: #999999;
}

.entry-body .form-body.step2 .support_group_id_chk_area .support_group_checkbox .support_group_checkbox input:disabled + label::before {
  border: solid 1px #999999;
}
.entry-body .form-body.step2 .support_group_id_chk_area2 {
  background: #FFFFFF;
  padding: 1rem;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox {
  margin-bottom: 1rem;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox0 {
  background: #a5d8f5;
  border-bottom: dashed 2px #333;
  margin: -15px -15px 15px;
  padding: 15px;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_checkbox.all_group_checkbox {
  position: absolute;
  bottom: 2.5rem;
}

@media screen and (max-width: 900px) {
  .entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_checkbox.all_group_checkbox {
    bottom: 1.5rem;
  }
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox {
  position: relative;
  display: inline-block;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox:last-child {
  margin-bottom: 0;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox input {
  visibility: hidden;
  position: absolute;
  left: -999999px;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox input + label.checkbox-inline {
  padding: 0 2rem;
  padding-right: 0;
  position: relative;
  display: block;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .ssupport_group_area_checkbox input + label.checkbox-inline::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 1px #333;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .ssupport_group_area_checkbox .support_group_area_checkbox input:checked + label {
  color: #FD9827;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox input:checked + label::after {
  content: "";
  display: block;
  font-size: 100px;
  position: absolute;
  width: 10px;
  height: 5px;
  border-bottom: 3px solid #FD9827;
  border-left: 3px solid #FD9827;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .support_group_area_checkbox .support_group_area_checkbox input:disabled + label {
  color: #999999;
}

.entry-body .form-body.step2 .support_group_id_chk_area2 .ssupport_group_area_checkbox .support_group_area_checkbox input:disabled + label::before {
  border: solid 1px #999999;
}

.entry-body .form-group .form-additional-charge {
  background-image: url(../img/step2_share_background.png);
  background-repeat: repeat;
  border-top: none;
  padding: 6rem 2rem 4rem;
  margin:2rem 0rem;
  min-height: 37rem;
  border-radius: 0.25rem;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group .form-additional-charge {
    padding: 4rem 1rem;
    min-height: 28rem;
  }
}

.entry-body .form-group .form-additional-charge:before {
  background-image: url(../wl_img/icon/step2_icon_hachi.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 9rem;
  height: 6rem;
  border-radius: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group .form-additional-charge:before {
    width: 6.5rem;
    height: 5.5rem;
    left: 33%;
    background-size: 6.4rem auto;
  }
}

.entry-body .form-group .form-additional-charge:after {
  content: none;
}

.entry-body .form-group .form-additional-charge .form-heder {
  z-index: 9;
}
.entry-body .form-group .form-additional-charge .form-manage {
  margin-top: 7rem;
}

.entry-body .form-group .form-additional-charge .form-heder :before{
  content: '';
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  left: 23%;
  display: inline-block;
  width: 3rem;
  height: 4rem;
}
.entry-body .form-group .form-additional-charge .form-heder :after{
  content: '';
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  right: 23%;
  display: inline-block;
  width: 3rem;
  height: 4rem;
}

.entry-body .form-group .form-additional-charge .add_price_area {
  width: 31.25rem;
  margin: 2rem auto 2px;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group .form-additional-charge .form-heder :before{
    top: 15%;
    left: 0;
    display: inline-block;
    width: 2rem;
    height: 3rem;
    background-size: 1.5rem auto;
  }
  .entry-body .form-group .form-additional-charge .form-heder :after{
    top: 15%;
    right: -2%;
    display: inline-block;
    width: 2rem;
    height: 3rem;
    background-size: 1.5rem auto;
  }
  .entry-body .form-group .form-additional-charge .add_price_area {
    width: 100%;
  }
}
.entry-body .form-group .form-additional-charge .add_price_area label{
  color:#FFF;
}

.entry-body .form-group .form-additional-charge .add_price_area .select {
  width: 100%;
  min-width: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-top: .5rem;
}

.entry-body .form-body1.step2 .support_group_id_chk_area2 .ssupport_group_area_checkbox .support_group_area_checkbox input:disabled + label::before {
  border: solid 1px #999999;
}

.entry-body .form-group1 .form-additional-charge {
  background:url(../img/step2_share_background.png);
  border-top: none;
  padding: 2rem 2rem 4rem;
  margin: 2rem 0rem;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group1 .form-additional-charge {
    padding: 1rem 1rem;
  }
}

.entry-body .form-group1 .form-additional-charge:before {
  display: block;
  width: 9rem;
  height: 6rem;
  border-radius: 0;
  background: url(../img/hachi_image_icon.png) 0 0 no-repeat;
  background-size: contain;
  position: initial;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group1 .form-additional-charge:before {
    width: 9rem;
    height: 5rem;
  }
}

.entry-body .form-group1 .form-additional-charge:after {
  content: none;
}

.entry-body .form-group1 .form-additional-charge .form-heder {
  z-index: 9;
}

.entry-body .form-group1 .form-additional-charge .form-heder :before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  margin-left: -5rem;
  background-color:#FFF;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.entry-body .form-group1 .form-additional-charge .form-heder :after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  margin-right: 5rem;
  background-color:#FFF;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.entry-body .form-group1 .form-additional-charge .add_price_area {
  width: 31.25rem;
  margin: 2rem auto 2px;
}

@media screen and (max-width: 900px) {
  .entry-body .form-group1 .form-additional-charge .form-heder :before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    margin-left: -3rem;
    background-color:#FFF;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .entry-body .form-group1 .form-additional-charge .form-heder :after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    margin-right: 0rem;
    margin-left: 5.7rem;
    background-color:#FFF;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .entry-body .form-group1 .form-additional-charge .add_price_area {
    width: 100%;
  }
}
.entry-body .form-group1 .form-additional-charge .add_price_area label{
  color:#FFF;
}

.entry-body .form-group1 .form-additional-charge .add_price_area .select {
  width: 100%;
  min-width: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-top: .5rem;
}

.entry-body .button-gateway-group {
  margin: 2rem 5rem;
}

@media screen and (max-width: 900px) {
  .entry-body .button-gateway-group {
    margin: 2rem 0;
  }
}

.entry-body .button-gateway-group_new {
  margin: 6rem auto -1rem;
  max-width: 612px;
}

@media screen and (max-width: 900px) {
  .entry-body .button-gateway-group_new {
    margin: 2rem auto;
    max-width: 20rem;
  }
}

.entry-body .button-gateway-home {
  width: calc((100% / 2) - 1rem);
  font-size: 23px;
  max-width: 275px;
  min-width: 275px;
  margin: 0rem auto;
}

.entry-body .button-gateway-marketplan {
  width: calc((100% / 2) - 1rem);
  font-size: 23px;
  max-width: 275px;
  min-width: 275px;
  margin: 0rem auto;
}


@media screen and (max-width: 900px) {
  .entry-body .button-gateway-home {
    width:auto;
    margin:0rem auto;
    font-size: 18px;
    padding: 0rem 1.2rem;
    max-width: 20rem;
    min-width: auto;
  }
  .entry-body .button-gateway-marketplan {
    width:auto;
    margin:0rem auto;
    font-size: 18px;
    /* padding: 0rem 1.2rem; */
    max-width: 20rem;
    min-width: auto;
  }
}

@media screen and (max-width: 320px) {
  .entry-body .button-gateway-home {
    width: calc((100%) - 0rem);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-body .button-gateway-marketplan {
    width: calc((100%) - 0rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 320px) {
  .entry-body .button-gateway-home br {
    display: block;
  }
  .entry-body .button-gateway-marketplan br {
    display: block;
  }
}

.entry-body .button-gateway-home::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto 0rem;
  padding: 1rem 0rem 0rem;
  display: block;
}

.entry-body .button-gateway-marketplan::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto 0rem;
  padding: 1rem 0rem 0rem;
  display: block;
}

.entry-body .button-gateway-office {
  width: calc((100% / 2) - 1rem);
  font-size: 22px;
  max-width: 275px;
  min-width: 275px;
  margin: 0rem auto;
}

.entry-body .button-gateway-standardplan {
  width: calc((100% / 2) - 1rem);
  font-size: 22px;
  max-width: 275px;
  min-width: 275px;
  margin: 0rem auto;
}

@media screen and (max-width: 900px) {
  .entry-body .button-gateway-home::after {
    content: "";
    background-image: url(../wl_img/icon/ico-arrow-beside.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0rem auto;
    padding: 1rem 0rem;
    width: 2rem;
    height: auto;
    display: block;
  }
  .entry-body .button-gateway-marketplan::after {
    content: "";
    background-image: url(../wl_img/icon/ico-arrow-beside.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0rem auto;
    padding: 1rem 0rem;
    width: 2rem;
    height: auto;
    display: block;
  }
  .entry-body .button-gateway-office {
    width:auto;
    margin:1rem auto;
    font-size: 18px;
    padding: 0rem 1.2rem;
    max-width: 20rem;
    min-width: auto;
  }
  .entry-body .button-gateway-standardplan {
    width:auto;
    margin:1rem auto;
    font-size: 18px;
    /* padding: 0rem 1.2rem; */
    max-width: 20rem;
    min-width: auto;
  }
}

@media screen and (max-width: 320px) {
  .entry-body .button-gateway-office {
    width: calc((100%) - 0rem);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-body .button-gateway-standardplan {
    width: calc((100%) - 0rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-body .button-gateway-office .label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: grid;
  padding: 0.5rem 1rem;
}

.entry-body .button-gateway-standardplan .label {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: grid;
  padding: 0.5rem 1rem;
}

.vsp {
  display: none;
}
@media screen and (max-width: 600px) {
  .entry-body .button-gateway-office .label {
    font-size: 20px;
    display:block;
    line-height: 1.3;
    padding: 1rem 1rem;
  }
  .entry-body .button-gateway-standardplan .label {
    display:block;
    line-height: 1.3;
    padding: 1rem 1.8rem;
    text-align: left;
  }
  .vsp {
    display: block;
  }
}

.button-gateway-office .label {
  white-space: none;
  padding: 1rem 1rem;
  flex-basis: 100%;
  font-size: 1.2rem;
  display:contents;
}
.button-gateway-standardplan .label {
  white-space: none;
  padding: 1rem 1rem;
  flex-basis: 100%;
  font-size: 1.2rem;
  display:block;
}
@media screen and (max-width: 600px) {
  .button-gateway-office .label {
    white-space: none;
    padding: 0.3rem 1rem;
    flex-basis: 100%;
    font-size: 1.0rem;
  }
  .button-gateway-standardplan .label {
    white-space: none;
    padding: 0rem;
    flex-basis: 100%;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 900px) {
  .add-label{
    display: grid;
    padding: 0!important;
    text-align: left!important;
    font-size: 1rem!important;
  }
  .add-label_sub {
    display: grid;
    padding: 0;
    text-align: left!important;
  }
}

@media screen and (max-width: 320px) {
  .entry-body .button-gateway-office br {
    display: block;
  }
  .entry-body .button-gateway-standardplan br {
    display: block;
  }
}

.entry-body .button-gateway-office::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.3rem auto 0rem;
  padding: 1rem 0rem 0rem;
  display: block;
}

.entry-body .button-gateway-standardplan::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.3rem auto 0rem;
  padding: 1rem 0rem 0rem;
  display: block;
}

.entry-body .qa-group .button {
  margin: 4rem 15rem;
}

@media screen and (max-width: 900px) {
  .entry-body .qa-group .button {
    margin: 2rem 0;
  }
  .entry-body .button-gateway-office::after {
    content: "";
    background-image: url(../wl_img/icon/ico-arrow-beside.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem 0rem;
    margin: 0rem auto;
    width: 2rem;
    height: auto;
    display: block;
  }
  .entry-body .button-gateway-standardplan::after {
    content: "";
    background-image: url(../wl_img/icon/ico-arrow-beside.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem 0rem;
    margin: 0rem auto;
    width: 2rem;
    height: auto;
    display: block;
  }
}

.entry-body .contact-group {
  padding: 3rem 3rem 2rem 3rem;
  background: #F1F0F0;
  margin: 5rem auto 1rem;
  border-radius: 0.5rem;
  max-width: 600px;
}

@media screen and (max-width: 900px) {
  .entry-body .contact-group {
    padding: 2rem 0.5rem 1rem 0.5rem;
    margin: 1rem 0rem;
  }
}

.entry-body .contact-group .cg_title {
  font-weight:700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
.entry-body .contact-group .cg_title {
  font-size:16px;
  line-height: 1.75;
  }
}
.entry-body .contact-group .cg_tel {
  margin: 1.1rem 0 1rem;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
.entry-body .contact-group .cg_tel {
  margin: 1.1rem 0 1rem;
  font-size: 32px;
  line-height: 1;
  }
}
.entry-body .contact-group .cg_tel a{
  color:#EFC145;
  font-weight: 700;
}

.entry-body .contact-group .cg_hour {
  margin: 0 0 1rem;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
.entry-body .contact-group .cg_hour {
  margin: 0 0 1rem;
  font-size: 14px;
  line-height: 1.5;
  }
}

.entry-body .notice_okinawa {
  text-align: center;
  font-size: 14px;
  margin: 2rem 1rem;
  line-height: 1.42;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 900px) {
.entry-body .notice_okinawa {
  font-size: 12px;
  line-height: 1.66;
  text-align: left;
  margin: -1rem auto 2rem;
  max-width: 20rem;
  }
}

.entry-body .notice {
  font-size: 18px;
  margin: 5rem auto;
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  border: 1px dotted #000000;
  border-radius: 1rem;
  line-height: 2.2;
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  .entry-body .notice {
    font-size: 16px;
    margin: 2rem 0rem;
    padding:1rem 1rem;
    max-width: 100%;
  }
}

.entry-body .notice .notice_01{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 900px) {
  .entry-body .notice .notice_01{
    font-size: 14px;
    line-height: 1.85;
    padding: 0rem 0.5rem 0.5rem;
    text-align: center;
  }
}
.entry-body .notice .notice_02{
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 2;
  padding: 1rem 0rem 0rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .entry-body .notice .notice_02{
    font-size: 12px;
    line-height: 1.85;
    padding: 0rem 0.5rem 0.5rem;
    text-align: center;
  }
}
.entry_body2 .notice_03{
  font-size: 17px;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
@media screen and (max-width: 900px) {
  .entry_body2  .notice_03{
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.025em;
    width: auto;
    max-width: 20rem;
    margin: 1rem auto;
  }
}
.entry_body2 .notice_03_01{
  color:#000000;
  text-decoration: underline;
}
.btn-field-up {
  margin: 4rem auto 1rem;
  max-width: 20rem;
}
.btn-field-up span{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.33;
}
.btn-main02 {
  color: #000000;
  background-color: #FFF;
  padding: 1.3rem 1rem;
  line-height: 1.2;
  margin: 0 auto;
  border-radius: 3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 100%;
  text-align: center;
}
.box-shadow02 {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.hachidoriPlan-contents__simuration-btn02 {
  font-size: 1.4rem;
  background-color: #E5E5E5;
  width: auto;
  max-width: 20rem;
}
.hachidoriPlan-contents__simuration-btn02::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-beside.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 2rem;
  height: auto;
  padding: 1rem 0rem;
  margin-top: -26px;
  margin-right: 0;
  margin-left: 268px;
  display: block;
}

@media screen and (min-width: 64em) {
  .hachidoriPlan-contents__simuration-btn02 {
      font-size: 1.6rem;
  }
  .btn-field-up {
    margin: 4rem auto 1rem;
    max-width: 680px;
  }
  .btn-field-up span{
    font-size: 24px;
    font-weight: 700;
  }
  .btn-main02 {
    padding: 1.7rem 2rem;
    line-height: 1.2;
    margin: 0 auto;
    border-radius: 3rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    min-width: 100%;
    text-align: center;
  }
  .hachidoriPlan-contents__simuration-btn02::after {
    padding: 1rem 0rem;
    margin-top: -30px;
    margin-right: -30px;
    margin-left: 580px;
    display: block;
  }
}
.hachidoriPlan-contents__simuration-box {
  margin-bottom: 40px;
}
.hachidoriPlan-contents_note {
  color: black;
  font-size: 11px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
}
.hachidoriPlan-contents_asterisk {
  font-size: 10px;
}
.button-purpose-area {
  padding: 2rem 0;
  margin:-2rem auto 0rem;
}

.button-purpose-area1 {
  padding: 2rem 0;
  margin-bottom: -5rem;
}
.button-purpose-area2 {
  padding: 2rem 0;
  margin-bottom: -1rem;
}

.button-purpose-group {
  display: flex;
  margin: 0 auto;
  max-width: 724px;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .button-purpose-group {
    display: block;
    margin: 0 0;
    padding: 0 3rem;
  }
  .button-purpose-area {
    padding: 2rem 0 0rem;
  }
  .hachidoriPlan-contents_asterisk {
    display: inline-block;
    font-size: 10px;
    transform: scale(0.8);
  }  
}

@media screen and (max-width: 750px) {
  .button-purpose-group {
    padding: 0 0rem;
  }
  .hachidoriPlan-contents_note {
    font-size: 10px;
  }
  .hachidoriPlan-contents_asterisk {
    display: inline-block;
    font-size: 10px;
    transform: scale(0.5);
  }  
}

.button-purpose-home {
  border-radius: .5rem;
  background-color: #F8E553;
  box-shadow: 0px 0.1rem 0px 0px rgba(181, 181, 181, 0.5);
  width: calc((100% / 2) - 1rem);
  text-align: center;
  align-items: center;
  color: #000000;
  /* margin: 0rem auto; */
  margin: 0rem 1rem;
  padding: 2rem 0;
  height: 134px;
  transition: .4s;
  cursor: pointer;
  border: solid;
  border-color: #000000;
  max-width: 335px;
}

.button-purpose-home.hover {
  opacity: .8;
}

.button-purpose-home .label {
  padding: 0 0rem 1rem 0rem;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .button-purpose-home {
    padding: 0rem 0;
    height: 6.25rem;
    width: auto;
    display: flex;
    text-align: center;
    max-width: 20rem;
    min-width: auto;
    margin-bottom: 1rem;
  }
  .button-purpose-home .label {
    padding: 0 1rem 0 0rem;
    flex-basis: 100%;
  }
}
.button-purpose-home::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-beside.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -3rem;
  margin-left: 18rem;
  width: 2rem;
  height: 2rem;
  display: block;
}

.button-purpose-track {
  border-radius: .5rem;
  background-color: #FFF7B9;
  box-shadow: 0px 0.1rem 0px 0px rgba(181, 181, 181, 0.5);
  width: calc((100% / 2) - 1rem);
  height: 134px;
  text-align: center;
  align-items: center;
  color: #000000;
  margin: 0rem auto;
  padding: 2rem 0;
  transition: .4s;
  cursor: pointer;
  border: solid;
  border-color: #000000;
  max-width: 335px;
}
.button-purpose-track::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-beside.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -3rem;
  margin-left: 18rem;
  width: 2rem;
  height: 2rem;
  display: block;
}

.button-purpose-track.hover {
  opacity: .8;
}

.button-purpose-track .label {
  padding: 0 0rem 1rem 0rem;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .button-purpose-home::after {
    position: absolute;
    margin-top: 0rem;
    margin-left: 17.5rem;
    width: 2rem;
    height: 2rem;
    display: block;
  }
  .button-purpose-track::after {
    position: absolute;
    margin-top: 0rem;
    margin-left: 17.5rem;
    width: 2rem;
    height: 2rem;
    display: block;
  }
  .button-purpose-track {
    height: 6.25rem;
    width: auto;
    display: flex;
    text-align: center;
    padding: 0;
    max-width: 20rem;
    min-width: auto;
  }
  .button-purpose-track .label {
    padding: 0 1rem 0 0rem;
    flex-basis: 100%;
  }
}

.attention-check {
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 0rem;
}
.attention-check_img {
  margin: 0rem auto;
  width: 55px;
  height: 25px;
  padding: 2rem 0rem 0rem;
}

@media screen and (max-width: 900px) {
  .attention-check {
    font-size: 15px;
    letter-spacing: 0.025em;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0rem;
  }
}

.entry-foot .check-box-group {
  background: #FAD77A;
  border-radius: .25rem;
}

.entry-foot .check-box-group label {
  padding-left: 2rem;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.57;
}

.mypage-foot .check-box-group {
  background: #A4D6F5;
  border-radius: .25rem;
}

.mypage-foot .check-box-group label {
  padding-left: 2rem;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.57;
}

/* comment part */
.entry-send-message {
  background-color: #F1F0F0;
}
.entry_done-title {
  text-align: center;
  padding: 1.5rem 0rem;
  margin: 0rem auto 1.5rem;
}
.entry_done-title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.entry_done-title h3 img{
  width: 22px;
  height: auto;
  margin: 0rem 0.5rem 0.2rem;
  vertical-align: middle;
}
.entry_done-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  padding-top: 0.5rem;
}
.entry-send-message .form-body {
  max-width: 52rem;
  width: 100%;
  padding: 1rem 2rem;
  margin: 4rem auto 1rem;
  border:solid #000000;
  border-radius: .25rem;
  position: relative;
}
.entry-send-message .form-body .form-comment_card01 {
  position: absolute;
  top: -3rem;
  left: -2rem;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.entry-send-message .form-body .form-row {
  display: block;
}
.comment-manage {
  margin-left: 5rem;
}
.entry-send-message .form-group .form-body .form-row .grid-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 0rem;
}
.entry-send-message .form-group .form-body .form-row .grid-title .title {
  padding: 0.5rem 0rem;
  font-weight: 500;
}
.entry-send-message .form-group .form-body .form-row .grid-input {
  padding: 0;
  margin-bottom: 1.5rem;
}
.entry-send-message .form-group .form-body .form-row .grid-input input{
  padding: 0;
  border: 3px solid #F0F0F0;
  border-radius: 0.25rem;
  padding: 0rem 0.5rem;
}
.entry-send-message .form-group .form-body .form-row .input-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.37;
  min-width: 10rem;
  margin-right: 1rem;
  border: 3px solid #F0F0F0;
  padding: 0.5rem 0.3rem;
}
.entry-send-message .form-group .form-body .form-row .comment_place textarea{
  width: 100%;
  min-height: 10rem;
  height: auto;
}
.entry-send-message .form-group .form-body .form-row .input-text::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 0.025em;
  color: #b3b3b3;
  padding: 0rem 0.3rem;
}
.entry-send-message .form-body .form-row .grid-input .form_nickname {
  display: flex;
}
.entry-send-message .form-body .form-row .grid-input .form_nickname .form_nickname_change{
  border-radius: .25rem;
  width: 23rem;
  max-width: 25rem;
}
.entry-send-message .form-body .form-row::before {
  content: none;
}

.entry-send-message .form-body .form-row:first-child .input-text:read-only {
  background: transparent;
  border: 0;
}
.entry-send-message .form-body .form-row .button-name_edit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-style: none;
  background-color: transparent;
  background: #a4d7f5;
  display: inline-block;
  border-radius: 2rem;
  color: #000000 !important;
  margin: 0 2.5rem;
  vertical-align: middle;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight:700;
}
.comment_caution {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  padding: 0.5rem 0rem;
}
.comment_caution span{
  color: #FF0000;
}
/* mypage addentary */
.comment_caution01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  padding: 3.5rem 0rem 0.5rem 5rem;
}
.comment_caution01 span{
  color: #FF0000;
}
.btn-field-up02 {
  margin: -3rem auto 1rem;
}
.btn-field-up02 img{
  width: 25px;
  height: 20px;
  margin: 0rem 0.5rem -0.2rem;
}

@media screen and (max-width: 900px) {
  .entry_done-title {
    padding: 0.5rem 1rem;
  }
  .entry_done-title h3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .entry_done-title h3 img{
    width: 22px;
    height: auto;
    margin: 0rem 0.5rem 0.2rem;
    vertical-align: middle;
  }
  .entry_done-title p {
    font-size: 14px;
    padding-top: 0.5rem;
  }
  .entry-send-message .form-body {
    max-width: 100%;
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .entry-send-message .form-group .form-body .form-row .grid-title {
    font-size: 14px;
    margin-top: 0rem;
  }
  .comment-manage {
    margin-left: 6rem;
  }
  .entry-send-message .form-group .form-body .form-row .input-text {
    font-size: 14px;
    min-width: 11rem;
    margin-bottom: 0rem;
  }
  .entry-send-message .form-body .form-row .grid-input .form_nickname .form_nickname_change{
    width: 100%;
    max-width: 14rem;
  }
  .form_nickname_change_button {
    position: absolute;
    margin-top: -5.5rem;
    right: 0;
  }
  .entry-send-message .container_body8 .form-body .form-row:first-child .input-text {
    min-width: 10rem;
    margin-bottom: 0;
  }
  .entry-send-message .form-group .form-body .form-row .comment_place textarea{
    min-height: 9rem;
  }
  .entry-send-message .form-group .form-body .form-row .input-text::placeholder {
    font-size: 14px;
  }
  .entry-send-message .form-body .form-row .grid-input .form_nickname {
    display: block;
  }
  .entry-send-message .form-body .form-comment_card01 {
    position: absolute;
    top: -2.5rem;
    left: -0.3rem;
    width: 100px;
    height: 100px;
  }
  .entry-send-message .form-body .form-row .button-name_edit {
    margin: 0rem;
    padding: 0.5rem 0.8rem;
    font-size: 14px;
  }
  .comment_caution {
    font-size: 12px;
    padding: 0.5rem 0rem;
  }
  /* mypage addentary */
  .comment_caution01 {
    font-size: 12px;
    padding: 3.5rem 0rem 0.5rem 2rem;
  }
}

.entry-send-message .form-body .form-row .grid-input a {
  color: #363636;
}

.entry-send-message .form-body .form-row .disclaimer {
  max-width: 100%;
}

.entry-send-message .form-body .button-next {
  width: 100%;
  margin: 0rem 0 0rem;
}

.entry-finish .entry-finish-header .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.entry-finish .entry-finish-header .sub_title {
  font-size: 20px !important;
  font-weight: 700;
}
.entry_step_description {
  font-size: 0.8rem;
  color: #737373;
  margin-top: 1rem;
  text-align: center;
}
.entry-finish .entry-finish-header:before {
  content: '';
  background-image: linear-gradient(60deg, transparent 49%, #000000 49%, #000000 53%, transparent 51%, transparent);
  height: 3rem;
  display: block;
  position: absolute;
  left: 18.5rem;
  top: 4rem;
  width: 30px;
}
.entry-finish .entry-finish-header:after {
  content: '';
  background-image: linear-gradient(120deg, transparent 49%, #000000 49%, #000000 53%, transparent 51%, transparent);
  height: 3rem;
  display: block;
  position: absolute;
  right: 18.5rem;
  top: 4rem;
  width: 30px;
}

@media screen and (max-width: 900px) {
  .entry-finish .entry-finish-header .title {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .entry-finish .entry-finish-header .sub_title {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .entry-finish .entry-finish-header .title:before {
    background-image: linear-gradient(60deg, transparent 49%, #fcbf30 49%, #fcbf30 51%, transparent 51%, transparent);
    left: 1rem;
    top: 2rem;
    height: 3rem;
  }
  .entry-finish .entry-finish-header .title:after {
    background-image: linear-gradient(120deg, transparent 49%, #fcbf30 49%, #fcbf30 51%, transparent 51%, transparent);
    top: 2rem;
    right: 1.5rem;
    height: 3rem;
  }
}

.entry-finish .share-box .title {
  color: #fcbf30;
  font-size: 1.6rem;
  position: relative;
}

.entry-finish .share-box .title:before {
  content: '';
  background-image: linear-gradient(60deg, transparent 49%, #fcbf30 49%, #fcbf30 53%, transparent 51%, transparent);
  height: 2rem;
  display: block;
  position: absolute;
  left: 6rem;
  top: 2.5rem;
  width: 30px;
}

@media screen and (max-width: 900px) {
  .entry-finish .share-box .title:before {
    background-image: linear-gradient(60deg, transparent 49%, #fcbf30 49%, #fcbf30 51%, transparent 51%, transparent);
    left: 1rem;
    top: 2rem;
    height: 3rem;
  }
}

.entry-finish .share-box .title:after {
  content: '';
  background-image: linear-gradient(120deg, transparent 49%, #fcbf30 49%, #fcbf30 53%, transparent 51%, transparent);
  height: 2rem;
  display: block;
  position: absolute;
  right: 6.5rem;
  top: 2.5rem;
  width: 30px;
}

@media screen and (max-width: 900px) {
  .entry-finish .share-box .title:after {
    background-image: linear-gradient(120deg, transparent 49%, #fcbf30 49%, #fcbf30 51%, transparent 51%, transparent);
    top: 2rem;
    right: 1.5rem;
    height: 3rem;
  }
  .entry-finish .share-box .title {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}

.entry-finish .share-box .sns-icon-group {
  margin: 2rem auto;
  display: flex;
  justify-content: space-evenly;
  width: 35rem;
}

@media screen and (max-width: 900px) {
  .entry-finish .share-box .sns-icon-group {
    width: 100%;
  }
}

.entry-finish .share-box .sns-icon-group li.sns-icon-fb a {
  color: #4267b2;
}

.entry-finish .share-box .sns-icon-group li.sns-icon-tw a {
  color: #1da1f2;
}

.entry-finish .share-box .sns-icon-group li.sns-icon-line a {
  color: #00b900;
}

.entry-finish .share-box .sns-icon-group a {
  display: block;
  text-align: center;
}
.entry-finish .share-box .sns-icon-group a img {
  width: 5rem;
  max-width: 100%;
}
.entry-finish .share-box .sns-icon-group a span {
  display: block;
}
.entry-finish .ceo-message {
  padding: 1rem 0rem;
  margin: 0rem auto;
  width: auto;
  text-align: center;
}
.entry-finish .ceo-message .ceo-message_img{
  max-width: 547px;
  width: 100%;
  height: auto;
}
.mypage .ceo-message {
  padding: 1rem 0rem;
  margin: 0rem auto;
  width: auto;
  text-align: center;
}
.mypage .ceo-message .ceo-message_img{
  max-width: 547px;
  width: 100%;
  height: auto;
}
.share-contents {
  width: auto;
  max-width: 100%;
  margin: 1rem auto;
  display: flex;
}
.sns-share_title {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
  width: 35%;
  margin: 0rem auto;
  text-align: center;
}
.sns-share_title::before, .sns-share_title::after {
  content: '';
  position: absolute;
  top: 46%;
  background-repeat: no-repeat;
  background-size: 2.3rem;
  background-position: center;
  width: 23px;
  height: 30px;
}
.sns-share_title:before{
  left: 0;
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-left.svg);
}
.sns-share_title:after{
  right: 0;
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-right.svg);
}
.sns-share_title .title{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.share-contents03 {
  width: auto;
  max-width: 100%;
  margin: 10rem 10rem 2rem 0rem;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8rem;
}
.sns-share_btn {
  width: 100%;
  padding: 2rem 0rem 3rem;
  margin: 0rem auto;
  display: flex;
  vertical-align: middle;
}
.sns-share_btn .sns-icon-group {
  margin: 0rem auto;
  display: flex;
  align-items: center;
}
.sns-share_btn .sns-icon-group a{
  padding: 0rem 2rem;
}
.small_title {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.55;
  letter-spacing: 0.1em;
  padding: 0rem 1rem;
}
.small_title02 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.55;
  letter-spacing: 0.1em;
  padding: 0rem 1rem;
  position: relative;
}
.small_title02:before, .small_title02:after {
  display: block;
  position: absolute;
  content: '';
  width: 60%;
  height: 50px;
  right: -30px;
}
.small_title02:before {
  bottom: 0;
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-left_black.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate-(86deg);
  transform: rotate(-86deg);
}
.small_title02:after {
  top: 0;
  background-image: url(../wl_img/icon/ico-arrow-beside_step2-right_black.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(86deg);
  transform: rotate(86deg);
}
.sns-icon-fb img{
  width: 70px;
  height: 70px;
}
.sns-icon-tw img{
  width: 70px;
  height: 70px;
}
.sns-icon-insta img{
  width: 70px;
  height: 70px;
}
.tw-share {
  width: auto;
  max-width: 64rem;
  margin: 0rem auto 1rem;
  display: flex;
}
.tw-share01 {
  width: 100%;
  height: auto;
  margin: 0rem 0.5rem;
}
.insta-share {
  width: auto;
  max-width: 64rem;
  margin: 0rem auto 1rem;
  display: flex;
}
.insta-share01 {
  width: 100%;
  height: auto;
  margin: 0rem 0.5rem;
}
.fb-share {
  width: auto;
  max-width: 64rem;
  margin: 0rem auto 1rem;
  display: flex;
}
.fb-share01 {
  width: 100%;
  height: auto;
  margin: 0rem 0.5rem;
}
.sns-voice {
  margin: 0rem auto;
  width: 100%;
  text-align: center;
}
.sns-voice h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}
.sns-voice h3::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  display: inline-block;
  width: 47px;
  height: 2px;
  border-bottom: 3px solid #52BDB5;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.sns-voice h4{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.3rem auto 2rem;
}
.sns-voice_post{
  margin: 4rem auto 2rem;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .share-contents {
    width: auto;
    max-width: 100%;
    margin: 1rem auto;
    display: flex;
  }
  .sns-share_title {
    font-size: 18px;
    letter-spacing: 0.075em;
    width: 100%;
  }
  .sns-share_title .title{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .share-contents02 {
    margin: 0rem 1rem 0rem 0rem;
  }
  .share-contents03 {
    margin: 2rem 1rem 2rem 0rem;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
  }
  .sns-share_btn .sns-icon-group a{
    padding: 0rem 0.5rem;
  }
  .share-contents03 .sns-share_btn .sns-icon-group a{
    padding: 0rem 0.7rem;
  }
  .small_title {
    font-size: 13px;
    line-height: 1.54;
    padding: 0rem 1rem;
  }
  .small_title02 {
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: 0.05em;
  }
  .small_title02:before, .small_title02:after {
    width: 76%;
    height: 26px;
    right: -13px;
  }
  .small_title02:before {
    bottom: 0;
  }
  .small_title02:after {
    top: -8px;
  }
  .sns-icon-fb img{
    width: 49px;
    height: 49px;
  }
  .sns-icon-tw img{
    width: 49px;
    height: 49px;
  }
  .sns-icon-insta img{
    width: 49px;
    height: 49px;
  }
  .tw-share {
    max-width: 100%;
    margin: 0rem auto 1rem;
    display: block;
  }
  .tw-share01 {
    margin: 0rem 0rem 0.5rem;
  }
  .insta-share {
    max-width: 100%;
    margin: 0rem auto 1rem;
    display: block;
  }
  .insta-share01 {
    margin: 0rem;
  }
  .fb-share {
    max-width: 100%;
    margin: 0rem auto 1rem;
    display: block;
  }
  .fb-share01 {
    margin: 0rem;
  }
  .sns-voice {
    margin: 0rem auto;
    width: 100%;
    text-align: center;
  }
  .sns-voice h3{
    font-size: 14px;
    line-height: 1.55;
  }
  .sns-voice h3::before{
    width: 41px;
  }
  .sns-voice h4{
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    margin: 0.3rem auto 2rem;
  }
  .sns-voice_post{
    margin: 2rem auto;
    padding: 0rem 1rem;
    width: 100%;
  }
}




.form-group .pager ul li {
  display: inline-block;
}

.form-group .pager ul li::after {
  content: '｜';
  color: #4ECBC1;
}

.form-group .pager ul li:last-child::after {
  content: none;
}

.form-group .form-body.my-information {
  background: transparent;
  margin-bottom: 4rem;
  padding: 1rem;
}

.form-group .form-body.my-information .form-row:before {
  content: none;
}

.form-group .form-body.information {
  background: #fff;
  padding: 2rem 4rem;
}

.form-group .form-body.information .title .title {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding: .75rem 0 .75rem;
  padding: 1rem 1rem;
}

.form-group .form-body.information .form-row {
  display: block;
}

.form-group .form-body.information .form-row .date {
  margin-bottom: 1rem;
}

.form-group .form-body.information .form-row .subject-text {
  height: auto;
  line-height: 1.75rem;
}

.form-group .form-body.information .form-row .subject-text a {
  color: #4ECBC1;
}

.form-group .form-body.bill-list {
  margin-bottom: 4rem;
}

.form-group .form-body.bill-list .form-row:before {
  content: none;
}

.form-group .form-body.bill-list .form-row .grid-title {
  flex-basis: 5rem;
}

.form-group .form-body.bill-list a {
  color: #1A93FC;
}

.form-group .form-body.bill-list table {
  width: 100%;
}

.form-group .form-body.bill-list table thead {
  background: #F8E553;
}

.form-body.bill-list table th {
  white-space: nowrap;
}
.form-body.bill-list table td:first-child {
  white-space: nowrap;
}

.form-group .form-body.bill-list table tr {
  border-bottom: solid 1px #d7f4f2;
}

.form-group .form-body.bill-list table .em {
    font-weight: 700;
}
@media screen and (max-width: 900px) {
  .form-group .form-body.bill-list table .em {
    font-size: 4vw;
    font-weight: 700;
  }
  .form-group .form-body.my-information {
    margin-bottom: 0rem;
  }
}

.form-group .form-body.bill-list table th, .form-group .form-body.bill-list table td {
  padding: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .form-group .form-body.bill-list table th, .form-group .form-body.bill-list table td {
    font-size: 3vw;
  }
}

.form-group .form-body.support-group-information {
  margin-bottom: 4rem;
}

.form-group .form-body.support-group-information .form-row .grid-input {
  width: 100%;
}

.form-group .form-body.support-group-information .form-row .grid-input .toggle-parent01 {
  margin: 0;
}

.form-group .form-body.support-group-information .button-del-area {
  text-align: right;
  margin-top: 1rem;
}

@media screen and (max-width: 900px) {
  .form-group .form-body.support-group-information .button-del-area {
    text-align: center;
  }
}

.form-group .form-body.support-group-information .button-del-area .button-del {
  font-size: 12px;
  background: #F0F0F0;
  cursor: pointer;
  border: solid 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  border-radius: 2rem;
  color: #000000;
  margin: 0;
  vertical-align: middle;
  padding: .25rem 1rem;
}

.form-group .form-body.support-group-information .button-del-area .button-del:hover {
  border-bottom: solid 1px #000;
  opacity: 1;
}

.form-group .form-body.support-group-information .button-del-area .button-del::before {
  /* content: '×'; */
  font-size: 1.5rem;
  margin-right: .8rem;
  vertical-align: bottom;
}

.mypage-tab {
  background: #B4DDF7;
  padding: 1rem 0rem 1rem 1rem;
  margin: 1rem auto 4rem;
  border-radius: .5rem;
  max-width: 60rem;
}

.mypage-tab ul {
  background-color: #B4DDF7;
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0;
  flex-wrap: wrap;
  padding: 0.2rem 0rem;
  border-radius: .5rem;
}

@media screen and (max-width: 900px) {
  .mypage-tab {
    padding: 1rem 0rem;
    margin: 0rem auto 4rem;
    max-width: 100%;
  }
  .mypage-tab ul {
    width: 100%;
    justify-content: center;
  }
  .form-group .form-body.support-group-information .button-del-area .button-del {
    font-size: 10px;
    padding: .25rem .5rem;
  }
}

.mypage-tab ul li {
  text-align: center;
  width: calc(100% / 6);
  border-right: 2.5px solid #F1F0F0;
}
.mypage-tab ul li:last-child {
  border-right: unset;
}
.mypage-tab ul li a{
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0rem 0.5rem;
}


@media screen and (max-width: 900px) {
  .mypage-tab ul li {
    width: calc(100% / 3);
    border-right: 2.5px solid #F1F0F0;
  }
  .mypage-tab ul li:nth-child(3) {
    border-right: unset;
  }
  .mypage-tab ul li a{
    font-size: 14px;
    margin: 0rem 0.5rem;
  }
}

.mypage-tab ul li.active {
  border-bottom: unset;
}
.mypage-tab ul li.active::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
}

.mypage-tab ul li a {
  display: block;
  padding: 1rem 0rem;
}

@media screen and (max-width: 900px) {
  .mypage-tab ul li a {
    padding: 0.8rem 0;
    text-align: center;
  }
}

.mypage-tab ul li a:link, .mypage-tab ul li a:visited, .mypage-tab ul li a:hover, .mypage-tab ul li a:active, .mypage-tab ul li a:focus {
  color: #363636;
}

.mypage-tab2 ul {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .mypage-tab2 ul {
    width: 100%;
    justify-content: center;
  }
}

.mypage-tab2 ul li {
  text-align: center;
  width: calc(100% / 2);
  border-top: solid #000000;
  border-bottom: solid #000000;
  border-left: solid #000000;
}

.mypage-tab2 ul li.active {
  position: relative;
  background: #A4D6F5;
}

.mypage-tab2 ul li.active a {
  color: #000000 !important;
}

.mypage-tab2 ul li.active a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #A4D6F5;
}
.mypage-tab2 ul li.active a:before, .mypage-tab2 ul li.active a:after {
  top: 101%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mypage-tab2 ul li.active a:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #A4D6F5;
  border-width: 12px;
  margin-left: -12px;
  z-index: 2;
}
.mypage-tab2 ul li.active a:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 16px;
  margin-left: -16px;
}

.mypage-tab2 ul li a {
  display: block;
  padding: 1rem;
}

@media screen and (max-width: 900px) {
  .mypage-tab2 ul li a {
    padding: 1rem 0;
    text-align: center;
  }
}

.mypage-tab2 ul li a:link, .mypage-tab2 ul li a:visited, .mypage-tab2 ul li a:hover, .mypage-tab2 ul li a:active, .mypage-tab2 ul li a:focus {
  color: #000000;
}

.help-block.login {
  text-align: center;
  margin-bottom: 2rem;
  display: block;
}

@media screen and (max-width: 900px) {
  .mypage-body.login {
    padding: 0rem;
  }
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-heder {
    margin: 0 0 2rem;
  }
}

.mypage-body.login .form-group .form-heder .title {
  padding: 0 0 2rem;
  background: none;
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-heder .title {
    padding: 0;
  }
}

.mypage-login_sub_title {
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 410px) {
  .mypage-login_sub_title {
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 369px) {
  .mypage-login_sub_title {
    font-size: 16px;
    text-align: center;
    padding-left: 5px;
    padding-right: 15px;
  }
}

.mypage-body.login .form-group .form-heder .title::after {
  content: none;
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-heder .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin-top: 0rem;
    padding: 0rem 0rem 2rem;
  }
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-body {
    padding: 0.5rem 0rem;
    width: 100%;
    max-width: 20rem;
    min-width: 20rem;
  }
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-body .grid-title {
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .mypage-body.login .form-group .form-body .grid-input {
    padding-bottom: 0;
  }
}

.mypage-foot.login .check-box-group {
  margin-top: 0;
}

.mypage-body.reminder {
  background: #FFF;
}

.mypage-body.reminder .form-heder {
  margin-top: 0;
}

.mypage-body.reminder .form-heder .sub-title {
  color: #F2A93F;
  font-size: 22px;
  font-weight: bold;
}

.mypage-body.reminder .form-heder .title {
  background: none;
  padding: 0;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .mypage-body.reminder .form-heder .title {
    font-size: 1.75rem;
  }
}

.mypage-body.reminder .form-heder .title:after {
  content: none;
  background: #363636;
}

.mypage-body.reminder .form-group .form-body {
  background: #fdffdc;
  padding: 1rem 4rem;
}

@media screen and (max-width: 900px) {
  .mypage-body.reminder .form-group .form-body {
    padding: 1rem;
  }
}

.mypage-body.reminder .form-group .form-body .form-row:before {
  content: none;
}

.mypage-body.reminder .form-group .grid-title {
  flex-basis: 17rem;
}

@media screen and (max-width: 900px) {
  .mypage-body.reminder .form-group .grid-title {
    padding: 0;
  }
}

.mypage-body.reminder .form-group .input-text + p.disclaimer {
  margin-top: .5rem;
}

.mypage-body.reminder .form-group .button-next {
  margin: 3rem auto;
}

.mypage-body.reminder .form-group .button-next::before {
  content: none;
}

@media screen and (max-width: 900px) {
  .mypage-body.reminder {
    padding: 1rem 0;
  }
}

.mypage.group-info .form-body:nth-of-type(n+2) .disclaimer {
  display: none;
}

.mypage.group-info .form-body .button-del-area {
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .button-del-area {
    right: 0;
    top: auto;
    bottom: 1rem;
    left: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1rem;
    text-align: center;
    width: 5rem;
  }
}

.mypage.group-info .form-body.add-group .button-edit-area {
  right: 3.5rem;
  top: 1.5rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body.add-group .button-edit-area {
    bottom: 1rem;
    left: 20%;
    right: auto;
    top: auto;
  }
}

.mypage.group-info .form-body.add-amount .button-edit-area {
  right: 3.5rem;
  top: 1.8rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body.add-amount .button-edit-area {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 20%;
  }
}

@media screen and (max-width: 320px) {
  .mypage.group-info .form-body.add-amount .button-edit-area {
    left: 15%;
  }
}

.mypage.group-info .form-body .button-edit-area {
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .button-edit-area {
    margin: auto;
    white-space: nowrap;
    width: 7rem;
  }
}

.mypage.group-info .form-body .button-edit-area .button-edit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2.5px solid #000000;
  background-color: transparent;
  background:#EFC145;
  display: inline-block;
  border-radius: 2rem;
  color: #000000;
  margin: 0 .5rem;
  vertical-align: middle;
  padding: .25rem 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .button-edit-area .button-edit {
    top: 0;
  }
}

.mypage.group-info .form-body .button-edit-area .button-update {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-style: none;
  background-color: transparent;
  background: #000000;
  border: solid 2px;
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  margin: 0 .5rem;
  vertical-align: middle;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .form-row {
    display: flex;
  }
}

.mypage.group-info .form-body .form-row.active {
  background: transparent;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .form-row.active {
    padding: 0;
  }
}

.mypage.group-info .form-body .form-row .disclaimer {
  margin: 0;
}

.mypage.group-info .form-body .form-row .grid-title {
  flex-basis: 4rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .form-row .grid-title {
    flex-basis: 2rem;
    padding: 0;
    margin: 0;
  }
}

.mypage.group-info .form-body .form-row .grid-title .title {
  color: #000000;
  background: #A4D6F5;
  width: 2rem;
  height: 1.7rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.mypage.group-info .form-body .form-row .grid-input {
  flex-grow: 100%;
  padding: .2rem 1rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body .form-row .grid-input .subject-text {
    padding: 0;
  }
}

.mypage.group-info .form-body.support-group-information {
  margin-bottom: 0;
  position: relative;
}

.mypage.group-info .form-body.support-group-information .form-row:before {
  content: none;
}

.mypage.group-info .form-body.support-group-information::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 8rem);
  height: .2rem;
  background: #A4D6F5;
  margin: 0 4rem;
}

@media screen and (max-width: 900px) {
  .mypage.group-info .form-body.support-group-information::before {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}

@media screen and (max-width: 900px) {
  .entry-body {
    padding-top: 0rem;
  }
}

.entry-body .module-tab .tab-content .lead .small {
  display: block;
  font-size: 13px;
}
.entry-body .module-tab .tab-content .lead1 .small {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .form-group .form-heder {
    margin: 1rem 0 1rem;
  }
}

.form-group .form-row .grid-title {
  padding: 1rem 0rem 1rem 1rem;
}

@media screen and (max-width: 900px) {
  .form-group .form-row .grid-title {
    padding: 0 0rem 0 0;
  }
  .entry-body .module-tab .tab-content .lead2 .small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0.5rem 0rem;
  }
}

@media screen and (max-width: 900px) {
  .form-group .form-row .grid-input {
    padding: .5rem 0rem 0 0;
  }
}

.form-group .form-row .subject-text {
  height: auto;
  line-height: 2rem;
  padding: .75rem 0 .75rem;
}
.mypage-body .form-group .form-row .subject-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: auto;
  line-height: 1rem;
  padding: 1rem 0rem;
}

@media screen and (max-width: 900px) {
  .form-group .form-row .subject-text {
    padding: 0 0 .75rem;
    word-wrap: break-word;
  }
}

.form-group .form-row .subject-text-break {
  padding: .5rem 0 0;
  font-size: 1.125rem;
}

.form-group .form-row.edit {
  background: #F5F5F5;
}

@media screen and (max-width: 900px) {
  .form-group .form-row.edit {
    padding: 1rem;
  }
}

.form-group .form-row .button-edit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid;
  background-color: transparent;
  background: #EFC145;
  display: inline-block;
  border-radius: 2rem;
  color:unset;
  margin: 0 .5rem;
  vertical-align: middle;
  padding: .25rem 1rem;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
}

@media screen and (max-width: 900px) {
  .form-group .form-row .button-edit {
    top: 0;
  }
}

.form-group .form-row label.file-upload-button > input {
  display: none;
}

.form-group .form-row label.file-upload-button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-style: none;
  background-color: transparent;
  background: #fcbf30;
  display: inline-block;
  border-radius: 2rem;
  color: #fff;
  vertical-align: middle;
  padding: .25rem 1rem;
  font-size: 1rem;
}

.form-group .form-row .icon_circle {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin: 0rem 2rem;
}

.form-group .form-row input#file-upload-button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-style: none;
  background-color: transparent;
  background: #fcbf30;
  display: inline-block;
  border-radius: 2rem;
  color: #fff;
  margin: 0;
  vertical-align: middle;
  padding: .25rem 1rem;
  font-size: 1rem;
}

.form-group .form-row .button-delete {
  border: none;
  border-style: none;
  background-color: transparent;
  background: #737373;
  border-radius: 5rem;
  line-height: initial;
  color: #fff;
  display: block;
  padding: .25rem 2rem;
  position: relative;
  transition: .4s;
  cursor: pointer;
  font-size: 1rem;
}

.form-group .form-row .button-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
}

.form-group .form-row .button-close:hover {
  opacity: 1;
}

.form-group .form-row .button-close:focus {
  opacity: 1;
}

.form-group .form-row .button-close:before, .form-group .form-row .button-close:after {
  position: absolute;
  left: 13px;
  top: 6px;
  content: ' ';
  height: 1rem;
  width: 2px;
  background-color: #333;
}

.form-group .form-row .button-close:before {
  transform: rotate(45deg);
}

.form-group .form-row .button-close:after {
  transform: rotate(-45deg);
}

.entry-foot .escape-clause .fence {
  overflow: auto;
  height: 16.5rem;
}
@media screen and (max-width: 900px) {
  .entry-foot .escape-clause .fence {
  overflow: auto;
  height: 15rem;
  }
  .form-group .form-row .icon_circle {
    width: 130px;
    height: 130px;
  }
}


.mypage-foot .escape-clause .fence {
  overflow: auto;
  height: 19rem;
}
@media screen and (max-width: 900px) {
  .mypage-foot .escape-clause .fence {
  overflow: auto;
  height: 15rem;
  }
}

.form-body.step2 + .caution {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: -6rem;
}

@media screen and (max-width: 900px) {
  .form-body.step2 + .caution {
    margin-bottom: 0rem;
  }
}

.entry-body .three-step .caution {
  background: #FFF;
}

.container_mypage_aca {
  background-color: #f1f0f0;
  padding: 1rem;
  margin: 0rem auto;
  display: block;
  border-radius: 0.25rem;
}
.container_mypage_aca_a {
  max-width: 100%;
  width: auto;
  padding: 0.5rem 0rem;
  margin: 0rem 3rem;
  position: relative;
  display: flex;
}
.container_mypage_aca_a img{
  max-width: 100%;
  width: auto;
  height: 64px;
  padding: 0rem 0.5rem;
  margin-right: 2.5rem;
}
.container_mypage_aca_b {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-width: 100%;
  width: auto;
  padding: 0rem;
  margin: 0rem;
  position: relative;
  display: block;
}
.container_mypage_aca_b .sub_cord {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.5rem 0rem;
}
.container_mypage_aca_b .sub_cord span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0.5rem 0rem;
}

@media screen and (max-width: 900px) {
  .container_mypage_aca {
    display: block;
  }
  .container_mypage_aca_a {
    margin: 0rem auto;
    display: block;
  }
  .container_mypage_aca_b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    max-width: 100%;
    width: auto;
    padding: 1rem 0rem 0rem;
    margin: 0rem;
    position: relative;
    display: block;
  }
  .container_mypage_aca_b .sub_cord {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 1rem 0rem 0rem;
    display: flex;
    align-items: baseline;
  }
  .container_mypage_aca_b .sub_cord span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 0.5rem 0rem;
  }
}

.underline {
  text-decoration: underline;
}
.precautionary-statement {
  background-color: #FA5858;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  border-radius: 2rem;
  width: 510px;
  margin: auto;
}
@media screen and (max-width: 540px) {
  .precautionary-statement {
    width: 340px;
  }
}
.customer-number-precautionary-statement {
  background-color: #eee;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  width: 290px;
}
.exclamation-mark {
  float: left;
  font-size: 2rem;
  width: 3rem;
  border-radius: 2rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
  background-color: #fff;
  color: #FA5858;
  font-weight: bold;
}
.customer-number-exclamation-mark {
  float: left;
  font-size: 0.77rem;
  width: 1rem;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.input-description {
  color: #fff;
  text-align: left;
  margin-right: 1.5rem;
}
.customer-number-input-description{
  color: #111;
  text-align: left;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 580px) {
  .exclamation-mark {
    font-size: 1rem;
    width: 1.5rem;
    border-radius: 1rem;
  }
  .customer-number-exclamation-mark {
    font-size: 0.75rem;
    width: 1rem;
    border-radius: 0.5rem;
  }
}
.background-yellow {
  background: yellow;
  font-size: 100% !important;
}
.border-top {
  border-top: solid 1px #999999;
}
.border-bottom {
  border-bottom: solid 1px #999999;
}
#customer-number-table, #close-customer-number-table {
  display: none;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.customer-number-table th {
  background: #FFFFCC;
  width: 115px;
  vertical-align: middle;
  text-align: center;
}
.customer-number-table td {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.red {
  color: red;
  font-size: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
input[type="number"] {
     -moz-appearance:textfield;
}
.sub_title {
  font-size: 20px !important;
}
.small-font-size {
  font-size: 0.77rem !important;
}
.customer-number-table-disclaimer {
  font-size: 0.8rem;
  color: #666;
}
.attention-check-disclaimer {
  margin-top: 0.3rem;
  line-height: 1.5;
}

/* サポートページに飛ばす追跡ボタン */
.contact-button{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  width: 10rem;
}
.active{
  opacity: 1;
  visibility: visible;
}

.support-ways-container {
  border: #111 solid 2px;
  border-radius: 8px;
  background-color: #a4d7f5;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 40px;
  max-width: 600px;
  margin: 0 auto;
}
.support-ways-message {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.support-ways-message-strong {
  font-size: 1.5rem;
  margin-left: 8px;
  margin-right: 8px;
  background: linear-gradient(transparent 50%, #FDF46B 50%);
}
.support-ways {
  width: 100%;
  padding: 3%;
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.support-way {
  width: 33.33%;
  float: left;
  padding: auto;
}
.border-both {
  border-left: #fff dotted 2px;
  border-right: #fff dotted 2px;
}
.support-ways-icon-container {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.support-ways-icon {
  width: 70px;
  margin: auto;
  padding: auto;
}
.support-tel-icon {
  width: 85px;
}
.support-ways-icon-text {
  text-align: center;
  font-weight: bold;
}
.entry-support-button-container {
  width: 100%;
  margin-top: -73px;
}
.entry-support-button{
  padding: 0.8rem .5rem;
  width: 18rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.0rem;
  font-weight: 600;
  border-radius: 4rem;
  transition: .4s;
  cursor: pointer;
  background-color: #FDF46B;
  border: 2px solid #000000;
  color: #000;
}

.dot_underline {
  border-bottom: 3px dotted #000000;
  width: 96px;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.margin-box {
  width: 100%;
  height: 40px;
}
.button-gateway-paper {
  width: calc((100% / 2) - 1rem);
  font-size: 23px;
  max-width: 275px;
  min-width: 275px;
  margin: 0rem auto;
  border-radius: 0.5rem;
  background-color: #F1F0F0;
  box-shadow: 0px 0.1rem 0px 0px rgb(181 181 181 / 50%);
  border: 3px solid #000000;
  width: calc((100% / 3) - 2rem);
  text-align: center;
  align-items: center;
  color: #000000;
  transition: .4s;
  cursor: pointer;
  padding: 1rem 0;
}
.button-gateway-paper:before {
  content: '';
  display: block;
  height: 6rem;
  background-image: url(../img/icon/entry-paper.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.4rem auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2px;
  margin-right: auto;
}
.button-gateway-paper::after {
  content: "";
  background-image: url(../wl_img/icon/ico-arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto 0rem;
  padding: 1rem 0rem 0rem;
  display: block;
}
.button-gateway-paper .label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 900px) {
  .contact-button{
    width: 7.5rem;
  }
  .dot_underline {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }  
  .button-gateway-paper {
    width: auto;
    margin: 0rem auto;
    font-size: 18px;
    padding: 0rem 1.2rem;
    max-width: 20rem;
    min-width: auto;
    height: 6.25rem;
    display: flex;
    text-align: left;
  }
  .button-gateway-paper:before {
    flex-basis: 8.25rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: auto;
    background-size: 4.4rem auto;
  }
  .button-gateway-paper::after {
    content: "";
    background-image: url(../wl_img/icon/ico-arrow-beside.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0rem auto;
    padding: 1rem 0rem;
    width: 2rem;
    height: auto;
    display: block;
  }
  .button-gateway-paper .label {
    padding: 1rem 1rem;
    margin: 0rem;
    font-size: 1.3rem;
    flex-basis: 100%;
    text-align: center;
  }
}

.note-shift-start-date-container {
  max-width: 50rem;
  width: 100%;
  margin: -2rem auto 5rem auto;
  padding: 2rem 2rem;
  border: red 3px solid;
  border-radius: 0.5rem;
  text-align: center;
}
.add-note-shift-start-date-container {
  max-width: 50rem;
  width: 100%;
  margin: -1rem auto 3rem auto;
  padding: 2rem 2rem;
  border: red 3px solid;
  border-radius: 0.5rem;
  text-align: center;
}
.note-shift-start-date {
  width: 100%;
  color: red;
  font-size: 20px;
  font-weight: 700;
}
.text-underline {
  font-size: 20px!important;
  text-decoration: underline;
}
.upload {
  padding: 1rem;
}
.upload-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.upload-info {
  border-radius: 0.25rem;
  border: 1px solid #eee;
  padding: 0.5rem;
}
.upload-info-strong {
  color: red;
  font-weight: 700;
}
.entry-stop-title {
  line-height: 1.5!important;
}
.add-entry-stop-title {
  margin: 1rem auto;
  max-width: 600px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.entry-stop-guidance {
  padding: 1rem 0.5rem;
  background: #FDF46B;
  margin: 1rem auto;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
}
.entry-stop-guidance-link {
  text-decoration: underline;
}
.entry-stop-title-link {
  text-decoration: underline;
  color: red;
}
.entry-index-guidance {
  padding: 1.5rem 5rem;
  background: #FDF46B;
  margin: 5rem auto -3rem auto;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.1em;
}
.entry-index_underline_text {
  display: inline-block;
  background: linear-gradient(transparent 60%, #87CEFA 0%);
}
.entry-index_sub_text {
  margin-top: 1rem;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.add-entry-index-guidance {
  padding: 1.5rem 5rem;
  background: #FDF46B;
  margin: -1.5rem auto 1rem auto;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.1em;
}
.add-entry-index_underline_text {
  display: inline-block;
  background: linear-gradient(transparent 60%, #87CEFA 0%);
}
.add-entry-index_sub_text {
  margin-top: 1rem;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.entry-marketplan-guidance {
  padding: 1rem 0.5rem;
  background: #FDF46B;
  margin: 2rem auto;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 25px;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.1em;
}
.entry-marketplan_underline_text {
  background: linear-gradient(transparent 60%, #87CEFA 0%);
}
.entry-marketplan_sub_text {
  margin-top: 1rem;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.add-entry-marketplan-guidance {
  padding: 1rem 0.5rem;
  background: #FDF46B;
  margin: 0 auto;
  margin-top: -3rem;
  margin-bottom: 4rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 25px;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .entry-index-guidance {
    padding: 1.5rem 5%;
    margin: 2rem auto;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .entry-index_sub_text {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .add-entry-index-guidance {
    padding: 1.5rem 0.5rem;
    margin: -1.5rem auto 1rem auto;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .add-entry-index_sub_text {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 510px) {
  .entry-index-guidance {
    padding: 1.5rem 3%;
    margin: 2rem auto;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .entry-index_sub_text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .entry-marketplan-guidance {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .add-entry-index-guidance {
    padding: 1.5rem 3%;
    margin: -1.5rem 2% 1rem 2%;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .add-entry-index_sub_text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .add-entry-marketplan-guidance {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .entry-marketplan_sub_text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 410px) {
  .entry-index-guidance {
    padding: 1.5rem 5%;
    margin: 3rem auto 2rem auto;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .entry-index_sub_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .add-entry-index-guidance {
    padding: 1.5rem 5%;
    margin: -1.5rem 2% 1rem 2%;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .add-entry-index_sub_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .entry-marketplan-guidance {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .add-entry-marketplan-guidance {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .entry-marketplan_sub_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

.button-plan-area {
  letter-spacing: 0.1em;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 500px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  display: flex;
}

.button-plan {
  font-size: 20px;
  font-weight: 500;
  max-width: 275px;
  min-width: 275px;
  height: 240px; 
  background-color: #F1F0F0;
  border: 3px solid #000;
  border-radius: 8px;
  margin: 8px 16px;
  padding: 16px 16px;
  text-align: center;
}

.button-plan-selected {
  border: 3px solid #fcc800;
}

@media screen and (max-width: 900px) {
  .button-plan-area {
    display: block;
    width: auto;
    max-width: 20rem;
    min-width: auto;
  }
  .button-plan {
    text-align: left;
    height: 120px; 
    padding: 16px 16px;
  }
}

.dashed {
  border-bottom: 3px dashed skyblue;
  display: inline-block;
}
.title-dashed {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 3.375rem;
  position: relative;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0rem;
  margin: 2rem 0;
  font-weight: 700;
  /* border-bottom: 3px dashed skyblue;
  display: inline-block; */
}
.title-dashed:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 230px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  border-bottom: dashed skyblue;
}
.mypage-tab-height {
  line-height:20px;
}
.market-select {
  border: 3px solid #000000;
  display: inline-block;
  margin: 0 0rem;
  position: relative;
  background: #ffffff;
  height: 2.75rem;
  vertical-align: middle;
  min-width: 15rem;
  border-radius: 0.25rem;
  background-color: transparent;
  width: 100%;
  height: 2.75rem;
  line-height: 1.4em;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.market-select:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.86rem;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #363636;
  pointer-events: none;
}
.market-select select{
  padding: 0 1rem;
  appearance: none;
  border: none;
  border-style: none;
  background-color: transparent;
  width: 100%;
  vertical-align: middle;
  height: 2.75rem;
  line-height: 1.4em;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.market-button {
  appearance: none;
  border: solid;
  background: #efb123;
  border-radius: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.25rem;
  color: #000000;
  display: block;
  width: 24.5rem;
  margin: 3rem auto;
  padding: 0 3rem;
  position: relative;
  transition: .4s;
  cursor: pointer;
  outline: none;
  font-weight: 700;
}
.market-button:before {
  content: '';
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 45%;
  right: 1rem;
}
.market-container {
  font-size: 14px;
  background: #fdf5e6;
  padding: 1rem 3rem;
  margin: 0rem auto;
  border-radius: 0.5rem;
  max-width: 60rem;
}
.chart-contents {
  width: 100%;
}
.graph-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.chartjs-render-monitor {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.fee-structure-button {
  appearance: none;
  border: solid;
  background: #A4D6F5;
  border-radius: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.25rem;
  color: #000000;
  display: block;
  width: 24.5rem;
  margin: 3rem auto;
  padding: 0 3rem;
  position: relative;
  transition: .4s;
  cursor: pointer;
  outline: none;
  font-weight: 700;
}
.fee-structure-button:before {
  content: '';
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 45%;
  right: 1rem;
}
@media screen and (max-width: 900px) {
 .market-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    padding: 0.8rem 2rem;
    height: auto;
    margin: 3rem auto;
    margin-bottom: 0rem;
    max-width: 18rem;
  }
  .market-container {
    padding: 1rem;
    margin: 0rem 0.5rem;
    min-width: 21rem;
  }
  .fee-structure-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    padding: 0.8rem 2rem;
    height: auto;
    margin: 3rem auto;
    margin-bottom: 2rem;
    max-width: 18rem;
  }
}
@media screen and (max-width: 700px) {
  .market-container {
    font-size: 13px;
  }
  .graph-title {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .chartjs-render-monitor {
    margin-top: 5px;
  }  
}

