@charset "UTF-8";
/* コンテンツ */

#title {
    background-color: transparent;
    background-image: url("../img/title_bg.webp");
    background-position: center center;
    background-size: cover;
    height: 200px;
}
#title h2 {
    color: #fff;
}
#title p {
    color: rgba(255,255,255,0.3);
}

.bg_eq {
    background-color: #f4f0eb;
}
.bg_wh {
    background-color: #fff;
}
.bg_eq2 {
    background-color: #e9e0d6;
}

.enavi {
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:0 80px;
	margin:0 auto;
}
.enavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enavi ul li {
    width: calc(100% / 3);
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.enavi ul li:last-child {
    border-right-width: 0;
}
.enavi ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2a6c8a;
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.24em;
    padding: 20px 0;
    transition: all 0.3s;
}
.enavi ul li a span {
    font-size: 0.7em;
}
.enavi ul li a:hover,.enavi ul li.current a {
    background-color: #c9e5ef;
    color: #2a6c8a;
}

.sub_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 2.5em;
    margin-bottom: 20px;
}
.sub_title img {
    height: 1em;
    margin-left: 1em;
}

.sub_title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 2.5em;
    margin-bottom: 20px;
}
.sub_title2 strong {
    font-weight: 500;
    font-size: 0.7em;
}
.sub_title2 img {
    height: 1em;
    margin-left: 1em;
}
.sub_title2 span {
    background-color: #c00;
    color: #fff;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    font-weight: normal;
    font-size: 0.4em;
    line-height: 1.5em;
    padding: 0 1em;
    margin-left: 1em;
}

.tx1 {
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.eq_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.eq_box1 ul li {
    width: 31%;
    margin-bottom: 2em;
}
.eq_box1 ul li h5 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    line-height: 1.5;
    font-size: 1.16em;
}
.eq_box1 ul li img {
    width: 100%;
    margin: 10px 0;
}
.eq_box1 ul li p {
    font-size: 0.92em;
    line-height: 1.7;
}

.eq_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.eq_box2 h4 {
    width: 64%;
}
.eq_box2 h4 img {
    width: 100%;
}
.eq_box2 ul {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.eq_box2 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.eq_box2 ul li h5 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    line-height: 1.5;
    font-size: 1.16em;
}
.eq_box2 ul li img {
    width: 100%;
    margin: 10px 0;
}
.eq_box2 ul li p {
    font-size: 0.92em;
    line-height: 1.7;
}

.eq_box3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.eq_box3 h4 {
    width: 40%;
}
.eq_box3 h4 img {
    width: 100%;
}
.eq_box3 ul {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.eq_box3 ul li {
    box-sizing: border-box;
    padding: 17px 0;
    width: calc((100% - 15px) / 2);
    color: #7da2a0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    line-height: 1;
    font-size: 1.16em;
    font-weight: bold;
    text-align: center;
    border: 2px solid #7da2a0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.eq_box3.ebrown ul li {
    color: #9b8972;
    border: 2px solid #9b8972;
}

.eq1adj li:first-child,.eq1adj li:last-child {
    width: 13%;
}

.eq_box4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.eq_box4 section:first-child {
    width: 62%;
}
.eq_box4 ul {
    width: 100%;
    margin-bottom: -30px;
}
.eq_box4 ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.eq_box4 ul li h5 {
    color: #7da2a0;
    font-size: 3em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    line-height: 1em;
    font-weight: 500;
    margin-right: 0.5em;
    flex-shrink: 0;
}
.eq_box4 section:last-child {
    width: 33%;
}
.eq_box4 section:last-child img {
    width: 100%;
}
.eq_box4 section:last-child h5 {
    width: 50%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.eq_box4 section:last-child p {
    font-size: 0.92em;
    line-height: 1.7;
}

.eq_box5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.eq_box5 img {
    width: 35%;
}
.eq_box5 section {
    width: 60%;
    line-height: 1.7;
}

.enadj {
    margin-top: 10px;
}

.wood_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.wood_box ul img {
    width: 100%;
}
.wood_box ul li {
    width: 22%;
}
.wood_box ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.wcvari_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.wcvari_box ul img {
    width: 100%;
}
.wcvari_box ul li {
    width: 31%;
    margin-bottom: 2em;
}
.wcvari_box ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

@media screen and (min-width: 961px) {
.eadj {
    
}
}

@media screen and (max-width: 960px) {
#title {
    height: 170px;
}
.enavi {
	padding:0 10px;
}
.tbadj ul li {
    width: 47%;
}
.tbadj ul li:nth-child(1),.tbadj ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 2em;
}


.eq_box2 h4 {
    width: 70%;
    margin:0 auto 30px;
}
.eq_box2 ul {
    width: 100%;
}
.eq_box2 ul li {
    width: 31%;
}

.eq_box3 {
    flex-direction: column-reverse;
}
.eq_box3 h4 {
    width: 70%;
    margin:0 auto 15px;
}
.eq_box3 ul {
    width: 100%;
    margin-bottom: -15px;
}

.wood_box ul {
    margin-bottom: -2em;
}
.wood_box ul li {
    width: 47%;
    margin-bottom: 2em;
}
.wood_box ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}
}


@media screen and (max-width: 520px) {
#title {
    height: 150px;
}

.enavi ul li a {
    line-height: 1.5;
    font-size: 0.76em;
    padding: 15px 0;
}
.enavi ul li a span {
    font-size: 1.24em;
}

.sub_title {
    font-size: 1.8em;
}

.sub_title2 {
    font-size: 1.8em;
}
.sub_title2 section {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
}
.sub_title2 img {
    margin-left: 0;
}

.tx1 {
    font-size: 1.24em;
}

.eq_box1 ul {
}
.eq_box1 ul li {
    width: 47%;
}
.eq_box1 ul li h5 {
    font-size: 1.08em;
}
.eq_box1 ul li img {
    margin: 7px 0;
}

.eq_box2 h4 {
    width: 100%;
    margin-bottom: 30px;
}
.eq_box2 ul {
    width: 100%;
}
.eq_box2 ul li {
    width: 47%;
}
.eq_box2 ul li h5 {
    font-size: 1.08em;
}
.eq_box2 ul li img {
    margin: 7px 0;
}

.eq_box3 {
    flex-direction: column-reverse;
}
.eq_box3 h4 {
    width: 100%;
    margin-bottom: 10px;
}
.eq_box3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.eq_box3 ul li {
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    font-size: 1.08em;
    margin-bottom: 10px;
}

.eq1adj li:first-child,.eq1adj li:last-child {
    display: none;
}


.eq_box4 section:first-child {
    width: 100%;
}
.eq_box4 ul {
    width: 100%;
    margin-bottom: 0;
}
.eq_box4 section:last-child {
    width: 100%;
}

.eq_box5 img {
    width: 100%;
    margin-bottom: 30px;
}
.eq_box5 section {
    width: 100%;
}

.wcvari_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.wcvari_box ul li {
    width: 47%;
    margin-bottom: 2em;
}
.wcvari_box ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}


}

