/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_pc.jpg");
	background-color: #F0F0F0;
}
.contents {
	padding: 50px 0 50px 0;
}
.text_box {
    height: auto;
    width: 930px;
    position: relative;
    float: left;
    margin-left: 35px;
    text-align: justify;
}
.st {
	height: auto;
	width: 928px;
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 25px;
	text-align: center;
	line-height: 25px;
	color: #41c7d5;
	border: 1px solid #41c7d5;
	margin-top: 65px;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_sp.jpg");
}
.text_box {
    width: 670px;
    margin-left: 40px;
}
.st {
    width: 666px;
    margin-left: 40px;
    font-size: 30px;
    line-height: 30px;
    border: 2px solid #41c7d5;
    padding-top: 20px;
    padding-bottom: 20px;
}

}/* @media only screen and (max-width: 750px) */
