/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.contents_head {
  background-image: url(/images/services/school/bg_header.jpg);
}

/* course */
.course {
  padding: 30px 0 15px;
  background: #EAF3F9;
}

.course .btn_course {
  width: 100%;
  margin-bottom: 15px;
}

.course .btn_course .btn_default01 {
  height: auto;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  padding: 10px 30px 10px 15px;
  display: block;
  text-align: center;
}

.course .btn_course .btn_default01 em {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
}

.course .btn_course .btn_default01 span {
  display: block;
  font-size: 1.2rem;
}

.course .btn_course .btn_default01 .icon {
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
}

/* regular */
.regular {
  padding: 30px 0;
}

.regular .item_list03 .item_list03_inner .txt_normal {
  margin-bottom: 15px;
}

.regular .item_list03 .list_disc li:not(:last-child) {
  margin-bottom: 10px;
}

.regular .item_list03 .list_disc li a {
  color: #00A0E8;
  text-decoration: underline;
}

.regular .regular_box {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 5px;
  border: 3px solid #006EC2;
}

.regular .regular_box .title_regular {
  margin-bottom: 15px;
  color: #006EC2;
  font-size: 1.6rem;
  font-weight: bold;
}

.regular .regular_box .title_regular span {
  display: inline-block;
  font-size: 1.2rem;
}

.regular .regular_box .thum_img {
  width: 150px;
}

.regular .regular_box.regular_box_color01 {
  border-color: #5DC679;
}

.regular .regular_box.regular_box_color01 .title_regular {
  color: #5DC679;
}

.regular .regular_box.regular_box_color01 .list_outline dt {
  background: #5DC679;
}

.regular .regular_box.regular_box_color02 {
  border-color: #A062A5;
}

.regular .regular_box.regular_box_color02 .title_regular {
  color: #A062A5;
}

.regular .regular_box.regular_box_color02 .list_outline dt {
  background: #A062A5;
}

/* day */
.day {
  margin-top: 25px;
}

.day .day_place {
  width: 100%;
  margin-bottom: 30px;
}

.day .day_place .list_outline {
  margin: 15px 0;
}

.day .day_place .list_outline dt {
  background: #00A0E8;
}

.day .day_place .list_outline dd {
  font-weight: normal;
}

.day .day_place .map {
  width: 100%;
  height: 250px;
  border: none;
}

.day .day_calendar {
  width: 100%;
}

.day .day_calendar .calendar {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  border: none;
}

.day .day_calendar .txt_caution a {
  color: #00A0E8;
  text-decoration: underline;
}

/* school_list */
.school_list dt {
  font-size: 1.6rem;
  font-weight: bold;
}

.school_list dd:not(:last-of-type) {
  margin-bottom: 15px;
}

/* order */
.order {
  padding-bottom: 40px;
}

.order_wrap .order_outline01 {
  width: 100%;
  margin-bottom: 30px;
}

.order_wrap .order_outline01 .txt_normal {
  margin-bottom: 25px;
}

.order_wrap .order_outline02 {
  width: 100%;
  margin-bottom: 30px;
}

.order_wrap .order_outline02 .box_layout01 {
  border-radius: 10px;
}

.order_wrap .order_outline02 .box_layout01 .list_disc li:not(:last-child) {
  margin-bottom: 10px;
}

/* case */
.case .case_box {
  margin-bottom: 25px;
}

.case .school_list {
  margin-bottom: 25px;
}

.case .table_default {
  margin-bottom: 25px;
}

/* btn_services */
.btn_services {
  padding-bottom: 50px;
}

.top_contents_wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .course {
    background: #EAF3F9;
  }
  .day .day_place .map {
    height: 350px;
  }
  .order_wrap {
    margin-bottom: 50px;
  }
  .order_wrap .order_outline01 {
    margin-bottom: 0;
    padding-right: 30px;
    flex: 1;
  }
  .order_wrap .order_outline02 {
    width: 300px;
    margin-bottom: 0;
  }
  .top_contents_wrap {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .course {
    padding: 40px 0;
  }
  .course .course_index {
    margin: 0 -12px;
  }
  .course .btn_course {
    width: 50%;
    padding: 0 12px;
  }
  .course .btn_course .btn_default01 {
    padding: 20px 75px;
  }
  .course .btn_course .btn_default01 em {
    font-size: 2rem;
  }
  .course .btn_course .btn_default01 span {
    font-size: 1.6rem;
  }
  .regular {
    padding: 90px 0 100px;
  }
  .regular .regular_index {
    margin-bottom: 50px;
  }
  .regular .item_list03 .item_list03_inner .txt_normal {
    margin-bottom: 25px;
  }
  .regular .item_list03 .list_disc li:not(:last-child) {
    margin-bottom: 15px;
  }
  .regular .regular_box {
    padding: 25px;
  }
  .regular .regular_box .title_regular {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .regular .regular_box .title_regular span {
    font-size: 1.6rem;
  }
  .regular .regular_box .thum_img {
    margin-left: 25px;
  }
  .day .day_place {
    width: 715px;
  }
  .day .day_place .list_outline {
    margin: 30px 0;
  }
  .day .day_place .list_outline dd {
    font-size: 1.6rem;
  }
  .day .day_place .map {
    height: 470px;
  }
  .day .day_calendar {
    padding-left: 50px;
    flex: 1;
  }
  .day .day_calendar .calendar {
    height: 640px;
  }
  .school_list dt {
    font-size: 1.8rem;
  }
  .school_list dd:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .school_list dd {
    font-size: 1.6rem;
  }
  .order {
    padding-bottom: 75px;
  }
  .order_wrap .order_outline01 {
    padding-right: 50px;
  }
  .order_wrap .order_outline01 .txt_normal {
    margin-bottom: 50px;
  }
  .order_wrap .order_outline02 {
    width: 355px;
  }
  .order_wrap .order_outline02 .box_layout01 {
    border-radius: 20px;
  }
  .order_wrap .order_outline02 .box_layout01 .list_disc li:not(:last-child) {
    margin-bottom: 15px;
  }
  .case .case_box > .box_layout01 {
    display: flex;
    flex-wrap: wrap;
  }
  .case .school_list {
    padding-right: 40px;
    flex: 1;
  }
  .case .table_default {
    width: 750px;
  }
  .btn_services {
    padding-bottom: 100px 0;
  }
  .top_contents_wrap {
    margin-bottom: 80px;
  }
}

/*# sourceMappingURL=map/services_school.css.map */
