@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : activity.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 930px;
}

.con_int {
  width: 100%;
  max-width: 960px;
  margin: 90px auto 0;
}
.con_int h3 {
  width: 100%;
  max-width: 407px;
  margin: auto;
}
.con_int h3 img {
  width: 100%;
}
.con_int .txt {
  font-size: 100%;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
  margin-top: 35px;
}
.con_int .txt span {
  font-size: 90%;
}

.wrp_sch {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-top: 50px;
  background: url(../images/common/bg_plan.jpg) repeat top left;
}
.wrp_sch .con_sch {
  padding: 60px 20px;
}
.wrp_sch .con_sch h3 {
  text-align: center;
}
.wrp_sch .con_sch .box_sch {
  background: #fff;
  padding: 20px 18px 60px;
  margin-top: 50px;
}
.wrp_sch .con_sch .box_sch .photo {
  overflow-x: auto;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.wrp_sch .con_sch .box_sch .photo div img {
  max-width: 100%;
  min-width: 2876px;
  vertical-align: top;
}
.wrp_sch .con_sch .box_sch .txt {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 87%;
}
.wrp_sch .con_sch .btn_pdf {
  width: 340px;
  margin: 30px auto 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wrp_sch .con_sch .btn_pdf a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1.5em 0;
  color: #3f7650;
  background: #fff;
}
.wrp_sch .con_sch .btn_pdf a span:before, .wrp_sch .con_sch .btn_pdf a span:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.wrp_sch .con_sch .btn_pdf a span:after {
  content: "";
  margin-left: .5em;
  margin-left: 1em;
}
.wrp_sch .con_sch .btn_pdf:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.con_act {
  width: 100%;
  max-width: 960px;
  margin: 100px auto 0;
}
.con_act h3 {
  text-align: center;
}
.con_act .catch {
  margin-top: 50px;
  font-size: 147%;
  text-align: center;
  font-weight: 500;
}
.con_act .box_act {
  margin-top: 50px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_act .box_act li {
  width: 445px;
  margin-bottom: 60px;
  position: relative;
}
.con_act .box_act li .photo {
  position: relative;
}
.con_act .box_act li .photo img {
  width: 100%;
}
.con_act .box_act li .photo.ic_b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: 42px;
  height: 60px;
  background: url(../activity/images/ic_baby.png) no-repeat top center;
  z-index: 1;
}
.con_act .box_act li .box_txt {
  margin-top: 28px;
}
.con_act .box_act li .box_txt .txt {
  font-size: 87%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .08em;
  margin-bottom: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.con_act .box_act li .box_txt .txt em {
  display: block;
  font-size: 138%;
  padding-bottom: 10px;
  font-weight: bold;
}
.con_act .box_act li .box_txt table tr {
  font-size: 87%;
  line-height: 2.1;
}
.con_act .box_act li .box_txt table tr th {
  vertical-align: top;
  width: 65px;
  font-weight: bold;
}
.con_act .box_act li .box_txt table tr td {
  vertical-align: top;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

.box_more {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.box_more .txt {
  padding: 30px 0;
  font-size: 87%;
  line-height: 2.1;
  font-weight: 500;
  border: 5px solid #eee;
  text-align: center;
}
.box_more .btn {
  width: 340px;
  margin: 80px auto 120px;
}

/* -----------------------------------------------------------
	カスタマイズページ仕様変更に伴う修正
----------------------------------------------------------- */
#htlContents {
  margin: 0px auto !important;
}
