@charset "UTF-8";
/* CSS Document */
/*   
Theme Name: TNBC

徳島ニュービジネス協議会

*/
/************************************************************************************************************

ベース

************************************/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  text-align: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
picture img {
  width: 100%;
}
a img {
  border: none;
}
a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
p a { 
	text-decoration: underline; 	
}
.sp {
  display: none;
}
.ssp {
  display: none;
}
@media screen and (max-width: 599px) {
  /*PC改行加える*/
  .br-pc {
    display: inherit;
  }
}
@media screen and (max-width: 1024px) {
  /*PC改行無効*/
  .br-pc {
    display: none;
  }
	main.top .br-pc {
		display: inherit;
	}
}
@media screen and (min-width: 1025px) {
  .br_sp {
    display: none;
  }
  .br_ssp {
    display: none;
  }
}
/************************************

wrapper

************************************/
.wrapper {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.wrapper_s {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.wrapper:after, .wrapper_s:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width:980px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper_s {
    width: 90%;
    margin: 0 auto;
  }
}
/************************************

.list(flexboox)　

************************************/
.list {
  display: block; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  overflow: hidden;
}
.list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.list article {
  width: auto;
}
.list ul {
  list-style-type: none;
  display: flex;
  margin: 20px auto;
}
.list li {
  list-style-type: none;
}
.list li img {
  width: 100%;
}
/*IE8▼*/
.list li {
  float: left\9;
}
/*IE9▼*/
.list li:not(:target) {
  float: left¥9;
}
/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list li {
    float: left !important;
  }
}
/************************************

2カラム

************************************/
.list2 .list li {
  width: 48%;
  margin: 1%;
  text-align: left;
}
.list2 .list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.list2 .list li a {
  display: block;
}
.list2 .list li img {
  width: 100%;
}
.list2 .list li h3 {
  font-size: 2.1rem;
  margin: 15px 0 10px;
  font-family: こぶりなゴシック W6 JIS2004;
  color: #0d3387;
  text-align: center;
}
.list2 .list li p {
  font-size: 1.6rem;
  margin: 0px;
  line-height: 177%;
}
@media only screen and (max-width:1024px) {
  .list2 .list li h3 {
    font-size: 1.9rem;
    margin: 8px 0 7px;
  }
  .list2 .list li p {
    font-size: 1.6rem;
    margin: 0px;
  }
}
@media only screen and (max-width:599px) {
  .list2 .list li {
    width: 95%;
    margin: 1% auto;
  }
  .list2 .list li h3 {
    font-size: 1.9rem;
    margin: 8px 0 7px;
  }
  .list2 .list li p {
    font-size: 1.6rem;
    margin: 0px;
    padding: 0 px;
    line-height: 177%;
  }
}
/*-------3カラム-------*/
.list3 li {
  width: 30.93%;
  margin: 1.2%;
  background-color: #FFF;
}
.list3 li a {
  display: block;
}
/*
.list3 li:nth-child(3n){
	margin-right:0px;
}*/
@media only screen and (max-width:599px) {
  .list3 li {
    width: 47%;
    margin: 0 1.5% 20px 1.5%;
  }
  .list3 li:nth-child(2n) {
   margin: 0 0 20px 1.5%; /*効かない*/
  }
}
@media only screen and (max-width:480px) {
  .list3 li {
    width: 90%;
    margin: 0 auto 20px auto;
  }
	.list3 li:nth-child(2n) {
    margin: 0 auto 20px auto; /*効かない*/
  }
}
/************************************

ヘッドナビPC

************************************/
/*------お問合せなど------*/
.head_top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 15px auto;
}
.head_top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.head_top ul {
  list-style: none;
}
.head_top li {
  width: 150px;
  display: block;
  float: left;
  margin: 0 0 0 5px;
  font-size: 1.6rem;
  text-align: center;
}
.head_top li a {
  color: #FFF;
  display: block;
  padding: 8px;
  border-radius: 0px 0px 7px 7px;
}
@media only screen and (max-width:599px) {
  .head_top li {
    width: 100px;
    display: block;
    float: left;
    padding: 0 3px 5px 3px;
    margin: 0 0 0 0;
    border-radius: 0px 0px 7px 7px;
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
  }
	.head_top li.li_member {
    width: 110px;
  }
  .head_top li a {
    color: #FFF;
  }
}
.head_top .li_contact a {
  background-color: #0080cb;
  display: block;
}
.head_top .li_kyoiku a {
  background-color: #7ebb6c;
  color: #000;
}
.head_top .li_member a {
  background-color: #27a639;
  display: block;
}
/*------ヘッドナビ------*/
#head_navi {
  display: flex;
  align-items: center;
}
header .wrapper {
  width: 96%;
  max-width: 980px;
}
header h1.common {
  width: 200px; /*サイズ要調整*/
  margin: 15px 0 25px 0;
}
header h1.common a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 100px;
  width: 100%;
  padding-top: 20%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  header h1.common a {
    background-image: url(/images/logo@2x.png);
  }
}
header nav {
  margin-left: auto;
  margin-top: 68px;
}
header nav ul {
  display: flex;
}
header navul li {
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 1.7rem;
}
header nav ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0 15px;
  font-size: 1.7rem;
  position: relative;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
header nav ul li::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0080cb;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header nav ul li:hover::after {
  transform: scale(1, 1);
}
/*ヘッダー選択されているとき*/
#business header nav ul li:nth-child(1)::after, #company header nav ul li:nth-child(2)::after, #recruit header nav ul li:nth-child(3)::after, #info header nav ul li:nth-child(4)::after, #link header nav ul li:nth-child(5)::after, #contact header nav ul li:nth-child(6)::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #013591;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media only screen and (max-width:1024px) {
  header h1.common {
    width: 20%;
    margin: 15px 0;
  }
  header nav ul {
    display: flex;
  }
  header nav {
    margin-left: auto;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 1.6rem;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width:787px) {
  header {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
  header .wrapper {
    max-width: 100%;
  }
  header h1.common {
    float: none;
    width: 160px;
    margin: 15px 0 15px 15px;
  }
  header nav {
    display: none;
  }
}
/************************************

レスポンシブメニュー

************************************/
.nav {
  position: absolute;
  top: 49px;
  right: 0px;
  left: auto;
  transition : all 300ms;
  opacity: 0;
  overflow: hidden;
  width: 0px;
}
.nav--open {
  z-index: 3000;
  right: 0px;
  opacity: 1;
  width: 320px;  
}
#mainnav {
  top: 0px;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 15px 10px;
  background-color: #fff;
  text-align: left;
}
#mainnav > li {
  padding: 0 0 0 10px;
  line-height: 1;
  list-style: none;
  text-align: center;
}
#mainnav > li.top {
  padding: 0 0 10px 0;
}
#mainnav > li.blue a {
  padding: 10px 15px;
  color: #FFF;
  background: #0080cb;
  border-radius: 5px;
  margin: 7px 0 0 0;
  display: block;
}

#mainnav > li.green a {
  padding: 10px 15px;
  color: #FFF;
  background: #27a63a;
  border-radius: 5px;
  margin: 7px 0 30px 0;
  display: block;
}
#mainnav > li.sp-green a {
  padding: 10px 15px;
  color: #FFF;
  background: #27a63a;
  border-radius: 5px;
  display: block;
  margin: 7px 0 0 0;
}
#mainnav > li.line a{
  padding: 12px 0 12px 22px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #0080cb;
  text-align: left;
  background-image: url(/images/ya_r@2x.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 10px auto;
}
#mainnav > li.line.last a {
	border-bottom: 1px solid #0080cb;
}
#mainnav > li.sns {
	margin: 20px 0 0 0;
}
ul.sns {
  text-align: center;
  width: 80%;
  max-width: 143px;
  margin: 15px auto;
}
ul.sns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.sns ul {
  list-style: none;
  overflow: hidden;
  margin-left: 8px;
}
ul.sns li {
  float: left;
  width: 35px;
  margin: 0 8px 0 0;
	list-style: none;
}
ul.sns li:last-chilld {
  margin-right: 0px;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}
.cover.active {
  height: 100%;
  visibility: visible;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
/******************
ハンバーガーメニュー
******************/
.toggle {
  display: none;
  cursor: pointer;
  border: 0;
  padding: 0 0;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #0080cb;
  outline: none;
}
body.single-member .toggle,
body.tax-member_cat .toggle,
body.post-type-archive-member .toggle,
body.postid-50 .toggle {
  background-color: #27a639;
}
.toggle__bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  margin: 0 auto;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.toggle__bar + .toggle__bar {
  margin-top: 10px;
}
.toggle--active .toggle__bar {
  margin: 0 0 0 0;
  position: absolute;
  left: 5px;
}
.toggle--active .toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
	width: 40px;
}
.toggle--active .toggle__bar:nth-child(2) { opacity: 0;}
.toggle--active .toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
	width: 40px;
}
/* ----------------------------------------- */
@media only screen and (max-width: 787px) {
  .toggle {
    display: inline-block;
    position: absolute;
    top: 88px;
    right: 0px;
    z-index: 3100;
    transition: all 300ms;
  }
  .toggle.toggle--active {
    right: 320px;
  }
}
/* ----------------------------------------- */
@media only screen and (max-width: 370px) {
  .toggle.toggle--active {
    right: 0px;
  }
}
/************************************

見出しロゴのあしらいなど

************************************/
.logo_mark {
  width: 38px;
  margin: 15px auto;
}
.ttl_black01 {
  color: #000;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 3.0rem;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media only screen and (max-width:599px) {
  .ttl_black01 {
    font-size: 2.2rem;
  }
}
.ttl_blue01 {
  color: #0080cb;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media only screen and (max-width:599px) {
  .ttl_blue01 {
    font-size: 2.2rem;
  }
}
.ttl_white01 {
  color: #FFF;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media only screen and (max-width:599px) {
  .ttl_white01 {
    font-size: 2.2rem;
  }
}
.ttl_green01 {
  color: #27a639;
  font-family: '秀英にじみ角ゴシック金 B';
 font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 25px 0;
  text-align: center;
}
@media only screen and (max-width:599px) {
  .ttl_green01 {
    font-size: 2.2rem;
  }
}


