/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  color: #333;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h1, .h1 { font-size: 32px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 22px; }

.jumbotron h1, .jumbotron .h1 {
    font-size: 46px;
    color: #0a256d;
    margin-bottom: 3rem;
}
#policy h1,
#policy.jumbotron .h1{
  font-size: 1.8em;
  line-height: 1.8;
  margin: 0;
}
#policy h1 span {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.jumbotron h1 span,
.jumbotron .h1 span,
.overlay-jumbotron h1 span,
.overlay-jumbotron .h1 span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.overlay-jumbotron .container h1{
    font-size: 36px;
    color: #fff;
}

.text-muted {
  font-size: 21px;
}
h1,h2,h3{
  color: #0a256d;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.1;
}
img,a img{
  max-width: 100%;
  /*height: auto;*/
}
a:hover img{
  opacity: .8;
}
.color-wht{color: #fff;}

@media (max-width: 767px) {
  h1, .h1 { font-size: 26px; }
  h2, .h2 { font-size: 22px; }
  h3, .h3 { font-size: 18px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 16px; }
  h6, .h6 { font-size: 16px; }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-weight: 600;
      line-height: 1.1;
  }
}
footer .pull-right{
  /* text-indent: -99999px; */
  display: inline-block;
}
footer .pull-right a{
  background-image: url(./img/pagetop.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  display: inherit;
  padding-top: 32px;
  color: #fff;
  text-decoration: none;
}
footer .pull-right a:hover{
  text-decoration: none;
}
.font-white{
  color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  background-color: #fec600;
}
.navbar-brand {
    float: left;
    height: 65px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    width: 40%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  display: inline-block;
  background-color: transparent;
  width: 100%;
}
.navbar-inverse{
  background-color: transparent;
  border:0;
}
.navbar{
  margin-bottom: 10px;
}
.navbar-inverse .navbar-collapse{
  background-color: #0a256d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #16388c;
}
.dropdown-menu{
  background-color: #051b50!important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    width: 50%;
  }
}

#mySyokurepo .modal-dialog {
  margin: 20% auto 0;
}
.modal-body p{
  padding-top: 1rem;
  word-break: break-all;
}
.modal-body{
  word-break: break-all;
}
@media (min-width: 767px) {
  #mySyokurepo .modal-dialog {
    margin: 15% auto 0;
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::*/
.nav_a_border > ul {
  font-size: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  display: block;
  margin: 0;
}
.nav_a_border > ul > li {
	font-size: 14px;
	margin: 0 ;
  width: 100%;
	display: block;
}
.nav_a_border > ul.navbar-nav > li > a {
	text-decoration: none;
	 /* padding-bottom: 3px;文字と下線に隙間を作る */
	color: #0a256d;
	display: block;
}
.nav_a_border > ul.navbar-nav > li > a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #0a256d;
	display: block;
}
.nav_a_border > ul.navbar-nav > li > a:hover:after {
	width: 100%;
	border-bottom: 3px solid #0a256d;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  color: #fff;
  background-color: transparent;
}
.navbar {
    margin-bottom: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #0a256d;
    background-image: none;
    border: 1px solid #2c62bd;
    border-radius: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
      border-color: #ccc;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.nav_a_border > ul.top-social-nav{
  width: 100%;
  display: table;
}
.nav_a_border > ul.top-social-nav > li{
  width: 33.3333%;
  min-height: 63px;
  line-height: 63px;
  display: inline-block;
}
.nav_a_border > ul.top-social-nav.insta > li{
  width: 25%;
  min-height: 63px;
  line-height: 63px;
  display: inline-block;
}

.nav_a_border > ul.top-social-nav a{
  font-size: 30px;
  border-bottom: 0px solid rgba(10, 37, 109, 0);
}
.nav_a_border > ul.top-social-nav a:hover{
  opacity: 0.9;
}
.nav_a_border > ul.top-social-nav a:hover:after{
  border-bottom: 0px solid rgba(10, 37, 109, 0);
}
.nav_a_border > ul.top-social-nav > li.facebook a{
  background-color: #4267b2;
  color: #fff;
}
.nav_a_border > ul.top-social-nav > li.twitter a{
  background-color: #1da1f2;
  color: #fff;
  /* pointer-events: none; */
}
.nav_a_border > ul.top-social-nav > li.youtube a{
  background-color: #ff2a0d;
  color: #fff;
  /* pointer-events: none; */
}
.nav_a_border > ul.top-social-nav > li.instagram a{
  background-color: #b900b4;
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
  color: #fff;
  /* pointer-events: none; */
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.contents {
  padding-top: 60px;
  padding-bottom: 40px;
}

figure{
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 20%;
}
.carousel-caption.video-caption {
}
/* Declare heights because of positioning of img element */
.carousel .item {
  overflow: hidden;
  background-color: #777;
}
.carousel-inner > .item > img {
  width: 100%;
}

.fluid2 {
  padding:0;
}

.table-contact {
  background-color: #e0e0e0;
  color: #011f52;
  padding: 15px;
}
.table-contact .table{
  margin-bottom: 0;
  border: 0;
}
.table-contact .table > tbody > tr > th,
.table-contact .table > tbody > tr > td{
  border-top: 0;
}
.table-contact .table > tbody > tr > td a{
  background-color: #0a256d;
      color: #fff;
      width: 100%;
      display: block;
      padding: 2%;
      font-size: 130%;
}
.inner {
    margin: 0 auto;
    position: relative;
    height: auto;
}
.list{
  padding-bottom: 20px;
}
.list figure {
    width: 100%;
    position: relative;
}
.list figure .wrap {
    position: absolute;
    top: 0;
    left: 20px;
    width: 88%;
}
.col-sm-6.list figure .wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 9.8% 9%;
}

