@charset "UTF-8";

/* --------------------------------------------------
 massage-blc
-------------------------------------------------- */

.massage-blc {
  background-image: url(../img/top/intro_bg01.png);
  background-position: 100% 70%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.massage-blc .inner {
  display: flex;
  /* padding: 4rem 3rem 0 3rem; */
  padding: 4rem 0;
  box-sizing: border-box;
}

.massage-blc .inner .img {
  max-width: 200px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.massage-blc .inner .img+.txt {
  padding-left: 4rem;
  width: calc(100% - 200px);
}

.massage-blc .inner .txt {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.massage-blc .inner .txt h2 {
  color: #0158a2;
  line-height: 2.5;
  font-size: 120%;
}

.massage-blc .inner .txt h3 {
  color: #363636;
  margin-top: 1rem;
}

@media screen and (max-width:1000px) {
  .massage-blc .inner .img+.txt {
    padding-left: 2rem;
    
  }

  .massage-blc .inner .txt h2 {
    line-height: 2;
  }
}

@media screen and (max-width:640px) {
  .massage-blc .inner {
    padding: 2rem 0;
  }

  .massage-blc .inner .img {
    max-width: 150px;
  }

  .massage-blc .inner .img+.txt {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width:480px) {
  .massage-blc .inner {
    flex-wrap: wrap;
  }

  .massage-blc .inner .img {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .massage-blc .inner .img+.txt {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }

  .massage-blc .inner .img figure {
    max-width: 150px;
  }

  .massage-blc .inner .txt h2 {
    font-size: 110%;
  }
}

/* --------------------------------------------------
 list-blc
-------------------------------------------------- */

.list-blc .list {
  margin-top: 4rem;
  display: block;
}

.list-blc .list .list-ttl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.price-blc {
  order: 1;
  width: 100%;
  border-bottom: 1px solid #0158a2;
}

.message-blc+.price-blc {
  border-bottom: 0;
}

.message-blc .inner, .price-blc .inner {
  max-width: 850px;
  margin: auto;
}

.price-blc .inner {
  display: flex;
  padding: 1rem 0;
  box-sizing: border-box;
}

.price-blc .inner .ttl {
  width: 50%;
  color: #0158a2;
  font-size: 120%;
  font-weight: bold;
  padding-right: 20px;
  box-sizing: border-box;
}

.price-blc .inner .txt {
  width: 50%;
  display: flex;
}

.price-blc .inner .txt>.price-txt {
  width: 80px;
}

.price-blc .inner .txt>.price-num {
  width: calc(100% - 80px);
  color: #fb3c3c;
  font-weight: bold;
  font-size: 180%;
  line-height: 1;
}

.message-blc {
  order: 2;
  width: 100%;
}

.message-blc .inner .txt01 {
  color: #797979;
}

.message-blc .inner .txt01 + .txt02 {
  margin-top: 1rem;
}

.message-blc .inner .txt02 li::before {
  content: "＊";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 100%;
}

.message-blc .inner .txt02 li {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  display: block;
  margin-top: 10px;
  position: relative;
}

.message-blc .inner .txt02 li:first-child {
  margin-top: 0;
}

/* caution-blc --------------------- */

.caution-blc {
  margin-top: 4rem;
}

.caution-blc .inner {
  max-width: 1000px;
  margin: auto;
  border: 4px solid #ff2f2f;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #f7eee8;
}

.caution-blc .inner .txt01 {
  display: block;
  text-align: center;
}

.caution-blc .inner .txt02 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #ff2f2f;
  line-height: 1.5;
}

.caution-blc .inner .txt01+.txt02 {
  margin-top: 1rem;
}

@media screen and (max-width:1000px) {
  .price-blc .inner .ttl {
    width: 55%;
  }

  .price-blc .inner .txt {
    width: 45%;
  }

  .price-blc .inner .txt>.price-num {
    font-size: 150%;
  }
}

@media screen and (max-width:640px) {
  .list-blc .list {
    margin-top: 2rem;
  }

  .caution-blc {
    margin-top: 2rem;
  }

  .price-blc .inner {
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .price-blc .inner .ttl {
    width: 100%;
    padding-right: 0;
  }

  .price-blc .inner .txt {
    width: 100%;
    flex-wrap: wrap;
  }

  .price-blc .inner .txt>.price-txt {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  .price-blc .inner .txt>.price-num {
    width: 100%;
    margin-top: 5px;
  }

  .price-blc .inner .txt {
    width: 100%;
    flex-wrap: wrap;
  }

  .message-blc .inner .txt01 + .txt02 {
    margin-top: 10px;
  }

  .message-blc .inner {
    margin-bottom: 0;
  }

  .caution-blc .inner {
    padding: 1rem 4%;
  }
}

@media screen and (max-width:480px) {
  .caution-blc .inner .txt02 {
    font-size: 120%;
  }
}

/* --------------------------------------------------
 #company
-------------------------------------------------- */

#company .company-inner {
  background-image: url(../img/top/company_bg01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#company .company-inner dl {
  display: flex;
}

#company .company-inner dl dt, #company .company-inner dl dd {
  padding: 15px;
  font-size: 120%;
  line-height: 1.5;
  box-sizing: border-box;
}

#company .company-inner dl dt {
  width: 20%;
  background-color: #0158a2;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#company .company-inner dl dd {
  width: 80%;
  background-color: #fff;
  border: 1px solid #0158a2;
  border-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

#company .company-inner dl:last-child dd {
  border-bottom: 1px solid #0158a2;
}

#company .company-inner dl:last-child dt {
  border-bottom: 0;
}

@media screen and (max-width:1000px) {
  #company .company-inner dl dt {
    width: 30%;
  }

  #company .company-inner dl dd {
    width: 70%;
  }
}

@media screen and (max-width:640px) {
  #company .company-inner dl {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #company .company-inner dl dt {
    width: 100%;
    border-bottom: 0;
  }

  #company .company-inner dl dd {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 0;
    border-bottom: 1px solid #0158a2;
    font-size: 100%;
  }

  #company .company-inner dl:first-child {
    margin-top: 0;
  }
}