.ttl_white01 {
  color: #FFF;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media only screen and (max-width:599px) {
ttl_white01{
    font-size: 2.2rem;
  }
}
/************************************

ボタン

************************************/
.btn-blue01 {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background: #0080cb;
  border-radius: 5px;
  transition: .1s;
  font-size: 2.0rem;
  margin: 25px 0 25px 0;
}
@media only screen and (max-width:599px) {
  .btn-blue01 {
    font-size: 1.8rem;
    margin: 25px 0 25px 0;
  }
}
.btn-blue02 {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background: #0080cb;
  border-radius: 5px;
  transition: .1s;
  font-size: 1.7rem;
  margin: 15px 0 25px 0;
}
@media only screen and (max-width:599px) {
  .btn-blue02 {
    font-size: 1.5rem;
    margin: 15px 0 25px 0;
  }
}
/************************************

ボタン

************************************/
.btn-flat-border {
  display: inline-block;
  padding: 20px 50px;
  text-decoration: none;
  color: #FFF;
  background: #00428a;
  border-radius: 5px;
  transition: .1s;
  font-size: 2.5rem;
  margin: 20px 0 50px 0;
}
.btn-flat-border:hover {
  color: white;
  background: #0080c7;
}
@media only screen and (max-width: 599px) {
  .btn-flat-border {
    font-size: 2.0rem;
  }
}
.btn-info-detail {
  display: inline-block;
  padding: 5px 8px;
  text-decoration: none;
  color: #FFF;
  background: #27a539;
  border-radius: 5px;
  transition: .1s;
  font-size: 1.4rem;
  margin: 5px 0 0px 0;
}
.btn-event {
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  color: #FFF;
  background: #00428a;
  border-radius: 5px;
  transition: .1s;
  font-size: 1.5rem;
  margin: 5px 0 10px 0;
}
/************************************

maragin

************************************/
.margin40 {
  margin: 40px 0 40px 0;
}
/************************************

フッター

************************************/
footer {
  border-top: 2px solid #0080CB;
  padding: 40px 0 40px;
	margin: 50px 0 0 0;
}
footer .logo {
  width: 150px;
  margin: 0 auto 15px auto;
}
footer h2 {
  font-size: 2.2rem;
  margin: 0 auto 10px auto;
}
 footer span { 
		display: inline-block;  
}
footer address {
  font-style: normal;
  font-size: 1.6rem;
}
#SNS {
  text-align: center;
  width: 80%;
  max-width: 143px;
  margin: 15px auto;
}
#SNS:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#SNS ul {
  list-style: none;
  overflow: hidden;
  margin-left: 8px;
}
#SNS li {
  float: left;
  width: 35px;
  margin: 0 8px 0 0;
}
#SNS li:last-chilld {
  margin-right: 0px;
}
footer .nbc_link {
	margin: 40px auto 0 auto; 	
}
footer .nbc_link a {
  padding: 5px;
  text-decoration: underline;
}
/************************************************************************************************************

トップページ

/************************************

スライダー

************************************/
.bg-slider {
  width: 100vw;
/*  height: 75vh;*/
	 height: 54vw;
 	max-height: 650px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  .bg-slider {
    height: 54vw;
    background-size:contain;
  }
}
@media only screen and (max-width: 787px) {
  .bg-slider {
    height: 54vw;
    background-size:contain;
  }
}
@media only screen and (max-width: 599px) {
  .bg-slider {
    min-height: 323px;
    background-size: cover;
  }
}
.bg-slider__title {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
/************************************

NEWS

************************************/
#news_top {
  margin: 70px auto;
  text-align: center;
  max-width: 750px;
  width: calc(100% - 40px);
}
#news_top dl {
  padding: 0;
  font-size: 1.7rem;
  text-align: left;
}
#news_top dl:first-child {
  border-top: 1px solid #333;
}
#news_top dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#news_top dl dt {
  width: 150px;
  color: #000;
  float: left;
  padding: 12px;
}
#news_top dl dd {
  padding: 12px 12px 12px 150px;
  border-bottom: 1px solid #333;
}
#news_top dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:960px) {
  #news_top dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width:960px) {
  #news_top {
    margin: 50px auto;
  }
}
@media only screen and (max-width:480px) {
  #news_top {
    margin: 40px auto;
    width: calc(100% - 20px);
  }
  #news_top dl {
    border: none;
    padding: 0;
    font-size: 1.7rem;
    margin: 0 0 8px 0;
  }
  #news_top dl dt {
    width: 100%;
    float: none;
    padding: 0px;
  }
  #news_top dl dd {
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
  }
}

/************************************

２つのサイト

************************************/
#other_site {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media only screen and (max-width:599px) {
  #other_site {
    margin: 0px 0 50px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#other_site h3 {
  font-size: 2.2rem;
  margin: 0 0 25px 0;
  font-family: '秀英にじみ角ゴシック金 B';
}
#other_site h3 span { 
	display: inline-block;  
}
#other_site p {
  font-family: 'こぶりなゴシック W3 JIS2004';
  font-size: 1.6rem;
  line-height: 185%;
  text-align: left;
}
#section_eggroom {
  width: 50%;
  background-color: #0080cb;
  padding: 40px 0;
  border-right: 1px solid #FFFFFF;
}
@media only screen and (max-width:599px) {
  #section_eggroom {
    width: 100%;
    padding: 40px 0;
			border-right: none;
			border-bottom: 1px solid #fff;
  }
}
#section_eggroom h3 {
  color: #FFF;
}
#section_eggroom p {
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width:599px) {
  #section_eggroom p {
    text-align: left;
  }
}
#section_eggroom .btn {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #0080cb;
  border-radius: 3px;
  transition: .1s;
  font-size: 1.6rem;
  margin: 15px 0 25px 0;
}
#section_eggroom .btn a {
  color: #FFF;
}
#section_messe {
  width: 50%;
  background-color: #0c69b2;
  padding: 40px 0;
}
#section_messe {
  width: 50%;
  background-color: #0080cb;
  padding: 40px 0;
}
@media only screen and (max-width:599px) {
  #section_messe {
    width: 100%;
    padding: 40px 0;
    border-right: none;
  }
}
#section_messe h3 {
  color: #FFF;
}
#section_messe p {
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width:1050px) {
	#section_messe p .br-pc, #section_eggroom p .br-pc {
  display: none;
  }
  #section_messe p, #section_eggroom p {
    text-align: left;
  }
}
@media only screen and (max-width:599px) {
  #section_messe p {
    text-align: left;
  }
}
#section_messe .btn, #section_eggroom .btn {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #FFF;
  background: #030a43;
  border-radius: 3px;
  transition: .1s;
  font-size: 1.6rem;
  margin: 15px 0 25px 0;
}
#section_messe .btn a, #section_eggroom .btn a {
  color: #FFF;
}
#other_site .section_inner {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #other_site .section_inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:599px) {
  #other_site .section_inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:400px) {
  #other_site .section_inner {
    width: calc( 100% - 40px );
    margin: 0 auto;
  }
}
.section_inner article {
  margin: 20px auto 8px auto;
}


