@charset "UTF-8";

.information {
	font-size: 16px;
	padding-bottom: 60px;
}
.information .list {
	margin-top: 25px;
	padding: 0 30px;
}
.information ul{
	margin: 10px 20px 0;
}
.information ul li::after {
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #000;
	left: 101px;
	bottom: 0;
	content: "";
}
.information ul li {
	border-bottom: 1px dotted #000;
	padding: 10px 0 5px;
	position: relative;
}
.information ul li p {
	margin-left: 115px;
	margin-top: -1.5em;
	width: 985px;
}

.details .post{
	font-size: 16px;
	padding: 20px 30px;
}

@media screen and (max-width:750px) {
#main {
	background-image: none;
}
.information {
	font-size: 28px;
	padding-bottom: 0;
}
.ttl_square_line03{
	padding-left: 20px;
}
.information h2 {
	font-size: 32px;
	padding-left: 20px;
	width: auto;
	font-weight: normal;
}
.information .content {
	width: auto;
	padding: 30px 0 20px;
	background-color: #fff;
	margin: 0 20px;
}
.information h2 {
	font-size: 32px;
}
.information h2 a {
	font-size: 24px;
	right: 30px;
	background-image: url(../images/icon_sarrow_blk_sp.png);
	padding-left: 32px;
}
.information ul {
	margin: 0;
}
.information ul li::after {
	display: none;
}
.information ul li {
	border-bottom: 1px dotted #000;
	padding: 10px 10px 5px;
}
.information ul li time {
	color: #000;
	font-size: 28px;
}
.information ul li p {
	margin-left: auto;
	margin-top: 0;
	width: auto;
	font-size: 28px;
}

.details .post {
	padding: 0 20px 40px;
	margin: 40px 0;
	font-size: 28px;
}

}