@charset "UTF-8";
/*
topページ用CSS
@import url("common.css");
@import url("news_list.css");
*/
#itembox {
  margin: 0;
}

#itembox .main_image {
  margin: 0;
  padding: 13px 0;
}

#itembox .courses_head {
  width: 670px;
  text-align: center;
}
#itembox .courses_head h3 {
  margin: 0 0 1em;
}
#itembox .courses_head h3 a {
  color: #6A9F19;
}

@media (max-width: 560px) {
  #itembox .main_image {
    width: auto;
    margin: 0 0 1em;
    padding: 0;
  }
  #itembox .main_image img {
    width: 100%;
    height: auto;
  }

  #itembox .courses_head {
    width: auto;
    margin: 0 15px;
  }
  #itembox .courses_head p {
    font-size: 0.8em;
  }
}
#itembox .courses {
  background-image: url(../img/index/course_box.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 670px;
  overflow: hidden;
}
#itembox .courses div {
  width: 168px;
  float: left;
}
#itembox .courses div a {
  display: block;
  position: relative;
  height: 200px;
  color: #4B433C;
  text-decoration: none;
}
#itembox .courses div a .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0;
  width: 168px;
  padding: 33px 0 0;
  background-image: url(../img/index/course_btn.gif);
  background-position: 0 0;
  overflow: hidden;
}
#itembox .courses div a .mes {
  padding: 60px 15px 10px;
}
#itembox .courses div.cours01 a:hover .btn {
  background-position: 0 -33px;
}
#itembox .courses div.cours02 a .btn {
  background-position: -168px 0;
}
#itembox .courses div.cours02 a:hover .btn {
  background-position: -168px -33px;
}
#itembox .courses div.cours03 a .btn {
  background-position: -336px 0;
}
#itembox .courses div.cours03 a:hover .btn {
  background-position: -336px -33px;
}
#itembox .courses div.cours04 {
  width: 166px;
}
#itembox .courses div.cours04 a .btn {
  background-position: -504px 0;
}
#itembox .courses div.cours04 a:hover .btn {
  background-position: -504px -33px;
}

@media (max-width: 560px) {
  #itembox .courses {
    margin: 0 15px;
    background: none;
    width: auto;
    border-bottom: solid #D9C895 2px;
  }
  #itembox .courses::before {
    display: block;
    width: 100%;
    content: "Course category";
    margin: 0 1.5em 0 0;
    line-height: 34px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    background: #F2ECDB;
    color: #79B027;
    border-radius: 5px 5px 0 0;
  }
  #itembox .courses div {
    box-sizing: border-box;
    width: auto !important;
    padding: 0;
    float: none;
    border: solid #D9C895 2px;
    border-width: 2px 2px 0;
    overflow: hidden;
  }
  #itembox .courses div a {
    width: auto !important;
    position: static;
    height: auto;
    padding: 0;
  }
  #itembox .courses div a .btn {
    box-sizing: border-box;
    width: 100% !important;
    position: static;
    height: auto;
    margin: 15px 15px 10px;
    padding: 0;
    background: none;
    font-size: 1.2em;
    font-weight: bold;
  }
  #itembox .courses div a .btn::after {
    content: "»";
    font-size: 1.2em;
    margin: 0 0 0 0.5em;
    color: #FC9314;
  }
  #itembox .courses div a .mes {
    margin: 0 15px 15px;
    padding: 0;
    font-size: 0.9em;
  }
  #itembox .courses div.cours01 a .btn {
    color: #FC9314;
  }
  #itembox .courses div.cours02 a .btn::before {
    content: "Beginner";
    margin: 0 1.5em 0 0;
    font-size: 0.7em;
    color: #20ADDC;
  }
  #itembox .courses div.cours02 a .btn::after {
    color: #20ADDC;
  }
  #itembox .courses div.cours03 a .btn::before {
    content: "Middle";
    margin: 0 1.5em 0 0;
    font-size: 0.7em;
    color: #FD0C90;
  }
  #itembox .courses div.cours03 a .btn::after {
    color: #FD0C90;
  }
  #itembox .courses div.cours04 a .btn::before {
    content: "High";
    margin: 0 1.5em 0 0;
    font-size: 0.7em;
    color: #8D15C0;
  }
  #itembox .courses div.cours04 a .btn::after {
    color: #8D15C0;
  }
}
.charenge_list {
  width: 330px;
  float: left;
}