/************************************************************************************************************

コンテンツ

/************************************

ページタイトル

************************************/
#page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 50vw;
  max-height: 485px;
  margin: 10px 0 0px 0;
  background-position: center center;
}
@media only screen and (max-width: 1259px) {
  #page_title {
    height: 50vw;
    background-size:contain;
  }
}
@media only screen and (max-width: 787px) {
  #page_title {
    height: 50vw;
    background-size:contain;
  }
}
@media only screen and (max-width: 599px) {
  #page_title {
    min-height: 323px;
    background-size: contain;
  }
}
.text_area {
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto;
}
#page_title h1 {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 10px #003561;
  font-size: 4.8rem;
  margin: 0px 0 0 0;
  padding: 0;
  font-family: 秀英角ゴシック銀 B;
}
#page_title h1 a {
  color: #FFF;
}
.sub_text {
  color: #0d3387;
  font-weight: 100;
  font-size: 2.0rem;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 秀英角ゴシック銀 B;
}
@media only screen and (max-width:599px) {
  #page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 35vh;
    margin: 10px 0 25px 0;
  }
  #page_title h1 {
    color: #FFF;
    font-weight: bold;
    font-size: 2.5rem;
    margin: -10px 0 0 0;
    padding: 0;
    text-shadow: 0 0 10px #003561;
  }
  .sub_text {
    color: #0d3387;
    font-weight: 100;
    font-size: 1.6rem;
    margin: 0 0 8px 0;
    padding: 0;
  }
}
/* 画像 */
#page_title {
  background-image: url(/images/kv_title.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #page_title {
    background-image: url(/images/kv_title@2x.jpg);
  }
}
@media only screen and (max-width:599px) {
  #page_title {
    background-image: url(/images/kv_title_s@2x.jpg);
  }
}
/************************************

背景色いろいろ

************************************/
.back_blue01 {
  background-color: #d6eaee;
  padding: 40px 0;
}
@media only screen and (max-width:599px) {
  .back_blue01 {
    padding: 20px 0;
  }
}
.back_blue02 {
  background-color: #0080cb;
  padding: 50px 0;
}
@media only screen and (max-width:599px) {
  .back_blue02 {
    padding: 20px 0;
  }
}
.back_blue03 {
  background-color: #0080cb;
  padding: 0 0;
}
@media only screen and (max-width:599px) {
  .back_blue03 {
    padding: 0 0;
  }
}
.back_whiet {
  background-color: #fff;
  padding: 20px 0;
}
@media only screen and (max-width:599px) {
  .back_white {
    padding: 0px 0;
  }
}
.back_gray {
  background-color: #f5f5f5;
  padding: 40px 0;
}
@media only screen and (max-width:599px) {
  .back_gray {
    padding: 20px 0;
  }
}
/************************************

さまざまな枠

************************************/
.w980 {
  max-width: 980px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .w980 {
   /* width: 100%;*/
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .w980 {
    width: calc(100%);
  }
}
/************************************************************************************************************

オープンイベント

************************************/
.openevent .list,
.event-list {
  margin: 25px 0 25px 0;
}
.openevent .list {
  margin: 25px 0 25px 0;
}
.openevent .list .image {
  position: relative;
  width: 100%; /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 56%; /*　トリミングしたい枠の高さを比率で指定。（固定にしたい場合はサイズを入力）　*/
  overflow: hidden; /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.openevent .list .image img {
  /* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
}
.openevent .list .cat,
.event-list .cat {
  display: inline-block;
  color: #0080cb;
  font-size: 1.5rem;
  border-right: 1px solid #0080CB;
  border-left: 1px solid #0080CB;
  padding: 0 15px;
  margin: 10px 0 10px 0;
  font-family: 'こぶりなゴシック W6 JIS2004';
  flex-grow: 1; /*孫まで揃える*/
  line-height: 1.2;
}
.openevent .list h3,
.event-list h3 {
  display: block;
  color: #0080cb;
  font-size: 1.7rem;
  padding: 0 15px;
  margin: 0 0 10px 0;
  font-family: 'こぶりなゴシック W6 JIS2004';
  flex-grow: 1;
  line-height: 1.4;
}
.openevent .list .text2,
.event-list .text2 {
  height: auto;
/*  overflow: hidden;*/
  margin-bottom: 5px;
}
body.page-template-page-open_event .openevent .list .text2 {
  height: 2.5em;
  margin-bottom: 0;
}
@media only screen and (max-width:599px) {
  .openevent .list .cat,
  .event-list .cat {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:599px) {
  .openevent .list h3,
  .event-list h3 {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 3px 0;
  }
}
.openevent .list p,
.event-list p {
  font-size: 1.6rem;
  text-align: left;
  font-family: 'こぶりなゴシック W3 JIS2004';
  flex-grow: 1; /*孫まで揃える*/
  padding: 0 5%;
  margin: 0 0 0 0;
}
.openevent .list .ya,
.event-list .ya {
  padding: 0 0 10px 0;
  width: 10px;
  margin: 0 auto;
}
/************************************

先輩インタビュー

************************************/
.section_interview {
  margin: 15px 0 0 0;
}
body.single-interview .list2.section_interview {
  margin: 40px 0 40px 0;
}
.section_interview li {
  background-color: #FFF; /*要調整*/
  padding: 0px;
}
.section_interview li .layout {
  background-color: #FFF;
  padding: 3% 3% 3% 0;
}
.section_interview li .layout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 599px) {
  .section_interview li {
    background-color: none; /*要調整*/
  }
  .section_interview li .layout {
    margin: 0;
    background-color: #FFF;
    padding: 0;
  }
}
.section_interview li .layout .left {
  float: left;
}
.section_interview li .layout .right {
  float: right;
}
.section_interview li .layout .image {
  width: 35%;
  padding: 0%;
  min-width: 160px;
}
.section_interview li .layout .text {
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 1040px) {
  .section_interview li .layout .image {
    min-width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .section_interview li .layout .image {
    width: 35%;
    padding: 0%;
    margin: 0 auto 8px auto;
  }
  .section_interview li .layout .text {
    width: 60%;
    text-align: left;
    margin: 0 auto 8px auto;
  }
}
.section_interview li .layout .text .category {
  color: #00428a;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #00428A;
  border-left: 1px solid #00428A;
  font-family: こぶりなゴシック W6 JIS2004;
  margin-bottom: 8px;
  line-height: 1.2;
}
.section_interview li .layout .text h5 {
  color: #00428a;
  font-size: 1.7rem;
  font-family: こぶりなゴシック W6 JIS2004;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .section_interview li .layout .text .category {
    color: #00428a;
    font-size: 1.3rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #00428A;
    border-left: 1px solid #00428A;
    font-family: こぶりなゴシック W6 JIS2004;
    margin: 8px auto 8px auto;
    text-align: center;
  }
  .section_interview li .layout .text h5 {
    color: #00428a;
    font-size: 1.6rem;
    font-family: こぶりなゴシック W6 JIS2004;
    line-height: 160%;
  }
}
/************************************

会員のみなさんの情報
************************************/
.section_members {
/*  margin: 15px 0 0 0;*/
	margin: 0 0 0 0;/*topics*/
}
.section_members li {
  background-color: #FFF; /*要調整*/
}
.section_members li .layout {
  background-color: #FFF;
  padding: 1%;
  border-radius: 8px;
}
.section_members li .layout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 599px) {
  .section_members li {
    background-color: none; /*要調整*/
  }
  .section_members li .layout {
    margin: 0;
    background-color: #FFF;
    padding: 0; /*要調整*/
    border-radius: 8px;
  }
}
.section_members li .layout .left {
  float: left;
}
.section_members li .layout .right {
  float: right;
}
.section_members li .layout .image {
  width: 25%;
  padding: 0%;
  min-width: 115px;
}
.section_members li .layout .image img {
  width: 115px;
  height: 115px;
  object-fit: cover;
}
.section_members li .layout .text {
  /*  width: 70%;*/
  width: calc(100% - 160px);
  text-align: left;
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 599px) {
  .section_members li .layout .image {
    width: 25%;
    padding: 0%;
  }
  .section_members li .layout .text {
    width: calc(100% - 160px);
    text-align: left;
  }
}
.section_members li .layout .text .category {
  color: #00428a;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #00428A;
  border-left: 1px solid #00428A;
  font-family: こぶりなゴシック W6 JIS2004;
  margin: 5px 0 8px 0;
  line-height: 1.2;
}
.section_members li .layout .text .date {
  color: #00428a;
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-family: こぶりなゴシック W6 JIS2004;
}
.section_members li .layout .text h4 {
  color: #00428a;
  font-size: 1.7rem;
  font-family: こぶりなゴシック W6 JIS2004;
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .section_members li .layout .text .category {
    color: #00428a;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #00428A;
    border-left: 1px solid #00428A;
    font-family: こぶりなゴシック W6 JIS2004;
    margin: 8px 0;
    text-align: center;
  }
  .section_members li .layout .text h4 {
    color: #00428a;
    font-size: 1.7rem;
    font-family: こぶりなゴシック W6 JIS2004;
    line-height: 160%;
  }
}
/************************************

リード文

************************************/
main .section_lead {
  margin: 40px 20px 60px 20px;
}
main .section_lead h2 {
  color: #0080cb;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 20px 25px 20px;
}
h2 span { 
	display: inline-block; 
}
main .section_lead p {
  font-family: 'こぶりなゴシック W3 JIS2004';
  font-size: 1.7rem;
  line-height: 205%;
}
main .text_lead {
  font-family: 'こぶりなゴシック W3 JIS2004';
  font-size: 1.7rem;
  line-height: 205%;
}
main .section_lead p span, main .text_lead span {
  display: inline-block;
}
@media only screen and (max-width:640px) {
  main .section_lead p {
    width: 90%;
    font-family: 'こぶりなゴシック W3 JIS2004';
    font-size: 1.7rem;
    line-height: 205%;
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (max-width:599px) {
  main .section_lead {
    margin: 40px 0 40px 0;
  }
  main .section_lead h2 {
    color: #0080cb;
    font-family: 秀英にじみ角ゴシック金 B;
    font-size: 2.2rem;
    font-weight: 600;
			margin: 0 10px 25px 10px;
			text-align: left;
  }
  main .text_lead {
    width: 90%;
    font-family: 'こぶりなゴシック W3 JIS2004';
    font-size: 1.7rem;
    line-height: 205%;
    margin: 0 auto;
    text-align: left;
  }
  main .section_lead p span, main .text_lead span {
    display: inline;
  }
  main .section_lead p .br-pc, main .text_lead .br-pc {
    display: none;
  }
	main#open_event .section_lead p br {
    display: none;
  }
}
/************************************************************************************************************

TNBCについて

************************************/
.sec_hashira {
  background-color: #FFF;
  padding: 3% 3% 3% 0;
  max-width: 980px;
  width: 90%;
  margin: 0 auto 15px auto;
  border-radius: 8px;
  padding: 2%;
}
.sec_hashira:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sec_hashira .left {
  float: left;
}
.sec_hashira .right {
  float: right;
  border-left: 2px solid #0080CB;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .sec_hashira .left {
    float: none;
  }
  .sec_hashira .right {
    float: none;
    border: none;
  }
}
.sec_hashira .image {
  width: 25%;
  padding: 0%;
}
.sec_hashira .text {
  width: 65%;
  text-align: left;
  padding-left: 5%;
}
@media only screen and (max-width: 599px) {
  .sec_hashira .image {
    width: 100%;
    padding: 0%;
    margin: 0 auto 10px auto;
  }
  .sec_hashira .text {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    border-top: 2px solid #0080CB;
  }
}
.sec_hashira .left article {
  width: 50%;
  margin: 0 auto 5px auto;
}
.sec_hashira .left h3 {
  color: #0080cb;
  font-family: こぶりなゴシック W6 JIS2004;
  font-size: 2.3rem;
  margin: 0px;
}
.sec_hashira .text ul {
  margin: 0px;
  list-style: none;
}
.sec_hashira .text ul li {
  color: #0080cb;
  font-family: こぶりなゴシック W6 JIS2004;
  font-size: 2.2rem;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 599px) {
  .sec_hashira .left h3 {
    color: #0080cb;
    font-family: こぶりなゴシック W6 JIS2004;
    font-size: 2.1rem;
    margin: 0px;
  }
  .sec_hashira .left article {
    width: 30%;
    margin: 10px auto 5px auto;
  }
  .sec_hashira .text ul li {
    color: #0080cb;
    font-family: こぶりなゴシック W6 JIS2004;
    font-size: 1.9rem;
    margin: 0 0 8px 0;
  }
}
/************************************

会社概要

************************************/
#company_gaiyou {
  margin: 70px auto;
  text-align: center;
  max-width: 750px;
  width: calc(100% - 40px);
}
#company_gaiyou dl {
  padding: 0;
  font-size: 1.7rem;
  text-align: left;
}
#company_gaiyou dl:first-child {
  border-top: 1px solid #333;
  padding-top: 12px
}
#company_gaiyou dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#company_gaiyou dl dt {
  width: 150px;
  color: #000;
  float: left;
  padding: 12px;
}
#company_gaiyou dl dd {
  padding: 12px 12px 12px 150px;
  border-bottom: 1px solid #333;
}
#company_gaiyou dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:960px) {
  #company_gaiyou dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width:960px) {
  #company_gaiyou {
    margin: 50px auto;
  }
}
@media only screen and (max-width:640px) {
  #company_gaiyou dl dt {
    width: 60px;
  }
  #company_gaiyou dl dd {
    padding: 12px 12px 12px 80px;
  }
}
@media only screen and (max-width:480px) {
  #company_gaiyou {
    margin: 40px auto;
    width: calc(100% - 20px);
  }
  #company_gaiyou dl {
    border: none;
    padding: 0;
    font-size: 1.7rem;
    margin: 0 0 8px 0;
  }
  #company_gaiyou dl dt {
    width: 100%;
    float: none;
    padding: 0px;
  }
  #company_gaiyou dl dd {
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
  }
}
/************************************

沿革と役員

************************************/
#back_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 30vh;
  margin: 10px 0 0px 0;
  background-image: url(/images/photo_bizan@2x.jpg);
  background-size: cover;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #back_history {
    background-image: url(/images/photo_bizan@2x.jpg);
  }
}
@media only screen and (max-width:599px) {
  #back_history {
  min-height: 50vh;
  height: auto;
  padding-bottom: 20px;
  }
  #back_history {
    background-image: url(/images/photo_bizan@2x.jpg);
  }
}
#back_history ul {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  flex-wrap: wrap;
	justify-content: center;
}
#back_history li {
  list-style-type: none;
  margin: 0 1% 0 0;
  padding: 0 5% 5% 5%;
  width: 42%;
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: center;
  border-top: 3px solid #0080CB;
}
@media only screen and (max-width:599px) {
  #back_history li {
    list-style-type: none;
    margin: 0 auto 5px auto;
    padding: 0 5% 5% 5%;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.7);
    justify-content: center;
    border-top: 3px solid #0080CB;
  }
}
#back_history li h3 {
  margin: 25px 0 15px 0;
  color: #0080CB;
  font-size: 2.5rem;
}
#back_history li p {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
}
/************************************

モーダル

************************************/
#back_history li a {
  text-decoration: none;
}
#back_history .modal {}
#back_history .modal p {
  margin: 0 0 15px 0;
}
#back_history .modal__contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFFd8;
  overflow-y: scroll;
}
#back_history .modal__inner {
  padding: 60px 20px;
  width: 90%;
  max-width: 1080px;
  margin: 20px auto;
  background-color: #FFF;
}
.modal__inner p:last-of-type {
  margin-bottom: 30px;
}
.modal__open, .modal__close {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  background: #0080cb;
  color: #FFF;
}
.sec_history {
  width: 90%;
  margin: 15px auto;
}
#back_history .modal__inner dl {
  margin: 25px 0 15px 0;
  padding: 0;
  font-size: 1.7rem;
  text-align: left;
}
#back_history .modal__inner dl:first-child {
  border-top: 1px solid #333;
}
#back_history .modal__inner dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#back_history .modal__inner dl dt {
  width: 200px;
  color: #000;
  float: left;
  padding: 12px;
}
#back_history .modal__inner dl dd {
  padding: 12px 12px 12px 200px;
  border-bottom: 1px solid #333;
}
#back_history .modal__inner dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:960px) {
  #back_history .modal__inner dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width:960px) {
  #back_history .modal__inner {
    margin: 50px auto;
  }
}
@media only screen and (max-width:480px) {
  #back_history .modal__inner {
    margin: 40px auto;
    width: calc(100% - 20px);
  }
  #back_history .modal__inner dl {
    border: none;
    padding: 0;
    font-size: 1.7rem;
    margin: 0 0 8px 0;
  }
  #back_history .modal__inner dl dt {
    width: 100%;
    float: none;
    padding: 0px;
  }
  #back_history .modal__inner dl dd {
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
  }
}
#back_history .update {
  margin: 0 0 50px 0;
  text-align: right;
  font-size: 1.2rem;
}
/************************************

会長挨拶

************************************/
.sec_greeting {
  padding: 0% 3% 3% 0;
  max-width: 980px;
  width: 90%;
  margin: 0 auto 15px auto;
  border-radius: 8px;
}
.sec_greeting:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sec_greeting .left {
  float: left;
}
.sec_greeting .right {
  float: right;
  text-align: center;
}
.sec_greeting .image {
  width: 25%;
  padding: 0%;
}
.sec_greeting .text {
  width: 70%;
  text-align: left;
  padding-left: 5%;
}
.sec_greeting .text p {
  line-height: 185%;
  margin: 0 0 15px 0;
}
.sec_greeting .text .sign {
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 599px) {
  .sec_greeting .left {
    float: none;
    text-align: center;
  }
  .sec_greeting .right {
    float: none;
  }
  .sec_greeting .image {
    width: 35%;
    padding: 0%;
    margin: 0 auto 15px auto;
  }
  .sec_greeting .text {
    width: 90%;
    text-align: left;
    padding-left: 5%;
    margin: 0 auto 15px auto;
  }
}
/************************************************************************************************************

オープンイベント

************************************/
.section_openevent {
  margin: 40px 0 80px;
}
.section_openevent .cat {
  color: #0080cb;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 8px 0;
  border-right: 1px solid #0080CB;
  border-left: 1px solid #0080CB;
  font-size: 2.2rem;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
.section_openevent h3 {
  color: #0080cb;
  padding: 0 15px;
  margin: 0 0 15px 0;
  font-size: 3.3rem;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
ul.irowake > li.section_openevent {
  padding: 50px 0 50px 0;
  margin: 0 0 20px 0;
}
ul.irowake > li.section_openevent:nth-child(even) {
  background-color: #d6eaee;
  margin: 0 0 0 0;
}
ul.irowake > li.section_openevent:last-child {
  margin: 0 0 60px 0;
}
@media only screen and (max-width:599px) {
  .section_openevent {
    margin: 20px 0 40px;
  }
  .section_openevent .cat {
    font-size: 1.8rem;
  }
  .section_openevent h3 {
    font-size: 2.3rem;
  }
}
.section_openevent .photo {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 15px auto;
}
.section_openevent .text {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 20px auto;
  text-align: left;
  font-family: 'こぶりなゴシック W3 JIS2004';
  line-height: 185%;
}
.section_openevent .text p {
  margin: 0 auto 15px auto;
}
.section_openevent .text p.description-link {
  margin: -15px auto 15px auto;
}
.section_openevent .section_interview li .layout {
  background-color: #0080cb;
}
.section_openevent .section_interview li .layout .category {
  color: #FFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.section_openevent .section_interview li .layout h5 {
  color: #FFF;
}
@media only screen and (max-width:599px) {
  .section_openevent .photo {
    width: 90%;
  }
	.section_openevent .text {
    width: 90%;
}
}

.text_white01{
	color:#FFF;
	line-height:180%;
	margin:0 0 25px 0;
}
/************************************************************************************************************

インタビュー

************************************/
.section_interview {
  margin: 0 0 0 0;
}
body.interview .section_interview {
  margin: 60px 0 40px 0;
}
.section_interview .cat {
  color: #0080cb;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 8px 0;
  border-right: 1px solid #0080CB;
  border-left: 1px solid #0080CB;
  font-size: 2.2rem;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
.section_interview h3 {
  color: #0080cb;
  padding: 0 15px;
  margin: 0 0 15px 0;
  font-size: 3.3rem;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
.section_interview h4 {
  color: #0080cb;
  margin: 0 0 5px 0;
  font-size: 2.3rem;
  font-family: 'こぶりなゴシック W6 JIS2004';
}
@media only screen and (max-width:599px) {
  .section_interview {
    margin: 0 0 0 0;
  }
  .section_interview .cat {
    font-size: 1.8rem;
  }
  .section_interview h3 {
    font-size: 2.3rem;
  }
	.section_interview h4 {
  font-size: 2rem;
}
}
.section_interview .photo {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 15px auto;
}
.section_interview .text {
  max-width: 800px;
  width: 80%;
  /*	margin: 0 auto 35px auto;*/
  margin: 0 auto 0 auto;
  text-align: left;
  font-family: 'こぶりなゴシック W3 JIS2004';
  line-height: 185%;
}
.section_interview .text p {
  margin: 0 auto 15px auto;
}
.section_interview .section_interview li .layout {
  background-color: #0080cb;
}
.section_interview .section_interview li .layout .category {
  color: #FFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.section_interview .section_interview li .layout h5 {
  color: #FFF;
}
/************************************

個別ページ
************************************/
#waku_interview {
  background-color: #F8F8F8;
  max-width: 1000px;
  margin: 25px auto 20px auto;
  padding: 0 100px 50px 100px;
}
@media only screen and (max-width:599px) {
  #waku_interview {
    background-color: #F8F8F8;
    width: 92%;
    margin: 25px auto 80px auto;
    padding: 0px 3% 5% 3%;
  }
}
#waku_interview #main_photo {
  margin: 0px auto 80px auto;
}
#waku_interview #main_photo img {
  margin: 0 auto;
  display: block;
}
#waku_interview #main_photo .category {
  display: inline-block;
  margin: 15px auto 8px auto;
  padding: 0 15px;
  color: #0080cb;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 1.7rem;
  border-right: 1px solid #0080CB;
  border-left: 1px solid #0080CB;
}
#waku_interview #main_photo h2 {
  display: inline-block;
  margin: 15px auto 8px auto;
  padding: 0 15px;
  color: #0080cb;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 2.6rem;
  display: block;
}
#secion_text {
  text-align: left;
}
#waku_interview h3 {
  display: inline-block;
  margin: 15px auto 15px auto;
  color: #0080cb;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 2.2rem;
  text-align: left;
}
#waku_interview p {
  color: #333;
  font-family: 'こぶりなゴシック W3 JIS2004';
  font-size: 1.6rem;
  line-height: 185%;
  margin: 0px 0px 25px 0;
}
#secion_data {
  text-align: left;
  background-color: #FFFFFF;
  padding: 0 5% 5% 5%;
}
#secion_data h4 {
  display: inline-block;
  background-color: #0080cb;
  text-align: center;
  padding: 8px 15px;
  color: #FFF;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 1.6rem;
  border-radius: 0px 0px 5px 5px;
  margin: 0 0 10px 0;
  line-height: 1;
}
#secion_data a {
  color: #0080cb;
  text-decoration: underline;
}
#secion_data h5 {
  color: #0080cb;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 2.0rem;
  margin: 0px 0px 15px 0;
}
#secion_data h6 {
  display: inline-block;
  color: #0080cb;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 1.8rem;
  margin: 0px 0px 15px 0;
  border: 1px solid #0080CB;
  padding: 3px 5px;
  line-height: 1;
}
#secion_data ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#secion_data li {
  margin-bottom: 8px;
}
#secion_data li a {
  color: #0080cb;
  text-decoration: underline;
}
/************************************************************************************************************

トピックス

************************************/
#single.section_info {
  background-color: #FFFFFF;
  padding: 2% 3% 1% 3%;
  border-radius: 10px;
  text-align: left;
  margin: 0 auto 50px auto;
  max-width: 980px;
}
@media only screen and (max-width:1024px) {
#single.section_info {
  margin: 0 20px 50px 20px;
}
}
#single.section_info .inner {
  margin: 0 0 25px 0;
}
#single.section_info .inner p {
  margin: 0 0 25px 0;
}
#single.section_info .date {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
  font-family: こぶりなゴシック W6 JIS2004;
}
#single.section_info h3 {
  color: #0080cb;
  font-size: 2.6rem;
  margin: 0 0 8px 0;
  font-family: こぶりなゴシック W6 JIS2004;
}
.single_info {
  text-align: left;
  padding: 15px 0 0 0;
  margin: 10px 3px 0 3px;
  color: #000;
  font-size: 90%;
  line-height: 1.2;
/*  border-top: 1px solid #0080CB;*/
}
.single_info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single_info a {
  color: #000;
}
.single_info dl {
  margin: 10px 0 15px 0;
}
.single_info dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single_info dl dt {
  float: left;
  width: 100px;
  border-right: 1px solid #486b5e;
}
.single_info dl dd {
  margin-left: 130px;
}
.single_info dl dd li {
  display: inline-block;
}
.single_info dl dd .post-categories li a {
  text-decoration: underline;
  padding: 0 10px;
  border-right: 1px solid #333;
}
.single_info dl dd .post-categories li:first-child a {
  padding-left: 0;
}
.single_info dl dd .post-categories li:last-child a {
  border-right: none;
}
.single_info dl dd .tag li a {
  position: relative;
  padding: 0 20px 0 13px;
}
.single_info dl dd .tag li a::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #486b5e;
  font-size: 14px;
  content: "#";
}
a.btn-seminar { 
	text-decoration: underline; 	
}
a.sns__facebook {
  margin-right: 10px;
}
@media only screen and (max-width: 599px) {
  #single.section_info h3 {
    font-size: 2.0rem;
  }
}
#single.section_info .category {
  margin: 0 0 8px 0;
}
#single.section_info .category a {
  color: #0080cb;
  padding: 2px 5px;
  line-height: 1;
}
#single.section_info .category::after {
  content: "";
  display: block;
  clear: both;
}
#single.section_info .category span {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #0080cb;
  padding: 3px;
  color: #0080cb;
  font-size: 1.4rem;
  font-family: こぶりなゴシック W3 JIS2004;
  line-height: 1;
}
#single.section_info .organizer {
  font-size: 1.4rem;
  margin: 0 0 8px 0;
  font-family: こぶりなゴシック W6 JIS2004;
}
#single.section_info h4 {
  font-family: 秀英にじみ角ゴシック金 B;
  font-size: 2.0rem;
  margin: 35px 0 8px 0;
  color: #0080cb;
  border-top: 1px solid #0080cb;
  padding: 8px 0 8px 0;
}
@media only screen and (max-width: 599px) {
  #single.section_info h4 {
    font-size: 1.8rem;
  }
}
.pagenavi {
  text-align: center;
  margin: 15px 0 80px 0;
  color: #FFF;
}
.pagenavi a {
  color: #FFF;
  text-decoration: underline;
}
#single .section_info h4 {
  color: #0080cb;
}
/************************************

見出し

************************************/
.ttl_white {
  color: #FFF;
  font-family: '秀英にじみ角ゴシック金 B';
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media only screen and (max-width:599px) {
  .ttl_white {
    font-size: 2.0rem;
  }
}
/************************************************************************************************************

お知らせ

************************************

.archive 共通

************************************/
#ifo {
  text-align: left;
}
#ifo section {
  text-align: left;
  margin-bottom: 70px;
}
#ifo .archive h2 {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  margin: 0 0 20px;
}
#ifo .archive h2 a {
  text-decoration: none;
}
#ifo .archive h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:599px) {
  #ifo section {
    text-align: left;
    margin-bottom: 40px;
  }
  #ifo .archive {
    text-align: left;
    margin-bottom: 40px;
  }
  #ifo .archive h2 {
    font-size: 110%;
    text-align: center;
    margin: 0 0 20px;
  }
}
/************************************

アーカイブ一覧

************************************/
#info .info_list {
  max-width: 980px;
  margin: 0 auto 50px auto;
  text-align: left;
}
body.post-type-archive-info #info .info_list {
  margin: 40px auto 50px auto;
}

