.headTitle01 {
  background-image: url("../images/bg_genre01.jpg");
}

.headTitle01 .headTitleText01 span {
  padding-left: 35px;
  background-image: url("../images/ico_index01.png");
  background-size: 35px;
  background-position: 0 40%;
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 25px;
    background-size: 25px;
  }
}

.genre_1 {
  background-image: url("../images/bg_genre01.jpg");
  background-position: center;
}

.genre_2 {
  background-image: url("../images/bg_genre02.jpg");
  background-position: center 62%;
}

.genre_3 {
  background-image: url("../images/bg_genre03.jpg");
  background-position: center 62%;
}

.genre_4 {
  background-image: url("../images/bg_genre04.jpg");
  background-position: center 48%;
}

.genre_5 {
  background-image: url("../images/bg_genre05.jpg");
  background-position: center 20%;
}

.genre_6 {
  background-image: url("../images/bg_genre06.jpg");
  background-position: center 63%;
}

.genre_7 {
  background-image: url("../images/bg_genre07.jpg");
  background-position: 42%;
}

.genre_8 {
  background-image: url("../images/bg_genre08.jpg");
  background-position: center 25%;
}

.genre_9,
.genre_10,
.genre_11,
.genre_12,
.genre_13,
.genre_14,
.genre_15,
.genre_16,
.genre_17 {
  background-image: url("../images/bg_genre09.jpg");
  background-position: center 75%;
}

.genre_18,
.genre_19,
.genre_20,
.genre_21,
.genre_22,
.genre_23,
.genre_24,
.genre_25 {
  background-image: url("../images/bg_genre10.jpg");
  background-position: center bottom;
}

.searchArea01 h3 {
  background-image: url("../images/ico_index03.png");
}

.teacherhArea01 h3 {
  background-image: url("../images/ico_index04.png");
}

.HeadTitle {
  display: block;
  font-family: "HiraKakuPro*";
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-top: 90px;
  text-shadow: 0px 0px 10px #696969;
}

.Head_img {
  height: 250px;
  background: url(../images/bg-index01.jpg) center;
  background-size: cover;
}

