h3.headline {
  padding-bottom: 0.7em;
  border-bottom: solid 1px #2f50aa;
  text-align: center;
  color: #2f50aa;
  font-size: 24px;
  font-weight: 700;
}

h4.headline {
  background-color: #E6E6E6;
  border-left: solid 4px #2f50aa;
  padding-left: 27px;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2;
}

p.lead {
  margin: 40px 0 60px;
  font-size: 16px;
  line-height: 1.75;
}
p.lead a {
  text-decoration: underline;
}

ul.btn {
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
ul.btn li {
  text-align: right;
}
ul.btn li:not(:last-child) {
  margin-bottom: 10px;
}
ul.btn a {
  font-size: 16px;
  line-height: 1.8125;
  min-width: 355px;
}
ul.btn a.link-pdf {
  position: relative;
}
ul.btn a.link-pdf::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../img/pdf.svg) no-repeat left center/100% auto;
  position: absolute;
  right: 8%;
  top: 0;
  display: block;
}

#detail .image {
  margin-bottom: 95px;
}
#detail .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#reason .image {
  margin-bottom: 60px;
}
#reason .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#adviser {
  background: linear-gradient(to bottom, #fff, #e9f1fc);
}
#adviser .h-style2 {
  margin-bottom: 55px;
}
#adviser h4 {
  font-size: 24px;
  line-height: 0.875;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  color: #2f50aa;
  margin: 40px 0 50px 0;
}
#adviser h4.headline {
  text-align: left;
  background-color: #E6E6E6;
  border-left: solid 4px #2f50aa;
  padding-left: 27px;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #494A4B;
  font-weight: normal;
}
#adviser h5 {
  font-size: 18px;
  line-height: 1.3888888889;
  margin: 20px 0;
  font-weight: bold;
  color: #2f50aa;
}
#adviser h4+.lead {
  margin-bottom: 0;
  margin-top: 0;
}
#adviser .box_txt{
  font-size: 18px;
  line-height: 1.3888888889;
  margin: 20px 0;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border:10px solid #94ceea;
  margin-bottom: 50px;
}
#adviser picture{
  margin-bottom: 50px;
  display: block;
}
#adviser .j-qs{
  padding: 10px 20px;
  background: #e9f1fc;
  margin-bottom: 100px;
}
#adviser .jqs-list {
  margin: 0 0 60px 20px;
  font-size: 16px;
  line-height: 1.75;
}
#adviser .jqs-list li {
  list-style: decimal;
}
#adviser .members {
  margin-top: 70px;
}
#adviser .members .section-name {
  font-size: 23px;
  line-height: 1.2173913043;
  font-weight: normal;
  margin-bottom: 1.2em;
  color: #000;
  text-align: left;
}
#adviser .members:last-child {
  padding-bottom: 220px;
}
#adviser .member-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#adviser .member-list .item {
  display: flex;
  flex-shrink: 1;
  align-items: flex-start;
  box-sizing: border-box;
  width: calc((100% / 2 - 20px) );
  margin-bottom: 70px;
}
#adviser .member-list .item img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
#adviser .member-list .item .text {
  width: 100%;
  margin-left: 10px;
}
#adviser .member-list .item .name {
  font-size: 23px;
  color: #000;
  line-height: 1;
}
#adviser .member-list .item .name span{
  font-size: 12px;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
#adviser .member-list .item .name .sub {
  font-size: 16px;
  vertical-align: baseline;
}
#adviser .member-list .item .prof_01{
  margin-top: 0.5em;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #94ceea;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 15px;
}
#adviser .member-list .item .prof_01.small{
  font-size: 12px;
}
#adviser .member-list .item .prof_02{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#adviser .member-list .item:not(.wide):nth-child(4n) {
  margin-right: 0;
}
#adviser .member-list .item.wide {
  width: 100%;
  flex-direction: row;
  align-items: center;
}
#adviser .member-list .item.wide .text {
  margin-left: 30px;
}

/* SP */
@media screen and (max-width: 767px) {
  .h-style2 span {
    font-size: calc(40 / 750 * 100vw);
    width: calc(705 / 750 * 100%);
    line-height: 1.5;
  }

  h3.headline {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }

  h4.headline {
    padding-left: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 2.5;
    letter-spacing: 0.02em;
  }

  p.lead {
    margin: 2em 0 4em;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    font-weight: normal;
  }

  ul.btn {
    margin: calc(80 / 750 * 100vw) 0;
  }
  ul.btn li {
    width: 100%;
    text-align: center;
  }
  ul.btn li a.btn-style1 {
    width: 100%;
    border-radius: 25px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8125;
    min-height: 34px;
  }
  ul.btn li a.link-pdf::after {
    width: calc(36 / 750 * 100vw);
  }

  #detail .image {
    margin-bottom: calc(85 / 750 * 100vw);
  }

  #reason {
    margin-bottom: calc(120 / 750 * 100vw);
  }

  #adviser {
    margin-top: calc(120 / 750 * 100vw);
  }
  #adviser h4 {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.25;
    margin-bottom: calc(80 / 750 * 100vw);
  }
  #adviser .members {
    width: calc(670 / 750 * 100vw);
    margin: calc(110 / 750 * 100vw) auto 0;
    padding-bottom: calc(90 / 750 * 100vw);
  }
  #adviser .members .section-name {
    font-size: calc(23 / 750 * 100vw);
  }
  #adviser .member-list {
    justify-content: space-between;
  }
  #adviser .member-list .item {
    margin-bottom: calc(85 / 750 * 100vw);
    width: 100%;
  }
  #adviser .member-list .item img {
    width: calc(223 / 750 * 100vw);
    margin:0 auto 10px;
    display: block;
  }
  #adviser .member-list .item .name {
    font-size: 20px;
    text-align: center;
  }
  #adviser .member-list .item .name span {
    margin-bottom: 10px;
  }
  #adviser .member-list .item .name .sub {
    font-size: calc(23 / 750 * 100vw);
  }
  #adviser .member-list .item .prof_01 {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  #adviser .member-list .item .prof_01.small{
    font-size: 14px;
  }
  #adviser .member-list .item .prof_02 {
    font-size: 14px;
  }
  #adviser .member-list .item:not(.wide) {
    align-items: flex-start;
    margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #adviser .member-list .item:not(.wide):nth-child(4n) {
    margin-right: 0;
  }
  #adviser .member-list .item.wide {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #adviser .member-list .item.wide .text {
    margin-left: 0;
    margin-top: 5px;
  }
  #adviser .member-list .item .text {
    margin-left: 0;
  }
}

/*# sourceMappingURL=j-adviser.css.map */
