.default {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/*about*/
.about .message {
  text-align: center;
  padding: 2rem 0;
}
.about .message h2 {
  padding: 0 0 1.2rem 0;
}
.about .message div {
  padding: 0;
}
.about .message div p {
  margin: 0 0 0.8rem 0;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .about .message div p {
    text-align: left;
    margin: 0 0 3rem;
  }
  .about .message div p br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .about .message {
    width: 90%;
    margin: 0 auto;
  }
}
.about .sec01 {
  background-color: #f4f5f6;
  background-image: url(../img/about/bg_left.png), url(../img/about/bg_right.png);
  background-size: contain, contain;
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
}
.about .sec01 .inner {
  max-width: 880px;
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .sec01 .inner figure {
  margin: 1rem auto 3.5rem;
  text-align: center;
}
.about .sec01 .inner dl {
  width: 45%;
}
.about .sec01 .inner dl.wide {
  width: 100%;
}
.about .sec01 .inner dl dt {
  background-color: #000;
  color: #FFF;
  border-radius: 30px;
  font-size: 16px;
  width: 75%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.8;
}
.about .sec01 .inner dl dd {
  background-color: #FFF;
  border-radius: 10px;
  padding: 0.8rem;
  margin: 0 0 1rem 0;
}
.about .sec01 .inner dl dd h4 {
  color: #808080;
  text-align: center;
  font-size: 18px;
}
.about .sec01 .inner dl dd p {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec01 {
    background-image: none;
    padding: 5px 15px;
  }
  .about .sec01 .inner {
    display: block;
  }
  .about .sec01 .inner dl {
    width: 100%;
    margin: 40px 0;
  }
  .about .sec01 .inner dl.wide {
    margin: -20px 0 0 0;
  }
  .about .sec01 .inner dl dd {
    padding: 20px;
  }
}

/*company*/
.company {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.company a {
  color: #0054ce;
}
.company dl {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 2rem 0 4rem;
  border-bottom: #cbcbcb solid 1px;
}
.company dl dt {
  border-top: #cbcbcb solid 1px;
  background-color: #f4f5f6;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .company dl dt {
    padding: 30px 15px;
  }
}
.company dl dd {
  border-top: #cbcbcb solid 1px;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .company dl dd {
    padding: 30px 15px;
  }
}

/*archive*/
.archive .thumbnail ul {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
  padding: 30px 0;
}
.archive .thumbnail ul li {
  padding: 0.5rem 0 1rem;
  text-align: center;
}
.archive .thumbnail ul li h3 {
  font-weight: 500;
  font-size: clamp(14px, 1em, 20px);
  padding: 0.5rem 0 0 0;
}
.archive .thumbnail ul li p {
  font-size: 14px;
}
.archive .thumbnail ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .archive .thumbnail ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.archive .list {
  background-color: #f4f5f6;
}
.archive .list ul {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
  padding: 45px 0;
}
.archive .list ul li {
  font-size: clamp(14px, 0.95em, 15px);
  padding: 0.3rem 0;
}
@media screen and (max-width: 640px) {
  .archive .list ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.contact,
.contact-thanks,
.contact-check,
.join-check,
.join-thanks {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}
.contact h2,
.contact-thanks h2,
.contact-check h2,
.join-check h2,
.join-thanks h2 {
  margin: 0 0 2% 0;
  padding: 0 0 3% 0;
  border-bottom: 1px solid;
  font-size: 22px;
}
.contact .read p,
.contact-thanks .read p,
.contact-check .read p,
.join-check .read p,
.join-thanks .read p {
  font-size: 14px;
  padding: 0 0 0.6rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact .read p,
  .contact-thanks .read p,
  .contact-check .read p,
  .join-check .read p,
  .join-thanks .read p {
    font-size: 14px;
    padding: 10px 0 5px 0;
    text-align: left;
  }
}
.contact .contactform,
.contact-thanks .contactform,
.contact-check .contactform,
.join-check .contactform,
.join-thanks .contactform {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 2rem 0;
  border-bottom: 1px solid #CCC;
}
.contact .contactform dt,
.contact-thanks .contactform dt,
.contact-check .contactform dt,
.join-check .contactform dt,
.join-thanks .contactform dt {
  padding: 1.5rem 0;
  border-top: 1px solid #CCC;
  font-size: 16px;
}
.contact .contactform dt span,
.contact-thanks .contactform dt span,
.contact-check .contactform dt span,
.join-check .contactform dt span,
.join-thanks .contactform dt span {
  margin: 0 0 0 10px;
  color: #db0b2a;
}
.contact .contactform dd,
.contact-thanks .contactform dd,
.contact-check .contactform dd,
.join-check .contactform dd,
.join-thanks .contactform dd {
  padding: 1.5rem 0;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .contact .contactform,
  .contact-thanks .contactform,
  .contact-check .contactform,
  .join-check .contactform,
  .join-thanks .contactform {
    display: block;
  }
  .contact .contactform dt,
  .contact-thanks .contactform dt,
  .contact-check .contactform dt,
  .join-check .contactform dt,
  .join-thanks .contactform dt {
    padding: 15px 0 5px;
  }
  .contact .contactform dd,
  .contact-thanks .contactform dd,
  .contact-check .contactform dd,
  .join-check .contactform dd,
  .join-thanks .contactform dd {
    border-top: none;
    padding: 10px 0 25px 0;
  }
}
.contact .contactform input[type=text], .contact .contactform textarea,
.contact-thanks .contactform input[type=text],
.contact-thanks .contactform textarea,
.contact-check .contactform input[type=text],
.contact-check .contactform textarea,
.join-check .contactform input[type=text],
.join-check .contactform textarea,
.join-thanks .contactform input[type=text],
.join-thanks .contactform textarea {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
}
.contact .contactform input[type=text],
.contact-thanks .contactform input[type=text],
.contact-check .contactform input[type=text],
.join-check .contactform input[type=text],
.join-thanks .contactform input[type=text] {
  width: 100%;
  background-color: #f9fafa;
}
.contact .contactform .w100 input[type=text],
.contact-thanks .contactform .w100 input[type=text],
.contact-check .contactform .w100 input[type=text],
.join-check .contactform .w100 input[type=text],
.join-thanks .contactform .w100 input[type=text] {
  width: 100%;
  background-color: #f9fafa;
}
.contact .contactform input[type=email],
.contact-thanks .contactform input[type=email],
.contact-check .contactform input[type=email],
.join-check .contactform input[type=email],
.join-thanks .contactform input[type=email] {
  width: 100%;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #f9fafa;
}
.contact .contactform select,
.contact-thanks .contactform select,
.contact-check .contactform select,
.join-check .contactform select,
.join-thanks .contactform select {
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
  background-color: #f9fafa;
}
.contact .contactform textarea,
.contact-thanks .contactform textarea,
.contact-check .contactform textarea,
.join-check .contactform textarea,
.join-thanks .contactform textarea {
  width: 100%;
  background-color: #f9fafa;
}
.contact .contactform td .birth input,
.contact-thanks .contactform td .birth input,
.contact-check .contactform td .birth input,
.join-check .contactform td .birth input,
.join-thanks .contactform td .birth input {
  width: 100px !important;
}
.contact .contactform .address,
.contact-thanks .contactform .address,
.contact-check .contactform .address,
.join-check .contactform .address,
.join-thanks .contactform .address {
  display: flex;
  flex-wrap: wrap;
}
.contact .contactform .address dt,
.contact-thanks .contactform .address dt,
.contact-check .contactform .address dt,
.join-check .contactform .address dt,
.join-thanks .contactform .address dt {
  width: 20%;
  padding: 0 0 15px;
}
.contact .contactform .address dd,
.contact-thanks .contactform .address dd,
.contact-check .contactform .address dd,
.join-check .contactform .address dd,
.join-thanks .contactform .address dd {
  width: 80%;
  padding: 0 0 15px;
}
.contact span.attention,
.contact-thanks span.attention,
.contact-check span.attention,
.join-check span.attention,
.join-thanks span.attention {
  font-size: 11px;
  color: red;
  margin: 0 0 0 10px;
}
.contact p#submit-button input,
.contact-thanks p#submit-button input,
.contact-check p#submit-button input,
.join-check p#submit-button input,
.join-thanks p#submit-button input {
  background: #000;
  color: #FFF;
  border: 0;
  padding: 15px;
  width: 300px;
  margin: 80px auto 0;
  display: block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .contact p#submit-button input,
  .contact-thanks p#submit-button input,
  .contact-check p#submit-button input,
  .join-check p#submit-button input,
  .join-thanks p#submit-button input {
    margin: 0 auto 20px;
  }
}
.contact p#submit-button,
.contact-thanks p#submit-button,
.contact-check p#submit-button,
.join-check p#submit-button,
.join-thanks p#submit-button {
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}
.contact p#submit-button::after,
.contact-thanks p#submit-button::after,
.contact-check p#submit-button::after,
.join-check p#submit-button::after,
.join-thanks p#submit-button::after {
  content: "";
  width: 40px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  right: 0;
  top: 46%;
}

/*access*/
.access {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
}
.access .ggmap {
  position: relative;
  padding-bottom: 43.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  .access .ggmap {
    padding-bottom: 85.25%;
  }
}
.access .ggmap iframe,
.access .ggmap object,
.access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access p {
  padding: 0.6rem 0 0 0;
}

/*link*/
.link ul {
  margin: 0 0 0 25px;
}
.link ul li ul {
  margin: 0 0 20px 25px;
  list-style: disc;
}
.link ul a {
  color: #335592;
}

.frame {
  display: grid;
  grid-template-columns: 22% 76%;
  justify-content: space-between;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.frame ul.side li {
  list-style: none;
  margin: 0 0 10px 0;
}
.frame ul.side li a {
  border: 1px solid #CCC;
  padding: 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .frame {
    display: flex;
    flex-direction: column;
  }
  .frame ul.side {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    justify-content: space-between;
    width: 96%;
    margin: 15px auto 5px;
  }
  .frame ul.side li a {
    padding: 6px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }
}

h2.title {
  padding: 15px;
  width: 96%;
  margin: 0 auto 30px;
  border-left: 6px solid #f9e9d4;
  box-sizing: border-box;
  line-height: 1;
  background: #fff9ed;
}/*# sourceMappingURL=contents.css.map */