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

/*  補聴器情報　一覧ページ */

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

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

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

.hochouki-list{
}

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

.hochouki-list article .hochouki-thumb{
	width:180px;
	height:180px;
	margin-right:40px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.hochouki-list article .hochouki-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all  0.3s ease;
	border:1px solid #DDD;
	box-sizing: border-box;
}

.hochouki-list article .hochouki-thumb img:hover{
	opacity: 0.6;
}

.hochouki-list article .list_info{
	flex:1;
	padding-top:3px;
}

.hochouki-list article .list_info h2.list_title{
	font-size:20px;
	color:#333;
	font-weight:600;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:13px;
}

.hochouki-list article .list_info h2.list_title a{
	color:#333;
}

.hochouki-list article .list_info h2.list_titlea a:hover{
	color:#333;
}

.hochouki-list article .list_info .list_txt{
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	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){

.hochouki-archive{
	margin:40px 0 0;
	padding:0 20px 50px;
}

.hochouki-list{
}

.hochouki-list article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top:1px dashed #CCC;
	padding-top:15px;
	margin-bottom:15px;
}

.hochouki-list article .hochouki-thumb{
	width:120px;
	height:120px;
	margin-right:20px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.hochouki-list article .hochouki-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all  0.3s ease;
	border:1px solid #DDD;
	box-sizing: border-box;
}

.hochouki-list article .hochouki-thumb img:hover{
	opacity: 0.6;
}

.hochouki-list article .list_info{
	flex:1;
	padding-top:3px;
}

.hochouki-list article .list_info h2.list_title{
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:8px;
}

.hochouki-list article .list_info h2.list_title a{
	color:#333;
}

.hochouki-list article .list_info h2.list_titlea a:hover{
	color:#333;
}

.hochouki-list article .list_info .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:100px;
	padding-bottom:20px;
	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:80px 0 30px;
	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){

.hochouki-single{
	margin:60px auto 80px;
	max-width:880px;
	padding:0 30px;
}

.hochouki-single h1.hochouki-title{
	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;
}

.hochouki-single .hochouki-content{
}

.hochouki-content p,
.hochouki-content ul,
.hochouki-content ol,
.hochouki-content table,
.hochouki-content blockquote,
.hochouki-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;
}

.hochouki-content p:last-child {
	margin-bottom: 0;
}

.hochouki-content h2{
	background:#0A50AA;
	padding:14px 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;
}

.hochouki-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;
}

.hochouki-content h4,
.hochouki-content h5,
.hochouki-content h6
.hochouki-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;
}

.hochouki-content .wp-block-image{
	margin-bottom:30px;
}

/*  画像 */

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

/*  テーブル */

.hochouki-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.hochouki-content th,
.hochouki-content td {
}

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

.hochouki-content ul,
.hochouki-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){

.hochouki-single{
	margin:40px 0 0;
	padding:0 20px 50px;
}

.hochouki-single h1.hochouki-title{
	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;
}

.hochouki-single .hochouki-content{
}

.hochouki-content p,
.hochouki-content ul,
.hochouki-content ol,
.hochouki-content table,
.hochouki-content blockquote,
.hochouki-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;
}

.hochouki-content p:last-child {
	margin-bottom: 0;
}

.hochouki-content h2{
	background:#0A50AA;
	padding:12px 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;
}

.hochouki-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;
}

.hochouki-content h4,
.hochouki-content h5,
.hochouki-content h6
.hochouki-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;
}

.hochouki-content .wp-block-image{
	margin-bottom:25px;
}

/*  画像 */

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

/*  テーブル */

.hochouki-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.hochouki-content th,
.hochouki-content td {
}

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

.hochouki-content ul,
.hochouki-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){

.list_backBox{
	margin-top:60px;
	width:100%;
	box-sizing: border-box;
	padding:20px;
	background-color:#FFF;
	border:#DDD 1px solid;
	text-align:center;
}

.list_backBox .list_back{
	font-size:16px;
	color:#333;
	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";
}

}

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

.list_backBox{
	margin-top:40px;
	width:100%;
	box-sizing: border-box;
	padding:15px;
	background-color:#FFF;
	border:#DDD 1px solid;
	text-align:center;
}

.list_backBox .list_back{
	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){

#ez-toc-container {
	margin-bottom:30px;
	width:100%;
	box-sizing: border-box;
	padding:12px 15px;
	background-color:#FFF;
	border:#83A5D3 1px solid;
}

#ez-toc-container p.ez-toc-title{
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:7px;
}

#ez-toc-container .ez-toc-title-toggle{
	display:none;
}

#ez-toc-container nav{
	margin:0;
}

#ez-toc-container ul{
	margin:0;
}

#ez-toc-container ul li{
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:4px;
}

#ez-toc-container ul li:last-child{
	margin-bottom:0;
}

#ez-toc-container ul li a {
	color:#0A50AA;
	text-decoration: none;
}

#ez-toc-container ul li a:hover {
	color:#83A5D3;
	text-decoration: underline;
}

#ez-toc-container ul li a:link {color:#0A50AA;}
#ez-toc-container ul li a:visited {color:#0A50AA;}
#ez-toc-container ul li a:active {color:#0A50AA;}

}

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

#ez-toc-container {
	margin-bottom:25px;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	background-color:#FFF;
	border:#83A5D3 1px solid;
}

#ez-toc-container p.ez-toc-title{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:4px;
}

#ez-toc-container .ez-toc-title-toggle{
	display:none;
}

#ez-toc-container nav{
	margin:0;
}

#ez-toc-container ul{
	margin:0;
}

#ez-toc-container ul li{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:2px;
}

#ez-toc-container ul li:last-child{
	margin-bottom:0;
}

#ez-toc-container ul li a {
	color:#0A50AA;
	text-decoration: none;
}

#ez-toc-container ul li a:hover {
	color:#83A5D3;
	text-decoration: underline;
}

#ez-toc-container ul li a:link {color:#0A50AA;}
#ez-toc-container ul li a:visited {color:#0A50AA;}
#ez-toc-container ul li a:active {color:#0A50AA;}

}

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

/*  タグ　*/

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

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

/*  詳細ページのタグリスト　*/

.hochouki-tags{
	padding-top:40px;
}

.hochouki-tags a{
	margin-right:8px;
	padding:6px 12px;
	background-color:#EBF7FE;
	border-radius: 8px;
	text-decoration:none;
	font-size:15px;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.hochouki-tags a:hover{
	text-decoration:none;
}

/*  一覧ページのタグタイトル　*/

h1.hochouki_tag_midashi{
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:60px;
}

}

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

/*  詳細ページのタグリスト　*/

.hochouki-tags{
	padding-top:30px;
}

.hochouki-tags a{
	margin-right:8px;
	padding:4px 8px;
	background-color:#EBF7FE;
	border-radius: 8px;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.hochouki-tags a:hover{
	text-decoration:none;
}

/*  一覧ページのタグタイトル　*/

h1.hochouki_tag_midashi{
	text-align:center;
	font-size:15px;
	color:#333;
	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:40px;
}

}

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

/*  この記事を書いた人　*/

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

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

.saboxplugin-desc{
}

.saboxplugin-desc .description{
	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";
}

}

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

.saboxplugin-desc{
}

.saboxplugin-desc .description{
	text-align:left !important;
	font-size:12px;
	color:#333;
	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";
}

}