@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/blog_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
/*------------------------------------------------------------content*/
/*---------------------------------------------------------------------

blog(common)

---------------------------------------------------------------------*/
/*---------------------------------content*/
#main_cont {
	margin: 20px 0 0;
}
#sub_cont {
	margin: 20px 0 0;
}

@media print, screen and (min-width:768px) {
#main_cont {
	margin: 50px 0 0;
}
#sub_cont {
	margin: 50px 0 0;
}
}

@media print, screen and (min-width:992px) {
#main_cont {
	margin: 50px 0 50px;
}
#sub_cont {
	margin: 50px 0 50px;
}
}
/*---------------------------------header*/
#blog_header {
	background: url(../img/common_img/pagetitle_bg.jpg) no-repeat top center fixed;
	background-size: auto 250px;
}

@media print, screen and (min-width:768px) {
#blog_header {
	background-size: auto 350px;
}
}
@media print, screen and (min-width:1200px) {
#blog_header {
	background-size: contain;
}
}
/*header_tx*/
#blog_header #header_tx {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}
/*pagetitle*/
#blog_header #pagetitle_area {
	padding: 70px 0;
}
#blog_header #pagetitle {
	color: #fff;
	font-size: 18px;
	line-height: 130%;
}
#blog_header #pagetitle span {
	font-size: 12px;
	color: #ccc;
	line-height: 160%;
	display: inline-block;
	margin-top: 5px;
}

@media print, screen and (min-width:768px) {
#blog_header #pagetitle {
	font-size: 28px;
	line-height: 120%;
}
#blog_header #pagetitle span {
	font-size: 16px;
	line-height: 130%;
	margin-top: 10px;
}
}

