/*--------------------------------------------------------------
  基本計画／事業計画ページのスタイル
--------------------------------------------------------------*/

.busi-plan-list-wrap {
  padding: 0 65px 70px;
}

.busi-plan-iincho-wrap {
  padding: 0 65px 20px;
}

.contact-wrap,
.busi-plan-chairman-wrap {
  padding: 0 65px 70px;
}

.busi-plan-kihon-wrap {
  padding: 0 65px;
}

.busi-plan-list-wrap p {
  margin: 0 0 50px;
}

.busi-plan-kihon-wrap img {
  width: 100%;
}

.busi-plan-kihon-wrap img.chirashi-img {
  width: 50%;
}

.busi-plan-kihon-wrap img.chirashi-img:hover {
  opacity: .7;
}

.busi-plan-kihon-wrap .wp-image-1194 {
  width: 60%;
}

.busi-plan-kihon-wrap table.lecture-tb td img {
  width: 48px;
}

.post-1167 .busi-plan-kihon-wrap .lecture-tb img,
.post-1284 .busi-plan-kihon-wrap .lecture-tb img,
.post-1302 .busi-plan-kihon-wrap .lecture-tb img {
  width: 40%;
}

.post-1284 .busi-plan-kihon-wrap .lecture-tb img.qrcode,
.post-1293 .busi-plan-kihon-wrap .lecture-tb img.qrcode,
.post-1302 .busi-plan-kihon-wrap .lecture-tb img.qrcode,
.post-1315 .busi-plan-kihon-wrap .lecture-tb img.qrcode,
.post-1493 .busi-plan-kihon-wrap .lecture-tb img.qrcode {
  width: 15%;
  border: 1px solid #333;
}

.busi-plan-list-wrap h3 {
  width: 75%;
  position: relative;
  text-align: center;
  /* border: 1px solid #2cac44; */
	border: 1px solid #0090d5;
  line-height: 1.5;
  border-radius: 5px;
  margin: 0 auto 40px;
  font-weight: 400;
}

.busi-plan-list-wrap h3 a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px;
}

.busi-plan-list-wrap h3:hover {
  /*background: #f6fbf2;*/
  /* box-shadow:0px 0px 0px 3px #2cac44 inset; */
	box-shadow:0px 0px 0px 3px #0090d5 inset;
  transition: .2s all;
}

.busi-plan-list-wrap h3 .fa-chevron-right {
  position: absolute;
  top: 41%;
  right: 20px;
  /* color: #2cac44; */
	color: #0090d5;
}

.busi-plan-iincho-wrap .page-bnr-ttl img {
	display: block;
	margin: 0 auto;
}


@media (max-width: 768px) {
  .busi-plan-kihon-wrap .wp-image-1194 {
    width: 100%;
  }
  .post-1167 .busi-plan-kihon-wrap .lecture-tb img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .busi-plan-kihon-wrap img.chirashi-img {
    width: 80%;
  }
  .post-1167 .busi-plan-kihon-wrap .lecture-tb img,
  .post-1284 .busi-plan-kihon-wrap .lecture-tb img {
    width: 60%;
  }
  .post-1284 .busi-plan-kihon-wrap .lecture-tb img.qrcode,
	.post-1493 .busi-plan-kihon-wrap .lecture-tb img.qrcode {
    width: 40%;
  }
}


/*--------------------------------------------------------------
  2018年度　基本計画／事業計画
--------------------------------------------------------------*/

h3.archive-post-ttl,
.single-post-inner h1,
.single-activity-inner h1,
.busi-plan-kihon-wrap h3.kihon-jigyo-keikaku,
.busi-plan-chairman-wrap h3.kihon-jigyo-keikaku,
.contact-wrap h3.kihon-jigyo-keikaku,
.busi-plan-iincho-wrap h3.kihon-jigyo-keikaku {
  color: #333;
  padding: 15px 0;/*上下の余白*/
  border-top: solid 1px #333;/*上線*/
  border-bottom: solid 1px #333;/*下線*/
  text-align: center;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.3;
}
.activity-post-header {
  padding: 65px 65px 0;
}
.single-activity-inner h1 {
  font-size: 2.0rem;
}

.busi-plan-kihon-wrap p.kihon-k-ttl {
  position: relative;
  display: block;
  padding: 0 55px;
  font-size: 2.0rem;
  width: 45%;
  text-align: center;
  margin: 0 auto 70px;
}

.busi-plan-kihon-wrap p.kihon-k-ttl:before,
.busi-plan-kihon-wrap p.kihon-k-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 105px;
  height: 1px;
  background-color: #333;
}

.busi-plan-kihon-wrap p.kihon-k-ttl:before {
  left:0;
}

.busi-plan-kihon-wrap p.kihon-k-ttl:after {
  right: 0;
}

