@charset "utf-8";
/*
Theme Name: iwanaga_blog
Theme URI: http://wordpress.org/
*/

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*--------------------------------------------------------*/

/*  記事の検索　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blog_selectBox{
	margin:60px auto 0;
	max-width:1080px;
	padding:0 30px;
}

.blog_selectBox .blog_searchBox{
	border:1px solid #DDD;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blog_selectBox .blog_searchBox .blog_search_tit{
	width:200px;
	background-color:#F4FBFF;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-right:1px solid #DDD;
	padding:12px;
}

.blog_selectBox .blog_searchBox .blog_search_tit br{
	display:none;
}

.blog_selectBox .blog_searchBox .blog_search_form{
	flex:1;
	padding:12px 15px;
}

.blog_selectBox .blog_shopBox{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blog_selectBox .blog_shopBox .blog_shop_tit{
	width:200px;
	background-color:#F4FBFF;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-right:1px solid #DDD;
	padding:12px;
}

.blog_selectBox .blog_shopBox .blog_shop_tit br{
	display:none;
}

.blog_selectBox .blog_shopBox .blog_shop_list{
	flex:1;
	padding:12px 15px;
}

.blog_selectBox .blog_shopBox .blog_shop_list ul.blog_shop{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog_selectBox .blog_shopBox .blog_shop_list ul.blog_shop li{
	margin-right:15px;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#form{
}

#s-box{
	width:300px;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:14px;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.05em;
	border:1px solid #CCC;
	background-color:#F5F5F5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#s-btn-area{
	margin-left:5px;
	background-color:#0A50AA;
	padding:4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#s-btn{
	background-color:#0A50AA;
	color:#FFF;
}

}

@media screen and (max-width: 768px){

.blog_selectBox{
	margin:30px 0 0;
}

.blog_selectBox .blog_searchBox{
	border:1px solid #DDD;
}

.blog_selectBox .blog_searchBox .blog_search_tit{
	background-color:#F4FBFF;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:8px 10px;
	border-bottom:1px solid #DDD;
}

.blog_selectBox .blog_searchBox .blog_search_tit br{
	display:none;
}

.blog_selectBox .blog_searchBox .blog_search_form{
	padding:12px 15px;
}

.blog_selectBox .blog_shopBox{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.blog_selectBox .blog_shopBox .blog_shop_tit{
	background-color:#F4FBFF;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:8px 10px;
	border-bottom:1px solid #DDD;
}

.blog_selectBox .blog_shopBox .blog_shop_tit br{
	display:none;
}

.blog_selectBox .blog_shopBox .blog_shop_list{
	padding:12px 15px;
}

.blog_selectBox .blog_shopBox .blog_shop_list ul.blog_shop{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog_selectBox .blog_shopBox .blog_shop_list ul.blog_shop li{
	margin-right:12px;
	font-size:13px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#form{
}

#s-box{
	width:70%;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:14px;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.05em;
	border:1px solid #CCC;
	background-color:#F5F5F5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#s-btn-area{
	margin-left:5px;
	background-color:#0A50AA;
	padding:4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#s-btn{
	background-color:#0A50AA;
	color:#FFF;
}

}

/*--------------------------------------------------------*/

/*  ブログページのレイアウト　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blog_container{
	margin:40px auto 60px;
	max-width:1080px;
	padding:0 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blog_container .blog_contents{
	flex:1;
}

.blog_container .blog_sidebar{
	width:280px;
	margin-left:60px;
}

}

@media screen and (max-width: 768px){

.blog_container{
}

.blog_container .blog_contents{
	margin-top:30px;
}

.blog_container .blog_sidebar{
}

}

/*--------------------------------------------------------*/