@media only screen and (max-width:1024px) {
  #info .info_list {
    margin: 0 20px 50px 20px;
  }
	.info_list article {
  padding: 30px 2%;
}
}
.info_list article {
  padding: 30px 0px;
  position: relative;
  border-bottom: 1px solid #27A639;
}
.info_list article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.info_list article a {
  display: block;
  text-decoration: none;
}
.info_list article .image {
  width: 29%;
  float: left;
}
.info_list article .image img {
  width: 100%;
  height: auto;
}
.info_list article .text {
  width: 65%;
  float: right;
}
.info_list article .except {
  color: #231815;
}
@media only screen and (max-width:599px) {
  .info_list {
    margin: 0 2% 50px;
  }
  .info_list article {
    padding: 20px 2%;
  }
}
@media only screen and (max-width:500px) {
  .info_list article .image {
  width: 100%;
  float: none;
  margin-bottom: 20px;
  max-width: 320px;
  }
  .info_list article .text {
    width: 100%;
    float: none;
  }
}
/** cat ***/
#info .cat {
  display: inline-block;
  background-size: 86.4px; /*.8*/
  position: relative;
  font-size: 1.4rem;
  line-height: 12px;
  padding: 12px 15px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: bold;
  background-color: #27a639;
}
#info .cat a {
  color: #fff;
  text-decoration: none;
}
#info .cat::before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 8px;
  height: 35.2px;
  background-size: 8px;
  content: "";
}
#info .cat::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 8px;
  height: 35.2px;
  background-size: 8px;
  content: "";
}
@media only screen and (max-width:599px) {
  #info .cat {
    display: inline-block;
    background-size: 60px;
    position: relative;
    font-size: 10px;
    line-height: 1;
    padding: 7px 10px;
    margin: 0 0 5px;
  }
  #info .cat::before {
    display: none;
  }
  #info .cat::after {
    display: none;
  }
}
/*** midashi ***/
.info_list article .midashi {
  margin: 0 0 20px;
}
.info_list article .midashi .day {
  float: left;
  width: 100px;
  font-size: 1.5rem;
  color: #27a639;
}
.info_list article .midashi h3 {
  margin-left: 100px;
  text-decoration: underline;
  font-size: 1.8rem;
  color: #27a639;
}
@media only screen and (max-width:599px) {
  .info_list article .midashi {
    margin: 0 0 0px;
  }
  .info_list article .midashi .day {
    float: none;
    width: auto;
    font-size: 1.5rem;
  }
  .info_list article .midashi h3 {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
/*** more ***/
.info_list article .more {
  font-size: 1.5rem;
  margin: 15px 0 0 0;
  text-decoration: underline;
  padding-right: 20px;
  text-align: right;
  color: #231815;
}
/*----イベント情報-----*/
.sec_eventInfo {
  margin: 35px 0;
}
.sec_eventInfo dl {
  padding: 0;
  font-size: 1.7rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.sec_eventInfo dl:first-child {
  border-top: 1px solid #FFF;
}
.sec_eventInfo dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sec_eventInfo dl dt {
  width: 150px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #FFF;
}
.sec_eventInfo dt {
  background-color: #cce1ca;
  text-align: center;
  color: #005e2d;
  font-size: 1.6rem;
}
.sec_eventInfo dd {
  width: calc(100% - 150px);
  background-color: #f5f5f5;
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec_eventInfo dl dd {
  padding: 12px 12px 12px 12px;
  border-bottom: 1px solid #FFF;
}
.sec_eventInfo dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:599px) {
  .sec_eventInfo dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width:599px) {
  .sec_eventInfo {
    margin: 50px auto;
  }
}
@media only screen and (max-width:480px) {
  .sec_eventInfo {
    margin: 40px auto;
    width: calc(100% - 20px);
  }
  .sec_eventInfo dl {
    border: none;
    padding: 0;
    font-size: 1.7rem;
    margin: 0 0 8px 0;
  }
  .sec_eventInfo dl dt {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .sec_eventInfo dl dd {
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
  }
}
/*ボタン*/
.form_button {
  text-align: center;
}
.form_button .btn {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background: #0080cb;
  border-radius: 5px;
  transition: .1s;
  font-size: 2.0rem;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
.form_button .btn a {
  color: #FFF;
}
/************************************

single - entry -

************************************/
#single_entry {
  max-width: 980px;
  margin: 0 auto;
}
main#info #single_entry {
  margin: 45px auto 0 auto;
}
#single_entry article {
  border-top: 2px solid #27A639;
  border-bottom: 2px solid #27A639;
  padding: 30px 0;
}
#single_entry article::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#single_entry .data {
  float: left;
  width: 20%;
  color: #27a639;
  text-align: left;
}
#single_entry .data .day {
  font-size: 1.5rem;
}
#single_entry .single_main {
  float: right;
  width: 80%;
  margin: 0 0 30px;
  text-align: left;
}
@media only screen and (max-width:599px) {
  #single_entry {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #single_entry .data {
    float: none;
    width: 100%;
    margin: 0 0 12px;
  }
  #single_entry .single_main {
    float: none;
    width: 100%;
  }
}
#single_entry .single_main h2 {
  font-size: 2.5rem;
  margin: 0px 0 30px;
  color: #0080CB;
}
#single_entry .single_main .honbun {
  line-height: 2;
}
#single_entry .single_main .honbun .host { 
	margin-bottom: 20px; 
}
#single_entry .single_main .honbun img {
  margin: 15px 0;
  height: auto;
}
#single_entry .single_main .honbun p {
  margin: 0 0 1.5em;
}
@media only screen and (max-width:599px) {
  #single_entry .single_main h2 {
    font-size: 130%;
    margin: 0 0 30px;
  }
  #single_entry .single_main .honbun {
    font-size: 90%;
  }
}
/************************************************************************************************************


会員用ページ

************************************

ログイン

************************************/
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-pagination-bullets {
  margin: 15px 0 0 0;
  position: initial !important;
}
.post_password {
  padding: 20px 40px;
  background-color: #ebf2f1;
  border-radius: 8px;
  max-width: 800px;
  width: 80%;
  margin: 40px auto 30px auto;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.post_password input {
  border: none;
  outline: none;
}
.post_password input[type="password"] {
  border: 2px solid #CCC; /* 枠線 */
  border-radius: 05px; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: snow; /* 背景色 */
  width: 20em; /* 横幅 */
  height: 50px; /* 高さ */
  font-size: 1.8rem; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
  display: inline-block;
}
.post_password input[type="submit"] {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background: #27a639;
  border-radius: 5px;
  transition: .1s;
  font-size: 1.8rem;
  margin: 0 0 0 10px;
  border: none;
  outline: none;
  position: relative;
}
.post_password .btn a {
  color: #FFF;
}
.post_password input[type="password"]::placeholder {
  color: #aaa;
}
@media only screen and (max-width:640px) {
  .post_password {
  padding: 20px 30px;
  width: auto;
  flex-wrap: wrap;
  flex-direction: column;
/*  max-width: 26em;*/
  }
  .post_password input[type="password"] {
    margin: 0 auto 20px auto;
  }
  .post_password input[type="submit"] {
    margin: 0 auto 0 auto;
			width: 10em;
  }
}
@media only screen and (max-width:599px) {
  .password_box {
    margin: 0 20px;
    text-align: left;
  }
  main .section_lead .password_box h2 {
    margin: 0 0 25px 0;
  }
  .sec_password .btn {
    font-size: 1.7rem;
    margin: 25px 0 25px 0;
  }
}
@media only screen and (max-width:375px) {
  .post_password {
    padding: 20px 20px;
  }
  .post_password input[type="password"] {
    width: 13em;
  }
  .post_password input[type="submit"] {
    width: 10em;
  }
}
#member .green_back {
  background-color: #d9e9e2;
  padding: 50px 0 50px 0;
  margin: -5px 0 0px 0;
}
.green_back h4 {
  font-family: 秀英にじみ角ゴシック金 B;
  font-size: 2.6rem;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 599px) {
  .green_back h4 {
    font-size: 2.1rem;
    margin: 0 0 15px 0;
  }
}
/************************************

お問合せ

************************************/
#contact p.text {
  text-align: left;
  display: block;
  margin: 40px auto;
  line-height: 1.8;
}
#contact .inline_b {
  display: inline-block;
  width: 95%;
  text-align: center;
  margin: 40px auto;
}
#contact .inline_b p.blue {
  color: #027ECD;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-family: 秀英にじみ角ゴシック金 B;
}
#contact .inline_b p {
  display: block;
  line-height: 1.8;
  margin-bottom: 20px;
}
#contact .inline_b a {
  display: inline-block;
  background-color: #027ECD;
  color: #fff;
  border-radius: 19px;
  padding: 12px 35px;
  line-height: 1;
  font-size: 1.4rem;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width:690px) {
  #contact .inline_b p.blue, #contact .inline_b p {
    text-align: left;
  }
}
@media only screen and (max-width:599px) {
  #contact .inline_b p.blue {
    font-size: 2.2rem;
  }
}
#contact dl {
	padding: 0;
	font-size: 1.7rem;
	display: flex;
 flex-wrap: wrap;
	align-items: stretch;
}
#contact dl dt {
  width: 300px;
  color: #FFF;
  background-color: #007FCB;
  padding: 28px 0 30px 60px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact dl dd {
  width: calc(100% - 300px);
  padding: 18px 18px 18px 30px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
#contact .contact-confirm  dl dd {
  padding: 28px 0 18px 30px;
}
#contact .contact-confirm dl dd.your-message {
  padding: 10px 0 24px 30px;
  white-space: pre-wrap;
}
#contact dl dd span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#contact dl dt .hissu {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  background-color: #fff;
  line-height: 1;
  color: #007FCB;
  margin: -2px 10px 0 0;
  width: 55px;
  text-align: center;
}
#contact dl dt .blank {
  display: inline-block;
  padding: 2px 0;
  width: 55px;
}
#contact select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 outline: none;
 background: transparent;
}
#contact span.your-subject {
  background-image: url(/images/contact/yazi_down.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  display: inline-block;
  max-width: 340px;
}
#contact select, #contact input, #contact textarea {
  padding: 11px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
  font-size: 1.7rem;
  background-color: #fff;
  border: 1px solid #fff;
}
#contact input {
  width: 440px;
}
@media only screen and (max-width:824px) {
  #contact dl dt {
    width: 240px;
    padding: 28px 0 30px 30px;
  }
  #contact dl dd {
    width: calc(100% - 240px);
  }
  #contact input {
    width: 100%;
  }
}
@media only screen and (max-width:700px) {
  #contact dl dt {
    width: 100%;
    padding: 20px 0 20px 30px;
    margin-bottom: 0;
  }
  #contact dl dd {
    width: calc(100%);
    padding: 15px 18px 15px 18px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact input {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .wpcf7 {
    margin: 0 20px;
  }
}
#contact input.acceptance {
  width: 25px;
}
.wpcf7-list-item { 
	text-align: left; 	
}
.wpcf7-list-item-label {
  display: inline-block;
  width: calc( 100% - 28px );
  vertical-align: top;
}
#contact textarea {
  width: 100%;
}
#contact input[type="submit"],
#contact input[type="button"],
#contact button{
  zoom: 1;
  background-color: #013677;
  padding: 20px 90px 20px 90px;
  color: #fff;
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  position: relative;
  display: inline-block;
  margin: 30px auto 0 auto;
  border-radius: 7px;
  text-align: center;
  font-size: 2.2rem;
  width: auto;
}
#contact input[type="button"] {
	background-color: #999999;
	padding: 20px 40px 20px 40px;
	margin: 30px 30px 30px 30px; 
}
@media only screen and (max-width:480px) {
#contact input[type="submit"],
#contact input[type="button"],
#contact button{
  padding: 20px 40px 20px 40px;
	margin: 20px auto 0 auto;
}
}
#contact button{ 
	margin: 60px auto 30px auto; 
}
.wpcf7 .ajax-loader {
    display: block !important;
}
#contact form.init p.init,
#contact form.init p.telno.init,
#contact form.init p.hissu_txt.init{
    display: block !important;
}
#contact form.init h3.confirmed,
#contact form.init p.text.confirmed{
    display: none !important;
}
#contact form.custom-wpcf7c-confirmed p.init,
#contact form.custom-wpcf7c-confirmed p.telno.init,
#contact form.custom-wpcf7c-confirmed p.hissu_txt.init{
    display: none !important;
}
#contact form.custom-wpcf7c-confirmed h3.confirmed,
#contact form.custom-wpcf7c-confirmed p.text.confirmed {
    display: block !important;
}
/************************************
reCAPTCHA
************************************/
.grecaptcha-badge { 
	visibility: hidden; 
}
body.contact .grecaptcha-badge {
  visibility: visible;
  bottom: 100px !important;
}
/************************************

Swiper

************************************/
.swiper-slide .section_event {
  background-color: #FFF;
  padding: 8px;
}
.swiper-slide .section_event .images{
	margin: 0 0 15px 0;
  position:relative;
  height:0;
  padding-bottom:66.6%;/* 幅に対する縦のサイズ */
  overflow:hidden;
}
.swiper-slide .section_event .images > img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
  max-width:224%;/* 横向き16:9の画像が表示エリア一杯になるように指定 */
  max-height:initial;
}


