@charset "utf-8";
/* CSS Information
Description:「GONTA」のスタイル指定css
Date: 2013.06.11
---------------------------------------------------------- */
#contentsWrap {
  background: url(../../common/img/bg_contents01.gif) 0 top repeat-x;
  width: 100%;
}
#sideMenu > ul > li {
  background: url(../../common/img/bg_sidemenu01.gif) center top no-repeat;
  border-bottom: none;
  padding: 10px 0 5px;
  position: relative;
}
#sideMenu > ul > li:last-child:after {
  content: '';
  background: url(../../common/img/bg_sidemenu01.gif);
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 198px;
}
#sideMenu > ul > li > a {
  background: url(../../common/img/ico_sidemenu02.png) 10px 10px no-repeat;
  color: #000;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.0;
  padding: 12px 20px 10px 35px;
}
#sideMenu > ul > li > a:visited {
  color: #000;
}
#sideMenu > ul > li.current > a, #sideMenu > ul > li > a:hover {
  background-color: transparent;
  background-position: 10px -15px;
  color: #0099ff;
}
#sideMenu > ul > li > ul {
  padding: 10px 0 10px 35px;
}
#sideMenu > ul > li > ul > li {
  margin-bottom: 1.0em;
}
#sideMenu li > ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#sideMenu .sideMenu-sub {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#sideMenu .sideMenu-sub ul {
  padding: 2px 0 0 1.0em;
}
#sideMenu .sideMenu-sub ul li a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.0;
}
/* メインビジュアルのスタイル
---------------------------------------------------------- */
#gontaMv {
  height: auto;
  ;
  margin-bottom: 32px;
  width: 100%;
}
#gontaMv img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.contents img {
  width: 100%;
}
/* メインカラムのスタイル
---------------------------------------------------------- */
.mainColumn {
  float: right;
  width: 700px;
}
.mainColumn h3 {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: -5px 0 25px;
}
#gonta p {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#gonta p:last-child {
  margin-top: 60px;
  text-align: left;
}
/* コンテンツのスタイル
---------------------------------------------------------- */
#kansen_contents {
  margin: 0 auto;
  position: relative;
  width: 960px;
  display: block;
}
@media (max-width:759px) {
  #contentsWrap {
    margin-top: -50px;
  }
  #kansen_contents {
    width: 90vw;
  }
}
/* 活動記録のスタイル
---------------------------------------------------------- */
#kiroku p {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
#kiroku p img {
  margin-bottom: 10px;
}
#kiroku p.img-double img:first-child {
  margin-right: 10px;
}
#kiroku ul {
  margin: 70px auto 0;
  width: 194px;
}
#kiroku li {
  float: left;
  height: 26px;
  margin-right: 30px;
  text-align: center;
  width: 26px;
}
#kiroku li:last-child {
  margin-right: 0;
}
#kiroku li a {
  background-color: #ccc;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  width: 100%;
}
#kiroku li a:visited {
  color: #fff;
}
#kiroku .kiroku-date {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  height: 18px;
  padding: 3px 10px 5px;
  position: relative;
}
#kiroku .kiroku-date:after {
  content: '';
  border-left: 12px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
}
#kiroku .kiroku-fb {
  float: right;
}
.col {
  display: block;
  float: left;
  margin-bottom: 32px;
}
.col-36 {
  width: 100%;
}
.col-12 {
  width: 33.33%;
}
.lead {
  margin: 2em 0;
  box-sizing: border-box;
  display: flex;
}
.lead::after {
  content: '';
  display: block;
  clear: both;
}
.lead p {
  height: 80px;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
  width: 308px;
}
.lead p img {
  width: 100%;
  height: auto;
}
.lead p:first-child {
  position: relative;
  padding: 0.25em 1em;
  top: 0;
  background: #efefef;
  /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);*/
  font-size: 16px;
  padding: 1em;
  color: #003267;
  margin-right: 15px;
  width: calc(100% - 323px);
}
.lead p:first-child:before, .lead p:first-child:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.lead p:first-child:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}
.lead p:first-child:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}
.bnr_himatsu {
  display: none;
}
.unit h3 {
  background: #cce8e9;
  box-shadow: 0px 0px 0px 5px #57ccc3;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-bottom: 2em;
  margin-right: 5px;
  margin-left: 5px;
}
.dl {
  margin-bottom: 60px;
}
.dl div {
  text-align: center;
}
.dl img {
  border: 1px solid #eee;
}
.dl div a {
  display: inline-block;
  margin-top: 6px;
  padding: .5em 2em;
  background-color: #007eff;
  border-radius: 3em;
  color: #fff;
}
.dl div a:hover {
  opacity: 50%;
}
@media (max-width:759px) {
  .lead {
    width: 100%;
    display: block;
  }
  .lead p {
    height: auto;
    vertical-align: top;
    margin: 0 0 1rem;
    ;
    box-sizing: border-box;
    width: 100%;
  }
  .rs_br {
    display: inline-block;
  }
  .lead p:first-child {
    width: 100%;
    text-align: center;
  }
  .lead p:nth-child(2) {
    display: none;
  }
  .bnr_himatsu {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .bnr_himatsu img {
    width: 100%;
  }
  .col {
  display: block;
  float: none;
  margin: 0 auto 32px;
}
  .col-12 {
  width: 100%;
}
}