@charset "UTF-8";

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

/***********************************
基本
***********************************/
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

a {
  -webkit-transition: .3s;
  color: #333;
  opacity: 1;
  text-decoration: none;
  transition: .3s;
}

a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.color-red {
  color: #eb5252;
}

/**
 * is-bolck
**/
.is-sp--block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp--block {
    display: block !important;
  }
}

.is-md--block {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .is-md--block {
    display: block !important;
  }
}

.is-pc--block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .is-pc--block {
    display: none !important;
  }
}

/**
 * top Style
**/
@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.inner {
  margin: 0 auto;
  width: 100%;
}

/**
 * subpage Style
**/
.pt100 {
  padding-top: 100px !important;
}

/****
ヘッダー
*****/
#header {
  max-width: 100%;
  width: 100%;
  height: 100px;
  clear: both;
  transition: background-color .5s;
  top: 0;
  margin: 0 auto;
  max-height: 130px;
  z-index: 999;
  padding: 6px 20px;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  background-color: #FFE4E6;
}

#header .hinner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  margin-left: 0%;
  max-width: 200px;
  min-width: 200px;
}

#header-under {
  max-width: 1000px;
  margin: auto;
  display: flex;
  text-align: center;
}

#header-under div {
  width: 50%;
  background-color: #F699A0;
  border: 1px solid #fff;
}

#header-under div a {
  color: #fff;
  display: block;
  padding: 0.7em 0;
  font-size: 1.3em;
}

@media (max-width: 768px) {
  #header-under div a {
    color: #fff;
    display: block;
    padding: 0.7em 0;
    font-size: 1em;
  }
}

#nav-toggle {
  cursor: pointer;
  height: 60px;
  width: 44px;
  position: relative;
}

#nav-toggle>div {
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%) translateX(-50%);
  width: 30px;
}

#nav-toggle>div>span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #575757;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

header.deteal_header #nav-toggle>div>span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #16a7db;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

#nav-toggle span.toggle:nth-child(1) {
  top: -4px;
}

#nav-toggle span.toggle:nth-child(2) {
  top: 6px;
}

#nav-toggle span.toggle:nth-child(3) {
  top: 16px;
}

.open #nav-toggle span.toggle {
  background: #fff;
}

.open #nav-toggle span.toggle:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 2px;
  transform: rotate(45deg);
}

.open #nav-toggle span.toggle:nth-child(2) {
  left: 50%;
  top: 10px;
  width: 0;
}

.open #nav-toggle span.toggle:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 2px;
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  align-items: center;
  background-color: #F699A0;
  bottom: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 29px;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 72px;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  z-index: 990;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #gloval-nav {
    top: 100px;
  }
}

#gloval-nav a {
  -webkit-transition: color .3s ease;
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .5em;
  padding: 20px 0;
  text-decoration: none;
  transition: color .3s ease;
  font-family: 'Kosugi Maru', sans-serif;
}

#gloval-nav a:hover {
  color: #000000;
}

#gloval-nav ul {
  list-style: none;
  padding: 0;
}

#gloval-nav ul li {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  opacity: 1;
  visibility: visible;
}

.open #gloval-nav li {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*申し込みボタン*/
.button a {
  background: #eb5252;
  border-radius: 7px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 260px;
  padding: 5px 35px;
  transition: 0.3s ease-in-out;
  margin-right: 15px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}

.button a:hover {
  opacity: 1;
  box-shadow: 0 3px 10px rgb(0 16 14 / 20%);
  text-decoration: none;
}

.custom-header {
  display: flex;
  align-items: center;
  display: none;
}

@media screen and (max-width: 1000px) {
  .custom-header {
    display: block;
  }

}

@media screen and (min-width: 480px) and (max-width: 1000px) {

  .hinner {
    margin-top: 12px !important;
  }
}



.button_area .inner {
  max-width: 800px;
  padding: 75px 20px 80px 20px;
  box-sizing: border-box;
  background: #f7fbfc;
}

.button_area .button a {
  margin: 0 auto;
  padding: 20px 35px;
  font-size: 2rem;
}

.button_area .title {
  color: #16a7db;
  font-size: 4.8rem;
  margin-bottom: 55px;
  text-align: center;
}

