@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.navi-in > .menu-header {
  display: flex !important;
}

.navi-in .has-icon {
  display: none;
}

.tagline {
  display: none;
}

.header-container {
  width: 100%;
  background: #404040;
  position: absolute;
  top: 0;
  z-index: 9;
}
.header-container .logo {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-container .logo {
    height: 40px;
  }
  .header-container .logo img {
    width: 80px;
  }
}
.header-container .logo a:hover {
  transition: all 0.15s ease-in-out;
  opacity: 0.7;
}
.header-container .navi {
  width: 100%;
  background: linear-gradient(0deg, rgb(64, 64, 64) 0%, rgb(44, 44, 44) 0%, rgb(63, 63, 63) 100%);
  padding-top: 5px;
}
.header-container .navi-in {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .header-container .navi-in {
    overflow-x: scroll;
  }
}
.header-container .menu-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .header-container .menu-header {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.header-container .menu-header > .menu-item {
  min-width: 140px;
  width: unset;
  height: unset;
  line-height: unset;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-container .menu-header > .menu-item {
    min-width: unset;
  }
}
.header-container .menu-header > .menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 146, 255) 0%, rgb(255, 0, 110) 100%);
}
@media only screen and (max-width: 767px) {
  .header-container .menu-header > .menu-item::after {
    width: 20px;
  }
}
.header-container .menu-header > .menu-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-container .menu-header > .menu-item > a {
    min-height: 40px;
    font-size: 12px;
    padding: 3px 20px 10px;
    white-space: nowrap;
  }
}
.header-container .menu-header > .menu-item > a:hover {
  transition: all 0.15s ease-in-out;
  opacity: 1;
  background-color: #646464;
}
.header-container .menu-header > .menu-item:hover > .sub-menu {
  transition: all 0.15s ease-in-out;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-container .menu-header > .menu-item:hover > .sub-menu {
    display: none;
  }
}
.header-container .menu-header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: unset;
  width: 100%;
  background-color: #cbd0d0;
  z-index: 9;
}
.header-container .menu-header .sub-menu > .menu-item {
  width: unset;
  height: unset;
  line-height: unset;
}
.header-container .menu-header .sub-menu > .menu-item > a {
  display: block;
  color: #404040;
  padding: 15px 10px;
  text-align: center;
}
.header-container .menu-header .sub-menu > .menu-item > a:hover {
  transition: all 0.15s ease-in-out;
  opacity: 1;
  background-color: #e9eeee;
}
.header-container .navi.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.5s ease-in;
}
.header-container > .header-container-in > .w-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .header-container > .header-container-in > .w-wrap {
    margin-bottom: 1rem;
  }
}
.header-container > .header-container-in > .w-wrap::before {
  content: none;
}
.header-container > .header-container-in > .w-wrap::after {
  content: none;
}

@media print {
  #container #footer {
    display: initial !important;
  }
}
.footer-in.wrap {
  width: auto;
}

.footer-container {
  background: linear-gradient(0deg, rgb(64, 64, 64) 0%, rgb(44, 44, 44) 0%, rgb(63, 63, 63) 100%);
  padding: 60px 0 0;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-container {
    padding: 20px 0 0;
  }
}
.footer-container .footer-bottom {
  margin: 0;
  padding: 0;
}
.footer-container .footer-bottom-logo {
  float: none;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-bottom-logo {
    margin-bottom: 30px;
  }
}
.footer-container .footer-bottom-logo img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-bottom-logo img {
    width: 140px;
  }
}
.footer-container .footer-bottom-logo a:hover {
  transition: all 0.15s ease-in-out;
  opacity: 0.7;
}
.footer-container .menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-container .menu-footer {
    flex-direction: column;
    align-items: center;
  }
}
.footer-container .menu-footer li {
  padding: 5px;
  display: inline-block;
  border: none !important;
}
.footer-container .menu-footer li:not(:last-child)::after {
  content: "/";
}
@media only screen and (max-width: 767px) {
  .footer-container .menu-footer li:not(:last-child)::after {
    content: "";
  }
}
.footer-container .menu-footer li a {
  display: inline;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .footer-container .menu-footer li a {
    font-size: 13px;
  }
}
.footer-container .menu-footer li a:hover {
  transition: all 0.15s ease-in-out;
  background-color: unset;
  opacity: 0.7;
}
.footer-container .footer-bottom-content {
  float: none;
  text-align: center;
}
.footer-container .copyright {
  margin: 0;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}

.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file-o {
  display: none; /*非表示*/
}

#content {
  position: relative;
  z-index: 0;
}

#container {
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  #container .go-to-top {
    margin-bottom: 13rem;
  }
}
@media print {
  #container {
    padding-top: 82px;
  }
  #container div.header-container {
    display: initial !important;
  }
  #container::after {
    content: none;
  }
}

#container .article h1 {
  background-color: #404040;
  border: none;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  padding: 18px 35px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #container .article h1 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
  }
}
#container .article h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background: url(img/icon_dots.png) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  #container .article h1::before {
    left: 15px;
  }
}
#container .article h2 {
  background-color: #eaeeee;
  border: none;
  color: #404040;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  padding: 18px 35px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #container .article h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
  }
}
#container .article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background: url(img/icon_dots.png) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  #container .article h2::before {
    left: 15px;
  }
}
#container .article h3 {
  border: none;
  background-color: #404040;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #container .article h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#container .article h4 {
  border: none;
  background-color: #eaeeee;
  border: none;
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #container .article h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#container .article h5 {
  border: none;
  background-color: #404040;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #container .article h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#container .article h6 {
  border: none;
  background-color: #eaeeee;
  border: none;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #container .article h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#container .article .entry-content a {
  color: rgb(25, 103, 210);
}
#container .article .entry-content a.has-vivid-cyan-blue-background-color, #container .article .entry-content a.has-indigo-background-color, #container .article .entry-content a.has-red-background-color, #container .article .entry-content a.has-vivid-red-background-color, #container .article .entry-content a.has-green-background-color, #container .article .entry-content a.has-light-green-background-color, #container .article .entry-content a.has-orange-background-color, #container .article .entry-content a.has-deep-orange-background-color, #container .article .entry-content a.has-cyan-background-color, #container .article .entry-content a.has-blue-background-color, #container .article .entry-content a.has-key-color-background-color {
  color: #FFFFFF;
}

.sidebar h2,
.sidebar .wp-block-search__label {
  display: block;
  width: auto;
  background: linear-gradient(0deg, rgb(64, 64, 64) 0%, rgb(44, 44, 44) 0%, rgb(63, 63, 63) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 21px 10px;
  margin: 16px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sidebar h2,
  .sidebar .wp-block-search__label {
    font-size: 17px;
    padding: 15px 10px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.sidebar h2::before,
.sidebar .wp-block-search__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 146, 255) 0%, rgb(255, 0, 110) 100%);
}

.breadcrumb {
  color: #404040;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 100%;
  background-color: #e9eeee;
  z-index: -1;
}
.breadcrumb.sbp-main-before {
  margin-top: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb a {
  color: #4192f6;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb .fa-angle-right:before {
  font-family: "Noto Sans JP", sans-serif;
  content: ">";
}
.breadcrumb .sp {
  margin: 0 0.5em;
}

.error404 h1 {
  display: none;
}
.error404 .article {
  padding-top: 40px;
  text-align: center;
}
.error404 .text1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .error404 .text1 {
    font-size: 15px;
  }
}
.error404 .text2 {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .error404 .text2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body .go-to-top {
    bottom: 70px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */