/* media query */
nav.navStd ul li.member a {
  background-color: #f5f5f5;
  color: #222;
}

.anchorArea .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .anchorArea .inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .anchorArea .inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.anchorArea .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 668px) {
  .anchorArea .inner ul {
    display: block;
  }
}
.anchorArea .inner ul li {
  padding-right: 30px;
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 668px) {
  .anchorArea .inner ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}
.anchorArea .inner ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
}
@media screen and (max-width: 800px) {
  .anchorArea .inner ul li a {
    font-size: 100%;
  }
}
.anchorArea .inner 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 .inner ul li a:hover::after {
  top: 50%;
}
.anchorArea .inner ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .anchorArea .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.textArea section.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .textArea section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .textArea section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.textArea .headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}
.textArea .headline_small {
  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;
}
.textArea .headline_small.mt50 {
  margin-top: 50px;
}
.textArea ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  .textArea ul.notice li {
    font-size: 0.9em;
  }
}
.textArea ul.notice li span.bold {
  font-weight: bold;
}
.textArea ul.notice.mt20 {
  margin-top: 20px;
}
.textArea ul.about li {
  padding-left: 1em;
  text-indent: -1em;
}
.textArea p.link {
  text-align: center;
  margin: 30px 0;
}
.textArea 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;
}
.textArea 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;
}
.textArea p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .textArea p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.textArea p.link a:hover::after {
  right: 15px;
}
.textArea p span.bold {
  font-weight: bold;
}
.textArea p img {
  margin: 20px 0;
}
.textArea p img.img1 {
  max-width: 500px;
}
.textArea p img.img2 {
  max-width: 500px;
}
.textArea p img.img3 {
  max-width: 700px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .textArea p img.pc {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .textArea p img.pc {
    display: none;
  }
}
.textArea table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
@media screen and (max-width: 668px) {
  .textArea table {
    font-size: 0.9em;
  }
}
.textArea table th, .textArea table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 180%;
  text-align: center;
}
.textArea table th {
  padding: 10px 15px;
  background: #f7f4ea;
}
.textArea table th span {
  display: block;
  font-size: 90%;
}
@media screen and (max-width: 668px) {
  .textArea table th {
    padding: 10px 5px;
  }
}
.textArea table td {
  padding: 10px 15px;
  width: calc(100% / 2);
}
@media screen and (max-width: 668px) {
  .textArea table td {
    padding: 10px;
  }
}
.textArea table td.bold {
  font-weight: bold;
}
.textArea div.telArea {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #ccc;
}
.textArea div.telArea p:first-child {
  font-size: 1.2em;
}
.textArea div.telArea p.tel {
  margin-bottom: 5px;
}
.textArea div.telArea p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.textArea 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) {
  .textArea div.telArea p.tel {
    line-height: 150%;
  }
}
.textArea div.telArea p.tel a {
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 668px) {
  .textArea div.telArea p.tel a {
    display: block;
  }
}
.textArea div.telArea p.tel a::before {
  width: 20px;
  height: 20px;
  background-size: cover;
  vertical-align: inherit;
  margin-right: 8px;
}
.textArea div.telArea p.link {
  margin-top: 20px;
}
.textArea 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;
}
.textArea 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;
}
.textArea div.telArea p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .textArea div.telArea p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.textArea div.telArea p.link a:hover::after {
  right: 15px;
}
.textArea div.telArea p.note {
  margin-top: 20px;
  font-size: 0.9em;
}

.tokutenArea {
  background: url(../../common/images/bg_gray.png);
  padding: 80px 0;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .tokutenArea {
    padding: 50px 0;
  }
}
.tokutenArea > div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .tokutenArea > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tokutenArea > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.tokutenArea > div > section {
  width: calc(50% - 20px);
}
@media screen and (max-width: 960px) {
  .tokutenArea > div > section {
    width: 100%;
  }
  .tokutenArea > div > section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.tokutenArea > div > section > h3 {
  font-size: 1.4em;
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.tokutenArea > div > section > p.text {
  margin-bottom: 20px;
}
.tokutenArea > div > section > 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;
}
.tokutenArea > div > section > 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;
}
.tokutenArea > div > section > p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .tokutenArea > div > section > p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.tokutenArea > div > section > p.link a:hover::after {
  right: 15px;
}
.tokutenArea > div > section > p.notes {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
