@charset "UTF-8";

/*
Theme Name: 2018-newstyle
Description: 2018-newstyle
Theme URI: 
Author: 2018-poool-k
Author URI: 
Version: 0.001
License: 
License URI: 
*/

a {
color: #1E2E53;
text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline;}

#page p {
  word-wrap: break-word;
}
/*全体----------*/
#all{
background-color:#fff;
color:#282828;
text-align:center;
margin: 0;
-webkit-text-size-adjust: 100%;
min-width:300px;
line-height:1.6;
font-size:15px;
min-width: 1200px;
}
/*横幅指定センタリング*/
.all-width-all{
margin: 0 auto;
padding: 0;
width:1120px;
box-sizing: border-box;
}
.all-width{
margin: 0 auto;
padding: 0;
width:1120px;
box-sizing: border-box;
}
/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 768px){
#all{overflow: hidden;min-width: 100%;}
.all-width-all{margin: 0 auto;width:100%;padding: 0;}
.all-width{margin: 0 auto;width:90%;padding: 0;}
}
/*--------------------------------------------------------------------------------*/

.el_hidden {
  display: none !important;
}

.table_default {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_default th {
  border-bottom: 2px solid #666;
  padding: 10px;
  background: #fff;
}
.table_default td {
  padding: 10px;
}
.table_default tr:nth-child(odd){
  background-color: #eee
}
.table_default tr:nth-child(even){
  background-color: #fff
}

.button_default {
  display: block;
  background: #333333;
  border: 2px solid #333;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  position: relative;
}
.button_default a {
  color: #fff;
}
.button_default a:hover {
  color: #333;
  text-decoration: none;
}
.button_default::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
.button_default:hover{
  text-decoration: none;
  background: #fff;
  color: #333;
}
.button_default:hover::after{
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.button_default small {
  display: block;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class*="col-"] {
  box-sizing: border-box;
}

@media screen and (max-width: 39.9375em) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91%;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-10 {
  padding: 10px;
}

/* top */

#top #main {
background: #282828;
margin: 0 auto;
}

#top #mainimg {
width: 100%;
position: relative;margin: 0 auto
}
#top #mainimg .category-field{
position: absolute;
top: 20px;
right: 20px;
width: 404px;
text-align:left;

}
#top #mainimg .category-field p{
margin: 0 0 10px 0;
}
#top #mainimg .category-field p img{
height: 29px; width: auto;
}
.category{
background: #1E2E53;
width: 404px;
padding:20px 20px 10px 20px;
margin: 0 0 6px 0;
box-sizing: border-box;
font-size:10px;color:#fff;
}
.category .in{
margin: 0 0 10px 0 ;
}
.category .sub{
display: inline-block;
vertical-align: top;
margin: 0 10px 0 0 ;
}
.category .ex{
display: inline-block;width: 200px;vertical-align: top;
}

#top #mainimg .event-field{
  position: absolute;
  top: 20px;
  right: 20px;
  /* width: 370px; */
  text-align:left;
}

@media screen and (max-width: 380px){
  #top #mainimg .event-field{
    position: inherit;
    top: inherit;
    right: inherit;
  }
}


#top #mainimg .event-field p{
margin: 0 0 10px 0;
}
#top #mainimg .event-field p img{
height: 29px; width: auto;
}
#top #mainimg .event-field .event {
  background: #1E2E53;
  width: 370px;
  padding:20px 20px 10px 20px;
  margin: 0 0 6px 0;
  box-sizing: border-box;
  font-size:10px;color:#fff;
}
#top #mainimg .event-field .event .event-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#top #mainimg .event-field .event .event-list img {
  height: 34px;
}
#top #mainimg .event-field .event .event-list .in {
  margin: 0 0 10px 0 ;
}
#top #mainimg .event-field .event .event-list .event-list__left {

}
#top #mainimg .event-field .event .event-list .event-list__right {

}
.field{
background: #F4F4F4;
width: 404px;
padding:20px;
box-sizing: border-box;
font-size:13px;
}

.field ul li{
display: inline-block;margin: 0 10px 0 0;
}


#top .pc,#top .top-map-pc {}
#top .sp,#top .top-map-sp { display: none !important; }

#top .titles { margin: 60px 0 20px 0 !important; }
#top .eventtitles{text-align: center;padding:80px 0 20px 0;}
#top .maptitles { margin: 0 0 10px 0 !important; }

#top .top-event .event-l{width: 830px;display: inline-block;margin: 0;text-align: left;vertical-align: top;float: left;}
#top .top-event .event-r{width: 280px;display: inline-block;margin: 0;text-align: right;vertical-align: top;float: right;}

