@charset "UTF-8";

.recital {
}
.recital .nodsp2 {
  display: inline-block;
}
.recital br.nodsp2 {
  display: inline;
}
.recital .dsp2,
.recital br.dsp2,
.recital_program .dsp2,
.recital_program br.dsp2 {
  display: none
}
.recital .subpage_header_l2 {
  background: url(/assets/img/seminar/img_hero.jpg) no-repeat center 10% / cover;
}
/* .recital .subpage_header_l2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 960px;
  height: 100%;
  background: url(/assets/img/seminar/bg_pattern_gradient.png) repeat-x left top / auto 400px,
  url(/assets/img/seminar/bg_pattern_gradient.png) repeat-x left top / auto 400px;
} */
.recital .subpage_header_l2 .subpage_header_l__container {
  height: auto;
  background: none;
  padding: 0 0 50px;
  z-index: 1;
}
.recital .subpage_header_l2 .subpage_header_l__container .subpage_header_l__ttl {
  position: static;
  color: #029d1b;
  margin: 24px auto 0;
  text-shadow: 0 0 2px rgb(255,255,255,1), 0 0 2px rgb(255,255,255,1),
  0 0 2px rgb(255,255,255,1), 0 0 2px rgb(255,255,255,1),
  0 0 2px rgb(255,255,255,1), 0 0 2px rgb(255,255,255,1);
}
.recital .subpage_header_l2 .box,
.recital .subpage_header_l2 .box::before,
.recital .subpage_header_l2 .box::after,
.recital .subpage_header_l2 .box *,
.recital .subpage_header_l2 .box *::before,
.recital .subpage_header_l2 .box *::after,
.recital .section_recital,
.recital .section_recital::before,
.recital .section_recital::after,
.recital .section_recital *,
.recital .section_recital *::before,
.recital .section_recital *::after {
  box-sizing: border-box;
  line-height: inherit;
  letter-spacing: inherit;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .subpage_header_l2 {
    background-image: url(/assets/img/seminar/img_hero_sp.jpg);
    background-position: center 5%;
  }
  .recital .subpage_header_l2::before {
    min-width: 320px;
    background: url(/assets/img/seminar/bg_pattern_gradient.png) repeat-x left top / auto 300px,
    url(/assets/img/seminar/bg_pattern_gradient.png) repeat-x left top / auto 300px;
    opacity: 0.8;
  }
  .recital .subpage_header_l2 .subpage_header_l__container {
    padding: 20px 5%;
  }
  .recital .subpage_header_l2 .subpage_header_l__container .subpage_header_l__ttl {
    margin: 0 auto;
  }
}

/* SP */
@media screen and (max-width: 374px) {
  .recital .nodsp2,
  .recital br.nodsp2 {
    display: none;
  }
  .recital .dsp2,
  .recital_program .dsp2 {
  	display: inline-block;
  }
  .recital br.dsp2,
  .recital_program br.dsp2 {
  	display: inline;
  }
}

/*------------------------------------------------------------------------------
  .recital .seminar_online
------------------------------------------------------------------------------*/
.recital .seminar_online,
.recital_program .seminar_online {
  width: 100%;
  margin: 20px auto 0;
  background: #fedde2;
  border-radius: 20px;
  padding: 30px;
}
.recital .seminar_online .txt,
.recital_program .seminar_online .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  text-align: center;
}
.recital .seminar_online .txt_btn,
.recital_program .seminar_online .txt_btn {
  padding: 1em 0 0;
}
.recital .seminar_online .txt a,
.recital_program .seminar_online .txt a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #e93e52;
}
.recital .seminar_online .txt a.icon-pdf,
.recital_program .seminar_online .txt a.icon-pdf {
  margin: 0 31px 0 0;
}
.recital .seminar_online .txt a::before,
.recital_program .seminar_online .txt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.recital .seminar_online .txt a::after,
.recital_program .seminar_online .txt a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.recital .seminar_online .txt a.icon-pdf::after,
.recital_program .seminar_online .txt a.icon-pdf::after {
  right: -31px;
  width: 24px;
  height: 26px;
  background: url(/assets/img/common/ic_pdf_2.png) repeat left top / contain;
  margin: -13px 0 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .seminar_online,
  .recital_program .seminar_online {
    width: calc(100% - 20px);
    border-radius: 10px;
    padding: 30px 5%;
  }
  .recital .seminar_online .txt,
  .recital_program .seminar_online .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .recital .seminar_online .txt a.icon-pdf,
  .recital_program .seminar_online .txt a.icon-pdf {
    margin: 0 27px 0 0;
  }
  .recital .seminar_online .txt a.icon-pdf::after,
  .recital_program .seminar_online .txt a.icon-pdf::after {
    right: -27px;
    width: 20px;
    height: 22px;
    margin: -11px 0 0;
  }
}

