@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){
  /*必要ならばここにコードを書く*/
}
body {
	font-family: '源泉丸ゴシック EL', sans-serif;
}
/* サイト全体でテキストを選択した時の色を指定 */
::selection {
    background-color: #3399ff !important;
    color: #ffffff !important;
}
.content .main,
.sidebar {
    background-color: #faf4e8;
    /*pointer-events: auto;  親のクリックを無効化 */
}
/*  スマホ時のアイキャッチ画像サイズ  */
@media (max-width: 768px) {
  .eye-catch img {
    width: 200px;
   }
}

p {
	font-size: 16px;
	letter-spacing: .1em;/*文字の間隔*/
	margin:0;
	padding:0;
}
.red-text {
	color: #e05721 !important;
}
.blue-text {
	color: #126acf !important;
}
.header-container {
	border-bottom: 2px solid #777e41;
	background-color: #faf4e8;
}

.article h1 {
	color: #555555;
	font-size: 20pt;
	padding: 0.2em;
	font-family: '源泉丸ゴシック B', sans-serif;
}
.article h2{
	font-size: 22px;
	color: #434343;
	padding: 10px 10px;
	background-color: #faf4e8;
	border-top: none;
	border-left: 10px solid #777e41;
	border-right: none;
	border-bottom: 1px solid #777e41;
}
.article h3{
	font-size: 20px;
	padding: 10px 5px;
	/*background-color: #f5faff;*/
	background-color: #faf4e8;
	border-top: none;
	border-bottom: 2px solid #777e41;
	border-left: none;
	border-right: none;
}
.article h4{
	font-size: 18px;
	background-color: #faf4e8;
	border-top: none;
	border-left: 8px solid #777e41;
	border-right: none;
	border-bottom: none;
	padding: 10px 10px;
}

.sns-share-buttons a {
    background-color: #faf4e8 !important;
    color: #434343;
	border: 1px solid #333333;
}
.search-edit {
	padding: 15px !important;
	background-color: #faf4e8 !important;
}
.search-submit {
	font-size: 24px !important;
}
.site-name-text{
	font-size: 25px;
	margin: 0;
	padding: 0;
}
.cat-label {
    display: none !important;
}

.category .entry-card-snippet,
.category .entry-card-meta {
    display: none;
}
/* パンくずリストアイコンまとめて非表示(Font Awesome 5)*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file-o {
	display: none;
}
.breadcrumb {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/*目次について*/
.toc {
	max-width: 580px;
	border: 1px solid #434343 !important;
	margin: 30px auto 30px auto;
}
.toc-title {
	color: #1a73e8;
}
/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}
/*　reCAPTCHAマークを消す　*/
.grecaptcha-badge {
    visibility: hidden;
}
a:hover {
	color: #1558b0;
	text-decoration: none;
}
.cat-label {
    display: none !important;
}
.ad-note {
  font-size: 13px;
  color: #555;
  background: #f2f4f7;
  padding: 8px 12px;
  margin: 10px 0;
}
/* =========リスト======================= */
.gray-list {
	border: 1px solid #bfbfbf;
	margin: 0 0 25px 0;
	padding: 15px 10px;
	font-size: 16px;
}
.gray-list ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.gray-list p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.ul-list {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #f7f8fa;
}
.ul-list ul {
	margin: 0;
	padding: 10px 10px 10px 45px;
}
.ul-list p {
	margin: 0;
	padding: 0;
}
.check-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.check-list-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.check-list-box li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}
ul.check-list-box li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f0c8';
  color: #555555;
}

@media (max-width: 768px) {
  .ul-list ul {
	margin: 0;
	padding: 10px 10px 10px 25px;
	}
  .gray-list ul.check-list {
	margin: 0;
	padding: 0 0 0 10px;
    }
}
/* ===================================
			テーブル
			========================== */
