p{
	line-height: 2;
}
body{
	position: relative;
}
h2{
	padding-bottom: .6rem;
	margin: 2rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
h3{
	background: rgba(0, 93, 56, 0.2);
	padding: .5rem;
}
h4{
	font-size: 1.2rem;
	margin: .6rem 0;
	font-weight: bold;
	color: rgba(0, 93, 56, 1);
}
img{
	max-width: 100%;
	height: auto;
}
nav{
	position: relative;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav{
	display: inherit;
}
.nav-link.active{
	background: #074109;
}
#logo{
	margin: 5rem 0 2rem;
}
.link-home{
	position: absolute;
	right: 0;	
}
.item img{
	width: 100%;
    object-fit: cover;
    height: 280px;
    font-family: 'object-fit: cover;';
}
.ul-comments{
	list-style: none;
	padding-left: 1rem;
}
.ul-comments li{
	display: flex;
	margin: .5rem 0;
}
.ul-comments li:before{
	content: '※';
}
#contents .header-image img{
	width: 100%;
    object-fit: contain;
    height: 100%;
    font-family: 'object-fit: cover;';
}
#header-top{
	position: fixed;
	width: 100%;
	top:0;
	z-index:100;
	padding: 1em;
	background: #005B37;
}
#header-top a{
	color: #FFF;
	display: inline-block;
	margin: 0 1rem;
}
#main-menu{
	justify-content: space-around;
}
.q{
	margin: 1rem 0;
	padding: 1rem 0;
}
.q span{
	display: inline-block;
	font-size: 2rem;
	color: #0091bd;
	margin-right: 1rem;
}
.a{
	margin: 1rem 0;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a span{
	display: inline-block;
	font-size: 2rem;
	color: #bd1d00;
	margin-right: 1rem;
}
.max-image img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
#footer{
	text-align: center;
	padding: 1rem;
	color: #7f7f7f;
}
#btn-to-top{
	display: none;
	position: fixed;
	bottom: 10%;
	right: 20px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}




.btn-journal{
    background-image: url(/_bosys/wp-content/themes/sembikiya/common/img/logo_bg.svg);
    background-repeat: no-repeat;
    background-size: 10%;
    padding: 1rem 2rem;
    font-weight: bold;
    text-shadow: 0px 0px 10px black;
    background-position: 5% 50%;
    background-color: #005B37;
    color: #FFF;
}
.btn-journal:hover{
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 0px 5px black;
    background-color: #023d25;
}



/* 中国語サイト用　追記_181228 */

body#zh{
	font-family:"Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}

#zh p{
	text-indent: 2rem;
}

#zh .col-md-5 p{
	text-indent: 0;
}