.follow_text {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.follow_text:before {
  content: "＼";
  font-weight: 400;
}

.follow_text:after {
  content: " ／";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .button_area .title {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 400px) {
  .button a {
    padding: 5px 10px;
    margin-right: 5px;
  }
}


/*アニメーション要素のスタイル*/
.animation {
  -webkit-transition: 1s;
  -webkit-transform: translateY(30px);
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  visibility: hidden;
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*******
header ハンバーガーメニュー スマホ対応
*******/
@media screen and (max-width: 479px) {
  #header {
    height: auto;
  }

  #header .area .logo {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #header .area .logo {
    width: 25%;
  }
}


/******
コンテンツ
*******/
.fv {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.fv img {
  width: 100%;
}

.fv .content {
  position: relative;
}

.fv .content .time-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 94%;
}

.fv .content .time-box .text {
  font-size: 3.8rem;
  color: #16a7db;
  font-weight: bold;
  position: absolute;
  right: 17%;
  top: 19%;
  text-align: center;
  line-height: 1.3;
}

.fv .content .time-box .text .time {
  color: #eb5252;
  font-size: 7.6rem;
}

.rate {
  /*background: #ffffff;*/
}

.rate .inner {
  max-width: 800px;
  padding: 75px 20px 80px 20px;
  box-sizing: border-box;
  background: #fff;
}

.rate .title {
  color: #16a7db;
  font-size: 4.8rem;
  margin-bottom: 55px;
  text-align: center;
}

.rate .table {
  padding: 0;
  margin: 0 auto;
}

.rate .table th {
  background: #16a7db;
  font-size: 3.2rem;
  color: #ffffff;
  padding: 10px;
}

.rate .table td.number {
  font-size: 3.2rem;
  padding: 25px 10px;
  border-bottom: 2px solid #e5e5e5;
  width: 33%;
  box-sizing: border-box;
  text-align: center;
}

.rate .table td.percent {
  border-bottom: 2px solid #e5e5e5;
  width: 33%;
  color: #16a7db;
  font-size: 6.4rem;
  padding: 25px 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.rate .table td.percent .mini {
  font-size: 4rem;
}

.rate .table td.money {
  padding: 25px 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 3.2rem;
  border-bottom: 2px solid #e5e5e5;
}

.rate .table td.money .big {
  display: block;
  font-weight: normal;
  line-height: 1.2;
}

.rate .table td.money .money-tex {
  font-size: 4.2rem;
}

.convenience .inner {
  max-width: 800px;
  box-sizing: border-box;
}

.convenience .inner img {
  width: 100%;
}

.service {
  /*background: #ffffff;*/
}

.service .inner {
  max-width: 800px;
  padding: 80px 20px 75px 20px;
  box-sizing: border-box;
  background: #ffffff;
}

.service .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.service .text {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.service img {
  width: 100%;
}

.reason {
  /*background: #fcf9ed;*/
}

.reason .inner {
  max-width: 800px;
  padding: 75px 20px 80px 20px;
  box-sizing: border-box;
  background: #fcf9ed;
}

.reason .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.reason .area {
  display: flex;
  flex-wrap: wrap;
}

.reason .area li {
  width: 48%;
  background: #16a7db;
  box-sizing: border-box;
  padding: 30px 30px 55px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.reason .area li:nth-child(2n) {
  margin-right: 0px;
}

.reason .area li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 10px auto 20px;
}

.reason .area li .number:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin-right: 30px;
  width: 45px;
  content: "";
  display: inline-block;
  height: 1px;
  border-bottom: 5px dotted #ffeb99;
}

.reason .area li .number:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin-left: 40px;
  width: 45px;
  content: "";
  display: inline-block;
  height: 1px;
  border-bottom: 5px dotted #ffeb99;
}

.reason .area li span {
  position: relative;
  color: #ffeb99;
  font-size: 8rem;
  text-align: center;
  font-style: italic;
}

.reason .area li .title {
  font-size: 3rem;
  color: #ffeb99;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}

.reason .area li .text {
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
}

.flow {
  background: #f7fbfc;
}

.flow .inner {
  max-width: 800px;
  padding: 75px 20px 80px 20px;
  box-sizing: border-box;
}

/*.flow_text {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}*/
.flow .text {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.flow .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.flow .list {
  position: relative;
  margin-bottom: 15px;
}

.flow .list:after {
  content: '';
  display: block;
  width: 160px;
  height: 40px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  vertical-align: middle;
  margin: 25px auto 0;
}

.flow .list:last-child:after {
  display: none;
}

.flow .list .content-title {
  color: #ffffff;
  background: #16a7db;
  font-size: 6rem;
  font-style: italic;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.flow .list .text {
  display: flex;
  align-items: center;
  border-left: 4px solid #16a7db;
  border-right: 4px solid #16a7db;
  border-bottom: 4px solid #16a7db;
  margin: 0;
  padding: 50px 30px;
  flex-direction: column;
}

.flow .list .text .big {
  display: block;
  /*width: 100%;*/
  color: #16a7db;
  font-size: 3.2rem;
  font-weight: bold;
}

.flow .list .text .mini {
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: left;
}

.faq {
  background: #ffffff;
}

.faq .inner {
  max-width: 800px;
  padding: 75px 20px 75px 20px;
  box-sizing: border-box;
}

.faq .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.faq .list {
  padding: 35px 0;
  margin: 0;
  border-top: 4px dotted #dff0f7;
}

.faq .list:last-child {
  border-bottom: 4px dotted #dff0f7;
}

.faq .list dt.content-title {
  position: relative;
  display: flex;
  align-items: center;
}

.faq .list dt.content-title:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: #16a7db 2px solid;
  border-right: #16a7db 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.faq .list dt.open:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: #16a7db 2px solid;
  border-right: #16a7db 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.faq .list dt .icon {
  margin-right: 30px;
  width: 100%;
  max-width: 48px;
}

.faq .list dt .lead {
  font-size: 3.2rem;
  width: 80%;
}

.faq .list dd.text {
  display: flex;
  align-items: flex-start;
  margin: 0;
  margin-top: 30px;
}

.faq .list dd .icon {
  margin-right: 30px;
  width: 100%;
  max-width: 48px;
}

.faq .list dd .lead {
  font-size: 3.2rem;
  width: 80%;
}

.note {
  background: #ffffff;
}

.note2 {
  background: #f6f8fa;
  max-width: 800px;
  margin: 0 auto;
}

.note .inner,
.note2 .inner {
  max-width: 800px;
  padding: 0px 20px 75px 20px;
  box-sizing: border-box;
}

.note .title,
.note2 .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.note .text,
.note2 .text {
  position: relative;
  padding-left: 46px;
  margin-bottom: 35px;
  font-size: 3.2rem;
  line-height: 1.4;
}

.note .text:after,
.note2 .text:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/dotted.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
}

.company {
  background: #f5f8fa;
}

.company .inner {
  max-width: 800px;
  padding: 75px 20px 80px 20px;
  box-sizing: border-box;
}

.company .title {
  color: #16a7db;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.company .list {
  border-top: 4px dotted #dff0f7;
  margin: 0;
  padding: 0;
}

.company .list:last-child {
  border-bottom: 4px dotted #dff0f7;
}

.company .list .content-title {
  font-size: 2.8rem;
  color: #999999;
  padding-top: 30px;
  margin-bottom: 10px;
}

.company .list .text {
  font-size: 2.8rem;
  margin: 0;
  padding-bottom: 30px;
}

.company .map {
  margin: 35px auto 0;
  width: 100%;
  height: 440px;
}

.company .map iframe {
  border: none;
  width: 100%;
  height: inherit;
}

@media screen and (max-width: 767px) {
  .fv .content .time-box {
    bottom: 20px;
  }

  .fv .content .time-box .text {
    font-size: 2.8rem;
  }

  .fv .content .time-box .text .time {
    font-size: 5.4rem;
  }

  .rate .inner {
    padding: 37px 10px 40px 10px;
  }

  .rate .title {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }

  .rate .table th {
    padding: 5px;
    font-size: 2.6rem;
  }

  .rate .table td.number {
    padding: 12px 5px;
    font-size: 2.6rem;
  }

  .rate .table td.percent {
    padding: 16px 5px;
    font-size: 4.2rem;
  }

  .rate .table td.percent .mini {
    font-size: 3rem;
  }

  .rate .table td.money {
    padding: 16px 5px;
    font-size: 2.6rem;
  }

  .rate .table td.money .money-tex {
    font-size: 3.1rem;
  }

  .service .inner {
    padding: 40px 10px 37px 10px;
  }

  .service .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .service .text {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .reason .inner {
    padding: 34px 10px 40px 10px;
  }

  .reason .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .reason .area li {
    padding: 17px 17px 30px 17px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .reason .area li .number {
    margin: 5px auto 10px;
  }

  .reason .area li span {
    font-size: 5.2rem;
  }

  .reason .area li .number:before {
    margin-right: 15px;
  }

  .reason .area li .number:after {
    margin-left: 20px;
  }

  .reason .area li .title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .reason .area li .text {
    font-size: 1.8rem;
  }

  .flow .inner {
    padding: 37px 10px 40px 10px;
  }

  .flow .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .flow .list {
    margin-bottom: 8px;
  }

  .flow .text {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .flow .list:after {
    width: 80px;
    height: 20px;
    margin: 12px auto 0;
  }

  .flow .list .content-title {
    font-size: 3.6rem;
    padding: 5px;
  }

  .flow .list .text {
    padding: 25px 15px;
  }

  .flow .list .text .big {
    font-size: 2.4rem;
  }

  .flow .list .text .mini {
    font-size: 2.2rem;
  }

  .faq .inner {
    padding: 34px 10px 34px 10px;
  }

  .faq .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .faq .list {
    padding: 16px 0;
  }

  .faq .list dt .icon {
    margin-right: 15px;
    max-width: 24px;
  }

  .faq .list dt .lead {
    font-size: 2.4rem;
  }

  .faq .list dd.text {
    margin-top: 15px;
  }

  .faq .list dd .icon {
    margin-right: 15px;
    max-width: 24px;
  }

  .faq .list dd .lead {
    font-size: 2.4rem;
  }

  .faq .list dt.content-title:after {
    width: 11px;
    height: 11px;
  }

  .faq .list dt.open:after {
    width: 11px;
    height: 11px;
  }

  .note .inner {
    padding: 0px 20px 34px 20px;
  }

  .note .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .note .text {
    padding-left: 23px;
    margin-bottom: 17px;
    font-size: 2.2rem;
  }

  .note .text:after {
    width: 12px;
    height: 12px;
  }

  .company .inner {
    padding: 37px 10px 40px 10px;
  }

  .company .title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }

  .company .list .content-title {
    font-size: 2rem;
    padding-top: 15px;
    margin-bottom: 5px;
  }

  .company .list .text {
    font-size: 2rem;
    padding-bottom: 15px;
  }

  .company .map {
    margin: 17px auto 0;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .fv .content .time-box {
    bottom: 14px;
  }

  .fv .content .time-box .text {
    font-size: 1.9rem;
  }

  .fv .content .time-box .text .time {
    font-size: 3.8rem;
  }

  .rate .inner {
    padding: 37px 10px 40px 10px;
  }

  .rate .title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }

  .rate .table th {
    padding: 5px;
    font-size: 1.6rem;
  }

  .rate .table td.number {
    padding: 12px 5px;
    font-size: 1.6rem;
  }

  .rate .table td.percent {
    padding: 16px 5px;
    font-size: 3.2rem;
  }

  .rate .table td.percent .mini {
    font-size: 2rem;
  }

  .rate .table td.money {
    padding: 16px 5px;
    font-size: 1.6rem;
  }

  .rate .table td.money .money-tex {
    font-size: 2.1rem;
  }

  .service .inner {
    padding: 40px 10px 37px 10px;
  }

  .service .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .service .text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .reason .inner {
    padding: 34px 10px 40px 10px;
  }

  .reason .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .reason .area li {
    padding: 17px 17px 30px 17px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .reason .area li .number {
    margin: 5px auto 10px;
  }

  .reason .area li span {
    font-size: 4rem;
  }

  .reason .area li .number:before {
    margin-right: 15px;
  }

  .reason .area li .number:after {
    margin-left: 20px;
  }

  .reason .area li .title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .reason .area li .text {
    font-size: 1.2rem;
  }

  .reason .area li .text br {
    display: none;
  }

  .flow .inner {
    padding: 37px 10px 40px 10px;
  }

  .flow .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .flow .list {
    margin-bottom: 8px;
  }

  .flow .list:after {
    width: 80px;
    height: 20px;
    margin: 12px auto 0;
  }

  .flow .list .content-title {
    font-size: 3rem;
    padding: 5px;
  }

  .flow .list .text {
    padding: 25px 15px;
  }

  .flow .list .text .big {
    font-size: 1.6rem;
  }

  .flow .list .text .mini {
    font-size: 1.5rem;
  }

  .faq .inner {
    padding: 34px 10px 34px 10px;
  }

  .faq .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .faq .list {
    padding: 16px 0;
  }

  .faq .list dt .icon {
    margin-right: 15px;
    max-width: 24px;
  }

  .faq .list dt .lead {
    font-size: 1.6rem;
  }

  .faq .list dd.text {
    margin-top: 15px;
  }

  .faq .list dd .icon {
    margin-right: 15px;
    max-width: 24px;
  }

  .faq .list dd .lead {
    font-size: 1.6rem;
  }

  .faq .list dt.content-title:after {
    width: 11px;
    height: 11px;
  }

  .faq .list dt.open:after {
    width: 11px;
    height: 11px;
  }

  .note .inner {
    padding: 0px 20px 34px 20px;
  }

  .note .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .note .text {
    padding-left: 23px;
    margin-bottom: 17px;
    font-size: 1.6rem;
  }

  .note .text:after {
    width: 12px;
    height: 12px;
  }

  .company .inner {
    padding: 37px 10px 40px 10px;
  }

  .company .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .company .list .content-title {
    font-size: 1.4rem;
    padding-top: 15px;
    margin-bottom: 5px;
  }

  .company .list .text {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }

  .company .map {
    margin: 17px auto 0;
    height: 220px;
  }
}

/****
contactInput.php
*****/
#wrapper {
  width: 100vw;
  margin: 0 auto;
  clear: both;
  max-width: 100%;
  background: white;
}

#contents {
  max-width: 1000px;
  margin: 0 auto;
}

.headTitle01 {
  text-align: center;
  padding: 120px 0 35px 0;
  font-weight: bold;
  font-size: 3rem;
  color: #F699A0;
}

.contWrap p {
  height: 45px;
}

.showing-image {
  height: 100% !important;
  margin-bottom: 20px;
  width: 70%;
}

.showing-image img {
  max-width: 250px;
}

.formArea .tit {
  padding: 5px 0 2px;
  width: 30%;
  font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 680px) {
  .headTitle01 {
    padding: 18% 3% 3.5%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .headTitle01 {
    font-size: 2.6rem;
  }
}

section {
  display: block;
  width: 95%;
  margin: 0 auto;
}

.faqSet {
  width: 82%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

.contactArea .mtxt {
  text-align: center;
  line-height: 1.8;
  padding-bottom: 35px;
}

.contactArea .mtxt a {
  color: #16a7db;
}

.formArea {
  padding: 80px 0 80px;
}

.fo16 {
  font-size: 20px;
}

.formArea .cont {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.contWrap {
  display: flex;
  flex-wrap: wrap;
}

label,
input[type='checkbox'] {
  cursor: pointer;
}

.formArea .tit {
  padding: 5px 0 2px;
  width: 30%;
  font-weight: bold;
}

.formArea .text01 {
  padding-bottom: 10px;
  width: 70%;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.formArea input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 0 10px;
  box-sizing: border-box;
  height: 100%;
}

.text01 textarea {
  height: 135px;
}

.color-red {
  color: #eb5252;
  font-weight: bold;
}

.formArea input[type="number"] {
  width: 50%;
  border: 1px solid #ccc;
  font-size: 18px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 0 10px;
  margin: 0 0 0 0.5%;
  box-sizing: border-box;
  height: 100%;
}

.min-title {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding: 0 1.5rem 4rem;
  text-align: center;
  color: #F699A0;
}

.min-title .top-title {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  color: #000;
}

.mypageSet p {
  text-align: left;
}

.contact p {
  text-align: center;
}

.top-text {
  margin-bottom: 2em;
}

.headTitle02 {
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
  background-color: #F699A0;
  border: 1px solid #000;
  border-bottom: unset;
  border-radius: 20px 20px 0 0;
  padding: 6px 0;
  padding-left: 4%;
}

.history .headTitle02 {
  border: unset;
}

.qa .headTitle02 {
  display: flex;
  justify-content: space-around;
  padding: 0;
  border: unset;
  border-radius: unset;
}

@media (max-width: 768px) {
  .headTitle02 {
    font-size: 1em;
  }
}


h2.headTitle02 .text {
  align-items: center;
  display: flex;
}

h2.headTitle02 .text p {
  font-size: 16px;
}

.headTitle02 .img {
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
  margin: -30px;
}

.headTitle02 img {
  width: 125px;
}

.toll-free {
  margin-top: 2em;
  margin-bottom: 3em;
}

.toll-free p {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}

.toll-free .inner {
  border: 1px solid #000;
  display: flex;
  border-radius: 20px;
}

.toll-free .inner .left-content {
  background-color: #EBEBEB;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 20px 0 0 20px;
}

.toll-free .inner .right-content {
  padding: 10px 0 10px 15px;
}

.toll-free .inner .right-content a {
  font-size: 1.5em;
  font-weight: bold;
}

.toll-free .inner .right-content a span {
  font-size: 16px;
  font-weight: lighter;
}

.toll-free .inner .reception-time {
  display: flex;
}

.toll-free .inner .red-text {
  color: #F60000;
  font-weight: lighter;
  padding-top: 10px;
  padding-bottom: 0;
}

@media only screen and (min-width:1px) and (max-width:680px) {
  .toll-free .inner {
    display: block;
    border-radius: 20px;
  }

  .toll-free .inner .left-content {
    display: block;
    padding: 10px 15px;
    border-radius: 20px 20px 0 0;
  }

  .toll-free .inner .reception-time,
  .toll-free .inner .reception-time span {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .headTitle02 {
    font-size: 1.1em;
    padding: 1.5% 4%;
  }

  .qa .headTitle02 .text p {
    font-size: 14px;
  }

  .headTitle02 img {
    width: 100px;
  }
}

/*
.headTitle02:after {
    content: '■';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/dotted.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 0;
}
*/
.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.editSet table {
  width: 100%;
  clear: both;
  border-bottom: #17a7db 2px solid;
  border-right: #17a7db 2px solid;
  margin-bottom: 24px;
}

.editSet table th {
  width: 22%;
  border-top: #17a7db 2px solid;
  border-left: #17a7db 2px solid;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px 1.5%;
  background: #17a7db;
  color: #fff;
}

.editSet table th p {
  position: relative;
  font-weight: bold;
}

.editSet table td {
  border-top: #17a7db 2px solid;
  border-left: #17a7db 2px solid;
  padding: 10px 3.5%;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

.editSet table td .bsTtl {
  position: relative;
  padding: 0.5em 0;
  font-weight: bold;
}

.fa-caret-down:before {
  padding-right: 0.5rem;
}

.editSet table td .bankimg {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  list-style: none;
}

.editSet table td .bankimg li {
  margin: 3px 6px 3px 0;
  text-align: center;
  border: #e8e8e8 1px solid;
  flex: 1;
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  border: none;
  vertical-align: bottom;
}

.editSet table td p {
  padding: 1em 0 0.5em;
  font-weight: bold;
}

table#bankSelect {
  text-align: center;
  border: 1px solid #9f9f9f;
  margin-top: 3px;
}

table#bankSelect td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0;
  font-size: 18px;
  display: table-cell;
  width: 10%;
}

table#bankSelect a {
  color: #9f8055;
}

.editSet table td input[type="text"] {
  width: 100%;
  color: #4d4d4d;
  border: #ccc 1px solid;
  font-size: 16px;
  padding: 0.5em 0.5em;
  box-shadow: inset 1px 1px 1px rgb(0 0 0 / 5%);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box;
}

.editSet table td input.text01 {
  color: #4d4d4d;
}

.editSet table td .list01 li {
  display: inline-block;
  padding-right: 8%;
}

.editSet table td .list01 li input[type="radio"] {
  padding: 0;
  margin: 0 5px 0 0;
  vertical-align: baseline;
  cursor: pointer;
}

.upSet p {
  padding: 0 0.2em 1.5em;
}

.boxList {
  background: #fff;
  border: 1px solid #000000;
  border-top: unset;
  border-radius: 0 0 20px 20px;
}

.boxList.userdata {
  border: 1px solid #000000;
  border-radius: 20px;
}

.contact-box {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-box p {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}

.contact-box p span {
  color: #fff;
  background-color: #F60000;
  display: inline-flex;
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
}

.contentTitle {
  background-color: #F699A0;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
}

.userdata .contentTitle {
  border-radius: 20px 20px 0 0;
}

.boxList .text {
  padding: 1em 1.5em;
  font-size: 1.4rem;
}

.boxList .scroll {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.text ul {
  display: flex;
  flex-wrap: wrap;
}

.text ul li {
  width: 50%;
}

.bottomArrow:after {
  content: '';
  display: block;
  width: 160px;
  height: 40px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  margin: 15px auto 15px;
}

.text p {
  font-size: 1.4rem;
}

/*upload*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Raleway");

.wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.mb60 {
  margin-bottom: 60px !important;
}

.box {
  display: block;
  min-width: 200px;
  height: 220px;
  margin: 10px;
  border: 2px solid #17a7db;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 70px;
  background-color: #17a7db;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.upload-options:hover {
  background-color: #17a7db;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  color: #fff;
  flex-direction: column;
}

.upload-options label p:nth-child(1) {
  background-color: #f7fbfc;
  color: #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 2px 15px;
  border-radius: 16px;
}

.upload-options label::after {
  content: "";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}

.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}


.box:nth-child(1) .js--image-preview {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("/img/omote.png");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box:nth-child(2) .js--image-preview {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("/img/ura.png");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box:nth-child(3) .js--image-preview {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("/img/id_selfie.png");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@media only screen and (min-width:1px) and (max-width:620px) {
  .wrapper {
    flex-direction: column;
  }
}

/*uploadここまで*/

.formArea .txt01 {
  text-align: center;
}

.formArea .txt01 a {
  color: #eb5252;
}

.btnList {
  text-align: center;
}

.btnList li {
  display: inline-block;
  padding: 0 1%;
  min-width: 100px;
  max-width: 500px;
}

.btnList li a,
.btnList li .button01 {
  width: 100%;
  display: block;
  text-align: center;
  border: #16a7db 2px solid;
  border-radius: 5em;
  padding: 5% 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .3s ease;
  -webkit-font-smoothing: antialiased;
}

.btnList li.corB02 a,
.btnList li.corB02 .button01 {
  border-color: #16a7db;
  background: #16a7db;
  color: #eb5252;
  font-weight: bold !important;
  padding: 10px 20px;
}

.btnList li.corBl02 a,
.btnList li.corBl02 .button01 {
  border-color: #a6a6a6;
  background: #a6a6a6;
  color: #fff;
  font-weight: bold !important;
}

@media only screen and (min-width: 1px) and (max-width: 680px) {
  .contactArea {
    padding-top: 30px;
  }

  section .inner {
    width: 100%;
  }

  .faqSet {
    width: 100%;
  }

  .formArea {
    padding: 50px 0;
  }

  .formArea .cont {
    width: 100%;
    padding-bottom: 12px;
  }

  /*.editSet table {
    border: none;
}*/
  .editSet table th {
    width: 100%;
    display: block;
    padding: 1% 2% 0 2%;
    border: none;
  }

  .editSet table th p {
    font-size: 4.6vw;
  }

  .editSet table td {
    width: 100%;
    display: block;
    padding: 1% 2%;
  }

  .editSet table td .bankimg li {
    padding: 1em 0;
  }

  .editSet table td input.text01 {
    width: 100%;
    font-size: 4.2vw;
  }

  .fo14 {
    font-size: 3.8vw;
  }

  .btnList li {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding-bottom: 6%;
  }

  .btnList li:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .contWrap {
    flex-direction: column;
  }

  .formArea .tit {
    width: 100%;
  }

  .formArea .text01 {
    width: 100%;
  }

  .showing-image {
    width: 100%;
  }

  .text ul {
    flex-direction: column;
  }

  .text ul li {
    width: 100%;
  }
}

/****
mypage.php
*****/
.mp {
  display: none;
}

#header .nameSet {
  min-width: 30%;
  margin: 0% 0 0 50%;
}

#header .nameSet dt {
  display: inline-block;
  padding-top: 2px;
  vertical-align: middle;
}

#header .nameSet dd {
  width: 83.15%;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 8px;
  color: #F699A0;
}

.fa-user:before {
  content: "\f007";
  color: #F699A0;
}

.home_contents {
  max-width: 1000px;
  margin: 0 auto;
}

#mainBody {
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  background-size: 100% auto;
  padding-bottom: 80px;
}

.subArea {
  width: 24%;
  padding-top: 50px;
  float: left;
  padding-bottom: 80px;
}

.subArea .stit {
  background: #F699A0;
  padding: 10px 8.5%;
  border-radius: 20px 20px 0 0;
}

.fo18 {
  font-size: 18px;
}

.subArea .stit span {
  display: block;
  color: #fff;
  font-weight: bold;
}

.subArea .snavi {
  border: 2px solid #F699A0;
  border-radius: 0 0 20px 20px;
}

.subArea .snavi li {
  border-bottom: 1px solid #F699A0;
}

.subArea .snavi li:last-child {
  border-bottom: none;
}

.subArea .snavi li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 11px 8%;
  font-weight: bold;
  background: #fff;
}

.subArea .snavi li:last-child a {
  border-radius: 0 0 20px 20px;
}

.subArea .snavi li a span {
  position: relative;
  display: inline-block;
  padding: 4px 0 5px 34px;
}

.mainArea {
  width: 76%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .mainArea {
    padding-top: 0px;
  }

  #header .hinner {
    gap: 22px;
  }

  #logo {
    max-width: 33vw;
    min-width: 33vw;
  }

  #header .nameSet {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    min-width: initial;
    margin: initial;
  }

  #header .nameSet dd {
    width: 75%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px)and (max-width: 1000px) {
  #header .hinner {
    gap: 22px;
  }

  #header .nameSet {
    display: block;
    width: 100%;
    text-align: right;
    min-width: initial;
    margin: initial;
  }

  #header .nameSet dd {
    width: 40%;
    font-size: 14px;
    padding: 0 6px;
  }
}

