/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_pc.jpg");
	background-color: #F0F0F0;
}
.contents {
	padding-bottom: 100px;
}
.text_box {
	height: auto;
	width: 930px;
	position: relative;
	float: left;
	margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 35px;
}
.list {
	height: auto;
	width: 930px;
	float: left;
	margin-left: 35px;
    margin-bottom: 20px;
}
.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: 170px;
	color: #67d2dd;
	font-weight: bold;
}
.list li.hn2 {
	width: 732px;
	padding-left: 25px;
	border-left: 3px solid #67d2dd;
}
.list li.hn3 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.list li.hn4 {
    width: 732px;
    padding-left: 25px;
    margin-left: 170px;
    border-left: 3px solid #67d2dd;
}
.list li.hn5 {
    width: 760px;
    margin-left: 170px;
    height: 1px;
    background-color: #CCCCCC;
}
.button_area {
	width: 600px;
	height: auto;
	margin-left: 280px;
	float: left;
}
.button {
	width: 200px;
	color: #ffffff;
	background: #67d2dd;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 8px 0 8px 0;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	font-weight: bold;
	border-radius: 25px;
}
a.button:hover {
	background-color: #b4dc74;
	color: #ffffff;
	text-decoration: none;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_sp.jpg");
}
.text_box {
	width: 680px;
	font-size: 30px;
}
.list {
	width: 750px;
	margin-left: 0px;
}
.list li {
    font-size: 24px;
}
.list li.hn1 {
	width: 650px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 50px;
}
.list li.hn2 {
    width: 650px;
    padding-left: 50px;
    margin-top: 5px;
    margin-bottom: 50px;
    border-left: 0px solid #37bb91;
}
.list li.hn3 {
    height: 2px;
}
.list li.hn4 {
    width: 650px;
    padding-left: 50px;
    margin-left: 0px;
    border-left: 0px solid #37bb91;
}
.list li.hn5 {
    display: none;
}
.button_area {
    width: 690px;
    margin-left: 35px;
	margin-top: 40px;
}
.button {
	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) */
