@charset "utf-8";
.archive #h2-title h2,
.single #h2-title h2 {
    width: 300px;
    height: auto;
    margin-left: 300px;
    margin-top: 100px;
}
.archive .news-list ul li a{
    text-decoration: none;
}
.archive .news-list, .single .article-area {
    max-width: 1024px;
    margin: 0 auto 100px !important;
}
.archive .inner,
.single .inner{
    font-family: "BIZ UDPGothic", sans-serif;
}
.archive .news-list ul li{
    border-bottom: solid 0.5px #808080;
    padding: 15px 30px !important;
}
.archive .news-list ul li a dl dd,
.single .article-head .p-head{
    color: #fbbf24;
}
.archive .news-list ul li dl dt span::before {
    content: "more";
    display: block;
    position: relative;
    height: 100%;
    color: #fbbf24; /* ホバー時に下から出てくる方の色 */
    transition: transform 0.24s ease-out;
    /* 元のテキストの下に配置 */
    top: 1.2em; 
}

.archive .news-list ul li a:hover dl dt span::before {
    transform: translateY(-1.2em);
}
.archive .news-list ul li dl dt span {
    display: inline-block;
    position: absolute;
    height: 1.2em;
    overflow: hidden;
    padding-right: 25px;
    vertical-align: middle;
    color: transparent;
    line-height: 1.2em;
    right: 0;
}

/* 1段目（通常時） */
.archive .news-list ul li dl dt span::before {
    content: "more";
    position: absolute;
    top: 0;
    left: 0;
    color: #1f2933; 
    transition: transform 0.24s ease-out;
}

/* 2段目（ホバー時に下から来る方） */
.archive .news-list ul li dl dt span::after {
    content: "more";
    position: absolute;
    top: 1.2em;
    left: 0;
    color: #fbbf24;
    transition: transform 0.24s ease-out;
}

.archive .news-list ul li a:hover dl dt span::before {
    transform: translateY(-1.2em);
}
.archive .news-list ul li a:hover dl dt span::after {
    transform: translateY(-1.2em);
}
.archive .news-list ul li dl dt {
    position: relative;
}

.archive .news-list ul li dl dt::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/top/business/point.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.single .article-body{
    margin: 50px 0 0;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

@media screen and (max-width: 1024px) {
.archive #h2-title h2, .single #h2-title h2 {
    width: 230px;
    margin-left: 80px;
}

}

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

}

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

}

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

}

@media screen and (max-width: 640px) {
.archive .news-list ul li a dl dd span.date,
.single .article-head .p-head span.day{
font-size: 1.5rem;
}
.archive .news-list ul li dl dt {
   display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        line-height: 1.5;
        position: static !important;
        gap: 20px;
        font-size: 1.5rem;
}
.archive .news-list ul li dl dt span{
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
}
.archive .news-list ul li dl dt::after {
  position: absolute;
        right: 15px;
        top: 65%;
        transform: translateY(-50%);
}
.single .article-head h3 {
        font-size: 2.5rem !important;
    }
    .single .article-body {
    margin: 20px 0 0;
    padding: 20px;
}
}

@media screen and (max-width: 480px) {
    .single .article-head h3 {
        font-size: 2.0rem !important;
    }
        .archive #h2-title h2, .single #h2-title h2 {
        width: 200px;
        margin-left: 0;
    }
}

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

}