@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap");
.mincho {
    font-family: "PT Serif";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }

	
}

.readmore {
    text-align: right;
    margin-top: 30px;
}

.eyecatch {
    width: 100%;
}

.eyecatch img {
    width: 100%;
}

#area_h1 h1 {
    text-transform: none !important;
    letter-spacing: 0.075em !important;
}


/* PC */

@media screen and (min-width: 769px) {
    h1.h1 {
        font-size: 2.5rem;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 4px solid #000;
    }
    .h2-liftoff {
        width: 100% !important;
        font-weight: bold !important;
        margin-bottom: 40px !important;
        border-left: 6px solid #000 !important;
        border-bottom: none !important;
        font-size: 2.5rem !important;
        line-height: 1.5 !important;
        padding-left: 20px !important;
    }
    h3 {
        font-size: 2rem !important;
    }
    h4 {
        font-size: 1.8rem !important;
        font-weight: bold !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        margin-bottom: 30px !important;
        border-bottom: 2px solid #000 !important;
    }
    .list li {
        width: 30%;
        margin-right: 5%;
    }
    .list li:nth-of-type(4n) {
        margin-right: 5% !important;
    }
    .list li:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .news a {
        text-decoration: none;
    }
    .news dl {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        color: #000;
    }
    .news dl:last-of-type {
        border-bottom: 1px solid #000;
    }
    .news dl:after {
        content: "";
        position: absolute;
        right: 2.5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
    }
    .news dl dt,
    .news dl dd {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news dl dt {
        width: 10%;
        padding-left: 1.5%;
        letter-spacing: 0;
        color: #e52487;
        line-height: 1;
        margin-right: 15px;
    }
    .news dl dd {
        width: 90%;
        position: relative;
        padding-right: 50px;
    }
    .news dl dd span {
        margin-right: 10px;
        display: inline-block;
        background: #cccccc;
        padding: 5px 10px;
        line-height: 1;
        color: #000;
        border-radius: 30px;
    }
    .newsBtn {
        width: 300px;
        margin: 50px auto 0;
    }
	
	.blk_list2022 {
    display: flex;
    justify-content: flex-start!important;
    flex-wrap: wrap;
}
	
}


/* SP */

@media screen and (max-width: 768px) {
    .h2-liftoff {
        width: 100% !important;
        font-weight: bold !important;
        margin-bottom: 40px !important;
        border-left: 6px solid #000 !important;
        border-bottom: none !important;
        font-size: 2rem !important;
        line-height: 1.5 !important;
        padding-left: 20px !important;
    }
    h3 {
        font-size: 1.8rem !important;
    }
    .news {
        width: 100%;
    }
    .news a {
        text-decoration: none;
    }
    .news a:last-of-type dl {
        border-bottom: 1px solid #000;
    }
    .news dl {
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        color: #000;
        position: relative;
        padding: 15px 0;
    }
    .news dl dt {
        letter-spacing: 0;
        color: #e52487;
        line-height: 1;
        padding-bottom: 5px;
    }
    .news dl dd {
        position: relative;
        margin-right: 25px;
    }
    .news dl dd span {
        margin-right: 5px;
        display: inline-block;
        background: #cccccc;
        padding: 4px 8px;
        line-height: 1;
        color: #000;
        border-radius: 30px;
        font-size: 1rem;
    }
    .news dl dd a:last-of-type {
        display: block;
        margin-top: 3px;
        line-height: 1.5;
    }
    .news dl:after {
        content: "";
        position: absolute;
        right: 2.5%;
        top: 50%;
        margin-top: -15px;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 12px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
    }
	
	section.nopadding{
		padding: 0!important;
	}
}


/*# sourceMappingURL=maps/news.css.map */