/*------------------------------------------------------------------------------
  .recital .subpage_header_l2 .box
------------------------------------------------------------------------------*/
.recital .subpage_header_l2 .box {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: rgba(254,254,251,0.9);
  padding: 40px 60px;
  margin: 34px auto 0;
  box-shadow: 0 2px 10px 0 rgba(47,114,80,0.4);
}
.recital .subpage_header_l2 .box .txt_free {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -80px;
  width: 130px;
  height: 130px;
  background: #e93e52;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.recital .subpage_header_l2 .box .txt_free .txt_b {
  display: block;
  font-size: 150%;
  padding: 8px 0 0;
}
.recital .subpage_header_l2 .box .txt_tagline {
  font-size: 26px;
  /* font-size: 22px; */
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em auto;
  text-align: center;
  color: #029d1b;
}
.recital .subpage_header_l2 .box .txt_tagline2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em auto;
  text-align: center;
  padding: 20px 0 0;
}
.recital .subpage_header_l2 .box .txt_caution {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em auto;
  padding: 1.5em 0 0;
  text-align: center;
  color: #e93e52;
}
.recital .subpage_header_l2 .box .btns_set {
  display: table;
  width: 100%;
  margin: 30px auto 0;
}
.recital .subpage_header_l2 .box .btns_set .btn {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
}
.recital .subpage_header_l2 .box .btns_set .btn.close {
  position: relative;
}
.recital .subpage_header_l2 .box .btns_set .btn a,
.recital .subpage_header_l2 .box .btns_set .btn p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 200px;
  overflow: hidden;
}
.recital .subpage_header_l2 .box .btns_set .btn_place1 a,
.recital .subpage_header_l2 .box .btns_set .btn_place1 p {
  background: #0b9a4f;
  border: 3px solid #0b9a4f;
}
.recital .subpage_header_l2 .box .btns_set .btn_place2 a,
.recital .subpage_header_l2 .box .btns_set .btn_place2 p {
  background: #3773bc;
  border: 3px solid #3773bc;
}
.recital .subpage_header_l2 .box .btns_set .btn.close p {
  color: #b0b0b0;
  background: #999;
  border-color: #999;
}
.recital .subpage_header_l2 .box .btns_set .btn a::before,
.recital .subpage_header_l2 .box .btns_set .btn p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  border: 2px solid #fff;
}
.recital .subpage_header_l2 .box .btns_set .btn.close p::before {
  border-color: #b0b0b0;
}
.recital .subpage_header_l2 .box .btns_set .btn a::after,
.recital .subpage_header_l2 .box .btns_set .btn p::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0;
  background: url(/assets/img/common/ic_arrow_white_d_sp.png) no-repeat center / contain;
}
.recital .subpage_header_l2 .box .btns_set .btn.close p::after {
  display: none;
}
.recital .subpage_header_l2 .box .btns_set .btn .txt_s {
  display: block;
  font-size: 14px;
}
.recital .subpage_header_l2 .box .btns_set .btn .txt {
  display: block;
  font-size: 24px;
  padding: 8px 0 0;
}
.recital .subpage_header_l2 .box .btns_set .btn .txt + .txt_s {
  padding: 8px 0 0;
}
.recital .subpage_header_l2 .box .btns_set .btn sup {
  font-size: 50%;
}
.recital .subpage_header_l2 .box .btns_set .close .txt_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em 0;
  padding: 2px 0 0 0.5em;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.recital .subpage_header_l2 .box .btns_set .txt_note {
  font-size: 12px;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 20px 0 0;
  text-align: center;
}
.recital .subpage_header_l2 .box .btns_set .txt_note a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #e93e52;
  margin: 0 15px 0 0;
}
.recital .subpage_header_l2 .box .btns_set .txt_note a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.recital .subpage_header_l2 .box .btns_set .txt_note a.icon-newwindow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 12px;
  height: 10px;
  background: url(/assets/img/common/ic_new_window_2.png) repeat left top / contain;
  margin: -5px 0 0;
}
.recital .btn_seminar_register,
.recital_program .btn_seminar_register {
  width: 100%;
  margin: 20px auto 0;
}
.recital .btn_seminar_register a,
.recital .btn_seminar_register p,
.recital_program .btn_seminar_register a,
.recital_program .btn_seminar_register p {
  display: block;
  width: 100%;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1 !important;
  color: #fff;
  text-align: center;
  background: url(/assets/img/common/bg_gradient_orange_01.png) repeat-y left top / 100% auto;
  border-radius: 100px;
  overflow: hidden;
  padding: 32px 0;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.recital .btn_seminar_register p,
.recital_program .btn_seminar_register p {
  padding: 17px 0;　/* if has .txt_ss in '.btn_seminar_register p' */
}
.recital .btn2 .btn_seminar_register a,
.recital .btn2 .btn_seminar_register p {
/* .recital_program .btn_seminar_register a { */
  font-size: 20px;
  line-height: 1;
}
.recital .btn_seminar_register p,
.recital_program .btn_seminar_register p {
  position: relative;
  background: #999;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.recital .btn2.is-place1 .btn_seminar_register a,
.recital .btn2.is-place1 .btn_seminar_register p,
.recital .btn2 .is-place1 + .btn_seminar_register a,
.recital .btn2 .is-place1 + .btn_seminar_register p {
  padding: 12.6px 0;
}
.recital_program.is-place1 .btn_seminar_register a,
.recital_program.is-place1 .btn_seminar_register p {
}
.recital .btn_seminar_register a:hover,
.recital_program .btn_seminar_register a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.recital .btn_seminar_register p:hover {
  cursor: default;
}
.recital .btn_seminar_register a::before,
.recital .btn_seminar_register p::before,
.recital_program .btn_seminar_register a::before,
.recital_program .btn_seminar_register p::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  width: 101px;
  height: 100%;
  background: url(/assets/img/common/ico_btn_arrow.png) no-repeat left center / 100% auto;
}
.recital .btn2 .btn_seminar_register a::before,
.recital .btn2 .btn_seminar_register p::before,
.recital_program .btn_seminar_register a::before,
.recital_program .btn_seminar_register p::before {
  right: 30px;
  width: 30px;
  background-position: right center;
  background-size: 90px auto;
}
.recital .btn_seminar_register a.icon-newwindow::before,
.recital_program .btn_seminar_register a.icon-newwindow::before,
.recital .btn2 .btn_seminar_register a.icon-newwindow::before,
.recital .btn_seminar_register p.icon-newwindow::before,
.recital_program .btn_seminar_register p.icon-newwindow::before,
.recital .btn2 .btn_seminar_register p.icon-newwindow::before {
  width: 20px;
  background: url(/assets/img/common/ic_new_window_white.png) no-repeat left center / 100% auto;
}
.recital .btn_seminar_register a::after
.recital_program .btn_seminar_register a::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
.recital .btn_seminar_register .txt_ss {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin: -0.2em 0;
  padding: 10px 0 0;
}
.recital_program .btn_seminar_register .txt_ss {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin: -0.2em 0;
  padding: 15px 0 0;
}
.recital .subpage_header_l2 .box .txt_memo,
.recital .btn_seminar_register + .txt_memo,
.recital_program .btn_seminar_register + .txt_memo {
  width: 100%;
	font-size: 16px;
	line-height: 1.876;
  font-weight: bold;
  text-align: center;
  margin: 22px 0 0;
  padding: 0;
  color: #e93e52;
}
.recital_program .btn_seminar_register + .txt_memo {
  margin: -18px 0 0;
}
.recital .subpage_header_l2 .box .txt_memo a {
  color: #e93e52;
}
.recital .subpage_header_l2 .box .txt_memo .txt_tag,
.recital .btn_seminar_register + .txt_memo .txt_tag,
.recital_program .btn_seminar_register + .txt_memo .txt_tag {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 0.75em;
  margin-right: 1em;
  border-radius: 2px;
  border: 1px solid #e93e52;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .subpage_header_l2 .box {
    border-radius: 10px;
    padding: 28px 4% 34px;
    margin: 24px auto 0;
  }
  .recital .subpage_header_l2 .box .txt_free {
    right: -10px;
    /* top: -15px;
    width: 84px;
    height: 84px;
    font-size: 16px; */
    top: -20px;
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .recital .subpage_header_l2 .box .txt_free .txt_b {
    padding: 4px 0 0;
  }
  .recital .subpage_header_l2 .box .txt_tagline {
    font-size: 16px;
  }
  .recital .subpage_header_l2 .box .txt_tagline2 {
    font-size: 14px;
    padding: 15px 0 0;
  }
  .recital .subpage_header_l2 .box .txt_caution {
    font-size: 16px;
  }
  .recital .subpage_header_l2 .box .btns_set {
    max-width: 450px;
    margin: 18px auto 0;
  }
  .recital .subpage_header_l2 .box .btns_set .btn {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
  }
  .recital .subpage_header_l2 .box .btns_set .btn a::after,
  .recital .subpage_header_l2 .box .btns_set .btn p::after {
    right: 20px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
  }
  .recital .subpage_header_l2 .box .btns_set .btn .txt_s {
    font-size: 12px;
  }
  .recital .subpage_header_l2 .box .btns_set .btn .txt {
    font-size: 18px;
    padding: 6px 0 0;
  }
  .recital .subpage_header_l2 .box .btns_set .btn .txt + .txt_s {
    font-size: 11px;
    line-height: 1.3;
    margin: -0.15em 0;
    padding: 10px 0 0;
  }
  .recital .subpage_header_l2 .box .btns_set .close .txt_close {
    font-size: 16px;
  }
  .recital .btn_seminar_register,
  .recital_program .btn_seminar_register {
    max-width: 500px;
    padding: 0 10px;
  }
  .recital .btn2 .btn_seminar_register,
  .recital_program .btn2 .btn_seminar_register {
    max-width: none;
    padding: 0;
  }
  .recital .btn_seminar_register a,
  .recital .btn_seminar_register p,
  .recital_program .btn_seminar_register a,
  .recital_program .btn_seminar_register p {
    font-size: 18px;
    line-height: 1.5 !important;
    margin: -0.25em auto;
    padding: 12px 0;
  }
  .recital .btn2 .btn_seminar_register a,
  .recital .btn2 .btn_seminar_register p,
  .recital_program .btn_seminar_register a,
  .recital_program .btn_seminar_register p {
    font-size: 16px;
    line-height: 1.5 !important;
    margin: 0 auto;
    padding: 21px 0;
  }
  .recital .btn2.is-place1 .btn_seminar_register a,
  .recital .btn2 .is-place1 + .btn_seminar_register a,
  .recital_program.is-place1 .btn_seminar_register a,
  .recital .btn2.is-place1 .btn_seminar_register p,
  .recital .btn2 .is-place1 + .btn_seminar_register p,
  .recital_program.is-place1 .btn_seminar_register p {
    padding: 15px 0;
  }
  .recital .btn_seminar_register a::before,
  .recital .btn_seminar_register p::before,
  .recital_program .btn_seminar_register a::before,
  .recital_program .btn_seminar_register p::before {
    right: 7.462686567164178%;
    width: 60px;
  }
  .recital .btn2 .btn_seminar_register a::before,
  .recital .btn2 .btn_seminar_register p::before,
  .recital_program .btn_seminar_register a::before,
  .recital_program .btn_seminar_register p::before {
    right: 5%;
    width: 20px;
    background-size: 60px auto;
  }
  .recital .btn_seminar_register a.icon-newwindow::before,
  .recital_program .btn_seminar_register a.icon-newwindow::before,
  .recital .btn2 .btn_seminar_register a.icon-newwindow::before,
  .recital .btn_seminar_register p.icon-newwindow::before,
  .recital_program .btn_seminar_register p.icon-newwindow::before,
  .recital .btn2 .btn_seminar_register p.icon-newwindow::before {
    right: 5%;
    width: 16px;
  }
  .recital .btn_seminar_register .txt_ss,
  .recital_program .btn_seminar_register .txt_ss {
    font-size: 11px;
    line-height: 1.3;
    margin: -0.15em 0;
    padding: 8px 0 0;
  }
  .recital .subpage_header_l2 .box .txt_memo,
  .recital .btn_seminar_register + .txt_memo,
  .recital_program .btn_seminar_register + .txt_memo {
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0 0;
    padding: 0 5.33333333333333%;
  }
  .recital_program .btn_seminar_register + .txt_memo {
    margin: -20px 0 0;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .recital .subpage_header_l2 .box .txt_free {
    top: -20px;
    /* width: 76px;
    height: 76px; */
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .recital .subpage_header_l2 .box .txt_tagline {
    font-size: 15px;
  }
  .recital .subpage_header_l2 .box .txt_tagline2 {
    font-size: 13px;
  }
  .recital .subpage_header_l2 .box .txt_caution {
    font-size: 14px;
  }
  .recital .subpage_header_l2 .box .btns_set .btn a::after {
    right: 15px;
  }
  .recital .btn_seminar_register a::before,
  .recital .btn_seminar_register p::before,
  .recital_program .btn_seminar_register a::before,
  .recital_program .btn_seminar_register p::before {
    right: 7%;
    width: 50px;
  }
  .recital .btn2 .btn_seminar_register a,
  .recital .btn2 .btn_seminar_register p,
  .recital_program .btn_seminar_register a,
  .recital_program .btn_seminar_register p {
    line-height: 1.4 !important;
    padding: 12px 0;
  }
  .recital .subpage_header_l2 .box .txt_memo,
  .recital .btn_seminar_register + .txt_memo,
  .recital_program .btn_seminar_register + .txt_memo {
    font-size: 13px;
  }
}

/*------------------------------------------------------------------------------
  .section_recital, .section__ttl
------------------------------------------------------------------------------*/
.recital .section_recital {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 60px 0 196px;
  overflow: hidden;
}
.recital .section_recital strong {
  font-weight: bold;
}
.recital .section_recital .section__container {
  width: 960px;
  margin: 0 auto;
}
.recital .section_recital .section__ttl {
  position: relative;
  width: 1080px;
  margin: 0 -60px;
  background: #008262;
  overflow: hidden;
}
.recital .section_recital .section__container .section__ttl span {
  display: table;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #078d65;
  padding: 18px 70px 14px 60px;
  margin: 0 auto 0 0;
}
.recital .section_recital .section__container .section__ttl span::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  bottom: 0;
  border-right: 60px solid transparent;
  border-top: 60px solid #078d65;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .section_recital {
    min-width: 320px;
    padding: 30px 0 120px;
  }
  .recital .section_recital .section__container {
    width: 100%;
  }
  .recital .section_recital .section__ttl {
    width: 100%;
    margin: 0 auto;
  }
  .recital .section_recital .section__container .section__ttl span {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 120px 20px 5.333333333333334%;
    margin: -0.15em auto -0.15em 0;
  }
  .recital .section_recital .section__container .section__ttl span::after {
    right: 0;
    border-right: none;
    border-top: none;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #008262;
  }
}

/*------------------------------------------------------------------------------
  .section__overview
------------------------------------------------------------------------------*/
.section__overview {
}
.section__overview .btn_important {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.section__overview .btn_important a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin: -0.4375em 28px -0.4375em 0;
  color: #e93e52;
}
.section__overview .btn_important a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.section__overview .btn_important a::after {
  content: "";
  display: block;
  position: absolute;
  right: -28px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0;
  background: url(/assets/img/common/ic_arrow_red_d_sp.png) no-repeat left center / contain;
}
.section__overview .txt_plain {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 40px 0 0;
}
.section__overview .set {
  display: table;
  width: 100%;
  margin: 60px auto 0;
}
.section__overview .set .column {
  float: left;
  display: block;
  width: 310px;
  text-align: center;
}
.section__overview .set .is-right {
  width: 640px;
  margin: 0 0 0 10px;
}
.section__overview .set .column .box {
  width: 100%;
  min-height: 116px;
  background: #d6eac8;
  border-radius: 20px;
  padding: 25px 40px 0;
}
/* .section__overview .set .column .box2 {
  min-height: 156px;
} */
.section__overview .set .is-right .box {
  min-height: 242px;
  /* min-height: 282px; */
}
.section__overview .set .column .box + .box {
  margin: 10px 0 0;
}
.section__overview .set .column .box .ttl {
}
.section__overview .set .column .box .ttl .txt {
  display: table;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em auto;
  color: #008262;
  border-bottom: 1px solid #008262;
}
.section__overview .set .column .box .dtl {
}
.section__overview .set .column .box .dtl .txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em auto;
  padding: 15px 0 0;
}
.section__overview .set .column .box .dtl .txt_s {
  font-size: 12px;
  line-height: 1.4;
  margin: -0.2em auto;
  padding: 10px 0 0;
}
.section__overview .set .column .box .dtl .each {
  position: relative;
  float: left;
  width: 170px;
  padding: 20px 0 0;
  /* padding: 40px 0 0; */
}
.section__overview .set .column .box .dtl .each + .each {
  margin: 0 0 0 25px;
}
.section__overview .set .column .box .dtl .each .illust {
  width: 100%;
  background: #fff;
  border-radius: 200px;
}
.section__overview .set .column .box .dtl .each .illust img {
  width: 100%;
  height: auto;
}
.section__overview .set .column .box .dtl .each .txt_each {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em auto;
  text-shadow: 0 0 3px rgb(255,255,255,1), 0 0 3px rgb(255,255,255,1),
  0 0 3px rgb(255,255,255,1), 0 0 3px rgb(255,255,255,1),
  0 0 3px rgb(255,255,255,1), 0 0 3px rgb(255,255,255,1);
}
.section__overview .set_txt {
  width: 100%;
  margin: 32px auto 0;
}
.section__overview .set_txt .each {
  display: table;
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,130,98,0.3);
}
.section__overview .set_txt .each .ttl {
  display: table-cell;
  width: 200px;
}
.section__overview .set_txt .each .ttl .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em auto;
  color: #008262;
  text-align: center;
}
.section__overview .set_txt .each .dtl {
  display: table-cell;
  padding: 2px 0;
}
.section__overview .set_txt .each .dtl .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
}
.section__overview .set_txt .each .dtl .ul {
  width: 100%;
}
.section__overview .set_txt .each .dtl .ul .li {
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.section__overview .set_txt .each .dtl .ul .li::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  color: #21bb71;
  text-indent: 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .section__overview .btn_important {
    margin: 0 auto 50px;
  }
  .section__overview .btn_important a {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 26px -0.3em 0;
  }
  .section__overview .btn_important a::after {
    right: -26px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
  }
  .section__overview .txt_plain {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    padding: 30px 5.333333333333334% 0;
  }
  .section__overview .set {
    margin: 0 auto;
    padding: 30px 5.333333333333334% 0;
  }
  .section__overview .set .column {
    float: none;
    width: 100%;
  }
  .section__overview .set .is-right {
    width: 100%;
    margin: 10px 0 0;
  }
  .section__overview .set .column .box {
    min-height: 0;
    border-radius: 10px;
    padding: 20px 4%;
  }
  .section__overview .set .column .box2,
  .section__overview .set .is-right .box {
    min-height: 0;
  }
  .section__overview .set .is-left::after {
    content: "";
    display: table;
    clear: both;
  }
  .section__overview .set .is-left .box {
    /* float: left;
    width: calc((100% - 10px)*0.5); */
    width: 100%;
  }
  .section__overview .set .is-left .box + .box {
    /* margin: 0 0 0 10px; */
    margin: 10px 0 0;
  }
  .section__overview .set .column .box .ttl .txt {
    font-size: 14px;
  }
  .section__overview .set .is-right .box .dtl {
    padding: 15px 0 0;
  }
  .section__overview .set .column .box .dtl .txt {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .section__overview .set .column .box .dtl .txt_s {
    font-size: 11px;
    line-height: 1.3;
    margin: -0.15em auto;
  }
  .section__overview .set .column .box .dtl .each {
    width: 31%;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    border-radius: 200px;
  }
  .section__overview .set .column .box .dtl .each + .each {
    margin: 0 0 0 3.5%;
  }
  .section__overview .set .column .box .dtl .each .illust {
    background: none;
    border-radius: 0;
  }
  .section__overview .set .column .box .dtl .each .txt_each {
    font-size: 16px;
  }
  .section__overview .set_txt {
    margin: 10px auto 0;
    padding: 0 5.333333333333334%;
  }
  .section__overview .set_txt .each .ttl {
    width: 25%;
    min-width: 80px;
    padding: 0 10px 0 0;
  }
  .section__overview .set_txt .each .ttl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .section__overview .set_txt .each .dtl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .section__overview .set_txt .each .dtl .ul .li {
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .section__overview .set_txt .each .dtl .ul .li::before {
    width: 16px;
  }
}

/* SP2 */
@media screen and (max-width: 560px) {
  .section__overview .set .column .box .dtl .each {
    float: none;
    display: table;
    width: 94%;
    max-width: 380px;
  }
  .section__overview .set .column .box .dtl .each + .each {
    margin: 10px auto 0;
  }
  .section__overview .set .column .box .dtl .each .illust {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 0 0 5%;
  }
  .section__overview .set .column .box .dtl .each .illust img {
    margin: -1px 0 -18px;
  }
  .section__overview .set .column .box .dtl .each .txt_each {
    display: table-cell;
    vertical-align: middle;
    position: static;
    text-align: left;
    padding: 0 0 0 10px;
  }
}

/* SP3 */
@media screen and (max-width: 374px) {
  .section__overview .set .column .box .dtl .each .txt_each {
    padding: 0;
  }
}

/*------------------------------------------------------------------------------
  .section__programlist
------------------------------------------------------------------------------*/
.recital .section_recital .section__programlist {
  margin: 100px auto 0;
}
.section__programlist .sets {
  width: 100%;
  margin: 40px auto 0;
}
.section__programlist .sets .set {
  float: left;
  width: 470px;
  border-radius: 20px;
  padding: 0 0 30px;
  overflow: hidden;
}
.section__programlist .sets .set2 {
  float: left;
  width: 470px;
}
.section__programlist .sets .set2 .set {
  float: none;
  width: 100%;
}
.section__programlist .sets .is-place1 {
  background: url(/assets/img/common/bg_green_pattern_05.png) repeat left top / 16px auto;
}
.section__programlist .sets .is-place2 {
  margin: 0 0 0 20px;
  background: url(/assets/img/common/bg_blue_pattern_02.png) repeat left top / 16px auto;
}
.section__programlist .sets .set2:nth-child(2n) {
  margin: 0 0 0 20px;
}
.section__programlist .sets .set2 .is-place2 {
  margin: 0;
}
.section__programlist .sets .set .pttl {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  /* margin: -0.2em auto; */
  padding: 18px 0;
  text-align: center;
  color: #fff;
}
.section__programlist .sets.hasclose .set .pttl {
  height: 90px;
  padding: 18px 0 0;
}
.section__programlist .sets .is-place1 .pttl {
  background: #0b9a4f;
}
.section__programlist .sets .is-place2 .pttl {
  background: #3773bc;
}
.section__programlist .sets.hasclose .set .addpdtop {
  padding: 32px 0 0;
}
.section__programlist .sets .set .pttl .txt_close {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  padding: 5px 0 0 0.5em;
}
.section__programlist .sets .set .each {
  display: table;
  width: 430px;
  border-radius: 10px;
  background: #fefefb;
  margin: 30px auto 0;
  padding: 20px 0;
}
.section__programlist .sets .set .each + .each {
  margin: 10px auto 0;
}
.section__programlist .sets .set .each .ttl {
  display: table-cell;
  width: 120px;
}
.section__programlist .sets .set .each .ttl .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: -0.375em auto;
  text-align: center;
}
.section__programlist .sets .is-place1 .each .ttl .txt {
  color: #0b9a4f;
}
.section__programlist .sets .is-place2 .each .ttl .txt {
  color: #3773bc;
}
.section__programlist .sets .set .each .dtl {
  display: table-cell;
  padding: 0 20px 0 0;
}
.section__programlist .sets .set .each .dtl .txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  margin: -0.375em auto;
}
.section__programlist .sets .set .each .dtl .txt .txt_note {
  font-size: 12px;
  color: #e93e52;
}
.section__programlist .sets .set .each .dtl .txt a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #e93e52;
}
.section__programlist .sets .set .each .dtl .txt a.icon-pdf {
  margin: 0 31px 0 0;
}
.section__programlist .sets .set .each .dtl .txt a.icon-newwindow {
  margin: 0 22px 0 0;
}
.section__programlist .sets .set .each .dtl .txt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.section__programlist .sets .set .each .dtl .txt a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.section__programlist .sets .set .each .dtl .txt a.icon-pdf::after {
  right: -31px;
  width: 24px;
  height: 26px;
  background: url(/assets/img/common/ic_pdf_2.png) repeat left top / contain;
  margin: -13px 0 0;
}
.section__programlist .sets .set .each .dtl .txt a.icon-newwindow::after {
  right: -22px;
  width: 15px;
  height: 13px;
  background: url(/assets/img/common/ic_new_window_2.png) repeat left top / contain;
  margin: -6.5px 0 0;
}
.section__programlist .sets .set .btn_program {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}
.section__programlist .sets .set .btn_program a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
  padding: 21px 0;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.section__programlist .sets .is-place1 .btn_program a {
  background: url(/assets/img/common/bg_gradient_green_03.png) repeat-y left top / 100% auto;
}
.section__programlist .sets .is-place2 .btn_program a {
  background: url(/assets/img/common/bg_gradient_blue_04.png) repeat-y left top / 100% auto;
}
.section__programlist .sets .set .btn_program a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.section__programlist .sets .set .btn_program a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(/assets/img/common/ic_new_window_white.png) no-repeat left center / 100% auto;
}
.section__programlist .sets .set .btn_program a::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
.section__programlist .btn_seminar_register {
  width: 840px;
  margin: 60px auto 0;
}
.section__programlist .set2.btn2 .btn_seminar_register {
  width: 100%;
  max-width: 430px;
  margin: 30px auto 0;
}
.section__programlist .seminar_online {
  margin: 40px auto 0;
}
.section__programlist .sets .set2 .txt_detail {
  font-size: 14px;
  line-height: 1.6;
  margin: -0.3em auto;
  padding: 30px 20px 0;
  text-align: center;
}
.section__programlist .sets .set2 .txt_detail_box {
  width: 100%;
  font-weight: bold;
  padding: 20px 20px 0;
}
.section__programlist .sets .set2 .txt_detail_box .txt_detail {
  border-top: 1px solid #ccc;
  padding: 15px 0 0;
}
.section__programlist .sets .set2 .txt_detail .color {
  display: inline-block;
  position: relative;
  color: #0b9a4f;
  margin-right: 1em;
}
.section__programlist .sets .set2 .txt_detail .color::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0b9a4f;
  width: 100%;
  height: 1px;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .section_recital .section__programlist {
    margin: 50px auto 0;
  }
  .section__programlist .sets {
    width: 89.333333333333333%;
    margin: 30px auto 0;
  }
  .section__programlist .sets .set {
    float: none;
    width: 100%;
    border-radius: 10px;
    background-size: 8px auto;
  }
  .section__programlist .sets .set2 {
    float: none;
    width: 100%;
  }
  .section__programlist .sets .set2 .set {
    padding: 0 0 20px;
  }
  .section__programlist .sets .is-place2 {
    margin: 30px 0 0 0;
  }
  .section__programlist .sets .set2:nth-child(2n) {
    /* margin: 60px 0 0 0; */
    margin: 30px 0 0 0;
  }
  .section__programlist .sets .set2 .is-place2 {
    margin: 0;
  }
  .section__programlist .sets .set .pttl {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 13px 0 12px;
  }
  .section__programlist .sets.hasclose .set .pttl {
    height: auto;
    padding: 13px 0 12px;
  }
  .section__programlist .sets .set .pttl .txt_close {
    font-size: 14px;
    padding: 5px 0 5px 0.5em;
  }
  .section__programlist .sets .set .each {
    width: 91.044776119402985%;
    border-radius: 8px;
  }
  .section__programlist .sets .set2 .each {
    margin: 20px auto 0;
  }
  .section__programlist .sets .set .each + .each {
    margin: 10px auto 0;
  }
  .section__programlist .sets .set .each .ttl {
    min-width: 29.5%;
  }
  .section__programlist .sets .set .each .ttl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .section__programlist .sets .set .each .dtl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 0 2% 0 0;
  }
  .section__programlist .sets .set .each .dtl .txt a.icon-pdf {
    margin: 0 27px 0 0;
  }
  .section__programlist .sets .set .each .dtl .txt a.icon-pdf::after {
    right: -27px;
    width: 20px;
    height: 22px;
    margin: -11px 0 0;
  }
  .section__programlist .sets .set .btn_program {
    width: 88.059701492537313%;
    max-width: 430px;
  }
  .section__programlist .sets .set2 .btn_program {
    margin: 20px auto 0;
  }
  .section__programlist .sets .set .btn_program a {
    font-size: 16px;
    padding: 21px 0;
  }
  .section__programlist .sets .set .btn_program a::before {
    right: 5%;
    width: 16px;
  }
  .section__programlist .btn_seminar_register {
    width: 89.333333333333333%;
    max-width: 480px;
    margin: 50px auto 0;
  }
  .section__programlist .set2.btn2 .btn_seminar_register {
    width: 88.059701492537313%;
    max-width: 430px;
    margin: 20px auto 0;
  }
  .section__programlist .seminar_online {
    width: 89.333333333333333%;
    margin: 30px auto 0;
    padding: 30px 6%;
  }
  .section__programlist .sets .set2 .txt_detail {
    font-size: 13px;
    line-height: 1.5;
    margin: -0.25em auto;
    padding: 20px 0 0;
  }
  .section__programlist .sets .set2 .txt_detail_box {
    padding: 20px 0 0;
  }
  .section__programlist .sets .set2 .txt_detail_box .txt_detail {
    padding: 15px 0 0;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .section__programlist .sets .set .each .ttl {
    min-width: 32%;
  }
  .section__programlist .sets .set .each .dtl .txt {
    padding: 0 5% 0 0;
  }
}

