@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  line-height: 1.4;
}

.body.old-account {
  font-size: 1.6em;
  width: 480px;
  margin: 0 auto;
  color: #333;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 640px) {
  .body.old-account {
    width: 100%;
  }
}

.body.old-account.bg-none {
  background: none;
}

.body.old-account.bg-none footer {
  color: #333;
}

a {
  color: #0066CC;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
}

h2 img {
  vertical-align: unset;
}

p {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.main-wrap {
  background: #fff;
  width: 400px;
  margin: 40px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  .main-wrap {
    width: 90%;
  }
}

header {
  margin: 10px 0 30px;
}

header h1 {
  margin: 0;
}

.container {
  padding: 4%;
}

form {
  margin-bottom: 40px;
}

form.delate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form.delate-btn button {
  width: 100%;
  display: block;
  border: solid 1px #0066CC;
  padding: 12px;
  border-radius: 3px;
  color: #0066CC;
  line-height: 1.4em;
  font-size: 1.4rem;
}

form.delate-btn button:first-of-type {
  margin-right: 4%;
}

@media (min-width: 640px) {
  form.delate-btn button:first-of-type:hover {
    -webkit-filter: brightness(160%);
            filter: brightness(160%);
    -webkit-transition: .1s;
    transition: .1s;
  }
}

form.delate-btn button:last-of-type {
  background: #D94B4B;
  border: none;
  color: #fff;
}

@media (min-width: 640px) {
  form.delate-btn button:last-of-type:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.row {
  position: relative;
  padding: 0;
  overflow: visible;
  letter-spacing: 0em;
  margin: 0;
  display: block;
}

form .row label,
form .row input,
form .row button,
.row.row select,
.row.link_btn a,
.row.link_box a,
.row.inherit p + a {
  width: 100%;
  outline: none;
}

form .row input,
form .row button,
.row.row select,
.row.link_btn a,
.row.inherit p + a {
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 12px;
}

form .row label {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin: 0 0 12px 0;
  float: none;
  text-align: left;
}

form .row input,
.row.row select {
  border: #ccc solid 1px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.row.row select {
  color: #999;
  background: url(../images/icon-down.png) no-repeat 96% center/4%;
}

.row.row.prof-pic {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.row.row.prof-pic label::before {
  content: "\e900";
  font-family: 'icon';
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  right: 0;
  text-align: center;
  padding: 5px 0 0 2px;
  font-size: 1.5rem;
}

.row.row.prof-pic label input {
  display: none;
}

.row.row.prof-pic img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

form .row:nth-last-of-type(2) {
  margin-bottom: 20px;
}

form .row button,
form.delate-btn button,
.row.link_btn a,
.row.inherit p + a {
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .1s;
  transition: .1s;
  height: 45px;
}

form .row button {
  background: #0066CC;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  form .row button:hover,
  .row.link_btn a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    -webkit-transition: .1s;
    transition: .1s;
  }
}

form .errors {
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .errors:empty {
  display: none;
}

form .errors:before {
  content: "\e901";
  font-family: "icon";
  margin: 2px 4px 0 0;
  display: block;
}

form .row .errors {
  margin-bottom: 12px;
}

.row.link_btn a {
  border: solid 1px #0066CC;
  display: block;
  margin-bottom: 40px;
}

.row.link_btn a {
  margin-bottom: 40px;
}

.row.link_box > div {
  border: #D2D2D2 solid 1px;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.row.link_box > div p {
  color: #FC0000;
  margin-bottom: 20px;
}

.row.link_box > div p span {
  font-weight: bold;
}

.row.link_box > div a {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  height: auto;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
}

.row.link_box > div a.link-btn01 {
  border: solid 1px #0066CC;
  display: block;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 12px;
}

.row.link_box > div a.link-btn01:hover {
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

.row.link_box > div a.link-btn02 {
  border: none;
  background: #F07216;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 12px;
}

.row.link_box > div a.link-btn02:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media screen and (min-width: 640px) {
  .row.link_btn a:hover,
  .row.inherit p + a:hover {
    -webkit-filter: brightness(160%);
            filter: brightness(160%);
  }
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

input + span.eye {
  display: block;
  height: 16px;
  width: 22px;
  height: 20px;
  background-size: 22px;
  position: absolute;
  bottom: 31px;
  right: 12px;
  font-family: "icon";
  color: #999;
  cursor: pointer;
  text-align: center;
}

input + span.eye:before {
  content: "\e93e";
  font-size: 1.6rem;
  vertical-align: top;
}

input + span.eye.eye-slash:before {
  content: "\e93f";
}

.row.txt {
  margin-bottom: 20px;
}

.row.txt p.img-title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.txt p.img-title img {
  margin-right: 6px;
}

.row.link-txt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

.row.link-txt img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .row.link-txt a:hover {
    text-decoration: underline;
  }
}

.row.social_login h3 {
  color: #444;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}

.row.social_login h3:before,
.row.social_login h3:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}

.row.social_login h3:before {
  margin-right: 12px;
}

.row.social_login h3:after {
  margin-left: 12px;
}

.row.social_login ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.row.social_login ul li {
  width: 23.5%;
  margin-right: 2%;
  font-size: initial;
}

@media screen and (min-width: 640px) {
  .row.social_login ul li:hover {
    opacity: .6;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.row.social_login ul li:last-of-type {
  margin: 0;
}

.row.social_login ul li a {
  display: block;
  padding: 9px 0;
  border: solid 1px #D2D2D2;
  border-radius: 3px;
  text-align: center;
}

.row.inherit {
  padding: 20px;
  background: #FFF4F4;
  border: solid 2px #ff0000;
  margin-bottom: 40px;
}

.row.inherit p {
  color: #FC0000;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.row.inherit p + a {
  background: #FFF;
  border: solid 1px #ff0000;
  color: #ff0000;
  display: block;
}

form .row .switchWrap {
  position: absolute;
  right: 0;
  top: -4px;
}

form .row .switchWrap .switchArea {
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin: auto;
  width: 78px;
  background: #fff;
}

form .row .switchWrap .switchArea input[type="checkbox"] {
  display: none;
}

form .row .switchWrap .switchArea input[type="checkbox"]:checked + label {
  background: #0066cc;
}

form .row .switchWrap .switchArea input[type="checkbox"]:checked + label span:after {
  content: "公開";
  padding: 2px 0 0 18px;
  color: #fff;
  display: block;
}

form .row .switchWrap .switchArea input[type="checkbox"]:checked ~ #swImg {
  -webkit-transform: translateX(54px);
          transform: translateX(54px);
  background: #fff;
}

form .row .switchWrap .switchArea label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 22px;
  border-radius: 30px;
  background: #cbcbcb;
}

form .row .switchWrap .switchArea label span:after {
  content: "非公開";
  padding: 2px 0 0 30px;
  color: #fff;
  display: block;
}

form .row .switchWrap .switchArea #swImg {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 3px;
  left: 4px;
  border-radius: 26px;
  -webkit-transition: .2s;
  transition: .2s;
}

form .row .switchWrap + label + div {
  position: relative;
}

form .row .switchWrap + label + div:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  top: 32%;
  right: 4%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

form .row label span.required {
  color: #fff;
  background: #F53F3F;
  border-radius: 3px;
  padding: 2px 10px;
  margin-left: 8px;
  font-size: 1.2rem;
}

.confirm p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.confirm p:first-of-type {
  font-weight: bold;
}

.confirm p:last-of-type {
  margin-bottom: 40px;
}

.confirm p.txt-center {
  text-align: center;
}

.confirm.done p:last-of-type {
  margin-bottom: 20px;
}

.confirm.done ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.confirm.done ul li {
  border: #E6E6E6 solid 1px;
  border-radius: 3px;
  width: 48%;
  margin: 0 4% 20px 0;
  -webkit-transition: .1s;
  transition: .1s;
}

.confirm.done ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 640px) {
  .confirm.done ul li:hover {
    opacity: .6;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.confirm.done ul li a {
  color: #333;
  display: block;
  text-align: center;
  padding: 16px 0;
}

.confirm.done ul li a span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

@media (max-width: 640px) {
  .container.account {
    padding: 0 10px 20px;
  }
}

.group {
  padding: 16px 20px;
  border: solid 1px #DFDFDF;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}

.group:first-of-type {
  padding-bottom: 0;
}

.group:nth-child(5n) {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .group {
    padding: 16px 9px;
  }
}

.group h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.group h3:nth-child(2n) {
  margin-top: 20px;
}

.group p {
  font-size: 1.4rem;
  padding: 12px 0;
  line-height: 1.5em;
}

.group h3 + a {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 1.4rem;
  padding: 8px 12px;
  border: solid 1px #0066CC;
  border-radius: 3px;
  -webkit-transition: .1s;
  transition: .1s;
}

.group h3 + a:nth-child(odd) {
  top: 115px;
}

@media (min-width: 640px) {
  .group h3 + a:hover {
    -webkit-filter: brightness(160%);
            filter: brightness(160%);
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.group ul li {
  border-bottom: dotted 1px #C4C4C4;
}

.group ul li:last-of-type {
  border: none;
}

.group ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group ul li p span:first-of-type {
  width: 40%;
  font-size: 12px;
  font-weight: bold;
}

.group ul li p span:last-of-type {
  width: 60%;
}

.group ul li.prof-pic {
  text-align: center;
  border-bottom: none;
}

.group ul li.prof-pic img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.group ul.sns-federation li {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.group ul.sns-federation li span {
  position: relative;
  padding-left: 48px;
}

.group ul.sns-federation li span:before {
  content: "";
  height: 28px;
  width: 28px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: -7px;
}

.group ul.sns-federation li span.fed-tw:before {
  background-image: url(../images/icon-twitter.png);
}

.group ul.sns-federation li span.fed-fb:before {
  background-image: url(../images/icon-facebook.png);
}

.group ul.sns-federation li span.fed-gg:before {
  background-image: url(../images/icon-google.png);
}

.group ul.sns-federation li span.fed-ap:before {
  background-image: url(../images/icon-apple.png);
}

.group ul.sns-federation li span.fed-kk:before {
  background-image: url(../images/icon-kakaku.png);
}

.group ul.sns-federation li a {
  display: block;
  margin-left: auto;
  position: relative;
  width: 86px;
  padding-left: 26px;
  -webkit-transition: .1s;
  transition: .1s;
}

@media (min-width: 640px) {
  .group ul.sns-federation li a:hover {
    -webkit-filter: brightness(140%);
            filter: brightness(140%);
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.group ul.sns-federation li a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icon';
  color: #A4A4A4;
}

.group ul.sns-federation li a.connect:before {
  content: "\e904";
}

.group ul.sns-federation li a.disconnect:before {
  content: "\e903";
}

.group ul.account-federation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group ul.account-federation li {
  margin: 0 4% 20px 0;
  width: 48%;
  border: none;
}

.group ul.account-federation li:nth-child(2n) {
  margin-right: 0;
}

.group ul.account-federation li:nth-child(n+3) {
  margin-bottom: 4px;
}

.group ul.account-federation li a {
  color: #333;
  display: block;
  text-align: center;
  padding: 16px 0;
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  margin-bottom: 16px;
  -webkit-transition: .1s;
  transition: .1s;
}

@media (min-width: 640px) {
  .group ul.account-federation li a:hover {
    opacity: .6;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.group ul.account-federation li a span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 1.2rem;
}

.group ul.account-federation li a span:first-of-type {
  margin-top: 0;
}

.group ul.account-federation li a + span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  width: 42px;
  margin: 0 auto;
}

.group ul.account-federation li a + span.connect {
  position: relative;
  padding-left: 10px;
  width: 52px;
}

.group ul.account-federation li a + span.connect:before {
  content: "\e902";
  display: block;
  position: absolute;
  left: -15px;
  top: -3px;
  font-family: 'icon';
  color: #65D061;
  font-size: 20px;
}

.group.last {
  margin-bottom: 40px;
}

footer {
  bottom: 0;
  padding-bottom: 40px;
  margin-top: auto;
}

footer p {
  font-size: 1.4rem;
  text-align: center;
}

/* lp */
.about-wrap {
  width: 94%;
  margin: 0 auto;
}

.about-wrap h1 {
  text-align: center;
  margin: 20px auto;
}

.about-wrap > div {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}

.about-wrap > div h2 {
  font-size: 16px;
  color: #EA4848;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.about-wrap > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-wrap > div ul li {
  height: 106px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-wrap > div ul li div {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-wrap > div:first-of-type ul li {
  width: 49%;
  margin: 0 2% 2% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-wrap > div:first-of-type ul li:nth-child(2n) {
  margin-right: 0;
}

.about-wrap > div:first-of-type ul li:nth-child(3),
.about-wrap > div:first-of-type ul li:nth-child(4) {
  margin-bottom: 0;
}

.about-wrap > div:first-of-type ul li div span {
  width: 100%;
  display: block;
  text-align: center;
  white-space: nowrap;
}

.about-wrap > div:first-of-type ul li div span:first-of-type {
  margin-bottom: 12px;
}

.about-wrap > div:nth-of-type(2) ul li {
  width: 49%;
  margin-right: 2%;
  height: 123px;
}

.about-wrap > div:nth-of-type(2) ul li:last-of-type {
  margin-right: 0;
}

.about-wrap > div:nth-of-type(2) ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-wrap > div:nth-of-type(2) ul li div span:first-of-type {
  margin: 0 auto 10px;
  width: 100%;
}

.about-wrap > div:last-of-type ul li {
  width: 100%;
  margin: 0 auto 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  height: auto;
}

.about-wrap > div:last-of-type ul li div {
  margin-bottom: 20px;
}

.about-wrap > div:last-of-type ul li div span img {
  width: 90%;
  height: auto;
}

.about-wrap > div:last-of-type ul li a {
  display: block;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #06c;
  color: #06c;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 90%;
}

.about-wrap > div:last-of-type ul li a:last-of-type {
  margin-bottom: 0;
  background: #06c;
  color: #fff;
}

.about-wrap > div:last-of-type ul li a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media (max-width: 640px) {
  .about-wrap > div:last-of-type ul li a:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.about-wrap > div:last-of-type + a {
  display: block;
  margin: 0 auto 20px;
  background: #F07216;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 90%;
}

.about-wrap > div:last-of-type + a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media (max-width: 640px) {
  .about-wrap > div:last-of-type + a:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

/* guide */
.steps-wrap {
  width: 100%;
  margin: 0 auto;
}

.steps-wrap h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #333;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}

.steps-wrap > p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.steps-wrap > p.center {
  text-align: center;
}

.steps-wrap > p a {
  text-decoration: underline;
}

.steps-wrap > a.btn {
  color: #fff;
  background: #F07216;
  display: block;
  margin: 0 auto 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.steps-wrap > a.btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

@media (max-width: 640px) {
  .steps-wrap > a.btn:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.steps-wrap img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.steps-wrap dl {
  background: #F8F8F8;
  border-radius: 6px;
  font-size: 14px;
  padding: 12px;
  margin-bottom: 20px;
}

.steps-wrap dl dt {
  font-weight: bold;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps-wrap dl dt span {
  min-width: 18px;
  height: 18px;
  display: block;
  color: #fff;
  background: #FD9C00;
  border-radius: 50%;
  position: relative;
  margin-right: 3px;
}

.steps-wrap dl dt span:before {
  content: "?";
  position: absolute;
  left: 5px;
  top: 0px;
}

.steps-wrap dl dd p {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.steps-wrap dl dd p:last-of-type {
  margin-bottom: 0;
}

.steps-wrap dl dd p a {
  text-decoration: underline;
}

.steps-wrap dl dd p span {
  color: #FF0000;
}

.steps-wrap dl:last-of-type dt {
  color: #FF0000;
}

/* info */
#info h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 20px;
  line-height: 1.5em;
}

#info h3:first-of-type {
  padding-top: 0;
}

#info p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

/* popup */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: relative;
  width: 476px;
  padding: 14px;
  background-color: #fff;
  z-index: 2;
  border-radius: 6px;
  margin: 12vh auto;
}

@media (max-width: 640px) {
  .popup-inner {
    width: 94%;
    margin-top: 1vh;
  }
}

.popup-inner .migrate-wrap {
  width: 350px;
  margin: 20px auto 30px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .popup-inner .migrate-wrap {
    width: 100%;
  }
}

.popup-inner .migrate-wrap > p {
  margin-bottom: 20px;
}

.popup-inner .migrate-wrap > p.attention {
  border: solid 2px #ff0000;
  color: #ff0000;
  padding: 12px;
  background: #FFF4F4;
  font-weight: bold;
}

.popup-inner .migrate-wrap > p:first-of-type {
  font-weight: bold;
  text-align: center;
}

.popup-inner .migrate-wrap > p:last-of-type {
  font-size: 1.4rem;
}

.popup-inner .migrate-wrap .migrate-data {
  margin-bottom: 20px;
}

.popup-inner .migrate-wrap .migrate-data + div p {
  font-size: 1.4rem;
  color: #Ff0000;
  border: solid 2px #FF0000;
  background: #FFF4F4;
  padding: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.popup-inner .migrate-wrap .migrate-data > div {
  margin-right: 12px;
  width: 100%;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type {
  border: #D2D2D2 solid 1px;
  border-radius: 3px;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dt {
  font-size: 1.4rem;
  background: #F8F8F8;
  border-radius: 50px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 10px;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:first-of-type div img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 50%;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:first-of-type div > span {
  display: block;
  font-size: 1.2rem;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:first-of-type div > span:last-of-type {
  font-weight: normal;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li {
  width: 46%;
  text-align: center;
  margin: 0 4% 10px 0;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li:nth-child(2n) {
  margin-right: 0;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li > span {
  display: block;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li > span:first-of-type {
  font-size: 1.2rem;
  background: #F8F8F8;
  border-radius: 50px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 1.6;
  padding: 2px 0;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li > span:first-of-type span {
  font-weight: bold;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li > span:first-of-type span:before {
  font-size: 1.6rem;
  color: #FD9C00;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: middle;
}

.popup-inner .migrate-wrap .migrate-data > div:first-of-type dl dd:last-of-type ul li:last-of-type {
  font-size: 1.4rem;
  font-weight: normal;
}

.popup-inner .migrate-wrap .migrate-data > div:nth-child(2) {
  text-align: center;
  margin-bottom: 10px;
}

.popup-inner .migrate-wrap .migrate-data > div:nth-child(2) span.arrow {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #76C768;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-inner .migrate-wrap .migrate-data > div:nth-child(2) span.arrow:before {
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 16px;
  -webkit-box-sizing: border-box;
  height: 18px;
  border: 9px solid transparent;
  border-left: 10px solid #fff;
}

.popup-inner .migrate-wrap .migrate-data > div:nth-child(2) span.arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 8px;
  height: 6px;
  border-left: 9px solid #fff;
}

.popup-inner .migrate-wrap .migrate-data > div:last-of-type {
  border: #D2D2D2 solid 1px;
  border-radius: 3px;
  padding: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.popup-inner .migrate-wrap .migrate-data > div:last-of-type dl dt {
  font-size: 1.4rem;
  background: #F8F8F8;
  border-radius: 50px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 10px;
}

.popup-inner .migrate-wrap .migrate-data > div:last-of-type dl dd {
  text-align: center;
}

.popup-inner .migrate-wrap .migrate-data > div:last-of-type dl dd img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-bottom: 4px;
  border-radius: 50%;
}

.popup-inner .migrate-wrap .migrate-data > div:last-of-type dl dd span {
  display: block;
  font-size: 1.2rem;
}

.popup-inner .migrate-wrap div:last-of-type p {
  text-align: center;
}

.popup-inner .migrate-wrap div:last-of-type p:first-of-type {
  margin-bottom: 20px;
}

.popup-inner .migrate-wrap div:last-of-type p:first-of-type a {
  border: none;
  color: #fff;
  background: #0066CC;
}

.popup-inner .migrate-wrap div:last-of-type p a {
  display: block;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .1s;
  transition: .1s;
  padding: 12px;
  font-size: 1.4rem;
  border-radius: 3px;
  border: solid 1px #0066CC;
}

.popup-inner .migrate-wrap div:last-of-type p a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.black-background.pointer-off {
  cursor: auto;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.progressbar .item {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3398e9;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  padding: 20px 0;
}

.progressbar .item:first-child {
  width: 16%;
  padding-left: 3px;
}

.progressbar .item:nth-child(2) {
  width: 28%;
  padding-left: 14px;
}

.progressbar .item:nth-child(3) {
  width: 28%;
  padding-left: 14px;
}

.progressbar .item:last-child {
  width: 28%;
  padding-left: 14px;
}

.progressbar .item:before,
.progressbar .item:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #3198e9;
  margin: auto;
  border-width: 35px;
  border-left-width: 12px;
}

.progressbar .item:before {
  margin-left: 1px;
  border-left-color: #FFF;
}

.progressbar .item.active {
  z-index: 1;
  background: #f07216;
  color: #FFF;
}

.progressbar .item.active:before {
  border-left: none;
}

.progressbar .item.active:after {
  border-left-color: #f07216;
}

.login-data-wrap {
  border: #D2D2D2 solid 1px;
  border-radius: 3px;
  padding: 4%;
  font-weight: bold;
  margin-bottom: 20px;
}

.login-data-wrap + p {
  text-align: center;
  color: #0866CC;
  font-size: 1.4rem;
  cursor: pointer;
}

.login-data-wrap + p:hover {
  color: #f33;
}

.login-data-wrap dl dt {
  font-size: 1.4rem;
  background: #F8F8F8;
  border-radius: 50px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 10px;
}

.login-data-wrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-data-wrap dl dd:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.login-data-wrap dl dd:first-of-type div img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.login-data-wrap dl dd:first-of-type div > span {
  display: block;
  font-size: 1.2rem;
}

.login-data-wrap dl dd:first-of-type div > span:last-of-type {
  font-weight: normal;
}

.login-data-wrap dl dd:last-of-type {
  margin-bottom: 20px;
}

.login-data-wrap dl dd:last-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login-data-wrap dl dd:last-of-type ul li {
  width: 22%;
  margin-right: 4%;
  text-align: center;
}

.login-data-wrap dl dd:last-of-type ul li:last-of-type {
  margin-right: 0;
}

.login-data-wrap dl dd:last-of-type ul li span {
  display: block;
}

.login-data-wrap dl dd:last-of-type ul li span:first-of-type {
  font-size: 1.2rem;
  background: #F8F8F8;
  border-radius: 50px;
}

.login-data-wrap dl dd:last-of-type ul li span:first-of-type:before {
  font-size: 1.3rem;
  color: #FD9C00;
  font-weight: bold;
}

.login-data-wrap dl dd:last-of-type ul li span:last-of-type {
  font-size: 1.4rem;
  font-weight: normal;
}

.login-data-wrap > p {
  text-align: center;
  font-size: 1.4rem;
}

.login-data-wrap > p:first-of-type {
  border-bottom: solid 1px #D2D2D2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.login-data-wrap > p:first-of-type a {
  background: #0066CC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 12px;
  width: 100%;
  outline: none;
  border: none;
  transition: .1s;
  display: block;
}

.login-data-wrap > p:first-of-type a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: .1s;
  transition: .1s;
}

.login-data-wrap > p:first-of-type + p {
  margin-bottom: 10px;
}

.login-data-wrap > p:last-of-type {
  font-weight: normal;
}

/* font */
@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?ehrm9l");
  src: url("fonts/icon.eot?ehrm9l#iefix") format("embedded-opentype"), url("fonts/icon.ttf?ehrm9l") format("truetype"), url("fonts/icon.woff?ehrm9l") format("woff"), url("fonts/icon.svg?ehrm9l#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e900";
  color: #fff;
}

.icon-caution:before {
  content: "\e901";
  color: #fc0000;
}

.icon-check:before {
  content: "\e902";
  color: #65d061;
}

.icon-close:before {
  content: "\e903";
  color: #a4a4a4;
}

.icon-link:before {
  content: "\e904";
  color: #9e9e9e;
}

.icon-pw-blind:before {
  content: "\e905";
  color: #999;
}

.icon-pw-show:before {
  content: "\e906";
  color: #999;
}

.icon-checkin:before {
  content: "\e907";
}
/*# sourceMappingURL=old_account.css.map */
