@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/equipment/modulox/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
.section{
    margin: 0 0 40px 0;
}

.equipment_list{
    margin: 0 0 -50px 0;
}

.section .head_title{
    padding: 0 0 5px 0;
    margin: 0 15px 20px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px solid #808080;
}

.equipment_list .list_inner{
    margin: 0;
    padding: 0 15px;
}

.equipment_list .list_inner .through_content_inner{
    padding: 0 0 10px 0;
}

.equipment_list .list_inner .through_content_inner img{
    margin: 0 15px 0 0;
}

.equipment_list .list_inner .pic{
    margin: 0 0 10px 0;
}

.equipment_list .list_inner .pic img{
    width: 100%;
    height: auto;
}

.equipment_list .list_inner .copy{
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.375em;
}

.equipment_list .list_inner .name{
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

.equipment_list .list_inner .ico_type{
    margin: 0 10px 0 0;
    position: relative;
    left: 0;
}


.equipment_list .list_inner .caution {
	font-size: 11px;
}

/* -----------------------------------
    #section_access
----------------------------------- */
#section_access{
    margin: 0 0 50px 0;
    padding-bottom: 20px;
}

#section_access .detail{
    margin: 0 0 25px 0;
}

#section_access .slider_inner .pic img{
    margin: 0 0 10px 0 !important;
}

#section_access h5{
    font-weight: normal;
    margin: 0 0 10px 0;
}

#section_access .desc{
    font-weight: bold;
}

p.about_caption {
	margin: 66px 15px 0;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

p.about_caption .detail {
	margin-top: 10px;
	margin-bottom: 70px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	display: block;
	text-align: center;
}

p.about_caption .detail a:after{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image:url(../../../../common/image_common/parts_ico_btn_detail_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px 20px;
	position: relative;
	top: 4px;
	right: -5px;
}
	
/* -----------------------------------
#section_banners
----------------------------------- */
	#section_banners {
		padding: 50px 15px;
	}
	
	#section_banners h4 {
		margin: 0 0 30px;
		font-size: 16px;
		line-height: 1.5em;
	}
	
	#section_banners ul {
		margin: 0px;
		position: relative;
		overflow: hidden;
	}
	
	#section_banners ul li {
		margin-bottom: 40px;
	}
	
	#section_banners ul li:last-child {
		margin-bottom: 10px;
	}
	
	#section_banners ul li div {
		margin: 0 auto 5px;
		position: relative;
		overflow: hidden;
	}
	
	#section_banners .img {
		width: 37%;
		padding-right: 2%;
		float: left;
	}
	
	#section_banners .img img {
		width: 100%;
	}
	
	#section_banners .copy {
		width: 61%;
		font-size: 16px;
		line-height: 1.5em;
		float: right;
	}
	
	#section_banners .caution {
		margin: 0 0 5px;
		font-size: 11px;
		line-height: 1.5em;
	}
	
	#section_banners .detail {
		padding: 0;
	}

}