@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){
  /*必要ならばここにコードを書く*/
}

/* 最近更新された記事 */


.wp-block-latest-posts__list.lastupdated-posts {
  padding: 0;
  margin: 0;
}

.wp-block-latest-posts__list.lastupdated-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wp-block-latest-posts__list.lastupdated-posts li {
  padding: 0;
  margin: 0 0 0.8em 0;
  list-style: none;
}

.wp-block-latest-posts__list.lastupdated-posts a {
  color: black;    /* リンクカラー */
}

/* ボタン装飾 */
a.button_0129 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.button_0129:hover {
	color: #27acd9;
	background: #fff;
}

.skeleton-loader {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line:nth-child(even) { width: 100%; }
.skeleton-line:nth-child(4n+1) { width: 80%; }
.skeleton-line:nth-child(4n+3) { width: 90%; }

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (min-width: 768px) {
    .skeleton-loader {
        gap: 15px;
    }
    .skeleton-line {
        height: 18px;
    }
}

.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

dl {
	margin-bottom: 20px;
  }
  
  dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
  }
  
  dd {
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 1.5;
  }
  
  dd p {
	margin: 0;
  }

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}