/*
Theme Name:pluginpark
Theme URI:https://pluginpark.net/
Description:pluginparkのテーマ
Author:pluginpark
Author URI:https://pluginpark.net/
Version:1.0.0
*/
html,
body {
	background-color: #f9f9f9;
}

img {
	max-width: 100%;
}

main {
	margin-top: 60px;
	padding-bottom: 40px;
}

a {
	color: #555;
	text-decoration: none;
}

.link_undervar {
	border-bottom: 2px dotted #00f;
}

.container {
	max-width: 1180px;
}

.title_logo {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.border_bottom {
	border-bottom: 1px solid rgb(234, 227, 230);
}

.header_navi {
	background-color: #fff;
	border-top: 10px solid #61b09c;
}

article img {
	margin-bottom: 20px;
}

.post_item:hover {
	background-color: #f2f2f2;
}

.post_item_title {
	color: #0e6f3f;
	font-weight: bold;
}

.item_image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.item_image:before {
	content: "";
	display: block;
	padding-top: 68%;
}

.item_image .item_image_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_content_detail {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

.post_content_left {
	width: calc(100% - 360px);
	padding-right: 30px;
}

.post_content_right {
	width: 360px;
}

@media all and (max-width: 768px) {
	.post_content_left {
		width: 100%;
		padding:0px;
	}
	
	.post_content_right {
		width:100%;
	}
}

.post_content_detail_page {
	width: 100%;
}

.post_content_page {
	max-width: 100%;
	width: 780px;
	margin: 0 auto;
}

.post_single_image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.post_single_image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.post_single_image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.addtoany_share_save_container {
	margin: 40px 0 0 0 !important;
}

.modal-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.modal-content {
	position: relative;
	width: 70%;
	max-width: 400px;
	margin: 15% auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.blog-post {
	padding-top: 10px;
}

.post_content_body h3 {
	color: #333;
	padding: 6px 3px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
}

.post_content_body h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	/* 境界線の太さを変更してください */
	background: linear-gradient(to right, #5a8, #eee);
	/* グラデーションの色を変更してください */
}

.post_content_body h4 {
	color: #333;
	background-color: #e4e4e4;
	padding: 4px 10px;
	font-size: 17px;
	font-weight: bold;
}

.tax_item {
	font-size: 13px;
	color: #fff;
	background-color: #3c9669;
	padding: 3px 6px;
	margin-right: 4px;
	border-radius: 3px;
}

.tax_item a {
	color: #fff;
}

.tax_item_f {
	font-size: 13px;
	color: #fff;
	background-color: #5990c3;
	padding: 3px 6px;
	margin-right: 4px;
	border-radius: 3px;
}

.tax_item_p {
	font-size: 13px;
	color: #fff;
	background-color: #832a2a;
	padding: 3px 6px;
	margin-right: 4px;
	border-radius: 3px;
}

.widget_box {
	background-color: #fff;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.widget_box h3 {
	font-size: 17px;
	color: #fff;
	padding: 3px 7px;
	background-color: #3c9669;
}

.content_taxonomy_title {
	font-size: 16px;
	color: #0e6f3f;
	margin-bottom: 15px;
	padding-top: 12px;
}

.widget_box {}

.textwidget {
	padding: 15px;
}

.textwidget p {
	padding: 0;
	margin: 0;
}