@media print, screen and (min-width:992px) {
#blog_header #pagetitle {
	font-size: 34px;
}
#blog_header #pagetitle span {
	font-size: 18px;
	line-height: 140%;
	margin-top: 15px;
}
}
/*---------------------------------sub_cont*/
/*blogside_info*/
#blogside_info {
	background: #eee;
	padding: 20px;
	margin-bottom: 30px;
}
#blogside_info h4 {
	width: 120px;
	margin: 0 auto 10px;
}
#blogside_info p {
	font-size: 14px;
	text-align: left;
}
/*------------wordpress widget*/
#wp_widget > li {
	margin-bottom: 35px;
	text-align: left;
	list-style: none;
}
#wp_widget > li .widgettitle {
	border-top: 2px solid #303030;
	margin-bottom: 15px;
	padding-top: 7px;
	font-family: "NotoSansMedium";
}
/*widget_search*/
.widget_search label {
	display: none;
}
.widget_search input[type="text"] {
	width: 80%;
	background: #eee;
	border: none;
	padding: 8px 3px;
}
.widget_search input[type="submit"] {
	color: #fff;
	background: #000;
	border: none;
	padding: 7px 5px;
	border-radius: 0;
	font-size: 12px;
}
.widget_search input[type="submit"]:hover {
	opacity: 0.7;
}
/*widget_views-plus*/
.widget_views-plus > ul > li {
	clear: both;
	margin-bottom: 15px;
	zoom: 1;
}
.widget_views-plus > ul > li:after {
	content: "";
	display: block;
	clear: both;
}
.widget_views-plus > ul > li:last-child {
	margin-bottom: 0;
}
.widget_views-plus > ul > li figure {
	float: left;
	margin-right: 10px;
}
.widget_views-plus > ul > li figure img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.widget_views-plus > ul > li figure img:hover {
	opacity: 0.7;
}
.widget_views-plus > ul > li .view_txbox {
	overflow: hidden;
}
.widget_views-plus > ul > li .view_txbox p {
	font-size: 14px;
}
.widget_views-plus > ul > li .view_txbox p:last-of-type {
	font-size: 12px;
}
/*widget_recent_entries*/
.widget_recent_entries > ul > li {
	clear: both;
	margin-bottom: 15px;
	zoom: 1;
}
.widget_recent_entries > ul > li:after {
	content: "";
	display: block;
	clear: both;
}
.widget_recent_entries > ul > li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries > ul > li figure {
	float: left;
	margin-right: 10px;
}
.widget_recent_entries > ul > li figure img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.widget_recent_entries > ul > li figure img:hover {
	opacity: 0.7;
}
.widget_recent_entries > ul > li .recent_txbox {
	overflow: hidden;
}
.widget_recent_entries > ul > li .recent_txbox p {
	font-size: 14px;
}
.widget_recent_entries > ul > li .recent_txbox p:last-of-type {
	font-size: 12px;
}
/*widget_recent_comments*/
#recentcomments > li {
	font-size: 14px;
	margin-bottom: 7px;
}
#recentcomments > li:last-child {
	margin-bottom: 0;
}
/*widget_calendar*/
#wp-calendar {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#wp-calendar caption {
	margin-bottom: 10px;
	background: #eee;
	border-radius: 2px;
	padding: 2px 10px;
	font-size: 14px;
}
#wp-calendar thead tr th {
	text-align: center;
	font-size: 14px;
}
#wp-calendar thead tr th:first-child {
	color: #1994C0;
}
#wp-calendar thead tr th:last-child {
	color: #C82D75;
}
#wp-calendar tfoot tr td {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}
#wp-calendar tbody tr td {
	text-align: center;
	font-size: 14px;
}
/*widget_categories*/
.widget_categories > ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px dotted #666;
}
.widget_categories > ul > li > a {
	font-size: 14px;
	line-height: 140%;
}
.widget_categories > ul > li > ul > li {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 11px;
}
.widget_categories > ul > li > ul > li > a {
	font-size: 13px;
	line-height: 140%;
}
.widget_categories > ul > li > ul > li ul li {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 11px;
}
.widget_categories > ul > li > ul > li ul li a {
	font-size: 13px;
	line-height: 140%;
}
.widget_categories label {
	display: none;
}
.widget_categories select {
	background: #eee;
	border: none;
	padding: 3px;
	width: 100%;
}
/*widget_tag_cloud*/
.tagcloud a {
	display: inline-block;
	margin-right: 10px;
}
/*widget_archive*/
.widget_archive label {
	display: none;
}
.widget_archive select {
	background: #eee;
	border: none;
	padding: 3px;
	width: 100%;
}
/*widget_text*/
.textwidget * {
	font-size: 14px;
}
/*widget_custom_html*/
.custom-html-widget * {
	font-size: 14px;
}
/*widget_media_gallery*/
.gallery {
	max-width: 400px;
	margin: 0 auto;
}
.widget_media_gallery #gallery-1 .gallery-item {
	margin: 0;
}
.widget_media_gallery #gallery-1 .gallery-item img {
	border: none;
}
.gallery-item a {
	position: relative;
	width: 100%;
	display: block;
}
.gallery-item a:hover {
	opacity: 0.7;
}
.gallery-item a::before { /* レスポンシブで画像のアスペクト比を保ってトリミングするため */
	content: "";
	display: block;
	padding-top: 100%; /* ここの数値でアスペクト比を調節　Wを100%としそれを基点に算出　4:3の場合は100:75　3:2の場合は100:66.6666666 */
}
.gallery-item a img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*widget_nav_menu*/
.widget_nav_menu ul li {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
}
.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}
/*widget_pages*/
.widget_pages ul li {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
}
.widget_pages ul li:last-child {
	margin-bottom: 0;
}
/*widget_rss*/
.widget_rss .widgettitle img {
	display: none;
}
.widget_rss ul li {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
}
.widget_rss ul li span {
	display: block;
	font-size: 12px;
}
/*widget_meta*/
.widget_meta ul li {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
}
.widget_meta ul li:last-child {
	margin-bottom: 0;
}
/* blogside_banner */
#blogside_banner {
	margin-bottom: 30px;
}
#blogside_banner ul li {
	margin: 0 auto 10px;
	max-width: 240px;
}