@media only screen and (min-width: 321px)and (max-width: 375px) {
  #logo {
    max-width: 30vw;
    min-width: 30vw;
  }

  #header {
    padding: 6px 10px;
  }

  #header .nameSet dd {
    width: 75%;
    font-size: 12px;
    padding: 0 4px;
  }
}

@media only screen and (max-width: 320px) {
  #logo {
    max-width: 30vw;
    min-width: 30vw;
  }

  #header {
    padding: 6px 10px;
  }

  #header .nameSet dd {
    width: 87%;
    font-size: 12px;
    padding: 0 4px;
  }
}

.mainArea2 {
  width: 90%;
  margin: 0 auto;
}

.mainArea .main {
  width: 94%;
  margin: 0 auto;
  margin-right: 0;
}

.mainArea .main.gray-bg {
  background-color: #F5F5F5;
  border: 1px solid #000;
  border-radius: 20px;
}

.mainArea .main .gray-bg {
  background-color: #F5F5F5;
  border: 1px solid #000;
  border-radius: 20px;
}

.mainArea .main.gray-bg .text.top {
  border-bottom: 2px solid #BABABA;
  margin: 30px 30px 0 30px;
  padding: 0 0 30px 0;
}

.mainArea .main.gray-bg .text {
  padding: 30px;
}