#top .top-event{text-align: left;background: #F4F4F4 url(images/top-bg.png) 0 0 no-repeat;}
/* ★ */
#top .core-bg {padding:70px 0 0;text-align: left;background: #F4F4F4 url(images/top-bg.png) 0 0 no-repeat;}
#top .top-event_ .box{width: 31.7%;display: inline-block;margin: 0 0.7% 20px 0.7%;text-align: left;vertical-align: top;position: relative;background-color:#fff;}
#top .top-event_ .box .thumbnail img{width: 100%;height: auto;}
#top .top-event_ .box .inner{ padding: 15px !important;box-sizing: border-box;}
#top .top-event_ .box .date,#top .top-event .box .time,#top .top-event .box .place {font-size:11px;display: block;margin: 0 0.7% 0 0;line-height:1.4;}
#top .top-event_ .box .title {font-size:14px;line-height:1.4;margin:0 0 10px 0;border-bottom:1px solid #ccc;padding:0 0 10px 0;}
#top .top-event_ .box .excerpt{font-size:11px;line-height:1.3;margin:0 0 10px 0;}
#top .top-event_ .box .arc-mark{border-top:1px dotted #ddd;margin:8px 0 0 0;padding:8px 0 0 0;}

#top .top-event .box{width: 47%;display: inline-block;margin: 0 0.7% 20px 0.7%;text-align: left;vertical-align: top;position: relative;background-color:#fff;}
#top .top-event .box .thumbnail img{width: 100%;height: auto;}
#top .top-event .box .inner{ padding: 15px !important;box-sizing: border-box;}
#top .top-event .box .date,#top .top-event .box .time,#top .top-event .box .place {font-size:11px;display: block;margin: 0 0.7% 0 0;line-height:1.4;}
#top .top-event .box .title {font-size:14px;line-height:1.4;margin:0 0 10px 0;border-bottom:1px solid #ccc;padding:0 0 10px 0;}
#top .top-event .box .excerpt{font-size:11px;line-height:1.3;margin:0 0 10px 0;}
#top .top-event .box .arc-mark{border-top:1px dotted #ddd;margin:8px 0 0 0;padding:8px 0 0 0;}
.tags{display: inline-block;vertical-align: middle;margin: 0 1px 0 1px;line-height: 1;background-color: #282828;color: #fff;font-size: 11px;padding: 5px 10px;}
.tag a{display: block;color: #fff;}
.cate-icon {box-sizing: border-box;padding:8px 12px 8px 12px ;background-color: #ccc; line-height:1;color:#fff;position: absolute;top: 0;left: 0;width:auto ;font-size:13px;}
.cate-icon a {color:#fff;}
/*カテゴリーをクラス名にして存在する数だけ用意します。*/
.exr{background-color: #ACD491 !important;}
.cbr{background-color: #668fdd !important;}
.pbl{background-color: #b5a498 !important;}
.cdl{background-color: #dc6774 !important;}
.coc{background-color: #7AC0C8 !important;}
.etc{background-color: #F3A375 !important;}
.news{background-color: #C0ADD1 !important;}
.report{background-color: #009D96 !important;}
.journal{background-color: #f7a5ba !important;}

#top .top-calender{box-sizing: border-box;background: #fff;padding: 35px 40px 15px 32px;margin:0 1% 70px 1%;}
#top .top-activity{box-sizing: border-box;}

#top .top-report{box-sizing: border-box;font-size:14px;}
#top .top-report .thumbnail img{width:190px;height:auto; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
#top .top-report .box{text-align:left;width:32%;float: left;margin:0 1.3% 20px 0;display: inline-block;line-height: 1.3;}
#top .top-report .date{font-size:12px;margin: 30px 0 5px 0;}
#top .top-report .box .alignleft{float: left;margin: 3px 10px 3px 0;}

#top .news-map{background: #F4F4F4;text-align:left;padding:50px 0 50px 0;}
#top .top-news{font-size:14px;line-height:1.4;width:100%;display: inline-block;vertical-align: top;margin:80px 0 30px 0;background-color:#fff;padding:20px;box-sizing: border-box;}
#top .btn_basic00 {margin: 0 0 10px 0 !important;}
#top .top-news .box-all{margin:20px 0;}
#top .top-news .box {width:100%;margin:0;background-color:transparent;}
#top .top-news .box .date {display: block;margin:0 30px 0 0;padding:2px 0 0 0;font-size:12px;}
#top .top-news .box .title {display: block;padding:2px 0 13px 0;font-size: 13px;}
.ichiran{text-align: center;padding:0 0 30px 0;}
/* ★ */
#top .top-news_ .news_inner {box-sizing: border-box;background: #fff;padding: 35px 40px 15px 32px;margin: 0 1%;}
#top .top-news_ .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:3px solid #192F51;
  padding-bottom: 10px;
}
#top .top-news_ .section-header .ichiran {
  padding: 0;
}

#top .top-news_ .box-all{margin:20px 0;}
#top .top-news_ .box {width:100%;margin:0;background-color:transparent;border-bottom:1px solid #ccc;margin:0 0 10px 0;}
#top .top-news_ .box .date {display: block;margin:0 30px 0 0;padding:2px 0 0 0;font-size:12px;}
#top .top-news_ .box .title {font-size:13px;line-height:1.4;padding:2px 0;}
#top .top-news_ .box .excerpt {font-size:13px;line-height:1.4;padding:2px 0 13px 0;}

#top .top-event .event-r{padding:0 0 40px 0;}
#top .top-event .event-r .ichiran{text-align: center;padding:0 0 0 0;}
#top .top-event .event-r h3{text-align: center;padding:10px 0;border-bottom:3px solid #192F51;}


/* ★ */
.section_inner_white {
  background: #fff;
  padding: 30px;
}
.top-information {
  padding: 60px 0;
}
.top-information h3 {
  margin-bottom: 30px;
}
.top-information .information_item {
  padding: 0 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.top-information .information_item .inner {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  height: 100%;
}
.top-information .information_item:nth-child(n+4) .inner {
  border-bottom: none;
}
.information_item .body {
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.information_item .title {
  text-align: left;
  font-size: 12px;
}
.information_item .date {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
.information_item .info-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.information_item .info-tags span {
  padding: 0px 3px;
  display: flex;
  align-items: center;
  height: 18px;
  font-size: 10px;
}
.information_item .cate-icon {
  position: inherit;
}
.information_item .tags a {
  color: #fff;
}
.information_item .excerpt {
  text-align: left;
  font-size: 10px;
}
.information_item hr {
  width: 100%;
}

.bl_top-banner {
  background: #F4F4F4;
  padding: 60px 0;
}
.bl_top-banner .section_inner_white {
  padding: 15px;
}
.bl_top-banner .row {
  gap: 14px;
}

.top-report_ {
  background: #F4F4F4;
  padding: 60px 0;
}
.top-report_ h3 {
  margin: 0 0 30px;
}
.top-report_ .report_item {
  margin: 0;
  background-color: transparent;
  text-align: left;
  margin-bottom: 20px;
}
.top-report_ .report_item .thumbnail {
}
.top-report_ .report_item .thumbnail img {
  object-fit: cover;
  height: 120px;
}
.top-report_ .report_item .body {
  padding: 0 10px;
  box-sizing: border-box;
}
.top-report_ .report_item .date {
  display: block;
  margin: 0 0 20px;
  padding: 2px 0 0 0;
  font-size: 12px;
}
.top-report_ .report_item .title {
  display: block;
  padding: 2px 0 13px 0;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}


#top .top-map{box-sizing: border-box;width:368px;display: inline-block;vertical-align: top;float: right;}

#footer {
  margin-top: 10px;text-align: center !important;min-width: 1200px;
}
#footer nav{
border-bottom: 1px solid #ccc;

}
#footer nav ul {
text-align: center !important;
margin-bottom: 12px;
}

#footer nav ul li {
display: inline-block;
font-size: 85%;
line-height: 100%;
padding: 1px 10px;
}

#footer .f-logo-add-tel{display: inline-block;vertical-align: middle;line-height:1.3;margin:15px;}
#footer .f-logo {display: inline-block;vertical-align: middle;line-height:1.3;margin:0 15px 0 0;}
#footer .f-add {display: inline-block;vertical-align: middle;font-size:14px;line-height:1.2;margin:0 15px 0 0;}
#footer .f-tel{display: inline-block;vertical-align: middle;font-size:14px;line-height:1.2;}

small#copy {
color: #FFF;
background: #1E2E53;
padding: 0.7em;
display: block;
text-align: center;
}

#pageTop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  line-height:100%;
  z-index:100;
}

#pageTop a {display: block;}

/* ---------------------------------------------------------- */
@media screen and (max-width: 768px){
#footer {min-width: 100%;}	

#top .pc { display: none !important; }
#top .sp { display: inline-block !important; }
#top #mainimg .category-field{position: static;width: 100%;}
.category{width: 100%;margin: 0;}
.category .in{display: inline-block;width: 45.5%;margin: 10px 4% 5px 0;}
.category .in img{ width: 140px; height: auto;}
.category .sub{width:110px;margin:0 0 5px 0;}
.category .ex{width:100%;}
#top #mainimg .category-field p img{
height: 20px;
}
.field{
background: #F4F4F4;
width: 100%;
padding:20px;
box-sizing: border-box;
font-size:13px;
}
	
#top .top-event .event-l{width: 100%;display: inline-block;margin: 0;text-align: left;vertical-align: top;float: none;}
#top .top-event .event-r{width: 100%;display: inline-block;margin: 0;text-align: center;vertical-align: top;float: none;}

/* ★ */
#top .top-event_ .box{width: 48%;display: inline-block;margin: 0 0.7% 20px 0.7%;text-align: left;}

#top .top-event .box{width: 48%;display: inline-block;margin: 0 0.7% 20px 0.7%;text-align: left;}
#top .top-calender{box-sizing: border-box;background: #fff;padding: 20px 20px 20px 13px;margin:0 1% 70px 1%;}
#top .top-news{width:98%;margin:30px 0 50px 0;padding:20px;box-sizing: border-box;}

#top .top-news .box-all{margin:20px 0;}
#top .top-news .box {width:100%;margin:0;background-color:transparent;}
#top .top-news .box .date {display: block;margin:0 30px 0 0;padding:2px 0 0 0;font-size:12px;}
#top .top-news .box .title {display: block;padding:2px 0 13px 0;font-size: 13px;}	
#top .top-activity .box{width: 50%;}
#top .titles { margin: 60px 0 10px 0 !important; }
#top .eventtitles{text-align: center;padding:50px 0 10px 0;}
}

@media screen and (max-width: 35.49em) {
.category .in{ display: inline-block;width: 47.6%;margin: 10px 1%;}
.category .sub{}
.category .ex{width:100%;}
#top .top-map-pc { display: none !important; }
#top .top-map-sp { display: inline-block !important; }
#footer .f-logo {display: inline-block;vertical-align: middle;line-height:1.3;margin:0 0 8px 0;}
#footer .f-add {margin:0 0 0 0;}
}
@media screen and (max-width: 400px) {
#top .titles img,#top .eventtitles img{height: auto; width:120px; }
#top .top-event .box{width: 100%;display: inline-block;margin: 0 0.7% 20px 0.7%;text-align: left;}
#top .top-report{margin:0 auto !important;width: 100%;}
#top .top-report .box{text-align:center;width:70%;float: none;margin:0 auto 20px auto;display: block;line-height: 1.3;}
#top .top-report .box .alignleft{float:none;margin: 0;}
#top .top-report .date{font-size:12px;margin: 10px 0 5px 0;}
#pageTop {width:60px;height:60px;}
}
/* ---------------------------------------------------------- */

/* about */
#about .space {
padding-right: 30px;
box-sizing: border-box;
}

#about .photo {
text-align: right;
}

#about .name {
text-align: right;
margin-top: 5px;
}

#about .name img {
width: 80%;
max-width: 170px;
}
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.99em) {
#about .space {padding-right: 0;margin-bottom: 1.5em;}
#about .photo,#about .name {text-align: center;}
}
/* ---------------------------------------------------------- */

/* activity */
#activity .topcopy {
font-size: 150% !important;
margin:10px 0 40px 0 !important;
text-align: center !important;
background-color: transparent !important;
color: #666 !important;
padding:0 !important;
}

#activity .cdl {
background-color: #F8AC04 !important;
}
	
