.home-body .title {
    padding-top: 0.25em;
    margin-bottom: 1em;
}

.home-body .contents {
    position: relative;
}

.home-body .maintitle {
    position: absolute;
    top: 20%;
    left: 7%;
    z-index: 10;
    text-align: left;
}

.home-body .maintitle .main-lead {
    font-size: 1.8em;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding-bottom: 0.25em;
}

.home-body .maintitle .main-lead2 {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.home-body .maintitle h2 {
    font-size: 1.6em;
    line-height: 1.6;
    letter-spacing: 0.2em;
    text-align: left;
    padding-top: 1em;
}

.home-body .contents-list {
    padding: 5% 10%;
}

.home-body .contents-list ul {
    flex-wrap: wrap;
}

.home-body .contents-list li {
    width: 22%;
    position: relative;
    padding: 10px;
    margin: 1%;
}

.home-body .contents-list li figure {
    width: 60%;
    margin: 0 auto;
}

.home-body .contents-list li span {
    display: block;
    padding: 1em 0;
}

.entry-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.entry-list .cobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    position: relative;
}

.entry-list .cobox .thumb {
    width: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #f9f9f9;
}

.entry-list .cobox .thumb img {
    width: 50%;
    height: 50%;
    margin: 25%;
}

.entry-list .entry-meta-wrp {
    width: calc(100% - 140px);
    padding: 1em;
}

.entry-list .entry-meta {
    text-align: left;
}

.icon {
    width: 120px;
    margin: 0 auto;
}

.icon img {
    width: 100%;
    height: auto;
}

.news-home {
    background-color: #fff;
}
.news-home .date-wrp{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
}
.news-home .new-badge{
    position: static;
    display: inline-block;
    border-radius: 0.5em;
    margin-right: 1em;
    height: auto;
    text-align: center;
}
.news-home .postdate{
    line-height: 1.5;
    vertical-align: middle;
    margin-bottom: 0;
/*    display: inline-block;*/
}
.news-home .entry-title{
    display: inline-block;
}
.cal-btn{
    display: block;
    width:140px;
    height: 140px;
    position: absolute;
    top:-25px;
    right:10%;
    border-radius: 100%;
}
.cal-btn img{
    width:100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.aomushi-news {
    position: relative;
}

.aomushi-tv {}

.aomushi-list li,
.tv-list li {
/*    width: 31%;*/
    width: 24%;
    padding: 20px;
    margin-bottom: 3%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}


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

@media screen and (max-width: 767px) {
    .home-body .maintitle {
        top: 7%;
        width:90%;
        font-size:1em;
        text-align: center;
    }

    .home-body .maintitle .main-lead {
        font-size: 1.3em;
        line-height: 1.6;
        letter-spacing: 0.2em;
        padding-bottom: 0.25em;
        text-align: center;
    }

    .home-body .maintitle .main-lead2 {
        font-size: 0.9em;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .home-body .maintitle h2 {
        font-size: 1.3em;
        line-height: 1.6;
        letter-spacing: 0.2em;
        text-align: left;
        padding-top: 0.7em;
        text-align: center;
    }

    .home-body .title {
        font-size: 1.2em;
    }

    .home-body .contents-list {
        padding: 10px;
    }


    .home-body .contents-list li {
        width: 48%;
        position: relative;
        padding: 10px;
        margin: 1%;
    }

    .home-body .contents-list li figure {
        width: 60%;
        margin: 0 auto;
    }

    .home-body .contents-list li span {
        display: block;
        padding: 1em 0;
    }

    .inner {
        padding: 20px;
    }

    .entry-list {}
    .entry-list .cobox{
        padding-bottom: 0;
        margin-bottom: 1em;
    }
    .entry-list .cobox .thumb {
        width: 80px;
        padding-bottom: 80px;
        position: relative;
        background-color: #f9f9f9;
    }

    .entry-list .cobox .thumb img {

    }

    .entry-list .entry-meta-wrp {
        width: calc(100% - 90px);
        padding: 1em;
    }
    .cal-btn{
        display: block;
        width:105px;
        height: 105px;
        position: absolute;
        top:-30px;
        right:3%;
        font-size:0.68em;
    }
    .aomushi-list li,
    .tv-list li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding-bottom: 5px;
        font-size:0.9em;
    }
    .aomushi-list .thumb,
    .tv-list .thumb{
        width:30%;
        padding-bottom:30%;
        margin-right:5%;
    }
    li .entry-meta-wrp{
        width:65%;
        font-size:0.9em;
    }
}
