@charset "UTF-8";
/* smartphone layout break point*/
/* max width device : iPhone6 plus(Landscape) */
/* line 5, ../scss/form.scss */
input[type="text"],
input[type="password"],
input[type="email"] {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6em;
  width: 100%;
  border: 0;
  border: solid 1px #c9d7e7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
}

/* line 19, ../scss/form.scss */
input::placeholder {
  color: #999;
}

/* IE */
/* line 26, ../scss/form.scss */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
/* line 33, ../scss/form.scss */
input::-ms-input-placeholder {
  color: #999;
}

@media only screen and (max-width: 736px) {
  /* line 38, ../scss/form.scss */
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-size: 1.3rem;
    line-height: 1.6em;
    width: 100%;
    padding: 8px;
  }
}
/* line 49, ../scss/form.scss */
input[type="radio"] {
  display: none;
}

/* line 52, ../scss/form.scss */
input[type="radio"] + .radio-icon:before {
  content: "\ea56";
  font-family: "icomoon";
  color: #ccc;
  font-size: 16px;
  margin-right: 10px;
}

/* line 60, ../scss/form.scss */
input[type="radio"]:checked + .radio-icon:before {
  content: "\ea54";
  color: #348ced;
}

/* line 65, ../scss/form.scss */
input[type="checkbox"] {
  display: none;
}

/* line 69, ../scss/form.scss */
input[type="checkbox"] + .checkbox-icon:before {
  content: "\ea53";
  font-family: "icomoon";
  color: #ccc;
  font-size: 16px;
}

/* line 76, ../scss/form.scss */
input[type="checkbox"]:checked + .checkbox-icon:before {
  content: "\ea52";
  color: #348ced;
}

/* line 84, ../scss/form.scss */
.colomn1 .contents__block {
  width: 100%;
}

/* line 91, ../scss/form.scss */
.colomn2 .contents {
  display: flex;
}
@media only screen and (max-width: 736px) {
  /* line 91, ../scss/form.scss */
  .colomn2 .contents {
    display: block;
  }
}
/* line 96, ../scss/form.scss */
.colomn2 .contents .contents__block {
  width: calc( 80% - 30px);
  margin-left: 30px;
}
@media only screen and (max-width: 736px) {
  /* line 96, ../scss/form.scss */
  .colomn2 .contents .contents__block {
    width: 100%;
    margin-left: 0;
  }
}
/* line 104, ../scss/form.scss */
.colomn2 .contents .contents__side {
  width: 20%;
}
@media only screen and (max-width: 736px) {
  /* line 104, ../scss/form.scss */
  .colomn2 .contents .contents__side {
    width: 100%;
  }
}

