@charset "utf-8";
/* CSS Document */

/*--news-list----------------------------------------------------------*/

/*========= パンくずリスト ===============*/
.pankuzu {
  margin: 20px 10px 0;
  text-align: center;
}
.pankuzu ul {
  display: flex;
  justify-content: center;
}
.pankuzu ul li {
  margin-right: 20px;
  padding-right: 30px;
  position: relative;
}
.pankuzu ul li a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.pankuzu ul li a:hover {
  text-decoration: underline;
}
.pankuzu ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.pankuzu ul li:last-of-type:after {
  display: none;
}

/*--Retina--*/
@media screen and (max-width:768px) {
.pankuzu ul {
  font-size: 0.9rem;
  }
  .pankuzu ul li {
    margin-right: 10px;
    padding-right: 20px;
  }
}



/*========= 共通 ===============*/
/* タイトル */
.ttl-blueline img {
  max-width: 80%;
}
.ttl-blueline.line-pink {
  margin: 60px 0 40px;
  border-bottom: 5px solid #f3c2de;
}
.ttl-blueline.line-pink:before {
  border-color: #f3c2de transparent transparent transparent;
}

.ttl-bluebox {
  width: 70%;
  margin: 0 auto;
  background-color: #0b62ac;
  color: #fff;
  position: relative;
  padding: 50px;
  font-size: 2.5rem;
  text-align: center;
}

.ttl-bluebox:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 3px solid #fff;
}
.ttl-bluebox:after {
  content: '';
  width: 20px;
  height: 10px;
  border-top: 20px solid #0b62ac;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.ttl-bluebox span:before {
    position: absolute;
    top: -20px;
    left: calc(50% - 35px);
    width: 70px;
    height: 8px;
    content: '';
    background: #000;
}

.ttl-bluebox span span {
  font-size: 1.3rem;
}

.ttl-bluebox02 {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  padding: 30px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  border: #0b62ac 8px solid;
}
.ttl-bluebox02:after {
  content: '';
  width: 80px;
  height: 30px;
  border-top: 30px solid #0b62ac;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
}

.under-yellow {
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #ffec2c 70%);
}

.ttl-bluebox03 {
  margin-top: 80px;
  border-bottom: 5px solid #0b62ac;
  text-align: center;
  position: relative;
}

.ttl-bluebox03 > span {
  display: inline-block;
  padding: 30px;
  width: 50%;
  font-size: 2.2rem;
  color: #ffffc4;
  background-color: #0b62ac;
}

.ttl-bluebox03 span.c-black {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 5px;
  width: 180px;
  position: absolute;
  top: -20px;
  left: calc(50% - 90px);
  font-size: 1.1rem;
  transform: rotate(-5deg);
}

/* テキスト */
.t-lead01 {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.t-lead02 {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.0rem;
}

/* ボックス */
.yellow-box {
  margin-top: 30px;
  padding: 25px 50px;
  background-color: #ffffc4;
}

.yellow-box ol {
  counter-reset: item;
}
.yellow-box ol li{
  margin-top: 10px;
  padding: 20px 20px 20px 130px;
  min-height: 120px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0rem;
  background-color: #fff;
  border: 5px solid #0b62ac;
  display: flex;
  align-items: center;
}
.yellow-box ol li:first-of-type { margin-top: 0; }

.yellow-box ol li:before {
  counter-increment: item;
  content: counter(item);
  font-weight: 700;
  color: #ffffc4;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #0b62ac;
  font-size: 1.9rem;
  border-radius: 50%;
}

.c-red {
  color: #ff0000;
}
.f-s {
  font-size: 1.1rem;
}
.c-blue {
  color: #0b62ac;
}
.f-through {
  text-decoration: line-through;
}

.note {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.4;
}


@media screen and (max-width:768px) {
  .ttl-blueline.line-pink {
    margin: 40px 0 30px;
  }

  .ttl-bluebox {
    width: 85%;
    padding: 20px;
    font-size: 1.6rem;
  }
  
  .ttl-bluebox02 {
    margin: 30px auto 0;
    padding: 20px;
    font-size: 1.4rem;
    border: #0b62ac 5px solid;
  }
  .ttl-bluebox02:after {
    content: '';
    width: 50px;
    height: 20px;
    border-top: 20px solid #0b62ac;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
  }

  .ttl-bluebox03 {
    margin-top: 60px;
  }
  .ttl-bluebox03 > span {
    padding: 20px 10px 15px;
    width: 80%;
    font-size: 1.7rem;
  }
  .ttl-bluebox03 span.c-black {
    padding: 5px;
    width: 140px;
    top: -20px;
    left: calc(50% - 70px);
    font-size: 0.9rem;
  }

  .t-lead01 {
    font-size: 0.8rem;
    margin-top: 30px;
    line-height: 1.5em;
  }

  .t-lead02 {
    font-size: 0.9rem;
    margin-top: 30px;
    line-height: 1.5em;
  }
  
  .yellow-box {
    padding: 15px 25px;
  }
  .yellow-box ol li{
    padding: 10px 10px 10px 60px;
    font-size: 1.2rem;
    border: 5px solid #0b62ac;
  }
  .yellow-box ol li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: calc(50% - 18px);
    left: 10px;
    font-size: 1.0rem;
  }
  .c-red.f-s {
    font-size: 1rem;
  }
  .note {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}


/*========= 整体師養成講座の特徴とは？ ===============*/
main #aca-sec01 .contents-inner {
  padding-top: 220px;
}

