@charset "utf-8";
/*	コース一覧ページ	*/
#courseList-kv {
  background: #f4f8f9 url(/img/kv/course.jpg) no-repeat 0% 50%;
}
#courseList-kv .inner-kv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
#courseList-kv .txt {
  width: 52%;
  max-width: 520px;
  margin: 0 0 0 auto;
}
#courseList-kv .txt h2 {
  text-align: center;
}
#courseList-kv .txt h2 img {
  width: 80%;
  max-width: 400px;
}
#courseList-kv .txt h2 img.sp {
  display: none;
}
@media (max-width: 1001px) {
  #courseList-kv {
    background-size: 50% auto;
  }
  #courseList-kv .inner-kv {
    padding: 60px 0;
  }
}
@media (max-width: 801px) {
  #courseList-kv {
    background: none;
  }
  #courseList-kv .inner-kv {
    padding: 0px;
  }
  #courseList-kv .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #courseList-kv .txt h2 img.pc {
    display: none;
  }
  #courseList-kv .txt h2 img.sp {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

#course-list .inner-sct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
#course-list .box {
  width: 48%;
  margin: 0 0 40px;
}
#course-list .box .inner-box {
  padding: 40px 30px;
}
#course-list .box .inner-box.h {
  min-height: 510px;
}
#course-list .box#self .inner-box,
#course-list .box#us .inner-box {
  background: linear-gradient(90deg, #77a3b3, #8bb1be);
}
/* #course-list .box#us .inner-box {
  background: linear-gradient(90deg, #77a3b3, #8bb1be);
} */
#course-list .box#it .inner-box,
#course-list .box#instagram .inner-box {
  background: linear-gradient(90deg, #66a17a, #7daf8e);
}
#course-list .box#net .inner-box,
#course-list .box#tk .inner-box,
#course-list .box#trading .inner-box {
  background: linear-gradient(90deg, #2c5ea7, #4b76b4);
}
/* #course-list .box#tk .inner-box {
  background: linear-gradient(90deg, #2c5ea7, #4b76b4);
} */
#course-list .box h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
#course-list .box dl {
  position: relative;
  padding: 2px 3px;
  padding-left: 100px;
  color: #fff;
  font-weight: 700;
}
#course-list .box dl dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 50px;
  text-align: center;
}
#course-list .box dl dd {
  line-height: 1.4;
}
#course-list .box dl.tag {
  margin: 0 0 15px;
  padding-left: 100px;
}
#course-list .box dl.tag dt {
  background: none;
  font-size: 17px;
}
#course-list .box dl.tag dd {
  font-size: 19px;
}
#course-list .box ul {
  margin: 0 auto 20px;
  padding: 20px 0;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
}
#course-list .box ul li {
  margin: 0 auto 15px;
}
#course-list .box ul li:last-child {
  margin: 0 auto;
}
#course-list .box ul li dl dt {
  font-size: 14px;
}
#course-list .box#self ul li dl dt,
#course-list .box#us ul li dl dt {
  color: #77a3b3;
}
/* #course-list .box#us ul li dl dt {
  color: #77a3b3;
} */
#course-list .box#it ul li dl dt,
#course-list .box#instagram ul li dl dt {
  color: #66a17a;
}
#course-list .box#net ul li dl dt,
#course-list .box#tk ul li dl dt,
#course-list .box#trading ul li dl dt {
  color: #2c5ea7;
}
/* #course-list .box#tk ul li dl dt {
  color: #2c5ea7;
} */
#course-list .box ul li dl dd {
  font-size: 17px;
}
#course-list .box ul li dl dd span.note {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
#course-list .box .btn-more {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}
#course-list .box .btn-more a {
  display: block;
  padding: 10px 0;
  background: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
#course-list .box .btn-more a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-right: 0;
  vertical-align: middle;
}
#course-list .box .btn-more a span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#course-list .box .btn-more a:hover {
  opacity: 0.9;
}
#course-list .box#self .btn-more a,
#course-list .box#us .btn-more a {
  color: #77a3b3;
}
#course-list .box#self .btn-more a:after,
#course-list .box#us .btn-more a:after {
  border-left: solid 10px #77a3b3;
}
/* #course-list .box#us .btn-more a {
  color: #77a3b3;
} */
/* #course-list .box#us .btn-more a:after {
  border-left: solid 10px #77a3b3;
} */
#course-list .box#it .btn-more a,
#course-list .box#instagram .btn-more a {
  color: #66a17a;
}
#course-list .box#it .btn-more a:after,
#course-list .box#instagram .btn-more a:after {
  border-left: solid 10px #66a17a;
}
#course-list .box#net .btn-more a,
#course-list .box#tk .btn-more a,
#course-list .box#trading .btn-more a {
  color: #2c5ea7;
}
#course-list .box#net .btn-more a:after,
#course-list .box#tk .btn-more a:after,
#course-list .box#trading .btn-more a:after {
  border-left: solid 10px #2c5ea7;
}
/* #course-list .box#tk .btn-more a {
  color: #2c5ea7;
}
#course-list .box#tk .btn-more a:after {
  border-left: solid 10px #2c5ea7;
} */
@media (max-width: 1001px) {
  #course-list .box .inner-box {
    padding: 30px 20px;
  }
  #course-list .box .inner-box.h {
    min-height: 415px;
  }
  #course-list .box h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  #course-list .box dl.tag dt {
    font-size: 15px;
  }
  #course-list .box dl.tag dd {
    font-size: 17px;
  }
  #course-list .box ul li dl dt {
    font-size: 14px;
  }
  #course-list .box ul li dl dd {
    font-size: 15px;
  }
  #course-list .box .btn-more a {
    font-size: 18px;
  }
}
@media (max-width: 801px) {
  #course-list .inner-sct {
    display: block;
  }
  #course-list .box {
    width: 80%;
    margin: 0 auto 30px;
  }
  #course-list .box:last-child {
    margin: 0 auto;
  }
  #course-list .box .inner-box {
    padding: 30px 60px;
  }
  #course-list .box .inner-box.h {
    min-height: auto;
  }
}
@media (max-width: 641px) {
  #course-list .box {
    width: 90%;
  }
  #course-list .box .inner-box {
    padding: 30px 40px;
  }
}
@media (max-width: 481px) {
  #course-list .inner-sct {
    padding: 40px 0;
  }
  #course-list .box {
    margin: 0 auto 20px;
  }
  #course-list .box .inner-box {
    padding: 20px 20px;
  }
  #course-list .box h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #course-list .box dl {
    padding-left: 80px;
  }
  #course-list .box dl dt {
    width: 68px;
  }
  #course-list .box dl dd {
  }
  #course-list .box dl.tag {
    margin: 0 0 10px;
    padding: 2px 3px;
    padding-left: 80px;
  }
  #course-list .box dl.tag dt {
    font-size: 13px;
  }
  #course-list .box dl.tag dd {
    font-size: 14px;
  }
  #course-list .box ul li dl dt {
    font-size: 12px;
  }
  #course-list .box ul li dl dd {
    font-size: 13px;
  }
  #course-list .box ul li dl dd span.br {
    display: block;
  }
  #course-list .box ul li dl dd span.note {
    font-size: 12px;
  }
  #course-list .box .btn-more a {
    padding: 6px;
    font-size: 15px;
  }
}

#selfpension .ttl h2.eng {
  color: #77a3b3;
}
#selfpension .ttl p:after {
  border-top-color: #77a3b3;
}
#selfpension .ttl p span {
  background: #77a3b3;
}

#usstocks .ttl h2.eng {
  color: #77a3b3;
}
#usstocks .ttl p:after {
  border-top-color: #77a3b3;
}
#usstocks .ttl p span {
  background: #77a3b3;
}

#itliteracy .ttl h2.eng {
  color: #66a17a;
}
#itliteracy .ttl p:after {
  border-top-color: #66a17a;
}
#itliteracy .ttl p span {
  background: #66a17a;
}

#netbusiness .ttl h2.eng {
  color: #2c5ea7;
}
#netbusiness .ttl p:after {
  border-top-color: #2c5ea7;
}
#netbusiness .ttl p span {
  background: #2c5ea7;
}

#tiktok .ttl h2.eng {
  color: #2c5ea7;
}
#tiktok .ttl p:after {
  border-top-color: #2c5ea7;
}
#tiktok .ttl p span {
  background: #2c5ea7;
}

#course-realestate .ttl h2.eng {
  color: #77a3b3;
}

