@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) {
  /*必要ならばここにコードを書く*/
}
.no-scrollable-main .main {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.no-scrollable-sidebar .sidebar {
  border: unset;
  height: 100%;
  border-top: 10px solid #ff8400;
}
.sidebar h3 {
  background: none;
  padding: 0;

  font-family: "Hiragino Sans";
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.sidebar h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
  margin-top: 18px;
}

.article h3 {
  border-left: 7px solid #0e80e3;
}
.article h2 {
  background-color: #0e80e3;
  color: white;
}

@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons {
    flex-direction: row-reverse;
  }
  .search-menu-button {
    display: none;
  }
}

.columntitle {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.columntitle span {
  font-size: 26px;
  font-weight: 700;
  box-shadow: inset 0px -9px 0px #0e80e3;
}

@media screen and (max-width: 834px) {
	.columntitle {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 400px) {
	.columntitle span{
		font-size: 23px;
		box-shadow: inset 0px -6px 0px #0e80e3;
	}
}

.archive-title {
  display: none;
}

.header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  height: auto;
  vertical-align: middle;
}

.logo-menu-button img {
  padding-left: 10px;
  margin: 20px;
}

.toc,
.article pre,
.article blockquote {
  border: 1px solid #333;
}

.header-container-in.hlt-top-menu {
  padding: 15px 50px;
  max-height: 80px;
  width: 100%;
  max-width: 1440px;
}
.navi .item-label,
.navi .item-description {
  color: var(--cocoon-text-color);
}

/* footer style office info */
.foot_officeinfo {
  display: flex;
  flex-direction: column;
}
.foot_officeinfo div {
  display: flex;
}
.foot_officeinfo div span {
  font-size: 14px;
}
.foot_officeinfo div:nth-child(1) {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.foot_officeinfo div:nth-child(1) span {
  font-weight: 700;
}

/* footer style company info */
.foot_companyinfo {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.foot_companyinfo div {
}
.foot_companyinfo div a {
  text-decoration: none;
  color: var(--cocoon-text-color);
}

.foot_companyinfo div span {
  font-size: 20px;
  font-weight: 700;
}

.foot_companyinfo div:nth-child(1) {
}
.foot_companyinfo div:nth-child(1) img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 60px;
}
.f_timeinfo {
  display: flex;
  margin-top: 15px;
}
.f_timeinfo span {
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .f_timeinfo {
    margin-top: 0px;
  }
}

/* mobile footer style */
.m_foot_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

/* 目次 list */
.toc-center {
  margin-left: 0 !important;
}

/* article date location */
.article-header {
  display: flex;
  flex-flow: column;
}

.entry-title {
  order: 2;
}
.eye-catch-wrap {
  order: 3;
  justify-content: center;
}
.sns-share {
  order: 4;
}
.date-tags {
  order: 1;
  text-align: left;
}

.sidebar .toc-title {
  display: none;
}

.toc a:hover {
  color: #e53900;
  text-decoration: none;
}

.article-header .entry-title {
  font-family: "Hiragino Sans";
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  font-style: normal;
  text-align: left;
  color: #0e80e3;
}

/* column icon a tag. */
.a-wrap {
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 1000px;
  align-items: stretch;
  flex-grow: 1;
}

.entry-card-title {
  margin: 0;
  font-family: "Hiragino Sans";
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #0e80e3;
  /* padding-top: 30px; */
  padding-top: 1.3rem;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main {
  box-shadow: none !important;
  background: transparent;
}

/* */
#menu-tophmenu .menu-item:nth-last-of-type(1) a {
}
#menu-tophmenu .menu-item:nth-last-of-type(1) a .caption-wrap {
  width: 100%;
  max-width: 200px;
  display: flex;
}
#menu-tophmenu .menu-item:nth-last-of-type(1) a .caption-wrap .item-label {
  top: 0px;
  height: 50px;
  background-color: #f29b1a;
  color: #fff;
  border-radius: 80px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 5px 0px #e28b0a;
  font-weight: bold;

  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  font-style: normal;
}
#menu-tophmenu .menu-item:nth-last-of-type(1) a .caption-wrap .item-label:hover {
  top: 5px;
  box-shadow: 0px 0px 0px #e28b0a;
}
#menu-tophmenu .menu-item:nth-last-of-type(1) a .caption-wrap .item-label span {
  margin-bottom: -5px;
}

.navi-in > ul {
  float: right;
}

.navi .item-label,
.navi .item-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  font-style: normal;
  color: #000000;
}

/* bread crumb style bg  */
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  background-color: transparent;
}

.fa-fw {
  width: 0px;
  display: none;
}

/* article page */
.article h2 {
  padding-top: 12px;
  padding-bottom: 13px;
}

#custom_html-5 h2 {
  display: none;
}

.header,
.header .site-name-text,
#navi .navi-in a,
#navi .navi-in a:hover {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
}

#footer {
  background-color: transparent;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
}
.footer-left, .footer-center, .footer-right {
  display: none;
}

/*
.footer {
  padding-top: 60px !important;
  padding-bottom: 100px !important;
}
.footer-bottom {
  display: none;
}
*/

.footer-bottom {
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 14px;
  color: black;
  display: flex;
  justify-content: space-between;
}
.cf::after {
  display: none;
}
.cpinfolft,
.cpinforr{
  display: flex;
  align-items: end;
}
.cpinforr a{
  color: black !important;
  text-decoration: none;
  cursor: pointer;
}
.cpinforr a:hover{
  text-decoration: underline;
}
.footer-mobile {
  display: none;
}

@media screen and (max-width: 500px){
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

/* sidebar liststyle -> h2 list style  0314 */
.toc-content ol li ol {

}
.toc-list li ol{
  list-style: none;
}