@charset "UTF-8";
/*
Theme Name:   Corporate Design
Template:     liquid-light
*/


@import url("css/icomoon.css");
@import url("css/custom/base.css");
@import url("css/custom/header.css");
@import url("css/custom/footer.css");
/* @import url("css/custom/frame.css"); */
@import url("css/custom/default.css");
@import url("css/custom/home.css");
@import url("css/custom/side.css");

@import url("css/custom/sp-header-menu2.css");
@import url("css/custom/under-category-image.css");

/*slick*/
@import url("css/custom/slick.css");

/*font*/
@import url("https://fonts.googleapis.com/css?family=Roboto:500,300,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");


/* fixed css
=============================================================================*/
body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
.container {
    max-width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
a {
  transition: all 0.3s;
}
a:hover {
    /* color: transparent; */
    opacity: 0.8s;
}
.pc-only {
    display: inline-block;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 989px) {
  .pc-only {
      display: none !important;
  }
  .sp-only {
      display: block !important;
  }
}
.category-title-area {
  padding-top: 90px;
  background: url('./image/category-ph001.jpg') no-repeat center top;
  background-size: cover;
}
.category-title-area p {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.category-title-area span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Catamaran", sans-serif;
}
@media screen and (max-width: 989px) {
  .category-title-area {
    padding-top: 64px;
  }
  .category-title-area p {
    font-size: 20px;
    min-height: 96px;
  }
  .category-title-area span {
    font-size: 10px;
  }
}


/* 画像+テキスト
=============================================================================*/

.detail .contents-block {
	margin-bottom: 30px;
}
.detail .contents-block .box-right {
	float: right;
	padding: 0 0 20px 20px;
}

@media screen and (max-width: 989px) {
  .detail .contents-block {
    margin-bottom: 15px;
  }
  .detail .contents-block .box-right {
    float: none;
    padding: 0 0 15px 0;
    text-align: center;
  }	
}

@import url('https://fonts.googleapis.com/css?family=Unica+One');


#toc_container {
  margin-bottom: 40px;
  padding: 25px 32px 15px !important;
  background: #f4f4f4;
  border: 1px solid #222 !important;
}

#toc_container .toc_title {
  text-align: center;
  margin-bottom: 8px !important;
  color: #222;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  font-family: "Catamaran", sans-serif !important;
  border: none !important;
}

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li;
  padding: 0 !important;
}

#toc_container .toc_list > li {
  position: relative;
  padding-bottom: 8px !important;
  margin-bottom: 15px;
  margin-left: 0 !important;
  padding-left: 35px !important;
  line-height: 1.3em;
  font-size: 15px !important;
  border-bottom: 1px solid #ddd !important
}

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " " !important;
  position: absolute;
  left: 0 !important;
  top: 0;
  background: none;
  font-family: "Lato", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: -1px !important;
  color: #222 !important;
}

#toc_container .toc_list > li a {
  text-decoration: none !important;
  color: #222 !important;
}

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important;
  /* color: #222 !important; */
	color: #02aedc !important;
}

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
  color: #222;
}

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 8px;
}

@media only screen and (max-width: 989px) {
  #toc_container {
    padding: 15px 17px !important;
  }
}

/* VK Post Author Displayカスタマイズ
=============================================================================*/

#padSection h4 {
    padding-bottom: 12px;
}

#latestEntries h5 {
    padding-bottom: 12px;
}

#padSection dl dt .pad_caption {
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

#padSection {
    font-size: 16px
}

#padSection dl dt .authorName {
    font-size: 18px;
    font-weight: bold;
}

#latestEntries li a.padTitle {
	color: #02aedc !important;
	text-decoration: underline !important;
}

@media (max-width: 600px) {

#padSection {
    display: flex;
    flex-direction: column;
}

#padSection .avatar {
    float: none;
    text-align: center;
}

#padSection .avatar img {
    width: unset;
}

#padSection .profileTxtSet {
    margin-left: 0.2em;
}

#padSection .profileTxtSet dt {
    margin-bottom: 1.5em;
    text-align: center;
}

}