@charset "UTF-8";
.c-page-top-inner {
    background-image: url(../images/words/bg_words.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.index_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0;
}
.index_list li {
    width: 20%;
    margin: 10px 0 0;
}
.index_list li a {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #d6d6d6;
    padding: 16px 20px 16px 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
}
.index_list li a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.index_list li a:hover {
    box-shadow: 0 4px 8px rgb(0 0 0 / 13%);
}
.index_words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0;
}
.index_words li {
    width: 25%;
    margin: 20px 0 0;
}
.index_words li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 0 0 0 16px;
    background: url(../images/common/arrow.png) no-repeat left 4px top 4px;
}
.index_words li a:hover {
    color: #ff0014;
}
.words_ttl {
    margin: 0 0 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
}
h1.words-ttl {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}
.words_txt a {
    color: #ff0014;
}
.words_txt a:hover {
    text-decoration: underline;
}
.words-read {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #ff0014;
    padding: 10px 0 0;
}
@media (max-width: 896px) {
    .c-page-top-inner {
        background-image: url(../images/words/sp/bg_words.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-bottom: 15px;
    }
    .c-words_boxx {
        display: block;
        padding: 0 15px;
    }
    .c-titleBlock {
        padding-left: 0;
    }
    .c-strength {
        padding: 25px 15px 25px;
    }
    .index_list {
        margin: -5px 0 0;
    }
    .index_list li {
        margin: 5px 0 0;
    }
    .index_list li a {
        width: 95%;
        padding: 14px 10px 14px 0;
        font-size: 14px;
    }
    .index_list li a i {
        right: 7px;
        font-size: 14px;
    }
    .index_list li a:hover {
        box-shadow: 0 4px 8px rgb(0 0 0 / 13%);
    }
    .index_words {
        margin: -10px 0 0;
    }
    .index_words li {
        width: 49%;
        margin: 10px 0 0;
    }
    .index_words li a {
        font-size: 14px;
    }
    .words_ttl {
        margin: 0 0 20px;
    }
    h1.words-ttl {
        font-size: 20px;
        line-height: 1.4;
    }
    .words-read {
        font-size: 14px;
        line-height: 1.4;
        padding: 5px 0 0;
    }
}/*@media*/
@media (max-width: 360px) {
    .index_list li a {
        font-size: 12px;
    }
}/*@media*/
