@charset "UTF-8";

/* equip_ttl
===================================*/

#equip_ttl {
    width: 100%;
    padding-top: 20px;
}

#equip_ttl .inner{
    padding-bottom: 60px;
}

#equip_ttl p.catch{
    color: #222222;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}

#equip_ttl p.read{
	text-align: center;
    font-size: 1.6rem;
}

/* equipment
===================================*/

#equipment{
    width: 100%;
    overflow: hidden;
    background-color: #efeee8;
    padding-top: 20px;
}

#equipment ul{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#equipment li{
    width: 48%;
    max-width: 480px;
    margin-bottom: 50px;
}

#equipment li img{
    max-width: 100%;
    height: auto;
}

#equipment li .eq_03{
    margin-top: 50px;
}

#equipment li .eq_04{
    margin-left: -50px;
    margin-bottom: 50px;
}

.equip_info{
    width: 100%;
    background-color: #ffffff;
    padding: 40px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.equip_info h4{
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-bottom: 1em;
}

.table_wrap{
    width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

table.equipment{
    width: 27%;
}

table.equipment th{
    width: 30%;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
}

table.equipment td{
   text-align: right;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/


s
/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/

