/*!
Theme Name: Cocoon Child
Description: Parent 2.8.9.1
Template:   cocoon-master
Version:    1.1.3
*/
.ad-space {
  margin: 30px 0;
  text-align: center;
}

.link-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  border: 1px solid #999;
  border-radius: 10px;
}

.link-btn a {
  display: block;
  padding: .6em 2em;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 15px;
}

.site-intro, .page-header-eyecatch {
  background-color: #fff;
  background-image: linear-gradient(105deg, #22304f 0%, #22304f 31%, #294668 59%, rgba(50, 103, 140, 0) 100%), url(images/site-intro.png);
  background-position: left top, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .site-intro, .page-header-eyecatch {
    background-size: auto, cover;
  }
}

.site-intro .site-intro-inner, .site-intro .header-eyecatch-inner, .page-header-eyecatch .site-intro-inner, .page-header-eyecatch .header-eyecatch-inner {
  display: flex;
  align-items: center;
  max-width: 1256px;
  min-height: 220px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1255px) {
  .site-intro .site-intro-inner, .site-intro .header-eyecatch-inner, .page-header-eyecatch .site-intro-inner, .page-header-eyecatch .header-eyecatch-inner {
    min-height: 160px;
    padding: 0 20px;
  }
}

.site-intro .site-intro-inner .text-wrap, .site-intro .header-eyecatch-inner .text-wrap, .page-header-eyecatch .site-intro-inner .text-wrap, .page-header-eyecatch .header-eyecatch-inner .text-wrap {
  width: 72%;
}

@media screen and (max-width: 1023px) {
  .site-intro .site-intro-inner .text-wrap, .site-intro .header-eyecatch-inner .text-wrap, .page-header-eyecatch .site-intro-inner .text-wrap, .page-header-eyecatch .header-eyecatch-inner .text-wrap {
    width: 100%;
  }
}

.site-intro .site-intro-inner .text-wrap:has(.text), .site-intro .header-eyecatch-inner .text-wrap:has(.text), .page-header-eyecatch .site-intro-inner .text-wrap:has(.text), .page-header-eyecatch .header-eyecatch-inner .text-wrap:has(.text) {
  padding-top: 56px;
  padding-bottom: 35px;
}

.site-intro .catch, .page-header-eyecatch .catch {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}

.site-intro .text, .page-header-eyecatch .text {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

.front-top-page .main {
  padding-top: 19px;
  padding-right: 0;
  padding-left: 0;
  background-color: inherit;
}

@media screen and (max-width: 1255px) {
  .front-top-page .main {
    padding-top: 1.5%;
  }
}

@media screen and (max-width: 834px) {
  .front-top-page .main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.front-top-page .sidebar {
  background-color: inherit;
}

.front-top-page .header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 22px;
  line-height: 1.5;
}

.front-top-page .header-title .icon {
  flex: none;
  width: 40px;
  margin-right: 20px;
  object-fit: contain;
}

.front-top-page .header-title .title {
  text-align: center;
}

.front-top-page .header-title .en {
  display: block;
  color: #A41029;
  font-size: 12px;
}

.home-category-list, div[id^="page-front-content"], .osusume_posts, .front-new-posts {
  margin-bottom: 30px;
  padding: 20px 25px;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .home-category-list, div[id^="page-front-content"], .osusume_posts, .front-new-posts {
    padding: 20px 14px;
  }
}

.home-category-list .heder-title {
  text-align: center;
}

.home-category-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 575.98px) {
  .home-category-list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.home-category-list li a {
  display: flex;
  align-items: center;
  color: #333;
  border: 1px solid #999;
  font-weight: bold;
  text-decoration: none;
}

.home-category-list li a .icon {
  flex: none;
  width: 60px;
  background-color: #333;
}

.home-category-list li a .category-name {
  padding-left: .5em;
  font-size: 16px;
}

div[id^="page-front-content"] {
  margin-bottom: 30px;
}

div[id^="page-front-content"] .osusume_posts {
  padding: 0;
  border: none;
}

.osusume_posts ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 575.98px) {
  .osusume_posts ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.osusume_posts a {
  text-decoration: none;
  color: inherit;
}

.osusume_posts .item {
  width: 32%;
  padding: 6px;
  border: 1px solid #999;
  border-radius: 5px;
  list-style: none;
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item {
    width: auto;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item a {
    display: flex;
  }
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item .thumb {
    flex: none;
    width: 80px;
  }
}

.osusume_posts .item .thumb img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item .thumb img {
    aspect-ratio: 4 / 3;
  }
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item .detail {
    min-width: 0;
  }
}

.osusume_posts .item .title {
  margin-top: .5em;
  font-weight: bold;
  display: -webkit-box;
  max-height: 63px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 575.98px) {
  .osusume_posts .item .title {
    margin-top: 0;
    padding-left: .5em;
  }
}

.front-new-posts .new-posts {
  display: flex;
  flex-wrap: wrap;
}

.front-new-posts .new-posts .new-article {
  flex: none;
  width: calc( 100% / 3);
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .front-new-posts .new-posts .new-article {
    width: 50%;
  }
}

.front-new-posts .new-posts .new-article a {
  display: block;
  padding: 14px 4px;
  color: inherit;
  text-decoration: none;
}

.front-new-posts .new-posts .article-thumb img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.front-new-posts .new-posts .article-detail .post-category {
  margin-top: 10px;
  font-size: 11px;
}

.front-new-posts .new-posts .article-detail .post-title {
  font-weight: bold;
}

@media screen and (max-width: 767.98px) {
  .front-new-posts .new-posts .article-detail .post-title {
    display: -webkit-box;
    max-height: 58.8px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.front-new-posts .new-posts .article-detail .post-snippet {
  display: -webkit-box;
  max-height: 63px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .front-new-posts .new-posts .article-detail .post-snippet {
    display: none;
  }
}

.front-new-posts .new-posts .article-detail .cat-label {
  position: static;
  padding: 1px 6px;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: transparent;
  color: #666;
  font-size: inherit;
}

.article .responsive.image-left p:has(> img), .article .responsive.image-right p:has(> img) {
  flex: none;
  width: 300px;
  max-width: 100%;
}

.article .responsive.image-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media screen and (max-width: 575.98px) {
  .article .responsive.image-left {
    flex-direction: column;
  }
}

.article .responsive.image-left p:has(> img) {
  padding-inline-end: 20px;
}

@media screen and (max-width: 575.98px) {
  .article .responsive.image-left p:has(> img) {
    -ms-grid-row-align: center;
        align-self: center;
    padding-inline-end: 0;
  }
}

.article .responsive.image-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 575.98px) {
  .article .responsive.image-right {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.article .responsive.image-right p:has(> img) {
  padding-inline-start: 20px;
}

@media screen and (max-width: 575.98px) {
  .article .responsive.image-right p:has(> img) {
    -ms-grid-row-align: center;
        align-self: center;
    padding-inline-start: 0;
  }
}

.article .responsive > * {
  min-width: 0;
}
/*# sourceMappingURL=style.css.map */