﻿@charset "utf-8";

/* ■■■メインイメージ■■■*/

#header-bg_base {
width: 100%;
z-index:0;
background-color: #FFF;
position: relative;
height: 250px !important;
}

#header-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 74%;
background-image : url(../images/bg01.jpg);
height: 100%;
background-position: 0 center !important;
background-repeat: no-repeat !important;
background-size: cover;

}


#header-bg p.ty01 {
position: absolute;
bottom: 0;
right: 0;
width: 46%;
z-index: 1;
padding: 60px 0 40px 0;
font-size: 34px;
font-weight: bold;
background: url(../../common/images/navi_icon5.svg) center 10px no-repeat #f0f8ff;
background-size: 24px 30px;
color: #459dc1;
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

#header-bg_base {
height: 180px !important;
}

#header-bg::after {
width: 74%;
}

#header-bg p.ty01 {
width: 56%;
padding: 45px 0 20px 0;
font-size: 24px;
background-size: 18px 23px;
}

}
/* max-width: 768px @end */

/* ■■■コンテンツ部分■■■*/

.eq_cont01 ul,
.eq_cont02 ul {
font-size: 0;
text-align: center;
letter-spacing: 0;
}

.eq_cont01 ul li {
width: 32%;
display: inline-block;
margin: 20px 0 0 0;
vertical-align: top;
}

.eq_cont01 ul li:nth-child(3n-1) {
margin: 20px 2% 0 2%;
}

.eq_cont02 ul li {
width: 48%;
display: inline-block;
margin: 20px 0 0 0;
vertical-align: top;
}

.eq_cont02 ul li:nth-child(2n) {
margin: 20px 0 0 2%;
}


.eq_name {
font-size: 16px;
font-weight: bold;
}