.mainArea .main.gray-bg .text .red-text,
.mainArea .detail-text.gray-bg .red-text {
  font-size: 1em;
}

.mainArea .main.gray-bg .detail-text .bold,
.mainArea .gray-bg .bold {
  font-weight: bold;
}

.mainArea .detail-text.gray-bg .bold {
  font-size: 1.3em;
}

.mainArea .main.gray-bg .detail-text .refresh-container {
  position: unset;
  display: inline-flex;
  vertical-align: bottom;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px;
  margin-right: 4px;
}

.mypageSet {
  padding: 50px 0 40px 0;
}

.mypageSet.history {
  border: 1px solid #000;
  padding: 0;
  margin: 50px 0 40px 0;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .mainArea .main {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .mypageSet {
    padding: 32px 0 40px 0;
  }

  #header .hinner {
    gap: initial;
  }
}

/*step*/
.stepWrap {
  padding: 1em 1.5em;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid #000000;
  border-top: unset;
  border-radius: 0 0 20px 20px;
}

.stepWrap.line a img {
  width: 60%;
}

.stepWrap.line .text2 {
  font-size: 0.8em;
  margin-top: 1em;
}

.stepWrap.second .text2 {
  font-size: 0.8em;
  margin-bottom: 1em;
}

.stepWrap.line .text2 .red-text {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .stepWrap {
    margin-bottom: 32px;
  }
}

