@charset "utf-8";
@import url("../slick_slide.css");

.pcContents,#sideMenu {
  display: none;
}

#parcel .diff {
  background-color: #cdffd8 !important;
}

.remodal {
  width: 90%;
  min-height: 1%;
}

.breadcrumb .breadcrumb-list li{
  padding: 8px 0 0;
}

.breadcrumb .breadcrumb-list li:nth-child(4) {
  width: 100%;
  padding: 0 0 8px;
}

.detail_top_banner {
  margin: 0 0 20px;
  text-align: center;
}

.remodal_comment .wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.remodal_comment .wrap div.title_block {
  float: none;
  width: 100%;
  font-weight: bold;
  text-align: left;
}

.remodal_comment .wrap div.title_block div.title {
  margin: 0;
  min-height: 53px;
  font-size: 14px;
}

.remodal_comment .wrap div.title_block div.subtitle {
  color: #107dc0;
  font-size: 14px;
}

.remodal_comment .wrap div.photo_block {
  float: none;
  width: 100%;
  text-align: center;
}

.remodal_comment .wrap div.photo_block img {
  width: 40%;
  height: auto;
}

.remodal_comment .wrap p {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}

.remodal-close:before {
  content: "";
}

.remodal-close {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url(/img/search/remodal_close.png) no-repeat;
  top:initial;
  left: initial;
}

.main-heading .content-inner {
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3";
}

#mainCont {
  font-size: 13px;
}

.mainTitleBox.schoolName {
  display: flex;
  margin: 20px;
  padding-bottom: 0;
  border-bottom: none;
  flex-wrap: wrap;
  background: none;
}

.mainTitleBox h1,
.mainTitleBox h2{
  position: relative;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.mainTitleBox.schoolName h1,
.mainTitleBox.schoolName h2{
  width: 100%;
  padding-left: 36px;
  border-bottom: 2px solid #eaeaea;
  font-size: 18px;
}

.mainTitleBox.schoolName h1:before,
.mainTitleBox.schoolName h2:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 5px solid #fff;
  border-radius: 50% 50%;
  background: url(/img/search/icon_schoolname.png) left center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.mainTitleBox.schoolName p:first-of-type {
  margin-left: auto;
}

.mainTitleBox.schoolName a:first-of-type {
  margin-left: auto;
  color: #000;
}

#schoolInfo .googlemap a {
  display: block;
  overflow: hidden;
  width: 147px;
  height: 28px;
  background: url(/img/search/btn_map_001.gif) 0 0 no-repeat;
  white-space: nowrap;
  text-indent: 100%;
}

#schoolInfo .googlemap a {
  width: 100px;
  background-size: 100% auto;
  background-position: 0 bottom;
}

.mainTitleBox p, .mainTitleBox p img + img {
  margin: 0 0 0 10px;
}

.mainTitleBox p:first-of-type {
  margin-left: 0;
}

div#schoolInfo > [id] {
  margin: 0 20px 20px;
}

.sliderWrap.top {
  margin: 0 0 50px;
  padding: 0;
  background: none;
}

.sliderWrap .slick-slide {
  position: relative;
  padding: 0;
  border: none;
}

#galleryMainsp .slick-prev, #galleryMainsp .slick-next,
#galleryMain02sp .slick-prev, #galleryMain02sp .slick-next{
  opacity: 0.7;
  z-index: 1;
  top: 50%;
  width: 62px;
  height: 70px;
  background: url(/img/search/slide2_prevbtn.png) no-repeat;
}

#galleryMainsp .slick-next, #galleryMain02sp .slick-next {
  left: inherit;
  background: url(/img/search/slide2_nextbtn.png) no-repeat;
}

#galleryMainsp .slick-prev, #galleryMainsp .slick-next,
#galleryMain02sp .slick-prev, #galleryMain02sp .slick-next {
  width: 30px;
  height: 35px;
  background-size: auto 100%;
  background-position: center center;
}

.sliderWrap.top .slick-prev {
  left: 0;
}

.sliderWrap.top .slick-next {
  right: 0;
}

#galleryMainsp .slick-slide img, #galleryMain02sp .slick-slide img{
  max-width: 100%;
  max-height: 100%;
}

#galleryMainsp .slick-slide img.wMaxImage,
#galleryMain02sp .slick-slide img.wMaxImage {
  width: 100%;
  max-width: 420px;
  max-height: 279px;
  height: auto;
  background: #ffff;
}

#galleryMainsp .slick-slide img.hMaxImage,
#galleryMain02sp .slick-slide img.hMaxImage {
  width: auto;
  height: 100%;
  max-height: 279px;
  margin: 0 auto;
}

#galleryMainsp .slick-slide p,
#galleryMain02sp .slick-slide p {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.7);
  color: #fff;
}

#galleryMainsp .slick-slide p:empty,
#galleryMain02sp .slick-slide p:empty {
    display: none;
}

.slick-prev, .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.sliderWrap .slick-prev {
  left: -30px;
}

.sliderWrap .slick-next {
  right: -30px;
}

.slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding: 0;
    text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  border: 0;
  outline: none;
  background: #ccc;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #004da0;
}

