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

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

/* header */
#header .header-in.wrap {
	width: 100%;
}
#header .tagline {
/* 	background-color: #f5f6f7; */
	padding: .6em 1em;
	margin: 0;
}
.header {
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-header img {
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.7));
	
}
.fixed-header .header-container-in.hlt-top-menu .site-name-text-link .site-name-text {
	width: 292px;
	height: 52px;
	background: url(https://nyusatsu.hi-ka-ku.jp/system/wp-content/uploads/2022/12/logo-b-new.png) center center no-repeat;
	background-size: contain;
	margin: 4px;
}
.fixed-header .site-logo-image {
	display: none;
}
#navi {
	background-color: #f5f6f7;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
#navi a:hover {
	background-color: #e0e0e0;
}
.fixed-header #navi {
	background-color: #fff;
	box-shadow: none;
}
.navi-in > ul li {
	width: 190px !important;
}
.header-container-in.hlt-top-menu .logo-header {
	max-width: 300px;
}
.logo-image {
	padding: 20px 0;
}
.navi-in > ul .sub-menu {
	width: fit-content;
}

/* appeal */
.appeal {
	width: 100%;
	margin: 0 auto;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* content */
.footer-meta {
	display: none;
}
.single-list .entry-categories-tags {
	display: none;
}
.main {
	border-radius: 0;
}
.list-description {
	margin-bottom: 50px;
}
/* body.single-list .entry-title {
	display: none;
} */
.eye-catch-wrap {
	display: none;
}
.home .header-descriotion {
	border: 5px solid #c9f642;
	border-radius: 10px;
	padding: 10px 15px;
}

/* footer */
.footer-bottom-content {
	float: none;
	text-align: center;
}
.footer-logo, .footer-left, .footer-center, .footer-right {
	width: 25%;
}
.footer-logo .logo {
	text-align: left;
}
.site-name-text-link {
	padding: 0;
}
.footer-logo .site-name-text {
	font-size: 18px;
}
.nwa .author-box .author-thumb {
	width: 150px;
}
#footer {
	padding: 8px 0 0;
}
.footer-in.wrap {
	width: 100%;
}
.footer-widgets {
	width: 1256px;
	margin: 0 auto;
}
.footer-bottom {
	background-color: #777677;
}
.navi-footer-in a {
	color: #fff;
}
.navi-footer-in a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}
.copyright {
	color: #fff;
}
.footer-site-logo-image {
	width: 250px;
}
#footer .card-arrow .card-content {
	margin-right: 0;
}
#footer .widget-entry-cards .a-wrap {
	border-bottom-color: #fff;
}
#footer .card-arrow .a-wrap::after {
	border-left: 6px solid #fff;
}
#footer .card-arrow .a-wrap:hover:after {
	border-left: 6px solid #000;
}
#footer .card-arrow .a-wrap:hover .navi-entry-card-sub-title {
	color: #000;
}
#footer .card-arrow .a-wrap:hover .navi-entry-card-title {
	color: #000;
}
#footer a:hover {
	color: #000;
}
#footer .logo-footer img {
	margin-left: 10px;
}

/* sidebar */
.sidebar {
	border-radius: 0;
}
.author-description p {
	font-size: 14px;
}
.sidebar h2, .sidebar h3 {
	position: relative;
	background-color: transparent;
	border-left: 10px solid #000;
	font-size: 18px;
}
.sidebar h2:after, .sidebar h3:after {
	position: absolute;
	display: inline-block;
	content: '';
	color: #fff;
	top: 50%;
	right: 0;
	height: 32px;
	width: 32px;
	text-align: center;
	transform: translatey(-50%) rotate(180deg);
	background-image: url(https://nyusatsu.hi-ka-ku.jp/system/wp-content/uploads/2022/12/icon.png);
	background-size: contain;
}
.search-edit {
	padding: 8px 16px !important;
	border: 2px solid #ccc !important;
	border-radius: 26px !important;
	background-color: #f4f4f4;
}
.search-edit::placeholder {
	font-size: 16px;
	font-weight: bold;
}
.search-submit {
	top: calc(50% - 14px);
	right: 10px;
}
.search-submit .fa {
	font-size: 26px;
	font-weight: bold;
	transform: scale(-1, 1);
	color: #fff;
	text-shadow: 0 0 3px #000;
}
/* .fa-search::before {
	content: "";
	border: 4px solid #fff;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	border-radius: 50%;
}
.fa-search::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 2px;
	transform: rotate(45deg);
	top: 13px;
	right: 21px;
} */
.card-arrow .a-wrap::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	transform: rotate(45deg);
	top: auto;
	bottom: 0;
	right: 0;
}
.new-entry-card-date,
.popular-entry-card-date {
	display: block;
}
.new-entry-card-post-date:before,
.popular-entry-card-date:before {
	content: '\f017';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	margin-right: 3px;
}
.sidebar .author-box {
	border: none;
}
.nwa .author-box .author-content {
	padding: 1em 0;
}
.widget-entry-cards .a-wrap {
	border-bottom: 1px solid #000;
}
.navi-entry-card-title {
	font-weight: 600;
}
.navi-entry-card-sub-title {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 5px;
}