.course-kv {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.course-kv .pht,
.course-kv .txt {
  width: 50%;
}
.course-kv .pht img {
  width: 100%;
}
.course-kv .txt {
  position: relative;
}
.course-kv .txt img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  width: 80%;
  max-width: 480px;
}
.course-kv .txt.ptn-1 {
  background: linear-gradient(90deg, #77a3b3, #8bb1be);
}
.course-kv .txt.ptn-2 {
  background: linear-gradient(90deg, #77a3b3, #8bb1be);
}
.course-kv .txt.ptn-3 {
  background: linear-gradient(90deg, #2c5ea7, #4b76b4);
}
.course-kv .txt.ptn-4 {
  background: linear-gradient(90deg, #66a17a, #7daf8e);
}
.course-kv .txt.ptn-5 {
  background: linear-gradient(90deg, #2c5ea7, #4b76b4);
}
.course-kv .pht img.sp,
.course-kv .txt img.sp {
  display: none;
}
@media (max-width: 1001px) {
  .course-kv .pht,
  .course-kv .txt {
    width: 100%;
  }
}
@media (max-width: 801px) {
  .course-kv {
    display: block;
  }
  .course-kv .txt {
    padding: 30px 0;
  }
  .course-kv .txt img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin: 0 auto;
  }
  .course-kv .pht img.pc,
  .course-kv .txt img.pc {
    display: none;
  }
  .course-kv .pht img.sp,
  .course-kv .txt img.sp {
    display: block;
  }
}

#overview .inner-sct {
  padding: 80px 0;
}
#overview .ctn {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}
#overview .box {
  width: 100%;
  margin: 0 auto 30px;
  padding: 60px;
  border: solid 3px #eee;
}
#overview .box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
}
#overview ul.note {
  width: 92%;
  margin: 0 auto;
}
#overview ul.note {
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.05rem;
  text-indent: -18px;
}
#overview .box.box-1 {
  border-color: #77a3b3;
}
#overview .box.box-2 {
  border-color: #77a3b3;
}
#overview .box.box-3 {
  border-color: #2c5ea7;
}
#overview .box.box-4 {
  border-color: #66a17a;
}
#overview .box.box-5 {
  border-color: #2c5ea7;
}
@media (max-width: 801px) {
  #overview .box {
    padding: 30px;
  }
}
@media (max-width: 481px) {
  #overview .inner-sct {
    padding: 40px 0;
  }
  #overview .box {
    margin: 0 auto 20px;
    padding: 30px 20px;
  }
  #overview .box p {
    font-size: 15px;
    line-height: 1.8;
  }
  #overview ul.note {
    width: 100%;
  }
  #overview ul.note {
    padding-left: 18px;
    font-size: 13px;
  }
}

#recommend .inner-sct {
  padding: 70px 0 80px;
}
#recommend .ctn {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#recommend ul {
  width: 90%;
  margin: 0 auto;
}
#recommend ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 5px 0 5px 50px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
#recommend ul li:before,
#recommend ul li:after {
  content: "";
  display: block;
  position: absolute;
}
#recommend ul li:before {
  width: 25px;
  height: 25px;
  background: #fff;
  border: solid 3px #eee;
  left: 0;
  top: 8px;
}
#recommend ul li:after {
  width: 12px;
  height: 27px;
  border-right: solid 5px #eee;
  border-bottom: solid 5px #eee;
  left: 15px;
  top: -2px;
  transform: rotate(45deg);
}
#recommend ul li:last-child {
  margin: 0;
}

#recommend ul.ptn-1 li:before,
#recommend ul.ptn-1 li:after {
  border-color: #77a3b3;
}
#recommend ul.ptn-2 li:before,
#recommend ul.ptn-2 li:after {
  border-color: #77a3b3;
}
#recommend ul.ptn-3 li:before,
#recommend ul.ptn-3 li:after {
  border-color: #2c5ea7;
}
#recommend ul.ptn-4 li:before,
#recommend ul.ptn-4 li:after {
  border-color: #66a17a;
}
#recommend ul.ptn-5 li:before,
#recommend ul.ptn-5 li:after {
  border-color: #2c5ea7;
}
@media (max-width: 481px) {
  #recommend .inner-sct {
    padding: 40px 0;
  }
  #recommend ul li {
    margin: 0 0 10px;
    padding: 2px 0 5px 35px;
    font-size: 15px;
  }
  #recommend ul li:before {
    width: 20px;
    height: 20px;
    border-width: 2px;
    top: 2px;
  }
  #recommend ul li:after {
    width: 8px;
    height: 18px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    left: 12px;
    top: -4px;
  }
}

#effect .inner-sct {
  padding: 70px 0;
}
#effect .ctn {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
#effect ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 60px 30px;
  padding-left: 120px;
  background: #f1f4f8;
  border: solid 2px #eee;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
#effect ul li:last-child {
  margin: 0;
}
#effect ul li span.eng {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 60px;
  line-height: 1;
}

#effect ul.ptn-1 li {
  border-color: #77a3b3;
}
#effect ul.ptn-1 li span.eng {
  color: #77a3b3;
}
#effect ul.ptn-2 li {
  border-color: #77a3b3;
}
#effect ul.ptn-2 li span.eng {
  color: #77a3b3;
}
#effect ul.ptn-3 li {
  border-color: #2c5ea7;
}
#effect ul.ptn-3 li span.eng {
  color: #2c5ea7;
}
#effect ul.ptn-4 li {
  border-color: #66a17a;
}
#effect ul.ptn-4 li span.eng {
  color: #66a17a;
}
#effect ul.ptn-5 li {
  border-color: #2c5ea7;
}
#effect ul.ptn-5 li span.eng {
  color: #2c5ea7;
}

@media (max-width: 801px) {
  #effect ul li {
    padding: 30px 20px;
    padding-left: 80px;
    font-size: 20px;
  }
  #effect ul li span.eng {
    left: 30px;
    font-size: 30px;
  }
}
@media (max-width: 481px) {
  #effect .inner-sct {
    padding: 40px 0;
  }
  #effect ul li {
    padding: 20px 10px;
    padding-left: 60px;
    font-size: 15px;
  }
  #effect ul li span.eng {
    left: 15px;
    font-size: 24px;
  }
}

#cautions .inner-sct {
  padding: 70px 0;
}
#cautions .ctn {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
#cautions .ctn p {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
#cautions ul {
  padding-left: 20px;
}
#cautions ul.mb {
  margin: 0 auto 40px;
}
#cautions ul li {
  margin: 0 auto 6px;
  list-style-type: disc;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
#cautions ul li:last-child {
  margin: 0 auto;
}
@media (max-width: 481px) {
  #cautions .inner-sct {
    padding: 50px 0;
  }
  #cautions .ctn p {
    margin-bottom: 6px;
    font-size: 14px;
  }
  #cautions ul.mb {
    margin: 0 auto 30px;
  }
  #cautions ul li {
    font-size: 13px;
    letter-spacing: 0.05rem;
  }
}

#entry {
  background: url(/img/bg-entry.jpg) no-repeat 50% 100% / cover;
}
#entry .inner-sct {
  padding: 85px 0 70px;
}
#entry h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#entry h2:before,
#entry h2:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #000;
  vertical-align: middle;
}
#entry h2 span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
#entry p.read {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 45px;
  font-size: 22px;
  letter-spacing: 0.05rem;
}
#entry ul {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 60px;
  font-size: 0;
  text-align: center;
}
#entry ul li {
  display: inline-block;
  /* width: 50%; */
}
#entry ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#entry ul li a.btn-study {
  background: linear-gradient(90deg, #77a3b3, #a0bfca);
}
#entry ul li a.btn-entry {
  background: linear-gradient(90deg, #66a17a, #94bda2);
}
#entry ul li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 12px #fff;
  vertical-align: middle;
}
#entry ul li a span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
#entry ul li a br {
  display: none;
}
#entry ul li a:hover {
  opacity: 0.8;
}
#entry .box {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 35px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #fff;
}
#entry .box .txt {
  width: 68%;
}
#entry .box .btn {
  width: 32%;
}
#entry .box .txt p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
#entry .box .txt p br {
  display: none;
}
#entry .box .btn a {
  font-size: 20px;
}
#entry .box .btn a span {
  letter-spacing: 0.1rem;
}
@media (max-width: 801px) {
  #entry p.read {
    font-size: 18px;
  }
  #entry ul li a {
    padding: 18px;
    font-size: 20px;
  }
  #entry ul li a br {
    display: block;
  }
  #entry .box {
    display: block;
  }
  #entry .box .txt {
    width: 100%;
    margin: 0 auto 20px;
  }
  #entry .box .txt p {
    font-size: 18px;
    text-align: center;
  }
  #entry .box .btn {
    width: 100%;
  }
  #entry .box .btn a {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  #entry .inner-sct {
    padding: 40px 0;
  }
  #entry h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #entry h2:before,
  #entry h2:after {
    width: 18px;
    height: 1px;
  }
  #entry h2 span {
    margin: 0 10px;
  }
  #entry p.read {
    margin: 0 auto 20px;
    font-size: 14px;
  }

  #entry ul {
    width: 96%;
    margin: 0 auto 30px;
  }
  #entry ul li a {
    /* width: 92%; */
    padding: 8px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #entry ul li a:after {
    border: solid 4px transparent;
    border-left: solid 8px #fff;
    border-right: 0;
  }

  #entry .box {
    padding: 15px 10px;
  }
  #entry .box .txt {
    margin: 0 auto 10px;
  }
  #entry .box .txt p {
    font-size: 14px;
  }
  #entry .box .txt p br {
    display: block;
  }
  #entry .box .btn a {
    font-size: 15px;
  }
}

/*	ABOUTページ	*/
#about-kv {
  background: url(/img/kv/about.jpg) no-repeat 50% 20% / cover;
}
#about-kv .inner-kv {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}
#about-kv .txt {
  width: 70%;
  max-width: 600px;
  margin: 0 0 0 auto;
}
#about-kv .txt h2 {
}
#about-kv .txt h2 img {
  width: 100%;
}
#about-kv .txt h2 img.sp {
  display: none;
}
@media (max-width: 801px) {
  #about-kv {
    background: none;
  }
  #about-kv .inner-kv {
    padding: 0;
  }
  #about-kv .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #about-kv .txt h2 img.pc {
    display: none;
  }
  #about-kv .txt h2 img.sp {
    display: block;
    width: 100%;
  }
}