.fixedForm {
  margin: 0 20px;
  box-sizing: border-box;
}

.fixedForm h2 {
  width: 100%;
  height: 30px;
  margin: 2.4% auto;
  padding-bottom: 40px;
  border-bottom: 4px solid #001A80;
  background: url(/img/search/sp/icon_about_h2_sp.gif) no-repeat top left;
  background-size: 20px auto;
  line-height: normal;
}

.fixedForm #about h2 {
  margin-top: 20px;
}

.fixedForm h2 .h2_txt {
  height: 40px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.fixedForm h2 .h2_txt.about-title {
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
  }
  #wrapper {
    padding-top: 52px;
  }
  .fixedForm #about h2 {
    padding: 0 0 47px 32px;
  }
  .fixedForm h2 .h2_txt.about-title {
    line-height: 0;
    padding-left: 0;
  }
}

.fixedForm .set1, .fixedForm .set2, .fixedForm .set3, .fixedForm .set4 {
  margin-bottom: 38px;
}

.fixedForm .set1 .txt_area, .fixedForm .set3 .txt_area {
  float: none;
  padding: 15px 0 0;
  text-align: left;
  vertical-align: middle;
}

.fixedForm #about p {
  margin-top: 15px;
  font-size: 14px;
}

.fixedForm #about p.blue {
  display: table-cell;
  height: 37.5px;
  padding-left: 12.5px;
  border-left: 5px solid #004da0;
  color: #004da0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0;
}

.fixedForm #about p .yellow {
  color: #001A80;
  font-weight: bold;
}

.fixedForm .set2 img, .fixedForm .set4 img {
  float: none;
}

.fixedForm .set4 img {
  padding-right: 0;
  box-sizing: border-box;
}

.fixedForm .set2 .txt_area, .fixedForm .set4 .txt_area {
  float: none;
  padding: 15px 0 0;
}

.fixedForm #feature {
  margin-bottom: 40px;
}

.fixedForm .feature_left {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 8px;
  background-color: #f7f4ed;
  text-align: center;
}

.fixedForm .feature_title {
  height: 30px;
  border-radius: 8px 8px 0 0;
  background-color: #004da0;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.fixedForm .feature_right {
  float: none;
  width: 100%;
  height: auto;
  margin-top: 16px;
  margin-right: 20px;
  background-color: #f7f4ed;
}

.fixedForm .feature_left img, .fixedForm .feature_right img {
  margin: 14.5px auto;
  padding-right: 2.66%;
  padding-left: 2.66%;
  box-sizing: border-box;
}

.fixedForm .feature_txt {
  text-align: center;
}

.fixedForm #feature p.blue {
  margin-top: 0;
  margin-bottom: 15px;
  color: #004da0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}
.fixedForm br.sp {
  display: inline-block;
}

.fixedForm .feature_left ul {
  margin: 0 6%;
  padding-left: 14px;
  line-height: 1.6;
}

.fixedForm .feature_left ul li {
  position: relative;
  height: auto;
  padding-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: left;
}

.fixedForm .feature_left ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: -2.0em;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #004da0;
}

.fixedForm .feature_right .right_txt {
  padding: 0 4.5333% 4.5333%;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.fixedForm #action_area {
  width: 100%;
  margin: 0 auto 30px;
  height: 0;
  padding-bottom: 76.9333333%;
  background: url(/img/search/sp/bg_action_area_sp.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.fixedForm #action_area .inner {
  padding: 0 5%;
  right: 50%;
  position: static;
  transform: none;
  min-width: 1%;
  height: auto;
  background: none;
}

.fixedForm p.txt01_action_area {
  padding-top: 3.6%;
  padding-bottom: 2%;
  font-size: 3.7px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #fff;
  font-weight: bold;
}

.fixedForm p.txt02_action_area {
  padding-bottom: 4.26%;
}

.fixedForm #action_area p {
  text-align: center;
}

.fixedForm p.btn_action_area {
  padding-bottom: 4%;
}

.fixedForm .tel_action_area img {
  width: 100%;
  margin: 0 auto;
  padding: 0 11.3333333%;
  box-sizing: border-box;
}

.fixedForm p.tel_time {
  padding-left: 20%;
  color: #000;
  font-size: 2.6px;
  letter-spacing: 0;
}

.category_banner_top {
  margin:  0 20px;
  padding: 0 0 20px;
  background: #fff;
  text-align: center;
}

.mainTitleBox {
  display: flex;
  margin: 40px 20px 20px;
  padding-bottom: 10px;
  background-size: 20px auto;
  flex-wrap: wrap;
  border-bottom: 3px solid #001A80;
  background: url(/img/search/icon_schoolname.png) left top no-repeat;
  justify-content: flex-start;
  align-items: flex-end;
}

.mainTitleBox{
  background-size: 26px auto;
}

.mainTitleBox h1,
.mainTitleBox h2{
  width: 100%;
  font-size: 16px;
}

.mainTitleBox p img {
  width: 70px;
  margin-left: 0!important;
}

.school_info {
  margin: 0 20px;
}

.school_info .left li:first-child {
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
}

.school_info .left li > * {
  margin-left: 0;
}