.list figure .wrap h4 {
    font-size: 22px;
    padding-top: 5%;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-align: left;
    font-family: "游明朝",YuMincho,serif;
}
.list figure .wrap h5 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-align: left;
    padding-bottom: 10px;
}

.list figure a,.btn_blu {
    width: 136px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    padding: 10px 25px;
    text-align: left;
    position: relative;
    background-color: #0a256d;
    transition: 0.3s;
}
.list figure a:hover{
    background-color: #3c71c9;
}
.list figure a::after {
  content: '>';
}
.list figure a span {
    position: absolute;
    display: block;
    width: 9px;
    right: 14px;
    top: -14px;
}
.list .wrap > p {
  display: none;
}
/*
 * 'effect'クラスのアニメーション処理速度を指定できます
 */
.effect {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.spClass {display: block;}
.pcClass {display: none;}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes　Jumbotron
------------------------- */
.jumbotron,.overlay-jumbotron {
    padding-top: 60px;
    padding-bottom:60px;
    background-color: transparent;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.jumbotron .lead,.overlay-jumbotron .lead{
  line-height: 1.8;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
footer{
  background: #0a256d;
  padding: 5% 0;
  color: #fff;
}
.infoarea {
  position: relative;
  z-index: 1;
  background-color: #eee;
  padding: 3%;
  box-sizing: border-box;
}
.info-list > ul {margin: 0; padding: 0; list-style: none;}
.info-list > ul > li{
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list > ul > li > a:hover{
  color: #0a256d;
}
.info-list > ul > li > span{
  font-size: 12px;
  font-weight: 600;
  background: #0a256d;
  display: inline-block;
  padding:5px 10px;
  margin-right: 10px;
  color: #fff;
}


.info-list > dl {margin: 0; padding: 0; list-style: none;}
/* .info-list > dl > dt{
  display: block;
  padding: 10px 0;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.info-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-list ul li{
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 1.6rem;
}

.info-list dl,
.info-list dt,
.info-list dd {
  box-sizing: border-box;
}
.info-list dl {
  background: #eee;
  border-bottom: 1px solid #ccc;
}
.info-list dt,
.info-list dd {
  padding: 10px 10px 0 10px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
.info-list dt {
  width: 20%;
  float: left;
}
.info-list dd {
  margin-left: 20%;
  padding-bottom: 10px;
}
.info-list dd:after {
  content: '';
  display: block;
  clear: both;
}


.sns-title,
.sns-title h2 {
  margin-top: 0;
  color: #333333;
  font-size: 126%;
}
.sns-title .fa-youtube{
  color: #ff2a0d;
}
.sns-title .fa-instagram{
  color: #de0caa;
}

.bg-dark {
  /* background-color: #0a256d; */
  background: #0a256d;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #032786, #381567);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #032786, #381567); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.module-small {
  color: #ffffff;
  padding: 70px 0;
  margin-top: -60px;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .module-small {
    margin-bottom: 4rem;
  }
  #news_list .news_List_Title{
    display: block;
    line-height: 1.5;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}
.callout-title{
  margin: 0 0 15px;
}
.callout-title a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  line-height: 44px;
}

.callout-btn-box {
  text-align: center;
  padding-top: 10px;
}

.request-cta {
  padding: 50px 0px;
}
@media (min-width: 768px) {
  .callout-title {
    margin: 0;
  }
  .callout-btn-box {
    text-align: right;
  }
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-y {
  transition: .3s;
  font-weight: 700;
  background: #fec600;
  color: #0a256d;
}

.btn.btn-y:hover,
.btn.btn-y:focus {
  background: rgba(254, 198, 0, 0.8);
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/* SNS
---------------------------------------------------*/
.social-list {
  margin: 0;
  display: table;
  width: 100%;
  padding:10px 0 0;
  list-style: none;
}
.social-list > li{
  text-align: center;
  padding: 3%;
  float: left;
  width: 50%;
  box-sizing: border-box;
  transition: 0.3s;
}
.social-list > li > a{
  display: block;
  width: 100%;
  padding:14.5% 3%;
  color: #fff;
}
.social-list > li:hover{
  opacity: 0.9;
  background-color: #000;
}
.social-list > li.twi{
  background-color: #17b1d2;
}
.social-list > li.fb{
  background-color: #1b35a1;
}

.social-list > li.comingsoon{
  display: block;
  /* padding:9.35% 3%; */
  box-sizing: border-box;
  color: #fff;
  background-color: #333;
}
.social-list > li{
  display: table-cell;
  vertical-align: middle;
  min-height: 80px;
}
.overlay-jumbotron{
  position: relative;
  background:url(./img/slide001.png) bottom center;
  background-size:cover;
}
.jumbotron,.jumbotron .container,
.overlay-jumbotron,.overlay-jumbotron .container{
  position: relative;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a256d;
  opacity: 0.5;
  z-index: 0;
}

/*container
-------------------------------------------------- */
.container,.inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  body,.container,.inner {
    /* width: 750px; */
    min-width: 970px;
  }
}

@media (min-width: 992px) {
  .container,.inner {
    width: 970px;
    min-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,.inner {
    width: 1170px;
    min-width: 970px;
  }
}
/*calendar
-------------------------------------------------- */
section.calendar {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  background-color: #0e4098;
}
section.calendar .overlay {
  opacity: 0.8;
}
.calendar-body {
  padding:60px 0;
  background-image:url(./img/slide002.png);
  background-position: bottom center;
  background-size: cover;
}
section.calendar iframe,
section.calendar .page-header{
  position: relative;
  z-index: 10
}
section.calendar .page-header{
  margin-top: 0;
}
/*topix
-------------------------------------------------- */
section.topix{
}
section.topix h2{
  margin: 0 0 40px;
}
section.topix p,
section.ken-report p{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: .04em;
}
/*section.topix .modal-body{
  padding: 30px 15px 15px 15px;
  text-align: center;
}
section.topix .modal_btn{
  text-align: center;
  margin-bottom: 20px;
}*/
.bottom_name{
  border-top: 1px #eee solid;
  text-align: right;
  padding-top: 20px;
}


/*ken-report
-------------------------------------------------- */
section.ken-report{}
.time{
  margin-bottom: 40px;
}
section.ken-report span{

}
section.ken-report span.date{
  font-weight: 700;
  padding-right: 10px;
}
span.cate{
background-color: #0a256d;
color: #fff;
padding: 5px 10px;
text-align: center;
margin-left: 10px;
line-height: 23px;
font-size: 11px;
}
section.ken-report h2{
  margin: 0 0 10px;
}
section.ken-report h3{
  background: #f6f6f6;
  padding:1em ;
  border-top:#E1E1E1 1px solid;
  border-bottom:#E1E1E1 1px solid;
  font-size: 18px;
  color: #333;
  margin: 0 0 40px;
}

section.ken-report h4{
  font-size: 16px;
  font-weight: 500;
}
section.ken-report table th{
  background: #f6f6f6;
  text-align: center;
  font-weight: normal;
}
.backnumber-data dl dt {
 float: left;
 padding: 10px 0;
 width: 10em;
}
.backnumber-data dl dt:before {
  font-family: 'FontAwesome' ;
   content: '\f144' ;
   margin-right: 5px;
}

.backnumber-data dl dd {
 border-bottom: 1px solid #ccc;
 padding: 10px 0 10px 10em;
}
.backnumber-data dl dd:last-child{
  border-bottom: 0;
}


.def-list-data ul {
 float: left;
 padding: 10px 0;
 width: 10em;
}
.def-list-data ul li:before {
  font-family: 'FontAwesome' ;
   content: '\f144' ;
   margin-right: 5px;
}

.def-list-data ul {
 border-bottom: 1px solid #ccc;
 padding: 10px 0 10px 10em;
}
.hr-two-border{
  border-top: 2px solid #bfbfbf;
}


.backnumber-data dl dd:last-child{
  border-bottom: 0;
}
/*activity
-------------------------------------------------- */
.activity article{
  padding: 20px;
  display:inline-block;
  border-bottom: 1px solid #eee;
}
.activity p{
  line-height: 1.8;
}
@media (max-width: 767px) {
  .nav_a_border > ul.navbar-nav > li > a {
  	text-decoration: none;
  	 /* padding-bottom: 3px;文字と下線に隙間を作る */
  	color: #ffffff;
  	display: block;
  }
  .activity article{
    padding: 0 0 20px;
  }
  .activity article img{
    width: 100%;
  }
  .activity h2,.activity .h2 {
    font-size: 22px;
  }
  .page-header,
  .activity h2,.activity .h2,
  .activity .time {
    padding-right: 15px;
    padding-left: 15px;
  }
  .list-movie .slick-dotted.slick-slider{
    margin-bottom: 60px!important;
  }
}

.kouyaku-data dl{
  margin-top: 20px;
  font-size: 16px;
}
.kouyaku-data dl dt {
 float: left;
 padding: 10px 0;
 line-height: 1.8;
 width: 5em;
}

.kouyaku-data dl dd {
 border-bottom: 1px solid #ccc;
 padding: 10px 0 10px 5em;
 line-height: 1.8;
}
.kouyaku-data dl dd:last-child{
  /* border-bottom: 0; */
}


.yakusyoku-data dl{
  margin-top: 20px;
  font-size: 16px;
}
.yakusyoku-data dl dt {
 float: left;
 padding: 10px 0;
 line-height: 1.8;
 width: 5em;
}

.yakusyoku-data dl dd {
 border-bottom: 1px solid #ccc;
 padding: 10px 0 10px 5em;
 line-height: 1.8;
}
.yakusyoku-data dl dd:last-child{
  /* border-bottom: 0; */
}

.name span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    letter-spacing: .1em;
    /* padding-left: 10px; */
}
.catchcopy {
  color: #333;
  margin-bottom: 60px;
}

.kenren table{
  font-size: 18px;
}

.kenren table tr th,
.kenren table tr td {
  vertical-align: middle;
}
.kenren table [class*="fa-"],
.kenren table .fas{
  font-size: 26px;
}
.kenren table tr td strong{
  font-size: 20px;
}
.kenren table tr td span.small{
  color: #6a6a6a;
  line-height: 1.6;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .kenren table tr th img,
  .kenren table tr td img{
    max-width: none;
  }
  .kenren table tr td.t_social{
    width: 70px;
  }
  .kenren .row{
    margin-left: 0;
    margin-right: 0;
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .spClass {display: none;}
  .pcClass {display: block;}
  .nav_a_border > ul.top-social-nav > li{
    display: inline-block;
  }
  /* Navbar positioning foo */
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .navbar {
    /* margin-bottom: 10px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand {
      height: 39px;
      padding: 0;
      font-size: 18px;
      line-height: 20px;
      width: 100%;
  }
  .navbar-inverse .navbar-collapse{
    background-color: transparent;
  }
  /* .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  } */
  .nav > li > a {
    font-size: 12px;
    padding: 10px 6px;
  }

  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    color: #0a256d;
    background-color: transparent;
  }
  .nav_a_border > ul {
    font-size: 0;
    box-sizing: border-box;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  .nav_a_border > ul > li {
    font-size: 14px;
    width: auto;
    margin: 0;
    display: inline-block;
  }
   .nav_a_border > ul > li > a {
    text-decoration: none;
    /* padding-bottom: 3px; 文字と下線に隙間を作る */
    display: block;
  }
  .nav_a_border > ul > li > a,
  .navbar-inverse .navbar-nav > li > a {
      color: #0a256d;
  }

  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
    color: #2d4fa8;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #efba00;
  }
  .navbar-wrapper {
    /* padding-top: 20px; */
    /* background-color: #fff; */
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .navbar-header {
    width: 18%;
  }
  .navbar-inverse .navbar-collapse{
    width: 82%;
    float: left;
  }
  .navbar-nav > li > .dropdown-menu{
    border-radius: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f0ba02!important;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #c79a02;
    border: 1px solid rgba(199, 154, 2, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #fff;
      white-space: nowrap;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #0a256d;
    text-decoration: none;
    background-color: transparent;
  }
  .list{
    padding-bottom: 20px;
  }
  .list figure {
      width: 100%;
      position: relative;
      background-color: #eee;
  }
  .list figure .wrap {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 90%;
  }
  .col-sm-6.list figure .wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 9.8% 9%;
  }
  .list figure .wrap h4 {
      font-size: 48px;
      padding-top: 0%;
      font-weight: 700;
      letter-spacing: 2.4px;
      text-align: left;
      font-family: "游明朝",YuMincho,serif;
  }
  .list figure .wrap h5 {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: .4px;
      text-align: left;
      padding-bottom: 35px;
      margin: 0;
  }
  [class*=col-].list figure .wrap{
    position: absolute;
    top: 0;
    left: 10%;
    /* width: 88%; */
  }
  [class*=col-].list figure .wrap h4 {
      font-size: 28px;
      padding-top: 10%;
      font-weight: 700;
      letter-spacing: 2.4px;
      text-align: left;
      font-family: "游明朝",YuMincho,serif;
  }
  .list figure a {
      width: 136px;
      height: 42px;
      line-height: 42px;
      color: #fff;
      padding: 10px 25px;
      text-align: left;
      position: relative;

  }
  .list figure a span {
      position: absolute;
      display: block;
      width: 9px;
      right: 14px;
      top: -14px;
  }
  .list figure a,.btn_blu {
      width: 136px;
      height: 42px;
      line-height: 42px;
      color: #fff;
      padding: 10px 25px;
      text-align: left;
      position: relative;
      background-color: #0a256d;
      transition: 0.3s;
  }
  .list .wrap > p {
    display: block;
  }

  .social-list > li{
    display: table-cell;
    vertical-align: middle;
  }
  .social-list > li > a{
    padding: 10.2% 3%;
  }
  .social-list > li.fb{
    background-color: #1b35a1;
  }
  .social-list > li,
  .social-list > li.fb,
  .social-list > li.comingsoon{
    min-height: 80px;
  }
  .social-list > li,
  .social-list > li.fb,
  .social-list > li.comingsoon{
    padding: 0;
  }
  /*topix
  -------------------------------------------------- */
  .sp_photo_b{
    margin-bottom: 20px;

  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 60px;
  }
  .navbar-toggle {
      display: none;
  }
  .nav > li > a {
    font-size: 16px;
    padding: 10px 8px;
  }
  .navbar-brand {
      height: 40px;
      padding: 0;
      font-size: 18px;
      line-height: 20px;
      width: 100%;
  }
  .carousel-caption.video-caption {
    bottom: 35%;
  }
}
@media (min-width: 1200px) {
  .nav > li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .navbar-brand {
      height: 40px;
      padding: 0;
      font-size: 18px;
      line-height: 20px;
      width: 100%;
  }
}
@media (max-width: 640px) {

  .jumbotron, .overlay-jumbotron{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 2em;
    color: #0a256d;
  }
  #policy h1, #policy.jumbotron .h1{
    font-size: 1.4em;
    line-height: 1.6;
  }
  #policy  h1 span {
      font-size: 14px;
      color: #868686;
      font-weight: 400;
  }
  .jumbotron h1 span, .jumbotron .h1 span, .overlay-jumbotron h1 span, .overlay-jumbotron .h1 span, .text-muted{
    font-size: .6em;
    color: #fff;
    font-weight: 500;
  }
  .jumbotron p{
    font-size: 16px;
  }

  .carousel,.carousel .item,.carousel-inner > .item > img{
    height: auto;
  }
  .video-caption {
    display: block;
  }
  .video-caption .btn {
    width: 50%;
  }
}

.figu.thumbnail{
  margin-bottom: 20px;
  height: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
}
/**************************************************
 Label
**************************************************/
.label {

}
.page-koho h1 span{

}
/**************************************************
 Card
**************************************************/
.figu {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 20%;
  background-size: cover;
  page-break-inside: avoid;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/**************************************************
 Card
**************************************************/
.card {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  page-break-inside: avoid;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card .card-header {
  padding: 4px 0;
}
.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6,
.card .card-header .h1,
.card .card-header .h2,
.card .card-header .h3,
.card .card-header .h4,
.card .card-header .h5,
.card .card-header .h6 {
  margin: 0 0 4px 0;
  padding: 10px;
  line-height: 1.35em;
  height: auto;
  overflow: hidden;
}
.card .card-header h3{
  font-size: 22px;
  background-color: #0a256d;
  color: #fff;
  margin: 0;
}
.card .card-header h1 > i.fa,
.card .card-header h2 > i.fa,
.card .card-header h3 > i.fa,
.card .card-header h4 > i.fa,
.card .card-header h5 > i.fa,
.card .card-header h6 > i.fa,
.card .card-header .h1 > i.fa,
.card .card-header .h2 > i.fa,
.card .card-header .h3 > i.fa,
.card .card-header .h4 > i.fa,
.card .card-header .h5 > i.fa,
.card .card-header .h6 > i.fa {
  color: #8bc34a;
}
.card .card-body {
  position: relative;
  padding: 6% 5%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card .card-body.card-body-condensed {
  padding: 8px 8px;
}
.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4,
.card .card-body .h5,
.card .card-body .h6 {
  margin: 12px 0 12px 0;
  padding: 0;
  line-height: 1.45em;
  height: 4.35em;
  overflow: hidden;
}
.card .card-body.card-body-condensed h1,
.card .card-body.card-body-condensed h2,
.card .card-body.card-body-condensed h3,
.card .card-body.card-body-condensed h4,
.card .card-body.card-body-condensed h5,
.card .card-body.card-body-condensed h6,
.card .card-body.card-body-condensed .h1,
.card .card-body.card-body-condensed .h2,
.card .card-body.card-body-condensed .h3,
.card .card-body.card-body-condensed .h4,
.card .card-body.card-body-condensed .h5,
.card .card-body.card-body-condensed .h6 {
  margin: 4px 0 4px 0;
  line-height: 1.45em;
  height: 2.9em;
}
.card .card-body .pubdate {
  font-size: 70%;
  color: #999;
}
.card .card-body .article-info span.label {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 12px;
  color: #757575;
}
.card .card-body .article-info span.label:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 4px;
  color: #bdbdbd;
}
.card .card-body .article-info time {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0;
  font-size: 12px;
  color: #757575;
}
.card .card-body p {
  font-size: 14px;
}
.card .card-body p.text-small {
  font-size: 12px;
  margin: 0;
}
.card .card-body address {
  font-size: 12px;
}
.card .card-body p.abstract {
  height: 6.0em;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 14px;
}
.card .card-footer {
  padding: 8px;
}
.card.article-block {
  position: relative;
}
@media (max-width: 767px) {
  .card.article-block {
    height: auto;
  }
}
.card.article-block .card-body {
  background: #fff;
}
.card.article-block .card-body h1 {
  font-size: 16px;
  font-weight: bold;
}
.card.article-list-block {
  position: relative;
}
@media (max-width: 767px) {
  .card.article-list-block {
    height: 240px;
  }
}
.card.article-list-block .card-body {
  background: #fff;
  padding: 8px;
}
.card.article-list-block .card-body h3 {
  height: 1.70em;
  line-height: 1.70em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1199px) {
  .card.article-list-block .card-body h3 {
    height: 1.50em;
    line-height: 1.50em;
    font-size: 14px;
  }
}
.card.article-list-block .card-body article {
  padding: 4px 0 4px 0;
  min-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .card.article-list-block .card-body article {
    min-height: 42px;
  }
}
.card.article-list-block .card-body article h1 {
  line-height: 1.30em;
  max-height: 2.6em;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0 4px 0;
}
@media (max-width: 1199px) {
  .card.article-list-block .card-body article h1 {
    line-height: 1.20em;
    max-height: 2.40em;
    font-size: 12px;
  }
}
.card.article-list-block .card-body article .tn {
  float: right;
  margin: 0 0 0 4px;
  width: 45px;
  height: 45px;
}
@media (max-width: 1199px) {
  .card.article-list-block .card-body article .tn {
    width: 36px;
    height: 36px;
  }
}
.card.article-list-block .card-body .btn-block {
  margin-bottom: 0;
}
.card.event-list-block {
  position: relative;
}
.card.event-list-block .card-body {
  background: #fff;
  padding: 8px;
}
.card.event-list-block .card-body article {
  margin-bottom: 8px;
}
.card.event-list-block .card-body article h2 {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 1.4em;
  max-height: 2.8em;
  height: auto;
}
.card.event-list-block .card-body article p.location {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
}
.card.event-list-block .card-body article p.date {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
}
.card.video-block {
  position: relative;
}
.card.video-block figure {
  position: relative;
}
.card.video-block figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/util/play.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.card.video-block figure:before:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .card.video-block {
    height: auto;
  }
}
.card.video-block .card-body {
  background: #fff;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .card.video-block .card-body {
    padding: 4px 8px;
  }
}
.card.video-block .card-body h1 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45em;
  height: 2.90em;
  overflow: hidden;
}
.card.member-block {
  position: relative;
}
.card.member-block .card-body {
  background: #fff;
  padding: 8px;
  text-align: center;
}
.card.member-block .card-body h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 1.5em;
  margin: 8px auto;
}
.card.member-block .card-body .member-social-links {
  position: relative;
}
.card.member-block .card-body .btn-container a {
  margin: 0 auto;
}
.col-md-4 > .card.article-block,
.col-sm-4 > .card.article-block {
  height: 400px;
}
.col-md-4 > .card.article-block h1,
.col-sm-4 > .card.article-block h1 {
  font-size: 20px;
  /* height: 4.35em; */
}
.col-md-4 > .card.article-block p.abstract,
.col-sm-4 > .card.article-block p.abstract {
  font-size: 14px;
  height: 6em;
  word-break: break-all;
}
.col-md-4 > .card.article-block.article-block-short,
.col-sm-4 > .card.article-block.article-block-short {
  height: 400px;
}
.col-md-3 > .card.article-block,
.col-sm-3 > .card.article-block {
  height: 400px;
}
.col-sm-3 > .card.article-block h1,
.col-sm-3 > .card.article-block h2 {
  font-size: 23px;
  /* height: 2.9em; */
  height: auto;
}
.col-md-3 > .card.article-block p.abstract,
.col-sm-3 > .card.article-block p.abstract {
  font-size: 12px;
  /* height: 4.5em; */
  height: auto;
  word-break: break-all;
}
.col-md-3 > .card.article-block.article-block-short,
.col-sm-3 > .card.article-block.article-block-short {
  height: 280px;
}
.col-md-3 > .card.article-block.article-block-short .card-body,
.col-sm-3 > .card.article-block.article-block-short .card-body {
  padding: 8px 16px;
}
.col-md-3 > .card.article-block.article-block-short .card-body h1,
.col-sm-3 > .card.article-block.article-block-short .card-body h1 {
  font-size: 16px;
  line-height: 1.4em;
  height: 2.8em;
  margin: 8px 0;
}
.col-md-3 > .card.article-block.article-block-short .card-body p.abstract,
.col-sm-3 > .card.article-block.article-block-short .card-body p.abstract {
  font-size: 12px;
  line-height: 1.5em;
  height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.social-btn {
  text-align: center;
}
.social-btn a{
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.3em;
  color: #333;
}

.fb,
.social-btn a.fb:hover{
  color: #0000ee;
}
.tw,
.social-btn a.tw:hover{
  color: #17a2f2;
}
.social-btn a.ins:hover{
  color: #f61761;
}
.hp,
.social-btn a.hp:hover{
  color: rgb(180, 162, 71);
}
a.pdf:hover{
  color: rgb(193, 27, 27);
}
@media (max-width: 1199px) {
  .col-sm-4 > .card.article-block {
    height: 370px;
  }
  .col-sm-4 > .card.article-block h1 {
    font-size: 23px;
    line-height: 1.4em;
    /* height: 2.8em; */
    height: auto;
  }
  .col-sm-4 > .card.article-block p.abstract {
    font-size: 14px;
    line-height: 1.5em;
    /* height: 4.5em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block {
    height: 330px;
  }
  .col-sm-3 > .card.article-block h1,
  .col-sm-3 > .card.article-block h2 {
    font-size: 23px;
    /* height: 2.9em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block p.abstract {
    font-size: 12px;
    /* height: 4.5em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block.article-block-short {
    height: 256px;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body {
    padding: 8px 16px;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body h1 {
    font-size: 16px;
    line-height: 1.4em;
    height: 2.8em;
    margin: 8px 0;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .col-sm-4 > .card.article-block {
    height: 310px;
  }
  .col-sm-4 > .card.article-block h1 {
    font-size: 23px;
    line-height: 1.4em;
    /* height: 2.8em; */
    height: auto;
  }
  .col-sm-4 > .card.article-block p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    height: 4.5em;
  }
  .col-sm-3 > .card.article-block {
    height: 350px;
  }
  .col-sm-3 > .card.article-block h1,
  .col-sm-3 > .card.article-block h2 {
    font-size: 23px;
    /* height: 2.9em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block p.abstract {
    font-size: 12px;
    /* height: 4.5em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block.article-block-short {
    height: 236px;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body {
    padding: 8px 16px;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body h1 {
    font-size: 14px;
    line-height: 1.4em;
    height: 2.8em;
    margin: 8px 0;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .col-xs-12 > .card.article-block {
    height: auto;
  }
  .col-xs-12 > .card.article-block card-body {
    padding: 8px;
  }
  .col-xs-12 > .card.article-block card-body h1 {
    font-size: 14px;
    line-height: 1.4em;
    /* height: 2.8em; */
    height: auto;
  }
  .col-xs-12 > .card.article-block card-body p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    /* height: 4.5em; */
    height: auto;
  }
}
@media (max-width: 767px) {
  .overlay-jumbotron .container h1{
    font-size: 24px;
  }
  .overlay-jumbotron .container h1 .text-muted {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }
  .contents {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .col-xs-12 > .card.article-block,
  .col-sm-4 > .card.article-block {
    height: auto;
  }
  .col-xs-12 > .card.article-block card-body,
  .col-sm-4 > .card.article-block card-body {
    padding: 8px;
  }
  .col-xs-12 > .card.article-block card-body h1,
  .col-sm-4 > .card.article-block card-body h1 {
    font-size: 14px;
    line-height: 1.4em;
    height: 2.8em;
  }
  .col-xs-12 > .card.article-block card-body p.abstract,
  .col-sm-4 > .card.article-block card-body p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    height: 4.5em;
  }
  .col-sm-3 > .card.article-block {
    height: auto;
  }
  .col-sm-3 > .card.article-block h1,
  .col-sm-3 > .card.article-block h2 {
    font-size: 18px;
    /* height: 2.9em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block p.abstract {
    font-size: 14px;
    /* height: 4.5em; */
    height: auto;
  }
  .col-sm-3 > .card.article-block.article-block-short {
    height: auto;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body {
    padding: 8px;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body h1 {
    font-size: 14px;
    line-height: 1.6;
    /* height: 2.8em; */
    margin: 8px 0;
  }
  .col-sm-3 > .card.article-block.article-block-short .card-body p.abstract {
    font-size: 12px;
    line-height: 1.5em;
    height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .table-contact .table > tbody > tr > th, .table-contact .table > tbody > tr > td{
    display: block;
    clear: both;
    width: 100%;
  }
}
/* 動画スライド
**************************************/
.full-wide-slider {
  position: relative;
  width: 100%;
  height: 90vw;
  min-height: 18vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.full-wide-slider .slick-slide {
  position: relative;
  height: 90vw;
}
.full-wide-slider .slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.full-wide-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.full-wide-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.full-wide-slider .slick-slide iframe.pointer-none {
  pointer-events: stroke!important;
}
.full-wide-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.full-wide-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.full-wide-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.full-wide-slider .slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}
.full-wide-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.full-wide-slider .slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.full-wide-slider .slick-slide.slick-active {
  z-index: 1;
}
.full-wide-slider .slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.full-wide-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.full-wide-slider .slick-slide.slick-active .yt-control {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.full-wide-slider .caption {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  text-align: center;
  padding: 25px;
  /* border: 3px solid; */
  background-color: rgba(34, 67, 131, 0.52);
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  transform: translateY(100px);
}
.full-wide-slider .caption span{
  font-size: 10px;
}
.full-wide-slider .caption.senkyo{
  background-color: rgba(210, 47, 24, 0.68)!important;
}

.full-wide-slider .caption.program{
  color:#333333;
  background-color: rgba(255, 255, 255, 0.68)!important;
}

.full-wide-slider .caption.events {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  text-align: center;
  padding: 20px;
  /* border: 3px solid; */
  background-color: #fec600;
  color: #0a256d;
  margin: 0;
  /* font-size: 12px; */
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  transform: translateY(100px);
}
.caption.events h3{
  line-height: 1.6;
  margin-bottom: 20px;
}
.caption.events p{
  font-size: 16px;
  font-weight: 600;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
.slick-dotted.slick-slider{
  margin-bottom: 0!important;
}
.full-wide-slider .yt-control {
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
  padding: 1rem 0;
  /* border: 3px solid; */
  color: #fff;
  margin: 0;
  /* font-size: 40px; */
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  transform: translateY(100px);
}
.yt-control > button{
  text-align: center;
  background-color: #333333;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
  font-size: 19px;
  padding: 0;
}
.yt-control > button:hover{
  background-color: #fdc600;
  border: 0;
  font-size: 19px;
}
.yt-control > button:active,
.yt-control > button:focus{
background-color: #092369;
}
.yt-control button{
  /* text-indent: -9999px; */
  width: 38px;
  height: 38px;
}

#play:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
#pause:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f28b";
}
#unMute:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
}
#mute:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f026";
}
#stop:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f28d";
}

.move-btn{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}


.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: .4;
}
.slick-dots li button:before{
  opacity: .8;
  color: white;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  /* box-shadow: 0 0 0 2px #1848c7; */
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  color: #0a256d!important;
}


