@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/*---- 231219 AddQuicktag start ----*/
p.space_s {
	margin-bottom: 60px;
}

p.space_m {
	margin-bottom: 90px;
}

p.space_l {
	margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
	p.space_s {
		margin-bottom: 30px;
	}
	p.space_m {
		margin-bottom: 45px;
	}

	p.space_l {
		margin-bottom: 60px;
	}
}
/*---- 231219 AddQuicktag end ----*/

/*---- 240109 追従ボタンデザイン start ----*/
footer#footer .cta_wrap {
	background: rgba(255,255,255,0.4);
	font-size: 14px;
	padding: 15px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	width: 100vw;
	z-index: 990;
}

footer#footer .cta_wrap a {
	background: #009f57;
	border-bottom: solid 3px #006c05;
	border-radius: 40px;
    box-sizing: border-box;
    color: #fff;
	display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #003903;
    text-decoration: none;
    text-align: center;
	transition: none;
    margin: 0 auto;
    max-width: 350px;
}

footer#footer .cta_wrap a:hover {
	background: #11ab65;
	border-bottom: solid 3px #16771b;
	color: #fff;
	text-decoration: none;
}

footer#footer .follow_button li {
	list-style-type: none;
    position: absolute;
    padding: 0;
}

@media only screen and (min-width: 768px) {
	footer#footer #block-2 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	footer#footer .cta_wrap {
		padding: 10px;
	}
	footer#footer .cta_wrap a {
		font-size: 1.1em;
		max-width: 280px;
	}
}

/*---- 240109 追従ボタンデザイン end ----*/

/*---- 240111 indexデザイン start ----*/
/* common */
.mb10 {
	margin-bottom: min(1vw, 10px);
}
.mb20 {
	margin-bottom: min(2vw, 20px);
}
.mb30 {
	margin-bottom: min(3vw, 30px);
}
.mb40 {
	margin-bottom: min(4vw, 40px);
}
.mb50 {
	margin-bottom: min(5vw, 50px);
}
.mb60 {
	margin-bottom: min(6vw, 60px);
}
.mb70 {
	margin-bottom: min(7vw, 70px);
}
.mb80 {
	margin-bottom: min(8vw, 80px);
}
.mb90 {
	margin-bottom: min(9vw, 90px);
}
.mb100 {
	margin-bottom: min(10vw, 100px);
}
.mb200 {
	margin-bottom: min(20vw, 200px);
}
.display_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.display_sp {
		display: block;
	}
}
/* header */
header #logo {
	background: #2c2734;
	text-align: center;
}
header #logo a {
	display: block;
	margin: auto;
}
header #logo img {
	height: auto;
	margin: 1.5em 0 3em;
	max-width: 345px;
	width: 100%;
}
header.header-wrap .header-logo {
	width: min(1250px, 100%);
	display: contents;
}
nav#nav {
	width: 100%;
}
.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a {
	font-weight: normal;
}
.header-logo #nav ul li a {
	padding: 1.5em 1em;
}
.header-logo #nav ul li ul a, #onlynav ul li ul a, #nav_fixed #nav ul li ul a {
	padding: 1.5em;
	text-align: start;
}
#header .header-image img {
	width: min(90%, 1100px);
}
#header .header-wrap a:hover {
	color: #0e9d98;
}
#header #nav_fixed.fixed, #nav_fixed #nav ul ul {
	background: #2c2734;
}
#header #nav_fixed.fixed ul a {
	color: #fff;
}
@media only screen and (max-width: 959px) {
	#header #nav_fixed.fixed,
	#header #nav_fixed #nav ul ul {
		background: #2c2734;
	}
	#header #nav_fixed .logo a {
		width: min(70%,345px);
	}
	#header #nav_fixed .logo img {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	header #logo a {
		width: 80%;
	}
	header #logo img {
		margin: 1em 0 2em;
	}
	#header .header-image img {
		width: min(100%, 768px);
	}
	#header #nav_fixed .logo a {
		width: min(90%, 345px);
	}
	#header #nav_fixed .logo img {
		height: 3.5em;
	}
}

