/* media query */
nav.navStd ul li.membership 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 {
  font-size: 1.1em;
}
.firstCopy p.photo {
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstCopy p.photo {
    margin-bottom: 30px;
  }
}

.anchorArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .anchorArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .anchorArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .anchorArea ul {
    display: block;
  }
}
.anchorArea ul li {
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}
.anchorArea ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
}
@media screen and (max-width: 800px) {
  .anchorArea ul li a {
    font-size: 100%;
  }
}
.anchorArea ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_black.svg);
  top: calc(50% - 3px);
  right: -20px;
  width: 8px;
  height: 5px;
  transition: 0.5s;
}
.anchorArea ul li a:hover::after {
  top: 50%;
}
.anchorArea ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li:last-child {
    margin-bottom: 0;
  }
}
.anchorArea ul li.external a::after {
  position: absolute;
  content: "";
  background-image: url(../../common/images/icon_externallink.svg);
  background-size: cover;
  top: calc(50% - 7px);
  right: -20px;
  width: 13px;
  height: 13px;
  transition: 0.5s;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li.external a::after {
    right: -23px;
  }
}
.anchorArea ul li.external a:hover::after {
  top: calc(50% - 4px);
}

.mainArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .mainArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.mainArea > section:not(:last-child) {
  margin-bottom: 80px;
}
.mainArea > section > h4 {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}
.mainArea > section > p.read {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.mainArea > section > p.read > span {
  font-size: 0.75em;
  padding-left: 15px;
}
.mainArea > section > p.read > span > span.red {
  color: #CB4B4B;
}
.mainArea > section#tokuten > p {
  margin-bottom: 20px;
}
.mainArea > section#tokuten > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.mainArea > section#tokuten > div > section {
  width: calc(50% - 15px);
  padding: 25px 30px;
  position: relative;
  border: 10px solid #f7f7f7;
}
.mainArea > section#tokuten > div > section .ribbon {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 12px;
  padding: 32px 0;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg, #b8751e 0%, #ffce08 50%, #b8751e 100%);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section#tokuten > div > section .ribbon {
    left: 10px;
  }
}
.mainArea > section#tokuten > div > section .ribbon::before, .mainArea > section#tokuten > div > section .ribbon::after {
  position: absolute;
  content: '';
}
.mainArea > section#tokuten > div > section .ribbon::before {
  top: 0.1px;
  right: -3.5px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #a16a1d;
}
.mainArea > section#tokuten > div > section .ribbon::after {
  bottom: -5.5px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 6px solid #b8751e;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #b8751e;
}
@media screen and (max-width: 668px) {
  .mainArea > section#tokuten > div > section {
    width: 100%;
    padding: 20px;
  }
  .mainArea > section#tokuten > div > section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mainArea > section#tokuten > div > section > h5 {
  font-size: 1.4em;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height: 150%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section#tokuten > div > section > h5 {
    font-size: 1.3em;
  }
}
.mainArea > section#tokuten > div > section dl dt {
  font-size: 1.1em;
  margin-top: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section#tokuten > div > section dl dd {
    font-size: 0.9em;
  }
}
.mainArea > section#tokuten > div > section dl dd::before {
  content: "-";
  margin: 0 10px;
  color: #888;
}
.mainArea > section#tokuten > div > section dl dd span.small_txt {
  display: block;
  font-size: 0.9em;
  padding-left: 3em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  .mainArea > section#tokuten > div > section dl dd span.small_txt {
    padding-left: 3.5em;
  }
}
.mainArea > section#tokuten > ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.mainArea > section#syoukai section {
  margin-bottom: 30px;
}
.mainArea > section#syoukai 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;
}
.mainArea > section#syoukai section table {
  width: 100%;
  border-collapse: collapse;
}
.mainArea > section#syoukai section table th,
.mainArea > section#syoukai section table td {
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .mainArea > section#syoukai section table th,
  .mainArea > section#syoukai section table td {
    display: block;
  }
}
.mainArea > section#syoukai section table th {
  width: 150px;
  white-space: nowrap;
}
.mainArea > section#syoukai section table th.req::after {
  content: "*";
  color: #CB4B4B;
  font-size: 1.2em;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  .mainArea > section#syoukai section table th {
    padding-left: 0;
    width: 130px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section#syoukai section table th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section#syoukai section table td {
    padding: 10px 0 20px;
  }
}
.mainArea > section#syoukai section table td input {
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 10px;
}
.mainArea > section#syoukai section table td input.sizeL {
  width: 500px;
}
.mainArea > section#syoukai section table td input.sizeM {
  width: 300px;
}
.mainArea > section#syoukai section table td input.sizeS {
  width: 70px;
}
@media screen and (max-width: 960px) {
  .mainArea > section#syoukai section table td input.sizeL {
    width: calc(100% - 160px);
  }
  .mainArea > section#syoukai section table td input.sizeM {
    width: 200px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section#syoukai section table td input.sizeL {
    width: 100%;
  }
  .mainArea > section#syoukai section table td input.sizeM {
    width: 100%;
  }
}
.mainArea > section#syoukai section table td select {
  padding: 7px 35px 7px 10px;
  border: 1px solid #ddd;
}
.mainArea > section#syoukai section table td > div:not(:last-child) {
  margin-bottom: 10px;
}
.mainArea > section#syoukai section p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  font-size: 0.9em;
}
.mainArea > section#syoukai div.policy {
  background: url(../../common/images/bg_gray.png);
  padding: 30px;
  margin-bottom: 30px;
}
.mainArea > section#syoukai div.policy > h6 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.mainArea > section#syoukai div.policy > div {
  border-top: 1px solid #888;
  margin-top: 20px;
  padding-top: 20px;
}
.mainArea > section#syoukai div.policy > div > span {
  display: inline-block;
  font-size: 1.1em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section#syoukai div.policy > div > span {
    display: block;
  }
}
.mainArea > section#syoukai div.policy > div > input {
  margin-left: 15px;
}
@media screen and (max-width: 668px) {
  .mainArea > section#syoukai div.policy > div > input {
    margin-left: 0;
  }
}
.mainArea > section#syoukai div.policy > div > label {
  font-size: 1.3em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section#syoukai div.policy > div > label {
    margin-right: 8px;
    font-size: 1.2em;
  }
}
.mainArea > section#syoukai div.policy > div > p {
  font-size: 0.9em;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.mainArea > section#syoukai div.submitBtn {
  text-align: center;
}
.mainArea > section#syoukai div.submitBtn input[type="submit"] {
  padding: 15px;
  display: block;
  width: 100%;
}
.mainArea > section#syoukai div.submitBtn:first-of-type:not(:last-of-type) input[type="submit"] {
  margin-bottom: 20px;
}
.mainArea > section#syoukai .formLayout.input_now .display_check,
.mainArea > section#syoukai .formLayout.check_now .display_input {
  display: none;
}
.mainArea > section#syoukai .formLayout .errmsg {
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 20px;
  margin: 0 auto 10px auto;
  box-sizing: border-box;
}
.mainArea > section#syoukai .formLayout .errmsg,
.mainArea > section#syoukai .formLayout .errmsg a,
.mainArea > section#syoukai .formLayout .errmsg a:link,
.mainArea > section#syoukai .formLayout .errmsg a:visited,
.mainArea > section#syoukai .formLayout .errmsg a:hover,
.mainArea > section#syoukai .formLayout .errmsg a:active {
  color: #F00;
}
