/* #PC ========================================================================================================== */
.title_seitai {
	background-image: url("../imgs/title_seitai_pc.jpg");
	background-color: #E6E1E3;
}
.title_mataniti {
	background-image: url("../imgs/title_mataniti_pc.jpg");
	background-color: #E6E1E3;
}
.title_sango {
	background-image: url("../imgs/title_sango_pc.jpg");
	background-color: #E6E1E3;
}
.title_harikyu {
	background-image: url("../imgs/title_harikyu_pc.jpg");
	background-color: #E6E1E3;
}
.title_tokubetsu {
	background-image: url("../imgs/title_tokubetsu_pc.jpg");
	background-color: #E6E1E3;
}
.title_biyou {
	background-image: url("../imgs/title_biyou_pc.jpg");
	background-color: #E6E1E3;
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    margin-bottom: 100px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.news_box {
	width: 950px;
	height: auto;
	float: left;
	position: relative;
    margin-top: 60px;
	margin-left: 25px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_box li  {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	position : relative;
	float: left;
    margin-bottom: 20px;
}
.news_box li.hn1 {
	width: 110px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 8px;
}
.news_box li.hn2 {
	width: 800px;
	height: 20px;
	margin-left: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 20px;
	line-height: 25px;
}
.news_04 {
    background-color: #ED81A5;
}
.st_box {
	width: 950px;
	height: auto;
	float: left;
	position: relative;
	margin-left: 25px;
	margin-bottom: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 30px;
	line-height: 40px;
	color: #37BB91;
}
.text_box {
	width: 950px;
	height: auto;
	float: left;
	position: relative;
	margin-left: 25px;
	margin-bottom: 40px;
	text-align: justify;
}
.ph_box {
	width:600px;
	height: auto;
	float: left;
	position: relative;
    margin-left: 25px;
	margin-bottom: 40px;
}
.text_l {
	font-size: 1.5em;
	line-height: 1.5em;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_seitai {
	background-image: url("../imgs/title_seitai_sp.jpg");
}
.title_mataniti {
	background-image: url("../imgs/title_mataniti_sp.jpg");
}
.title_sango {
	background-image: url("../imgs/title_sango_sp.jpg");
}
.title_harikyu {
	background-image: url("../imgs/title_harikyu_sp.jpg");
}
.title_tokubetsu {
	background-image: url("../imgs/title_tokubetsu_sp.jpg");
}
.title_biyou {
	background-image: url("../imgs/title_biyou_sp.jpg");
}
.contents {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.news_box {
	width: 100%;
    margin-top: 80px;
	margin-left: 0px;
	margin-bottom: 50px;
	border-bottom: 2px solid #CCCCCC;
}
.news_box li.hn1 {
	width: 140px;
	height: 30px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 12px;
    margin-left: 50px;
}
.news_box li.hn2 {
	width: 500px;
	font-size: 30px;
	line-height: 40px;
}
.st_box {
	width: 650px;
	margin-left: 50px;
	font-size: 40px;
	line-height: 50px;
}
.text_box {
	width: 650px;
	margin-left: 50px;
}
.ph_box {
	width: 650px;
    margin-left: 50px;
}
.text_l {
	font-size: 1.3em;
	line-height: 1.3em;
}



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