@media print, screen and (min-width:480px) {
#blogside_banner {
	text-align: left;
}
#blogside_banner ul {
	font-size: 0;
	max-width: 540px;
	margin: 0 auto;
}
#blogside_banner ul li {
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	max-width: 400px;
}
#blogside_banner ul li:nth-child(2n) {
	margin-right: 0;
}
}

@media print, screen and (min-width:768px) {
#blogside_banner ul {
	max-width: 100%;
}
#blogside_banner ul li {
	margin-right: 2%;
	width: 32%;
}
#blogside_banner ul li:nth-child(2n) {
	margin-right: 2%;
}
#blogside_banner ul li:nth-child(3n) {
	margin-right: 0;
}
}

@media print, screen and (min-width:992px) {
#blogside_banner ul li {
	margin-right: 0;
	display: block;
	width: 100%;
}
}
/*---------------------------------------------------------------------

blog/

---------------------------------------------------------------------*/
/*blog_list*/
#blog_list > li {
	margin-bottom: 15px;
	background-image: linear-gradient( -45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff );
	background-size: 10px 10px;
	box-shadow: 0 3px 0 #ddd;
}
#blog_list > li figure {
	position: relative;
	width: 100%;
}
#blog_list > li figure::before { /* レスポンシブで画像のアスペクト比を保ってトリミングするため */
	content: "";
	display: block;
	padding-top: 75%; /* ここの数値でアスペクト比を調節　Wを100%としそれを基点に算出　4:3の場合は100:75　3:2の場合は100:66.6666666 */
}
#blog_list > li figure img.objectfit_img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#blog_list > li .blog_info {
	text-align: left;
	padding: 20px;
}
#blog_list > li .blog_info h3 {
	text-align: left;
	margin-bottom: 10px;
}
#blog_list > li ul.blog_tag {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
#blog_list > li ul.blog_tag li {
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#blog_list > li ul.blog_tag li a {
	border-radius: 2px;
	padding: 2px 7px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #1172ac;
	border: 1px solid #1172ac;
	transition: all 0.5s;
}
#blog_list > li ul.blog_tag li a:hover {
	color: #1172ac;
	background: none;
}
#blog_list > li ul.blog_tag li:last-child {
	font-size: 15px;
	color: #000;
	padding: 3px 0 0 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: none;
	line-height: 80%;
}

@media print, screen and (min-width:480px) {
#blog_list {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#blog_list > li {
	width: 48.5%;
}
}

@media print, screen and (min-width:600px) {
#blog_list > li {
	width: 49%;
}
}

@media print, screen and (min-width:768px) {
#blog_list {
	display: block;
}
#blog_list > li {
	margin-bottom: 20px;
	width: 100%;
}
#blog_list > li:last-child {
	margin-bottom: 40px;
}
#blog_list > li figure {
	float: left;
	width: 360px;
}
#blog_list > li figure img.objectfit_img {
	width: 360px;
	height: 270px;
}
#blog_list > li .blog_info {
	float: left;
	width: 420px;
	margin-left: 25px;
	padding: 20px 0;
}
#blog_list > li .blog_info h3 {
	font-size: 24px;
}
}

/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 20px auto 0;
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 11px;
	margin: 3px;
	border-radius: 0;
}
.wp-pagenavi span.pages {
	border: 1px solid #eee;
	color: #808080;
	background: #eee;
}
.wp-pagenavi span.current {
	border: 1px solid #eee;
	background: #eee;
	color: #808080;
}
.wp-pagenavi a {
	border: 1px solid #000;
	color: #fff;
	background: #000;
}
.wp-pagenavi a:hover {
	background: none;
	color: #000;
}

