/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back.jpg);
    background-color: #E8F2F8;
}
.contents {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 65px;
    padding-bottom: 150px;
}
.news_area {
    height: auto;
    width: 920px;
    float: left;
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 40px;
    border-top: 1px solid #DEE3EE;
}
.news_box {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px solid #DEE3EE;
}
.news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_box li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;    
}
.news_box li.hn1 {
    width: 110px;
}
.news_box li.hn2 {
    width: 85px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 3px;
}
.news_box li.hn3 {
    width: 700px;
    padding-left: 25px;
}
.news1 {
    background-color: #2D5DBA;
}
.news2 {
    background-color: #ec6a18;
}
.news_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.news_box:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom: 1;/*IE*/
    background-color: #dee3ee;
}
.text_box {
    height: auto;
    width: 920px;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 35px;
    margin-left: 40px;
}
.text_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.text_box li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;    
}
.text_box li.hn1 {
    width: 110px;
}
.text_box li.hn2 {
    width: 85px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 3px;
}
.text_box li.hn3 {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    color: #2D5DBA;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text_box li.hn4 {
    width: 100%;
    text-align: justify;
}
.ph_area {
    height: auto;
    width: 970px;
    float: left;
    position: relative;
    margin-top: 35px;
    margin-left: 15px;
}
.ph_box {
    height: auto;
    width: 290px;
    float: left;
    position: relative;
    margin-left: 25px;
    margin-bottom: 25px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents1 {
    margin-top: 50px;
}
.news_area {
    width: 680px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 35px;
    border-top: 2px solid #DEE3EE;
}
.news_box {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    border-bottom: 2px solid #DEE3EE;
}
.news_box li.hn1 {
    width: 190px;
}
.news_box li.hn2 {
    width: 155px;
    font-size: 22px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.news_box li.hn3 {
    width: 100%;
    padding-left: 0px;
    margin-top: 5px;
}
.text_box {
    width: 670px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 50px;
    margin-left: 40px;
}
.text_box li.hn1 {
    width: 190px;
}
.text_box li.hn2 {
    width: 155px;
    font-size: 22px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.text_box li.hn3 {
    font-size: 35px;
    line-height: 55px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ph_area {
    width: 670px;
    margin-top: 60px;
    margin-left: 40px;
}
.ph_box {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
}



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