#about-message {
  background: #cce5ff url(/img/bg-about.jpg) no-repeat 50% 100% / 100% auto;
}
#about-message .inner-sct {
  padding: 80px 0 280px;
}
#about-message p {
  font-size: 22px;
  text-align: center;
}
#about-message p.read {
  margin-bottom: 70px;
  line-height: 2.5;
}
#about-message p.read span {
  display: block;
}
#about-message p.name {
  font-weight: 700;
}
@media (max-width: 801px) {
  #about-message {
    background-position: 18% 100%;
    background-size: auto auto;
  }
  #about-message .inner-sct {
    padding: 50px 0 280px;
  }
  #about-message p {
    font-size: 16px;
  }
  #about-message p.read {
    width: 85%;
    margin: 0 auto 30px;
    line-height: 2;
    text-align: left;
  }
  #about-message p.read span {
    display: inline;
  }
}
@media (max-width: 481px) {
  #about-message {
    background-size: auto 300px;
  }
  #about-message .inner-sct {
    padding: 40px 0 140px;
  }
  #about-message p {
    font-size: 14px;
  }
}

#about-reason .inner-sct {
  padding: 80px 0;
}
#about-reason .ctn p {
  font-size: 22px;
  letter-spacing: 0.1rem;
  text-align: center;
}
#about-reason .ctn p span {
  display: block;
}
#about-reason .ctn p em {
  font-size: 26px;
  font-weight: 700;
}
#about-reason .ctn p.note {
  margin-bottom: 40px;
  font-size: 18px;
}
#about-reason figure {
  width: 90%;
  max-width: 870px;
  margin: 0 auto 30px;
  text-align: center;
}
#about-reason figure img {
  width: 100%;
}
#about-reason .box {
  width: 92%;
  max-width: 720px;
  margin: 40px auto;
  padding: 40px 50px;
  border: solid 4px #dcdcdc;
  background: url(/img/bg-ptn-2.gif);
}
#about-reason .box h3 {
  margin-bottom: 30px;
  color: #2c5ea7;
  font-size: 28px;
  font-size: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}
#about-reason .box h3 span {
  display: inline-block;
  border-bottom: solid 1px #2c5ea7;
}
#about-reason .box ul li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.4;
  vertical-align: top;
}
#about-reason .box ul li:last-child {
  margin-bottom: 0;
}
#about-reason .box ul li:before,
#about-reason .box ul li:after {
  content: "";
  display: block;
  position: absolute;
}
#about-reason .box ul li:before {
  width: 20px;
  height: 20px;
  background: #dcdcdc;
  left: 0;
  top: 5px;
}
#about-reason .box ul li:after {
  width: 10px;
  height: 20px;
  border-right: solid 4px #2c5ea7;
  border-bottom: solid 4px #2c5ea7;
  left: 10px;
  top: -4px;
  transform: rotate(45deg);
}

#about-reason .award-ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
#about-reason .award-ctn .award {
  margin: 0 auto 50px;
  font-size: 0;
  text-align: center;
}
#about-reason .award-ctn .award li {
  display: inline-block;
  width: 30%;
}
#about-reason .award-ctn .award li dl {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 15px;
}
#about-reason .award-ctn .award li dl dt {
  margin: 0 auto 6px;
}
#about-reason .award-ctn .award li dl dt img {
  width: 100%;
  height: auto;
}
#about-reason .award-ctn .award li dl dd {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
#about-reason .award-ctn .award li dl dd span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 801px) {
  #about-reason .ctn p {
    font-size: 16px;
  }
  #about-reason .ctn p em {
    font-size: 21px;
  }
  #about-reason .ctn p.note {
    font-size: 14px;
  }
  #about-reason .box h3 {
    font-size: 24px;
  }
  #about-reason .box ul li {
    font-size: 18px;
  }
}
@media (max-width: 641px) {
  #about-reason .ctn p {
    font-size: 14px;
  }
  #about-reason .ctn p em {
    font-size: 16px;
  }
  #about-reason .ctn p.note {
    margin-bottom: 30px;
    font-size: 12px;
  }
  #about-reason figure {
    margin: 0 auto 20px;
  }
  #about-reason .box {
    margin: 20px auto;
    padding: 30px;
  }
  #about-reason .award-ctn .award li {
    width: 50%;
  }
}
@media (max-width: 481px) {
  #about-reason .inner-sct {
    padding: 40px 0;
  }
  #about-reason .ctn {
    width: 88%;
    margin: 0 auto;
  }
  #about-reason .ctn p {
    letter-spacing: 0.05rem;
    text-align: justify;
  }
  #about-reason .ctn p span {
    display: inline;
  }
  #about-reason .ctn p.note {
    font-size: 12px;
  }
  #about-reason figure {
    width: 100%;
  }
  #about-reason .box {
    padding: 15px 10px;
    border-width: 2px;
  }
  #about-reason .box h3 {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #about-reason .box ul {
    width: 90%;
    margin: 0 auto;
  }
  #about-reason .box ul li {
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 14px;
  }
  #about-reason .box ul li:before {
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
  }
  #about-reason .box ul li:after {
    width: 6px;
    height: 15px;
    left: 8px;
    top: -4px;
  }
}

#about-flow .inner-sct {
  padding: 80px 0;
}
#about-flow ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#about-flow ul li {
  margin: 0 auto 12px;
}
#about-flow ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 15px;
  border: solid 65px transparent;
  border-top: solid 18px #2c5ea7;
  border-bottom: 0;
}
#about-flow ul li:first-child:before {
  content: none;
}
#about-flow ul li dl {
  display: table;
  width: 100%;
  padding: 25px 0;
  background: #fff;
  border: solid 4px #dcdcdc;
}
#about-flow ul li dl dt,
#about-flow ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}
#about-flow ul li dl dt {
  width: 200px;
  border-right: solid 2px #dcdcdc;
  color: #2c5ea7;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
#about-flow ul li dl dt span {
  display: block;
  font-size: 36px;
}
#about-flow ul li dl dt span em {
  margin-left: 8px;
  font-size: 44px;
  font-style: italic;
}
#about-flow ul li dl dd {
  padding: 10px 20px;
  font-size: 21px;
}
#about-flow ul li dl dd span.tit {
  display: block;
  font-weight: 700;
}
#about-flow ul li dl dd span.note {
  display: block;
  font-size: 16px;
}
#about-flow ul li dl dd a {
  display: block;
  width: 70%;
  max-width: 230px;
  margin: 10px 0 0 110px;
  padding: 10px 0;
  background: linear-gradient(90deg, #054fa6, #3d89bd);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
#about-flow ul li dl dd a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 8px #fff;
  border-right: 0;
}
#about-flow ul li dl dd a span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#about-flow ul li dl dd a:hover {
  opacity: 0.85;
}
@media (max-width: 801px) {
  #about-flow ul li dl dd {
    font-size: 18px;
  }
  #about-flow ul li dl dd a {
    margin: 10px 0 0 30px;
  }
}
@media (max-width: 641px) {
  #about-flow .inner-sct {
    padding: 40px 0;
  }
  #about-flow ul li dl {
    width: 100%;
    padding: 15px 20px 20px;
    border-width: 2px;
  }
  #about-flow ul li dl dt,
  #about-flow ul li dl dd {
    display: block;
    width: 100%;
  }
  #about-flow ul li dl dt {
    border-right: none;
    border-bottom: solid 2px #dcdcdc;
    padding-bottom: 15px;
  }
  #about-flow ul li dl dt span {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    vertical-align: middle;
  }
  #about-flow ul li dl dt span em {
    font-size: 36px;
  }
  #about-flow ul li dl dt img {
    display: inline-block;
    width: 60px;
  }
  #about-flow ul li dl dd {
    padding: 15px 0px 0px;
    font-size: 16px;
  }
  #about-flow ul li dl dd br.pc {
    display: none;
  }
  #about-flow ul li dl dd span.note {
    font-size: 14px;
  }
  #about-flow ul li dl dd a {
    margin: 10px auto 0;
  }
}
@media (max-width: 481px) {
  #about-flow ul li dl {
    padding: 10px 20px 15px;
  }
  #about-flow ul li dl dt {
    padding-bottom: 12px;
  }
  #about-flow ul li dl dt span {
    font-size: 24px;
  }
  #about-flow ul li dl dt span em {
    font-size: 30px;
  }
  #about-flow ul li dl dt img {
    width: 50px;
  }
  #about-flow ul li dl dd {
    font-size: 14px;
  }
  #about-flow ul li dl dd span.note {
    font-size: 12px;
  }
  #about-flow ul li dl dd a {
    padding: 6px 0;
    font-size: 14px;
  }
}

#about-faq .inner-sct {
  padding: 80px 0;
}
#about-faq .read {
  width: 92%;
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
#about-faq .read p {
  display: inline-block;
  font-size: 21px;
  text-align: left;
}
#about-faq ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
}
#about-faq ul li {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 25px;
  background: #fff;
  border: solid 4px #dcdcdc;
}
#about-faq ul li:last-child {
  margin: 0 auto;
}
#about-faq ul li dl dt {
  position: relative;
  padding: 40px 20px 30px 90px;
  font-size: 24px;
  font-weight: 700;
}
#about-faq ul li dl dd {
  position: relative;
  padding: 25px 20px 30px 90px;
  font-size: 20px;
  border-top: dashed 1px #dcdcdc;
}
#about-faq ul li dl dt span,
#about-faq ul li dl dd span {
  position: absolute;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}
