/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
}

a {
  text-decoration: none;
  color: #4169e1;
}

a:hover {
  color: #6495ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #e0ffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6fafa;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding-top:20px;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /*background: #70b9b0;*/
  background: #00bfff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  /*background: #8bc6bf;*/
  background: #87cefa;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*background: #b0e0e6;*/
  background: #ffffff;
}
#header.header-scrolled {
  /*background: #b0e0e6;*/
  background: #ffffff;
  height: 80px;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

#main {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  /*color: #d2ece9;*/
  color: #666666;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /*color: #fff;*/
  color: #6495ed;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  /*color: #25564f;*/
  color: #666666;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  /*color: #70b9b0;*/
  color: #6495ed;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #666;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.title337e {
  white-space: nowrap; 
  line-height: 14px;
  margin-top: 15px;
  color: #00529B;
}
@media (max-width: 1200px) {
  .title337e {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .title337e {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {  
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #70b9b0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# トップページ　レート
--------------------------------------------------------------*/
#rate {
  border-top: 4px solid #000080;
  border-bottom: 4px solid #000080;
}
#rate .logomark_left {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
}
#rate .logomark_right {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 10px;
}

#rate .title {
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
}

#rate .amount {
  text-align: center;
  font-size: 32px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# トップページ　Youtube
--------------------------------------------------------------*/
.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# ガバナー挨拶
--------------------------------------------------------------*/
#lions .message {
  line-height: 28px;
  letter-spacing: 2px;
}

#lions .msgbox {
  padding-left: 30px;
  padding-right: 30px;
}

#lions ol li {
  padding-top: 20px;
}

#lions .ayumi {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
}
#lions .ayumi p {
  margin: 0; 
  padding: 0;
  font-weight: bold;
}

#lions .ayumimsg {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

#lions .nrutame {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
}
#lions .nrutame p {
  margin: 0; 
  padding: 0;
  font-weight: bold;
}

#lions .nrutamemsg {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

#lions ul {
  list-style-type: square;
  margin-top: 20px;
  margin-left: 40px;
}

#lions .komoku {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
}
#lions .komoku p {
  margin: 0; 
  padding: 0;
  font-weight: bold;
}

#lions .komokumsg {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

#lions .flow {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

/*--------------------------------------------------------------
# ガバナー挨拶
--------------------------------------------------------------*/
#governor h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}

#governor .name {
  text-align: right;
  padding: 10px 0;
}

#governor .comment {
  line-height: 30px;
  letter-spacing: 3px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../../content/images/kumamotojou_2021.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}
#hero:before {
  content: "";
  /*background: rgba(112, 185, 176, 0.85);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
  color: #696969;
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #4169e1;
  line-height: 0;
}
.about p:last-child {
  margin-bottom: 0;
}

.about .news-list {
  padding: 0;
  list-style: none;
}
.about .news-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.about .news-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #4169e1;
  transition: 0.3s;
}
.about .news-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}
.about .news-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.about .news-list .icon-show {
  display: none;
}
.about .news-list .collapsed {
  color: #4169e1;
}
.about .news-list .collapsed:hover {
  color: #4169e1;
}
.about .news-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.about .news-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.about .news-list dt{
  float: left;
  text-align: left;
  line-height: 18px;
}
.about .news-list span {
  font-size: 12px;
  padding-left: 10px;
}
.about .news-list dd{
  margin-left: 100px;
}

.about .news-list .readmore {
  display: flex;
  margin-top: 10px;
  margin-right: 20px;
  justify-content:flex-end
}
.about .news-list .readmore a {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #888888;
}

.about .text-link {
  padding: 0;
  list-style: none;
}
.about .text-link li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.about .text-link dt{
  float: left;
  text-align: left;
}
.about .text-link dd{
  margin-left: 120px;
}

.about .event dt{
  float: left;
}
.about .event dd{
  margin-left: 110px;
}

.about .governor dt{
  float: left;
  font-weight: normal;
  background: #add8e6;
  width: 200px;
  text-align: center;
}
.about .governor dd{
  margin-left: 210px;
}

/*--------------------------------------------------------------
# 国際会長のメッセージ
--------------------------------------------------------------*/ 
#international .header1 {
  color: #8b0000;
  font-size: 22px;
  font-weight:bold; 
}

#international .header2 {
  font-size: 22px;
  padding-left: 20px;
}

#international h3 {
  color: #696969;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
}

#international ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
#international ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

#international ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background:transparent;
  border:#555 1px solid;
  color: #4169e1;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.international .comment {
  line-height: 30px;
  letter-spacing: 3px;
}


/*--------------------------------------------------------------
# 組織編成
--------------------------------------------------------------*/ 
iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}

