@charset "utf-8";


article > h1 {
    background: url(../../img/contact/vis.jpg) no-repeat center 0;
    height: 180px;
    padding-top: 50px;
}
article h2 {
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
}
article h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
article h2 span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -28px;
}


#faq  h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 45px;
    margin-bottom: 50px;
}
#faq  h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
#faq  h2 span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -28px;
}

#faq dl {
    margin-bottom: 50px;
}

/* -- detail
-------------------------------------------------------------------------------- */
#detail {
    text-align: left;
    max-width: 1100px;
    padding-bottom: 115px;
    overflow: hidden;
}
#detail h2 {
    font-size: 38px;
    margin-bottom: 18px;
}
#detail h2 + p {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 0 0 120px;
    max-width: 100%;
}
#detail figure {
    width: 36.11%;
    float: right;
    margin: 0 0 40px 60px;
}
#detail figure img {
    width: 100%;
    height: auto;
}
#detail h3 {
    font: 700 24px/1 Montserrat, sans-serif;
    color: #034679;
    margin-bottom: 50px;
}
#detail h4 {
    font-size: 14px;
    color: #034679;
    text-align: center;
    display: block;
    padding: 12px 0;
    margin: 25px 0 15px;
    width: 180px;
    border: 1px solid #034679;
}
#detail h5 {
    font-size: 16px;
    line-height: 1.875;
    margin: 25px 0;
}
#detail p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 15px;
    width: 100%;
    max-width: 630px;
}
#detail ul.note li {
    font-size: 12px;
    line-height: 1.65;
    text-indent: -1em;
    margin-left: 1em;
}



/* -- activation
-------------------------------------------------------------------------------- */
#activation {
    background: #F5F5F5;
    max-width: 100%;
    padding: 120px 10px;
}
#activation h2 {
    font-size: 28px;
    margin-bottom: 55px;
}
#activation h2 + p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 110px;
}

#activation > form {
  display: table;
  text-align: left;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

#activation > form > div {
  display: table-cell;
  width: 50%;
  border: 1px solid #c2c2c2;
}

#activation > form > div:last-of-type {
  border-left-width: 0;
}

#activation > form > div h3 {
  padding: 26px 50px;
  background: #dcdcdc;
}

#activation > form > div > div {
  padding: 50px;
}

#activation input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.pin-input {
   border-left-width: initial !important;
}

#activation input::-webkit-input-placeholder { color: #bababa; }
#activation input:-ms-input-placeholder { color: #bababa; }
#activation input::-moz-placeholder { color: #bababa; }

#activation input[type="email"],
#activation input[type="text"] {
    font-size: 16px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 100%;
    height: 80px;
    margin: 0 0 25px 0;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}

#activation input[type="password"] {
    font-size: 16px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 100%;
    height: 80px;
    margin: 0 0 40px 0;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}

#activation input.wrote {
    color: #000;
}

#activation input[type="submit"]:not(#m-card) {
  width: 100%;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    margin: 0 0 25px 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

#activation span.form-fb,
#activation span.form-ln,
#activation span.form-tw {
  display: block;
  position: relative;
}

#activation span.form-fb:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: 1;
  width: 18px;
  height: 33px;
  background: url(../../img/common/pc/ico_fb.png) center no-repeat;
  background-size: 18px 33px;
}

#activation span.form-ln:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 29px;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: url(../../img/common/pc/ico_ln.png) center no-repeat;
    background-size: 35px 35px;
  }

#activation span.form-tw:before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 33px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../../img/common/pc/ico_x.png) center no-repeat;
  background-size: 30px 30px;
}

#activation input#fb {
  background: #3B5998;
}

#activation input#ln {
    background: #06C755;
}

#activation input#tw {
  background: #000000;
}

#activation input#login {
  background: #c2c2c2;
}

#activation input#m-card {
  display: block;
  height: auto;
  margin: 0 auto 35px;
  padding: 0 0 2px 0;
  border: none;
  border-bottom: 1px solid #034679;
  background: none;
  text-align: center;
  line-height: 1em;
  color: #034679;
  cursor: pointer;
}

#activation input[type="submit"]:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*
#activation {
    background: #F5F5F5;
    max-width: 100%;
    padding: 120px 10px;
}
#activation h2 {
    font-size: 28px;
    margin-bottom: 55px;
}
#activation h2 + p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 110px;
}
#activation table {
    text-align: left;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
#activation table th,
#activation table td {
    padding-bottom: 50px;
}
#activation table th {
    width: 150px;
}
#activation table td:last-child {
    width: 245px;
}
#activation div {
    text-align: left;
    width: 100%;
    max-width: 1080px;
    padding: 0 245px 0 150px;
    margin: auto;
    box-sizing: border-box;
}
#activation input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#activation input[type="email"],
#activation input[type="text"] {
    font-size: 16px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 86%;
    height: 80px;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}
#activation input[type="password"] {
    font-size: 16px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 86%;
    height: 80px;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}

#activation input.wrote {
    color: #000;
}
#activation input[type="submit"] {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    padding: 0;
    border: none;
    cursor: pointer;
}
#activation input#fb { background: #3B5998; width: 245px; }
#activation input#tw { background: #55acee; width: 245px; }
#activation input#login { background: #c2c2c2; width: 30%; margin-right: 6%; }
#activation input#m-card { background: #034679; width: 50%; }
#activation input[type="submit"]:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#activation input#login:hover { background: #034679; }
@media screen and (max-width: 980px) {
    #activation input#tw,
    #activation input#fb,
    #activation table td:last-child {
        width: 185px;
    }
    #activation div {
        padding-right: 185px;
    }
}
*/


/* -- twitter
-------------------------------------------------------------------------------- */
#twitter {
    background: url(/img/common/bg_twitter.jpg) no-repeat center 0;
    background-size: cover;
    max-width: 100%;
    padding: 120px 10px 0;
    height: 790px;
}
#twitter h2 {
        font: 400 28px/1.25 Montserrat, sans-serif;
    color: #FFF;
    margin-bottom: 105px;
}
#twitter h2:after {
    background: #FFF;
}
#twitter > div {
    width: 100%;
    max-width: 520px;
    margin: auto;
}

/* -- add
-------------------------------------------------------------------------------- */

#activation_tweet {
    background: #F5F5F5;
    max-width: 100%;
    padding: 60px 10px;
    margin-bottom: 20px;
}
#activation_tweet h2 {
    font-size: 28px;
    margin-bottom: 55px;
}
#activation_tweet h2 + p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 30px;
}


#err-msg-box {
    display: none;
    margin-bottom: 50px !important;
    padding: 20px !important;
}

.out-boarder-red {
    border: 2px solid #FF0000;
}


#activation input#pin {
    background: #034679;
    width: 50%;
    float: right;
}

#activation #serial{
    width: 100%;
}

/* 201705 add */
.passReset{
  display: block;
  font-size: 12px;
  line-height: 22px;
}

.passReset a{
  color: #034679;
  text-decoration: underline;
}
/* end 201705 add */

/*
.passReset{
    top: 36px;
    padding-top: 11px;
    display: block;
}

.passReset a{
    color: #f00;
}
*/