/* main */
#container {
	background: #f2f8f8;
}
#main-wrap {
	margin: 60px auto 20px;
}
#main-wrap #sidebar .widget a:hover,
a:hover {
	color: #0e9d98;
}
input[type=submit].searchsubmit {
	background-color: #537374;
}
figure.single_thumbnail {
	margin-bottom: 30px;
}
#main-wrap .catpage_content_wrap {
	background: url(https://kabukuchikomi.com/wp-content/uploads/2024/01/AdobeStock_604784163.webp) no-repeat center /cover!important;
}
#main-wrap .catpage_content_wrap .catpage_tag {
	display: none;
}
#main-wrap .catpage_content_wrap .catpage_inner_content {
	text-shadow: none;
}

/* sidebar */
#sidebar .widgettitle {
	background: #009f99;
	padding: 12px 15px;
}
#sidebar #sidebar_achievements img:hover {
	filter: grayscale(1);
}
#sidebar #sidebar_achievements table,
#sidebar #sidebar_achievements table tbody tr td,
#sidebar #sidebar_achievements table tbody tr th {
	background: none;
	border: none;
}
#sidebar #sidebar_achievements table {
	width: 100%;
}
#sidebar #sidebar_achievements table tbody tr:first-child {
	background: #fffa78;
}
#sidebar #sidebar_achievements table tbody tr:nth-child(even) {
	background: #fffeea;
}
#sidebar #sidebar_achievements table tbody td:nth-child(odd) {
	width: 28%;
}
#sidebar #sidebar_achievements table tbody td:nth-child(even) {
	width: 72%;
}
#sidebar #sidebar_achievements table tbody tr td strong {
	color: #e83428;
	font-size: 120%;
}
#sidebar #sidebar_achievements a.btn_orange {
	background: linear-gradient(120deg, #f0570c, #ec3b18);
    border-bottom: 4px solid #a24010;
	border-radius: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: none;
}
#sidebar #sidebar_achievements a.btn_orange:hover {
	background: #ff661b;
	color: #fff;
}