@media print, screen and (min-width:768px) {
.wp-pagenavi {
	margin-bottom: 50px;
	font-size: 16px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 13px;
}
}
/*---------------------------------------------------------------------

blog/category/

---------------------------------------------------------------------*/
/*blogdetail_article*/
#blogdetail_article {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	padding-top: 20px;
}
#blogdetail_article ul.blog_tag {
	font-size: 0;
	margin: 0 20px 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
#blogdetail_article ul.blog_tag li {
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#blogdetail_article ul.blog_tag li a {
	border-radius: 2px;
	padding: 2px 7px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #1172ac;
	border: 1px solid #1172ac;
	transition: all 0.5s;
}
#blogdetail_article ul.blog_tag li a:hover {
	color: #1172ac;
	background: none;
}
#blogdetail_article ul.blog_tag li:last-child {
	font-size: 15px;
	color: #000;
	padding: 3px 0 0 5px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	background: none;
	line-height: 80%;
}
#blog_detail h1 {
	font-size: 20px;
	margin: 0 20px 20px;
	text-align: left;
}
#blog_detail figure.eyecatch {
	margin-bottom: 20px;
}
#blog_detail figure.eyecatch img {
	height: auto;
	max-width: 100%;
	max-height: 300px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
#blog_freearea {
	text-align: left;
	padding: 0 20px 20px;
}
#blog_freearea hr {
	border-top: 1px dotted rgba(0,0,0,0.3);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
	box-shadow: none;
}
#blog_freearea h2 {
	margin: 0 -20px 20px;
	background-image: linear-gradient( -45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff );
	background-size: 10px 10px;
	padding: 15px 20px;
	font-family: "NotoSansBold";
	font-size: 20px;
	border-left: 5px solid #000;
}
#blog_freearea h3 {
	margin-bottom: 20px;
	padding: 12px 10px 15px;
	font-size: 19px;
	border-top: 3px solid #000;
	border-bottom: 1px dotted #000;
	text-align: left;
}
#blog_freearea h4 {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
	font-family: "NotoSansBold";
	border-left: 5px solid #000;
	padding-left: 15px;
}
#blog_freearea h5 {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	font-family: "NotoSansBold";
	border-radius: 4px;
	padding: 10px 15px;
	background: #eee;
	background-size: 8px 8px;
}
#blog_freearea h6 {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	border-left: 3px solid #000;
	padding-left: 13px;
}
#blog_freearea p {
	margin-bottom: 20px;
}
#blog_freearea img {
	max-width: 100%;
	height: auto;
}
#blog_freearea a img:hover {
	opacity: 0.7;
}
#blog_freearea blockquote {
	padding: 60px 20px 1px;
	background: #F1F1F1;
	margin-bottom: 20px;
	border-left: none;
	display: block;
	position: relative;
	color: #575757;
	border-radius: 4px;
}
#blog_freearea blockquote:before {
	content: "\201C";
	font-size: 600%;
	line-height: 1em;
	font-family: Georgia, serif;
	color: #1172ac;
	position: absolute;
	left: 20px;
	top: 10px;
}
#blog_freearea ul {
	margin-bottom: 20px;
	padding-left: 25px;
}
#blog_freearea ul li {
	font-family: "NotoSansBold";
	font-weight: bold;
	margin-bottom: 15px;
	list-style: disc;
	line-height: 150%;
}
#blog_freearea ol {
	margin-bottom: 20px;
	padding-left: 25px;
}
#blog_freearea ol li {
	font-family: "NotoSansBold";
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 150%;
}
#blog_freearea .sd-title {
	border: none;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px;
}
@media print, screen and (min-width:768px) {
#blogdetail_article {
	margin-bottom: 50px;
	padding-top: 30px;
}
#blogdetail_article ul.blog_tag {
	margin: 0 30px 30px;
}
#blog_detail h1 {
	font-size: 26px;
	margin: 0 30px 30px;
}
#blog_detail figure.eyecatch img {
	max-height: 500px;
}
#blog_freearea {
	padding: 0 30px 30px;
}
#blog_freearea hr {
	margin: 40px 0;
}
#blog_freearea h2 {
	margin: 0 -30px 30px;
	padding: 15px 30px;
	font-size: 26px;
}
#blog_freearea h3 {
	margin-bottom: 30px;
	font-size: 24px;
}
#blog_freearea h4 {
	margin-bottom: 30px;
	font-size: 22px;
}
#blog_freearea h5 {
	margin-bottom: 30px;
	font-size: 20px;
	padding: 15px 20px;
}
#blog_freearea h6 {
	margin-bottom: 30px;
	font-size: 18px;
}
#blog_freearea p {
	margin-bottom: 30px;
}
#blog_freearea ul li {
	font-size: 20px;
}
#blog_freearea ol li {
	font-size: 20px;
}
}