.step {
  position: relative;
  min-height: 1em;
  color: #333;
}

.title {
  line-height: 1.5em;
  font-weight: bold;
}

.title span {
  background: #f5f7fd;
  border: 1px solid #F699A0;
  color: #000;
  padding: 2px 6px;
  font-size: 1.5rem;
  /* font-weight: 600; */
  margin-right: 8px;
}

.title .status-text {
  padding-left: 10px;
  color: #F60000;
  font-weight: normal;
  font-size: 0.8em;
  border: unset;
  background: unset;
}

.caption {
  font-size: 0.8em;
  margin-top: 0;
  font-weight: lighter;
}

.caption.red-text {
  color: #F60000;
}

.caption.gray-bg {
  background-color: #F5F5F5;
  padding: 5px;
}

.caption a {
  color: #eb5252;
  text-decoration: underline;
  font-weight: bold;
}

.identity_a {
  color: #eb5252;
  text-decoration: underline;
  font-weight: bold;
}

.step.arrow {
  padding-bottom: 1.5em;
}

.step>div:first-child {
  position: static;
  height: 0;
}

.step>div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.circle {
  background: #ff0000;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  z-index: 999;
}

/* .circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
} */

.step:last-child .circle:after {
  display: none
}

.step {
  color: #333;
  font-weight: 700;
}

