@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;
  margin-bottom: 70px;
  text-align: center;
}
@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;
  }
}
@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;
  font-size: 1.1em;
}
.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;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
}
.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:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .firstCopy p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.firstCopy p.link a:hover::after {
  right: 15px;
}

.contentsBlock {
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto;
  clear: both;
}
@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 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;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
}
.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:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@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;
  color: #222;
  padding: 15px 40px 15px 25px;
  padding: 25px 30px 25px 60px;
  background-color: #eee;
  letter-spacing: 3px;
  display: flex;
}
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:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@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;
}
@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 {
  margin-bottom: 5px;
}
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;
}
@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;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 2px;
}
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:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@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;
}

.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;
}
@media screen and (max-width: 668px) {
  .loginArea {
    margin-bottom: 50px;
  }
}
.loginArea table {
  width: auto;
  margin: 0 auto 20px;
}
.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;
  }
}
.loginArea table th {
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loginArea table th {
    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 {
    width: 100%;
  }
}
.loginArea div.submitBtn {
  text-align: center;
}
.loginArea div.submitBtn input[type="submit"] {
  padding: 10px 50px;
}

.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;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@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 li {
  width: calc((100% / 3) - 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;
  color: #222;
  padding: 20px 40px 20px 25px;
  display: block;
  background-color: #fff;
}
.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:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .btnArea > ul li a {
    padding: 15px 35px 15px 15px;
  }
}
.btnArea > ul li a:hover::after {
  right: 15px;
}
.btnArea > p {
  max-width: 1200px;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
}
@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;
  }
}
