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

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


body {
  user-select: none;
}


.logo {
  text-align: left;
}
.logo-text {
  padding-left: 30px;
}


.video-container {
  max-width: 100%;
  margin: 30px 0 10px 0;
}
.body .video-container {
  margin-bottom: 10px;
}


.article .play-guide {
  margin-bottom: 2em;
}


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


.widget-above-single-sns-buttons {
  margin-top: 1.8em;
}
.widget-above-single-sns-buttons-title {
  text-align: center;
}


.article h2 {
  background-color: #fbeaec;
}

.sidebar h3 {
  background-color: #fbeaec;
}


.rss-do-header-box {
  width: 100%;
}
.rss-do-header-box .rss-entry-cards  {
  display: flex;
  justify-content: space-between;
}
.rss-do-header-box .rss-entry-cards a {
  width: 100%;
  padding: 0 5px;
}
.rss-do-header-box .rss-entry-cards {
  margin-bottom: 1em;
}

.rss-mi-header-box {
  width: 100%;
}
.rss-mi-header-box .rss-entry-cards  {
  display: flex;
  justify-content: space-between;
}
.rss-mi-header-box .rss-entry-cards a {
  width: 100%;
  padding: 0 5px;
}
.rss-mi-header-box .rss-entry-cards {
  margin-bottom: 1em;
}


.rss-do-box .rss-entry-cards {
  margin-top: 1em;
  margin-bottom: 0;
}
.rss-do-box .rss-entry-cards  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rss-do-box .rss-entry-cards a {
  width: 49%;
}


.rss-mi-box .rss-entry-cards  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rss-mi-box .rss-entry-cards a {
  width: 49%;
}

.rss-entry-cards a img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.rss-entry-cards a:hover {
  opacity: 0.7;
}

.rss-entry-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.widget-entry-cards .a-wrap{
  padding: 0;
}
.widget-entry-cards.card-large-image .e-card {
  font-size: 12px;
}


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

.s-parts-box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
}
.s-parts {
  width: 49%;
  margin: 0;
  text-align: center;
}
.s-parts a:hover {
  opacity: 0.8;
}

.f-parts-1 {
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.f-parts-1 img {
  max-width: 100%;
  height: auto;
}
.f-parts-1 a {
  font-size: 14px;
}

.f-parts-2 {
  line-height: 1.2;
}
.f-parts-2 img {
  max-width: 100%;
  height: auto;
}
.f-parts-2 a {
  font-size: 14px;
}
.f-parts-2 a:hover {
  opacity: 0.8;
}


.lu-parts {
  text-align: center;
}


.dm-parts {
  text-align: center;
}


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


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


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


}

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


.logo-text {
  padding-left: 16px;
}


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



}

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


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


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


.s-parts-box {
  font-size: 12px;
}

}