/* #PC ========================================================================================================== */
.title_ph {
	height: 230px;
	width: 260px;
	position: absolute;
	top: 0;
	right: 30px;
	background-image: url("../imgs/title_ph.png");
	background-repeat: no-repeat;
	background-size: 260px auto;
}
.space {
	width : 100%;
	height: 40px;
	float: left;
    position : relative;
}
.line {
	width : 900px;
	height: 2px;
	float: left;
    position : relative;
	margin-left: 50px;
	margin-top: 30px;
    margin-bottom: 30px;
	background-color: #A6A6A6;
}
.st {
	width : 900px;
	height: auto;
	float: left;
	position : relative;
	margin-left: 50px;
	font-size: 20px;
    line-height: 30px;
	font-weight: bold;
}
.text {
	width : 900px;
	height: auto;
	float: left;
	position : relative;
    margin-top: 15px;
	margin-left: 50px;
	text-align: justify;
}
.end {
	height: 80px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_ph {
    width: 225px;
    right: 0px;
}
.space {
	height: 20px;
}
.line {
	width : 100%;
	height: 3px;
	margin-left: 0px;
	margin-top: 50px;
    margin-bottom: 50px;
}
.st {
	width : 660px;
	margin-left: 45px;
	font-size: 27px;
    line-height: 35px;
}
.text {
	width : 660px;
    margin-top: 30px;
	margin-left: 45px;
}

}