#activity .list_labo01 {
list-style: none;
margin-left: 0;
color: #B94A00;
font-weight: 500;
text-indent: -1em;
margin-left: 1em;
}

#activity .list_labo01 li:before {
content:'■';
color: #F8AC04;
margin:0 3px 0 0 !important;
}

/* access */
#access .space {
padding-right: 30px;
box-sizing: border-box;
}

#access ul.contact li {
display: inline-block;
margin-left: 2em;
}

#access ul.contact li:first-child {
margin-left: 0;
}

#access ul li:before { content:"";color: #009D96;margin: 0 8px 0 0;line-height: 1.4 !important;}
/* ---------------------------------------------------------- */
@media print, screen and (max-width: 35.49em) {
#access .space {padding-right: 0;}
#access ul.contact li {display: block;margin: 0 0 0.5em;}
}
/* ---------------------------------------------------------- */
/* 解除 */
.both{clear:both;font-size:0;}
/* 間隔 
*/
.sp-ss{height:5px;}
.sp-s{height:15px;}
.sp-m{height:30px;}
.sp-l{height:40px;}
.sp-ll{height:60px;}
.sp-f{margin:0 0 30px 0 !important;}

/* ぱんくず */
.bc-list{background:#282828;color:#fff;text-align: left;font-size: 12px;line-height: 1.2;margin: 0 !important;padding:10px 0;}
.bc-list a{color:#fff;line-height: 1.2;padding: 0;margin: 0 !important;}
/*ぱんくず*/
#breadcrumb {line-height:1.2;}
#breadcrumb ul{line-height:1.2;margin: 0 !important;}
#breadcrumb ul li{margin:0 0 0 5px !important;display: inline-block;padding: 0 !important;}
#page #breadcrumb ul li {margin:0 !important;display: inline-block;padding: 0 !important;}
#page #breadcrumb ul li:before { content:"" !important;font-size: 0 !important;}

/*リスト*/
#page ul{margin: 20px 0 20px 0;line-height: 1.4 !important;}
#page ul li{margin: 5px 0 5px 0;}
#page ul li:before { content:"◎";color: #D00522;margin: 0 8px 0 0;line-height: 1.4 !important;}
#page #access ul li:before { content:"" !important;}
/* ページ */
#page{background:url(images/page-bg.png) 0 0 no-repeat !important;text-align: left;width: 100% !important;}
/* ページmain */
#page #main,#list #main{background: transparent;text-align: left;width: 800px;display: inline-block;margin: 42px 0;vertical-align: top;float: left;box-sizing: border-box;}
#page #main-l,#list #main-l{text-align: left;width: 100%;display: inline-block;margin: 42px 0;box-sizing: border-box;}

/* ページnavi */
#navi{background: transparent;text-align: left;width: 260px;display: inline-block;margin: 42px 0;vertical-align: top;float: right;box-sizing: border-box;}
#navi .n-title{width:178px;}
#navi .n-ct{background:#1E2E53;display: inline-block;margin: 5px 0 30px 0;vertical-align: top;padding:15px 20px;box-sizing: border-box; }
#navi .n-ct img{margin: 5px 0; }
#navi .n-ac{display: inline-block;margin: 5px 0 30px 0;box-sizing: border-box;line-height: 0;}
#navi .n-ac img{margin: 0;padding: 0;font-size: 0;line-height: 0;}
#list #navi p {margin: 0 0 10px 0 !important;}
#navi .bl_side-banner li { margin: 0 0 10px; }
#navi .bl_side-banner li::before { content: none; }

h6 {
  font-size: 200%;
  font-weight: bold;
  margin:0px 0 40px 0;
  padding: 0 0 12px 0;
  text-align: left;
  border-bottom: 0px solid #ccc;
}

h2 {
	font-size: 200%;font-weight: bold;margin:0px 0 30px 0;
position: relative;
line-height: 1.4;
padding:0.1em 0.8em;
display: inline-block;
top:0;
}

h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.99em) {
h2 {font-size: 170%;}
}
/* ---------------------------------------------------------- */


/* h見出し */
#page h3 {
font-size: 140%;
margin:10px 0 40px 0;
text-align: left;
background-color: #1E2E53;
color: #fff;
padding:5px 15px 6px 15px;
}

