@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



.logo-image {
  padding: 20px 0 10px 0;
}



.article table {
  border-collapse: collapse;
  border: 1px solid #ccc !important;
}
.article table th {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc !important;
  font-size: 16px;
}
.article table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc !important;
  font-size: 16px;
}



.video-container {
  max-width: 100%;
}



.btn-wrap.btn-wrap-pink > a {
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
.btn-wrap.btn-wrap-blue > a {
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
.btn-wrap.btn-wrap-green > a {
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}



.sidebar h3 {
  background: #f3f4f4;
}



.entry-content {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}



.tagcloud a {
  background: #ededed;
  border: 1px solid #bbb;
  color: #666;
  padding: 6px;
  margin: 10px 1%;
  width: calc(100% / 4 - 2%);
  border-radius: 3px;
  flex: none;
  transition: none;
}
.tagcloud a:hover {
  background: #4288c6; 
  color: #fff;
  transition: none;
}




.erKokOrigin {
  margin-bottom: 0;
}
.erKokItemImage { 
  max-width: 500px;
  margin: 0 auto;
}
.erKokLinkWrapper {
  margin: 20px 0 0 0 !important;
}
.erKokLinkWrapper a {
  padding: 14px 20px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  text-decoration: none;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
.erKokLinkWrapper a:hover {
  opacity: 0.7;
}




.widget-above-single-sns-buttons-title {
  text-align: center;
  margin-bottom: 2px;
}




.pco-parts-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.pco-parts {
  width: 24%;
  margin: 0;
  aspect-ratio: 1 / 1;
}
.pco-parts a:hover {
  opacity: 0.7;
}
.pco-parts a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}




.nl-parts-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.nl-parts {
  width: 49%;
  margin: 0 0 0.5em 0;
}
.nl-parts a:hover {
  opacity: 0.7;
}
.nl-parts a img {
  vertical-align: middle;
}




.ms-parts {
  text-align: center;
}
.ms-parts a:hover {
  opacity: 0.8;
}




.si-parts {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.si-parts a:hover {
  opacity: 0.8;
}




.lu-parts-box {
  margin-top: 2em;
}
.lu-parts-ima {
  text-align: center;
}
.lu-parts-ima a:hover {
  opacity: 0.8;
}
.lu-parts-text {
  margin-top: 0.6em;
  line-height: 1.5;
  text-align: center;
}




.ds-parts-box {
  margin-bottom: 3em;
}




#sidebar .custom-html-widget ul {
  padding-left: 22px;
}
#sidebar .custom-html-widget ul li {
  margin-bottom: 1em;
}




#eroterestPartsWrapperv22 .item a .itemTitle p {
  font-weight: normal !important;
  padding: 0 1px !important;
}




.banner-box {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}




.fa-box {
  margin-bottom: 1.2em;
}
.fa-box-2 {
  margin-bottom: 1.2em;
}
.fa-ima a:hover {
  opacity: 0.8;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/


.widget-content-top {
  padding: 0 10px;
}


}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/


.article table th {
  font-size: 15px;
}
.article table td {
  font-size: 15px;
}


.erKokLinkWrapper a {
  font-size: 14px !important;
}


}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/


.article table th {
  font-size: 13px;
}
.article table td {
  font-size: 13px;
}


.tagcloud a {
  width: calc(100% / 3 - 2%);
}


.erKokItemImage { 
  max-width: 100%;
  margin: 0;
}


.pco-parts-box {
  flex-wrap: wrap;
}
.pco-parts {
  width: 49%;
  margin: 0 0 0.5em 0;
}


.si-parts-box {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.si-parts {
  width:49%;
  font-size: 12px;
  margin-bottom: 0;
}


}