.page-origin,
.pageSingleContents {
    width: 85%;
    margin: auto;
}

.page-origin h2,
.pageSingleContents h2 {
    font-size: 18px;
    padding: 25px;
    background-color: #2BB7C3;
    border-radius: 2px;
    color: #fff;
}

.page-origin h3,
.pageSingleContents h3 {
    border-left: 6px solid #777;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 6px 20px;
    border-color: #2BB7C3;
}

.page-origin h4,
.pageSingleContents h4 {
    border-bottom: 2px solid;
    border-color: #2BB7C3;
    font-size: 14px;
}

.pageSingleContents p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-origin img {
    width: 300px;
}

.singleContents img {
    width: 300px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.singleContents .infoBox {
    margin-bottom: 30px;
    text-align: center;
}

.singleContents .infoBox ul {
    margin-top: 13px;
    letter-spacing: -.4em;
    padding: 0;
}

.singleContents .infoBox ul li {
    display: inline-block;
}

.singleContents .infoBox ul li a {
    display: block;
    border-radius: 100vh;
    padding: 12px 16px;
    background: #f1f1f1;
    line-height: 1;
    letter-spacing: .05em;
    font-size: 14px;
    font-weight: 700;
}

.singleContents .blogList {
    text-align: center;
}

.singleContents .roundLinkBtn {
    position: relative;
    display: inline-block;
    margin: 49px 30px 50px 24px;
}

.singleContents .roundLinkBtn a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 18px;
    font-weight: 700;
    color: #24386b;
}

.singleContents .roundLinkBtn a span {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #24386b;
    line-height: 50px;
}

.singleContents .roundLinkBtn a span::after {
    content: ">";
    position: absolute;
    display: inline-block;
    margin-left: 12px;
    width: 9px;
    height: 100%;
}

.singleContents .roundLinkBtn a::before {
    content: "";
    position: absolute;
    top: -22px;
    right: -24px;
    bottom: 0;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #d5ebf3;
}

.infoBox .date {
    margin-bottom: 6px;
    text-align: center;
    font-size: 18px;
}

.infoBox h3 {
    font-size: 30px;
}

.blogCard ul .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
    margin-right: 3%;
    padding: 1em;
    box-shadow: 0px 0px 4px #0003;
    position: relative;
    transition: ease 0.3s;
    box-sizing: border-box;
}

.blogCard ul .card>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 404 */
.eTitle {
    font-size: 24px;
    font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
    .blogCard ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .blogCard ul .card {
        width: 30%;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {
    .blogCard ul .card {
        width: 100%;
    }
}