#page h4 {
font-size: 120%;
margin:20px 0 10px 0;
text-align: left;
  border-top: 1px double #1E2E53;
  border-bottom: 1px double #1E2E53;
  color: #1E2E53;
padding:5px 0 5px 15px;
}
#page h4 a {
  color: #0000ff;
}

#page h5 {
  font-weight: bold;
font-size: 105%;
  color:#D00522;margin:20px 0 10px 0;
}
/* ---------------------------------------------------------- */

@media screen and (max-width: 768px){
/* ページmain */
  #page #main,#list #main{background: transparent;text-align: left;width: 100%;display: inline-block;margin: 42px 0;vertical-align: top;float: none;box-sizing: border-box;}
/* ページnavi */
#navi{background: transparent;text-align: left;width: 100%;display: inline-block;margin: 42px 0;vertical-align: top;float: none;box-sizing: border-box;}
#navi .n-ac img{width: 33.3% !important;}
}
@media screen and (max-width:  47.99em) {
#page h3{
font-size: 150% !important;
font-weight: 300 !important;
margin-bottom:40px !important;
text-align: center !important;
}
#navi .n-ct{background:#1E2E53;display: inline-block;margin: 5px 0 25px 0;vertical-align: top;padding:15px 0 10px 20px;box-sizing: border-box; }
#navi .n-ct img{margin: 0 10px 5px 0 !important;}
}
@media screen and (max-width:640px) {
#navi .n-ac img{width: 50% !important;}
}

