/*
======== table of content. ===============

summary:レスポンシブ基本要素

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

@media screen and (min-width: 801px) {
}

@media screen and (min-width: 641px) and (max-width: 800px) {
.sec_col3 .col:nth-child(5),
.sec_col3 .col:nth-child(6) { display:none; }
.sec_common_inner section:nth-child(2) .sec_col3 .col:nth-child(3) { display:none; }
}

@media screen and (max-width: 640px) {
.sec_col3 .col:nth-child(5),
.sec_col3 .col:nth-child(6) { display:none; }
.sec_common_inner section:nth-child(2) .sec_col3 .col:nth-child(3) { display:none; }
}