/*  ブログ一覧ページ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blog_container .blog_contents .blog_listBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top:1px dashed #CCC;
	padding-top:20px;
	margin-bottom:20px;
}

.blog_container .blog_contents .blog_listBox .blog_list_img{
	width:180px;
	height:180px;
	margin-right:30px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.blog_container .blog_contents .blog_listBox .blog_list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all  0.3s ease;
	border:1px solid #DDD;
	box-sizing: border-box;
}

.blog_container .blog_contents .blog_listBox .blog_list_img:hover{
	opacity: 0.6;
}

.blog_container .blog_contents .blog_listBox .blog_list_info{
	flex:1;
	padding-top:3px;
}

.blog_container .blog_contents .blog_listBox .blog_list_info p.blog_list_date{
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_container .blog_contents .blog_listBox .blog_list_info span.blog_list_category{
	margin-left:10px;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_container .blog_contents .blog_listBox .blog_list_info h3.blog_list_tit{
	margin-top:8px;
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_container .blog_contents .blog_listBox .blog_list_info h3.blog_list_tit a{
	color:#333;
}

.blog_container .blog_contents .blog_listBox .blog_list_info p.blog_list_txt{
	margin-top:10px;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

}

@media screen and (max-width: 768px){

.blog_container .blog_contents .blog_listBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

.blog_container .blog_contents .blog_listBox .blog_list_img{
	width:120px;
	height:120px;
	margin-right:20px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.blog_container .blog_contents .blog_listBox .blog_list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all  0.3s ease;
	border:1px solid #DDD;
	box-sizing: border-box;
}

.blog_container .blog_contents .blog_listBox .blog_list_img:hover{
	opacity: 0.6;
}

.blog_container .blog_contents .blog_listBox .blog_list_info{
	flex:1;
	padding-top:3px;
}

.blog_container .blog_contents .blog_listBox .blog_list_info p.blog_list_date{
	font-size:12px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_container .blog_contents .blog_listBox .blog_list_info span.blog_list_category{
	margin-left:10px;
	font-size:12px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_container .blog_contents .blog_listBox .blog_list_info h3.blog_list_tit{
	margin-top:8px;
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:8px;
}

.blog_container .blog_contents .blog_listBox .blog_list_info h3.blog_list_tit a{
	color:#333;
}

.blog_container .blog_contents .blog_listBox .blog_list_info p.blog_list_txt{
	font-size:12px;
	color:#333;
	font-weight:400;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	line-height:1.7em !important;
	margin: 0 !important;
	padding: 0 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

}

/*--------------------------------------------------------*/

/* ページナビゲーション */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.wp-pagenavi {
	margin-top:80px;
	padding-bottom:40px;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:16px;
	color: #0A50AA;
	background-color:#FFF;
	border:1px solid #1299DA;
	padding: 6px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color: #0A50AA;
	border:1px solid #1299DA;
	background-color:#FEE378;
}
.wp-pagenavi span.current{
	color: #0A50AA;
	border:1px solid #1299DA;
	background-color:#EEE;
}

}

@media screen and (max-width: 768px){

.wp-pagenavi {
	margin:60px 0 65px;
	padding:0 20px;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:16px;
	color: #0A50AA;
	background-color:#FFF;
	border:1px solid #1299DA;
	padding: 8px 12px;
	margin: 0 1px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color: #0A50AA;
	border:1px solid #1299DA;
	background-color:#FEE378;
}
.wp-pagenavi span.current{
	color: #0A50AA;
	border:1px solid #1299DA;
	background-color:#EEE;
}

}

/*--------------------------------------------------------*/

/*  ブログ詳細ページ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#contentsBox{
	padding-bottom:40px;
}

#contentsBox  p.blog_detail_date{
	margin-bottom:20px;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#contentsBox  span.blog_detail_category{
	margin-left:10px;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#contentsBox h1,
#contentsBox h1.entry-title a {
	border-left: 4px solid #0A50AA;
	padding-left: .75em;
	font-size:24px;
	color:#333;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:35px;
}

#contentsBox h1.entry-title a {text-decoration: none;}
#contentsBox h1.entry-title a:link {color:#333;}
#contentsBox h1.entry-title a:visited {color:#333;}
#contentsBox h1.entry-title a:active {color:#333;}
#contentsBox h1.entry-title a:hover {color:#333; text-decoration: underline;}

#contentsBox .entry-content p,
#contentsBox .entry-content ul,
#contentsBox .entry-content ol,
#contentsBox .entry-content table,
#contentsBox .entry-content blockquote,
#contentsBox .entry-content dl{
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:2.0em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

#contentsBox .entry-content p:last-child {
	margin-bottom: 0;
}

#contentsBox .entry-content h2{
	background:#0A50AA;
	padding:17px 20px;
	font-size:19px;
	color:#FFF;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

#contentsBox .entry-content h3{
	font-size:17px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-top:1px solid #0A50AA;
	border-bottom:1px solid #0A50AA;
	padding:17px 0;
	margin-bottom:20px;
}

#contentsBox .entry-content h4,
#contentsBox .entry-content h5,
#contentsBox .entry-content h6
#contentsBox .entry-content h7{
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:10px;
}

#contentsBox .entry-content .wp-block-image{
	margin-bottom:30px;
}

/*  画像 */

#contentsBox .entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*  テーブル */

#contentsBox .entry-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#contentsBox .entry-content th,
#contentsBox .entry-content td {
}