footer .cate-icon {box-sizing: border-box;padding:4px 12px 5px 12px !important ;background-color: #ccc; line-height:1;color:#fff;position: static;font-size:13px;}

@media screen and (max-width: 380px){
#page .n-ct img{width: 50%;height: auto !important;padding-bottom: 2px;}
}


/* ---------------------------------------------------------- */

/*グレー線*/
hr {height: 0;margin: 0;padding: 0;border: 0;border-top: 1px solid #ccc;margin: 10px 0;}
/*点線*/
.tenline{border-top: 1px dotted #ccc;margin: 20px 0;}

/*テーブル100%*/
.table_01 {
margin: 30px 0;
border-collapse: collapse;
border-spacing: 1px;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
  width: 100%;background:#fff;
}
.table_01 th {
width: 30%;
padding: 8px 12px;
vertical-align: middle;
  border: 1px solid #ccc;
  background:#F4F4F4;
}
.table_01 td {
padding: 8px 12px;
vertical-align: top;
  border: 1px solid #ccc;
}

.table_01 th a,.table_01 td a,.table_02 th a,.table_02 td a {padding: 0;}

.r-border {border-right: 1px solid #ccc !important;}
.r-noborder {border-right: 0px !important;}


/*テーブル成り行き*/
.table_02 {
margin: 30px 0;
border-collapse: collapse;
border-spacing: 1px;
text-align: left;
line-height: 1.5;
  border-top: 1px solid #ccc;background:#fff;
}
.table_02 th {
padding: 8px 12px;
vertical-align: middle;
  border: 1px solid #ccc;
  background:#F4F4F4;
}
.table_02 td {
padding: 8px 12px;
vertical-align: top;
  border: 1px solid #ccc;
}

/*リスト*/
#page ul{margin: 20px 0 20px 0;line-height: 1.4 !important;}
#page ul li{margin: 5px 0 5px 0;}
#page ul li:before { content:"◎";color: #D00522;margin: 0 8px 0 0;line-height: 1.4 !important;}
#page #access ul li:before { content:"" !important;}

/*コラム枠*/
.p-column{
display: block;
  background: #F4F4F4 ;
width: 100%;
padding: 25px 25px 35px 25px;
margin:0 0 10px 0;
line-height:1.8;
position:relative;
box-sizing: border-box;
}

.f-blue{color: #014896;}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 480px){
.p-column{padding: 20px 20px 20px 20px;}
/*テーブル100%*/
.table_01,.table_02{
margin: 20px 0;
font-size: 12px;
}
}
/*--------------------------------------------------------------------------------*/

/*投稿記事枠画像最大値*/
#page img{
max-width: 100%;
height: auto !important;
padding-bottom: 2px;
}

/*投稿記事枠画像の回り込み*/
.alignleft{
float: left;
margin: 3px 20px 3px 0;
}
.aligncenter{
display: block;
margin: 0 auto 10px auto;
}
.alignright{
float: right;
margin: 3px 0 3px 20px;
}
.alignnone{display: block;}


/*お問い合わせフォーム*/
#page textarea{height: 7em;}
#page input,#page textarea{
padding: 3px 10px;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-box-shadow:0px 0px 0px 0 rgba(200,200,200,0.4) inset;
-moz-box-shadow:0px 0px 0px 0 rgba(200,200,200,0.4) inset;
box-shadow:0 0 0 0 rgba(200,200,200,0.4) inset;
font-size: 14px ;
}
.formtext{width:80% !important;}
.formbuttan{width: 80% !important;}
.formbuttan:hover{cursor:pointer;}

.wpcf7-form-control{}
.wpcf7-submit,
.wpcf7-confirm {
border:none !important;
background:#333;
font-size: 110% !important;
color:#fff;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
margin: 20px 10px !important;
padding: 8px 15px !important;
width: 250px !important;
}
.wpcf7-back {
  border:none !important;
  background:#ccc;
  font-size: 110% !important;
  color:#fff;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  margin: 20px 10px !important;
  padding: 8px 15px !important;
  width: 250px !important;
}

#page .wpcf7 .p-column h5 {
  color: #313333;
}
.wpcf7 .p-column .box_black {
  background: #313333;
  color: #fff;
  padding: 15px;
  max-width: 80%;
}


/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.formtext{width:90% !important;}
.wpcf7 .p-column .box_black {max-width: 100%!important;}
}