/* index */
h1.page_title {
	border-bottom: 3px solid #97d0ce;
	font-size: clamp(1.2em, 2.8vw, 28px);
	padding: 0 5px 5px;
	position: relative;
	margin-bottom: 30px;
}
h1.page_title::after {
	content: "";
	background: #009f99;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 15%;
}
.single-post-main {
	padding: 2.5em 40px;
}
#page-main .single-post-main .content h2.rank {
	background: none;
	color: #333;
	font-size: clamp(16px, 2.4vw, 24px);
	padding: 0.5em 0;
}
#page-main .single-post-main .content h2.rank span {
	background: #009f99;
	border-radius: 2px;
	color: #fff;
	display: inline;
	font-size: 85%;
	padding: 2px 10px;
	margin-right: 15px;
}
.single-post-main .index_features {
	background: #f2f8f8;
	padding: 2em;
}
.single-post-main .index_features h3 {
	background: none;
	border-bottom: 3px dotted #7ddcd8;
	font-size: 1.1em;
	padding: 0 0 0 40px;
	position: relative;
	margin-top: 0;
}
.single-post-main .index_features h3::after {
	content: "";
	background: url(https://kabukuchikomi.com/wp-content/uploads/2024/01/check.webp) no-repeat center/ contain;
	height: 18px;
	position: absolute;
	bottom: 27%;
	left: 5px;
	width: 24px;
}
.single-post-main .index_features ul {
	margin-bottom: 0;
}
.single-post-main .index_features ul li:last-child {
	margin-bottom: 0;
}
.index_up span {
	background: linear-gradient(transparent 60%, #fff95f 90%);
	font-size: clamp(15px, 2.2vw, 22px);
}
.index_up span strong {
	color: #e83428;
}
.content .index_table h3 {
	background: #009f99;
	border-bottom: none;
	color: #fff;
	font-size: clamp(14px, 2vw, 20px);
	position: relative;
}
.content .index_table h3::after {
	content: "";
	background: #009f99;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	height: 10px;
	position: absolute;
	left: 30px;
	bottom: -10px;
	width: 30px;
}
.content .index_table h3 strong {
	color: #fff95f;
}
.index_table table {
	border: none;
	width: 100%;
}
.index_table table tbody th {
	background: none;
	font-weight: normal;
}
.index_table table tbody th,
.index_table table tbody td {
	border: none;
}
.index_table table tbody tr:nth-child(even) {
	background: #f2f8f8;
}
.index_table table tbody td strong {
	color: #e83428;
	font-size: 120%;
	font-weight: bold;
}
.index_table table tbody td:nth-child(odd) {
	width: 30%;
}
.index_table table tbody td:nth-child(even) {
	width: 70%;
}
.content .index_money {
	text-align: center;
}
.content .index_money span {
	background: #261e34;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	font-size: clamp(18px, 2.4vw, 24px);
	padding: 10px 15px 5px;
}
.content .index_money span strong {
	color: #fff618;
	font-size: 115%;
}
.content .index_btn_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content .index_btn_wrap a {
	border-radius: 5px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: none;
	width: 47%;
}
.content .index_btn_wrap a:hover {
	color: #fff;
}
.content .index_btn_wrap a::after {
	content: "\f138";
    padding-left: 10px;
    font-family: fontAwesome;
}
.index_btn_wrap a.btn_green {
	background: #20907c;
	background: linear-gradient(120deg, #20907c, #208190);
	border-bottom: 5px solid #004e59;
}
.index_btn_wrap a.btn_orange {
	background: #f0570c;
	background: linear-gradient(120deg, #f0570c, #ec3b18);
	border-bottom: 5px solid #a24010;
}
.index_btn_wrap a.btn_green:hover {
	background: #2cb29a;
}
.index_btn_wrap a.btn_orange:hover {
	background: #ff661b;
}
.single-post-main .content h2.h2_line {
	border-bottom: 3px solid #97d0ce;
	padding: 0.4em;
}
.content h2 {
	background: none;
	padding: 0;
}
@media only screen and (min-width: 1201px) {
	#container #main-wrap {
		width: min(1250px, 92%);
	}
}
@media only screen and (max-width: 768px) {
	.single-post-main {
		padding: 2.5em 20px;
	}
	.single-post-main .index_features {
		padding: 1.5em;
	}
	.single-post-main .index_features h3 {
		font-size: 1em;
		padding: 0 0 0 30px;
	}
	.single-post-main .index_features h3::after {
		bottom: 32%;
		height: 14px;
		width: 19px;
	}
	.content .index_money span {
		padding: 5px 7px 4px;
	}
	.content .index_btn_wrap a {
		width: 100%;
	}
	.btn_green {
		margin-bottom: 30px;
	}
}
/* plugin site reviews */
#content_area .pagination nav.navigation,
.content .pagination nav.navigation {
	box-shadow: none;
}
#content_area .pagination nav.navigation>div,
.content .pagination nav.navigation>div {
	margin: 0 auto;
}
#content_area .pagination nav.navigation a.page-numbers,
#content_area .pagination nav.navigation a.page-numbers.prev,
.content .pagination nav.navigation a.page-numbers,
.content .pagination nav.navigation a.page-numbers.prev {
	margin-left: 8px;
	margin-bottom: 20px;
}
#content_area .pagination .current,
.content .pagination .current {
	background: #537374;
	margin-bottom: 20px;
}
#content_area .pagination nav.navigation a.page-numbers,
.content .pagination nav.navigation a.page-numbers {
	background: #8fa5a3;
}
#content_area .pagination nav.navigation a.page-numbers:hover,
.content .pagination nav.navigation a.page-numbers:hover {
	color: #eee;
}
#content_area .glsr-default .glsr-review,
.content .glsr-default .glsr-review {
	border-bottom: 2px dotted #c8dcdc;
	padding-bottom: 2em;
}
#content_area .pagination nav.navigation .nav-links,
.content .pagination nav.navigation .nav-links {
	width: 100%;
}
@media only screen and (max-width: 959px) {
	#content_area .pagination nav.navigation,
	.content .pagination nav.navigation {
		width: 100%;
	}
	#content_area .pagination .current,
	#content_area .pagination nav.navigation a,
	.content .pagination .current,
	.content .pagination nav.navigation a {
		font-size: 1em;
		padding: 8px;
	}
	#content_area .pagination .current,
	.content .pagination .current {
		width: min(20%,100px);
	}
	#content_area .pagination nav.navigation a.page-numbers.next,
	#content_area .pagination nav.navigation a.page-numbers.prev,
	.content .pagination nav.navigation a.page-numbers.next,
	.content .pagination nav.navigation a.page-numbers.prev {
		display: block;
		margin: 0 auto 20px;
		width: min(100%,150px);
	}
	#content_area .pagination nav.navigation a.page-numbers,
	.content .pagination nav.navigation a.page-numbers {
		margin-left: 3px;
		width: min(20%,100px);
	}
}
/* balloon */
.w_b_radius {
	margin-bottom: 7px;
}
.w_b_bal_wrap .w_b_talk_L {
	margin: -15px auto 0 20px;
}
.w_b_bal_wrap .w_b_talk_L::after {
	left: -9px;
}
.w_b_bal_wrap .w_b_shadow_L {
	box-shadow: 0 0 4px 0px #e3e3e3;
}
/* footer */
footer#footer {
	background: #2c2734;
	color: #fff;
}
footer#footer .footer_content {
	padding: 60px 0 30px;
	width: min(1250px, 92%);
}
footer#footer a {
	color: #fff;
}
footer#footer a:hover {
	color: #aba6b4;
}
footer#footer nav {
	margin-bottom: min(4vw, 80px);
	width: 100%;
}
footer#footer nav ul {
	border-bottom: 1px solid #aba6b4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 20px;
}
footer#footer nav ul li {
	font-size: clamp(12px, 1.4vw, 14px);
	padding: 5px 10px;
}
footer#footer #copyright {
	color: #aba6b4;
	float: none;
	text-align:center;
}
@media only screen and (max-width: 768px) {
	footer#footer nav ul {
		justify-content: start;
	}
	footer#footer .footer_content {
		padding: 40px 0 20px;
	}
}
/* SP ナビゲーションメニュー */
#nav_fixed .drawer-nav-btn-wrap .drawer-nav-btn span,
.drawer-nav-btn-wrap .drawer-nav-btn span {
	background-color: #fff;
}
#nav_fixed .drawer-nav-btn-wrap .drawer-nav-btn::before,
#nav_fixed .drawer-nav-btn-wrap .drawer-nav-btn::after,
.drawer-nav-btn-wrap .drawer-nav-btn::before,
.drawer-nav-btn-wrap .drawer-nav-btn::after {
	border-color: #fff;
}
/* ショートコード用 ボタンデザイン */
#btn_design {
	text-align: center;
}
#btn_design a {
	background: linear-gradient(120deg, #f0570c, #ec3b18);
    border-bottom: 5px solid #a24010;
	border-radius: 5px;
    color: #fff;
    display: block;
	font-size: clamp(17px, 2vw, 20px);
    font-weight: bold;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	width: 90%;
}
#btn_design a:hover {
	background: #ff661b;
}
#btn_design a br {
	display: none;
}
@media only screen and (max-width: 959px) {
	#btn_design a br {
		display: block;
	}
}