.busi-plan-kihon-wrap h4,
.busi-plan-kihon-wrap h2.activity-post-h2,
.busi-plan-chairman-wrap h4 {
  position: relative;
  /* color: #00561f; */
	color: #236191;
  display: block;
  margin: 70px 0 50px;
  text-align: center;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.3;
	z-index: 1;
}

.busi-plan-kihon-wrap h4:before,
.busi-plan-kihon-wrap h2.activity-post-h2:before,
.busi-plan-chairman-wrap h4:before {
  content: "";
  position: absolute;
  background: #fff799;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.busi-plan-kihon-wrap h3.lecture-ttl,
.busi-plan-kihon-wrap h5.slogan-ttl {
  font-family: "Meiryo";
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  /* color: #00561f; */
	color: #236191;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 0 0.25em 0.5em;
  display: block;
  width: 90%;
  margin: 0 auto 50px;
}

.busi-plan-kihon-wrap h5.slogan-ttl {
  font-size: 3.5rem;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0 auto 75px;
}

.busi-plan-kihon-wrap h3.lecture-ttl:before,
.busi-plan-kihon-wrap h3.lecture-ttl:after,
.busi-plan-kihon-wrap h5.slogan-ttl:before,
.busi-plan-kihon-wrap h5.slogan-ttl:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.busi-plan-kihon-wrap h3.lecture-ttl:before,
.busi-plan-kihon-wrap h5.slogan-ttl:before {
  /* border-left: solid 1px #00561f; */
  /* border-top: solid 1px #00561f; */
	border-left: solid 1px #236191;
	border-top: solid 1px #236191;
  top:0;
  left: 0;
}

.busi-plan-kihon-wrap h3.lecture-ttl:after,
.busi-plan-kihon-wrap h5.slogan-ttl:after {
  /* border-right: solid 1px #00561f; */
  /* border-bottom: solid 1px #00561f; */
	border-right: solid 1px #236191;
	border-bottom: solid 1px #236191;
  bottom:0;
  right: 0;
}

.busi-plan-kihon-wrap p.kihon-k-txt,
.busi-plan-kihon-wrap ol,
.busi-plan-kihon-wrap ul {
  margin: 0 0 80px;
}


/*--------------------------------------------------------------
  2018年度　理事長所信
--------------------------------------------------------------*/

.chairman-img {
  overflow: hidden;
}

.chairman-img .col-sm-7 {
  padding: 0 60px 0 15px;
}

.chairman-img img {
  margin: 0 0 0 25%;
}

.busi-plan-chairman-wrap p {
  margin: 0 0 20px;
}

.busi-plan-chairman-wrap .chairman-img p {
  text-align: center;
  font-size: 1.7rem;
  font-family: serif;
  padding: 75px 0;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}

.busi-plan-chairman-wrap .chairman-img p span {
  text-align: center;
  font-size: 2.4rem;
}


/*--------------------------------------------------------------
  2018年度　副理事長・専務理事　基本計画／事業計画
--------------------------------------------------------------*/

.iincho-block table {
  border: 1px solid #ccc;
  margin: 0;
}

.iincho-block table th,
.iincho-block table td {
  padding: 10px 15px;
  line-height: 1.4;
  border: 1px solid #ccc;
}

.iincho-block table th.table-ttl {
  text-align: center;
  font-size: 1.6rem;
  background: #fffcd5;
}

.iincho-block table tr.committee-ttl {
  background: #f4f4f4;
}

.iincho-block table p {
  margin: 0;
}


/*--------------------------------------------------------------
  2018年度　委員長　基本計画／事業計画
--------------------------------------------------------------*/

.busi-plan-iincho-wrap .busi-plan-iincho-wrap p {
  margin: 0 0 40px;
}

.busi-plan-iincho-wrap .iincho-img {
  margin: 0 0 20px;
  overflow: hidden;
}

.busi-plan-iincho-wrap .iincho-img p {
  text-align: center;
  font-size: 1.7rem;
  font-family: serif;
  padding: 28px 0;
  margin: 0 40% 0 0;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}

.busi-plan-iincho-wrap .iincho-img p span {
  text-align: center;
  font-size: 2.4rem;
}

.busi-plan-iincho-wrap .iincho-img p span.committee-name {
  font-size: 2.2rem;
}

.busi-plan-iincho-wrap .iincho-img p span.sosei {
  font-size: 1.9rem;
  letter-spacing: 0;
}


/*--------------------------------------------------------------
  2018年度　委員長　基本計画／事業計画
--------------------------------------------------------------*/

.iincho-img p.fukurijicho-name {
  padding: 40px 0;
}

.iincho-block {
  margin: 0 0 40px;
}




/*--------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------*/

.single-post-inner h2,
.contact-wrap h4,
.busi-plan-iincho-wrap h4,
.busi-plan-iincho-wrap h4.event-ttl {
  font-weight: 400;
  position: relative;
  padding: .75em 1em .75em .75em;
  line-height: 1.5;
}

.single-post-inner h2::after,
.contact-wrap h4::after,
.post-920 .busi-plan-iincho-wrap h4::after,
.post-1087 .busi-plan-iincho-wrap h4::after,
.post-1228 .busi-plan-iincho-wrap h4::after,
.post-1369 .busi-plan-iincho-wrap h4::after,
.busi-plan-iincho-wrap h4.event-ttl::after {
  position: absolute;
  top: .5em;
  left: 0;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  /* background-color: #2cac44; */
	background-color: #0090d5;
  border-radius: 4px;
}

.contact-wrap ul {
  padding: 0 0 0 0;
  margin: 0 0 60px;
}

.contact-wrap ul span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #e26d12;
}