.swiper-slide .section_event h4 {
  font-size: 1.7rem;
  margin: 0 0 10px 0;
  color: #27a639;
  min-height: 73px;
}
.swiper-slide .section_event h5 {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  height: 1em;
}
.swiper-pagination-bullets {
  margin: 15px 0 0 0;
  position: initial;
}
.btn-event {
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  color: #FFF;
  background: #27a639;
  border-radius: 5px;
  transition: .1s;
  font-size: 1.5rem;
  margin: 5px 0 10px 0;
}
/************************************

.archive 共通

************************************/
#ifo {
  text-align: left;
}
#ifo section {
  text-align: left;
  margin-bottom: 70px;
}
#ifo .archive h2 {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  margin: 0 0 20px;
}
#ifo .archive h2 a {
  text-decoration: none;
}
#ifo .archive h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:599px) {
  #ifo section {
    text-align: left;
    margin-bottom: 40px;
  }
  #ifo .archive {
    text-align: left;
    margin-bottom: 40px;
  }
  #ifo .archive h2 {
    font-size: 110%;
    text-align: center;
    margin: 0 0 20px;
  }
}
/************************************

カテゴリータイトル

************************************/
#category_title {
  font-size: 2.2rem;
  font-family: こぶりなゴシック W6 JIS2004;
  color: #27a639;
  margin: 45px 0 35px 0;
}
/************************************

アーカイブ一覧

************************************/
#member .info_list {
  max-width: 980px;
  margin: 50px auto 50px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#member #single_entry {
  padding: 1em 0;
}
body.archive #member #single_entry {
  padding: 100px 0 0 0;
}
.info_list article {
  padding: 30px 0px;
  position: relative;
  border-top: 1px solid #27A639;
  border-bottom: 1px solid #27A639;
  width: calc( 50% - 20px );
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: -1px 0 0 0;
  box-sizing: border-box;
}
body.post-type-archive-info .info_list article {
  width: 100%;
}
@media only screen and (max-width:700px) {
.info_list article {
  width: calc( 100% );
}
}

