.m_title04 {
  padding-right: 30px;
}

/* .kv
================================================ */
.kv {
  background-color: #D2E7FC;
  padding: 65px 0 55px;
}

.kv__tit {
  text-align: center;
}

.kv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.kv__btns__item {
  width: calc((100% / 3) - 40px / 3);
  margin-bottom: 20px;
}

.kv__btns__item a:after {
  right: 10px !important;
}

@media all and (max-width: 767px) {
  .kv {
    padding: 23px 0 26px;
  }
  .kv__btns {
    display: block;
    margin-top: 15px;
    padding: 0 15px;
  }
  .kv__btns__item {
    width: 100%;
    margin-bottom: 0;
  }
  .kv__btns__item + .kv__btns__item {
    margin-top: 9px;
  }
}

.acc__btn {
  position: relative;
  cursor: pointer;
}

.acc__btn:after {
  content: '';
  background: url(/7cn/culture/cc/img/common/ico_arrow02.png) 0 0 no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acc__btn.is-active:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.acc__contents {
  display: none;
}

.l-contents {
  padding-top: 70px;
}

@media all and (max-width: 767px) {
  .l-contents {
    padding-top: 33px;
  }
}

/* .about
================================================ */
.about {
  padding-bottom: 47px;
}

.about__in {
  margin-top: 20px;
}

.about__in + .about__in {
  margin-top: 24px;
}

.about__in .m_title02 {
  margin-bottom: 18px;
}

.about__in__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__in--img {
  width: 290px;
  margin-right: 26px;
}

.about__in--txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .about__in {
    margin-top: 20px;
  }
  .about__in + .about__in {
    margin-top: 40px;
  }
  .about__in .m_title02 {
    margin-bottom: 18px;
  }
  .about__in__df {
    display: block;
  }
  .about__in--img {
    width: 100%;
    margin-right: 0;
  }
  .about__in--img img {
    width: 100%;
  }
  .about__in--txt {
    margin-top: 14px;
  }
}

/* .members
================================================ */
.members {
  padding-bottom: 47px;
}

.members__in {
  margin-top: 20px;
}

.members__in + .members__in {
  margin-top: 24px;
}

.members__in .m_title02 {
  margin-bottom: 18px;
}

.members__in--txt {
  font-size: 16px;
}

.members__list.lh16 {
  line-height: 1.6;
}

.members__item {
  font-size: 16px;
}

.members__box {
  background-color: #F0F8FF;
  padding: 25px 40px;
  margin-top: 28px;
}

.members__box__item + .members__box__item {
  margin-top: 10px;
}

.members__box--img {
  width: 139px;
  margin: 0 0 8px 22px;
  margin-left: 22px;
}

.members__block {
  margin: 13px 112px 10px 20px;
  border-top: 1px solid #1E87F0;
  border-bottom: 1px solid #1E87F0;
  padding: 10px 0 16px 0;
}

.members .bold {
  font-weight: bold;
}

.members .blue {
  color: #1e87f0;
  font-size: 18px;
}

.members .red {
  color: #c8161e;
}

.members .num {
  font-size: 24px;
  font-weight: bold;
  color: #1e87f0;
  padding-right: 10px;
}

.members .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.7;
}

.members .indent__pl {
  padding-left: 1.5em;
}

.members a {
  color: #1e87f0;
  text-decoration: underline;
}

.members a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .members {
    padding-bottom: 50px;
  }
  .members__in + .members__in {
    margin-top: 40px;
  }
  .members__box {
    margin: 20px -20px 0;
    padding: 15px 20px 20px;
  }
  .members__box__item + .members__box__item {
    margin-top: 10px;
  }
  .members__box--img {
    width: 139px;
    margin: 0 0 8px 22px;
    margin-left: 22px;
  }
  .members__block {
    margin: 13px 0 17px;
    padding: 10px 0 16px;
  }
  .members .bold {
    font-weight: bold;
  }
  .members .blue {
    color: #1e87f0;
    font-size: 18px;
  }
  .members .red {
    color: #c8161e;
  }
  .members .num {
    font-size: 24px;
    font-weight: bold;
    color: #1e87f0;
    padding-right: 10px;
  }
  .members .indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.7;
  }
  .members .indent__pl {
    padding-left: 1.5em;
  }
  .members a {
    color: #1e87f0;
    text-decoration: underline;
  }
  .members a:hover {
    text-decoration: none;
  }
}

/* .information
================================================ */
.information {
  padding-bottom: 47px;
}

.information__in {
  margin-top: 20px;
}

.information__in + .information__in {
  margin-top: 40px;
}

.information__in--txt {
  font-size: 16px;
}

.information .m_title02 {
  margin-bottom: 18px;
}