/*------------------------------------------------------------------------------
  .section__important
------------------------------------------------------------------------------*/
.recital .section_recital .section__important {
  padding: 40px 50px;
  margin: 100px auto 0;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.section__important .mttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em 0;
  color: #e93e52;
  text-align: center;
}
.section__important .dl {
  width: 100%;
  padding: 30px 0 0;
}
.section__important .dl .ttl {
}
.section__important .dl .ttl .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: -0.2em auto;
}
.section__important .dl .dtl {
  padding: 1em 0 0;
}
.section__important .dl .dtl .ul {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
}
.section__important .dl .dtl .ul .li {
  line-height: inherit;
  text-indent: -1em;
  padding-left: 1em;
}
.section__important .txt_s .dtl .ul {
  font-size: 14px;
}
.section__important .txt_s .dtl .ul a {
  color: #e93e52;
  padding: 0 5px 0 0;
  text-decoration: underline;
}
.section__important .txt_s .dtl .ul a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0 0 5px;
  background: url(/assets/img/common/ic_new_window_2.png) repeat left top / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital .section_recital .section__important {
    width: 89.333333333333333%;
    padding: 30px 5%;
    margin: 70px auto 0;
    border-radius: 10px;
    height: 440px;
    overflow: auto;
  }
  .section__important .mttl {
    font-size: 18px;
  }
  .section__important .dl {
    padding: 30px 0 0;
  }
  .section__important .dl .ttl .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .section__important .dl .dtl .ul {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .section__important .txt_s .dtl .ul {
    font-size: 12px;
  }
}