.step.arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 9px;
  color: #F699A0;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.step.arrow::after {
  content: "";
  display: block;
  height: calc(100% - 36px);
  border-left: solid 2px #F699A0;
  position: absolute;
  top: 30px;
  left: 11px;
}

.step.arrow:last-child::before,
.step.arrow:last-child::after {
  content: unset;
}

/*.step-success {
  color: #c0c0c0;
} */

.step-success .circle {
  background: #009E00;
}

.step-success .circle::before {
  content: "\f00c";
  font-family: FontAwesome;
}

.step-failed .circle {
  background: #FFE438;
}

.step-failed .circle::before {
  content: "\2716";
  font-family: FontAwesome;
}

/*.step-success .title {
  font-weight: 400;
}

.step-success .title span {
  opacity: 0.5;
} */

.step-notyet {
  color: #c0c0c0;
}

.step-notyet .title {
  font-weight: 400;
}

.step-notyet .title span {
  opacity: 0.5;
}

/*stepここまで*/

/*status*/
.status {
  border-top: 1px solid #000;
  border-radius: 20px;
}

.status h1 {
  color: #F699A0;
}

.status-inner {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 1em;
  position: relative;
}

.status-inner .status-step {
  line-height: 1.5em;
  font-weight: bold;
  padding: 1em 0;
}

.status-inner .status-step .step-text {
  background: #f5f7fd;
  border: 1px solid #F699A0;
  color: #000;
  padding: 2px 6px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 8px;
}

.status-inner p,
.status-inner span {
  font-size: 0.8em;
}

.status-inner .reception-time {
  display: flex;
  padding-left: 13px;
}

.status-money h1 {
  color: #000;
  padding-top: 1em;
  font-size: 1.3em;
}

.status .card-btn,
.status .cancel-btn {
  color: #fff;
  background-color: #F699A0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.6rem 0.7rem;
  display: inline-block;
  font-size: 14px;
  width: 290px;
  font-weight: bold;
}

.status .cancel-btn {
  background-color: #F60000;
}

/*statusここまで*/

/*お知らせ*/
.mypageSet .list02 {
  background: #fff;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 20px 20px;
}

.mypageSet .list02 li {
  border-bottom: 1px dashed #BABABA;
  padding: 0.5em 1.5em;
  margin: 0 10px;
}

.mypageSet .list02 li:last-child {
  border-radius: 0 0 20px 20px;
  border-bottom: unset;
}