.info_list article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.info_list article a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#member .info_list article a {
  color: #27a539;
}
#member .info_list article .btn a {
  color: #fff;
}

#member #single_entry article {
  /*border-top: 1px solid #27A639;*/
  border-bottom: 1px solid #27A639;
  padding: 30px 0;
  margin-top: -1px;
}
/*#member .info_list article .text {
  width: 65%;
  float: right;
}*/
#member .info_list article .text {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:599px) {
  #member #single_entry {
    /*padding: 100px 0 30px 0;*/
  }
  #member .info_list {
    margin: 50px auto;
    width: 100%;
  }
  .info_list article {
    padding: 20px 2%;
  }
  #member #single_entry .single_list article {
    width: calc(100%);
  }
}
/** cat ***/
#member .cat {
  display: inline-block;
  background-size: 86.4px; /*.8*/
  position: relative;
  font-size: 1.4rem;
  line-height: 12px;
  padding: 12px 15px;
  color: #27a639;
  margin: 0 10px 10px 0;
  font-weight: bold;
  border: 1px solid #27A639;
  border-radius: 3px;
}
#member .cat a {
  color: #27a639;
  text-decoration: none;
}
#member .cat::before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 8px;
  height: 35.2px;
  background-size: 8px;
  content: "";
}
#member .cat::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 8px;
  height: 35.2px;
  background-size: 8px;
  content: "";
}
@media only screen and (max-width:599px) {
  #member .cat {
    display: inline-block;
    background-size: 60px;
    position: relative;
    font-size: 10px;
    line-height: 1;
    padding: 7px 10px;
    margin: 0 5px 5px 0;
  }
  #member .cat::before {
    display: none;
  }
  #member .cat::after {
    display: none;
  }
}
/*** midashi ***/
.info_list article .midashi {
  margin: 0 0 20px;
}
#member .info_list article .midashi .day {
  float: none;
  width: auto;
  font-size: 1.5rem;
  color: #27a639;
  margin: 0 0 5px 0;
}
#member .info_list article .midashi h3 {
  /*  margin-left: 100px;*/
  margin: 0 0 15px 0;
  text-decoration: none;
  font-size: 2.0rem;
  color: #27a639;
}
#member .info_list article .midashi h4 br {
  display: none;
}
#member .info_list article .host {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#member .single_list {
 
}
#member .single_list .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#member .single_list article {
  width: calc(50% - 20px);
}
#member .single_list h3 {
  /*padding: 30px 0 20px 0;*/
  
}
#member #single_entry .single_list article {
  border-top: none;
  border-top: 1px solid #27A639;
	 border-bottom: 1px solid #27A639;
  padding: 20px 0 0 0;
	 margin-top: -1px;
}
@media only screen and (max-width:599px) {
  .info_list article .midashi {
    margin: 0 0 0px;
  }
  .info_list article .midashi .day {
    float: none;
    width: auto;
    font-size: 1.5rem;
  }
  .info_list article .midashi h3 {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
/*** more ***/
#member .info_list article .more {
  margin: 0 0 0 0;
  text-align: right;
}
#member .info_list article .more .btn {
  display: inline-block;
  padding: 8px 35px;
  text-decoration: none;
  color: #FFF;
  background: #27a639;
  border-radius: 3px;
  transition: .1s;
  font-size: 1.5rem;
  margin: 0px;
}
@media only screen and (max-width:599px) {
  .info_list article .more .btn {
    padding: 5px 35px;
    font-size: 1.4rem;
  }
}
.single_main .cat {
  display: inline-block;
  background-size: 86.4px; /*.8*/
  position: relative;
  font-size: 1.4rem;
  line-height: 12px;
  padding: 12px 15px;
  color: #27a639;
  margin: 0 0 20px;
  font-weight: bold;
  border: 1px solid #27A639;
  border-radius: 3px;
}
@media only screen and (max-width:599px) {
  #single_entry .single_main h2 {
    font-size: 130%;
    margin: 0 0 30px;
  }
  #single_entry .single_main .honbun {
    font-size: 90%;
  }
}
/************************************

page_nav

************************************/
.page_nav {
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  line-height: 1.2;
  padding: 0 20px;
  max-width: 1140px;
}
.page_nav a {
  color: #27a639;
}
.page_nav .prev {
  width: calc(50% - 25px);
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.page_nav .next {
  width: calc(50% - 25px);
  padding: 0 20px 0 0;
  margin-bottom: 10px;
  text-align: right;
  position: relative;
}
.page_nav .prev a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12.1px 7px 0;
  border-color: transparent #b2c0bc transparent transparent;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 0px;
}
.page_nav .next a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #b2c0bc;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 0px;
}
.page_nav_tax {
  text-align: center;
  max-width: 1200px;
  margin: 40px auto 40px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  min-height: 1em;
}
@media only screen and (max-width: 480px) {
  .page_nav {
    padding: 0 10px;
  }
  .page_nav_tax {
    padding: 0 10px;
  }
}
/************************************

wp-pagenavi

************************************/
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #27a639 !important;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 2px 2px 4px 2px !important;
  min-width: 24px !important;
  color: #27a639;
  display: inline-block;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #27a639;
  color: #fff;
}
body.interview .wp-pagenavi a, body.interview .wp-pagenavi span, body.topics .wp-pagenavi a, body.topics .wp-pagenavi span {
  border: 1px solid #0080cb !important;
  color: #0080cb;
}
body.interview .wp-pagenavi span.current, body.topics .wp-pagenavi span.current {
  background-color: #0080cb;
	color: #fff;
}
.wp-pagenavi .pages {
  display: none;
}
/************************************

ページ前後ナビゲーション

************************************/
.around_nav {
  display: flex;
  margin: 0 auto;
  max-width: 980px;
  justify-content: space-between;
  text-align: center;
}
body.interview .around_nav, body.member .around_nav {
  margin: 20px auto 0 auto;
}
@media only screen and (max-width:1024px) {
  .around_nav {
    margin: 0 20px;
  }
  body.interview .around_nav, body.member .around_nav {
    margin: 20px 20px 0 20px;
  }
}
.around_nav a {
  display: block;
  padding: 10px;
	color: #0080cb;
}
.around_nav.white a {
  color: #fff;
}
.around_nav a:hover {
  text-decoration: underline;
}
.around_nav .prev {
  width: 25%;
  text-align: left;
}
.around_nav .next {
  text-align: right;
  width: 25%;
}
.around_nav .ichiran {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
body.interview .around_nav .prev, body.interview .around_nav .next {
    width: 45%;
  }


/************************************

ブログフッター

************************************/
*, *:before, *:after {
  box-sizing: border-box;
}
#member_footer {
  max-width: 980px;
  margin: 65px auto;
}
#member_footer .col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  color: #333; /* 文字の色 */
  text-align: left;
}
#member_footer .col_3 > div {
  width: 33.33333%;
  padding: 10px 10px 5px 0;
}
#member_footer h3 {
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 1.9rem;
  margin: 0 0 15px 0;
  color: #27a639;
  border-top: 2px solid #27A639;
}
#member_footer ul {
  margin: 0 0 15px 0;
  list-style: none;
}
#member_footer li {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1090px) {
  #member_footer .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #member_footer .col_3 > div {
    width: 100%;
  }
}
/************************************

ブログフッター

************************************/
*, *:before, *:after {
  box-sizing: border-box;
}
#info_footer {
  max-width: 980px;
  margin: 65px auto;
}
@media only screen and (max-width:1024px) {
  #info_footer {
    margin: 50px 20px 50px 20px;
  }
}
#info_footer .col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  color: #333; /* 文字の色 */
  text-align: left;
}
#info_footer .col_3 > div {
  width: 33.33333%;
  padding: 10px 10px 5px 0;
}
#info_footer h3 {
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 1.9rem;
  margin: 0 0 15px 0;
  color: #27a639;
  border-top: 2px solid #27A639;
}
#info_footer ul {
  margin: 0 0 15px 0;
  list-style: none;
}
#info_footer li {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1090px) {
  #info_footer .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #info_footer .col_3 > div {
    width: 100%;
  }
}
/*** sub_tag ***/
#sub_tag ul {
  letter-spacing: -1em;
}
#sub_tag li {
  letter-spacing: 0;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 5px 5px 0;
  color: #000;
}
#sub_tag li a {
  color: #000;
  border: 1px solid #000;
  padding: 8px 8px;
  display: inline-block;
  border-radius: 13px;
}
#sub_tag li a:hover {
  opacity: 1;
  font-weight: bold;
  color: #000;
}
#sub_tag li a::before {
  content: "#";
}
@media only screen and (max-width:960px) {
  #sub_tag {
    width: 90%;
  }
}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 1em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
/*----電話番号リンクをスマホのみ有効-----*/
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}