/*------------------------------------------------------------------------------
  .section__contact
------------------------------------------------------------------------------*/
.section__contact {
}
.section__contact .dl {
  width: 800px;
  margin: 100px auto 0;
}
.section__contact .dl .ttl {
  border-bottom: 2px solid #008262;
}
.section__contact .dl .ttl .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #008262;
  text-align: center;
  margin: -0.2em auto;
  padding: 0 0 14px;
}
.section__contact .dl .dtl {
  margin: 40px auto 0;
}
.section__contact .dl .dtl .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .section__contact .dl {
    width: 89.333333333333333%;
    margin: 70px auto 0;
  }
  .section__contact .dl .ttl .txt {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .section__contact .dl .dtl {
    margin: 30px auto 0;
  }
  .section__contact .dl .dtl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .section__contact .dl .dtl .txt .dsp {
    display: none;
  }
}

/*------------------------------------------------------------------------------
  .recital_program
------------------------------------------------------------------------------*/
.recital_program,
.recital_program::before,
.recital_program::after,
.recital_program *,
.recital_program *::before,
.recital_program *::after {
  box-sizing: border-box;
  line-height: inherit;
  letter-spacing: inherit;
}
.recital_program {
  padding: 80px 0;
}
.recital_program.is-place1 {
  background: url(/assets/img/common/bg_green_pattern_05.png) repeat left top / 16px auto;
}
.recital_program.is-place2 {
  background: url(/assets/img/common/bg_blue_pattern_02.png) repeat left top / 16px auto;
}
.recital_program .section_wrap {
  width: 960px;
  margin: 0 auto;
}
.recital_program .mttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 14.2px 0 12.2px;
}
.recital_program.is-place1 .mttl {
  background: #0b9a4f;
}
.recital_program.is-place2 .mttl {
  background: #3773bc;
}
.recital_program .txt_explain {
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 40px 0 0;
}
.recital_program .txt_explain a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #e93e52;
  margin: 0 15px 0 0;
}
.recital_program .txt_explain a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.recital_program .txt_explain a.icon-newwindow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 12px;
  height: 10px;
  background: url(/assets/img/common/ic_new_window_2.png) repeat left top / contain;
  margin: -5px 0 0;
}
.recital_program .btn_seminar_register {
  width: 840px;
  /* margin: 80px auto 40px; */
  margin: 40px auto;
}
.recital_program .txt_memo {
  width: 100%;
  max-width: 900px;
  font-size: 12px;
  line-height: 1.6;
  margin: -0.3em auto;
  padding: 20px 0 0;
  text-align: right;
}
.recital_program .seminar_online {
  max-width: 900px;
  margin: 40px auto;
}
.recital_program .btn_close {
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.recital_program .btn_close a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin: -0.25px 0;
}
.recital_program .btn_close a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  background: url(/assets/img/common/ic_close_sp.png) no-repeat center / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital_program {
    padding: 40px 0;
  }
  .recital_program .section_wrap {
    width: 100%;
  }
  .recital_program .mttl {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 5.333333333333334%;
    margin: -0.15em 0;
  }
  .recital_program .txt_explain {
    width: 89.333333333333333%;
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .recital_program .btn_seminar_register {
    width: 89.333333333333333%;
    max-width: 480px;
    margin: 40px auto;
  }
  .recital_program .txt_memo {
    width: 89.333333333333333%;
    max-width: none;
    font-size: 11px;
    padding: 15px 0 0;
  }
  .recital_program .seminar_online {
    width: 89.333333333333333%;
    max-width: none;
    margin: 30px auto 40px;
  }
}