/*  リストのはみ出し回避 */

#contentsBox .entry-content ul,
#contentsBox .entry-content ol{
	margin-left: 0;
	list-style-position: inside;
}

/*  ハイライト */

mark {
	font-style: normal !important;
	font-weight: 500 !important;
}

.editor-styles-wrapper mark {
	font-style: normal !important;
	font-weight: 500 !important;
}

}

@media screen and (max-width: 768px){

#contentsBox{
	padding:0 20px 40px;
}

#contentsBox p.blog_detail_date{
	margin-bottom:20px;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#contentsBox span.blog_detail_category{
	margin-left:10px;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#contentsBox h1,
#contentsBox h1.entry-title a {
	border-left: 4px solid #0A50AA;
	padding-left: .75em;
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

#contentsBox h1.entry-title a {text-decoration: none;}
#contentsBox h1.entry-title a:link {color:#333;}
#contentsBox h1.entry-title a:visited {color:#333;}
#contentsBox h1.entry-title a:active {color:#333;}
#contentsBox h1.entry-title a:hover {color:#333; text-decoration: underline;}

#contentsBox .entry-content{
	padding-bottom:40px;
}

#contentsBox .entry-content p,
#contentsBox .entry-content ul,
#contentsBox .entry-content ol,
#contentsBox .entry-content table,
#contentsBox .entry-content blockquote,
#contentsBox .entry-content dl {
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.9em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:25px;
}

#contentsBox .entry-content p:last-child {
	margin-bottom: 0;
}

#contentsBox .entry-content h2{
	background:#0A50AA;
	padding:14px 15px;
	font-size:16px;
	color:#FFF;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:25px;
}

#contentsBox .entry-content h3{
	font-size:15px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-top:1px solid #0A50AA;
	border-bottom:1px solid #0A50AA;
	padding:17px 0;
	margin-bottom:20px;
}

#contentsBox .entry-content h4,
#contentsBox .entry-content h5,
#contentsBox .entry-content h6
#contentsBox .entry-content h7{
	font-size:15px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:10px;
}

#contentsBox .entry-content .wp-block-image{
	margin-bottom:25px;
}

/*  画像 */

#contentsBox .entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*  テーブル */

#contentsBox .entry-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#contentsBox .entry-content th,
#contentsBox .entry-content td {
}

/*  リストのはみ出し回避 */

#contentsBox .entry-content ul,
#contentsBox .entry-content ol{
	margin-left: 0;
	list-style-position: inside;
}

/*  ハイライト */

mark {
	font-style: normal !important;
	font-weight: 500 !important;
}

.editor-styles-wrapper mark {
	font-style: normal !important;
	font-weight: 500 !important;
}

}

/*--------------------------------------------------------*/

/* 単一記事の　次へ・前へのナビゲーション */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#nav-below{
	border-top:1px #DDD dashed;
	padding:40px 0 20px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#nav-below .nav-previous{
	width:50%;
	text-align:left;
	padding-right:10px;
	box-sizing: border-box;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	box-sizing: border-box;

}

#nav-below .nav-next{
	width:50%;
	text-align:right;
	padding-left:10px;
	box-sizing: border-box;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	box-sizing: border-box;
}

}

@media screen and (max-width: 768px){

#nav-below{
	border-top:1px #DDD dashed;
	padding:30px 0 10px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#nav-below .nav-previous{
	width:50%;
	text-align:left;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	box-sizing: border-box;

}

#nav-below .nav-next{
	width:50%;
	text-align:right;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	box-sizing: border-box;
}

}

/*--------------------------------------------------------*/

/* サイドバー */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blog_sidebar{
}

.blog_sidebar .side_banner{
	margin-bottom:20px;
}