/*--------------------------------------------------------------
# 委員会
--------------------------------------------------------------*/ 
.committee h3 {
  color: #696969;
  font-weight: 400;
  font-size: 26px;
}

.committee .title {
  color: #4169e1;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  padding-right: 10px;
}

.committee .name {
    font-size: 20px;
}

.committee .comment {
  line-height: 30px;
  letter-spacing: 3px;
}

/*--------------------------------------------------------------
# 地区役員紹介
--------------------------------------------------------------*/
.officer .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.officer .member img {
  /*max-width: 60%;*/
  height: 150px;
  border-radius: 5%;
  margin: 0 0 30px 0;
}
.officer .member h4 {
  font-weight: 700;
  height: 40px;
  margin-bottom: 2px;
  font-size: 16px;
}
.officer .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.officer .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.officer .member .social {
  margin-top: 15px;
}
.officer .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.officer .member .social a:hover {
  color: #3c8b81;
}
.officer .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# キャビネット
--------------------------------------------------------------*/
.cabinet .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.cabinet .member img {
  /*max-width: 60%;*/
  height: 110px;
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.cabinet .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 14px;
  height: 40px;
}
.cabinet .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.cabinet .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.cabinet .member .social {
  margin-top: 15px;
}
.cabinet .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.cabinet .member .social a:hover {
  color: #3c8b81;
}
.cabinet .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.cabinet ul {
  list-style: none;
  padding: 0;
}
.cabinet ul li {
  padding-bottom: 10px;
}

.cabinet .news-list dt{
  float: left;
}
.cabinet .news-list dd{
  margin-left: 110px;
}


/*--------------------------------------------------------------
# ゾーン・チェアパーソン
--------------------------------------------------------------*/
.zoonchair .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.zoonchair .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.zoonchair .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 16px;
}
.zoonchair .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.zoonchair .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.zoonchair .member .social {
  margin-top: 15px;
}
.zoonchair .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.zoonchair .member .social a:hover {
  color: #3c8b81;
}
.zoonchair .member .social i {
  font-size: 18px;
  margin: 0 2px;
}



/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.links {
  margin-top: 50px;
}
.links h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
  text-align: center;
}
.links .banner img {
  max-width: 100%;
  text-align: center;
}


/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 22px;
}
.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}
.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}
.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #70b9b0;
}
.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4682b4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0c4de;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.committee {
  padding: 60px 0;
}
.committee .com-list {
  padding: 0;
  list-style: none;
}
.committee .com-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.committee .com-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}
.committee .com-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.committee .com-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.committee .com-list .icon-show {
  display: none;
}
.committee .com-list .collapsed {
  color: #343a40;
}
.committee .com-list .collapsed:hover {
  color: #70b9b0;
}
.committee .com-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.committee .com-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}


.committee .com-list .social {
  	margin-top: 15px;
  	border: 1px solid #888888;
  	width: 100px;
  	margin-left: auto;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  /*max-width: 60%;*/
  height: 150px;
  border-radius: 5%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  height: 40px;
  margin-bottom: 2px;
  font-size: 16px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #3c8b81;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team h3 {
  color: #696969;
  font-weight: 400;
  font-size: 26px;
}
.team ul {
  list-style: none;
  padding: 0;
}
.team ul li {
  padding-bottom: 10px;
}
.team ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #4169e1;
  line-height: 0;
}
.team p:last-child {
  margin-bottom: 0;
}

.team .news-list {
  padding: 0;
  list-style: none;
}
.team .news-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.team .news-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #4169e1;
  transition: 0.3s;
}
.team .news-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}
.team .news-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.team .news-list .icon-show {
  display: none;
}
.team .news-list .collapsed {
  color: #4169e1;
}
.team .news-list .collapsed:hover {
  color: #4169e1;
}
.team .news-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.team .news-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.team .news-list dt{
  float: left;
  text-align: left;
}
.team .news-list dd{
  margin-left: 120px;
}
.team .news-list span {
	padding-right: 20px;
}
.team .news-list .readmore {
	display: flex;
	display: flex;
        margin-top: 10px;
        margin-right: 20px;
	justify-content:flex-end
}
.team .news-list .readmore a {
	display: block;
        margin-top: 10px;
        padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #888888;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #70b9b0;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}
.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}
.contact .info {
  color: #777;
}
.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form button[type=submit] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #92cac3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 委員会活動報告
--------------------------------------------------------------*/
/* 詳細用テーブル */
.committee .detail table{
  width: 100%;
  border-collapse: collapse;
}

.committee .detail table tr{
  border-bottom: solid 2px white;
}

.committee .detail table tr:last-child{
  border-bottom: none;
}

.committee .detail table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.committee .detail table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.committee .detail table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 30px;
}


/*--------------------------------------------------------------
# クラブ紹介
--------------------------------------------------------------*/
.club {

}