.school_info li .layoutbox {
  align-items: flex-start;
}

.school_info li h3 {
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: bold;
  font-size: 14px;
}

.school_info .tel {
  margin-bottom: 0;
  color: #004da0;
  font-weight: bold;
  font-size: 24px;
}

.school_info li {
  padding: 20px 0 0;
  border-bottom: 1px solid #eaeaea;
}

.school_info li p {
  margin-bottom: 10px;
}

.school_info li .googlemap {
  position: absolute;
  margin-top: -65px;
  margin-left: 236px;
}

.school_info .boxColored {
  padding: 1em;
  background: #eee;
  margin-bottom: 10px;
}

h5.blue {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
}

h5.blue:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 4px solid #00aebb;
  border-radius: 50%;
  vertical-align: middle;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info {
  padding: 15px 20px;
  border: solid 1px #c8c9c9;
  border-radius: 10px;
  background: url(/img/search/bg_contentsspace.gif) left top;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info div.course_title {
  padding-bottom: 5px;
  border-bottom: solid 2px #c8c9c9;
  font-weight: bold;
  font-size: 13px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info div.course_title span {
  display: inline-block;
  padding: 10px 0 10px 45px;
  background: url(/img/search/icon_course_001.png) left center no-repeat;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info dl {
  margin: 10px 0;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info dl dt {
  margin-bottom: 15px;
  color: #326eb3;
  font-weight: bold;
  font-size: 16px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 div.course_info dl dd {
  font-size: 14px;
  line-height: 1.7;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 h3.notice-sub-title {
  margin: 20px 0 20px;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #001A80;
  font-weight: bold;
  font-size: 16px;
  border-bottom: unset;
  background: unset;
}

#Cont12 div.elementary_course table tr.cont th,
#contSpace #leftBlock #leftBlockInner02 #Cont12 div.elementary_course table tr.cont td {
  padding: 28px 0;
}

#Cont12 table {
  width: 100%;
  margin: 10px 0 0;
  font-size: 12px;
}

#Cont12 table tr.title {
  background-color: #eee;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 14px;
}

#Cont12 table tr th.blue {
  background-color: #00aebb;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}

#Cont12 table tr th, #Cont12 table tr td {
  border: solid 1px #eaeaea;
  text-align: center;
  vertical-align: middle;
}

#Cont12 table tr th.blue1 {
  background-color: #1d9ab7;
  color: #fff;
}

#Cont12 table tr.title th {
  padding: 5px 0;
  border-right: solid 1px #fff;
}

#Cont12 table tr.title th:first-child {
  width: 40px;
}

#Cont12 table tr th.blue2 {
  background-color: #cae3e5;
}

#Cont12 table tr th span.sat, #Cont12 table tr td span.sat {
  color: #0354ad;
}

#Cont12 table tr th span.sun, #Cont12 table tr td span.sun {
  color: #e20012;
}

h5.pink {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
}

h5.pink:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 4px solid #e95383;
  border-radius: 50%;
  vertical-align: middle;
}

#Cont12 table tr th.pink1 {
  background-color: #db4675;
  color: #fff;
  font-weight: bold;
}

#Cont12 table tr th.pink2 {
  background-color: #ead8dc;
}

#Cont12 table tr th.pink {
  background-color: #fe4f7c;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}

#Cont12 p.caption {
  margin-top: 10px;
  color: #4d4d4d;
  font-size: 11px;
}

#Cont13 table {
  width: 100%;
  margin: 20px 0 15px;
}

#Cont13 table tr th.blue {
  background-color: #00aebb;
  color: #fff;
}

#Cont13 table tr th {
  width: 9em;
  padding: 24px 0;
  border: solid 1px #d1d1d1;
  font-size: 14px;
  text-align: center;
}

#Cont13 table tr th span {
  font-weight: bold;
  font-size: 18px;
}

#Cont13 table tr td {
  padding: 24px 30px;
  border: solid 1px #d1d1d1;
  font-size: 12px;
  line-height: 2.0;
}

#Cont13 table tr td span {
  margin-left: 15px;
}

#Cont13 table tr th.pink {
  background-color: #fe4f7c;
  color: #fff;
}

#Cont13 p.caption {
  color: #4d4d4d;
  font-size: 12px;
}

#contSpace #leftBlock #leftBlockInner02 div[id^="Cont"] {
  font-size: 14px;
}

.school_detail div[id] > h4, #schoolInfo > h3 {
  margin: 20px 0 20px;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #001A80;
  font-weight: bold;
  font-size: 16px;
}

#Cont12 .timetable,  .school_detail #leftBlockInner01 #ContArea h3.notice-sub-title {
  margin: 20px 0 20px;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #001A80;
  font-weight: bold;
  font-size: 16px;
  border-bottom: unset;
  background: unset;
}

#schoolInfo > h3 {
  margin: 20px;
}

.sliderWrap {
  overflow: visible;
  margin: 0 20px;
  max-height: 798px;
  padding: 10px;
  background: #f0ede3;
}

#galleryMain02sp {
  margin-bottom: 25px;
  background: #ffff;
}

#contSpace #leftBlock #leftBlockInner02 h4 span {
  display: block;
}

