@charset "UTF-8";
/* media query */
body.about nav.navStd ul li.about a {
  background-color: #f5f5f5;
  color: #222;
}

body.pass nav.navStd ul li.pass a {
  background-color: #f5f5f5;
  color: #222;
}

.firstCopy {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .firstCopy {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstCopy {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.firstCopy {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .firstCopy {
    text-align: left;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstCopy {
    margin-bottom: 50px;
  }
}
.firstCopy > h3 {
  font-size: 1.5em;
  line-height: 150%;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.firstCopy p {
  margin-bottom: 30px;
}
.firstCopy p.link {
  text-align: center;
}
.firstCopy p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
.firstCopy p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.firstCopy p.link a {
  background-color: #222;
  color: #fff;
}
.firstCopy p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
.firstCopy p.link a {
  padding: 15px 40px 15px 25px;
}
@media screen and (max-width: 960px) {
  .firstCopy p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.firstCopy p.link a:hover::after {
  right: 15px;
}
.firstCopy p {
  font-size: 1.1em;
}

.contentsBlock {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.contentsBlock {
  margin: 30px auto;
  clear: both;
}
.contentsBlock h3 {
  font-size: 1.4em;
  padding: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
}
.contentsBlock p {
  margin-bottom: 30px;
}
.contentsBlock p.link {
  text-align: center;
}
.contentsBlock p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
.contentsBlock p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.contentsBlock p.link a {
  background-color: #222;
  color: #fff;
}
.contentsBlock p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
.contentsBlock p.link a {
  padding: 15px 40px 15px 25px;
}
@media screen and (max-width: 960px) {
  .contentsBlock p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.contentsBlock p.link a:hover::after {
  right: 15px;
}
.contentsBlock .repeatBox {
  width: 100%;
  margin: 0 auto 40px;
}
.contentsBlock .repeatBox h4 {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.2rem 1rem;
  border-left: 8px solid #000;
  background-color: #f0f0f0;
}
.contentsBlock .repeatBox p {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox p {
    padding-left: 10px;
  }
}
.contentsBlock .repeatBox .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 {
    display: block;
  }
}
.contentsBlock .repeatBox .col2 li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 li:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contentsBlock .repeatBox .col2 li.wide {
  width: 100%;
  margin-bottom: 40px;
}
.contentsBlock .repeatBox .col2 li.wide img {
  max-width: 480px;
}
.contentsBlock .repeatBox .col2 li p {
  padding-left: 0;
  margin: 20px 0;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 li p {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.contentsBlock .repeatBox .col2 li p.mt0 {
  margin: 0 0 20px;
}
.contentsBlock .repeatBox .col2 li p.note {
  font-size: 0.9em;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 li p.note {
    margin: 20px 0 0;
    font-size: 0.8em;
    text-indent: 0;
    padding-left: 0;
  }
}
.contentsBlock .repeatBox .col2 li p.headline_small {
  position: relative;
  padding-left: 1em;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox .col2 li p.headline_small {
    text-indent: 0;
  }
}
.contentsBlock .repeatBox .col2 li p.headline_small::before {
  position: absolute;
  content: "▼";
  font-weight: bold;
  font-size: 75%;
  color: #666;
  text-indent: -1.3em;
}
.contentsBlock .howtoBox {
  width: 100%;
  background: url(../../common/images/bg_gray.png);
  padding: 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 668px) {
  .contentsBlock .howtoBox {
    padding: 15px;
  }
}
.contentsBlock .howtoBox h4 {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.contentsBlock .howtoBox ol.number {
  counter-reset: li;
  margin-bottom: 20px;
}
.contentsBlock .howtoBox ol.number > li {
  list-style: none;
  position: relative;
  padding-left: 3em;
  margin-bottom: 10px;
}
.contentsBlock .howtoBox ol.number > li span {
  font-size: 0.8em;
}
.contentsBlock .howtoBox ol.number > li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  margin-right: 2em;
  background: #000;
  color: #ffffff;
  text-align: center;
  width: 2em;
  height: 1.8em;
  position: absolute;
  left: 0em;
  top: 4px;
  line-height: 1.6;
}
.contentsBlock .howtoBox ul.kome li {
  text-align: left;
  font-size: 0.8em;
}
.contentsBlock .howtoBox ul.kome li:before {
  content: "※";
}

div.pamphletArea {
  margin-top: 40px;
}
div.pamphletArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  div.pamphletArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.pamphletArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
div.pamphletArea > section .link {
  max-width: 450px;
  margin: auto;
}
div.pamphletArea > section .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
div.pamphletArea > section .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
div.pamphletArea > section .link a {
  color: #222;
}
div.pamphletArea > section .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
div.pamphletArea > section .link a {
  padding: 15px 40px 15px 25px;
}
@media screen and (max-width: 960px) {
  div.pamphletArea > section .link a {
    padding: 10px 35px 10px 15px;
  }
}
div.pamphletArea > section .link a:hover::after {
  right: 15px;
}
div.pamphletArea > section .link a {
  padding: 25px 30px 25px 60px;
  background-color: #eee;
  letter-spacing: 3px;
  display: flex;
}
@media screen and (max-width: 668px) {
  div.pamphletArea > section .link a {
    padding: 10px;
  }
}
div.pamphletArea > section .link a span {
  display: block;
  margin: auto;
  text-align: center;
}
div.telArea {
  background: url(../../common/images/bg_gray.png);
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}
div.telArea p {
  margin-bottom: 0;
}
div.telArea p:first-child {
  font-size: 1.2em;
}
div.telArea p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
div.telArea p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
div.telArea p.tel {
  margin-bottom: 5px;
}
@media screen and (max-width: 668px) {
  div.telArea p.tel {
    line-height: 150%;
  }
}
div.telArea p.tel a {
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 668px) {
  div.telArea p.tel a {
    display: block;
  }
}
div.telArea p.tel a::before {
  width: 20px;
  height: 20px;
  background-size: cover;
  vertical-align: inherit;
  margin-right: 8px;
}
div.telArea p.link {
  margin-top: 20px;
}
div.telArea p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
div.telArea p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
div.telArea p.link a {
  color: #222;
}
div.telArea p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
div.telArea p.link a {
  padding: 15px 40px 15px 25px;
}
@media screen and (max-width: 960px) {
  div.telArea p.link a {
    padding: 10px 35px 10px 15px;
  }
}
div.telArea p.link a:hover::after {
  right: 15px;
}
div.telArea p.link a {
  background-color: #fff;
  letter-spacing: 2px;
}

.errmsg {
  text-align: center;
  color: #f00;
  margin: 10px 0;
}

.checkText {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
  font-size: 1.2em;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) {
  .checkText {
    margin-bottom: 30px;
  }
}

.loginArea {
  margin-bottom: 80px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .loginArea {
    margin-bottom: 50px;
  }
}
.loginArea table {
  width: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table {
    width: 100%;
  }
}
.loginArea table th,
.loginArea table td {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table th,
  .loginArea table td {
    display: block;
    text-align: center;
  }
}
.loginArea table th {
  width: 164px;
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table th {
    width: auto;
    text-align: center;
  }
}
.loginArea table td input {
  background-color: transparent;
  border: 1px solid #222;
  padding: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table td input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
  }
}
.loginArea div.submitBtn {
  text-align: center;
}
.loginArea div.submitBtn input[type=submit] {
  padding: 10px 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea div.submitBtn input[type=submit] {
    width: 100%;
  }
}
.loginArea div.submitBtn .submit_btn1 {
  width: 250px;
}
.loginArea div.submitBtn .submit_btn2 {
  width: 250px;
}
.loginArea div.submitBtn .submit_btn3 {
  width: 250px;
}
.loginArea div.directLink {
  margin-top: 40px;
}
.loginArea .formLayout th,
.loginArea .formLayout td {
  text-align: left;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea .formLayout th {
    font-weight: bold;
  }
}

.btnArea {
  background: url(../../common/images/bg_gray.png);
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .btnArea {
    padding: 50px 0;
  }
}
.btnArea > ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .btnArea > ul {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .btnArea > ul {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.btnArea > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.btnArea > ul li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 668px) {
  .btnArea > ul li {
    width: 100%;
  }
  .btnArea > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.btnArea > ul li a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
.btnArea > ul li a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.btnArea > ul li a {
  color: #222;
}
.btnArea > ul li a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
.btnArea > ul li a {
  padding: 20px 40px 20px 25px;
}
@media screen and (max-width: 960px) {
  .btnArea > ul li a {
    padding: 15px 35px 15px 15px;
  }
}
.btnArea > ul li a:hover::after {
  right: 15px;
}
.btnArea > ul li a {
  display: block;
  background-color: #fff;
}
.btnArea > p {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .btnArea > p {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .btnArea > p {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.btnArea > p {
  text-indent: -1em;
  padding-left: 1em;
}

.name_txt {
  display: flex;
  max-width: 500px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.name_txt .name_l {
  border: 1px solid #222;
  padding: 10px;
  width: 30%;
  text-align: left;
  background-color: #000;
  color: #fff;
}
.name_txt .name_r {
  border: 1px solid #222;
  border-left: none;
  width: 70%;
  padding: 10px;
  text-align: left;
}

.seccode {
  width: 360px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .seccode {
    width: 100%;
  }
}

.regist_th {
  width: 220px !important;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .regist_th {
    width: 100%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .regist_td:not(.checkbox) label + label {
    margin-left: 10px;
  }
  .regist_td:not(.checkbox) label input[type=radio] {
    margin-right: 5px;
  }
}

.regist_radio {
  margin-right: 14px;
}
.regist_radio input {
  width: 15px !important;
}

.seccode_on {
  display: none;
}

.size_m {
  width: 420px;
  height: 48.66px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .size_m {
    width: 100%;
  }
}

.size_s {
  width: 100px;
  height: 48.66px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .size_s {
    width: 100%;
  }
}

.ver_top {
  vertical-align: top !important;
}

.dis_block label {
  display: block;
}
.dis_block label input {
  margin-right: 5px;
}

.reg {
  display: grid;
  margin-bottom: 80px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .reg {
    display: block;
  }
}
.reg .reg_btn {
  display: block;
  width: 420px;
  padding: 10px 60px;
  background-color: #222;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .reg .reg_btn {
    width: 100%;
  }
}
.reg .reg_radio {
  margin-top: 10px;
}

.black_btn {
  max-width: 175px;
  justify-content: center;
  display: grid;
  width: 420px;
  padding: 10px 30px;
  background-color: #222;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .black_btn {
    width: 100%;
  }
}

.confirm_btn input {
  width: 420px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .confirm_btn input {
    width: 100%;
  }
}

.check_btn input {
  padding: 10px 76px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .check_btn input {
    width: 100%;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .sp_br {
    display: block;
  }
}

.tel_form {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tel_form {
    justify-content: center !important;
  }
}
.tel_form span {
  padding-top: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tel_form span {
    padding: 10px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .birth_form {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .birth_form span {
    padding: 10px 0 0 3px;
    width: 20px;
  }
}
.birth_form input[type=tel] {
  width: 100px;
  height: 48.66px;
  padding: 0 0 0 10px;
  font-size: 16px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .birth_form input[type=tel] {
    width: 100%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .formLayout.check_now .birth_form {
    display: block !important;
  }
}
.formLayout.check_now .birth_form input[type=tel],
.formLayout.check_now .birth_form select {
  color: #222 !important;
  -webkit-text-fill-color: #222 !important;
  font-size: 16px !important;
  font-weight: normal !important;
  height: 48.66px;
  padding: 0 0 0 10px;
  border: 1px solid #222;
  background-color: transparent;
  box-sizing: border-box;
}
.formLayout.check_now .birth_form input[type=tel] {
  width: 100px !important;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .formLayout.check_now .birth_form input[type=tel] {
    width: 100%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .sp_mb input {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .sp_pb th {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .sp_pb {
    display: block;
    padding-bottom: 32px;
  }
}

.get_txt.email {
  overflow-wrap: anywhere;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .get_txt label[for$=_001] + label[for$=_002] {
    margin-left: 10px;
  }
  .get_txt label input[type=radio] {
    margin-right: 5px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .checkbox {
    display: inline-block !important;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .checkbox label {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .checkbox label input {
    display: inline-block;
    text-align: left;
    width: 20px !important;
  }
}

/* form */
/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}

.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00;
}

#errorMessage {
  color: #F00 !important;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
#errorMessage li {
  text-align: left;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none !important;
}

/* スマホ表示時のチェックボックスエリア幅調整
-------------------------------------------------*/
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table td.checkbox {
    width: 100%;
  }
}
/* スマホ表示時の改行
-------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 668px) {
  .br-sp {
    display: block;
  }
}
/* スマホ表示時のラジオボタン・チェックボックス共通スタイル
-------------------------------------------------*/
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea input[type=radio], .formLayout input[type=radio] {
    margin-right: 5px !important;
  }
  .loginArea input[type=checkbox], .formLayout input[type=checkbox] {
    margin-right: 5px !important;
  }
}
.input-wrapper {
  position: relative;
  width: 100%;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  cursor: pointer;
  pointer-events: auto;
  width: 20px;
  text-align: center;
}

.loginArea section {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: left;
}
.loginArea section h5 {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.2rem 1rem;
  border-left: 8px solid #000;
  background-color: #f0f0f0;
}

.termBox {
  height: 350px;
  overflow-y: scroll;
  padding: 20px;
  background: url(../../common/images/bg_gray.png);
}
.termBox h6 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.termBox p {
  padding-bottom: 15px;
}
.termBox ol,
.termBox ul {
  padding: 0px 0px 15px 0px;
}
.termBox ol li,
.termBox ul li {
  padding: 0px 0px 3px 0px;
}

.agreeRadio {
  margin-bottom: 30px;
}

/* 必須アイコン
-------------------------------------------------*/
.formLayout .required {
  background: #f00;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 1px 3px;
  font-size: 0.8em;
  margin: 0 0 0 8px;
}