#about-faq ul li dl dt span {
  color: #ff242e;
  top: 40px;
}
#about-faq ul li dl dd span {
  color: #2c5ea7;
  top: 25px;
}
#about-faq .btn {
  width: 70%;
  max-width: 400px;
}
#about-faq .btn a {
  padding: 20px 0;
  font-size: 24px;
}
@media (max-width: 801px) {
  #about-faq .read p {
    font-size: 18px;
  }
  #about-faq ul li dl dt {
    font-size: 20px;
  }
  #about-faq ul li dl dd {
    font-size: 16px;
  }
}
@media (max-width: 641px) {
  #about-faq .inner-sct {
    padding: 40px 0;
  }
  #about-faq ul li {
    border-width: 2px;
  }
  #about-faq ul li dl dt {
    padding: 20px 10px 20px 60px;
  }
  #about-faq ul li dl dd {
    padding: 15px 10px 20px 60px;
  }
  #about-faq ul li dl dt span,
  #about-faq ul li dl dd span {
    left: 10px;
    font-size: 36px;
  }
  #about-faq ul li dl dt span {
    top: 22px;
  }
  #about-faq ul li dl dd span {
    top: 20px;
  }
}
@media (max-width: 481px) {
  #about-faq .read {
    margin: 0 auto 20px;
  }
  #about-faq .read p {
    font-size: 14px;
  }
  #about-faq ul {
    margin: 0 auto 30px;
  }
  #about-faq ul li {
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  #about-faq ul li dl dt {
    padding: 15px 0px 15px 32px;
    font-size: 15px;
    line-height: 1.5;
  }
  #about-faq ul li dl dd {
    padding: 10px 0px 15px 32px;
    font-size: 13px;
  }
  #about-faq ul li dl dt span,
  #about-faq ul li dl dd span {
    left: 4px;
    font-size: 24px;
  }
  #about-faq ul li dl dt span {
    top: 15px;
  }
  #about-faq ul li dl dd span {
    top: 12px;
  }
  #about-faq .btn a {
    padding: 10px 0;
    font-size: 16px;
  }
}

/*	LINEページ	*/
#line-kv {
  background: url(/img/kv/line.jpg) no-repeat 80% 25% / cover;
}
#line-kv .inner-kv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 80px 0 120px; */
  padding: 40px 0 40px;
}
#line-kv .txt {
  width: 70%;
  max-width: 660px;
  margin: 0 0 0 auto;
}
#line-kv .txt h2 {
  margin: 0 auto 35px;
  text-align: center;
}
#line-kv .txt h2 img {
  width: 100%;
}
#line-kv .txt h2 img.sp {
  display: none;
}
#line-kv .btn-line p {
  text-align: center;
}
#line-kv .btn-line p img {
  width: 80%;
  max-width: 530px;
}
#line-kv .btn-line p a:hover {
  opacity: 0.8;
}
@media (max-width: 801px) {
  #line-kv {
    background: none;
  }
  #line-kv .inner-kv {
    padding: 0;
  }
  #line-kv .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #line-kv .txt h2 img.pc {
    display: none;
  }
  #line-kv .txt h2 img.sp {
    display: block;
    width: 100%;
  }
}

#line-howto {
  background-image: url(/img/bg-line-L.png), url(/img/bg-line-R.png);
  background-position: 4% 50%, 96% 50%;
  background-repeat: no-repeat;
}
#line-howto .inner-sct {
  padding: 80px 0;
}
#line-howto .line-read h3 {
  margin: 0 auto 50px;
  text-align: center;
}
#line-howto .line-read h3 img {
  width: 92%;
  max-width: 880px;
}
#line-howto .line-read h3 img.sp {
  display: none;
}
#line-howto p {
  text-align: center;
}
#line-howto p img {
  width: 92%;
  max-width: 860px;
}
#line-howto ul {
  display: none;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#line-howto ul li {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  border: solid 4px #dcdcdc;
  position: relative;
  padding: 20px;
  padding-left: 140px;
  font-size: 32px;
  line-height: 1.4;
}
#line-howto ul li:last-child {
  margin: 0 auto;
}
#line-howto ul li em {
  position: absolute;
  left: 35px;
  top: 50%;
  line-height: 1;
  transform: translateY(-46%);
  color: #2c5ea7;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
}
#line-howto ul li span.bl {
  color: #2c5ea7;
}
#line-howto ul li span.note {
  font-size: 24px;
}
@media (max-width: 1401px) {
  #line-howto {
    background-position: -5% 50%, 105% 50%;
  }
}
@media (max-width: 1201px) {
  #line-howto {
    background-image: none;
  }
}
@media (max-width: 641px) {
  #line-howto .line-read h3 img.pc {
    display: none;
  }
  #line-howto .line-read h3 img.sp {
    display: block;
    margin: auto;
  }
  #line-howto p {
    display: none;
  }
  #line-howto ul {
    display: block;
  }
}
@media (max-width: 481px) {
  #line-howto .inner-sct {
    padding: 40px 0;
  }
  #line-howto .line-read h3 {
    margin: 0 auto 30px;
  }
  #line-howto ul li {
    margin: 0 auto 20px;
    border-width: 3px;
    padding: 15px;
    padding-left: 70px;
    font-size: 22px;
  }
  #line-howto ul li:last-child {
    margin: 0 auto;
  }
  #line-howto ul li em {
    left: 10px;
    font-size: 36px;
  }
  #line-howto ul li span.note {
    font-size: 20px;
  }
}

#line-gift {
  background: url(/img/bg-ptn-1.gif);
}
#line-gift .inner-sct {
  padding: 80px 0;
}
#line-gift h2 {
  margin: 0 auto 30px;
  text-align: center;
}
#line-gift h2 img {
  width: 70%;
  max-width: 460px;
}
#line-gift p {
  margin: 0 auto 40px;
  font-size: 22px;
  text-align: center;
}
#line-gift p span.pc {
  display: block;
}
#line-gift p em {
  color: #ba892c;
  font-size: 36px;
  font-weight: 700;
}
#line-gift ul {
  font-size: 0;
}

#line-gift ul.ex {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}
#line-gift ul.ex li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#line-gift ul.ex li dl {
  width: 94%;
  margin: 0 auto;
}
#line-gift ul.ex li dl dt {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 15px;
  padding: 2px;
  background: #fff;
  border: solid 3px #dfb76b;
  box-shadow: 0 0 8px #ccc;
}
#line-gift ul.ex li dl dt img {
  width: 100%;
  border: solid 1px #dfb76b;
}
#line-gift ul.ex li dl dd.name {
  margin: 0 auto 15px;
  font-size: 28px;
}
#line-gift ul.ex li dl dd.num {
  color: #ba892c;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
#line-gift ul.ex li dl dd.num span {
  display: inline-block;
  padding: 8px 25px;
  border: solid 1px #dcdcdc;
  border-radius: 50px;
  background: #fff;
}
#line-gift ul.ex li dl dd.num img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

#line-gift .box {
  width: 84%;
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fff;
  border: solid 4px #dcdcdc;
  color: #292929;
}
#line-gift .box h3 {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-align: center;
}
#line-gift .box h3 br {
  display: none;
}
#line-gift .box h3 span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: solid 1px #ba892c;
}
#line-gift .box ul {
  width: 90%;
  margin: 0 auto;
}
#line-gift .box ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#line-gift .box ul.check li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.4;
  vertical-align: top;
}
#line-gift .box ul.check li:before,
#line-gift .box ul.check li:after {
  content: "";
  display: block;
  position: absolute;
}
#line-gift .box ul.check li:before {
  width: 20px;
  height: 20px;
  background: #dcdcdc;
  left: 0;
  top: 5px;
}
#line-gift .box ul.check li:after {
  width: 10px;
  height: 20px;
  border-right: solid 4px #ba892c;
  border-bottom: solid 4px #ba892c;
  left: 10px;
  top: -4px;
  transform: rotate(45deg);
}
@media (max-width: 801px) {
  #line-gift p span {
    display: block;
  }
  #line-gift ul.ex li dl dd.name {
    font-size: 21px;
  }
  #line-gift ul.ex li dl dd.num {
    font-size: 18px;
    line-height: 1;
  }
  #line-gift ul.ex li dl dd.num img {
    width: 20px;
  }
  #line-gift .box h3 {
    font-size: 24px;
  }
  #line-gift .box ul {
    width: 94%;
  }
  #line-gift .box ul.check li {
    font-size: 20px;
  }
}
@media (max-width: 641px) {
  #line-gift ul.ex {
    margin: 0 auto;
  }
  #line-gift ul.ex li {
    display: block;
    width: 100%;
    margin: 0px auto 40px;
  }
  #line-gift .box h3 br {
    display: block;
  }
  #line-gift .box ul > li {
    display: block;
    width: 92%;
    max-width: 300px;
    margin: 0 auto;
  }
  #line-gift .box ul.check li {
    margin-bottom: 10px;
  }
}
@media (max-width: 481px) {
  #line-gift .inner-sct {
    padding: 40px 0;
  }
  #line-gift p {
    margin: 0 auto 20px;
    font-size: 15px;
  }
  #line-gift p em {
    font-size: 21px;
  }

  #line-gift ul.ex li dl dt {
    width: 80%;
  }
  #line-gift ul.ex li dl dd.name {
    font-size: 18px;
  }
  #line-gift ul.ex li dl dd.num {
    font-size: 16px;
  }
  #line-gift ul.ex li dl dd.num img {
    width: 18px;
  }

  #line-gift .box {
    padding: 30px 12px;
    border-width: 3px;
  }
  #line-gift .box h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  #line-gift .box h3 span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: solid 1px #ba892c;
  }
  #line-gift .box ul.check li {
    padding-left: 35px;
    font-size: 18px;
  }
  #line-gift .box ul.check li:before {
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
  }
  #line-gift .box ul.check li:after {
    width: 8px;
    height: 16px;
    left: 10px;
    top: -4px;
  }
}