.table-block {
	margin: 0;
	padding: 0;
}
.table-block p.table-caption {
	margin: 0;
	padding: 0;
}
/* 　====================PC用 整理テーブル　===============*/
.desc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.desc-table th,
.desc-table td {
	border: 1px solid #dddddd !important;
	padding: 10px;
	background-color: #FAFBF4;
}
.desc-table th,
.desc-table th.desc-item,
.desc-table th.desc-content {
	background-color: #ECF1D9;
	text-align: center;
	font-weight: bold;
}
.desc-table td {
	text-align: center;
}
.desc-table .desc-item {
	width: 30%;
	background-color: #f7f7f7;
	font-weight: 600;
}
.desc-table .desc-content {
	width: 70%;
	text-align: left;
}
/* =======PC用
			比較　違い　テーブル　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cell-2-table,
.cell-3-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1em 0 !important;
	font-size: 16px;
}
.cell-2-table thead th,
.cell-3-table thead th {
  background-color: #ECF1D9;
  font-size: 16px;
  font-weight: 550;
}
.cell-2-table th,
.cell-2-table td,
.cell-3-table th,
.cell-3-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.cell-2-table td,
.cell-3-table td {
  background-color: #FAFBF4;
}
.item {
  background-color: #f7f7f7 !important;
  font-weight: 550;
}
/* ＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ用
   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
@media (max-width: 768px) {
	.desc-table,
	.desc-table thead,
	.desc-table tbody,
	.desc-table th,
	.desc-table td {
	width: 100%;
  }
  /* ヘッダー非表示 */
	.desc-table thead {
	display: none;
  }
  /* ===== 1行＝1カード ===== */
	.desc-table tbody tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
	margin-bottom: 12px;
  }
  /* 項目（1段目） */
  .desc-table tbody tr td:first-child {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    text-align: left;
    padding: 5px 0 5px 10px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
	border-radius: 3px;
	background: #ECF1D9 !important;
	width: 100%;
  }
  /* 内容（2段目） */
  .desc-table tbody tr td:last-child {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: left;
	border-radius: 3px;
	width: 100%;
	background: #FAFBF4;
  }
}
/* 「内容」のラベルを非表示 */
@media (max-width: 768px) {
  .desc-table td::before {
	content: none !important;
	display: none !important;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (max-width: 768px) {
  .cell-2-table,
  .cell-2-table thead,
  .cell-2-table tbody,
  .cell-2-table tr,
  .cell-2-table th,
  .cell-2-table td,
  .cell-3-table,
  .cell-3-table thead,
  .cell-3-table tbody,
  .cell-3-table tr,
  .cell-3-table th,
  .cell-3-table td {
	width: 100%;
  }
  .cell-2-table thead,
  .cell-3-table thead {
    display: none;
  }
  /* 1行＝1カード */
  .cell-2-table tbody tr {
    display: grid;
   grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    margin-bottom: 16px;
  }
  /* 項目名（常に最上段・横並び解除） */
  .cell-2-table tbody tr td:first-child,
  .cell-3-table tbody tr td:first-child {
    grid-column: 1 / -1;
    text-align: center;
	font-size: 15px;
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background: #ECF1D9 !important;
  }
  /* 各セル */
  .cell-2-table tbody tr td:not(:first-child),
  .cell-3-table tbody tr td:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    padding: 8px 4px;
	font-size: 15px;
    font-weight: 450;
  }
  /* ラベル（theadから自動取得） */
  .cell-2-table tbody tr td:not(:first-child)::before,
  .cell-3-table tbody tr td:not(:first-child)::before {
    content: attr(data-label);
    font-size: 14px;
    color: #1a4fb3;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
 /* 1行＝1カード */
   .cell-3-table tbody tr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    margin-bottom: 16px;
  }
}
/* ===================FAQ===================== */
details {
	max-width: 780px;
	margin: 0 auto;
}
details[open] .answer-area {
  margin-top: 12px;
}
summary {
	display: block;
	list-style: none;
	margin: 0;
}
.faq-box h3::after {
	content: "（開く）";
	float: right;
	font-size: 14px;
}
details[open] .faq-box h3::after {
	content: "（閉じる）";
}
.faq-box h3 {
	margin: 0 0 20px 0;
	padding: 0 10px;
	color: #1a3b9e;
	font-size: 18px;
	font-weight: 500;
	background-color: #faf4e8;
	border: none;
	text-decoration: underline;
}
.faq-box h3:hover{
	color:#006dd9;
	text-decoration: none;
}
.answer-area {
	margin: 10px 0 20px 0;
	padding: 0;
	background-color: #faf4e8;
}
.answer-area p:not(:last-child) {
	font-size: 16px;
	margin-bottom: 24px;
	padding: 0;
}
.faq-a {
	margin: 0 10px 0 15px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #555;
}
/*　===============この記事を書いた人=========　*/
.my-profile-box {
	position: relative;
	max-width: 800px;
	margin: 30px auto 30px auto;
	border: 1px solid #323232;
	margin: 0;
	padding: 10px 25px 10px 25px;
	background-color: #faf4e8;
}
@media (max-width: 768px) {
	.my-profile-box {
	margin: 0;
	padding: 10px 15px 10px 15px;
	}
}
.my-profile-box p {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding:0;
}
.my-profile-title {
	position: absolute;
	top: -0.8em;
	left: 8px;
	background-color: #faf4e8;
	color: #383838;
	margin: 0;
	padding: 0 0.5em;
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .1em;
}
.my-profile-title p {
	margin: 0;
	padding: 0;
}