#contSpace #leftBlock #leftBlockInner02 #Cont07 div.photo_block {
  float: none;
  width: 100%;
  margin: 0 25px 15px 0;
}

#contSpace #leftBlock #leftBlockInner02 div[id^="Cont0"] div.photo_block img,
#contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.photo_block img {
  width: 100%;
  height: auto;
}

#contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist {
  margin-bottom: 50px;
}

#contSpace #leftBlock #leftBlockInner02 div.fukidashi div.fukidashi_inner {
  padding: 9px 20px;
  -moz-border-radius: 6px;
  background-color: #2686ce;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#contSpace #leftBlock #leftBlockInner02 div.fukidashi div.fukidashi_inner span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#contSpace #leftBlock #leftBlockInner02 h5 {
  color: #004da0;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

#contSpace #leftBlock #leftBlockInner02 .thickbox {
  padding-left: 7px;
  background: url(/img/search/sp/icon_link.gif) left center no-repeat;
  background-size: 4px auto;
  color: #2686ce;
  font-size: 12px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont07 div.txt_block p {
  margin-top: 15px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont07 p {
  font-size: 14px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont08 {
  margin-top: 30px;
}

#contSpace #leftBlock #leftBlockInner02 h4.staff {
  position: relative;
}

#contSpace #leftBlock #leftBlockInner02 h4.staff img {
  display: none;
  position: absolute;
  top: -15px;
  left: 125px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.photo_block {
  float: left;
  width: 150px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.txt_block {
  float: right;
  width: calc(100% - 170px);
}

#contSpace #leftBlock #leftBlockInner02 .message-content {
  display: none;
}

#contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.txt_block p {
  margin-top: 15px;
}

#contSpace #leftBlock div.more {
  display: none;
  margin: 30px 0 15px;
  padding: 5px 0;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
}

#contSpace #leftBlock div.more p {
  display: inline;
  padding-left: 16px;
  background: url(/img/search/icon_open.gif) left center no-repeat;
  color: #326eb1;
  font-size: 12px !important;
}

div.more, div.more_close {
  display: none;
  margin: 30px 0 15px;
  padding: 5px 0;;
  background: #efefef;
  color: #326eb3;
  text-align: center;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.img_block {
  width: 150px;
  height: auto;
  padding: 0;
  border: none;
  box-sizing: border-box;
  text-align: center;
  max-height: 114px;
  overflow: hidden;
  float: left;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block {
  width: calc(100% - 170px);
  float: right;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block dl {
  margin-bottom: 10px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block dl dd {
  font-size: 13px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block span.readmore {
  display: inline-block;
  padding: 4px 0 4px 25px;
  background: url(/img/search/icon_comment.png) left center no-repeat;
  color: #2686ce;
  font-size: 12px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 {
  margin-top: 0;
}

#contSpace #leftBlock #leftBlockInner02 h4 + p {
  margin: 30px 0 20px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul {
  margin: 10px 0 30px;
  padding: 0;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li {
  display: block;
  float: none;
  height: 68px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(1) {
  background: url(/img/search/sp/btn_course_002.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li a {
  display: block;
  height: 100%;
  vertical-align: bottom;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(2) {
  background: url(/img/search/sp/btn_course_001.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: 5px;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(3) {
  background: url(/img/search/sp/btn_course_003.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:last-child {
  float: none;
}

#leftBlockInner01 #ContArea{
  font-size: 14px;
}

#leftBlockInner01 #ContArea h3 {
  margin-top: 20px;
}

#leftBlockInner01 #ContArea h3 img, #leftBlockInner01 #ContArea h3 br {
  display: none;
}

#leftBlockInner01 #ContArea h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3px 0 15px 50px;
  border-bottom: 3px solid #001A80;
  background: url(/img/search/icon_schoolname.png) left top no-repeat;
  background-size: 30px auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

#leftBlockInner01 #ContArea h2.notice-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3px 0 15px 30px;
  border-bottom: 3px solid #001A80;
  background: url(/img/search/icon_schoolname.png) left top 5px no-repeat;
  background-size: 26px auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
#leftBlockInner01 #ContArea h2.notice-title img {
  display: none;
}
#leftBlockInner01 #ContArea h2.notice-title br {
  display: none;
}

#leftBlockInner01 #ContArea div.info_inner_space div[id^="Cont0"] div.photo_block {
  width: 100%;
  margin: 0 0 20px;
  font-size: 12px;
}

#leftBlockInner01 #ContArea div.info_inner_space .photo_block img {
  width: 100%;
}

#leftBlock #leftBlockInner01 #ContArea div.info_inner_space p.intro_txt {
  margin: 15px 0;
  font-size: 14px;
}

#leftBlock #leftBlockInner01 div.info_inner_space .bnr_block li {
  text-align: center;
  font-size: 10px;
  margin-bottom: 8px;
}

#leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul.mainbanner {
  margin-bottom: 34px;
  text-align: center;
}

#leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul.mainbanner li {
  width: auto;
  margin: 0 auto;
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

#leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul.mainbanner li img {
  width: 100%;
  max-width: 405px;
}

#leftBlock #leftBlockInner01 div.info_inner_space .bnr_block ul.double{
  margin-bottom: 34px;
}

#leftBlock #leftBlockInner01 div.info_inner_space .bnr_block ul.double li{
  text-align:left;
}

#leftBlock #leftBlockInner01 div.info_inner_space .bnr_block ul.double li img{
  max-width: 405px;
}

#leftBlockInner01 #ContArea div.original_campaign {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 20px auto 10px;
  background: #fff6df;
}