/* 一覧表用テーブル */
/*
.club .list table {
  	border-collapse: collapse;
  	margin: 0 auto;
  	padding: 0;
  	width: 100%;
      	box-shadow: 0 0 15px -6px #00000073;
}
.club .list table tr {
  	background-color: #fff;
}
table .list th,
table .list td {
  	padding: .35em 1em;
  	border-bottom: 1px solid #eee;
}
.club .list table thead th {
    	font-size: .85em;
    	padding: 1em;
}
.club .list table thead tr{
  	background-color: #607D8B;
  	color:#fff;
}
.club .list table tbody th {
  	text-align: left;
  	font-size: .8em;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.club .list .txt{
   	text-align: left;
   	font-size: .75em;
}
.club .list .price{
  	text-align: right;
  	color: #000;
  	font-weight: bold;
}
.club .list tbody:hover td,
.club .list tbody:hover th {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
  	background:#eee
}

.club .list tbody:hover tr:hover td,
.club .list tbody:hover tr:hover th{
	color: #444;
	text-shadow: 0 1px 0 #fff;
  	background:#fff
}*/


.club .list table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.club .list table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.club .list table th,
.club .list table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.club .list table th {
  font-size: .85em;
}
.club .list table thead tr{
  background-color: #167F92;
  color:#fff;
}
.club .list table tbody th {
    background: #78bbc7;
    color: #fff;
}

.club .list .name{
   font-weight: bold;
}
.club .list .view{
   text-align: center;
}
.club .list .txt{
   text-align: left;
   font-size: .85em;
}
.club .list .txt{
   text-align: left;
   font-size: .85em;
}
.club .list .price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.club .list .non{
  background:#fff
}

.club .list .w35 {
    width: 35%;
}
.club .list .w28 {
    width: 28%;
}
.club .list .w20 {
    width: 20%;
}
.club .list .w15 {
    width: 15%;
}
.club .list .w10 {
    width: 10%;
}
.club .list .w7 {
    width: 7%;
}

@media screen and (max-width: 800px) {
  .club .list table {
    border: 0;
    width:100%
  }
  .club .list table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .club .list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .club .list table tr {
    display: block;
    margin-bottom: .625em;
  }
  .club .list table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 2em;
    border-right: none;
  }
  
  .club .list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .club .list table td:last-child {
    border-bottom: 0;
  }
  .club .list table tbody th {
    color: #fff;
  }
  .club .list .view{
    text-align: left;
 }
  .club .list .w35 {
    width: 100%;
  }
  .club .list .w28 {
    width: 100%;
  }
  .club .list .w20 {
    width: 100%;
  }
  .club .list .w15 {
    width: 100%;
  }
  .club .list .w10 {
    width: 100%;
  }
  .club .list .w7 {
    width: 100%;
  }
}

/* 詳細用テーブル */
.club .detail table{
  width: 100%;
  border-collapse: collapse;
}

.club .detail table tr{
  border-bottom: solid 2px white;
}

.club .detail table tr:last-child{
  border-bottom: none;
}

.club .detail table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.club .detail table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.club .detail table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 30px;
}




.club .zoon_btn,
.club a.zoon_btn,
.club button.zoon_btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
	width: 100%;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.club a.zoon_btn-border {
  border: 1px solid #888;
  border-radius: 20px;
  background: #fff;
}

.club a.zoon_btn-border:hover {
  color: #fff;
  background: #000;
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}
.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #073839;*/
  background: #4682b4;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  padding-top: 20px;
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/* フッターメニュー */
#footer ul.f_list {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	list-style: none;
}
#footer ul.f_list li {
	padding-left: 10px;
	color: #ffffff;
}
#footer ul.f_list li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}
#footer ul.f_list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
}
#footer ul.f_list li li a {
	padding-left: 27px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}
#footer ul.f_list li a:hover {
	background-color: #87cefa;
}
#footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 2px;
	left: 9px;
}
#footer .nolink {
  padding-left: 10px;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}
 
/* PC用 */
@media screen and (min-width: 768px) {
  .fb-container {
    width: 540px;
  }
}

ol.maru li.maru  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.swiper-slide {
	position: relative;
}
.swiper-slide .swiper-slide-content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
        font-size: 3vw;
        color: #ffffff;
        text-shadow: 3px 3px 8px #000000;
}
.chairman-box {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.chairman-box::before,
.chairman-box::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.chairman-box::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.chairman-box::after {
    background-color: #a4f5c8;
    top: 5px;
    left: 5px;
    z-index: -2;
}

.policy-title {
    font-size: 24px;
    font-weight: 700;
    color: #4169e1;
}
.policy-box {
    padding-left: 20px;
}
.pdf_title {
  text-align: center;
}
