/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../../_common/imgs/title_back_pc.jpg);
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    padding-top: 80px;
    padding-bottom: 130px;
}
.obi  {
    height: auto;
    width: 900px;
    position: relative;
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #0064B9;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
    margin-left: 50px;
}
.list {
	height: auto;
	width: 900px;
	float: left;
	margin-left: 50px;
    margin-bottom: 50px;
}
.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: 20px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list li.hn1 {
	width: 150px;
	padding-left: 20px;
	color: #0064b9;
}
.list li.hn2 {
	width: 700px;
	padding-left: 25px;
	border-left: 5px solid #0064b9;
}
.list li.hn3 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.list a  {
	color: #0064b9;
	text-decoration: none;
}
.list a:hover {
    color: #0064b9; /*下線あり*/
    text-decoration: underline;
}
.btn_box  {
    height: auto;
    width: 310px;
    position: relative;
    float: left;
    margin-left: 345px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-image: url(../../_common/imgs/title_back_sp.jpg);
}
.contents {
    min-width: 100%;
    padding-top: 75px;
    padding-bottom: 120px;
}
.obi  {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: 0px;
    margin-bottom: 50px;
}
.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: #2c9ed8;
    text-align: center;
}
.list li.hn2 {
    width: 680px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: 5px;
    margin-bottom: 50px;
    border-left-size: 0px;
}
.list li.hn3 {
    display: none;
}
.btn_box  {
    width: 410px;
    margin-left: 170px;
}

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