/* #PC ========================================================================================================== */
.title_inner {
    background-image: url(../imgs/title_bg_pc.png);
}
.m_top {
	margin-top: 150px;
}
.contents_news {
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    padding: 100px 0 150px 0;
}
.news_title {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
	margin-bottom: 40px;
}
.news_title ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_title li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	width: 100%;
	position : relative;
	float: left;
}
.news_title li.hn1 {
	width: 120px;
	margin: 5px 0 0 20px;
    font-size: 20px;
    line-height: 20px;
}
.news_title li.hn2 {
    width: 140px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}
.news_title li.hn3 {
    width: calc(100% - 40px);
    color: #5ACDAF;
    font-size: 24px;
    line-height: 45px;
	margin: 30px 0 0 20px;
}
.news_text {
    width: calc(100% - 40px);
	height: auto;
	position : relative;
	float: left;
    font-size: 18px;
    line-height: 50px;
	margin: 30px 0 80px 20px;
}
.ph_box {
    width: 460px;
	height: auto;
	position : relative;
	float: left;
    margin: 0 20px 60px 20px;
    line-height: 25px;
}
.ph_box img {
    margin-bottom: 15px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_inner {
    background-image: url(../imgs/title_bg_sp.png);
}
.m_top {
	margin-top: 150px;
}
.contents_news {
    min-width: 100%;
}
.news_title {
	margin-bottom: 40px;
}
.news_title li.hn1 {
	width: 140px;
	margin: 10px 0 0 50px;
    font-size: 24px;
    line-height: 24px;
}
.news_title li.hn2 {
    width: 210px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
}
.news_title li.hn3 {
    width: calc(100% - 100px);
    font-size: 30px;
    line-height: 50px;
	margin: 30px 0 0 50px;
}
.news_text {
    width: calc(100% - 100px);
    font-size: 26px;
    line-height: 60px;
	margin: 10px 0 80px 50px;
}
.ph_box {
    width: calc(100% - 100px);
    margin: 0 20px 75px 50px;
    line-height: 40px;
}
.ph_box img {
    margin-bottom: 30px;
}



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