/*  追加  */


header {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.head_top li a {
    font-weight: bold;
}
.head_top .li_kyoiku a {
    background-color: #f7ea20;
    color: #000;
}
.wrap {
    max-width: 1366px;
    margin: 0 auto;
}
.event-list {
    list-style: none;
    display: flex;
    margin: 2em 0;
    justify-content: center;
}
.event-list li {
    width: calc(100% / 4);
    max-width: 300px;
    padding-bottom: 2em;
}
.event-list li img {
    object-fit: cover;
    height: 170px;
    width: 100%;
}
.tag-box {
    margin: 1em 1em 0;
}
.recruiting,
.cooperation,
.ended,
.infomation,
.accepting {
    padding: 0.1em 1em;
    border-radius: 15px;
    letter-spacing: 0.1em;
    display: block;
    color: #fff;
}
.recruiting {
    background-color: #D80B54;
}
.cooperation {
    background-color: #B19F00;
}
.ended {
    background-color: #ccc;
    color: #333;
}
.infomation {
    background-color: #e5b022;
    color: #333;
}
.accepting {
    background-color: #4cbcfe;
    color: #000;
}
.cat-box {
    padding: 0 1em;
    margin: 1em 0;
}
.event-list .cat-box p,
.topics-list .cat-box p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    border-left: 7px solid;
    padding: 0 0 0 0.5em;
    font-size: 1.7rem;   
}
p.for_executive,
.event-list h3.for_executive {
    color: #0080CB;
}
p.for_egg,
.event-list h3.for_egg {
    color: #000;
}
p.for_school,
.event-list h3.for_school {
    color: #70337F;
}
.event-list h3 {
    text-align: left;
    font-size: 1.8rem;
}
.detail-btn {
    margin: 2em 0 0;
}
.detail-btn span {
    padding: 0.5em 1em;
    border-radius: 10px;
    font-weight: bold;
    background-color: #D6EAEE;
}
.detail-btn.for_executive span {
    background-color: #0080CB;
    color: #fff;
}
.detail-btn.for_school span {
    background-color: #70337F;
    color: #fff;
}
.detail-btn.for_egg span {
    background-color: #F7EA20;
    color: #000;
}
.event-box {
    font-family: 'Noto Sans JP', sans-serif;
}
.event-box h2,
.info-box h2 {
    font-weight: 900;
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}
.event-box h2 {
    color: #333;
}
.info-box h2 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
.event-box h2 span,
.info-box h2 span {
    display: block;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.event-box h3 {
    color: #0091E6;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.event-box p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333;
}
.btn-more a {
    background-color: #0091E6;
    padding: 0.5em 3em;
    border-radius: 20px;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 1em 0;
    -webkit-transition: 600ms;
            transition: 600ms;
    border: 1px solid #0091E6;
    font-family: 'Noto Sans JP', sans-serif;
}
.btn-more-w {
    margin-top: 2em;
}
.btn-more-w a {
    background-color: #fff;
    color: #0091E6;
    border: 1px solid #fff;
}
.btn-more a:hover {
    border: 1px solid #0091E6;
    background: #fff;
    color: #0091E6;
}
.btn-more-w a:hover {
    border: 1px solid #fff;
    background: #0091E6;
    color: #fff;
}
.topics-box {
    max-width: 1366px;
    margin: 3em auto;
}
ul.topics-list {
    list-style: none;
    display: flex;
    margin: 2em 0 1em;
    flex-wrap: wrap;
    justify-content: center;
}
ul.topics-list li {
    width: 45%;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1em;
    margin: 0 1em 2em;
}
ul.topics-list li.no-box,
ul.event-list li.no-box {
    box-shadow: none;
    text-align: center;
}
ul.event-list li.no-box {
    display: block;
}
.topics-img {
    width: 130px;
}
.topics-img img {
    object-fit: cover;
    height: 130px;
}
ul.topics-list li a {
    display: flex;
    align-items: center;
}
ul.topics-list li a h3 {
    font-size: 1.8rem;
}
.topics-txt {
    margin-left: 1em;
    width: 74%;
}
.news-box {
    background: #EFF7F8;
    padding: 2em;
}
ul.news-list {
    list-style: none;
    padding-left: 0;
    max-width: 780px;
    margin: 2em auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1.8rem;
}
ul.news-list li {
    display: flex;
    margin-bottom: 1em;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1em;
}
ul.news-list li a {
    text-decoration: underline;
    text-align: left;
}
ul.news-list li p {
    margin-right: 1em;
}


/* イベント情報 */
.bg {
    background-color: #D6EAEE;
    padding: 3em 1em;
}
.bg h1 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 3rem;
    letter-spacing: 0.1em;
}
.main-wrap {
    max-width: 1366px;
    margin: 2em auto;
}
.main-wrap .event-list {
    flex-wrap: wrap;
}
.event-list li {
    margin: 0 1em 2em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   display: flex;
}
.event-list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.event-list li .detail-btn {
    margin-top: auto;
}
.event-list li .text2 {
    margin-bottom: 2em;
}
.topics-txt .cat-box {
    padding: 0;
}