.contact-wrap ul li a {
  text-decoration: none;
}

.contact-wrap ul li.url-link,
.contact-wrap ul li.mail-link {
  text-decoration: underline;
}



@media (max-width: 768px) {
  .busi-plan-list-wrap,
  .busi-plan-kihon-wrap,
  .busi-plan-chairman-wrap,
  .contact-wrap,
  .busi-plan-iincho-wrap {
    padding: 0;
  }
  .busi-plan-list-wrap h3 {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 1.8rem;
    /* border: 2px solid #2cac44; */
		border: 2px solid #0090d5;
  }
  .busi-plan-list-wrap h3 .fa-chevron-right {
    top: 38%;
    right: 10px;
  }
  .busi-plan-list-wrap h3 a {
    padding: 10px 20px;
  }
  .busi-plan-kihon-wrap p.kihon-k-ttl {
    width: 80%;
    margin: 0 auto 50px;
  }
  .busi-plan-kihon-wrap p.kihon-k-ttl:before,
  .busi-plan-kihon-wrap p.kihon-k-ttl:after {
    width: 75px;
  }
  .busi-plan-kihon-wrap ul {
    padding: 0;
  }
  .busi-plan-kihon-wrap ol {
    padding: 0 0 0 20px;
  }
  .chairman-img img {
    display: block;
    margin: 0 auto;
  }
  .busi-plan-chairman-wrap .chairman-img p {
    padding: 20px 0 0;
    /*letter-spacing: 0;*/
  }
  .chairman-img .col-sm-7 {
    padding: 0 15px 0 15px;
  }
  .busi-plan-kihon-wrap h3.lecture-ttl,
  .busi-plan-kihon-wrap h5.slogan-ttl {
    font-size: 2.3rem;
    line-height: 1.4;
    padding: 0.25em 0 0.25em 0.2em;
    width: 100%;
  }
  .busi-plan-kihon-wrap h3.lecture-ttl {
    margin: 0 auto 35px;
  }
  .busi-plan-kihon-wrap h5.slogan-ttl {
    margin: 0 auto 50px;
  }
  .busi-plan-kihon-wrap h4,
  .busi-plan-chairman-wrap h4 {
    margin: 50px 0 40px;
    font-size: 1.8rem;
  }
  .busi-plan-kihon-wrap h3.lecture-ttl:before,
  .busi-plan-kihon-wrap h3.lecture-ttl:after,
  .busi-plan-kihon-wrap h5.slogan-ttl:before,
  .busi-plan-kihon-wrap h5.slogan-ttl:after {
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
  }
  .busi-plan-kihon-wrap p.kihon-k-txt,
  .busi-plan-kihon-wrap ol,
  .busi-plan-kihon-wrap ul {
    margin: 0 0 50px;
  }
  .busi-plan-kihon-wrap ul li {
    padding: 0;
    margin: 0;
  }
  .busi-plan-iincho-wrap .iincho-img {
    margin: 0;
  }
  .busi-plan-iincho-wrap .iincho-img img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .busi-plan-iincho-wrap .iincho-img p {
    margin: 0;
  }
  .activity-post-header {
    padding: 15px 0 0;
  }
  .contact-wrap ul li {
    padding: 0;
    margin: 0;
  }
}

/*--------------------------------------------------------------
  イベント　シングルページ
--------------------------------------------------------------*/


img.single-ttl-img {
  margin: 0 0 30px;
}

/*.busi-plan-iincho-wrap .event-conts-top {
  background: url('../../img/mirrorball.png') no-repeat right bottom;
}*/

.busi-plan-iincho-wrap img.part2 {
  margin: 0 10px 20px 0;
}

/*.busi-plan-iincho-wrap .event-conts-bottom {
  background: url('../../img/spotlight.png') no-repeat right bottom;
}*/

.ranking img {
  margin: 10px 25px 15px 0;
}

.ranking-img {
  width: 100%;
}

.busi-plan-iincho-wrap h5 {
  font-size: 2.6rem;
  /*border-top: 1px solid #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 5px 0 30px;
  background: #ff6600;
}
