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

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

body {font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}

.article h2, .article h3, .article h4, .article h5, .article h6{
padding: 0;  margin: 0; font-size: medium; border-collapse: separate; border-spacing: 0; border-top: none; border-right: none; border-bottom: none; border-left: none; line-height: none; position:relative;
}

/* H2 */
.article h2{
	line-height: 1.25;
	background: #607d8b;
	font-size: 24px;
	color: #ffffff;
	border-radius: 2px;
	padding: 0.75em 1em;
	margin: 3em 0 1.5em;
}

/* H3 */
.article h3{
	line-height: 1.25;
	font-size: 22px;
	color: #333333;
	border-left: solid 5px #607d8b;
	padding: 0.5em 0.75em;
	margin: 2.5em 0 1.5em;
}

.sidebar h3{
	background: #607d8b;
	color: #ffffff;
}

/* H4 */
.article h4{
	line-height: 1.5;
	font-size: 20px;
	color: #333333;
	border-left: solid 5px #e1e5e8;
	padding: 0.25em 0.75em;
	margin: 2.0em 0 1.5em;
}

blockquote {
	font-size: 95%;
	line-height: 110%;
}

a{text-decoration: underline dashed #607d8b 1px;}


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

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

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

/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_01 {
  margin: 1rem auto;
  width: 95%;
  max-width: 320px;
}

.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}

.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 0.5rem 1.5rem 0 1.5rem;
  font-size: 1.4rem;
  order: 1;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-decoration: none;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
}

.card__body_01 {
  padding: 0 1.5rem;
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
  padding-bottom: 0;
}

.card__text2_01 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  width: 95%;
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}

/************************************
** コンバージョンボックス
************************************/
.pr {
  margin: 1rem auto;
  padding: 10px;
  max-width: 512px;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
  border-radius: 5px;
}