/* イベント情報詳細 */

#open_event_entry,
#single_wrap {
    background-color: #d6eaee;
    padding: 2em;
}
.entry_wrap {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 2em 4em;
    border-radius: 10px;
    text-align: left;
}
.entry_wrap h1 {
    color: #0080cb;
    padding: 0 15px;
    margin: 0 0 1em;
    font-size: 3.3rem;
    font-family: 'こぶりなゴシック W6 JIS2004';
}
.entry_wrap h1,
.entry_wrap p.cat_name {
    text-align: center;
}
.entry_wrap p.cat_name {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1em;
}
.entry_wrap .photo {
    max-width: 800px;
    width: 80%;
    margin: 0 auto 2em auto;
}
#single_entry article {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
p.description-txt {
   font-family: 'こぶりなゴシック W3 JIS2004';
   line-height: 1.6;
}
.description-link-btn {
    margin: 2em auto;
    text-align: center;
}
.entry_wrap .around_nav {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    max-width: 1200px;
    margin-top: 3em;
}
.txt-box {
    margin: 2em 0;
}


/* 投稿 */
.entry_wrap h1.entry-title {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
p.enry-date {
    text-align: right;
    margin-bottom: 2em;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}
.entry-content p {
    margin: 0.5em 0;
}
.entry-content a,
table a {
    color: #0080cb;
}
.entry-content ul,
.entry-content ol {
    padding-left: 1.5em;
}
.entry-content img {
    margin: 1em 0;
}
h2.wp-block-heading {
    margin-bottom: 1em;
}
h3.wp-block-heading {
    position: relative;
    padding: 0.8em 1em 0.8em;
}
h3.wp-block-heading:before {
    position: absolute;
    top: 25%;
    left: 5px;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #0080cb;
}
h4.wp-block-heading {
  position: relative;
  padding: 1.5rem 1rem;
   margin-bottom: 1em;
}
h4.wp-block-heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #0080cb, #0080cb 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #0080cb, #0080cb 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wp-block-separator {
    margin: 2em 0;
}

.wp-block-buttons {
   margin: 1em;
}



/* お知らせ一覧 */
.news-box-wrap {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    display: flex;
    font-size: 1.8rem;
    align-items: center;
}
#single_entry article.category-news {
    margin-bottom: 1em;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1em;
}
.news-box-wrap h2 {
    font-size: 1.8rem;
    font-weight: 400;
}
.news-box-wrap p {
    margin-right: 1em;
}
.news-box-wrap .entry-title a {

}


/* 経営者の方へ */
.main-wrap h2,
h2.wp-block-heading {
    position: relative;
    color: #333;
    text-align: left;
    padding: 0.5em 1em 0.5em 1.5em;
    letter-spacing: 0.1em;
    border: 2px solid #0080cb;
    border-radius: 15px;
    color: #0080cb;
    box-shadow: 4px 4px;
    font-size: 2.4rem;
}
h2.wp-block-heading {
    margin-top: 2em;
}
.main-wrap h2:before,
h2.wp-block-heading:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #0080cb;
}
#for_executive .event-list h3,
#for_school .event-list h3  {
    margin-top: 1em;
}


/* 起業家教育 */
.school-wrap h2 {
    border: 2px solid #70337F;
    color: #70337F;
}
.school-wrap h2:before {
    background: #70337F;
}
ul.school-topics-list {
    justify-content: flex-start;
}
.custom-content h2 {
    margin-bottom: 1em;
}
.custom-content h2:not(:first-of-type) {
    margin-top: 3em;
}
.custom-content {
    text-align: left;
    margin: 4em 0;
}
.custom-content table td:first-child {
    width: 16%;
    text-align: center;
    background-color: #F2F2F2;
    font-weight: bold;
}
.custom-content table td {
    border-color: #ccc;
    padding: 1em;
}



/* 会員専用ページ */

main .section_lead {
    margin: 3em 1em;
}
body.single-member main .section_lead h2,
#member .section_lead h2 {
    color: #27a639;
}
main .section-bg {
    background-color: #d9e9e2;
    margin: 0;
    padding: 2em 1em;
}
.calendar-box {
    margin: 3em 0;
    padding: 0 1em;
}
.calendar-box iframe {
    width: 100%;
    max-width: 1200px;
}
ul.member-topics-list {
    justify-content: flex-start;
}
.member-news-box {
    background: #d9e9e2;
}
.other-news-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 2.5em;
    padding-left: 0;
}
.other-news-list li {
    margin: 0 auto 2em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 45%;
}
.other-news-list li a {
    padding: 1em;
    display: block;
    height: 100%;
    width: 100%;
}
.member-news-box ul.news-list li {
    border-bottom: none;
    justify-content: center;
}
.midashi h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    border-left: 7px solid;
    padding: 0 0 0 0.5em;
    font-size: 1.7rem;
    color: #27a639;
    margin: 1em 0;
}
p.day-close {
    background-color: #f6e5e6;
    text-align: center;
    color: #b32133;
    font-weight: bold;
    letter-spacing: 0.1em;
}
p.day-info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
}
.other-news-list .midashi {
    display: flex;
    flex-direction: column;
}
.other-news-list .midashi .more {
    padding: 8px 10px;
    text-decoration: none;
    color: #FFF;
    background: #27a639;
    border-radius: 5px;
    transition: .1s;
    font-size: 1.5rem;
    margin: 2em auto 0;
    text-align: center;
}
.other-news-list li.no-txt {
    box-shadow: none;
    text-align: center;
}
.btn-more-member a {
    background-color: #27a639;
    border: 1px solid #27a639;
}
.btn-more-member a:hover {
    border: 1px solid #27a639;
    color: #27a639;
}
.member-bg {
    background-color: #d9e9e2;
    padding: 3em 1em;
}
.member-bg h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin: 0;
}
#member #single_entry .single_main h2 {
    color: #27a639;

}
#member #single_entry .single_main h2.wp-block-heading {
    border: 2px solid #27a639;
}
#member #single_entry .single_main h2.wp-block-heading:before {
    background: #27a639;
}
#member h3.wp-block-heading:before {
    background: #27a639;
}
#member h4.wp-block-heading:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #27a639, #27a639 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #27a639, #27a639 1px, transparent 2px, transparent 5px);
}


/* 固定ページ */

body.page-id-34507 .content,
body.page-id-3 .content,
body.page-id-38424 .content {
    text-align: left;
    max-width: 1200px;
    margin: 2em auto;
}
body.page-id-34507 .content h2,
body.page-id-3 .content h2 {
    color: #0080cb;
    margin: 0 0 1em 0;
    padding: 0.5em 1em 0.5em 1.5em;
    letter-spacing: 0.1em;
    border: 2px solid #0080cb;
    border-radius: 15px;
    position: relative;
    font-size: 2.4rem;
}
body.page-id-34507 .content h2:not(:first-of-type) {
    margin: 2em 0 1em 0;
}
body.page-id-34507 .content h2:before,
body.page-id-3 .content h2:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #0080cb;
}
body.page-id-34507 .content p,
body.page-id-3 .content p,
body.page-id-38424 .content  {
    line-height: 1.8;
    padding: 0 1em;
}
body.page-id-34507 .content ul,
body.page-id-38424 .content ul {
    padding-left: 2em;
}
body.page-id-34507 .content ul li,
body.page-id-38424 .content ul li {
    margin-bottom: 1em;
}


/* about us  */

.about-wrap {
    max-width: 1200px;
    margin: 2em auto;
}
.about-wrap h2 {
    color: #0080cb;
    font-family: '秀英にじみ角ゴシック金 B';
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
}
.about-wrap h2:before {
    content: none;
}
.about-wrap h2:not(:first-of-type) {
    margin: 60px 0 25px 0;
}



/* サイトマップ */
.site-map {
    margin-bottom: 2em;
}
.site-map ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    padding: 0 1em;
}
.site-map ul li {
    margin: 0 2em 1em 0;
    font-weight: bold;
}
.site-map ul li:last-child {
    margin: 0 0 1em 0;
}
.site-map ul li a {

}



@media only screen and (max-width:1365px) {
.main-wrap,
body.page-id-34507 .content, 
body.page-id-3 .content,
.about-wrap  {
   padding: 0 1em;
}

}

@media only screen and (max-width:1024px) {
.event-list li {
    width: calc(100% / 2);
}
}


@media only screen and (max-width:812px) {
.event-list {
    flex-wrap: wrap;
}
.openevent .event-list li {
    width: calc(100% / 2);
    margin: 0 1em 2em;
}
.event-box {
   padding: 0 1em;
}
.entry_wrap {
   padding: 2em;
}
}


@media only screen and (max-width:768px) {
.site-map ul li {
    margin: 0 1em 1em;
}
}

@media only screen and (max-width:600px) {
.event-box h2, 
.info-box h2,
.info-box h2 {
   font-size: 3rem;
}
.event-box h3 {
   font-size: 1.5rem;
}
.event-box p {
   text-align: left;
}
.openevent .event-list li {
   width: 100%;
   padding-bottom: 0;
}
body.home .openevent .event-list li {
   padding-bottom: 2em;
}
ul.topics-list li {
   width: 100%;
}
ul.news-list li {
   display: block;
   text-align: left;
}
ul.news-list li p {
    margin-right: 0;
    margin-bottom: 0.3em;
}
#open_event_entry {
    padding: 1em;
}
.entry_wrap {
    padding: 1em;
}
.entry_wrap h1 {
    font-size: 2.3rem;
}
.entry_wrap p.cat_name {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}
.entry_wrap .photo {
    width: 100%;
}
.entry_wrap .around_nav {
    margin: 0;
}
.around_nav .prev,
.around_nav .next {
    width: 37%;
}
.event-list {
    margin: 2em 0 0;
}
.event-list li {
    width: 100%;
    max-width: 100%;
}
.event-list li img {
    height: 215px;
}
.head_top li.li_member {
    width: 120px;
}
.other-news-list li {
    width: 100%;
}
.post_password input[type="password"] {
    width: 100%;
}
#member .single_list article {
    width: 100%;
}
body.single-member main .section_lead h2, 
#member .section_lead h2 {
    text-align: center;
}
.main-wrap h2 {
    font-size: 2rem;
}
.main-wrap h2:before {
    left: 14px;
}
.custom-content table td {
    display: block;
}
.custom-content table td:first-child {
    width: 100%;
}
#open_event .event-list li {
    margin: 0 0 2em;
}
.news-box-wrap {
    display: block;
}
}