/* archive */
.entry-card-content .catch-copy {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.entry-card-content .more-btn {
	font-size: 14px;
	color: #458600;
	background-color: #c9f642;
	display: inline-block;
	padding: 0px 20px;
	line-height: 26px;
	border-radius: 13px;
	position: absolute;
	bottom: 0;
}
.entry-card-content .more-btn:before {
	content: '＞';
	margin-right: 5px;
}
.home-content {
	margin-bottom: 16px;
}

/* LP */
body .is-layout-flow > * + * {
	margin-block-start: 5px;
}
.home h1 {
	margin-bottom: 15px;
}
.home h2 {
	position: relative;
	padding-left: 80px;
}
.home h2 .ranking {
	color: #204d00;
	background-color: #c9f642;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 58px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.home .btn-l {
	width: 70%;
	margin: 0 auto;
}
.list-site-catch {
	font-size: 16px;
	color: #5c5c5c;
	margin-bottom: 0px !important;
}
.list-site-title {
	font-size: 26px !important;
	font-weight: 600 !important;
	background-color: transparent !important;
	padding: 0 !important;
}
.list-header figure img {
	width: 165px;
	height: 165px;
	max-width: 165px;
/* 	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,0.7); */
	object-fit: contain;
}
.list-header div:nth-child(2) {
	display: flex;
	align-items: center;
}
.list-header .list-header-inner {
	width: 100%;
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
}
.list-header .list-header-inner div:nth-child(2) {
	align-items: end;
}
.list-header .list-header-inner div:nth-child(2) p {
	width: 100%;
	text-align: right;
}
.list-header .list-header-inner div:nth-child(2) p a {
	color: #f00;
}
.list-header .list-header-inner div:nth-child(2) p a:after {
	display: inline-block;
	content: '';
	width: 32px;
	height: 32px;
	background-image: url(https://nyusatsu.hi-ka-ku.jp/system/wp-content/uploads/2022/12/icon.png);
	background-size: contain;
	transform: rotate(90deg);
	top: 5px;
	position: relative;
	margin-left: 5px;
}
.link-current {
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.link-current a {
	color: #f00;
	font-size: 14px;
	font-weight: 400;
}
.home hr,
.single-list hr {
	color: #000;
	border-width: 3px !important;
}
.home .entry-content h3,
.single-list .entry-content h3 {
	text-align: center;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}
.sub-title {
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 600;
	width: 150px;
	margin: 0 auto 30px;
}
.home .entry-content h4,
.single-list .entry-content h4 {
	border: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 5px;
	padding: 0 0 0 25px;
	background-image: url(https://nyusatsu.hi-ka-ku.jp/system/wp-content/uploads/2022/11/headline.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	background-size: 12px;
}
.three-point {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 25px;
}
.five-point {
	gap: 5px !important;
}
.five-point .wp-block-column {
	padding: 10px;
	border-top: 2px solid #000;
	background-color: #f5f5f5;
}
.five-point p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.five-point .method p {
	font-size: 12px;
}
.five-point .type p {
	text-align: left;
}
.five-point .collection p {
	font-size: 30px;
	line-height: 1.0;
}
.feature p {
	font-size: 16px;
	line-height: 1.8;
}
.admin .wp-block-columns {
	margin-bottom: 10px;
}
.admin p {
	font-size: 16px;
}
.comment {
	gap: 20px;
}
.comment .wp-block-column {
	background-color: #f5f5f5;
	padding: 15px;
}
.comment .wp-block-column h4 {
	font-size: 18px;
	padding: 0;
	background-image: none;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
}
.comment .wp-block-column p {
	font-size: 16px;
	line-height: 1.8;
}
.wp-block-image img {
	margin: 0 auto;
}
.home .entry-content strong,
.single-list .entry-content strong {
	display: inline-block;
	background-color: #ff0;
	color: #f00;
	padding: 0 5px;
}

/* column */
.single-post .article h2 {
	background-color: #c9f642;
	color: #204d00;
}
.single-post .article h3 {
	border-left-color: #204d00;
	border-top-color: #204d00;
	border-right-color: #204d00;
	border-bottom-color: #204d00;
}
.single-post .article .btn-l {
    width: 70%;
    margin: 0 auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
/* appeal */
	.appeal {
		width: 100%;
		margin: 0;
		height: calc(100vw * 0.398);
	}
	.appeal-in {
		min-height: calc(100vw * 0.398);
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.entry-card-content, .related-entry-card-content {
		padding-bottom: 2.2em;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.logo-image {
		padding: 20px 16px;		
	}
	.entry-title {
		padding: 0.6em 0;
	}
	.ect-entry-card .card-snippet, .rect-entry-card .card-snippet, .ect-big-card-first .card-snippet {
		clear: none;
	}
	.home h2 {
		line-height: 58px;
	}
	.entry-card-content .more-btn {
		padding: 0 10px;
	}
}

/************************************
** エントリーカードタイプ
************************************/
.list {
  display: block;
}

/************************************
** 用語解説一覧
************************************/
.under-entry-content .widget_custom_html h2 {
	font-size: 21px;
   color: #007b43;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.glossary {
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
	margin: 0;
}
ul.glossary li {
	flex: 0 0 33.33333%;
	min-width: 33.33333%;
	text-align: center;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.glossary li:nth-of-type(3n) {
	border-right: 1px solid #ccc;
}
ul.glossary div.cat {
	flex: 0 0 100%;
	min-width: 100%;
	font-weight: 600;
	text-align: center;
	background-color: #c9f642;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.glossary div.cat:first-child {
	border-top: 1px solid #ccc;
}

/* 外部リンク */
body.single .entry-content a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	background: url(https://nyusatsu.hi-ka-ku.jp/system/wp-content/uploads/2025/02/20210902_link.png) center center no-repeat;
	background-size: 22px 22px;
	margin-left: 3px;
	margin-right: 3px;
}
