@charset "UTF-8";
/*index page setting*/
#wrapper {
  min-width: 1220px;
}
#contents-container {
  padding: 65px 0 0px;
}
#contents {
  padding: 0 0 0;
  font-size: 14px;
  line-height: 1.86;
}
#contents h2 {
  margin-bottom: 50px;
  padding: 28px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1.4;
}
#contents h2 span {
  display: block;
  padding-left: 15px;
  border-left: 4px solid #333;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contents h2 span {
    font-size: 24px;
  }
  #contents h3 {
    font-size: 20px;
  }
}
.color_red {
  color: #ff0000;
}

.cont_inner {
  max-width: 628px;
  margin: 0 auto;
}

.cont_inner h3 {
  color: #fff;
  margin-bottom: 14px;
}
.cont_inner h3 a {
  color: #fff;
  text-decoration: none;
}

.cont_inner h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
/*
.cont_inner a {
	padding-left: 12px;
	color: #8ABA60;
	background: url(../images/culture/arrow01.gif) left center no-repeat;
}
.cont_inner a:hover {
	color: #8ABA60;
	text-decoration: underline;
}
*/

.tab {
  /*overflow:hidden;*/
  margin-bottom: 40px;
  border-bottom: 2px solid #33a3c9;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.tab li {
  width: calc(50% - 7.5px);
}
.tab li a {
  border-top: 2px solid #33a3c9;
  border-left: 2px solid #33a3c9;
  border-right: 2px solid #33a3c9;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #33a3c9;
  padding: 8px 5px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .tab li a {
    font-size: 14px;
  }
}
.tab li .is-active {
  background-color: #33a3c9;
  color: #fff;
}
.tab a:hover {
  opacity: 0.4;
}

/*
.tab li.tab01 {
	background: url(../images/culture/tab01.gif) no-repeat;
}
.tab li.tab02{
	background: url(../images/culture/tab02.gif) no-repeat;
}
.tab li.tab01.select {
	background: url(../images/culture/tab01_on.gif) no-repeat;
}
.tab li.tab02.select{
	background: url(../images/culture/tab02_on.gif) no-repeat;
}
*/
.tab_cont {
  padding: 20px 0;
}
.hide {
  display: none;
}

.map {
  position: relative;
  margin-bottom: 37px;
}
.map .btn01 {
  position: absolute;
  left: 10%;
  top: 27%;
}
.map .btn02 {
  position: absolute;
  left: 37%;
  top: 15%;
}
.map .btn03 {
  position: absolute;
  left: 66%;
  top: 11%;
}
.map .btn04 {
  position: absolute;
  left: 5%;
  top: 74%;
}
.map .btn05 {
  position: absolute;
  left: 27%;
  top: 70%;
}
.map .btn06 {
  position: absolute;
  left: 41%;
  top: 50%;
}
.map .btn07 {
  position: absolute;
  left: 50%;
  top: 63%;
}
.map a img {
  width: 50px;
}

.cont_inner dl {
  margin-bottom: 15px;
  line-height: 1.8;
}
.cont_inner dl dt {
  float: left;
  width: calc(100% - 340px);
}

.cont_inner dl dd {
  float: right;
  width: 330px;
}
@media (max-width: 768px) {
  .cont_inner dl {
    margin-bottom: 0px;
  }
  .cont_inner dl dt {
    width: 95px;
  }
  .cont_inner dl dd {
    width: calc(100% - 105px);
  }
}
.cont_inner h4 {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: bold;
}
.cont_inner hr {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dotted #333;
}

.course h3 {
  width: 610px; /*628*/
  max-width: 100%;
  border-radius: 4px;
  height: 50px;
  padding-left: 18px;
  background: #33a3c9;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.05em;
  background-size: contain;
  background-repeat: no-repeat;
}
.course .course_list {
  padding-bottom: 30px;
  line-height: 1.8;
}
.course .course_list h4,
.course .course_list2 h4 {
  color: #33a3c9;
  font-size: 15px;
}
.course .course_list {
  padding-bottom: 30px;
}
.course .course_list li {
  float: left;
  width: 283px; /*313*/
  padding: 0 15px;
  border-bottom: 1px dotted #ccc;
}

.course .course_list2 li {
  float: left;
  width: 592px; /*283px;313*/
  padding: 0 15px;
  border-bottom: 1px dotted #ccc;
}

.course .course_list li:nth-child(odd) {
  float: left;
  width: 50%; /*313*/
  padding: 15px 15px 15px 0;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.course .course_list li:nth-child(even) {
  float: left;
  width: 50%; /*313*/
  padding: 15px 0 15px 15px;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 768px) {
  .course .course_list li:nth-child(odd),
  .course .course_list li:nth-child(even) {
    border-right: none;
    float: none;
    width: 100%; /*313*/
    padding-left: 0;
    padding-right: 0;
  }
}

.course .course_list li.last,
.course .course_list2 li.last {
  border-bottom: none;
}

.course .course_list li p,
.course .course_list2 li p {
  margin-bottom: 15px;
}
/*
.course .course_list .icon {
	margin-bottom: 5px;
	padding-left: 82px;
	text-indent: -82px;
	font-size: 12px;
	line-height: 1.4;
}
*/
.course .course_list .icon.dis {
  min-height: 18px;
  margin-bottom: 5px;
  padding: 3px 0 0 82px;
  text-indent: 0;
  font-size: 12px;
  line-height: 1.4;
  background: url(../images/sports/icon_dista.gif) left center no-repeat;
}
.course .course_list .icon.day {
  min-height: 18px;
  margin-bottom: 5px;
  padding: 3px 0 0 82px;
  text-indent: 0;
  font-size: 12px;
  line-height: 1.4;
  background: url(../images/sports/icon_place.gif) left center no-repeat;
}

.course .course_list .icon img {
  margin-right: 10px;
  vertical-align: middle;
}

.course .course_list .btn,
.course .course_list2 .btn {
  padding-top: 5px;
}

a.link_btn {
  display: block;
  clear: both;
  margin: 30px;
  text-align: center;
  padding: 10px;
  background-color: #33a3c9;
  color: #fff;
  border-radius: 10px;
}

.recommend {
}
.recommend ul.list {
  width: 644px;
  margin-bottom: 40px;
}
.recommend ul.list li {
  float: left;
  width: 322px;
  margin-bottom: 6px;
  font-size: 15px;
}
.recommend ul.list li span {
  /*color:#EA5504;*/
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ea5504;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.05em;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 11px;
  color: #fff;
}
.recommend ul.list li.org span {
  background: #ea5504;
}
.recommend ul.list li.blu span {
  background: #007bc7;
}
.recommend ul.list li.prp span {
  background: #af3e92;
}
.recommend ul.list li.gre span {
  background: #00887a;
}
.bl_blueTxt {
  background-color:#33a3c9;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .bl_blueTxt {
    font-size: 14px;
  }
  .bl_blueTxt br {
    display: none;
  }
}