/*------------------------------------------------------------------------------
  .recital_program .schedule
------------------------------------------------------------------------------*/
.recital_program .schedule .brBlock {
  display: inline-block;
}
.recital_program .schedule {
	display: block;
  width: 100%;
  max-width: 900px;
	margin: 40px auto 0;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.recital_program.is-place1 .schedule {
  border: 4px solid #0b9a4f;
}
.recital_program.is-place2 .schedule {
  border: 4px solid #3773bc;
}
.recital_program .schedule .table {
	display: block;
	width: 100%;
}
.recital_program .schedule .table tr {
  width: 100%;
}
.recital_program .schedule .table tr.breaktime {
	background: #ddd;
}
.recital_program .schedule .table tr.color01 {
	background: rgba(195,233,255,0.5)
}
.recital_program .schedule .table tr.color02 {
	background: rgba(253,236,194,0.5);
}
.recital_program .schedule .table tr.color03 {
	background: rgba(254,220,224,0.5);
}
.recital_program .schedule .table tr.color04 {
	background: rgba(204,245,237,0.5);
}
.recital_program .schedule .table tr.color05 {
	background: rgba(248,251,206,0.5);
}
.recital_program .schedule .table tr td {
	/* vertical-align: top; */
	/* font-size: 16px; */
  font-size: 15px;
	line-height: 1.5;
	padding: 15px 10px;
	border-top: #aaa 1px solid;
	border-right: #ccc 1px solid;
	text-align: center;
}
.recital_program .schedule .table tr:first-child td,
.recital_program .schedule .table tr.breaktime td,
.recital_program .schedule .table tr.breaktime + tr td {
	border-top: none;
}
.recital_program .schedule .table tr td:last-child:not(.right) {
	border-right: none;
}
.recital_program .schedule .table tr:first-child td:nth-child(2),
.recital_program .schedule .table tr:first-child td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}
.recital_program .schedule .table tr.breaktime td,
.recital_program .schedule .table tr.height01 td {
	vertical-align: middle;
	/* font-size: 13px; */
	padding: 8px 0;
}
.recital_program .schedule .table tr .td01 {
	width: 130px;
	/* font-size: 13px; */
	padding-left: 0;
	padding-right: 0;
}
.recital_program .schedule .table tr .td02 {
	/* width: 110px; */
  width: 100px;
}
.recital_program .schedule .table tr .td03 {
	text-align: left;
	/* padding-left: 20px; */
}
.recital_program .schedule .table tr .td04 {
	/* width: 200px; */
  width: 250px;
}
.is-online .schedule .table tr .td04 {
	width: 190px;
}
.recital_program .schedule .table tr .td05 {
	width: 130px;
}
.recital_program .schedule .table tr .td06 {
	width: 180px;
}
.recital_program .schedule .table tr td .txt_s {
  font-size: 13px;
}