/* line 113, ../scss/form.scss */
.login {
  background-image: url(/resources/images/login/kv.jpg);
  min-height: 100vh;
  background-size: 100% auto;
  background-position: top;
}
@media only screen and (max-width: 736px) {
  /* line 113, ../scss/form.scss */
  .login {
    background-image: none;
  }
}
/* line 121, ../scss/form.scss */
.login main {
  padding-bottom: 0;
}
/* line 124, ../scss/form.scss */
.login .bg_white {
  background-color: #fff;
}
/* line 127, ../scss/form.scss */
.login header {
  background-color: #fff;
}
/* line 130, ../scss/form.scss */
.login .kv {
  height: 450px;
}
@media only screen and (max-width: 900px) {
  /* line 130, ../scss/form.scss */
  .login .kv {
    background-image: url(/resources/images/login/kv.jpg);
    background-size: cover;
    background-position: top;
  }
}
/* line 137, ../scss/form.scss */
.login .kv__form {
  width: 300px;
  position: absolute;
  top: 20px;
  right: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 900px) {
  /* line 137, ../scss/form.scss */
  .login .kv__form {
    width: auto;
    max-width: 450px;
    position: relative;
    margin: auto;
    top: 20px;
    right: 0;
  }
}
@media only screen and (max-width: 736px) {
  /* line 137, ../scss/form.scss */
  .login .kv__form {
    width: auto;
    max-width: 350px;
    position: relative;
    margin: auto;
  }
}
/* line 160, ../scss/form.scss */
.login .kv__form p {
  padding: 0 10px;
  margin-top: 5px;
  font-size: 1.4rem;
}
/* line 165, ../scss/form.scss */
.login .kv__form h2 {
  color: #004ea2;
  padding: 0 10px;
  margin: 0;
  font-size: 1.6rem;
}
/* line 171, ../scss/form.scss */
.login .kv__form p.kigou_bangou {
  display: flex;
  align-items: center;
}
/* line 174, ../scss/form.scss */
.login .kv__form p.kigou_bangou input[type="text"].kigou {
  width: 45%;
}
/* line 177, ../scss/form.scss */
.login .kv__form p.kigou_bangou input[type="text"].bangou {
  width: 45%;
}
/* line 180, ../scss/form.scss */
.login .kv__form p.kigou_bangou span {
  width: 10%;
  text-align: center;
}
/* line 186, ../scss/form.scss */
.login .kv__form .ps_remind a {
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  display: block;
}
/* line 191, ../scss/form.scss */
.login .kv__form .ps_remind a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background-image: url(/resources/images/common/arrow_sk.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  top: 6px;
  left: 15px;
}
/* line 206, ../scss/form.scss */
.login .kv__form .item_btn input[type="submit"] {
  width: 100%;
}
/* line 209, ../scss/form.scss */
.login .kv__form .item_btn.activation_btn {
  margin-top: 40px;
}
/* line 211, ../scss/form.scss */
.login .kv__form .item_btn.activation_btn input[type="submit"] {
  background-color: #ff5858;
  box-shadow: 0 4px #ffb9b9;
  background-image: url(/resources/images/login/icon-pencil.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 10px center;
  font-size: 1.4rem;
}
/* line 222, ../scss/form.scss */
.login .kv__form .item_btn.login_btn input[type="submit"] {
  background-image: url(/resources/images/login/icon-rock.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 10px center;
  font-size: 1.4rem;
}
/* line 231, ../scss/form.scss */
.login .kv__form__chara {
  width: 70px;
  height: auto;
  position: absolute;
  top: -10px;
  right: -40px;
}
@media only screen and (max-width: 736px) {
  /* line 231, ../scss/form.scss */
  .login .kv__form__chara {
    width: 50px;
    right: -10px;
  }
}
/* line 241, ../scss/form.scss */
.login .kv__form__chara img {
  width: 100%;
}
/* line 246, ../scss/form.scss */
.login .kv .wrapper {
  max-width: 1000px;
  position: relative;
}
/* line 251, ../scss/form.scss */
.login .description {
  padding: 50px 0;
  background-color: #fff;
}
@media only screen and (max-width: 736px) {
  /* line 251, ../scss/form.scss */
  .login .description {
    padding: 15px 0 20px;
  }
}
/* line 257, ../scss/form.scss */
.login .description__text {
  font-size: 1.8rem;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  /* line 257, ../scss/form.scss */
  .login .description__text {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 10px;
  }
}
/* line 267, ../scss/form.scss */
.login .description__img {
  width: 250px;
  margin: auto;
}
/* line 270, ../scss/form.scss */
.login .description__img img {
  width: 100%;
}
/* line 275, ../scss/form.scss */
.login .feature {
  padding: 50px 0;
  background-image: url(/resources/images/login/bg_news.png);
}
@media only screen and (max-width: 736px) {
  /* line 275, ../scss/form.scss */
  .login .feature {
    padding: 15px 0 20px;
  }
}
/* line 281, ../scss/form.scss */
.login .feature__icons {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  /* line 281, ../scss/form.scss */
  .login .feature__icons {
    width: 500px;
    min-width: inherit;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  /* line 281, ../scss/form.scss */
  .login .feature__icons {
    width: 320px;
    min-width: inherit;
  }
}
/* line 293, ../scss/form.scss */
.login .feature__icons li {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 150px;
  box-sizing: border-box;
  background-position: center 30px;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  /* line 293, ../scss/form.scss */
  .login .feature__icons li {
    width: 150px;
    height: 150px;
    padding-top: 80px;
    font-size: 1.4rem;
  }
  /* line 311, ../scss/form.scss */
  .login .feature__icons li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 314, ../scss/form.scss */
  .login .feature__icons li:nth-child(3), .login .feature__icons li:nth-child(4) {
    margin-top: 10px;
  }
}
/* line 319, ../scss/form.scss */
.login .feature__icons li:nth-child(1) {
  background-image: url(/resources/images/login/feature_01.png);
  background-size: 100px 100px;
}
@media only screen and (max-width: 736px) {
  /* line 319, ../scss/form.scss */
  .login .feature__icons li:nth-child(1) {
    background-size: 50px 50px;
  }
}
/* line 326, ../scss/form.scss */
.login .feature__icons li:nth-child(2) {
  background-image: url(/resources/images/login/feature_02.png);
  background-size: 100px 100px;
}
@media only screen and (max-width: 736px) {
  /* line 326, ../scss/form.scss */
  .login .feature__icons li:nth-child(2) {
    background-size: 50px 50px;
  }
}
/* line 333, ../scss/form.scss */
.login .feature__icons li:nth-child(3) {
  background-image: url(/resources/images/login/feature_03.png);
  background-size: 110px 110px;
}
@media only screen and (max-width: 736px) {
  /* line 333, ../scss/form.scss */
  .login .feature__icons li:nth-child(3) {
    background-size: 50px 50px;
  }
}
/* line 340, ../scss/form.scss */
.login .feature__icons li:nth-child(4) {
  background-image: url(/resources/images/login/feature_04.png);
  background-size: 120px 120px;
}
@media only screen and (max-width: 736px) {
  /* line 340, ../scss/form.scss */
  .login .feature__icons li:nth-child(4) {
    background-size: 50px 50px;
  }
}
/* line 350, ../scss/form.scss */
.login .feature__table.p3 {
  background-color: #fff;
  margin: 30px auto;
  max-width: 1000px;
}
/* line 354, ../scss/form.scss */
.login .feature__table.p3 td {
  background-color: #fff;
}
/* line 357, ../scss/form.scss */
.login .feature__table.p3 caption {
  font-size: 1.6rem;
  text-align: left;
  padding: 10px 0;
}
@media only screen and (max-width: 736px) {
  /* line 363, ../scss/form.scss */
  .login .feature__table.p3 thead {
    display: none;
  }
  /* line 366, ../scss/form.scss */
  .login .feature__table.p3 tr {
    display: block;
  }
  /* line 369, ../scss/form.scss */
  .login .feature__table.p3 td,
  .login .feature__table.p3 th {
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  /* line 376, ../scss/form.scss */
  .login .feature__table.p3 tr:last-child td:last-child {
    border-bottom: none;
  }
  /* line 379, ../scss/form.scss */
  .login .feature__table.p3 th {
    background-color: #348ced;
    color: #fff;
  }
  /* line 383, ../scss/form.scss */
  .login .feature__table.p3 span {
    display: block;
    padding: 10px;
  }
  /* line 386, ../scss/form.scss */
  .login .feature__table.p3 span.th {
    color: #385498;
    background-color: #deedfe;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  /* line 393, ../scss/form.scss */
  .login .feature__table.p3 td {
    padding: 0;
  }
}
/* line 400, ../scss/form.scss */
.login .app_download {
  background-color: #deedfe;
  padding-bottom: 150px;
  padding-top: 30px;
}
@media only screen and (max-width: 736px) {
  /* line 400, ../scss/form.scss */
  .login .app_download {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
/* line 408, ../scss/form.scss */
.login .app_download h2 {
  height: 176px;
  background-color: #fff;
  background-image: url(/resources/images/login/h2_bg.png);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (max-width: 736px) {
  /* line 408, ../scss/form.scss */
  .login .app_download h2 {
    height: 120px;
  }
}
/* line 418, ../scss/form.scss */
.login .app_download h2 span {
  width: 800px;
  margin: auto;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 418, ../scss/form.scss */
  .login .app_download h2 span {
    width: 90%;
  }
  /* line 425, ../scss/form.scss */
  .login .app_download h2 span img {
    width: 60%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 418, ../scss/form.scss */
  .login .app_download h2 span {
    width: 95%;
  }
  /* line 431, ../scss/form.scss */
  .login .app_download h2 span img {
    width: 300px;
  }
}
/* line 437, ../scss/form.scss */
.login .app_download .wrapper {
  position: relative;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 900px) {
  /* line 437, ../scss/form.scss */
  .login .app_download .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 437, ../scss/form.scss */
  .login .app_download .wrapper {
    width: 95%;
  }
}
/* line 448, ../scss/form.scss */
.login .app_download .box {
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 454, ../scss/form.scss */
.login .app_download__image {
  position: absolute;
  top: -250px;
  right: 5%;
}
@media only screen and (max-width: 736px) {
  /* line 454, ../scss/form.scss */
  .login .app_download__image {
    width: 100px;
    top: -50px;
  }
  /* line 461, ../scss/form.scss */
  .login .app_download__image img {
    width: 100%;
  }
}
/* line 466, ../scss/form.scss */
.login .app_download h3 {
  color: #2fc6a5;
  font-size: 2.6rem;
  padding-left: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 736px) {
  /* line 466, ../scss/form.scss */
  .login .app_download h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
/* line 476, ../scss/form.scss */
.login .app_download__checkpoint {
  padding-left: 20px;
}
/* line 478, ../scss/form.scss */
.login .app_download__checkpoint li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 736px) {
  /* line 478, ../scss/form.scss */
  .login .app_download__checkpoint li {
    font-size: 1.4rem;
  }
}
/* line 486, ../scss/form.scss */
.login .app_download__checkpoint li:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url(/resources/images/login/check.png);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 1px;
}
/* line 500, ../scss/form.scss */
.login .app_download__url {
  width: 560px;
  margin: auto;
  display: flex;
  align-content: center;
}
@media only screen and (max-width: 736px) {
  /* line 500, ../scss/form.scss */
  .login .app_download__url {
    width: 280px;
  }
}
/* line 508, ../scss/form.scss */
.login .app_download__url li {
  width: 49%;
  margin-right: 1%;
  text-align: center;
}
/* line 512, ../scss/form.scss */
.login .app_download__url li a {
  width: 200px;
  display: block;
  margin: 5px auto;
}
@media only screen and (max-width: 736px) {
  /* line 512, ../scss/form.scss */
  .login .app_download__url li a {
    width: 120px;
  }
}
/* line 519, ../scss/form.scss */
.login .app_download__url li a img {
  width: 100%;
}
/* line 523, ../scss/form.scss */
.login .app_download__url li span {
  display: flex;
  align-items: center;
  align-content: center;
  height: 200px;
}
@media only screen and (max-width: 736px) {
  /* line 523, ../scss/form.scss */
  .login .app_download__url li span {
    display: none;
  }
}
/* line 531, ../scss/form.scss */
.login .app_download__url li span img {
  margin: auto;
}
/* line 537, ../scss/form.scss */
.login .app_download__notes {
  width: 80%;
  margin: 20px auto;
}
/* line 540, ../scss/form.scss */
.login .app_download__notes li {
  font-size: 1.2rem;
  text-align: left;
  text-indent: -1.2em;
}
/* line 547, ../scss/form.scss */
.login .app_download__send a {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 30px center;
  background-image: url(/resources/images/login/icon_reply.png);
  display: block;
  margin: auto;
  border: 1px solid #004ea2;
  width: 25em;
  padding: 10px 10px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  /* line 547, ../scss/form.scss */
  .login .app_download__send a {
    display: none;
  }
}

/* line 570, ../scss/form.scss */
.activation h1,
.pw_remind h1 {
  font-size: 2.4rem;
  margin: 1em 0 0.5em;
}
@media only screen and (max-width: 736px) {
  /* line 570, ../scss/form.scss */
  .activation h1,
  .pw_remind h1 {
    font-size: 1.8rem;
  }
}
/* line 577, ../scss/form.scss */
.activation strong,
.pw_remind strong {
  font-weight: normal;
  color: #ff5858;
}
/* line 581, ../scss/form.scss */
.activation .lead,
.pw_remind .lead {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  /* line 581, ../scss/form.scss */
  .activation .lead,
  .pw_remind .lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* line 590, ../scss/form.scss */
.activation .box,
.pw_remind .box {
  max-width: 700px;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  /* line 590, ../scss/form.scss */
  .activation .box,
  .pw_remind .box {
    padding: 10px 15px;
    text-align: left;
  }
}
/* line 597, ../scss/form.scss */
.activation .box figure,
.pw_remind .box figure {
  width: 100%;
  margin: 1em auto;
}
/* line 600, ../scss/form.scss */
.activation .box figure img,
.pw_remind .box figure img {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  /* line 597, ../scss/form.scss */
  .activation .box figure,
  .pw_remind .box figure {
    width: 100%;
  }
  /* line 605, ../scss/form.scss */
  .activation .box figure img,
  .pw_remind .box figure img {
    width: 100%;
  }
}
/* line 610, ../scss/form.scss */
.activation .box .form_area,
.pw_remind .box .form_area {
  padding: 0;
}
/* line 612, ../scss/form.scss */
.activation .box .form_area span,
.pw_remind .box .form_area span {
  display: block;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 736px) {
  /* line 610, ../scss/form.scss */
  .activation .box .form_area,
  .pw_remind .box .form_area {
    padding: 10px 0 0;
  }
}
/* line 620, ../scss/form.scss */
.activation .box .form_area table,
.pw_remind .box .form_area table {
  border: none;
}
/* line 622, ../scss/form.scss */
.activation .box .form_area table tr, .activation .box .form_area table td, .activation .box .form_area table th,
.pw_remind .box .form_area table tr,
.pw_remind .box .form_area table td,
.pw_remind .box .form_area table th {
  border: none;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  /* line 622, ../scss/form.scss */
  .activation .box .form_area table tr, .activation .box .form_area table td, .activation .box .form_area table th,
  .pw_remind .box .form_area table tr,
  .pw_remind .box .form_area table td,
  .pw_remind .box .form_area table th {
    display: inline-block;
  }
}
/* line 629, ../scss/form.scss */
.activation .box .form_area table th,
.pw_remind .box .form_area table th {
  vertical-align: top;
  padding-top: 1.1em;
  width: 10em;
}
@media only screen and (max-width: 736px) {
  /* line 629, ../scss/form.scss */
  .activation .box .form_area table th,
  .pw_remind .box .form_area table th {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 736px) {
  /* line 640, ../scss/form.scss */
  .activation .box .form_area table tr, .activation .box .form_area table td,
  .pw_remind .box .form_area table tr,
  .pw_remind .box .form_area table td {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 649, ../scss/form.scss */
.activation .box .form_area td.kigou_bangou input[type="text"].kigou,
.pw_remind .box .form_area td.kigou_bangou input[type="text"].kigou {
  width: 30%;
}
/* line 652, ../scss/form.scss */
.activation .box .form_area td.kigou_bangou input[type="text"].bangou,
.pw_remind .box .form_area td.kigou_bangou input[type="text"].bangou {
  width: 30%;
}
/* line 656, ../scss/form.scss */
.activation .box .form_area input[type="text"].midium,
.pw_remind .box .form_area input[type="text"].midium {
  width: 60%;
}
/* line 660, ../scss/form.scss */
.activation .box ul,
.pw_remind .box ul {
  padding-left: 1.0em;
  margin-bottom: 1.5em;
}
/* line 663, ../scss/form.scss */
.activation .box ul li,
.pw_remind .box ul li {
  text-indent: -1.0em;
}
/* line 667, ../scss/form.scss */
.activation .box strong.blue,
.pw_remind .box strong.blue {
  color: #004ea2;
}
/* line 671, ../scss/form.scss */
.activation .notes,
.pw_remind .notes {
  max-width: 950px;
  margin: auto;
  text-align: left;
  margin-bottom: 3em;
  color: #ff5858;
}
/* line 677, ../scss/form.scss */
.activation .notes.blue,
.pw_remind .notes.blue {
  color: #222;
}
@media only screen and (max-width: 736px) {
  /* line 671, ../scss/form.scss */
  .activation .notes,
  .pw_remind .notes {
    width: 100%;
  }
}
/* line 683, ../scss/form.scss */
.activation .notes strong,
.pw_remind .notes strong {
  font-weight: bold;
}
/* line 686, ../scss/form.scss */
.activation .notes p,
.pw_remind .notes p {
  text-align: left;
  font-size: 1.4rem;
}
/* line 690, ../scss/form.scss */
.activation .notes ul,
.pw_remind .notes ul {
  padding-left: 1.5em;
}
/* line 693, ../scss/form.scss */
.activation .notes li,
.pw_remind .notes li {
  text-indent: -1.1em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 736px) {
  /* line 693, ../scss/form.scss */
  .activation .notes li,
  .pw_remind .notes li {
    font-size: 1.2rem;
  }
}
/* line 701, ../scss/form.scss */
.activation .help,
.pw_remind .help {
  max-width: 440px;
  padding: 10px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ccc;
}
/* line 707, ../scss/form.scss */
.activation .help strong,
.pw_remind .help strong {
  color: #004ea2;
  font-weight: bold;
}
/* line 712, ../scss/form.scss */
.activation .detail,
.pw_remind .detail {
  text-align: right;
}
/* line 715, ../scss/form.scss */
.activation h2,
.pw_remind h2 {
  padding: 0;
  margin: 0;
  color: #004ea2;
  font-size: 2.0rem;
}
@media only screen and (max-width: 736px) {
  /* line 715, ../scss/form.scss */
  .activation h2,
  .pw_remind h2 {
    font-size: 1.6rem;
  }
}
/* line 724, ../scss/form.scss */
.activation h3,
.pw_remind h3 {
  border-left: 3px solid #348ced;
  font-size: 1.6rem;
  padding-left: 1em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 736px) {
  /* line 724, ../scss/form.scss */
  .activation h3,
  .pw_remind h3 {
    font-size: 1.5rem;
  }
}

/* line 736, ../scss/form.scss */
.preference .box {
  margin: 10px auto;
}
/* line 739, ../scss/form.scss */
.preference table {
  border: none;
  max-width: 800px;
  margin-bottom: 50px;
  border-spacing: 5px;
  border-collapse: inherit;
}
/* line 745, ../scss/form.scss */
.preference table.noStyle {
  margin-bottom: 0;
}
/* line 748, ../scss/form.scss */
.preference table tr,
.preference table td,
.preference table th {
  text-align: left;
  border: none;
  border-spacing: 5px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 736px) {
  /* line 748, ../scss/form.scss */
  .preference table tr,
  .preference table td,
  .preference table th {
    font-size: 1.4rem;
  }
}
/* line 759, ../scss/form.scss */
.preference table td:nth-child(2n-1) {
  width: 40%;
  text-align: right;
  background-color: #deedfe;
}
/* line 763, ../scss/form.scss */
.preference table td:nth-child(2n-1).noStyle {
  background-color: transparent;
}
/* line 766, ../scss/form.scss */
.preference table td:nth-child(2n-1).center {
  text-align: center;
}
/* line 770, ../scss/form.scss */
.preference table select {
  width: 100%;
  padding: 5px 0;
}
/* line 774, ../scss/form.scss */
.preference table input[type="text"] {
  width: 100%;
}
/* line 776, ../scss/form.scss */
.preference table input[type="text"].midium {
  width: 80%;
}
/* line 779, ../scss/form.scss */
.preference table input[type="text"].small {
  width: 5em;
}
@media only screen and (max-width: 736px) {
  /* line 739, ../scss/form.scss */
  .preference table {
    margin-bottom: 50px;
    width: 100%;
  }
  /* line 786, ../scss/form.scss */
  .preference table td,
  .preference table th,
  .preference table td:nth-child(2n-1) {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
  }
}
/* line 798, ../scss/form.scss */
.preference h3.center,
.preference p.center {
  text-align: center;
}
/* line 802, ../scss/form.scss */
.preference .message {
  width: 800px;
  margin: auto;
  text-align: left;
  margin-bottom: 1em;
  color: #ff5858;
}
@media only screen and (max-width: 736px) {
  /* line 802, ../scss/form.scss */
  .preference .message {
    width: 100%;
  }
}
/* line 811, ../scss/form.scss */
.preference .message strong {
  font-weight: bold;
}
/* line 814, ../scss/form.scss */
.preference .message p {
  text-align: left;
}
/* line 817, ../scss/form.scss */
.preference .message ul {
  padding-left: 1.5em;
}
/* line 820, ../scss/form.scss */
.preference .message li {
  text-indent: -1.1em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 736px) {
  /* line 820, ../scss/form.scss */
  .preference .message li {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=form.css.map */
