@charset "utf-8";
/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back_pc.jpg);
}
.contents {
    height: auto;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 100px;
    float: left;
}
.news_box {
	width: 940px;
	height: auto;
	position: relative;
    float: left;
    margin-left: 30px;
}
.news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_box li  {
	margin: 0px;
	padding: 0px;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	text-align: justify;
    word-break: break-all;
}
.news_box li.hn1 {
	width: 570px;
}
.news_box li.hn1b {
	width: 340px;
}
.news_box li.hn2 {
	width: 100%;
	height: auto;
    margin-bottom: 60px;
}
.news_box li.hn3 {
	width: 100%;
	height: auto;
	color: #0064b9;
	font-size: 25px;
	line-height: 35px;
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: bold;
}
.news_box li.hn4 {
	width: 98%;
    font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #0064b9;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 2%;
}
.news_box img {
	margin-bottom: 25px;
}
.news_box a  {
	color: #0064b9;
	text-decoration: underline;
}
.news_box a:hover {
    color: #002EB9; /*下線あり*/
    text-decoration: underline;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-image: url(../imgs/title_back_sp.jpg);
}
.news_box {
	width: 650px;
    margin-left: 50px;
}
.news_box li.hn1 {
	width: 100%;
	margin-left: 0px;
}
.news_box li.hn1b {
	width: 100%;
	margin-left: 0px;
}
.news_box li.hn2 {
	width: 100%;
}
.news_box li.hn3 {
	font-size: 33px;
	line-height: 45px;
    margin-bottom: 25px;
}
.news_box li.hn4 {
	width: 96%;
    font-size: 30px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    padding-left: 4%;
}
.news_box img {
	margin-bottom: 45px;
}

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