@charset "utf-8";

.inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    width: 96%;
    margin: auto;
    padding: 0;
}

.blogItem01 {
    width: 100%;
}

.blogItem01 section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 30px;
}

.infoItem {
    width: 100%;
    transition: .3s;
}

.infoItem:hover {
    transform: translateY(-4px);
    transition: .3s;
}

.cate {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 5px 20px 3px;
    font-size: 12px;
    font-weight: Bold;
    color: #FFF;
    text-align: center;
    background-color: #1225B9;
    z-index: 1;
}

.imgBx01 {
    width: 100%;
    height: 0;
    position: relative;
    padding: 0 0 75%;
    background-color: #C2C2C2;
}

.imgBx01 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
    height: auto;
}

.imgBx01 span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

.imgBx01 > img + span {
    display: none;
}

.blogItemDate {
    margin: 20px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}

.blogItemTitle {
    margin: 10px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.webgene-pagination {
    width: 100%;
    margin: 30px auto 0;
    grid-column: 1 / 2;
}

.webgene-pagination ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.webgene-pagination ul li {
    width: 100%;
    margin: 5px;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    border: none;
}

.prev a ,
.next a {
    position: relative;
    display: inline-block;
    color: #1225B9;
    font-size: 0;
    transition: all .3s;
}

.prev a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.prev a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.next a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.next a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.prev a:hover ,
.next a:hover {
    opacity: .6;
    transition: all .3s;
}

.webgene-pagination > ul > li > a:hover ,
.webgene-pagination > ul > li > a:hover {
    background-color: #FFF;
    opacity: .6;
    transition: all .3s;
}

.webgene-pagination > ul > li.number > a {
    color: #333;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination > ul > li.number > a:hover {
    opacity: .6;
    transition: all .3s;
}

.webgene-pagination > ul > li.selected > a {
    color: #FFF;
    background-color: #1225B9;
    border: 1px solid #1225B9;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #1225B9;
    background-color: #FFF;
    opacity: 1;
    transition: all .3s;
}

.blogItem02 {
    width: 100%;
    margin: 0 auto;
}

.blogArchive {
    margin-top: 30px;
}

.blogCateTxt ,
.blogArchiveTxt {
    margin-bottom: 10px;
    color: #1225B9;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #1225B9;
}

.blogCate a ,
.blogArchive a {
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px dotted #FFF;
}

.blogCate a:hover::before ,
.blogArchive a:hover::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #1225B9;
    transform: rotate(45deg);
}

.blogItem03 {
    width: 100%;
    margin-bottom: 50px;
}

.dateBx {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #1225B9;
}

.detailCate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 9px;
    padding: 5px 20px 3px;
    font-size: 14px;
    font-weight: Bold;
    color: #FFF;
    background-color: #1225B9;
}

.detailTitle {
    width: 100%;
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.detailDate {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: end;
}

.imgBx img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

.txtBx {
	font-size: 16px;
}

.pdf {
    display: block;
    width: 100%;
    max-width: 271px;
    margin: 30px auto 0;
    padding: 17px 10px 19px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    background-color: #1225B9;
    border-radius: 3px;
    border: 1px solid #1225B9;
	transition: all .3s;
}

.pdf:hover {
    transition: 0.3s;
    background-color: #fff;
    color: #1225B9;
	transition: all .3s;
}

.blogBtn {
    display: block;
    width: 100%;
    max-width: 271px;
    margin: 30px auto 0;
    padding: 14px 10px 14px 10px;
    color: #1225B9;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #1225B9;
    transition: all .3s;
}

.blogBtn:hover {
    transition: 0.3s;
    background-color: #1225B9;
    color: #fff;
	transition: all .3s;
}

.arrow {
    padding-right: 3px;
}

@media screen and (min-width:414px) {
    
    .blogItem01 section {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .webgene-pagination {
        grid-column: 1 / 3;
    }

}

@media (min-width: 576px) {

    .container {
        max-width: 1140px;
    } 

    .detailCate {
        font-size: 16px;
    }

    .detailTitle {
        font-size: 20px;
    }

}

@media screen and (min-width:768px) {
    
    .inner {
        flex-wrap: nowrap;
    }

    .blogItemDate {
        font-size: 16px;
    }

    .blogItemTitle {
        font-size: 16px;
    }

    .webgene-pagination {
        margin: 40px auto 0;
    }

    .webgene-pagination ul li {
        font-size: 16px;
    }

    .blogItem02 {
        width: 40%;
        padding-left: 30px;
    }

    .blogCateTxt ,
    .blogArchiveTxt {
        font-size: 18px;
    }
    
    .blogCate a ,
    .blogArchive a {
        font-size: 16px;
    }
    
    .pdf {
        font-size: 20px;
    }
    
        .blogBtn {
        font-size: 20px;
    }
    
}

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

    .blogItem01 section {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .blogItem02 {
        width: 30%;
        padding-left: 60px;
    }

    .webgene-pagination {
        grid-column: 1 / 4;
    }
    
    .dateBx {
        padding-bottom: 10px;
    }
    
    .detailCate {
        font-size: 12px;
    }

    .detailTitle {
        font-size: 30px;
    }
    
    .txtBx {
    	font-size: 18px;
    }

}

/* 横スクロール */
.table-scroll{
overflow-x: auto;
}
