/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back.jpg);
    background-color: #d3e7e6;
}
.id_point {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin-top: -100px;
}
.contents2 {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url("../imgs/back1pc.jpg");
    padding-top: 90px;
    padding-bottom: 90px;
}
.shurui_box {
    height: 310px;
    width: 950px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-left: 25px;
    background-color: #FFFFFF;
}
.shurui_box {
    height: 310px;
    width: 950px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-left: 25px;
    background-color: #FFFFFF;
}
.shurui_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.shurui_box li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;    
}
.shurui_box li.hn0 {
    display: none;
}
.shurui_box li.hn1 {
    width: 45px;
    margin-left: 35px;
    margin-top: 20px;
}
.shurui_box li.hn2 {
    width: 500px;
    margin-top: 35px;
    margin-left: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #2D5DBA;
}
.shurui_box li.hn3 {
    height: 2px;
    background-color: #2D5DBA;
    margin-top: 10px;
}
.shurui_box li.hn4 {
    width: 460px;
    text-align: justify;
    margin-left: 35px;
    margin-top: 20px;
}
.shurui_box li.hn5 {
    width: 450px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-position: -170px center;
}
.contents2 {
    background-image: url("../imgs/back1sp.jpg");
}
.contents3 {
    background-image: url("../imgs/back2sp.jpg");
}
.shurui_box {
    height: auto;
    width: 660px;
    margin-bottom: 50px;
    margin-left: 45px;
    padding-bottom: 65px;
}
.shurui_box li.hn0 {
    display: block;
}
.shurui_box li.hn1 {
    width: 120px;
    margin-left: 270px;
    margin-top: -74px;
}
.shurui_box li.hn2 {
    width: 560px;
    margin-left: 50px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.shurui_box li.hn3 {
    display: none;
}
.shurui_box li.hn4 {
    width: 560px;
    margin-left: 50px;
}
.shurui_box li.hn5 {
    display: none;
}


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