@charset "utf-8";



/*　-----------------------　eqContainer　-----------------------　*/


.eqContainer.eq_1 {
    grid-template-rows: 370px;
}

/*----------*/

.eqContainer.eq_2 {
    grid-template-rows: 370px 370px 160px 160px;
}

.eqContainer.eq_2 > div:nth-of-type(7) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 5;
}




@media screen and (max-width: 1400px) {

.eqContainer.eq_1 {
    grid-template-rows: 28vw;
}
/*----------*/
.eqContainer.eq_2 {
    grid-template-rows: 28vw 28vw 12.3vw 12.3vw;
}
}

@media screen and (max-width: 1100px) {

.eqContainer.eq_1 {
    grid-template-rows: auto auto auto;
}
/*----------*/
.eqContainer.eq_2 {
    grid-template-rows: auto auto auto auto auto;
}
}

@media screen and (max-width: 900px) {
.eqContainer.eq_1 {
    grid-template-rows: auto auto
}

.eqContainer.eq_2 {
    grid-template-rows: auto auto auto auto;
}
.eqContainer.eq_2 > div:nth-of-type(7) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
}


}




/*　-----------------------------------　*/



.imgCap.LAN {
	padding-bottom: 1em;
}





.w1300 {display: none;}

@media screen and (max-width: 1299px) {
	.w1300 {display: block;}
}
@media screen and (max-width: 639px) {
	.w1300 {display: none;}
}












