/*---- 240111 indexデザイン end ----*/
/*---- 240131 下層デザイン start ----*/
.wrap-post-box {
	margin-bottom: clamp(20px, 4vw, 40px);
}
.post-box-contents {
	margin-bottom: 20px;
}
.post-box .post-box-contents .post-meta-all {
	padding-bottom: 40px;
}
#single-main h2,
#page-main .single-post-main .content h2 span {
	background: #f4fbfb;
	border-left: 6px solid #009f99;
	color: #222;
	border-radius: none;
	display: block;
    font-size: 22px;
    padding: 0.45em 0.1em 0.45em 20px;
    margin-right: 0;
}
#single-main h3 {
	border-bottom: 3px solid #009f99;
	padding: 0.1em 0.5em;
}
@media only screen and (max-width: 599px) {
	#single-main h2,
	#page-main .single-post-main h2 span {
		border-left: 4px solid #009f99;
		font-size: 100%;
		padding: 0.6em 0.1em 0.6em 10px;
	}
	.post_thumbnail {
		margin-bottom: 10px;
		width: 100%;
	}
	.post-box-contents.clearfix {
		padding: 10px 10px 20px;
		margin-bottom: 15px;
	}
	#single-main h3 {
		border-bottom: 2px solid #009f99;
	}
}
/* contact */
.content input[type="text"],
.content input[type="email"],
.content textarea {
    padding: 13px 4px;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}
