/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../imgs/title_back_pc.jpg);
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    padding-bottom: 130px;
}
.textbox1 {
    height: auto;
    width: 900px;
    float: left;
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 100px;
    text-align: left;
}
.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 li.hn4 {
    width: 700px;
    padding-left: 25px;
    margin-left: 170px;
    border-left: 5px solid #0064b9;
}
.list li.hn5 {
    width: 725px;
    margin-left: 170px;
    height: 1px;
    background-color: #CCCCCC;
}
.button_area {
	width: 600px;
	height: auto;
	margin-left: 280px;
	float: left;
}
.button2 {
	width: 200px;
	color: #ffffff;
	background: #0064b9;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 8px 0 8px 0;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
    border-radius: 25px;
}
a.button2:hover {
	background-color: #0DA3F4;
	color: #ffffff;
	text-decoration: none;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-image: url(../imgs/title_back_sp.jpg);
}
.contents {
    min-width: 100%;
    padding-bottom: 120px;
}
.textbox1 {
    width: 680px;
    text-align: justify;
    margin-left: 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: #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;
}
.list li.hn4 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
    border-width: 0px;
    margin-top: -20px;
    margin-bottom: 50px;
    margin-left: 0px;
    border-left: 0px solid #00af46;
    border-top: 2px solid #cccccc;
}
.list li.hn5 {
    display: none;
}
.button_area {
    width: 690px;
    margin-left: 35px;
	margin-top: 40px;
    margin-bottom: 100px;
}
.button2 {
	width: 48%;
	font-size: 30px;
	padding: 10px 0 10px 0;
	margin-left: 0%;
	margin-right: 2%;
    border-radius: 35px;
}

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