#aca-sec01 h2 img,
#aca-sec01 p img {
  max-width: 100%;
}

@media screen and (max-width:768px) {
  main #aca-sec01 .contents-inner {
    padding-top: 80px;
  }
  #aca-sec01 p img {
    width: 100%;
  }
}

/*========= 整体師養成講座の特徴とは？ ===============*/
#aca-sec02 img {
  margin: 20px 0;
  max-width: 100%;
}

.line-g {
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px dashed #d2d2d2;
}

@media screen and (max-width:768px) {
  .line-g {
    padding: 20px 0;
    font-size: 0.9rem;
	line-height: 1.5rem;
  }
}

/*========= カリキュラムと費用 ===============*/
#aca-sec03 .column-2 {
  margin-top: 0;
}

#aca-sec03 .column-2 .inner-box {
  border: 5px solid #d2d2d2;
  padding: 20px;
  margin-top: 20px;
}

#aca-sec03 .column-2 .inner-box h4 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #88c8ed;
  line-height: 1;
}

#aca-sec03 .column-2 .inner-box p {
  margin-top: 20px;
  font-size: 1.4rem;
}

.t-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  font-size: 1.6rem;
  border-bottom: #0b62ac 2px solid;
}

.t-list h4 {
  width: 30%;
  padding: 10px 0 10px 10%;
  border-right: 1px solid #d2d2d2;
  font-weight: 700;
}
.t-list p {
  width: 70%;
  padding: 10px 0 10px 10%;
  line-height: 2.0rem;
}
.t-list p .c-blue {
  font-weight: 700;
}

#aca-sec03 .ttl-blueline {
  margin-top: 80px;
}

@media screen and (max-width:768px) {
  #aca-sec03 .column-2 .inner-box h4 {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  #aca-sec03 .column-2 .inner-box p {
    margin-top: 10px;
    font-size: 0.9rem;
	line-height: 1.5rem;
  }
  .t-list li {
    padding: 20px;
    font-size: 1.0rem;
	line-height: 1.5rem;
  }
  .t-list h4 {
    padding: 10px 0 10px 5%;
  }
  .t-list p {
    padding: 10px 0 10px 10%;
  }
  #aca-sec03 .ttl-blueline {
    margin-top: 40px;
  }
  }


/*========= 施術士の紹介 ===============*/
#aca-sec04 .column-2 {
  align-items: flex-start;
}

#aca-sec04 .inner-box {
  padding-top: 20px;
  position: relative;
  right: -90px;
}

#aca-sec04 h3 {
  color: #0b62ac;
  font-weight: normal;
  letter-spacing: 0.2rem;
  font-size: 40px;
  padding-right: 95px;
}
#aca-sec04 h3 span {
  font-size: 1.6rem;
  display: block;
}
#aca-sec04 h3 span:first-of-type {
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 900;
}

#aca-sec04 .column-2 p {
  font-size: 1.1rem;
  line-height: 1.4;
  padding-right: 105px;
}
#aca-sec04 .column-2 p:first-of-type {
  margin: 10px 0 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0b62ac;
}

#aca-sec04 .t-center {
  text-align: center;
  margin-top: 40px;
}
#aca-sec04 .t-center a:hover {
  opacity: 0.5;
}

#aca-sec04 .t-center img {
  max-width: 100%;
}

@media screen and (max-width:768px) {
  #aca-sec04 .column-2 {
    margin-top: 30px;
  }
  #aca-sec04 .column-2 img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
  #aca-sec04 .inner-box {
    left: 0;
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  #aca-sec04 h3 span:first-of-type {
    margin-bottom: 10px;
  }
  #aca-sec04 h3,
  #aca-sec04 .column-2 p:first-of-type {
    text-align: center;
    padding-right: 0;
  }
  #aca-sec04 .column-2 p {
    padding: 0 0 30px 0;
  }
  #aca-sec04 .t-center {
    margin-top: 20px;
  }
}