/* SP */
@media screen and (max-width: 768px) {
  .recital_program .schedule {
    width: 89.333333333333333%;
  	margin: 30px auto 0;
  	border-radius: 10px;
  	overflow: auto;
  }
  .recital_program .schedule .table {
    width: 680px;
  }
  .is-online .schedule .table {
    width: 832px;
  }
  .recital_program .schedule .table tr td {
    font-size: 14px;
    padding: 10px 10px;
  }
  .recital_program .schedule .table tr.breaktime td,
  .recital_program .schedule .table tr.height01 td {
    /* font-size: 12px; */
    padding: 5px 10px;
  }
  .recital_program .schedule .table tr .td01 {
    width: 75px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
  }
  .recital_program .schedule .table tr.height01 .td01 {
    letter-spacing: -0.05em;
    font-size: 10px;
    padding: 0;
    text-align: center;
  }
  .recital_program .schedule .table tr .td02 {
    width: 100px;
  }
  .recital_program .schedule .table tr .td03 {
    padding-left: 13px;
  }
  .recital_program .schedule .table tr .td04 {
    width: 165px;
  }
  .is-online .schedule .table tr .td04 {
  	width: 160px;
  }
  .recital_program .schedule .table tr .td05 {
    width: 95px;
  }
  .is-online .schedule .table tr .td05 {
  	width: 110px;
  }
  .recital_program .schedule .table tr .td06 {
  	width: 160px;
  }
  .recital_program .schedule .table tr td .txt_s {
    font-size: 12px;
  }
}