.mypageSet .list02 li .dates {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.mypageSet .list02 .ico2 {
  width: 12%;
  display: inline-block;
  background: #fff;
  color: #717171;
  font-size: 0.8em;
  text-align: center;
  border: #717171 1px solid;
  line-height: 1.4;
  margin-top: 0.3em;
  padding: 0.12em 0.12em;
}

.mypageSet .list02 li p {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
  overflow-wrap: break-all;
}

.mypageSet .list02 li p a {
  color: #4d4d4d;
}

.history .list02 {
  border: unset;
  border-radius: 0 0 20px 20px;
}

.history .list02 li {
  border-bottom: 1px dashed #BABABA;
  border-radius: 0;
}

.history .list02 li:last-of-type {
  border-bottom: unset;
}

.history .list02 li .dates {
  display: block;
  width: 100%;
}

.history .list02 li .faw {
  font-size: 1.14em;
  display: inline;
}

.history .list02 li a {
  font-size: 0.8em;
  margin-left: 1em;
  border: 1px solid #F699A0;
  padding: 0.45em 0.6em;
  border-radius: 10px;
}

.result {
  padding: 0.5rem 1rem;
  background: red;
  color: #fff !important;
  margin-right: 10px;
}

.linkTxt {
  /* position: relative; */
  text-align: right;
  padding: 10px 0 25px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.linkTxt a {
  color: #333;
  /* padding: 0 5% 0 0; */
  text-decoration: none;
  font-weight: bold;
}

/* .linkTxt a:before {
  content: "\f101";
  position: absolute;
  font-size: 160%;
  line-height: 1.1;
  margin: 0;
  right: 0;
  color: #F699A0;
  font-family: FontAwesome;
} */

/*買取率*/
.carrierWrap,
.creditWrap {
  padding: 1em 1.5em;
  display: flex;
  justify-content: center;
}

.logoImg {
  width: 60%;
}

.maypageRate {
  width: 30%;
  text-align: center;
  font-weight: bold;
}

.rateText {
  font-size: 7.5rem;
  color: #eb5252;
}

.ratebox_mp {
  width: 100%;
  margin: 10px 0 40px 0;
  text-align: right;
}

/*目安時間*/
.boxList .text2 {
  padding: 1em 1.5em;
  font-size: 1.6rem;
}

.payTime {
  font-size: 2.5rem;
  color: red;
  font-weight: bold;
}

.min-text {
  font-size: 1rem;
}

.paySub {
  font-size: 1.5rem;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .custom-header {
    display: block;
  }

  .subArea {
    display: none;
  }

  .mainArea {
    width: 100%;
  }

  .custom-header {
    display: flex;
  }
}

@media (max-width: 700px) {

  .carrierWrap,
  .creditWrap {
    flex-direction: column;
    align-items: center;
  }

  .logoImg {
    width: 100%;
  }

  .mypageSet .list02 li {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
  }

  .mypageSet .list02 li .dates {
    width: 100%;

  }

  .mypageSet .list02 li p {
    padding-left: 0;
    width: 100%;
    margin-top: 3px;
  }

  .history .list02 li {
    display: list-item;
  }

  .linkTxt a {
    color: #333;
    padding: 0 8% 0 0;
    text-decoration: none;
  }

  .circle:after {
    display: none;
  }
}

/*お知らせ一覧*/
/*pager*/
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 30px;
}

.pager .pagination li.pre,
.pager .pagination li.next {
  display: inline-block;
  height: 50px;
  text-align: center;
  background: #dff0f7;
  cursor: pointer;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #333;
  background: #dff0f7;
  border-color: #dff0f7;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 20%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }


}


/*お客様情報*/
.mypageTable,
.mypageTable2 {
  width: 100%;
  text-align: left;
}

.mypageTable tr,
.mypageTable2 tr {
  border-bottom: 2px solid #F699A0;
}

.mypageTable tr:last-child,
.mypageTable2 tr:last-child {
  border-bottom: none;
}

.mypageTable tr:first-child,
.mypageTable2 tr:first-child {
  border-top: 2px solid #F699A0;
}

.mypageTable input,
.mypageTable2 input {
  border: none;
  background: none;
  font-size: 1.6rem;
  width: auto;
}

.mypageTable th {
  text-align: left;
  background: #f4f4f5;
  padding: 1rem;
  width: 30%;
  border: none;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.userdata .mypageTable tr:last-child th {
  border-radius: 0 0 0 20px;
}

@media (max-width: 959px) {
  .mypageTable th {
    width: 100%;
  }
}

.mypageTable td {
  padding-left: 1rem;
  width: 70%;
  background: #fff;
  border: none;
  font-size: 1.6rem;
}

.userdata .mypageTable tr:last-child td {
  border-radius: 0 0 20px 0;
}

.mypageTable2 th {
  border-right: 2px solid #000;
  text-align: center;
  background: #dff0f7;
  padding: 1rem 0;
  color: #000;
  width: 30%;
}

.mypageTable2 td {
  padding-left: 1rem;
  width: 50%;
}

.mypageTable2 td:nth-child(3) {
  text-align: right;
}

form .changeBtn {
  text-align: center;
  padding-right: 5px;
}

.changeBtn input,
.changeBtn a {
  border: 2px solid #F699A0;
  display: inline-block;
  background: #F699A0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.5rem 2rem;
}

.changeBtn input:hover,
.changeBtn a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.changeBtn_register {
  display: inline-block;
  background: #F699A0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.6rem 0;
  margin: 4px auto;
  width: 250px;
}

.changeBtn_settlement,
.changeBtn_cancel {
  margin-top: 10px;
  color: #fff;
  background-color: #F699A0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.6rem 0.7rem;
  display: inline-block;
  font-size: 14px;
  width: 290px;
  font-weight: bold;
  line-height: normal;
}

.changeBtn_cancel {
  background: #F60000;
}

.apd {
  border: 2px solid #ff9200;
}

.apd td {
  padding: 1rem;
}

@media only screen and (max-width: 767px) {

  .mypageTable tr,
  .mypageTable2 tr {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }

  .mypageTable th,
  .mypageTable2 th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 1rem;
    box-sizing: border-box;
    border-right: none;
  }

  .mypageTable td,
  .mypageTable2 td {
    width: 100%;
    padding: 1rem;
    text-align: left;
    box-sizing: border-box;
  }

  .mypageTable2 td:nth-child(3) {
    text-align: center;
  }
}


/*ログイン*/
/* .loginArea */
.loginArea {
  padding-bottom: 85px;
}

.loginArea a {
  color: #F699A0;
}

.loginArea .ttl01 {
  text-align: center;
  padding-bottom: 10px;
}

.loginArea .mtxt {
  text-align: center;
  line-height: 1.9;
  padding-bottom: 28px;
}

.loginArea .thxArea {
  width: 70%;
  margin: 0 auto;
}

.loginArea .thxtxt {
  text-align: center;
  line-height: 1.9;
  padding: 1em 0 2em;
}

.loginArea .mailatt {
  line-height: 1.9;
  padding: 1em 1.5em;
  border: #e8e8e8 1px solid;
  border-radius: 1em;
  background: #e8e8e8;

}

.loginArea .cont {
  background: #FFF6F6;
  max-width: 350px;
  padding: 30px 25px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
}

.loginArea .cont.dif {
  background: none;
  padding: 20px 3% 10px;
  box-sizing: border-box;
  box-shadow: none;
  margin: 10px auto;
}

.loginArea .cont .tit {
  font-weight: bold;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}

.loginArea .cont .txt01 {
  padding-bottom: 15px;
}

.loginArea .cont .txt02 {
  text-align: center;
  padding-bottom: 15px;
}

.loginArea .cont .txt02 a {
  color: #ff0000;
}

.loginArea .cont .txt03 {
  text-align: right;
  padding-bottom: 10px;
}

.loginArea .text01 {
  width: 100%;
  background: #fff;
  border: #ccc 1px solid;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 5px;
}

.loginArea .text01::placeholder {
  color: #c6c6c6;
}

.loginArea .text01:focus {
  outline: 0;
  border: #F699A0 1px solid;
  box-shadow: none;
}

.loginArea .btn {
  padding-bottom: 22px;
}

.loginArea .btn input {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background: #F699A0;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 10px 0 8px;
  transition: background-color .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width:681px) {
  .loginArea .cont .txt02 a:hover {
    opacity: 0.7;
  }

  .loginArea .btn input:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width:1px) and (max-width:680px) {
  #hlogo {
    width: 55%;
    padding: 30px 0 20px;
  }

  /* .loginrea */
  .loginArea .cont {
    width: 100%;
  }

  .loginArea .thxArea {
    width: 100%;
    margin: 0 auto;
  }

  .loginArea .cont .txt01 {
    font-size: 4.2vw;
  }
}

/*footer*/
.l-footer {
  clear: both;
  padding: 2em 0;
  text-align: center;
  color: #fff;
  background-color: #F699A0;
}

.l-footer__copyright {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.3rem;
  }
}

/*0525改修時追加CSS index.php*/

.subText {
  padding: 0 1rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .subText {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}

.attentionBox {
  border: 2px solid #16a7db;
  margin-top: 3rem;
}

.attentionTitle {
  color: #fff;
  background: #16a7db;
  padding: 1rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.attentionRedText {
  color: red;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

.attentionText:last-child {
  border-top: 2px solid #16a7db;
  padding: 1rem;
}

@media (max-width: 610px) {
  .attentionTitle {
    font-size: 2rem;
  }

  .attentionRedText {
    text-align: left;
  }
}

/*0525改修時追加CSS contactInput.php*/
.fx {
  display: flex;
  flex-wrap: wrap;
}

.fx div {
  width: 33%;
}

@media (max-width: 420px) {
  .fx div {
    font-size: 80%;
  }
}

/* cregitInformation*/
.creditInfo {
  max-width: 100%;
  border: 1px solid #000;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-top: unset;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 700px) {
  .creditInfo {
    padding: 24px;
  }
}

.creditInfo ul {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 700px) {
  .creditInfo ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
  }
}

.creditInfo ul li {
  width: 100%;
}

.creditInfo ul li:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  min-width: 35%;
  display: flex;
  justify-content: flex-start;
  width: 30%;
}

.creditInfo ul li:nth-child(1) span {
  font-size: 12px;
  color: red;
}

@media (max-width: 700px) {
  .creditInfo ul li:nth-child(1) {
    min-width: 100%;
  }
}

_:lang(x)+_:-webkit-full-screen-document,
.creditInfo ul li:nth-child(2) {
  width: 100%;
  font-size: 16px;
  margin: 8px 0 0 20px;
}

@media (max-width: 700px) {

  _:lang(x)+_:-webkit-full-screen-document,
  .creditInfo ul li:nth-child(2) {
    margin: 0;
    max-width: 100%;
  }
}

.creditInfo ul li p {
  font-size: 12px;
  color: red;
  margin: -12px 0 12px;
}

@media (max-width: 700px) {
  .creditInfo ul li p {
    margin: -10px 0 12px;
  }
}

.creditInfo ul li label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 15px 0;
  -webkit-appearance: none;
}