@media print, screen and (min-width:1200px) {
#blog_detail h1 {
	font-size: 30px;
}
#blog_freearea h2 {
	font-size: 30px;
}
#blog_freearea h3 {
	font-size: 28px;
}
#blog_freearea h4 {
	font-size: 26px;
}
#blog_freearea h5 {
	font-size: 24px;
}
#blog_freearea h6 {
	font-size: 22px;
}
}
/*blogdetail_contact*/
#blogdetail_contact {
	text-align: center;
	background: #eee;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 2px;
}
#blogdetail_contact h3 {
	font-family: "NotoSansBold";
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	font-size: 20px;
	line-height: 130%;
}
#blogdetail_contact p {
	margin-bottom: 15px;
	text-align: left;
}
#blogdetail_contact .linkbtn a {
	color: #fff;
	background: #666;
	padding: 7px 30px;
	display: inline-block;
	text-decoration: none;
}
#blogdetail_contact .linkbtn a:hover {
	opacity: 0.7;
}

@media print, screen and (min-width:768px) {
#blogdetail_contact {
	margin-bottom: 50px;
	padding: 30px;
}
#blogdetail_contact h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 30px;
}
#blogdetail_contact p:last-of-type {
	margin-bottom: 25px;
}
#blogdetail_contact .linkbtn a {
	font-size: 20px;
	padding: 7px 80px;
}
}
/*blogdetail_pagearrow*/
#blogdetail_pagearrow {
	margin-bottom: 20px;
}
#blogdetail_pagearrow ul {
	font-size: 0;
}
#blogdetail_pagearrow ul li {
	width: 100%;
}
#blogdetail_pagearrow ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	border-radius: 2px;
	background-image: linear-gradient( -45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff );
	background-size: 10px 10px;
	transition: all 0.5s;
}
#blogdetail_pagearrow ul li a:hover {
	background-image: linear-gradient( -45deg, #eee 25%, #eee 25%, #eee 50%, #eee 50%, #eee 75%, #eee 75%, #eee );
	background-size: 10px 10px;
}
#blogdetail_pagearrow ul li a figure img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#blogdetail_pagearrow ul li a .page_arrow_box {
	overflow: hidden;
}
#blogdetail_pagearrow ul li a .page_arrow_box .page_arrow {
	background: #000;
	color: #fff;
	padding: 1px 10px;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
}
#blogdetail_pagearrow ul li a .page_arrow_box p {
	font-size: 14px;
	text-decoration: underline;
}
#blogdetail_pagearrow ul li:first-child {
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
#blogdetail_pagearrow ul li:first-child a figure {
	float: left;
	margin-right: 10px;
}
#blogdetail_pagearrow ul li:last-child {
	float: right;
	text-align: right;
}
#blogdetail_pagearrow ul li:last-child a figure {
	float: right;
	margin-left: 10px;
}

@media print, screen and (min-width:550px) {
#blogdetail_pagearrow ul li {
	width: 48%;
}
}

@media print, screen and (min-width:768px) {
#blogdetail_pagearrow {
	margin-bottom: 50px;
}
#blogdetail_pagearrow ul li a .page_arrow_box p {
	font-size: 16px;
}
}
