@charset "UTF-8";
/**
 * 共通設定
 *--------------------------------------
 */
html {
  width: 100%;
}

body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.mode_pc {
  display: block;
}
@media (max-width: 768px) {
  .mode_pc {
    display: none;
  }
}

/**
 * #logo
 *--------------------------------------
 */
#logo .wrap {
  padding: 20px 0 0;
}
#logo .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#logo .imgWrap {
  width: 250px;
}

/**
 * #information
 *--------------------------------------
 */
#information .wrap {
  padding: 45px 0 30px;
}
@media (max-width: 768px) {
  #information .wrap {
    padding: 25px 0;
  }
}
#information .inner {
  width: 95%;
  max-width: 1000px;
  padding: 35px 40px;
  margin: 0 auto;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  #information .inner {
    padding: 30px 25px;
  }
}
@media (max-width: 480px) {
  #information .inner {
    padding: 30px 10px;
  }
}
#information .title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #information .title {
    margin-bottom: 20px;
  }
}
#information .title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  #information .title p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #information .title p {
    font-size: 14px;
  }
}
#information .detail {
  max-width: 700px;
  margin: 0 auto;
}
#information .detail .certificate {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #information .detail .certificate {
    margin-bottom: 40px;
  }
}
#information .detail .certificate > p {
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #information .detail .certificate > p {
    margin-bottom: 25px;
  }
}
#information .detail .certificate .certificateDetail {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail {
    margin-bottom: 15px;
  }
}
#information .detail .certificate .certificateDetail > p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail > p {
    margin-bottom: 10px;
  }
}
#information .detail .certificate .certificateDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#information .detail .certificate .certificateDetail dl.header dt, #information .detail .certificate .certificateDetail dl.header dd {
  font-weight: bold;
}
#information .detail .certificate .certificateDetail dt, #information .detail .certificate .certificateDetail dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#information .detail .certificate .certificateDetail dt {
  width: 300px;
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail dt {
    width: 245px;
  }
}
@media (max-width: 480px) {
  #information .detail .certificate .certificateDetail dt {
    width: 175px;
  }
}
#information .detail .certificate .certificateDetail dt span {
  padding-left: 2.5em;
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail dt span {
    padding-left: 1.5em;
  }
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail dt span {
    padding-left: 0;
    font-size: 11px;
  }
}
#information .detail .certificate .certificateDetail dd {
  width: 125px;
  text-align: center;
}
@media (max-width: 768px) {
  #information .detail .certificate .certificateDetail dd {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #information .detail .certificate .certificateDetail dd {
    width: 75px;
  }
}
#information .detail .certificate .tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#information .detail .certificate .tel dt,
#information .detail .certificate .tel dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#information .detail .certificate .tel dt {
  width: 150px;
}
@media (max-width: 768px) {
  #information .detail .certificate .tel dt {
    width: 110px;
  }
}
#information .detail .certificate .tel dd {
  width: calc(100% - 150px);
}
@media (max-width: 768px) {
  #information .detail .certificate .tel dd {
    width: calc(100% - 110px);
  }
}
#information .detail .contact p {
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #information .detail .contact p {
    margin-bottom: 15px;
  }
}
#information .detail .contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  #information .detail .contact dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#information .detail .contact dt,
#information .detail .contact dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#information .detail .contact dt {
  width: 315px;
}
@media (max-width: 768px) {
  #information .detail .contact dt {
    width: 100%;
  }
}
#information .detail .contact dd {
  width: calc(100% - 315px);
}
@media (max-width: 768px) {
  #information .detail .contact dd {
    width: 100%;
    padding-left: 1.3em;
  }
}/*# sourceMappingURL=common.css.map */