.content input[type="submit"] {
	background-color: #f0570c;
	font-size: 20px;
	font-weight: bold;
	padding: 0.6em 4em;
}
.content .wpcf7-form-control.wpcf7-submit {
	margin: 1.5em auto 0;
}
@media only screen and (max-width: 599px) {
	.content input[type="submit"] {
		font-size: 16px;
	}
}
/*---- 240131 indexデザイン end ----*/

/*---- 240604 デザイン改修 start ----*/
#single-main .pr-tag {
    padding: 0 0.4em;
    border-radius: 2px;
    vertical-align: middle;
    border: 1px solid #999;
	color: #888;
    font-size: 0.7em;
}

#comment-area p.form-submit {
	text-align: center;
}

.content .glsr-form-wrap button,
#comment-area p.form-submit .submit {
	background: #eee;
	font-size: 1em;
	font-weight: 400;
}

#header #nav_fixed.fixed ul.sub-menu a {
	color: #333355;
}

.fv {
	background: #01b9b2;
}

.fv img.pc {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: min(92%, 1100px);
}

.fv img.sp {
	display: none;
	margin-right: auto;
	margin-left: auto;
	width: min(92%, 768px);
}

@media only screen and (max-width: 768px) {
	.fv img.pc {
		display: none;
	}
	.fv img.sp {
		display: block;
	}
}

/*---- 240604 デザイン改修 end ----*/

/*---- 240604 見出し改修 start ----*/
#toc_area {
	background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eee;
	padding: 1em 2em 1em;
    min-width: 90%;
    margin: auto;
	margin-bottom: 5rem;
	width: 80%;
}

#toc_area #toggle-toc {
	font-size: clamp(13px, 2vw, 18px);
	padding-bottom: 1rem;
	text-align: center;
}
	
#toc_area .toc_title {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-bottom: 0.5em;
}

#toc_area ol {
  	counter-reset: section;
  	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#toc_area li {
	border-top: 1px dotted #ddd;
	display: block;
	padding-left: 1.2em;
	position: relative;
}

#toc_area li::before {
	background: none;
	color: #111;
	counter-increment: section;
  	content: counters(section, "-")" ";
	font-size: 0.9em;
	font-weight: normal;
	height: auto;
	position: absolute;
	text-align: start;
	top: 0.6em;
	left: 0;
	width: 2.5em;
}

#toc_area li ol li {
	padding-left: clamp(1em, 1.5vw, 1.5em);
}

#toc_area li ol li::before {
	left: -1em;
	width: 3em;
}

#toc_area .show-area {
	display: block;
    text-align: center;
}

#toc_area li a {
	color: #333;
	display: block;
	font-size: 0.9em;
    padding: 0.5em 0;
	text-decoration: none;
}

#toc_area li a:hover {
	color: #555;
	transform: translateY(0);
    box-shadow: none;
}

@media only screen and (max-width: 768px) {
	#toc_area {
		padding: 1em;
		width: 100%;
	}
	#toc_area ol {
		padding-left: 0;
	}
}
	
/*---- 240604 見出し改修 end ----*/


/*---- 240717 スマホ用banner追加 ----*/
.sp-banner {
  display: none;
}

.sp-banner_text {
  display: none;
}

#sidebar .sp-none {
  display: block;
}
@media only screen and (max-width: 580px) {  
  .sp-banner {
  	display: block;
  }
  .sp-banner img {
    margin: 0;
  }
  .sp-banner_text {
    background: #FFFFFF;
    display: block;
		font-size: 14px;
    margin-bottom: 10px;
    padding: 15px;
  }
 #page-main .sp-banner_text p {
    margin: 0;
  }
#sidebar .sp-none {
    display: none;
  }
}