.blog_sidebar .side_banner img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_sidebar h3.widget-title {
	background-color:#0A50AA;
	padding:5px 10px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

.blog_sidebar ul li.widget-container {
	margin-bottom:25px;
}
.blog_sidebar ul li.widget-container ul li{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding-left:5px;
	margin-bottom:5px;
}

.blog_sidebar ul li.widget-container ul li a {text-decoration: underline;}
.blog_sidebar ul li.widget-container ul li a:link {color:#333;}
.blog_sidebar ul li.widget-container ul li a:visited {color:#333;}
.blog_sidebar ul li.widget-container ul li a:active {color:#333;}
.blog_sidebar ul li.widget-container ul li a:hover {color:#333; text-decoration: none;}

.screen-reader-text{
	display:none;
}

.blog_sidebar select{
	width:90%;
	padding:3px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.blog_sidebar{
	padding-bottom:20px;
}

.blog_sidebar .side_banner{
	margin-bottom:20px;
	padding:0 20px;
}

.blog_sidebar .side_banner img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_sidebar h3.widget-title {
	background-color:#0A50AA;
	padding:8px 10px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

.blog_sidebar ul li.widget-container {
	margin-bottom:25px;
}
.blog_sidebar ul li.widget-container ul li{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:0 20px;
	margin-bottom:5px;
}

.blog_sidebar ul li.widget-container ul li a {text-decoration: underline;}
.blog_sidebar ul li.widget-container ul li a:link {color:#333;}
.blog_sidebar ul li.widget-container ul li a:visited {color:#333;}
.blog_sidebar ul li.widget-container ul li a:active {color:#333;}
.blog_sidebar ul li.widget-container ul li a:hover {color:#333; text-decoration: none;}

.screen-reader-text{
	display:none;
}

.blog_sidebar select{
	margin-left:20px;
	width:75%;
	padding:3px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

/*--------------------------------------------------------*/

/* コメント */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

/*  コメントを残すのタイトル　*/
#comments h3#reply-title {
	border:#0A50AA 1px solid;
	padding:8px 15px;
	font-size:14px;
	color:#0A50AA;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-top:20px;
	margin-bottom:20px;
}

.comment-form-comment label{
	display:none;
}

.comment-form-comment textarea{
	padding:8px;
	width:100%!important;
	box-sizing: border-box;
	border:1px solid #CCC;
}

p.comment-form-cookies-consent{
	display:none;
}

p.comment-form-author{
	margin-top:10px;
}

p.comment-form-author input{
	padding:8px;
	width:100%!important;
	box-sizing: border-box;
	border:1px solid #CCC;
}

p.comment-form-author label{
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	display:block;
	padding-bottom:5px;
}

p.comment-form-author span.required{
	display:none;
}

input.submit{
	margin:30px auto 0;
	display:block;
	width:140px;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.2em;
	text-decoration:none;
	border:1px solid #333;
	background:#F5F5F5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	box-sizing:border-box;
	cursor: pointer;
}

input.submit:hover{
	background:#DDD;
}

/*  コメント表示　*/
#contentsBox ol.commentlist li {
	margin-bottom:35px;
}

#contentsBox h3#comments-title {
	margin-top:50px;
	border:1px solid #CCC;
	padding:10px;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:20px;
}

/*  コメントした人の名前とか　*/
#contentsBox .comment-author{
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

/*  コメントした人の名前　*/
#contentsBox .comment-author .fn{
	font-weight:bold;
}

/*  コメント文章　*/
#contentsBox .comment-body{
}
#contentsBox .comment-body p {
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-top:10px;
}

#contentsBox .avtimg{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:40px;
}

#contentsBox #cmtfont {
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

p.comment-notes,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

p.form-allowed-tags {
	display:none;
}

}

@media screen and (max-width: 768px){

/*  コメントを残すのタイトル　*/
#comments h3#reply-title {
	border:#0A50AA 1px solid;
	padding:8px 15px;
	font-size:14px;
	color:#0A50AA;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-top:20px;
	margin-bottom:20px;
}

.comment-form-comment label{
	display:none;
}

.comment-form-comment textarea{
	padding:8px;
	width:100%!important;
	box-sizing: border-box;
	border:1px solid #CCC;
}

p.comment-form-cookies-consent{
	display:none;
}

p.comment-form-author{
	margin-top:10px;
}

p.comment-form-author input{
	padding:8px;
	width:100%!important;
	box-sizing: border-box;
	border:1px solid #CCC;
}

p.comment-form-author label{
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	display:block;
	padding-bottom:5px;
}

p.comment-form-author span.required{
	display:none;
}

input.submit{
	margin:30px auto 0;
	display:block;
	width:120px;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.2em;
	text-decoration:none;
	border:1px solid #333;
	background:#F5F5F5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	box-sizing:border-box;
	cursor: pointer;
}

input.submit:hover{
	background:#DDD;
}

/*  コメント表示　*/
#contentsBox ol.commentlist li {
	margin-bottom:35px;
}

#contentsBox h3#comments-title {
	margin-top:50px;
	border:1px solid #999;
	padding:5px 5px;
	font-size:13px;
	margin-bottom:20px;
}

/*  コメントした人の名前とか　*/
#contentsBox .comment-author{
	font-size:14px;
	line-height:1.5em;
	color:#333;
}

/*  コメントした人の名前　*/
#contentsBox .comment-author .fn{
	font-weight:bold;
}