.creditInfo ul li label input {
  font-size: 12px;
}

@media (max-width: 700px) {
  .creditInfo ul li label input {
    margin: 10px auto;
    width: 100%;
    -webkit-appearance: none;
  }
}

.creditInfo ul li input[type="text"],
.creditInfo ul li input[type="month"] {
  min-width: 300px;
  font-size: 16px;
  padding: 10px;
  margin: 15px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-image: initial;
  border-radius: 5px;
}

.creditInfo ul li input[type="number"] {
  min-width: 300px;
  min-width: 50%;
  font-size: 16px;
  padding: 10px;
  margin: 15px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-image: initial;
  border-radius: 5px;
}

@media (max-width: 700px) {

  .creditInfo ul li input[type="text"],
  .creditInfo ul li input[type="month"] {
    min-width: 200px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
  }

  .creditInfo ul li input[type="number"] {
    min-width: 200px;
    width: 50%;
    height: 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
}

.creditInfo ul select {
  height: auto;
  width: 322px;
  font-size: 16px;
  padding: 10px;
  margin: 15px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-image: initial;
  border-radius: 5px;
}

.detail-text3 ul {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.detail-text3 li:first-child {
  width: 30%;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.detail-text3 img {
  max-width: 100%;
}

.detail-text3 li:nth-child(2) {
  width: 60%;
}

.detail-text3 p {
  width: 90%;
  margin: 0 auto;
  background-color: #eeeeee;
  color: #ff0000;
  line-height: 2em;
  padding: 15px;
}



@media (max-width: 700px) {
  .creditInfo ul select {
    max-width: 100%;
    width: 100%;
    height: 40px;
  }

  .detail-text3 {
    width: 95%;
  }

  .detail-text3 ul {
    justify-content: center;
  }

  .detail-text3 li:first-child {
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .detail-text3 img {
    vertical-align: bottom;
  }

  .detail-text3 li:nth-child(2) {
    width: 90%;
  }

  .detail-text3 p {
    width: 100%;
  }
}

.checkboxContainer {
  display: flex;
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
}

.checkboxContainer label {
  padding: 10px 20px;
  font-size: 16px;
}

.checkboxContainer label input {
  margin: 4px 12px 0 0;
  transform: scale(1.2);
}

.checkboxContainer p {
  font-size: 12px;
  color: red;
  padding: 0px 20px 20px;
}

.creditInfo_Btn {
  display: block;
  width: 300px;
  background: #F699A0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 16px 8px;
  margin: 24px auto;
  border: none;
  -webkit-appearance: none;
}

.newRegister_a {
  color: red;
  font-weight: bold;
}

.for_is_read {
  font-size: 70%;
  float: right;
  font-weight: bold;
}


/* new paychan mypage */
.step-title {
  border-bottom: 1px solid;
  font-size: 1.3em !important;
}

.status-step .status-text {
  padding-left: 10px;
  color: #F60000;
  font-weight: normal;
  font-size: 0.6em;
}

.red-text {
  color: #F60000;
  font-size: 0.8em;
}

.mb10 {
  margin-bottom: 10px;
}

.money-container {
  width: 100%;
  margin: 0 auto;
}

.money-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 1.5rem;
}

.money-right {
  text-align: right;
}

.money-right span {
  font-size: 2rem;
  font-weight: bold;
}

.paid-text {
  color: #F699A0;
}

.money-text {
  color: #F60000;
  font-size: 0.8em;
  margin-top: 10px;
}

.fw-b {
  font-weight: bold;
}

.refresh-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.refresh-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.refresh-text {
  font-size: 14px;
  color: #000;
}

.username-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.human-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.username-text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.IdentityVerification-btn {
  color: #fff !important;
  background-color: #F60000;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.6rem 0.7rem;
  display: inline-block;
  font-size: 14px;
  width: 290px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}

.fx-cl {
  display: flex;
  flex-direction: column;
}

.list02 .bd {
  border-bottom: 1px solid;
}

.flow-chart {
  display: flex;
  align-items: center;
  align-items: baseline;
  justify-content: space-between;
  margin: auto;
  max-width: 770px;
  padding: 40px;
  padding-bottom: 0;
}

.flow-chart .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flow-chart .step img {
  width: auto;
  margin-right: 10px;
  height: 80px;
}

.flow-chart .step p {
  margin: 0;
  text-align: center;
}

.flow-chart .step p span {
  font-size: 0.7em;
}

.flow-chart .step:not(:last-child)::after {
  content: url('../../images/flow-arrow.png');
  position: absolute;
  right: -65px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 680px) {
  .flow-chart {
    transform: scale(0.9);
    padding: 0;
  }

  .flow-chart .step img {
    height: 50px;
    margin-right: 5px;
  }

  .flow-chart .step p {
    font-size: 2.5vw;
  }

  .flow-chart .step p span {
    font-size: 1.75vw;
  }

  .flow-chart .step:not(:last-child)::after {
    right: -35px;
    transform: scale(0.7);
  }

  .flow-chart .step:nth-child(2)::after {
    right: -20px;
  }
}


.payInformation-area {
  margin-top: 20px;
  background: #eee;
  padding: 0.5em;
}

.qa-link {
  background: #ccc;
  padding: 5px 10px;
  font-size: 0.8em;
}

/* アクセルファクターPR */
.acf-pr {
  padding: 0;
  border: unset;
  display: block;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  z-index: 1000;
}

.floating-banner a {
  position: relative;
  max-width: 1000px;
  margin: auto;
  display: block;
}

.floating-banner img {
  width: 100%;
  display: block;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.close-btn:hover {
  background-color: #f5f5f5;
}

.modal-img-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}
        
.modal-img-overlay.active {
  opacity: 1;
  visibility: visible;
}
        
.modal-img-content {
    position: relative;
    background-color: white;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.7);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal-img-overlay.active .modal-img-content {
  transform: scale(1);
}
        
.modal-image {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: 8px 8px 0 0;
 }        

.close-img-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #F29AA0;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
        
.close-img-btn:hover {
    background-color: #F29AA0;
    transform: rotate(90deg);
}