#leftBlockInner01 #ContArea div.original_campaign div.title {
  position: relative;
  z-index: 2;
  padding: 10px 1em;
  background: #001A80;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  color: #ffffff;
}

#leftBlockInner01 #ContArea div.original_campaign div.left_side dl dt {
  margin-bottom: 15px;
  color: #004da0;
  font-weight: bold;
  font-size: 16px;
}

#leftBlockInner01 #ContArea div.original_campaign div.left_side {
  float: left;
  width: 48%;
}

#leftBlockInner01 #ContArea div.original_campaign div.right_side {
  float: right;
  width: 48%;
}

#leftBlockInner01 #ContArea div.original_campaign div.title + div {
  padding: 40px 20px 20px;
}

#leftBlockInner01 #ContArea .movieBlock {
  width: 100%;
  margin: 30px auto 0;
}

#leftBlockInner01 #ContArea .movieBlock .movie_space {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 75% 0 0;
}

#leftBlockInner01 #ContArea .movieBlock .movie_space iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 320px;
}

#leftBlockInner01 #ContArea .movieBlock div.movie_space p.caption {
  margin: -75% 0 30px;
  font-size: 13px;
  text-align: left;
  padding-top: 335px;
}

#leftBlockInner01 #ContArea .movieBlock div.movie_space p.caption span.red {
  margin-right: 10px;
  color: #004da0;
}

div.info_inner_space h5, div.info_inner_space .notice-sub-text {
  margin: 15px 0;
  color: #004da0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
#leftBlockInner01 #ContArea div.info_inner_space .notice-sub-text {
  padding: 0;
  border-left: unset;
  margin: 15px 0;
}

#contSpace #rightBlock {
  margin-bottom: 85px;
  float: none;
  width: 100%;
}

#contSpace #rightBlock > *:first-child {
  margin-top: 40px;
}

#schoolInfo .school_list {
  margin: 0 -20px 20px;
  padding: 20px;
  border-top: 1px solid #cfcfcf;
  background: #fffaee;
}

div.school_list div.title {
  padding: 0 0 3px 0;
  border-bottom: solid 1px #001A80;
  font-size: 12px;
}

#contSpace #rightBlock div.school_list div.title span {
  display: inline-block;
  padding: 10px 0 5px 34px;
  background: url(/img/search/icon_school.png) left center no-repeat;
}

#contSpace #rightBlock div.school_list ul {
  padding: 15px 0 0;
}

div.school_list ul li {
  margin-bottom: 5px;
  font-size: 12px;
}

div.school_list ul li:before {
  content: "▶";
  padding-right: 5px;
  color: #001A80;
  font-size: 9px;
}

div.school_list ul li a {
  color: #333;
  text-decoration: underline;
}

#contSpace #rightBlock div.bnr_area02 {
  padding-top: 10px;
}

.bnr_area01 li, .bnr_area02 li {
  text-align: center;
}

#contSpace #rightBlock div.bnr_area02 ul li {
  margin-bottom: 10px;
}

