@charset "UTF-8";
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Misc
==================================================== */
/*--setting--*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.ttl-comp {
  text-align: center;
  background: #000A4B;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px 10px;
  height: 188px;
}

@media screen and (max-width: 768px) {
  .ttl-comp {
    height: 155px;
    padding: 10px 10px 10px;
  }
}

.ttl-comp:before, .ttl-comp:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #C8C9CA;
}

.ttl-comp:before {
  height: 1px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ttl-comp:before {
    bottom: 15px;
  }
}

.ttl-comp:after {
  height: 3px;
  bottom: 14px;
}

@media screen and (max-width: 768px) {
  .ttl-comp:after {
    height: 2px;
    bottom: 10px;
  }
}

.txt-basic {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 949px) {
  .txt-basic {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .txt-basic {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 500px) {
  .txt-basic {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

.sec-license {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.sec-license * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.license-born {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  color: #000A4B;
  padding: 69px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .license-born {
    padding: 50px 0;
    text-align: center;
  }
}

.license-born .wrap {
  padding: 0 85px 0 98px;
}

@media screen and (min-width: 769px) {
  .license-born .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 949px) {
  .license-born .wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .license-born .wrap {
    padding: 0 10px;
  }
}

.license-born__img {
  width: 30.12%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .license-born__img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.license-born__content {
  width: 69.88%;
  max-width: 447px;
  padding: 1px 15px 0 0;
}

@media screen and (max-width: 768px) {
  .license-born__content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.license-born__ttl {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  max-width: 502px;
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .license-born__ttl {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.license-born__ttl:before {
  position: absolute;
  content: '';
  width: 100vw;
  right: 90%;
  bottom: 2px;
  height: 1px;
  background: #000A4B;
}

@media screen and (max-width: 768px) {
  .license-born__ttl:before {
    display: none;
  }
}

.license-plan {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  color: #000A4B;
  margin-bottom: 61px;
}

@media screen and (max-width: 768px) {
  .license-plan {
    margin-bottom: 50px;
  }
}

.license-plan__ttl {
  font-size: 24px;
  line-height: 1.75;
  padding: 32px 15px 26px;
  background: #EEEEEF;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .license-plan__ttl {
    font-size: 19px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 374px) {
  .license-plan__ttl {
    font-size: 16px;
  }
}

.license-plan__content {
  width: 100%;
  max-width: 686px;
  margin: 0 auto;
  position: relative;
  padding: 42px 105px 0;
}

@media screen and (max-width: 768px) {
  .license-plan__content {
    padding: 25px 65px 0;
    max-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  .license-plan__content {
    padding: 15px 15px 0;
    letter-spacing: 0;
  }
  .license-plan__content .txt-basic {
    font-size: 12px;
  }
}

.license-plan__img {
  position: absolute;
  left: 0;
  top: -45px;
}

@media screen and (max-width: 768px) {
  .license-plan__img {
    width: 60px;
    top: -14px;
  }
}

@media only screen and (max-width: 500px) {
  .license-plan__img {
    width: 40px;
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 auto 15px;
  }
}

.license-tel {
  display: block;
  padding: 30px 15px 27px;
  text-align: center;
  background: #EEEEEF;
}

@media screen and (max-width: 768px) {
  .license-tel {
    padding: 30px 15px;
  }
}

.license-destination {
  padding: 42px 0 50px;
}

@media screen and (max-width: 768px) {
  .license-destination {
    padding: 50px 0;
  }
}

.license-destination__ttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
  color: #000A4B;
  padding: 0 15px 36px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .license-destination__ttl {
    font-size: 19px;
    line-height: 1.6;
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 374px) {
  .license-destination__ttl {
    font-size: 16px;
  }
}

.license-destination .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 46px 0 43px;
}

@media screen and (max-width: 949px) {
  .license-destination .wrap {
    padding: 0 15px;
  }
}

.license-destination__list {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  letter-spacing: -0.5px;
  color: #595757;
}

@media screen and (max-width: 949px) {
  .license-destination__list {
    font-size: 11px;
    line-height: 1.6;
  }
}

.license-destination__list .item {
  width: 46.5%;
  padding: 10px 0;
  border-top: 1px solid #C8C9CA;
}

@media screen and (max-width: 949px) {
  .license-destination__list .item {
    width: 48.5%;
  }
}

@media screen and (max-width: 768px) {
  .license-destination__list .item {
    width: 100%;
  }
  .license-destination__list .item:nth-last-of-type(2) {
    border-bottom: none !important;
  }
}

.license-destination__list .item span {
  font-size: 15px;
  color: #000A4B;
  line-height: 1.5;
}

.license-destination__list .item:last-child, .license-destination__list .item:nth-last-of-type(2) {
  border-bottom: 1px solid #C8C9CA;
}

.license-destination__list .item:nth-child(even) {
  margin-left: auto;
}

.license-destination__list .item a {
  word-break: break-all;
}

.license-destination__list .item a:hover {
  opacity: 1;
  text-decoration: underline;
}

/*# sourceMappingURL=maps/license.css.map */