.information .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.information .location__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.information .location__right {
  width: 460px;
  position: relative;
  height: 0;
  padding-top: 30.75%;
  margin-top: 10px;
}

.information .location__right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .accsess__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.information .accsess__left {
  width: 450px;
}

.information .accsess__right {
  width: 450px;
}

.information .accsess__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
  background-color: #F2F2F2;
  padding: 10px 20px;
}

.information .accsess--img {
  margin-top: 14px;
}

.information .floor__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  padding: 0 35px;
}

.information .floor__left, .information .floor__right {
  width: 412px;
}

@media all and (max-width: 767px) {
  .information {
    padding-bottom: 50px;
  }
  .information__in {
    margin-top: 20px;
  }
  .information__in + .information__in {
    margin-top: 40px;
  }
  .information .m_title02 {
    margin-bottom: 18px;
  }
  .information .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .information .location__df {
    display: block;
  }
  .information .location__right {
    width: 100%;
    padding-top: 64.20%;
  }
  .information .accsess__df {
    display: block;
    margin-top: 15px;
  }
  .information .accsess__left {
    width: 100%;
  }
  .information .accsess__left img {
    width: 100%;
  }
  .information .accsess__right {
    width: 100%;
    margin-top: 30px;
  }
  .information .accsess__right img {
    width: 100%;
  }
  .information .accsess__box {
    height: auto;
    min-height: 70px;
    padding: 10px 18px;
  }
  .information .floor__df {
    display: block;
    margin-top: 16px;
    padding: 0;
  }
  .information .floor__left, .information .floor__right {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .information .floor__left img, .information .floor__right img {
    width: 100%;
  }
  .information .floor__right {
    margin-top: 30px;
  }
}

/* .faq
================================================ */
.faq {
  padding-bottom: 47px;
}

.faq__in {
  margin-top: 20px;
}

.faq__list {
  margin-top: 20px;
}

.faq__item {
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__item:nth-child(odd) {
  background-color: #F0F8FF;
}

.faq__item a {
  font-size: 16px;
  padding-top: 3px;
}

.faq__item a:hover {
  text-decoration: underline;
}

.faq__item--q {
  color: #1E87F0;
  font-size: 18px;
  font-weight: bold;
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .faq {
    padding-bottom: 57px;
  }
  .faq__list {
    margin-top: 15px;
  }
  .faq__item {
    padding: 7px 20px 7px 15px;
  }
  .faq__item a {
    padding-top: 3px;
  }
}

@media all and (max-width: 767px) {
  .application-sec .m_title04 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.attendance-sec {
  padding-bottom: 50px;
}

/* .tel-contact
================================================ */
.tel-contact {
  padding-bottom: 50px;
}

.tel-contact .m_title02 {
  margin-bottom: 23px;
}

.tel-contact__in {
  margin-top: 20px;
}

.tel-contact--txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #A0A0A0;
  text-align: center;
}

.tel-contact--table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tel-contact--table table {
  width: 50%;
}

.tel-contact--table table th, .tel-contact--table table td {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 6px 5px;
  vertical-align: middle;
}

.tel-contact--table table th {
  font-weight: normal;
  width: 50%;
  background-color: #F0F8FF;
}

.tel-contact--table table td {
  width: 50%;
}

@media all and (max-width: 767px) {
  .tel-contact .m_title02 {
    margin-bottom: 15px;
  }
  .tel-contact--table {
    display: block;
  }
  .tel-contact--table table {
    width: 100%;
  }
  .tel-contact--table table th, .tel-contact--table table td {
    line-height: 1.5;
    padding: 8.5px 5px;
  }
  .tel-contact--table table th {
    width: 53%;
  }
  .tel-contact--table table td {
    width: 47%;
  }
}

@media(min-width: 767px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media(max-width: 768px){
   .tel-contact--txt a{
    text-decoration:underline;
    color: #fff;
    }
  .tel-contact--table a{
    text-decoration:underline;
    color: #1e87f0;
    }
}
/* .mail-contact
================================================ */
.mail-contact {
  padding-bottom: 80px;
}

.mail-contact__in {
  margin-top: 20px;
}

.mail-contact__in--txt {
  font-size: 16px;
}

.mail-contact__in--tit {
  margin-top: 11px;
}

.mail-contact__list {
  margin-bottom: 30px;
}

.mail-contact__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

.mail-contact__btn {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .mail-contact__in--tit {
    margin-top: 17px;
  }
  .mail-contact__list {
    margin-bottom: 30px;
  }
  .mail-contact__item {
    padding-left: 0;
    text-indent: 0;
  }
  .mail-contact__btn {
    margin-top: 37px;
    padding: 0 20px;
  }
}
