@charset 'utf-8';

/* --------------------------------------------------
  Overwrite - "common.css"
-------------------------------------------------- */

/** SITE HEADER Overwrite
==============================================*/
.masthead .row {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* Close Button
-------------------------------------------------- */
.close {
  font-size: 11px;
  font-size: 1.1rem;
  cursor: pointer;
}
.close span {
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.25em 0 0;
}
.masthead .mh-headline {
  border-top: 0;
}
.masthead .mh-status {
  display: none;
}

/* --------------------------------------------------
  Overwrite - "style.css"
-------------------------------------------------- */
.input-title-area h2 {
  background: none;
  padding: 0;
}
.input-title-area p {
  font-size: 14px;
  font-size: 1.4rem;
}
.box li:nth-child(odd), #address li:nth-child(odd) {
  width: 26.5%;
}
.box li:nth-child(even), #address li:nth-child(even) {
  width: 73.5%;
}
.remark {
  text-align: center;
}

/*#terms .fr.norton {
  display: none;
} 
#terms .fl {
  float: none;
  width: 100%;
}*/

.category.login {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 0 60px;
}
.category.reissue {
  padding: 0;
}
.category.attention {
  width: 100%;
  background-color: #eaeaea;
  padding: 25px 0;
  text-align: center;
  margin: 25px 0 35px;
}
.caterory.announcement {
  text-align: center;
  padding: 60px 0 25px;
}
.caterory.announcement h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 35px;
}

.submit_btn.close_btn {
  margin-bottom:160px;
}

.submit_btn.close_btn p {
  position: relative;
  background: none;
  font-size: 16px;
  font-weight: normal;
}
.submit_btn.close_btn p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  font-size: 1.5em;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/close.svg) no-repeat 50% 50%;
}

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

  /* --------------------------------------------------
    Overwrite - "style.css"
  -------------------------------------------------- */
  .box li:nth-child(odd), #address li:nth-child(odd) {
    width: 100%;
  }
  .box li:nth-child(even), #address li:nth-child(even) {
    width: 100%;
  }
  .category.login .box ul {
    padding: 0 30px 0 60px;
  }

}