#official .inner-sct {
  /* padding: 80px 0 120px; */
  padding: 80px 0;
}
#official h2 {
  color: #00b900;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
}
#official p {
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#official .btn-line p {
  margin: 0 auto;
}
#official .btn-line p img {
  width: 80%;
  max-width: 530px;
}
#official ul {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#official ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#official ul li dl {
  position: relative;
  display: block;
  width: 94%;
  max-width: 350px;
  min-height: 360px;
  margin: 0 auto;
  border: solid 3px #dcdcdc;
}
#official ul li dl dt {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  font-size: 22px;
}
#official ul li dl dt span {
  display: inline-block;
  padding: 4px 20px;
  background: #2c5ea7;
  color: #fff;
}
#official ul li dl dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: solid 7px transparent;
  border-top: solid 16px #2c5ea7;
  border-bottom: 0;
}
#official ul li dl dd {
  font-size: 20px;
}
#official ul li dl.qr {
  padding-top: 50px;
}
#official ul li dl.qr dd {
  margin-bottom: 15px;
}
#official ul li dl.qr dd img {
  width: 80%;
  max-width: 180px;
}
#official ul li dl.id {
  padding-top: 80px;
}
#official ul li dl.id dd.account {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
}
#official ul li dl.id dd.account span {
  display: block;
  color: #00b900;
  font-size: 38px;
}
#official ul li dl.id dd.note {
  line-height: 1.4;
}
#official ul li a {
  display: none;
}
@media (max-width: 801px) {
  #official ul li {
    display: block;
    width: 100%;
  }
  #official ul li:first-child {
    display: none !important;
  }
  #official ul li dl {
    width: 90%;
    min-height: auto;
    padding-bottom: 20px;
  }
  #official ul li dl.id {
    margin: 0 auto 30px;
  }
  #official ul li a {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  #official ul li a img {
    width: 100%;
  }
}
@media (max-width: 481px) {
  #official .inner-sct {
    padding: 40px 0 60px;
  }
  #official h2 {
    font-size: 30px;
  }
  #official p {
    margin: 0 auto 30px;
    font-size: 14px;
  }
  #official ul li dl dt {
    top: -16px;
    font-size: 16px;
  }
  #official ul li dl.id {
    padding-top: 40px;
  }
  #official ul li dl.id dd {
    font-size: 16px;
  }
  #official ul li dl.id dd.account {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #official ul li dl.id dd.account span {
    font-size: 24px;
  }
}

/*	オンラインサロンページ	*/
#online-kv {
  background: #f4f8f9 url(/img/kv/online.jpg) no-repeat 0% 50%;
}
#online-kv .inner-kv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
#online-kv .txt {
  width: 52%;
  max-width: 520px;
  margin: 0 0 0 auto;
}
#online-kv .txt h2 {
  text-align: center;
}
#online-kv .txt h2 img {
  width: 90%;
  max-width: 250px;
}
#online-kv .txt h2 img.sp {
  display: none;
}
@media (max-width: 1001px) {
  #online-kv {
    background-size: 50% auto;
  }
  #online-kv .inner-kv {
    padding: 60px 0;
  }
}
@media (max-width: 801px) {
  #online-kv {
    background: none;
  }
  #online-kv .inner-kv {
    padding: 0px;
  }
  #online-kv .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #online-kv .txt h2 img.pc {
    display: none;
  }
  #online-kv .txt h2 img.sp {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

#online-guide .inner-sct {
  padding: 80px 0 50px;
}
#online-guide h2 {
  margin: 0 auto 50px;
  color: #2c5ea7;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
#online-guide h2 em {
  letter-spacing: -0.1rem;
}
#online-guide h2 span {
  background: linear-gradient(transparent 80%, #ccf1cc 80%);
}
#online-guide p {
  margin: 0 auto 70px;
  font-size: 21px;
  line-height: 1.8;
  text-align: center;
}

#online-guide ul {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}
#online-guide ul li {
  position: relative;
  display: inline-block;
  width: 33%;
  margin: 0 auto 30px;
  vertical-align: top;
  padding-top: 25px;
}
#online-guide ul li span.eng {
  position: absolute;
  left: 20px;
  top: 0;
  color: #2c5ea7;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
#online-guide ul li dl {
  width: 94%;
  max-width: 350px;
  min-height: 330px;
  margin: 0 auto;
  background: #f1f4f8;
}
#online-guide ul li dl dt img {
  width: 100%;
}
#online-guide ul li dl dd {
  padding: 20px 25px;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}
#online-guide ul li:nth-child(1) dl,
#online-guide ul li:nth-child(2) dl,
#online-guide ul li:nth-child(3) dl {
  min-height: 430px;
}
#online-guide ul li:nth-child(7) dl,
#online-guide ul li:nth-child(8) dl,
#online-guide ul li:nth-child(9) dl {
  min-height: 380px;
}
@media (max-width: 1001px) {
  #online-guide ul li:nth-child(7) dl,
  #online-guide ul li:nth-child(8) dl,
  #online-guide ul li:nth-child(9) dl {
    min-height: 400px;
  }
}
@media (max-width: 801px) {
  #online-guide p span {
    display: block;
  }
  #online-guide ul li {
    width: 50%;
  }
  #online-guide ul li:nth-child(3) dl,
  #online-guide ul li:nth-child(4) dl {
    min-height: 380px;
  }

  #online-guide ul li:nth-child(7) dl,
  #online-guide ul li:nth-child(8) dl {
    min-height: 380px;
  }
  #online-guide ul li:nth-child(9) dl {
    min-height: auto;
  }
}
@media (max-width: 641px) {
  #online-guide h2 {
    margin: 0 auto 30px;
    font-size: 30px;
  }
  #online-guide p {
    margin: 0 auto 40px;
    font-size: 16px;
  }

  #online-guide ul li {
    padding-top: 25px;
  }
  #online-guide ul li dl {
    min-height: auto;
  }
  #online-guide ul li dl dd {
    padding: 15px 20px;
    font-size: 14px;
  }
  #online-guide ul li:nth-child(1) dl,
  #online-guide ul li:nth-child(2) dl {
    min-height: 360px;
  }
  #online-guide ul li:nth-child(3) dl,
  #online-guide ul li:nth-child(4) dl {
    min-height: 340px;
  }
  #online-guide ul li:nth-child(7) dl,
  #online-guide ul li:nth-child(8) dl {
    min-height: 340px;
  }
}
@media (max-width: 481px) {
  #online-guide .inner-sct {
    padding: 40px 0;
  }

  #online-guide h2 {
    margin: 0 auto 20px;
    font-size: 24px;
  }
  #online-guide p {
    width: 88%;
    margin: 0 auto 40px;
    font-size: 15px;
    text-align: justify;
  }
  #online-guide p span {
    display: inline;
  }

  #online-guide ul li {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  #online-guide ul li dl {
    min-height: auto;
  }
  #online-guide ul li dl dd {
    padding: 15px 20px;
    font-size: 14px;
  }
  #online-guide ul li:nth-child(1) dl,
  #online-guide ul li:nth-child(2) dl,
  #online-guide ul li:nth-child(3) dl,
  #online-guide ul li:nth-child(4) dl,
  #online-guide ul li:nth-child(7) dl,
  #online-guide ul li:nth-child(8) dl {
    min-height: auto;
  }
}

#online-fee .inner-sct {
  padding: 60px 0;
}
#online-fee ul {
  width: 85%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  border: solid 4px #dcdcdc;
}
#online-fee ul li {
  padding: 20px 0;
  border-bottom: dashed 1px #dcdcdc;
}
#online-fee ul li:last-child {
  border: none;
}
#online-fee ul li dl {
  display: table;
  width: 85%;
  margin: 0 auto;
}
#online-fee ul li dl dt,
#online-fee ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}
#online-fee ul li dl dt {
  width: 28%;
  font-size: 28px;
}
#online-fee ul li dl dd {
  width: 72%;
  color: #2c5ea7;
  font-size: 26px;
}
#online-fee ul li dl dd.price {
  font-size: 30px;
}
#online-fee ul li dl dd em {
  font-size: 38px;
}
#online-fee ul li dl dd span.note {
  display: block;
  font-size: 22px;
}
@media (max-width: 801px) {
  #online-fee ul li dl dt {
    font-size: 24px;
  }
  #online-fee ul li dl dd {
    font-size: 21px;
  }
  #online-fee ul li dl dd.price {
    font-size: 24px;
  }
  #online-fee ul li dl dd em {
    font-size: 30px;
  }
  #online-fee ul li dl dd span.note {
    font-size: 20px;
  }
}
@media (max-width: 641px) {
  #online-fee ul li dl {
    width: 92%;
  }
  #online-fee ul li dl dt {
    font-size: 21px;
  }
  #online-fee ul li dl dd {
    font-size: 21px;
  }
  #online-fee ul li dl dd.price {
    font-size: 21px;
  }
  #online-fee ul li dl dd em {
    font-size: 30px;
  }
  #online-fee ul li dl dd span.note {
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  #online-fee .inner-sct {
    padding: 40px 0;
  }
  #online-fee ul li {
    padding: 12px 0;
  }
  #online-fee ul li dl {
    width: 82%;
  }
  #online-fee ul li dl dt {
    font-size: 14px;
  }
  #online-fee ul li dl dd {
    font-size: 15px;
  }
  #online-fee ul li dl dd.price {
    font-size: 14px;
  }
  #online-fee ul li dl dd em {
    font-size: 20px;
  }
  #online-fee ul li dl dd span.note {
    font-size: 11px;
  }
}

