/* #PC ========================================================================================================== */
#title_back {
    background-image: url(../imgs/title_back_pc.jpg);
}
.st {
    height: auto;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #96a5b9;
    font-weight: bold;
}
.list {
	height: auto;
	width: 940px;
	float: left;
	margin-left: 30px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list li.hn1 {
	width: 160px;
	padding-left: 25px;
	color: #96a5b9;
}
.list li.hn2 {
	width: 730px;
	padding-left: 22px;
	border-left: 3px solid #96a5b9;
}
.list li.hn3 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

#title_back {
    background-image: url(../imgs/title_back_sp.jpg);
}
.st {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 35px;
}
.list {
	width: 680px;
	margin-left: 35px;
}
.list li {
    font-size: 24px;
}
.list li.hn1 {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    background-color: #96a5b9;
    text-align: center;
}
.list li.hn2 {
    width: 660px;
    padding-left: 20px;
    border-width: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.list li.hn3 {
    display: none;
}

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