.titleTop {
  margin-top: 94px;
  margin-bottom: 49px;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.HeadSub {
  font-family: "ChalkboardSE Regular*";
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 0px 15px #696969;
}

.Head_under img {
  -webkit-filter: drop-shadow(0px 0px 10px #696969);
  filter: drop-shadow(0px 0px 10px #696969);
}

.menu-container {
  margin: 0 14%;
}

.menucontents {
  width: 32%;
  position: relative;
  padding: 20px 0 20px 0;
  border: 2px solid #DB877D;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
  color: #DB877D;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.menucontents:hover {
  background-color: #DB877D;
  color: #fff;
}

.menucontentsRight {
  margin-right: 2%;
}

.fa-right2 {
  position: absolute;
  right: 10px;
  top: 35%;
  position: absolute;
  /*line-height: 110px;*/
}

.btn {
  width: 266px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
  background-color: #DB877D;
  border-radius: 30px;
  cursor: pointer;
}

.beginner-icon {
  vertical-align: bottom;
}

.MainNavi {
  max-width: 1000px;
  margin: 32px auto 41px;
}

.container .title {
  width: 100%;
}

.container .title img {
  float: left;
  position: absolute;
}

.container .inline-block {
  float: left;
  margin-left: 17px;
  padding-left: 59px;
  border-bottom: solid 1px #DC8380;
  width: 97%;
}

.container .title p {
  font-size: 16px;
  color: #DC8380;
}

.container .title h1 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
}

.search-container {
  margin-top: 29px;
  background-color: #FAF6F0;
  padding-top: 40px;
  padding-bottom: 35px;
}

.search-contents {
  margin-bottom: 25px;
}

.searchTitle {
  width: 20%;
  color: #e5925d;
  font-size: 16px;
  padding-left: 25px;
}

.searchText {
  position: relative;
  width: 80%;
}

.search-select select {
  width: 200px;
  padding: 9px 10px 11px 17px;
  font-size: 15px;
  cursor: pointer;
  background-color: white;
  color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

select:focus {
  border: 1px solid #a9a9a9;
  outline: 0;
}

.freeWord input {
  max-width: 626px;
  width: 96%;
  padding: 9px 10px 10px 10px;
  font-size: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .freeWord input {
    width: 100%;
  }
}

input[type="text"]:focus {
  border: 1px solid #a9a9a9;
  outline: 0;
}

input::-webkit-input-placeholder {
  color: #d3d3d3;
}

input:-ms-input-placeholder {
  color: #d3d3d3;
}

input::-ms-input-placeholder {
  color: #d3d3d3;
}

input::placeholder {
  color: #d3d3d3;
}

.search-check {
  display: inline-block;
}

.search-checkinput {
  display: none;
}

.search-checktext {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.search-checktext::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.search-checkinput:checked + .search-checktext {
  color: #009a9a;
}

.search-checkinput:checked .search-checktext::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.width180 {
  width: 110px;
}

.margin26 {
  margin-bottom: 20px;
}

.list-container {
  margin-bottom: 47px;
}

@media screen and (max-width: 640px) {
  .list-container {
    margin-bottom: 30px;
  }
}

.list-contents1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 29px;
}

.list-contents2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 29px;
  background-color: #FAF6F0;
}

.list-image {
  width: 200px;
}

.listIcon {
  margin-right: 3px;
}

.list-text {
  width: 446px;
  margin-left: 30px;
}

.lesson-time {
  width: 222px;
}

table {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #EFAA7B;
  border-radius: 5px;
  border-spacing: 0;
  overflow: hidden;
}

tr:nth-child(2n) td {
  background: #f9f5ef;
}

tr:nth-child(2n+1) td {
  background: #fff;
}

table th {
  text-align: left;
  padding: 5px 0 4px 25px;
  background-color: #EFAA7B;
  color: #fff;
}

table th img {
  vertical-align: sub;
}

table td {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  padding-left: 30px;
}

.listBtn {
  margin-top: 10px;
}

.day {
  margin-right: 28px;
}

.listTitle01 {
  width: 130px;
  padding: 0 0 2px;
  border-radius: 5px;
  border: 1px solid #F4A460;
  color: #F4A460;
  font-size: 16px;
  margin-right: 10px;
}

.listTitle02 {
  display: block;
  width: 67px;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #F4A460;
  color: #F4A460;
  font-size: 16px;
  margin-right: 10px;
}

.listExplain01 {
  margin-right: 50px;
}

.listExplain02 {
  margin-top: 10px;
}

.listExplain03 {
  margin-bottom: 12px;
  line-height: 2;
  margin-right: 28px;
}

.listExplain04 {
  margin-top: 5px;
}

.btn02 {
  width: 135px;
  display: inline-block;
  font-size: 12px;
  color: #F4A460;
  position: relative;
  border-radius: 30px;
  border: 1px solid #F4A460;
  cursor: pointer;
}

.inlineBlock {
  display: inline-block;
}

.clock {
  margin-right: 10px;
}

.white {
  background-color: #FAF6F0;
}

.oudo {
  background-color: #fff;
}

.orange {
  font-size: 16px;
  position: absolute;
  background-color: #E59A41;
  color: #fff;
  border-radius: 2px;
  width: 100px;
  padding: 1px 0 3px;
}

.red {
  font-size: 16px;
  position: absolute;
  background-color: #D83A2E;
  color: #fff;
  border-radius: 2px;
  width: 100px;
  padding: 1px 0 3px;
}

.black {
  font-size: 16px;
  position: absolute;
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  width: 100px;
  padding: 1px 0 3px;
}

.Tab a {
  display: inline-block;
  width: 32px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  line-height: 32px;
}

.Tab span {
  margin-right: 10px;
}

.Tab a:hover {
  background-color: #DB877D;
  color: #fff;
}

.fa-right4 {
  margin-right: 7px;
}

.checkbox01-input {
  display: none;
}

.checkbox01-parts {
  position: relative;
  margin-right: 20px;
}

.checkbox02-parts {
  margin-left: 50px;
}

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -30px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox01-input:checked {
  color: #DB877D;
}

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -28px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #DB877D;
  border-right: 3px solid #DB877D;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  text-align: center;
  margin-right: 16px;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  background: #ffffff;
  width: 202px;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d3d3d3;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #d3d3d3;
}

.Foot_img {
  height: 500px;
  background: url(../images/bg_index02.jpg);
  background-size: cover;
}

.Foot_img h1 a {
  font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
  font-size: 50px;
  font-weight: normal;
  color: #fff;
}

.Foot_img .box1 {
  padding-top: 85px;
}

.Foot_img .box2 {
  padding-top: 67px;
  text-align: center;
}

.Foot_img .box3 {
  padding-top: 20px;
}

.Foot_img h1 .text1 {
  font-size: 36px;
}

.Foot_img .text2 {
  display: block;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}

.Foot_img .text3 {
  display: block;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}

.text4 {
  background: #DB877D;
  font-family: "NotoSansCJKjp*";
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  display: block;
  max-width: 400px;
  margin: 60px auto;
  margin-bottom: 0;
  padding: 20px 22px;
  border-radius: 45px;
  position: relative;
}

.foot-border a {
  border-bottom: solid 1px white;
}

.fa-right1 {
  position: absolute;
  right: 30px;
}

.fa-right3 {
  position: absolute;
  right: 13px;
  line-height: 23px;
}

@media all and (max-width: 1024px) {
  .menu-container {
    margin: 0;
  }
}

@media all and (max-width: 865px) {
  .searchTitle {
    width: 25%;
    color: #EFAA7B;
    font-weight: 700;
    font-size: 16px;
    padding-left: 25px;
  }
  .searchText {
    position: relative;
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .number {
    font-size: 30px;
    color: #FF9872;
  }
  .menucontents {
    font-size: 13px;
  }
  .Foot_img {
    height: 350px;
    background: url(../images/bg_index02.jpg);
    background-size: cover;
  }
  .Foot_img h1 a {
    font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
    font-size: 36px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img .text2 {
    display: block;
    font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
    font-size: 20px;
    font-weight: normal;
    color: #fff;
  }
  .Foot-img h1 .text1 {
    font-size: 28px;
  }
  .Foot_img .box1 {
    padding-top: 60px;
  }
  .Foot_img .box2 {
    padding-top: 20px;
    text-align: center;
  }
  .Foot_img .text3 {
    font-size: 20px;
  }
  .text4 {
    margin: 30px auto;
    width: 300px;
    font-size: 18px;
    padding: 5px 15px;
  }
  .btn {
    font-size: 15px;
    padding-top: 15px;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .listTitle01 {
    width: 120px;
    line-height: 25px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .listTitle02 {
    line-height: 25px;
    font-size: 14px;
  }
  .list-text {
    width: 40%;
  }
  .lesson-time {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-image {
    width: 28%;
    padding-left: 8px;
  }
  .listExplain01 {
    margin-right: 0;
  }
  .listExplain02 {
    margin-top: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .listExplain03 {
    margin-bottom: 0px;
    line-height: 1.5;
    margin-right: 0;
    width: 100%;
  }
  .listExplain05 {
    width: 100%;
    padding-left: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .titleTop {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 653px) {
  .cp_ipselect.cp_sl01 {
    position: relative;
    width: 250px;
  }
  .Block {
    display: block;
  }
  .areaSelect {
    width: 70%;
  }
  .areaSelect01 {
    margin-bottom: 5px;
  }
  .checkbox02-parts {
    margin-left: 0;
  }
}

@media all and (max-width: 644px) {
  .number {
    font-size: 20px;
    color: #FF9872;
  }
  .reasonTitle {
    font-size: 18px;
    color: #FF9872;
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .reasonTitle1 {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media all and (max-width: 590px) {
  table {
    margin: 0 auto;
  }
  .list-image {
    width: 40%;
    padding-left: 8px;
  }
  .list-text {
    width: 60%;
    margin-bottom: 15px;
  }
  .lesson-time {
    width: 100%;
  }
  table th {
    width: 550px;
  }
  .listBtn {
    text-align: center;
    margin-top: 10px;
  }
}

@media all and (max-width: 578px) {
  .menucontents {
    font-size: 10px;
  }
}

@media all and (max-width: 426px) {
  .Head_img {
    height: 170px;
  }
  .HeadTitle {
    font-size: 30px;
    padding-top: 58px;
  }
  .MainNavi {
    width: 100%;
    margin: 20px auto 25px;
  }
  .container .inline-block {
    margin-left: 5px;
    padding-left: 50px;
  }
  .title img {
    width: 49px;
    padding-top: 8px;
  }
  .container .title p {
    font-size: 13px;
    color: #DC8380;
    margin-bottom: 0px;
  }
  .container .title h1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
  }
  .text3 {
    display: block;
    padding-top: 4px;
  }
  .container {
    width: 90%;
    margin: 0 auto 0;
  }
  .searchTitle {
    width: 100%;
  }
  .cp_ipselect.cp_sl01 {
    position: relative;
    width: 100%;
  }
  .cp_ipselect {
    overflow: hidden;
    width: 90%;
    text-align: center;
    margin-right: 0;
  }
  .areaSelect {
    width: 90%;
    padding-left: 25px;
  }
  .searchText {
    position: relative;
    width: 90%;
    padding-left: 25px;
  }
  .search-container {
    margin-top: 29px;
    padding-top: 20px;
  }
  .checkbox01 {
    padding-left: 25px;
  }
  .checkbox02 {
    margin-bottom: 5px;
  }
  .btn {
    font-size: 15px;
    padding-top: 10px;
    margin-top: 25px;
    margin-bottom: 45px;
    padding-bottom: 10px;
    width: 230px;
  }
  .list-image {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .list-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .lesson-time {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  table td {
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 30px;
  }
  table th {
    width: 382.5px;
  }
  table {
    margin: 0 auto;
  }
  .list-contents2 {
    padding: 24px 8px 29px;
  }
  .menucontents {
    width: 48%;
    position: relative;
    padding: 20px 0 20px 0;
    border: 2px solid #DB877D;
    border-radius: 7px;
    background-color: #fff;
    cursor: pointer;
    color: #DB877D;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
  }
  .menucontentsRight2 {
    margin-right: 4%;
  }
  .menucontentsRight3 {
    margin-right: 0;
  }
  .btn02 {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 170px;
    font-size: 14px;
    line-height: 30px;
  }
  .list-contents1 {
    padding-bottom: 35px;
  }
  .list-container {
    margin-bottom: 20px;
  }
  .Tab {
    margin-bottom: 40px;
  }
  .fa-right3 {
    position: absolute;
    right: 13px;
    line-height: 26px;
  }
  .fa-right1 {
    position: absolute;
    line-height: 22px;
  }
  .titleTop {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .Foot_img {
    height: 190px;
    background: url(../images/bg_index02.jpg);
    background-size: cover;
    margin-top: 30px;
  }
  .Foot_img h1 a {
    font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
    font-size: 21px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img .text2 {
    display: block;
    font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
    font-size: 15px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img h1 .text1 {
    font-size: 15px;
  }
  .Foot_img .box1 {
    padding-top: 20px;
  }
  .Foot_img .box2 {
    padding-top: 15px;
    text-align: center;
  }
  .Foot_img .box3 {
    padding-top: 5px;
  }
  .Foot_img .text3 {
    font-size: 15px;
  }
  .text4 {
    margin: 8px auto;
    width: 250px;
    font-size: 15px;
    padding: 5px 15px;
  }
  .Point {
    font-size: 6px;
  }
}

@media all and (max-width: 390px) {
  .none {
    display: none;
  }
}

@media all and (max-width: 375px) {
  .title img {
    width: 45px;
  }
  .container .title p {
    font-size: 11px;
    color: #DC8380;
    margin-bottom: 0px;
  }
  .container .inline-block {
    margin-left: 0px;
    padding-left: 49px;
  }
  .container .title h1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
  }
  .title img {
    padding-top: 0;
  }
  .fa-right2 {
    position: absolute;
    right: 5px;
    top: 38%;
  }
  .listBtn {
    margin-top: 10px;
  }
}

@media all and (max-width: 353px) {
  .title img {
    width: 40px;
  }
  .container .title p {
    font-size: 10px;
    color: #DC8380;
    margin-bottom: 0px;
  }
  .container .inline-block {
    margin-left: 0px;
    padding-left: 45px;
  }
  .container .title h1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
  }
  .title img {
    padding-top: 0;
  }
  .menucontents {
    padding: 15px 0 25px 0;
  }
  .fa-right2 {
    position: absolute;
    right: 45%;
    top: 70%;
  }
}

@media all and (max-width: 320px) {
  .menucontents {
    padding: 15px 0 25px 0;
  }
  .btn {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 45px;
    width: 230px;
    padding-bottom: 10px;
  }
  .listBtn {
    margin-top: 10px;
  }
}

.selectBox01 {
  width: 202px;
  background: #fff;
  border-color: #ddd9d2;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .selectBox01 {
    width: 100%;
    float: none;
  }
}

.selectBox01:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .selectBox01:not(:last-child) {
    margin: 0 0 5px;
  }
}

.selectBox01:after {
  border-top: 4px solid #ddd9d2;
}

.selectBox01 select {
  color: #ddd9d2;
}

.selectBox01 option {
  color: #333;
}

.checkbox {
  padding-left: 30px;
}

@media screen and (max-width: 640px) {
  .checkbox {
    width: 100%;
    display: block;
  }
}

.checkbox:before {
  width: 20px;
  height: 20px;
  border-color: #ddd9d2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}

.checkbox:after {
  width: 4px;
  height: 10px;
  margin-top: 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  top: 3px;
  left: 7px;
}

.checkbox:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .checkbox:not(:last-child) {
    margin: 0 0 10px;
  }
}

.submitBtn01 {
  width: 318px;
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .submitBtn01 {
    max-width: 250px;
    width: 100%;
    margin-top: 20px;
  }
}

.submitBtn01 input {
  font-size: 18px;
  height: 45px;
}

@media screen and (max-width: 640px) {
  .submitBtn01 input {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .search-container {
    padding: 20px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .searchTitle {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .areaSelect,
  .searchText {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .checkbox01 {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.listText01 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .listText01 {
    font-size: 15px;
  }
}

.listText01:first-child {
  margin-bottom: 10px;
}

.list-contents {
  padding: 35px 25px;
  background: #f9f5ef;
}

.list-contents:not(:last-child) {
  margin-bottom: 20px;
}

.btn02 {
  padding: 1px 0 3px;
}

.btn02:hover {
  color: #fff;
  background: #f4a460;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager li:not(.prev):not(.next):not(.dotte) {
  width: 32px;
  margin: 0 4px;
}

.pager li:not(.prev):not(.next):not(.dotte) a {
  border: 1px solid #ddd9d2;
  border-radius: 3px;
}

.pager li:not(.prev):not(.next):not(.dotte) a:hover {
  color: #fff;
  background: #e18880;
  border: 1px solid #e18880;
}

.pager a {
  padding: 5px 0 4px;
  display: block;
}

.pager .current span {
  color: #fff;
  padding: 5px 0 4px;
  background: #e18880;
  border: 1px solid #e18880;
  display: block;
}

.pager .next {
  width: 25px;
}

.pager .dotte {
  width: 20px;
  padding-top: 11px;
}

.descriptionCategory01 li {
  font-weight: bold;
  color: #fff;
  width: 115px;
  margin: 10px 0 8px;
  padding: 2px 0 3px;
  border-radius: 2px;
}

.descriptionCategory01 li:not(:last-child) {
  margin-right: 10px;
}

.descriptionCategory01 .classroom01 {
  background: #deb94d;
}

.descriptionCategory01 .trip01 {
  background: #bfbf5f;
}

.descriptionCategory02 {
  margin-bottom: 5px;
}

.descriptionCategory02 li {
  height: 40px;
  margin-bottom: 3px;
}

.descriptionCategory02 li img {
  height: 100%;
}

.descriptionCategory02 li:not(:last-child) {
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .list-contents {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 1100px) {
  .list-image {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  .list-image {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .list-image {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .list-text {
    width: 48%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .list-text {
    width: 67%;
  }
}

@media screen and (max-width: 640px) {
  .list-text {
    width: 100%;
    margin-left: 0;
    padding: 0;
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .lesson-time {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .lesson-time {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    clear: both;
  }
}

@media screen and (max-width: 640px) {
  .lesson-time {
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .listBtn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 900px) {
  table th {
    padding: 5px 10px 4px;
  }
}

@media screen and (max-width: 800px) {
  table th {
    padding: 5px 6px 4px;
  }
}

@media screen and (max-width: 767px) {
  table th {
    padding: 5px 6px 5px 12px;
  }
}

@media screen and (max-width: 800px) {
  table td {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  table td {
    padding-left: 15px;
  }
}

@media screen and (max-width: 900px) {
  .clock {
    width: 16px;
    margin-right: 5px;
  }
}