/*  コメント文章　*/
#contentsBox .comment-body{
}
#contentsBox .comment-body p {
	font-size:14px;
	color:#333;
	line-height:1.6em;
	margin-top:10px;
}

#contentsBox .avtimg{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:40px;
}

#contentsBox #cmtfont {
	font-size:13px;
}

p.comment-notes,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	font-size:12px;
}

p.form-allowed-tags {
	display:none;
}

}

/*--------------------------------------------------------*/

/* カテゴリーページ */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.cat_nameBox{
	border:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:20px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

@media screen and (max-width: 768px){

.cat_nameBox{
	border-top:1px solid #0A50AA;
	border-bottom:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:18px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

/*--------------------------------------------------------*/

/* 検索ページ */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

h1.search_word{
	border:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:20px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

@media screen and (max-width: 768px){

h1.search_word{
	border-top:1px solid #0A50AA;
	border-bottom:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:18px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

/*--------------------------------------------------------*/

/* 月別アーカイブページ */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

h1.catit{
	border:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:20px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

@media screen and (max-width: 768px){

h1.catit{
	border-top:1px solid #0A50AA;
	border-bottom:1px solid #0A50AA;
	text-align:center;
	padding:12px 10px;
	font-size:18px;
	color:#0A50AA;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:30px;
}

}

/*--------------------------------------------------------*/

/* その他 */

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

/* ログインしています */

.logged-in-as{
	font-size:14px;
	color:#333;
	line-height:1.5em;
	padding-bottom:15px;
}

}

@media screen and (max-width: 768px){

/* ログインしています */

.logged-in-as{
	font-size:14px;
	color:#333;
	line-height:1.5em;
	padding-bottom:15px;
}

}

/*--------------------------------------------------------*/

/*  よく読まれている記事　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.popular-posts h2 {
	background-color:#0A50AA;
	padding:5px 10px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

ul.wpp-list{
}

ul.wpp-list li{
	margin-bottom:10px!important;
}

ul.wpp-list li img{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #DDD;
}

ul.wpp-list li img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

ul.wpp-list li .pop_tit{
	padding-top:12px!important;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

ul.wpp-list li a.wpp-post-title{
	padding-left:10px!important;
}

}

@media screen and (max-width: 768px){

.popular-posts h2 {
	background-color:#0A50AA;
	padding:8px 10px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

ul.wpp-list{
}

ul.wpp-list li{
	margin-bottom:10px!important;
}

ul.wpp-list li img{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #DDD;
}

ul.wpp-list li img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

ul.wpp-list li .pop_tit{
	padding-top:14px!important;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

ul.wpp-list li a.wpp-post-title{
	padding-left:7px!important;
}

}

/*--------------------------------------------------------*/

/*  関連記事　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

h3.kanren_midashi{
	margin-top:60px;
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-top:2px solid #FFD23C;
	padding:12px 0;
}

ul.kanren_list{
}

ul.kanren_list li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0 15px 0;
	border-top: 1px solid #DDD;
}

ul.kanren_list li .kanren_img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right:25px;
}

ul.kanren_list li .kanren_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #DDD;
	box-sizing: border-box;
}

ul.kanren_list li .kanren_img a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

ul.kanren_list li .kanren_info{
	flex:1;
}

ul.kanren_list li p.kanren_title a{
	text-decoration:none;
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding-top:3px;
}

ul.kanren_list li p.kanren_title a:hover{
	text-decoration:underline;
}

ul.kanren_list li p.kanren_txt{
	margin-top:10px;
	font-size:14px;
	color:#555;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

h3.kanren_midashi{
	font-size:15px;
	font-weight:bold;
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	color:#333;
	border-top:2px solid #FFD23C;
	padding:12px;
}

ul.kanren_list{
}

ul.kanren_list li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px 0 12px 0;
	border-top: 1px solid #DDD;
}

ul.kanren_list li .kanren_img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right:18px;
}

ul.kanren_list li .kanren_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #DDD;
	box-sizing: border-box;
}

ul.kanren_list li .kanren_img a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

ul.kanren_list li .kanren_info{
	flex:1;
}

ul.kanren_list li p.kanren_title a{
	text-decoration:none;
	font-size:15px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding-top:3px;
}

ul.kanren_list li p.kanren_title a:hover{
	text-decoration:underline;
}

ul.kanren_list li p.kanren_txt{
	margin-top:7px;
	font-size:12px;
	color:#555;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

/*--------------------------------------------------------*/

/*  著作情報を削除　*/

/*--------------------------------------------------------*/

#entry-author-info { display: none !important; }