#online-apply .inner-sct {
  padding: 60px 0 90px;
}
#online-apply p.read {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 801px) {
  #online-apply p.read {
    font-size: 20px;
  }
}
@media (max-width: 641px) {
  #online-apply p.read {
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  #online-apply .inner-sct {
    padding: 40px 0;
  }
  #online-apply p.read {
    font-size: 15px;
  }
  #online-apply p.read span {
    display: block;
  }
}

/*	お問い合わせページ	*/
#contact-kv {
  background: #f4f8f9 url(/img/kv/contact.jpg) no-repeat 0% 50%;
}
#contact-kv .inner-kv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 106px 0;
}
#contact-kv .txt {
  width: 52%;
  max-width: 520px;
  margin: 0 0 0 auto;
}
#contact-kv .txt h2 {
  text-align: center;
}
#contact-kv .txt h2 img {
  width: 90%;
  max-width: 400px;
}
#contact-kv .txt h2 img.sp {
  display: none;
}
@media (max-width: 1001px) {
  #contact-kv {
    background-size: 50% auto;
  }
  #contact-kv .inner-kv {
    padding: 60px 0;
  }
}
@media (max-width: 801px) {
  #contact-kv {
    background: none;
  }
  #contact-kv .inner-kv {
    padding: 0px;
  }
  #contact-kv .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #contact-kv .txt h2 img.pc {
    display: none;
  }
  #contact-kv .txt h2 img.sp {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

#contact-ctn .inner-sct {
  padding: 70px 0 130px;
}
#contact-ctn .box {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 25px 0 50px;
  border: solid 4px #dcdcdc;
}
#contact-ctn .box p.must {
  margin-bottom: 30px;
  color: #ff4362;
  font-size: 14px;
  text-align: center;
}
#contact-ctn .box ul {
  width: 92%;
  margin: 0 auto 35px;
  border-top: dashed 1px #aaa;
}
#contact-ctn .box ul li {
  padding: 20px 10px;
  border-bottom: dashed 1px #aaa;
}
#contact-ctn .box ul li dl {
  display: table;
  width: 100%;
}
#contact-ctn .box ul li dl dt,
#contact-ctn .box ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}
#contact-ctn .box ul li dl dt {
  width: 30%;
  font-size: 18px;
}
#contact-ctn .box ul li dl dd {
  width: 70%;
}
#contact-ctn .box ul li dl dt sup {
  color: #ff4362;
}
#contact-ctn .box ul li dl dd input[type="text"],
#contact-ctn .box ul li dl dd input[type="email"],
#contact-ctn .box ul li dl dd input[type="tel"] {
  width: 100%;
  padding: 5px 8px;
  background: #f2f2f2;
  border: solid 1px #ddd;
  border-radius: 5px;
}
#contact-ctn .box ul li dl dd textarea {
  width: 100%;
  padding: 5px 8px;
  background: #f2f2f2;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.btn-send {
  width: 100%;
  margin: 0 auto;
}
.btn-send .btn-inner {
  position: relative;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(90deg, #054fa6, #3d89bd);
  border-radius: 50px;
  overflow: hidden;
}
.btn-send input[type="submit"] {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.btn-send .btn-inner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  border: solid 7px transparent;
  border-left: solid 12px #fff;
  vertical-align: middle;
}
.btn-send input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 641px) {
  #contact-ctn .box ul li dl dt,
  #contact-ctn .box ul li dl dd {
    display: block;
  }
  #contact-ctn .box ul li dl dt {
    width: 100%;
    margin: 0 0 5px;
  }
  #contact-ctn .box ul li dl dd {
    width: 100%;
  }
}
@media (max-width: 481px) {
  #contact-ctn .inner-sct {
    padding: 60px 0;
  }
  #contact-ctn .box {
    padding: 15px 0 30px;
    border-width: 2px;
  }
  #contact-ctn .box p.must {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #contact-ctn .box ul {
    margin: 0 auto 20px;
  }
  #contact-ctn .box ul li {
    padding: 10px 10px 12px;
  }
  #contact-ctn .box ul li dl dt {
    font-size: 16px;
  }
  #contact-ctn .box ul li dl dd {
    font-size: 14px;
  }
  .btn-send input[type="submit"] {
    padding: 12px 0;
    font-size: 17px;
  }
}

.wpcf7 form .wpcf7-response-output {
  width: 90%;
  margin: 20px auto 0 !important;
  text-align: center;
}

.thanks {
  padding: 80px 0 150px;
  text-align: center;
}
.thanks h2 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 400;
}
.thanks p {
  margin-bottom: 60px;
  font-size: 21px;
}
.thanks .btn {
  width: 60%;
  max-width: 400px;
}
.thanks .btn a {
  position: relative;
  font-size: 24px;
}
.thanks .btn a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 641px) {
  .thanks h2 {
    font-size: 30px;
  }
  .thanks p {
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  .thanks {
    padding: 60px 0;
  }
  .thanks h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .thanks p {
    font-size: 14px;
  }
  .thanks .btn a {
    font-size: 16px;
  }
}

#article {
  padding: 40px 0 80px;
}
#article .inner-ctn {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#article .article-ctn {
  width: 70%;
}
#article .article-side {
  width: 24%;
}
#article .post-ttl {
  margin: 0 auto 20px;
}
#article .post-ctn img {
  height: auto;
  max-width: 100%;
}
#article .post-ttl h2 {
  font-size: 28px;
  margin: 0 auto 10px;
}
#article .post-ttl p.date {
  color: #666;
  font-size: 11px;
}
.post-ctn h1,
.post-ctn h2,
.post-ctn h3,
.post-ctn h4,
.post-ctn h5,
.post-ctn h6 {
  clear: both;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.post-ctn p {
  line-height: 1.8;
  margin: 0 0 2em 0;
}
.post-ctn a {
  word-break: break-all;
}
.post-ctn figure img {
  width: auto;
  max-width: 100%;
}
.post-ctn .wp-block-table {
  margin-bottom: 16px;
}
.post-ctn .wp-block-table table {
  min-width: 600px;
}
.post-ctn .wp-block-table table th,
.post-ctn .wp-block-table table td {
  border: solid 1px black;
  padding: 5px 10px;
  vertical-align: middle;
  min-width: 90px;
}
#article .prev-next {
  display: flex;
}
#article .prev-next .prev-post {
  width: 50%;
  border-right: solid 1px #ccc;
}
#article .prev-next .next-post {
  width: 50%;
}
#article .prev-next .prev-post a,
#article .prev-next .next-post a {
  position: relative;
  display: block;
  min-height: 120px;
  text-decoration: none;
}
#article .prev-next .prev-post a {
  padding: 30px 15px 0px 120px;
}
#article .prev-next .next-post a {
  padding: 30px 120px 0px 20px;
}
#article .prev-next .prev-post a:before,
#article .prev-next .next-post a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
}
#article .prev-next .prev-post a:before {
  left: 5px;
  transform: translate(0, -50%) rotate(45deg);
  border-bottom: solid 2px #ccc;
  border-left: solid 2px #ccc;
}
#article .prev-next .next-post a:after {
  right: 5px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
}
#article .prev-next .prev-post span.sp,
#article .prev-next .next-post span.sp {
  display: none;
}
#article .prev-next .prev-post span.th,
#article .prev-next .next-post span.th {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
#article .prev-next .prev-post span.th {
  left: 20px;
}
#article .prev-next .next-post span.th {
  right: 20px;
}
#article .prev-next .prev-post span.th img,
#article .prev-next .next-post span.th img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#article .prev-next .prev-post span.tit,
#article .prev-next .next-post span.tit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#article .prev-next .prev-post a:hover,
#article .prev-next .next-post a:hover {
  background: #f1f4f8;
}

@media (max-width: 801px) {
  #article .inner-ctn {
    display: block;
  }
  #article .article-ctn {
    width: 100%;
    margin: 0 auto 60px;
  }
  #article .article-side {
    width: 100%;
  }
}
@media (max-width: 481px) {
  #article .post-ttl h2 {
    font-size: 18px;
  }
  .post-ctn p {
    line-height: 1.6;
    margin: 0 0 1em 0;
  }
  #article .prev-next .prev-post a,
  #article .prev-next .next-post a {
    min-height: auto;
  }
  #article .prev-next .prev-post a {
    padding: 10px 20px;
  }
  #article .prev-next .next-post a {
    padding: 10px 20px;
  }
  #article .prev-next .prev-post span.pc,
  #article .prev-next .next-post span.pc {
    display: none;
  }
  #article .prev-next .prev-post span.sp,
  #article .prev-next .next-post span.sp {
    display: block;
    font-size: 13px;
    text-align: center;
  }
}

