@charset "utf-8";


article > h1 {
    background: url(../../img/contact/vis.jpg) no-repeat center 0;
    height: 100px;
    padding-top: 32px;
}
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: -7px;
}
article h2 span {
    font-size: 12px;
    line-height: 1.7;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    position: absolute;
    bottom: -32px;
}

#faq h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 15px 20px;
    position: relative;
    margin-top: 40px;
}
#faq  h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
#faq  h2 + p {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 15px 60px;
}

#faq dl {
    margin-bottom: 20px;
}

/* -- detail
-------------------------------------------------------------------------------- */
#detail {
    text-align: left;
    padding-bottom: 80px;
}
#detail h2 {
    font-size: 25px;
    margin-bottom: 18px;
}
#detail h2 + p {
    font-size: 21px;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 0 0 60px;
    max-width: 100%;
}
#detail figure {
    margin: 0 0 40px;
}
#detail figure img {
    width: 100%;
}
#detail h3 {
    font: 700 17px/1 Montserrat, sans-serif;
    color: #034679;
    margin-bottom: 20px;
}
#detail h4 {
    font-size: 12px;
    color: #034679;
    text-align: center;
    display: block;
    padding: 7px 0;
    margin: 0 0 15px;
    width: 140px;
    border: 1px solid #034679;
}
#detail p + h4 {
    margin-top: 35px;
}
#detail h5 {
    font-size: 14px;
    line-height: 1.875;
    margin: 20px 0;
}
#detail p {
    font-size: 14px;
    line-height: 1.64;
    margin-top: 20px;
}
#detail ul.note li {
    font-size: 10px;
    line-height: 1.8;
    text-indent: -1em;
    margin-left: 1em;
}



/* -- activation
-------------------------------------------------------------------------------- */
#activation {
    background: #F5F5F5;
    padding: 80px 15px;
}
#activation h2 {
    font-size: 23px;
    margin-bottom: 40px;
}
#activation h2 + p {
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 1.64;
    text-align: left;
}

#activation > form {
}

#activation > form > div {
  border: 1px solid #c2c2c2;
  border-bottom-width: 0;
}

#activation > form > div:last-of-type {
  border-width: 0 1px 1px 1px;
}

#activation > form > div h3 {
  padding: 20px 50px;
  background: #dcdcdc;
}

#activation > form > div > div {
  padding: 40px 15px;
}

#activation input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

#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"],
#activation input[type="password"]  {
    font-size: 12px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 100%;
    height: 60px;
    border: none;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    box-sizing: border-box;
}

#activation input[type="password"] {
    margin: 0 0 40px 0;
}

#activation input.wrote {
    color: #000;
}

#activation input[type="submit"]:not(#m-card) {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

#activation div input[type="submit"] {
    font-size: 15px;
}

#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: 16px;
  left: 30px;
  z-index: 1;
  width: 13px;
  height: 24px;
  background: url(/img/common/sp/ico_fb.png) center no-repeat;
  background-size: 13px 24px;
}

#activation span.form-ln:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 25px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(/img/common/sp/ico_ln.png) center no-repeat;
    background-size: 24px 24px;
}


#activation span.form-tw:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 25px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background: url(/img/common/sp/ico_x.png) center no-repeat;
  background-size: 25px 25px;
}

#activation input#fb {
  background: #3B5998;
}

#activation input#ln {
    background: #06C755;
  }

#activation input#tw {
  background: #000000;
  margin: 0 !important;
}

#activation input#login {
  background: #c2c2c2;
}

#activation input[type="submit"]#login {
  margin: 0 0 40px 0;
}

#activation input#m-card {
  display: block;
  height: 18px;
  margin: 0 auto 40px;
  padding: 0 0 2px 0;
  border: none;
  border-bottom: 1px solid #034679;
  background: none;
  text-align: center;
  font-size: 100%;
  line-height: 1em;
  color: #034679;
  cursor: pointer;
  overflow: visible;
}

/*
#activation {
    background: #F5F5F5;
    padding: 80px 15px;
}
#activation h2 {
    font-size: 23px;
    margin-bottom: 40px;
}
#activation h2 + p {
    font-size: 14px;
    line-height: 1.64;
    text-align: left;
}
#activation table,
#activation table tbody,
#activation table tr,
#activation table th,
#activation table td {
    text-align: left;
    display: block;
    width: 100%;
}
#activation table {
    padding-top: 55px;
    margin-top: 45px;
    position: relative;
}
#activation table th {
    margin: 40px 0 15px;
}

#activation table td:last-child {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 50%;
}
#activation tr:nth-child(1) td:last-child {
    left: 0;
    padding-right: 10px;
}
#activation tr:nth-child(2) td:last-child {
    right: 0;
    padding-left: 10px;
}

#activation input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#activation input[type="email"],
#activation input[type="text"] {
    font-size: 12px;
    line-height: 20px;
    color: #bababa;
    background: #FFF;
    width: 100%;
    height: 60px;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
}
#activation input.wrote {
    color: #000;
}
#activation input[type="submit"] {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    width: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
}
#activation div input[type="submit"] {
    font-size: 15px;
    margin-top: 40px;
}
#activation input#fb { background: #3B5998; }
#activation input#tw { background: #55acee; }
#activation input#login { background: #c2c2c2; }
#activation input#m-card { background: #034679; }
*/


/* -- twitter
-------------------------------------------------------------------------------- */
#twitter {
    background: url(/img/common/bg_twitter.jpg) no-repeat center 0;
    background-size: auto 100%;
    padding: 70px 10px 0;
    height: 580px;
}
#twitter h2 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 80px;
}
#twitter h2:after {
    background: #FFF;
}
#twitter > div {
    width: 100%;
}


/* -- add
-------------------------------------------------------------------------------- */

#activation_tweet {
    background: #F5F5F5;
    max-width: 100%;
    padding: 60px 10px;
    margin-bottom: 20px;
}
#activation_tweet h2 {
    font-size: 23px;
    margin-bottom: 55px;
}
#activation_tweet h2 + p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 30px;
}


#err-msg-box {
    display: none;
    margin: 50px 0 !important
}

.out-boarder-red {
    border: 2px solid #FF0000;
    margin: 30px 0;
}

#activation input#pin {
    background: #034679;
    width: 100%;
}

#activation #pin-table {
    padding-top: 0px;
    margin-top: -70px;
}

/* 201705 add */
.passReset{
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

.passReset a{
  color: #034679;
  text-decoration: underline;
}
/* end 201705 add */

/*
.passReset{
    top: 36px;
    padding-top: 11px;
    display: block;
}

.passReset a{
    color: #f00;
}
*/