/*
.endurance_list {
  width: 330px;
  margin: 0 0 0 340px;
  overflow:hidden
}

.charenge_list .ban,
.endurance_list .ban {
  padding: 20px 0 0;
}

.charenge_list .mes,
.endurance_list .mes {
  padding: 5px 5px 20px;
}
*/
.endurance_list {
  overflow:hidden;
}
.endurance_list .ban {
  padding: 0 10px 0 0;
  float: left;
}
.endurance_list .mes {
  padding: 0 25px 0 0;
}
@media (max-width: 560px) {
  .charenge_list,
  .endurance_list {
    width: 330px;
    float: none;
    margin: 15px auto;
    padding: 0;
  }
  .charenge_list p,
  .endurance_list p {
    font-size: 0.9em;
    margin: 0;
  }
  .charenge_list p.ban,
  .endurance_list p.ban {
    padding: 0;
  }
  .charenge_list p.mes,
  .endurance_list p.mes {
    padding: 5px 0 0;
  }
}
.picup_topics {
  width: 670px;
  border-color: #CC9900;
  border-style: dashed;
  border-width: 1px 0 0 0;
  clear: both;
}
.picup_topics .blog_box {
  width: 325px;
  float: left;
  border: #CC9900 dashed;
  border-width: 0 1px 0 0;
}
.picup_topics .blog_box h2 {
  padding: 15px 0;
}
.picup_topics .blog_box .blog_picup {
  margin: 1em 0;
  padding: 0 0 1em;
  width: 310px;
  overflow: hidden;
  border-color: #ACA899;
  border-style: solid;
  border-width: 0 0 1px;
}
.picup_topics .blog_box .blog_picup .content_image_box {
  padding: 10px 5px 0 10px;
}
.picup_topics .blog_box .blog_picup .explanation {
  margin: 0;
  padding: 0px 0 0;
}
.picup_topics .blog_box h2.blog2_title {
  border: #CC9900 dashed;
  border-width: 1px 0 0 0;
  padding: 15px 0 0;
}
.picup_topics .blog_box .btn {
  width: 310px;
  padding: 5px 0;
  text-align: right;
}
.picup_topics .blog_box .btn a {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0;
  background: #8BBB0F;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-shadow: #5D7D0B 0 0 3px;
  text-decoration: none;
}
.picup_topics .blog_box .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 72px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  background: #8BBB0F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.picup_topics .blog_update .bloglist,
.picup_topics .blog_update .bloglist2 {
  margin: 0 15px 0 0;
}
.picup_topics .blog_update .bloglist p,
.picup_topics .blog_update .bloglist2 p {
  margin: 1em 0;
  padding: 3px 5px 1em;
  color: #666666;
  border-color: #ACA899;
  border-style: solid;
  border-width: 0 0 1px;
}
.picup_topics .blog_update .bloglist p .date {
  margin: 0;
  padding: 0px 20px 0px 10px;
  font-size: 12px;
  background-image: url(../img/comm/foot_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}
.picup_topics .blog_update .bloglist p a,
.picup_topics .blog_update .bloglist2 p a {
  color: #89BC26;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.picup_topics .topics_box {
  margin: 0 0 0 330px;
  padding: 0px 0 0 10px;
}
.picup_topics .topics_box h2 {
  padding: 15px 0 0;
}
.picup_topics .topics_box .topics_picup {
  padding: 10px 5px 0 5px;
  width: 310px;
  overflow: hidden;
  border-color: #ACA899;
  border-style: solid;
  border-width: 0 0 1px;
}
.picup_topics .topics_box .topics_picup .date {
  margin: 0;
  padding: 0px 20px 0px 10px;
  font-size: 12px;
  background-image: url(../img/comm/foot_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}
.picup_topics .topics_box .topics_picup h3 {
  padding: 0px 0px 3px;
  margin: 0 0 10px;
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  border-color: #ACA899;
  border-style: dotted;
  border-width: 0 0 1px;
}
.picup_topics .topics_box .topics_picup h3 a {
  color: #FF9900;
  text-decoration: none;
}
.picup_topics .topics_box .topics_picup .content_image_box {
  padding: 10px 5px 0 10px;
}
.picup_topics .topics_box .topics_picup .explanation {
  margin: 0;
  padding: 0;
}
.picup_topics .topics_box .topics_picup .action_link a {
  font-weight: bold;
  color: #4B433C;
}
.picup_topics .topics_box .topics_picup div {
  padding-bottom: 10px;
}
.picup_topics .topics_box .btn {
  width: 310px;
  padding: 5px 0;
  text-align: right;
}
.picup_topics .topics_box .btn a {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0;
  background: #FF9900;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-shadow: #824E00 0 0 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.picup_topics .topics_box .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 72px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  background: #FF9900;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 560px) {
  .picup_topics {
    width: auto;
    margin: 0 15px;
    padding: 0;
    border: none;
  }
  .picup_topics .blog_box {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    border: none;
  }
  .picup_topics .blog_box h2 {
    width: auto;
    margin: 0;
  }
  .picup_topics .blog_box h2 img {
    width: 100%;
    height: auto;
  }
  .picup_topics .blog_box .blog_picup {
    width: auto;
  }
  .picup_topics .blog_box .blog_picup .imamge_position_separate_left {
    width: auto;
    margin: 0 1em 0 0;
    float: left;
  }
  .picup_topics .blog_box .blog_picup .explanation {
    margin: 0;
  }
  .picup_topics .blog_box .blog_update {
    width: auto;
  }
  .picup_topics .blog_box .blog_update .bloglist {
    width: auto;
    margin: 0;
  }
  .picup_topics .blog_box .btn {
    width: auto;
  }
  .picup_topics .topics_box {
    margin: 0;
    padding: 0;
  }
  .picup_topics .topics_box h2 {
    width: auto;
    margin: 0;
  }
  .picup_topics .topics_box h2 img {
    width: 100%;
    height: auto;
  }
  .picup_topics .topics_box .topics_picup {
    width: auto;
  }
  .picup_topics .topics_box .topics_picup .imamge_position_separate_left {
    width: auto;
    margin: 0 1em 0 0;
    float: left;
  }
  .picup_topics .topics_box .topics_picup .explanation {
    margin: 0;
  }
  .picup_topics .topics_box .btn {
    width: auto;
    text-align: right;
  }
}
@media (max-width: 560px) {
  #sidemenu {
    display: block;
    width: auto;
    margin: 0 15px;
    float: none;
  }
  #sidemenu .access_navi, #sidemenu .embed_calendar, #sidemenu .calendar_note, #sidemenu .calendar_btn, #sidemenu #side_banners, #sidemenu #side_sign {
    display: none;
  }
  #sidemenu #side_news {
    width: auto;
  }
  #sidemenu #side_news h2 {
    width: auto;
    height: 25px;
    margin: 0;
    padding: 0;
    background: url(../img/comm/side_ttl_info_m.png) 0 0 no-repeat;
  }
  #sidemenu #side_news h2 img {
    display: none;
  }
  #sidemenu #foot_banners {
    display: block;
    text-align: center;
  }
}

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