
.inner { width: 94%; max-width: 1200px; margin: auto; }

.compare { padding: 100px 0 50px; }
.compare .block-ttlWrap { text-align: center; padding: 0 0 30px; } 
.compare .block-ttl-en { color: #C72F18; font-size: 70px; letter-spacing: 2px; line-height: 100%; font-weight: 400; }
.compare .block-ttl-ja { font-size: 18px; }

.compare .wrap { max-width: 1600px; margin: auto; width: 94%; }
.compare .wrap .scroll { width: 100%; overflow: auto;  }
.compare .wrap table { width: 1800px; text-align: center; cursor: pointer; }
.compare .wrap table th { width: 200px; box-sizing: border-box; color: #fff; font-size: 20px; font-weight: 400; }
.compare .wrap table th,
.compare .wrap table td { padding: 8px 12px; border: 1px solid #C4C4C4; user-select: none; vertical-align: middle; }
.compare .wrap table th:first-child { border: none; }
.compare .wrap table th.head { width: 450px; }
.compare .wrap table th.head1 { background-color: #ebaba3; }
.compare .wrap table th.head2 { background-color: #e28275; }
.compare .wrap table th.head3 { background-color: #d85847; }
.compare .wrap table th.head4 { background-color: #ce2e19; }
.compare .wrap table td { font-size: 16px; }
.compare .wrap table td.lead { background-color: #F9F9F9; }

ul.style1 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.style1 li { width: 24%; }
ul.style1 li a { display: block; }
ul.style1 li a figure { position: relative; margin: 0; padding: 50% 0 0; width: 100%; overflow: hidden; }
ul.style1 li a figure img { width: auto; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.5s; max-width: none; }
ul.style1 li a:hover figure img { height: 110%; }
ul.style1 li a .label { font-size: 18px; padding: 12px 0 0; }
ul.style1 li a .title { font-size: 24px; padding: 0 0 15px; font-weight: 100; line-height: 120%; }
ul.style1 li a .more span { font-weight: 600; display: inline-block; font-size: 24px; border-bottom: 2px solid #000; font-size: 12px; }

.designs { padding: 60px 0; }
.other_links { padding: 60px 0 120px; }
.other_links ul.style1 li { width: 32%; } 

.sec-flow .block-listWrap .article-list .article-item { width: 25% !important; }

@media screen and (max-width: 767px) { 

    .inner { width: 88%; }
    .compare .wrap { width: 88%; }
    .compare .wrap table { width: 1100px; }
    .compare .wrap table th { font-size: 18px; width: 100px; }
    .compare .wrap table td.lead { font-size: 14px; }
    .compare .wrap table th,
    .compare .wrap table td { padding: 5px 8px; font-size: 14px; }
    .compare .wrap table th.head { width: 250px; }

    .sec-flow .block-listWrap .article-list .article-item-ttl-en { margin: 0 !important; }
    .sec-flow .block-listWrap .article-list .article-item { padding: 0 0 50px; width: 88% !important; }

    ul.style1 { justify-content: center; }
    ul.style1 li,
    .other_links ul.style1 li { width: 100%; margin-bottom: 30px; max-width: 420px; }

    .designs { padding: 30px 0; }
    .other_links { padding: 30px 0 60px; } 
}