#contSpace #rightBlock div.bnr_area02 ul li img {
  width: 220px;
  height: auto;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .spContents,.sp,.fixedForm br.sp {
    display: none;
  }

  .pcContents,#sideMenu {
    display: initial;
  }

  .breadcrumb .breadcrumb-list {
    line-height: inherit;
  }


  .breadcrumb .breadcrumb-list li:nth-child(4) {
    width: initial;
    margin-bottom: inherit;
  }

  #skin1Column .inner {
    width: 980px;
    margin: 0 auto;
  }

  .main-heading {
    padding: 31px 0;
  }

  .main-heading .content-inner {
    font-size: 25px;
  }

  .btn-base {
    color: #fff!important;
  }

  #mainCont {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0em;
  }

  #sideMenu {
    opacity: 0.85;
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 10;
  }

  #sideMenu ul {
    display: none;
  }

  #sideMenu ul li {
    margin-bottom: 2px;
    padding-left: 15px;
    background: url(/img/search/arrow_submenu.png) left center no-repeat;
    font-size: 12px;
  }

  #sideMenu a {
    text-decoration: none;
  }

  #sideMenu ul li:last-child {
    margin-bottom: 9px;
  }

  #mainCont #schoolInfo {
    width: 980px;
    margin: 0 auto;
  }

  .mainTitleBox.schoolName {
    margin: 20px 0;
    padding-bottom: 0;
    border-bottom: 2px solid #eaeaea;
    background: none;
  }

  .mainTitleBox.schoolName h1,
  .mainTitleBox.schoolName h2{
    width: unset;
    padding-left: 70px;
    font-size: 26px;
    border-bottom: none;
  }

  .mainTitleBox.schoolName h1:before,
  .mainTitleBox.schoolName h2:before{
    width: 58px;
    height: 58px;
    bottom: -7px;
  }

  .mainTitleBox.schoolName p {
    margin: 0 0 5px 10px;
  }

  .mainTitleBox p.tel strong {
    font-weight: bold;
  }

  .sliderWrap {
    margin: unset;
    overflow: hidden;
  }

  .slick-slider {
    margin-bottom: 15px;
  }

  .slick-prev, .slick-next {
    margin-top: -10px;
  }

  #galleryMain .slick-list,#galleryMain02 .slick-list {
    background: #fff;
  }

  #galleryMain .slick-slide,#galleryMain02 .slick-slide {
    position: relative;
    opacity: 0.5;
    border-width: 10px;
    border-color: #fff;
    border-style: solid;
  }

  #galleryMain .slick-slide img, #galleryMain02 .slick-slide img {
    max-width: 420px;
  }

  #galleryMain .slick-slide img.wMaxImage, #galleryMain02 .slick-slide img.wMaxImage {
    width: auto;
    height: 280px;
    margin: 0 auto;
  }

  #galleryMain .slick-slide p,#galleryMain02 .slick-slide p {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

  #galleryMain .slick-slide p:empty,#galleryMain02 .slick-slide p:empty {
    display: none;
  }

  #galleryMain .slick-slide.slick-active,#galleryMain02 .slick-slide.slick-active {
    opacity: 1;
  }

  #galleryMain .slick-prev, #galleryMain .slick-next, #galleryMain02 .slick-prev, #galleryMain02 .slick-next{
    z-index: 1;
    top: 50%;
    left: 92px;
    width: 62px;
    height: 70px;
    margin-top: -33px;
    background: url(/img/search/slide2_prevbtn.png) no-repeat;
  }

  #galleryMain .slick-prev:before, #galleryMain .slick-next:before,
  #galleryMain02 .slick-prev:before, #galleryMain02 .slick-next:before
  {
    display:none;
  }

  #galleryMain .slick-next,#galleryMain02 .slick-next{
    right: 92px;
    left: inherit;
    background: url(/img/search/slide2_nextbtn.png) no-repeat;
  }

  #galleryThumb,#galleryThumb02 {
    height: 57px;
    margin: 0 160px 0px;
  }

  #galleryThumb .slick-slide,#galleryThumb .slick-slide02,
  #galleryThumb02 .slick-slide,#galleryThumb02 .slick-slide02{
    padding: 0 11px;
    cursor: pointer;
  }

  #galleryThumb .slick-center:after, #galleryThumb02 .slick-center:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:11px;
    width:84px;
    height:100%;
    border:2px solid #004da0;
    box-sizing:border-box;
  }

  #galleryThumb .slick-slide img, #galleryThumb02 .slick-slide img{
    width:100%;
    max-width:82px;
    max-height:57px;
  }

  #galleryThumb .slick-center, #galleryThumb02 .slick-center{
    position:relative;
  }

  #galleryThumb .slick-prev:before, #galleryThumb .slick-next:before,
  #galleryThumb02 .slick-prev:before, #galleryThumb02 .slick-next:before{
    display:none;
  }

  .slick-track {
    zoom: 1;
  }

  .fixedForm {
    width: 980px;
    margin: 0;
  }

  .fixedForm h2 {
    margin-bottom: 24px;
    padding-bottom: 13px;
    border-bottom: 3px solid #001A80;
    line-height: 30px;
  }

  .fixedForm .feature_left, .fixedForm .feature_right {
    width: 460px;
    height: 516px;
    border-radius: 8px;
    background-color: #f7f4ed;
    text-align: center;
  }

  .fixedForm #about h2 {
    margin-top: 60px;
    padding-bottom: 40px;
    background-size: 30px auto;
  }

  .fixedForm h2 .h2_txt {
    padding-left: 40px;
    font-size: 18px;
  }

  .fixedForm .set1 img, .fixedForm .set3 img {
    float: left;
  }

  .fixedForm .set1 .txt_area, .fixedForm .set3 .txt_area {
    float: left;
    padding-left: 30px;
  }

  .fixedForm #about p.blue {
    height: 71px;
    padding-top: 8px;
    padding-left: 15px;
    border-left: 6px solid #004da0;
    font-size: 24px;
  }

  .fixedForm .set2 img, .fixedForm .set4 img {
    float: right;
  }

  .fixedForm .clearfix:before, .fixedForm .clearfix:after {
    content: "";
    display: table;
  }

  .fixedForm .clearfix:after {
    clear: both;
  }

  .fixedForm .set2 {
    margin-bottom: 15px;
  }

  .fixedForm .feature_left {
    float: left;
    margin-left: 20px;
  }

  .fixedForm .feature_left img {
    margin-top: 10px;
  }

  .fixedForm .feature_title {
    height: 41px;
    font-size: 18px;
    line-height: 41px;
  }

  .fixedForm #feature{
    margin-bottom: 50px;
  }

  .fixedForm #feature p.blue {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .fixedForm .feature_left ul {
    padding-left: 32px;
  }

  .fixedForm .feature_left ul li {
    height: 28px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .fixedForm .feature_left ul li:before {
    top: 0.2em;
    left: -1.0em;
    width: 13px;
    height: 13px;
  }

  .fixedForm .feature_right {
    float: right;
    margin: 0;
  }

  .fixedForm .feature_right img {
    margin-top: 20px;
  }

  .fixedForm .feature_right .right_txt {
    padding-right: 30px;
    padding-left: 30px;
    letter-spacing: 0;
    font-size: 14px;
  }

  .fixedForm #action_area {
    height: 324px;
    margin: 0 auto 30px;
    text-align: center;
    background: none;
    padding-bottom: 0;
  }

  .fixedForm #action_area .inner {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    width: 100%;
    min-width: 980px;
    height: 324px;
    background: url(/img/search/bg_action_area.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .fixedForm #action_area .innerBox {
    width: 980px;
    height: 100%;
    margin: 0 auto;
  }

  .fixedForm p.txt01_action_area {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
  }

  .fixedForm p.txt02_action_area {
    padding-bottom: 12px;
  }

  .fixedForm .set3, .fixedForm .set4 {
    margin-bottom: 50px;
  }

  .fixedForm p.btn_action_area {
    padding-bottom: 20px;
  }

  .fixedForm p.btn_action_area img,.fixedForm .tel_action_area img {
    width: unset;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .fixedForm p.tel_time {
    padding-left: 64px;
    font-size: 12px;
  }

  .mainTitleBox {
    margin: 40px 0 20px;
    display: flex;
    background-size: 40px auto;
  }

  .mainTitleBox h1,
  .mainTitleBox h2{
    width: unset;
    position: relative;
    padding: 3px 0 0 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
  }

  .mainTitleBox p:first-of-type {
    margin-left: auto;
  }

  .mainTitleBox p img {
    width: initial;
  }

  #schoolInfo .layoutbox {
    width: 980px;
    display: flex;
    margin: 0;
    justify-content: space-between;
  }

  .category_banner_top {
    padding: 0 0 20px;
    background: #fff;
    text-align: center;
  }

  ul.categoryList {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 11px;
    vertical-align: middle;
  }

  ul.categoryList li {
    display: inline-block;
    margin-right: 50px;
    padding: 0 5px;
    line-height: 1.0;
  }

  ul.categoryList li.list01 {
    padding: 5px 0 5px 50px;
    background: url(/img/search/icon_cat_001.gif) left center no-repeat;
  }

  ul.categoryList li.list02 {
    padding: 5px 0 5px 50px;
    background: url(/img/search/icon_cat_002.gif) left center no-repeat;
  }

  ul.categoryList li.list03 {
    padding: 5px 0 5px 78px;
    background: url(/img/search/icon_cat_003.gif) left center no-repeat;
  }

  .school_info,#cont12 {
    margin: 0;
  }

  div#schoolInfo > [id] {
    margin: 0;
  }

  .school_info li > * {
    margin: 0 50px;
  }

  #schoolInfo > h3 {
    margin: 0 0 20px;
  }

  .school_info li {
    padding: 20px 15px 0;
    border-bottom: 1px solid #eaeaea;
  }

  .school_info .left {
    width: 490px;
  }

  .school_info .left li:first-child {
    padding: 20px 15px 0;
    border-top: 1px solid #eaeaea;
  }

  .school_info li h3 {
    margin-bottom: 10px;
  }

  .school_info .tel {
    margin: 0 50px!important;
    font-size: 24px;
  }

  .school_info li p {
    margin: 0 50px 20px!important;
  }

  .school_info li .layoutbox {
    align-items: flex-end;
  }

  #schoolInfo .school_info li .layoutbox.address-box {
    flex-wrap: wrap;
    width: 480px;
  }

  #schoolInfo .school_info li .layoutbox.address-box .address {
    width: 100%;
  }

  #schoolInfo .googlemap {
    position: unset;
  }

  #schoolInfo .googlemap a {
    width: 147px;
    margin-left: 10px;
  }

  #schoolInfo .school_info .googlemap a {
    margin-left: 0;
  }


  .school_info .right {
    display: flex;
    width: 457px;
    height: 0;
    border: 2px solid #eaeaea;
    align-items: center;
    margin: 0;
    padding-bottom: 80%;
    text-align: left;
    position: relative;
  }

  .school_info .right iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-style: hidden;
  }
  .school_info .map {
    width: 100%;
  }

  .school_info .map .mapimg {
    text-align: center;
  }

  .school_info .map .mapimg img {
    max-width: 100%;
    min-height: 238px;
    max-height: 238px;
    margin-bottom: 20px;
  }

  .school_info .map p {
    text-align: center;
  }

  .school_detail div[id] > h4, #schoolInfo > h3 {
    margin: 40px 0 20px;
  }

  .school_detail #leftBlockInner01 #ContArea h3.notice-sub-title {
    margin: 40px 0 20px;
  }

  #Cont12 .timetable {
    margin: 40px 0 20px;
  }

  #Cont12 table tr.title th:first-child {
    width: unset;
  }

  #contSpace #leftBlock {
    float: left;
    width: 760px;
  }

  #contSpace div#leftBlock.noneFloat {
    float: none;
    width: 100%;
  }

  #contSpace #leftBlock #leftBlockInner01 #ContArea div.info_inner_space p.intro_txt {
    margin: 15px 0;
    font-size: 14px;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul {
    text-align: center;
    margin: 10px 0 34px;
    overflow: hidden;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul li {
    width: 50%;
    padding: 10px 42px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    color: #595959;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul li:nth-child(2n+1){
    float: left;
    clear: left;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul li:nth-child(2n){
    float: right;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul.double img {
    width: 100%;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div.bnr_block ul.mainbanner li {
    width: 405px;
    float: initial;
    padding: 0;
  }

  #leftBlockInner01 #ContArea div.original_campaign {
    width: 685px;
    float: initial;
  }

  #leftBlockInner01 #ContArea div.original_campaign:before {
    top: 24px;
    left: -35px;
    width: 186px;
  }

  #leftBlockInner01 #ContArea div.original_campaign:after {
    top: 24px;
    right: -35px;
    width: 186px;
  }

  #leftBlockInner01 #ContArea div.original_campaign div.title {
    font-size: 18px;
  }

  #leftBlockInner01 #ContArea div.original_campaign div.title + div {
    padding: 55px 30px 30px;
  }

  #leftBlockInner01 #ContArea div.original_campaign div.left_side {
    width: 400px;
  }

  #leftBlockInner01 #ContArea div.original_campaign div.right_side {
    width: 200px;
  }

  #leftBlockInner01 #ContArea {
    margin-bottom: 70px;
  }

  #leftBlockInner01 #ContArea .movieBlock {
    width: 450px;
    margin: 30px auto 0;
  }

  #leftBlockInner01 #ContArea div.info_inner_space div[id^="Cont0"] div.photo_block {
    float: right;
    width: 260px;
    margin: 0 0 0 30px;
  }

  #leftBlockInner01 #ContArea h2.notice-title {
    padding: 4px 0 10px 50px;
    background: url(/img/search/icon_schoolname.png) left top no-repeat;
    background-size: 40px auto;
  }

  #contSpace #leftBlock #leftBlockInner02 {
    margin-top: 40px;
    margin-right: 44px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont07 div.photo_block {
    float: left;
    width: 280px;
  }

  #contSpace #leftBlock #leftBlockInner02 div.fukidashi div.fukidashi_inner span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.txt_block {
    float: right;
    width: 505px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.txt_block p {
    margin-top: 15px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont08 div.stafflist div.photo_block {
    width: 190px;
  }

  #contSpace #leftBlock #leftBlockInner02 h5 {
    margin-bottom: unset;
    font-size: 18px;
  }

  #contSpace #leftBlock #leftBlockInner02 .message-content {
    display: block;
  }

  .remodal {
    width: auto;
    margin: 20px auto;
    border: 5px solid #c8c9c9;
    border-radius: 5px;
  }

  .remodal_comment .wrap div.title_block {
    float: left;
    width: 400px;
  }

  .remodal_comment .wrap div.title_block div.title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .remodal_comment .wrap div.photo_block {
    float: right;
    width: 190px;
  }

  .remodal_comment .wrap div.photo_block img {
    width: 190px;
    height: auto;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist {
    padding: 0 0 0 20px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student {
    float: left;
    width: 342px;
    height: 120px;
    margin-bottom: 25px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li {
    display: table;
    float: left;
    height: 100px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.img_block {
    width: 122px;
    padding: 2px;
    border: solid 1px #dbdcdc;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.img_block img {
    width: 116px;
    height: auto;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont10 div.voicelist div.school_student div.prof_block {
    width: 200px;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul {
    margin: 10px 0 30px;
    padding: 0 55px;
  }


  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li a {
    display: table-cell;
    vertical-align: bottom;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:last-child {
    float: right;
  }

  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(1),
  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(2),
  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(3) {
    background: unset;
  }

  #Cont13 table tr th {
    width: 200px;
  }

  #contSpace #rightBlock {
    float: right;
    width: 220px;
  }

  #contSpace #rightBlock > *:first-child {
    margin-top: 40px;
  }

  #schoolInfo .school_list {
    padding: 0;
    margin: 0;
    border-top: unset;
    background: unset;
  }

  #contSpace #rightBlock div.school_list div.title span {
    display: inline-block;
    padding: 10px 0 5px 34px;
    background: url(/img/search/icon_school.png) left center no-repeat;
  }

  #contSpace #rightBlock div.school_list ul {
    padding: 15px 0 0;
  }

  div.school_list ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  #contSpace #rightBlock div.bnr_area02 {
    padding-top: 10px;
  }

  #contSpace #rightBlock div.bnr_area02 ul li {
    margin-bottom: 10px;
  }

  #contSpace #rightBlock div.bnr_area02 ul li img {
    width: 220px;
    height: auto;
    margin-top: 10px;
  }
  #contSpace #leftBlock #leftBlockInner02 #Cont11 ul li:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainTitleBox .send, .mainTitleBox .parking {
    margin-top: 6px;
  }
}
.send img, .parking img {
  display: unset;
}

