@charset "utf-8";

.listEntry01 li {
	clear: both;
	border-bottom: solid 1px #DDD
}

.listEntry01 li:last-child {
	border-bottom: none
}

.listEntry01 li a {
	position: relative;
	display: block;
	padding: 15px 0;
	text-decoration: none
}

.listEntry01 li a:hover {
	text-decoration: underline
}

.listEntry01 .update {
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
	color: #353535
}

.listEntry01 .postname,
.listEntry01 .text {
	padding: 0 0 0 170px;
	line-height: 2
}

.listEntry01 .postname {
	position: relative
}

.listEntry01 .pdf:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	background: url(/common/img/ico_pdf01.png) right center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 26px;
	margin: 0 0 0 20px
}

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

	.listEntry01 .postname,
	.listEntry01 li a {
		position: relative
	}

	.listEntry01 li {
		clear: both;
		border-bottom: solid 1px #DDD
	}

	.listEntry01 li:last-child {
		border-bottom: none
	}

	.listEntry01 li a {
		display: block;
		padding: 15px 0;
		text-decoration: none
	}

	.listEntry01 .update {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		color: #353535
	}

	.listEntry01 .postname,
	.listEntry01 .text {
		padding: 0;
		line-height: 1.6
	}

	.listEntry01 .pdf:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		background: url(/common/img/ico_pdf02.png) right center no-repeat;
		background-size: 20px;
		width: 20px;
		height: 27px;
		margin: 0 0 0 20px
	}
}

.index .listEntryWrap01 .boxPages02 {
	border-top: 1px solid #ddd
}

.single .singleEntry01 {
	margin-bottom: 30px
}

.single .singleEntry01 .head {
	position: relative;
	margin-bottom: 20px;
	padding: 13px 0;
	border-bottom: 2px solid #ddd
}

.single .singleEntry01 .head .date {
	position: absolute;
	top: 18px;
	right: 0;
	color: #0161ae
}

.single .singleEntry01 .head .tit {
	font-size: 24px;
	line-height: 1.5;
	padding-right: 154px;
}

.single .singleEntry01 .entry {
	overflow-wrap: break-word;
}

.single .singleEntry01 .entry ol li {
	counter-increment: li;
	padding-left: 1em;
	text-indent: -1em;
}
.single .singleEntry01 .entry ol li:before {
	position: relative;
	content: counter(li) ". ";
}

.single .singleEntry01 .entry ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.single .singleEntry01 .entry ul li:before {
	content: '・';
}

.single .singleEntry01 .entry img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

@media screen and (max-width:1023px) {
	.single .singleEntry01 {
		margin: 0 -20px;
		padding: 0 20px 30px;
		border-bottom: 1px solid #ddd
	}

	.single .singleEntry01 .head {
		margin-bottom: 8px;
		padding: 9px 0 8px;
		border-bottom-width: 1px
	}

	.single .singleEntry01 .head .date {
		position: static;
		font-size: 13px;
		line-height: 1.69
	}

	.single .singleEntry01 .head .tit {
		font-size: 16px;
		padding-right: 0
	}
}
@media screen and (min-width: 1023px) {
    #contents .is-left {
        float: left;
        width: 50%;
    }
    #contents .is-right {
        float: left;
        width: 50%;
        padding: 13px 0 0 8%;
        box-sizing: border-box;
    }
}
