@charset "UTF-8";
/*!
Theme Name: KIBBF.NET(Cocoon Child)
Template:   cocoon-master
Version:    1.0.8
*/
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.8;
  background: linear-gradient(to bottom, #000000, #00307D 500px);
}

.content {
  margin-top: 0px;
}

.content-in {
  background-color: #FFFFFF;
}

.main {
  border: none;
  border-radius: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-bottom: 0px;
}
.no-sidebar:not(.page-template-frontpage) .content .main {
  width: 850px;
  margin: 0px auto;
}
.no-sidebar:not(.page-template-frontpage) .content .main .entry-content {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.entry-content {
  margin-bottom: 0px;
}

.b_temp {
  padding: 10px;
}

.b_temp_in {
  width: 820px;
  max-width: 100%;
  margin: 0px auto;
  padding: 10px;
}

.b_flex {
  display: flex;
}
.b_flex.b_flex_half {
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .b_flex.b_flex_half {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b_flex.b_flex_half .b_flex_child {
    width: 49%;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .b_flex.b_flex_half.b_flex_reverse {
    flex-direction: row-reverse;
  }
}
.b_flex.b_flex_vmiddle {
  align-items: center;
}

.b_flex2 {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .b_flex2 {
    flex-direction: row;
  }
}

/* ---------------------------
	コンテンツ共通
------------------------------ */
.hr_line {
  position: relative;
  height: 1px;
  border-width: 0;
  background-image: linear-gradient(90deg, transparent 0%, #666666 50%, transparent 100%);
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.article h1 {
  border-bottom: 1px solid #7B7A7B;
  font-size: 26px;
  padding-right: 0px;
  padding-left: 0px;
}
@media print, screen and (min-width: 769px) {
  .article h1 {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
.article h2:not(.widget-title) {
  padding: 7px 10px;
  background-color: #00307D;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}
.content-bottom .article h2:not(.widget-title) {
  margin-top: 0px;
}
.article h2:not(.widget-title):before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 16px #537288;
}
@media print, screen and (min-width: 769px) {
  .article h2:not(.widget-title):before {
    border-bottom: solid 12px transparent;
    border-right: solid 20px #537288;
  }
}
@media print, screen and (min-width: 769px) {
  .article h2:not(.widget-title) {
    font-size: 24px;
    font-weight: bold;
  }
}
.article h3 {
  border: none;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}
.article h3:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #013C91, #BBD9F2);
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .article h3 {
    font-size: 20px;
  }
}
.article h4 {
  background-color: #3F89D7;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px;
}
.article h5 {
  font-size: 16px;
  border-bottom: none;
}
.article ul, .article ol {
  padding-left: 2em;
}
.article ul li, .article ol li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.article .span_indent2 {
  display: inline-block;
  margin-left: 2em;
  text-indent: -2em;
}
.article .span_indent3 {
  display: inline-block;
  margin-left: 3em;
  text-indent: -3em;
}

.t_large {
  font-size: 120%;
}

.t_small {
  font-size: 90%;
}

a, a:visited {
  color: #00A0E9;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #00307D;
  text-decoration: underline;
}
a:hover img, a:focus img, a:active img {
  opacity: 0.8;
}

.link_btn, a.link_btn {
  background-color: #00307D;
  border: 1px solid #00307D;
  border-radius: 10px;
  box-shadow: 0px 5px 4px -3px #999999;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 1s;
}
.link_btn:hover, a.link_btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #00307D;
}
.link_btn.link_btn_w, a.link_btn.link_btn_w {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #00307D;
}
.link_btn.link_btn_w:hover, a.link_btn.link_btn_w:hover {
  background-color: #00307D;
  border: 1px solid #00307D;
  color: #FFFFFF;
}

.link_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #00A0E9;
  display: inline-block;
  font-weight: 900;
  margin-right: 5px;
}

.ul_arrow {
  list-style-type: none;
  padding-left: 1.5em;
}
.ul_arrow li {
  position: relative;
}
.ul_arrow li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #00A0E9;
  font-weight: 900;
  position: absolute;
  left: -1.5em;
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}

.sp-only {
  display: inherit;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.eye-catch-wrap {
  justify-content: center;
}

.info-box {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
.info-box *:first-child {
  margin-top: 0px;
}

.dark-box {
  background-color: #D4EAF8;
  border: 1px solid #3F89D7;
  border-radius: 0px;
  width: 550px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.dark-box h4 {
  background-color: #3F89D7;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

.content-bottom {
  width: 930px;
  padding: 0px 10px 50px 10px;
  margin: 0px auto;
  max-width: 100%;
}
.content-bottom .wrap {
  width: 100%;
}
.content-bottom h2 {
  background-color: transparent;
  border-bottom: 1px solid #013C91;
  border-radius: 0px;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .content-bottom h2 {
    font-size: 20px;
  }
}
.content-bottom aside > div {
  width: 800px;
  max-width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
}
.content-bottom ul {
  margin: 0px;
  padding: 0px 0px 50px 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .content-bottom ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-bottom ul li {
  margin: 0px;
  padding: 0px 10px 20px 10px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .content-bottom ul li {
    max-width: 33%;
  }
  .content-bottom ul li.fullwidth {
    max-width: 100%;
  }
}
.content-bottom ul img {
  width: 80%;
}
@media print, screen and (min-width: 769px) {
  .content-bottom ul img {
    width: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .content-bottom ul.ex_bnr_l li {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .content-bottom ul.ex_bnr_s li {
    max-width: 25%;
  }
}
.content-bottom ul:has(+ ul) {
  padding-bottom: 0px;
}

/* ---------------------------
	固定ページ用CSS
------------------------------ */
.page .date-tags {
  display: none;
}
.page .eye-catch .cat-label {
  display: none;
}

.b_top_newslist2 {
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .b_top_newslist2 {
    gap: 10px;
    padding-bottom: 10px;
  }
}
.b_top_newslist2 figure {
  width: 132px;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .b_top_newslist2 figure {
    width: 90px;
  }
}
.b_top_newslist2 figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.b_top_newslist2 .postlist_body p {
  margin-bottom: 0px;
}
.b_top_newslist2 .postlist_body .recent-posts-new {
  color: #e94609;
}

.b_top_special {
  width: 930px;
  margin: 0px auto;
  padding: 0px 10px 50px 10px;
  max-width: 100%;
}
.b_top_special h2 {
  border-bottom: 1px solid #013C91;
  border-radius: 0px;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #FFFFFF;
  color: var(--coccon-text-color);
}
@media print, screen and (min-width: 769px) {
  .b_top_special h2 {
    font-size: 20px;
  }
}
.b_top_special h2::before {
  display: none;
}
.b_top_special ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  gap: 10px;
}
.b_top_special ul li {
  width: 450px;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.b_top_sns .b_top_snslink {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.b_top_sns .b_top_snslink li {
  width: 60px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.b_top_sns .b_top_snslink li a {
  display: block;
  border-radius: 10px;
  background-color: #013C91;
  padding: 10px;
}

#header {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #header {
    display: block;
  }
}

.header-in {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo .logo-header {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .no-mobile-sidebar .sidebar,
  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo .logo-header {
    display: block;
  }
}

.add-header-contents {
  margin-left: auto;
}
.add-header-contents .search-box {
  margin: 0px;
}
.add-header-contents .search-edit {
  padding: 5px 11px;
  border-radius: 20px;
  font-size: 16px;
  width: 230px;
}
.add-header-contents .search-submit {
  bottom: 0px;
  color: #00307D;
  font-size: 24px;
  line-height: 100%;
}

.navi-in > ul {
  padding: 5px 0px;
  flex-wrap: nowrap;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .navi-in > ul {
    display: flex !important;
  }
}
.cl-slim .navi-in > ul li {
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #FFFFFF;
}
.cl-slim .navi-in > ul li:last-of-type {
  border-right: none;
}
.cl-slim .navi-in > ul li li {
  border-right: none;
}

.mobile-menu-buttons {
  display: flex;
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .mobile-menu-buttons {
    display: none;
  }
}
.mobile-menu-buttons > li {
  padding-top: 3px;
}

.mobile-header-menu-buttons {
  top: 0;
  bottom: auto;
  justify-content: space-around;
  min-width: 46px;
  z-index: 3;
  box-shadow: 0 0 5px darkgrey;
}
.mobile-header-menu-buttons .menu-content .menu-drawer {
  padding: 0px 1em 80px 1em;
}

.mblt-header-and-footer-mobile-buttons {
  margin-top: 46px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  .mblt-header-and-footer-mobile-buttons {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.admin-bar .mobile-header-menu-buttons,
.admin-bar.mblt-header-mobile-buttons,
.admin-bar.mblt-header-and-footer-mobile-buttons {
  margin-top: 0;
}

/* ---------------------------
	フッター
------------------------------ */
.footer {
  background-color: transparent;
  color: #FFFFFF;
  margin-top: 0px;
  padding-top: 0px;
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-top: 10px;
  }
}
.footer p {
  font-size: 80%;
}
.footer a {
  color: #FFFFFF;
}
.footer .footer-bottom {
  margin-top: 0px;
}
@media print, screen and (min-width: 769px) {
  .footer .footer-bottom {
    margin-top: 24px;
  }
}
.footer .add-footer-contents {
  display: none;
  float: left;
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  .footer .add-footer-contents {
    display: block;
  }
}
.footer .add-footer-contents h2 {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .footer .footer-bottom-content {
    width: 50%;
  }
}
.footer .navi-footer {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .footer .navi-footer {
    display: block;
  }
}
.footer .navi-footer .navi-footer-in a {
  font-size: 12px;
}
.footer .navi-footer-in > .menu-footer {
  justify-content: center;
  padding-bottom: 24px;
}
.footer .copyright {
  margin-top: 0px;
}
.footer .copyright p {
  margin: 0px 0px 1.2em 0px;
}

/* ------- モバイル用ヘッダー ---------- */
.mobile-menu-buttons {
  background-color: #00307D;
  box-shadow: none;
  color: #FFFFFF;
}
.mobile-menu-buttons a, .mobile-menu-buttons a:visited, .mobile-menu-buttons .menu-button > a {
  color: #FFFFFF;
}

.mobile-header-menu-buttons {
  align-items: center;
  padding: 5px 10px;
}
.mobile-header-menu-buttons .logo-menu-button {
  text-align: left;
}
.mobile-header-menu-buttons .logo-menu-button img {
  width: 260px;
  height: auto;
  margin: 0px;
}
.mobile-header-menu-buttons .menu-button {
  width: 50px;
}
.mobile-header-menu-buttons .navi-menu-caption {
  display: none;
}

.navi-menu-content {
  background-color: #00307D;
  color: #FFFFFF;
  right: 0px;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.navi-menu-content a, .navi-menu-content a:visited {
  color: #FFFFFF;
}
.navi-menu-content .menu-drawer .menu-item {
  border-bottom: 1px solid #FFFFFF;
}

/* ---------------------------
	各固定ページ用追加CSS
------------------------------ */
#kako table img {
  float: right;
}/*# sourceMappingURL=style.css.map */