@media screen and (max-width: 380px){
/*投稿記事枠画像最大値*/
#page img{width: 100%;height: auto !important;padding-bottom: 2px;}
.wpcf7-submit{width: 100% !important;}
.wpcf7 .p-column .box_black {max-width: 100%!important;}
}
/*--------------------------------------------------------------------------------*/

/*-----アーカイブ（一覧）ページ用-----*/
.listbox {
border-bottom:1px dotted #aaaaaa;
  padding:10px 0 10px 0;margin-bottom:5px;line-height:1.3;
}
.listbox .thumb{float:left;display:block;}
.listbox .thumb img{width:160px !important;height:120px !important;margin:2px 10px 3px 0;}
.listbox .title{font-size:16px;margin:0 0 5px 0;}
.listbox .excerpt{font-size:11px;margin:0 0 5px 0;}
.listbox .date{margin:0 0 0 0 ;font-size: 11px;display:inline-block;}

.listbox .cate-icon{display:inline-block;font-size: 11px;padding: 5px 10px;line-height:1;min-width: 60px;width: auto;text-align: center;position: static;margin:2px 0 2px 0;}
.listbox .tag{display:inline-block;}


@media screen and (max-width: 380px){
.listbox .thumb img{width:100px !important;height:auto !important;margin:0 10px 1px 0;}
.listbox .title{font-size:15px;margin-bottom:5px;}
}
/*--------------------------------------------------------------------------------*/

/*リストページのページャー*/
#list .pager{
border-top: 0px solid #ddd;margin: 5px 0;
text-align: center;
font-size: 13px;
padding:5px 0 16px 0;
}

