@charset "utf-8";
#contents{
	min-width: auto;
}

#philoso-area {
	line-height: 1.7;
	font-size: .9rem;
	padding: 0 1.5rem;
}

.philoso-title {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 1.7rem;
}


.philoso-msg {
	margin-bottom: 5em;
	padding: 0;
}
.philoso-msg:nth-child(5){
	margin-bottom: 2em;
}

.philoso-msg:before{
	content: "";
	top: -1rem;
	height: 6rem;
}

.philoso-msg:nth-child(even):before,
.philoso-msg:nth-child(odd):before{
	left: -1.5rem;
	right: -1.5rem;
}



.philoso-msg img {
	margin-top: .1rem;
	max-width: 95%;
	height: auto;
}
.philoso-msg:nth-child(4) .philoso-sub-l img{
	display: none;
}
.philoso-msg:nth-child(4) > img{
	display: block;
}


.philoso-sub-l,
.philoso-sub-r {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	float: none;
	padding-bottom: .8rem;
}

.philoso-detail-l,
.philoso-detail-r{
	width: 100%;
	float: none;
}

.philoso-detail {
	width: 100%;
	padding: 1.2rem;
	line-height: 1.7;
	box-sizing: border-box;
}