@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}

.list-movie .slick-slide iframe{
  height: 228px;
}
.near {


  margin-bottom: 2em;
}
.near h3{

  margin: 0;
  padding: 0;
}
.btn-sticky {
  text-align: center;
  border: 1px solid #0a256d;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  padding: 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #0a256d;/*左線*/
  color: #0a256d;/*文字色*/
  font-weight: bold;
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

@media (min-width: 768px) {
  .full-wide-slider,.full-wide-slider .slick-slide{
    height: 730px;
  }
  .full-wide-slider {
    min-height: 730px;
  }

  .yt-control > button{
    background-color: #222222;
    border: 0;
    border-radius: 50%;
    -webkit-appearance: none;
    font-size: 19px;
  }
  .yt-control button{
    /* text-indent: -9999px; */
    width: 30px;
    height: 30px;
  }
  .slick-dots{
    bottom: 15px !important;
  }
  .full-wide-slider .caption {
    top: 31%;
    font-size: 1.6em;
    line-height: 1.8;
  }
  .full-wide-slider .caption span{
    font-size: 16px;
  }
  .list-movie .slick-slide iframe{
    height: 455px;
  }
  .full-wide-slider .caption.events {
    top: 30%;
    left: 20%;
    width: 60%;
    padding: 25px;
    margin: 0;
    line-height: 1.6;
  }
  .caption.events h3{
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .caption.events p{
    font-size: 20px;
    font-weight: 600;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  }
}
/* Google
*********************************************/
.gcal-pc{
  display: none;
}
.gcal-sp{
  display: block;
}


@media (min-width: 768px) {
  .gcal-pc{
    display: block;
  }
  .gcal-sp{
    display: none;
  }
}

html,
body {
  height: 100%;
  background-color: #ffffff;
}
body {
  color: #333333;
  text-align: center;
  /* text-shadow: 0 1px 3px rgba(0,0,0,.5); */
}
.cover p {
  font-size: 16px;
  line-height: 1.8;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /* -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5); */
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

/*もりおか映画散歩クロージング対応*/
.close_info {
	margin: 6% auto;
	width:70%;
	background-color: #EEE;
	border-radius: 10px;
	padding: 3%;
	
}