#secondary h2.widgettitle {
  margin-bottom: 10px;
  padding: 2px 10px;
  background: #2c5ea7;
  color: #fff;
  font-size: 18px;
}
#secondary ul li {
  margin: 0 auto 25px;
}
#secondary ul li ul li {
  position: relative;
  margin: 0 auto 8px;
  padding-left: 20px;
  font-size: 14px;
}
#secondary ul li ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
#secondary ul li ul li a {
  color: #222;
  text-decoration: none;
}
#secondary ul li ul li a:hover {
  color: #3d89bd;
}
#secondary dl.prof {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#secondary dl.prof dt {
  margin: 0 auto 10px;
}
#secondary dl.prof dt img {
  width: 100%;
  border-radius: 50%;
}
#secondary dl.prof dd.name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#secondary dl.prof dd.txt {
  margin-bottom: 8px;
  font-size: 13px;
  text-align: justify;
}
#secondary dl.prof dd.sns {
  text-align: center;
}
#secondary dl.prof dd.sns a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
}
#secondary dl.prof dd.sns a:before {
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  top: 10px;
  left: 9px;
  display: block;
  width: 17px;
  height: 17px;
  color: #666;
  font-size: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#secondary dl.prof dd.sns a.tw:before {
  content: "\f099";
}
#secondary dl.prof dd.sns a.fb:before {
  content: "\f39e";
}
#secondary dl.prof dd.sns a.ins:before {
  content: "\f16d";
}
#secondary dl.prof dd.sns a:hover {
  background-color: #08b9d4;
  border-color: #08b9d4;
}
#secondary dl.prof dd.sns a:hover:before {
  color: #fff;
}

#secondary dl.prof dd.sns a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#secondary .screen-reader-text {
  display: none;
}
#secondary #archives-dropdown-3 {
  width: 100%;
  padding: 6px;
  border: solid 1px #eee;
}

#archive .inner-sct {
  padding: 70px 0 80px;
}
#archive .ctn {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
#archive .cate-header {
  margin: 0 auto 30px;
  text-align: center;
}
#archive .cate-header h1.page-title {
  font-size: 24px;
  font-weight: 400;
}
#archive .cate-header h1.page-title:before,
#archive .cate-header h1.page-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #222;
  vertical-align: middle;
}
#archive .cate-header h1.page-title span {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
#archive ul.article {
  font-size: 0;
}
#archive ul.article li {
  display: inline-block;
  width: 25%;
  margin: 0 auto 20px;
  vertical-align: top;
}
#archive ul.article li a {
  text-decoration: none;
}

#archive ul.article li dl {
  display: block;
  width: 94%;
  max-width: 250px;
  margin: 0 auto;
  background: #f1f4f8;
}
#archive ul.article li dl dt {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 auto 20px;
}
#archive ul.article li dl dt img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#archive ul.article li dl dd {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: 700;
}
#archive ul.article li dl dd span.date {
  display: block;
  margin-bottom: 6px;
  color: #2c5ea7;
  font-size: 16px;
}
#archive ul.article li dl dd span.tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
#archive ul.article li dl dt a:hover {
  opacity: 0.8;
}
#archive ul.article li dl dd a:hover span.tit {
  color: #666;
}
#archive ul.article li dl dd.tag {
  min-height: 85px;
  padding-bottom: 10px;
  overflow: hidden;
}
#archive ul.article li dl dd.tag a {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  padding: 2px 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}
#archive ul.article li dl dd.tag a.tag-1 {
  background: #2c5ea7;
}
#archive ul.article li dl dd.tag a.tag-2 {
  background: #66a17a;
}
#archive ul.article li dl dd.tag a.tag-3 {
  background: #e39f52;
}
#archive ul.article li dl dd.tag a.tag-4 {
  background: #2c5ea7;
}

#archive .tag-list {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 25px 30px 15px;
  border: solid 1px #c8c8c8;
}
#archive .tag-list ul {
  font-size: 0;
}
#archive .tag-list ul li {
  display: inline-block;
  margin: 0 8px 10px;
}
#archive .tag-list ul li a {
  display: inline-block;
  padding: 2px 15px;
  background: #dfe5ec;
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
#archive .btn {
  max-width: 280px;
  margin: 0 auto;
}
#archive .btn a {
  font-size: 22px;
}
#archive .pager {
  margin: 0 auto 40px;
}
#archive .pager ul {
  text-align: center;
}
#archive .pager ul li {
  display: inline-block;
  margin: 5px;
  font-size: 18px;
}
#archive .pager ul li span,
#archive .pager ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #eee;
  text-decoration: none;
}
#archive .pager ul li span {
  color: #2c5ea7;
}
#archive .pager ul li a {
  background: #dfe5ec;
  color: #222;
}
#archive .pager ul li a:hover {
  background: #fff;
  color: #2c5ea7;
}
@media (max-width: 801px) {
  #archive ul.article li {
    width: 33%;
  }
  #archive ul.article li dl dt {
    min-height: 120px;
    height: 120px;
  }
  #archive ul.article li dl dd.tag {
    min-height: 80px;
  }
  #archive ul.article li dl dd.tag a {
    font-size: 12px;
  }
}
@media (max-width: 641px) {
  #archive ul.article li {
    width: 50%;
  }
  #archive ul.article li:nth-child(odd) a {
    margin: 0 10px 0 auto;
  }
  #archive ul.article li:nth-child(even) a {
    margin: 0 auto 0 10px;
  }
  #archive ul.article li dl dt {
    margin: 0 auto 10px;
  }
  #archive ul.article li dl dd {
    padding-bottom: 10px;
  }
  #archive ul.article li dl dd span.date {
    margin-bottom: 4px;
    font-size: 13px;
  }
  #archive ul.article li dl dd span.tit {
    font-size: 14px;
  }
  #archive ul.article li dl dd.tag {
    padding-bottom: 15px;
  }
  #archive .tag-list {
    padding: 15px 20px 10px;
  }
  #archive .tag-list ul li a {
    font-size: 13px;
  }
}
@media (max-width: 481px) {
  #archive .inner-sct {
    padding: 40px 0;
  }
  #archive .cate-header h1.page-title {
    font-size: 16px;
  }
  #archive ul.article li dl dt {
    min-height: 85px;
    height: 85px;
  }
  #archive ul.article li dl dd {
    width: 86%;
    padding-bottom: 8px;
  }
  #archive ul.article li dl dd span.date {
    margin-bottom: 0px;
    font-size: 11px;
  }
  #archive ul.article li dl dd span.tit {
    font-size: 13px;
    text-align: left;
  }
  #archive ul.article li dl dd.tag {
    min-height: 65px;
  }
  #archive ul.article li dl dd.tag a {
    font-size: 10px;
    margin: 0 0 5px;
    padding: 2px 6px;
  }
  #archive .tag-list {
    padding: 15px 10px 10px;
  }
  #archive .tag-list ul li a {
    font-size: 12px;
  }
  #archive .btn a {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?evfvw0");
  src: url("../fonts/icomoon.eot?evfvw0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?evfvw0") format("truetype"),
    url("../fonts/icomoon.woff?evfvw0") format("woff"),
    url("../fonts/icomoon.svg?evfvw0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  content: "\e907";
}
.icon-hatebu:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e909";
}
.icon-pocket:before {
  content: "\e90a";
}
.icon-google-plus:before {
  content: "\e900";
}
.icon-google-plus2:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-rss:before {
  content: "\e90b";
}
.icon-rss2:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e905";
}
#single_share {
  margin: 0 auto 50px;
}
#share_top1 ul li a,
#share_top2 ul li a,
#share_btm1 ul li a,
#share_btm2 ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*--------------------------------
share_top1（Style1）
---------------------------------*/
#share_top1 {
  width: 100%;
  margin: 15px 0;
}
#share_top1 h2 {
  color: #666;
  font-weight: 400;
}
#share_top1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#share_top1 ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#share_top1 ul li a {
  display: inline-block;
  min-width: 27px;
  height: 27px;
  text-decoration: none;
  margin: 0 1px 5px 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  color: #fff !important;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  line-height: 25px;
  padding: 1px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#share_top1 ul li a i {
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
#share_top1 ul li a .ttl {
  margin: 0 3px 0 5px;
  text-align: center;
  line-height: 20px;
}
#share_top1 ul li a .share-count {
  display: inline;
  font-size: 9px;
  color: #fff;
  padding: 0;
  line-height: 25px;
  margin: 0;
  border-radius: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#share_top1 ul li > a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