/*------------------------------------------------------------------------------
  .is-online
------------------------------------------------------------------------------*/
.is-online .program_dtlbtns {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding: 0 0 0 56px;
}
.is-online .program_dtlbtns .btn_style {
  width: 100%;
}
.is-online .program_dtlbtns .btn_style a,
.is-online .program_dtlbtns .btn_style span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 42px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 0 0 0 20px;
	background-color: #0061bb;
	border-radius: 100px;
}
.is-online .program_dtlbtns .btn_style span {
  padding: 0;
  background: #aaa;
}
.is-online .program_dtlbtns .btn_style a:hover {
	text-decoration: none;
}
.is-online .program_dtlbtns .btn_style a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
	width: 15px;
	height: 100%;
	margin: 0;
	background: url(../img/common/ic_arrow_white_r_sp.png) no-repeat center center / contain;
}
.is-online .program_dtlbtns .btn_download {
	display: table;
	width: auto;
	margin: 15px auto 0;
  padding: 0;
}
.is-online .program_dtlbtns .btn_download a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-left: 25px;
	color: #e93e52;
	width: auto;
}
.is-online .program_dtlbtns .btn_download a:hover {
	text-decoration: none;
}
.is-online .program_dtlbtns .btn_download a._pdf {
  font-size: 13px;
  padding-left: 0;
	margin: 0 27px 0 0;
}
.is-online .program_dtlbtns .btn_download a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #e93e52;
}
.is-online .program_dtlbtns .btn_download a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.is-online .program_dtlbtns .btn_download a._pdf::after {
  right: -27px;
  width: 20px;
  height: 22px;
  background: url(/assets/img/common/ic_pdf_2.png) no-repeat left top / contain;
  margin: -12px 0 0;
}
.is-online .program_dtlbtns .txt_note {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0;
	margin: 0 auto;
	text-align: left;
}
.is-online .program_dtlbtns .txt_note .highlight {
	color: #e93e52;
}

/* SP */
@media screen and (max-width: 768px) {
  .is-online .program_dtlbtns {
		display: block;
		width: 100%;
		padding: 17px 0 0;
	}
	.is-online .program_dtlbtns .btn_style {
		display: table;
		width: auto;
		margin: 0 auto;
	}
	.is-online .program_dtlbtns .btn_style a,
  .is-online .program_dtlbtns .btn_style span {
    width: 140px;
		height: 36px;
		font-size: 14px;
	}
	.is-online .program_dtlbtns .btn_style a:before {
		left: 13px;
		width: 14px;
	}
  .is-online .program_dtlbtns .btn_download {
  	margin: 10px auto 0;
  }
  .is-online .program_dtlbtns .btn_download a._pdf {
  	font-size: 12px;
	  margin: 0 25px 0 0;
	}
	.is-online .program_dtlbtns .btn_download a._pdf::after {
	  right: -25px;
	  width: 18px;
	  height: 20px;
	  margin: -11px 0 0;
	}
  .is-online .program_dtlbtns .txt_note {
		font-size: 11px;
    padding: 10px 0 0;
		text-align: center;
	}
}