#list .pager span,#list .pager a{
margin:0 3px;
}

/*-----ページ用-----*/
#page .cate-icon{display:inline-block;font-size: 12px;padding: 3px 10px;line-height:1;min-width: 80px;text-align: center;vertical-align: middle;}
#page .date{display:inline-block;margin:0;font-size: 11px;margin:0 10px 0 10px;vertical-align: middle;}
#page .tag{display:inline-block;margin:0;font-size: 11px;margin:0 10px 0 0;vertical-align: middle;}
#page footer{padding: 35px 0 0 0 !important;font-size: 11px;}
#page p{margin: 0 0 10px 0 !important;}

/*ページャー*/
.pager{
border-top: 1px solid #ddd;margin: 5px 0;
text-align: center;
font-size: 12px;
padding:10px 0 16px 0;
}

.acf-map {
width: 100%;
height: 330px;
border: #ccc solid 1px;
margin: 20px 0 ;
}

.l-date{display: inline-block;width: 50%;vertical-align: top;margin: 0 0.5%;}
.l-date table{margin: 20px 0;}
.r-map{display: inline-block;width: 47%;vertical-align: top;margin: 0 0.5%;padding: 0 0 10px 0;}
/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 600px){
.l-date{display: inline-block;width: 100%;margin: 0;}
.l-date table{margin: 0;}
.r-map{display: inline-block;width: 99%;margin: 0;}
}
/*--------------------------------------------------------------------------------*/

.arc-mark{font-size: 12px;line-height:1.2 !important;margin: 0 0 5px 0;}
.arc-mark div{display: inline-block;vertical-align: middle;line-height:1.2 !important;background: url(images/green.png) no-repeat left 3px;padding: 0 0 0 14px;margin: 0 10px 0px 0;}


.swpm-post-not-logged-in-msg,.swpm-more-tag-not-logged-in{
    font-size:0;
}
.swpm-post-not-logged-in-msg:before {
    font-size: 14px;
    content: "CDL会員専用コンテンツです。会員登録をお願いいたします。既に会員登録されている方はログインしてからご覧ください。";
}
.swpm-more-tag-not-logged-in:before {
    font-size: 14px;
    content: "↓以下はCDL会員専用コンテンツです。会員登録をお願いいたします。既に会員登録されている方はログインしてからご覧ください。";
}

.swpm-login-form-submit,.swpm-pw-reset-submit,.swpm-registration-submit{
	position: relative !important;
	padding: 10px 0 !important;
    color: #fff !important;
	border-radius: 5px !important;
	text-align: center !important;
	background-color: #333333 !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	font-size: 100% !important;
	margin: 10px 0 !important;
	width:250px !important;
}

.swpm-login-form-submit:hover,.swpm-pw-reset-submit:hover,.swpm-registration-submit:hover{
	opacity: 0.7;
	text-decoration: none;
}

.swpm-registration-widget-form td{
	padding: 6px;
}

.swpm-registration-widget-form td input{
	width: 85% !important;
}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 764px){
.swpm-pw-reset-text{
width:91% !important;
}
}

@media screen and (max-width: 480px){
.swpm-login-form-submit,.swpm-pw-reset-submit{
	width:100% !important;
}
.swpm-text-field{
	width:91% !important;
}	
.swpm-registration-widget-form td{
padding: 6px 2px;
font-size: 12px;
}

}
/*--------------------------------------------------------------------------------*/


.link-mk{
	line-height: 2.0 !important;
	font-size: 120% !important;
	font-weight: bold !important;
}

.btn_basic00 {
	position: relative;
	padding: 15px 20px 15px 0px ;
    color: #fff;
	border-radius: 5px ;
	text-align: center;
	background-color: #333333;
	line-height: 1;
	font-weight: 300;
	font-size: 110%;
	width: 100% !important;
	box-sizing: border-box;
}

.btn_basic00:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		margin-top: -5px;
}

.btn_basic00:hover {
	opacity: 0.7;
	text-decoration: none;
}
.btn_basic00 a {
text-decoration: none;
	color: #fff;
}

.cal_wrapper {
max-width: 100%; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}
/* カテゴリ説明文枠用 */
.cat-desc .link-mk{line-height: 1.3 !important;}

.cdl-use-note{
width: 80%;
height: 200px;
overflow-y: scroll;
font-size: 12px;
background-color: #fff;
padding: 12px;
}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width: 480px){
.cdl-use-note{
width: 90%;
height: 200px;
overflow-y: scroll;
font-size: 12px;
background-color: #fff;
padding: 12px;
}
}
/*--------------------------------------------------------------------------------*/

