/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_img_pc.jpg");
	background-color: #e8e4e1;
}
.contents {
	height: auto;
	width: 100%;
	min-width: 1000px;
	position: relative;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
    padding-bottom: 100px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.t_text_box {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list_area {
	width : 960px;
	height: auto;
	float: left;
    overflow-x: auto;
}
.list {
	width : 960px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
    font-size: 20px;
	line-height: 25px;
	border-bottom: 1px solid #CCCCCC;
	background: linear-gradient(90deg, #e7f7f2 0%, #e7f7f2 220px, rgba(255,255,255,0.7) 220px, rgba(255,255,255,0.7) 100%);￥
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	text-decoration: none;
	display: block;
	height: 80px;
	width: 100%;
	position : relative;
	float: left;
	border-top: 1px solid #CCCCCC;
    text-align: center;
    align-content: center;
}
.list li.hn1 {
	width: 220px;
	color: #37BB91;
	font-weight: bold;
}
.list li.hn2 {
	width : 246px;
}
.list li.hn3 {
	width : 246px;
    border-left: 1px solid #CCCCCC;
}
/
.bc_menu {
    background-color: #FCE7E8;
}
.text_box {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
	text-align: center;
    margin-left: 25px;
    margin-bottom: 50px;
    text-align: justify;
}
.text_box2 {
	text-align: center;
    line-height: 50px;
}
.btn_box_last {
	width: 460px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 270px;
}
.text_l {
	font-size: 35px;
    line-height: 50px;
    color: #eb7177;
}
.list_scroll {
	display: none;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_img_sp.jpg");
}
.contents {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.t_text_box {
	font-size: 40px;
	line-height: 60px;
    margin-top: 60px;
}
.list_area {
	width : 750px;
	height: auto;
	float: left;
    overflow-x: auto;
}
.list {
	width : 1100px;
	margin-left: 0px;
	margin-bottom: 50px;
    font-size: 32px;
	line-height: 40px;
	border-bottom: 2px solid #CCCCCC;
	background: linear-gradient(90deg, #e7f7f2 0%, #e7f7f2 280px, #ffffff 280px, #ffffff 100%);
}
.list li {
	border-top: 2px solid #CCCCCC;
    height: 150px;
}
.list li.hn1 {
	width: 280px;
}
.list li.hn2 {
	width : 180px;
}
.list li.hn3 {
	width : 318px;
    border-left: 2px solid #CCCCCC;
}
.text_box {
	width: 650px;
    margin-left: 50px;
}
.btn_box_last {
	width: 670px;
	margin-left: 40px;
}
.text_box2 {
    line-height: 70px;
}
.text_l {
	font-size: 38px;
    line-height: 50px;
}
.list_scroll {
    display: block;
	width : 750px;
	height: auto;
	float: left;
    overflow-x: auto;
}
.list_scroll2 {
    margin: -40px 0 50px 0;
}

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