@media screen and (max-width: 481px) {
  #share_top1 {
    width: 100%;
    margin: -10px 0 20px;
    margin: 20px 0;
  }
  #share_top1 ul {
  }
  #share_top1 ul li a {
    margin-right: 2px;
    height: 25px;
    min-width: 18px;
  }
  #share_top1 ul li a i {
    left: 1px;
  }
  #share_top1 ul li > a span.ttl {
    display: none;
  }
  #share_top1 ul li a .share-count {
    margin-left: 3px;
  }
}
/* Twitter */
#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
  color: #fff;
  background-color: #55acee;
}
#share_top1 ul li.twitter a:hover,
#share_btm1 ul li.twitter a:hover {
  background-color: #468ec5;
}
/* Facebook */
#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
  background-color: #35629a;
}
#share_top1 ul li.facebook a:hover,
#share_btm1 ul li.facebook a:hover {
  background-color: #1f3669;
}
/* Google+ */
#share_top1 ul li.googleplus a,
#share_btm1 ul li.googleplus a {
  background-color: #dd4b39;
}
#share_top1 ul li.googleplus a:hover,
#share_btm1 ul li.googleplus a:hover {
  background-color: #b94031;
}
#share_top1 ul li.googleplus a i {
  top: 4px;
}
/* Hatena */
#share_top1 ul li.hatebu > a,
#share_btm1 ul li.hatebu a {
  background-color: #3c7dd1;
}
#share_top1 ul li.hatebu > a:hover,
#share_btm1 ul li.hatebu a:hover {
  background-color: #0270ac;
}
/* Pocket */
#share_top1 ul li.pocket a,
#share_btm1 ul li.pocket a {
  background-color: #ee4056;
}
#share_top1 ul li.pocket a:hover,
#share_btm1 ul li.pocket a:hover {
  background-color: #c53648;
}
/* rss */
#share_top1 ul li.rss a,
#share_btm1 ul li.rss a {
  background-color: #ffb53c;
}
#share_top1 ul li.rss a:hover,
#share_btm1 ul li.rss a:hover {
  background-color: #e09900;
}
/* Feedly */
#share_top1 ul li.feedly a,
#share_btm1 ul li.feedly a {
  background-color: #6cc655;
}
#share_top1 ul li.feedly > a:hover,
#share_btm1 ul li.feedly > a:hover {
  background-color: #5ca449;
}
/* Pinterest */
#share_top1 ul li.pinterest a,
#share_btm1 ul li.pinterest a {
  background-color: #d4121c;
}
#share_top1 ul li.pinterest a:hover,
#share_btm1 ul li.pinterest a:hover {
  background-color: #a42f35;
}

#archive ul.news-list {
  width: 90%;
  max-width: 850px;
  min-height: 400px;
  margin: 0 auto;
}
#archive ul.news-list li {
  margin: 0 auto 15px;
  border: solid 1px #bdbdbd;
}
#archive ul.news-list li:last-child {
  margin: 0 auto;
}
#archive ul.news-list li dl {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 200px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
#archive ul.news-list li dl dt {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#archive ul.news-list li a {
  text-decoration: none;
}

@media (max-width: 641px) {
  #archive ul.news-list li dl {
    padding-left: 125px;
    font-size: 14px;
  }
  #archive ul.news-list li dl dt {
    left: 20px;
  }
}
@media (max-width: 481px) {
  #archive ul.news-list li dl {
    padding-left: 100px;
    font-size: 13px;
  }
  #archive ul.news-list li dl dt {
    left: 10px;
    font-size: 12px;
  }
}

/*--------------------------------
セミナー動画（アーカイブ）
---------------------------------*/
.post-type-archive-seminar_video .wrap .sct,
.tax-video_category .wrap .sct {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.post-type-archive-seminar_video #archive .inner-sct,
.tax-video_category #archive .inner-sct {
  /* width: 72%; */
  width: 100%;
}

.post-type-archive-seminar_video #archive .ctn,
.tax-video_category #archive .ctn {
  width: 100%;
}

.post-type-archive-seminar_video .article-side,
.tax-video_category .article-side {
  margin-top: 70px;
  width: 24%;
}

.post-type-archive-seminar_video #archive ul.article li dl dd,
.tax-video_category #archive ul.article li dl dd {
  height: 104px;
}

.post-type-archive-seminar_video #archive ul.article li dl dd span.tit,
.tax-video_category #archive ul.article li dl dd span.tit {
  -webkit-line-clamp: 3;
}

.tax-video_category #archive .btn {
  max-width: 300px;
  margin: 0 auto;
}

/* モーダル(画像) */

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal-wrap {
  height: 100%;
  overflow: auto;
  /* padding: 20px; */
  white-space: nowrap;
  width: 100%;
}

.modal-wrap::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

.modal .modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 70%;
}

.modal-content video {
  width: 100%;
}

.modal-content .modal-close {
  align-items: center;
  background: #2c5ea7;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: -17px;
  top: -17px;
  width: 34px;
}

.modal-content .modal-close p {
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  padding: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1001px) {
  .post-type-archive-seminar_video #archive ul.article li,
  .tax-video_category #archive ul.article li {
    width: 33%;
  }
}

@media (max-width: 801px) {
  .post-type-archive-seminar_video .wrap .sct,
  .tax-video_category .wrap .sct {
    flex-direction: column;
  }
  .post-type-archive-seminar_video #archive .inner-sct,
  .tax-video_category #archive .inner-sct {
    padding-bottom: 0;
    width: 100%;
  }

  .post-type-archive-seminar_video #archive .article-side,
  .tax-video_category .article-side {
    margin-top: 0;
    width: 100%;
  }
  .modal-content {
    max-width: 90%;
  }
}

.single-seminar_video video {
  width: 100%;
}

@media (max-width: 641px) {
  .post-type-archive-seminar_video #archive ul.article li,
  .tax-video_category #archive ul.article li {
    width: 50%;
  }
  .post-type-archive-seminar_video #archive ul.article li dl dd,
  .tax-video_category #archive ul.article li dl dd {
    height: 76px;
  }
}

@media (max-width: 481px) {
  .post-type-archive-seminar_video #archive ul.article li dl dd,
  .tax-video_category #archive ul.article li dl dd {
    height: 68px;
  }
}

/*--------------------------------
コラムバナー
---------------------------------*/
.banner-img {
  margin-bottom: 50px;
}
.banner-img a {
  display: block;
  width: 100%;
  max-width: 600px;
}
.banner-img a img {
  width: 100%;
}

/*--------------------------------
会社概要
---------------------------------*/
#company .inner-sct {
  padding: 70px 0 130px;
}

#company .box {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

#company table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #bcbcbc solid;
  text-align: left;
}

#company table th {
  width: 25%;
  background-color: #e6e6e6;
  border: 1px #bcbcbc solid;
  border-collapse: collapse;
  padding: 10px 14px;
  table-layout: fixed;
}

#company table td {
  border: 1px #bcbcbc solid;
  background-color: #ffffff;
  border-collapse: collapse;
  padding: 10px 14px;
  table-layout: fixed;
}

/*--------------------------------
ギネス世界記録™挑戦
---------------------------------*/
#challenge-guinness {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}
#challenge-guinness .wp-block-group {
  margin-bottom: 48px;
}
#challenge-guinness .wp-block-group h1 {
  line-height: 1;
  border-bottom: 4px solid #002c4d;
  padding-bottom: 4px;
  margin-bottom: 32px;
}
#challenge-guinness .wp-block-group h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
#challenge-guinness .wp-block-group h2::before,
#challenge-guinness .wp-block-group h2::after {
  content: "―";
}
#challenge-guinness .wp-block-group p {
  margin-bottom: 16px;
}
#challenge-guinness .wp-block-group p:last-of-type {
  margin-bottom: 0;
}
#challenge-guinness .wp-block-group p.text-box {
  display: inline-block;
  border: 4px solid #cf2e2e;
  padding: 10px;
}
#challenge-guinness .wp-block-group ol {
  margin-left: 24px;
}
#challenge-guinness .wp-block-group ol li {
  margin-bottom: 16px;
}
#challenge-guinness .wp-block-group ol li:last-of-type {
  margin-bottom: 0;
}
#challenge-guinness .wp-block-group ol li .img-wrap {
  border: 5px solid #fff;
  box-shadow: 0px 3px 8px rgb(51 51 51 / 20%);
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 240px;
}
#challenge-guinness .wp-block-group ol li img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#challenge-guinness .wp-block-image {
  margin: 60px auto;
  width: 100%;
  max-width: 600px;
}
#challenge-guinness .wp-block-image figure {
  width: 80%;
}
#challenge-guinness .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#challenge-guinness .wp-block-embed iframe {
  display: block;
  margin: 0 auto;
  width: 640px;
  height: 400px;
}
.page-id-1092 #ft {
  padding-bottom: 20px;
}
@media (max-width: 801px) {
  #challenge-guinness .wp-block-group {
    margin-bottom: 32px;
  }
  #challenge-guinness .wp-block-group h1 {
    margin-bottom: 24px;
    font-size: max(5.2vw, 24px);
  }
  #challenge-guinness p.has-large-font-size {
    font-size: max(4.4vw, 20px);
  }
  #challenge-guinness .wp-block-image {
    margin: 48px auto;
  }
  #challenge-guinness .wp-block-embed iframe {
    width: 100%;
    height: 57vw;
  }
  #challenge-guinness .wp-block-group h2 {
    font-size: 18px;
  }
  #challenge-guinness .wp-block-group ol li .img-wrap {
    margin: 8px auto 24px;
    width: 80%;
  }
  .page-id-1092 #ft {
    padding-bottom: 20px;
  }
}

/* 2022_11_24 */
.sp-only {
  display: none;
}
@media (max-width: 801px) {
  .sp-only {
    display: block;
  }
}