/* アコーディオンメニュー */
.accordion_toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[class*="accordion_toggle"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-weight: 700;
  transition: all 300ms 0s ease;
}
.accordion_toggle.open::after {
  font-family: "Font Awesome 5 Free";
  content: '\f068';
}
[class*="accordion_body"] {

}
.accordion_body {
  display: none;
}
#page [class*="accordion_body"] .wp-block-column figure {
  border: 1px solid #3f4c4f;
}
#page [class*="accordion_body"] .wp-block-column h5 {
  font-size: 14px;
  color: #1e2e53;
}
#page [class*="accordion_body"] .wp-block-column p {
  font-size: 14px;
  color: #606060;
}

/* 報告会ページ */
[class*="project_title--"] {
  font-size: 18px;
  border-bottom: 2px solid #3f4c4f;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  color: #1e2e53;
}
[class*="project_title--"]::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  margin-right: 15px;
}
.project_title--pink::before{
  background: #f687ea;
}
.project_title--gold::before{
  background: #c2ab65;
}
.project_title--green::before{
  background: #50a452;
}
.project_title--purple::before{
  background: #9a76c4;
}
[class*="project_title--link"] {
  border: 1px solid #3f4c4f;
}
[class*="project_title--link"]::before {
  content: "";
  background: url("./images/allow_circle.png") no-repeat center;
  background-size: cover;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.project_title--link__blue {
  background: #cde7ff;
}
.project_title--link__blue2 {
  background: #9fcade;
}
.project_title--link__green {
  background: #b8dbb4;
}

[class*="project_title--link"] a:hover {
  text-decoration: none;
}
[class*="project_title--"] strong {
  font-size: 24px;
}
#page .pdf_thumbnails .wp-block-column figure {
  border: 1px solid #3f4c4f;
}
.pdf_thumbnails a[href $='.pdf'] {
  padding: 0;
  background: none;
}
.wp-block-image a[href $='.pdf'] {
  padding: 0;
  background: none;
}
.wp-block-image+h5 a[href $='.pdf'] {
  padding: 0;
  background: none;
}

/* 検索結果ページ */
.bl_searchTitle {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
}
.bl_research {
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #ededed;
}
#page .bl_research input[type="text"] {
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
}
#page h3.bl_condition-title {
  background-color: inherit;
  color: #1E2E53;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}
.bl_conditionBlock__category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.bl_conditionBlock__category .label {
  display: block;
  border: 1px solid #282828;
  background-color: #fff;
  text-align: center;
  color: #282828;
  padding: 5px 20px;
  margin: 5px;
}
.bl_conditionBlock__category input[type="checkbox"]{
  display: none;
}
.bl_conditionBlock__category input[type="checkbox"]:checked + .label {
  background: #282828;
  color: #fff;
}
.bl_searchResult {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #000;
}
#page input.el_searchButton {
  display: block;
  border: none;
  border-radius: 30px;
  padding: 5px 30px;
  margin: 5px auto;
  text-align: center;
  background-color: #D45869;
  color: #fff;
  font-size: 20px;
  box-shadow: inherit;
  max-width: 210px;
  width: 100%;
}
#page ul li.bl_el_resultItem {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.el_resultItem__title {
  font-size: 18px;
  font-weight: 500;
}

.bl_query-box {
  padding: 20px !important;
}
.bl_post-list {
  padding: 0;
  margin: 0 !important;
}
.bl_post-list .wp-block-post:before {
  content: unset !important;
}
.bl_post-item {
  border-bottom: 1px solid #ccc;
}
.bl_post-item .el_post-title {
  /* font-size: 13px !important; */
  line-height: 1.4;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bl_post-item .el_post-title a {
  color: #000 !important;
}
.bl_post-item .el_post-title a:hover {
  text-decoration: underline;
}

/* SmallCore */
.n_organization-columns .wp-block-group__inner-container {
  display: grid;
  gap: 1.25em;
  @media screen and (min-width: 481px){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.n_organization-columns .organization-column {
  border-bottom: 5px solid #d55869;
  padding: 20px;
}
.organization-columns ul li {
  margin: 0 !important;
}
.organization-columns ul li::before {
  content: unset !important;
}
.organization-columns .organization-column {
  height: 100%;
  border-bottom: 5px solid #d55869;
  padding: 20px;
}
.organization-columns .organization-column .wp-block-post-title {
  margin: 0 !important;
  font-size: 16px !important;
}
.bl_project-log h3 {
  display: block;
  background-color: #d55869 !important;
  color: #fff;
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  position: relative;
}
.bl_project-log h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background-color: #e39da6;
  border: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.bl_project-log h3::after {
  content: unset;
}
.bl_project-log .wp-block-column {
  border: 1px solid #000;
  padding: 10px;
}
.bl_project-log .wp-block-column .wp-block-media-text__content {
  padding: 10px;
}
.bl_project-log .wp-block-column h6 {
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bl_project-log .wp-block-column a[href $='.pdf'] {
  background: none;
  padding-left: unset;
}