@charset "UTF-8";


/*
Theme Name: morisihta_2026
Version: 2602
*/


html {
	width: 100%;
	height:100%;
	font-size: 16px;
    min-width: 375px;
}
body {
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;

}
.container-fluid {
    max-width: calc(1600px + 2rem);
}
.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-700 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zen-kaku-gothic-new-black {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
}


/*common--------------------------------------------*/

.wrapper {
	overflow-x: hidden;
}
.mm-container {
    width: 90%;
    max-width: 1600px;
    position: relative;
}

a:link, a:visited {
    color: #223c78;
    text-decoration: none;
}
a:hover {
    color: #0071bc;
}
.basic-container {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 1.5rem;
    margin-bottom: 4rem;
}

.mm-btn1 a:link, .mm-btn1 a:visited{
    background-color: #fff;
    color: #223c78;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 100vh;
    font-weight: 700;
}
.mm-btn1 a:hover {
    background-color: #0071bc;
    color: #fff;
}

.mm-btn2 a:link, .mm-btn2 a:visited{
    background-color: #fff;
    color: #223c78;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 100vh;
    font-weight: 700;
    border: 2px solid #223c78;
}
.mm-btn2 a:hover {
    background-color: #0071bc;
    color: #fff;
    border: 2px solid #0071bc;
}

.mm-btn3 a:link, .mm-btn3 a:visited{
    background-color: #223c78;
    color: #fff;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 100vh;
    font-weight: 700;
    line-height: 2rem;
}
.mm-btn3 a:hover {
    background-color: #0071bc;
    color: #fff;
}

.mm-btn3 i {
    font-size: 2rem;
    line-height: 2rem;
}

.cta {
    width: calc(90% + 2rem);
    max-width: calc(1600px + 2rem);
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/bg_cta.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 2rem;
    color: #fff;
    position: relative;
    margin-bottom: 100px;
}
.cta h3 {
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: clamp(2rem,4vw,3rem);
}
.cta .mm-btn1 a{
    display: block;
    text-align: center;
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 0.5rem 0;
    font-size: 1.5rem;
}
.cta-title {
    font-size: 3.5rem;
    color: #db7b27;
    font-weight: 700;
    letter-spacing: 0.125em;
    position: absolute;
    right: 50px;
    bottom: -40px;
}
.bredcrumb-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin-bottom: 3rem;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
}
.googlemap {
    width: 100%;
    height: 40vw;
}
.googlemap iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.divider {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eee;
    margin: 4rem 0;
}
/*wordpress_common--------------------------------------------*/
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
}

.wp-block-embed-youtube iframe {
    width: 100% !important;
    height: auto !important;
    /* アスペクト比を自動計算、または動画に合わせて指定 */
    aspect-ratio: 16 / 9; 
}

/* 4:3の動画用のクラスを別途作る場合 */
.ratio-4-3 iframe {
    aspect-ratio: 4 / 3;
}

/*navigation--------------------------------------------*/

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
    pointer-events: none;
}
body.drawer-opened .navigation {
    pointer-events: all;
}

.g-nav {
    width: calc(90% + 2rem);
    padding-top: 80px;
    padding-bottom: 64px;
    padding-left: calc(1rem + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(1rem + calc(var(--bs-gutter-x) * .5));
    background-color: #fff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    z-index: 8000;
    transform: translateY(calc(-100% - 2px));
    transition: 0.3s ease;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);

}
.g-nav.scr {
    transform: translateY(calc(-100% + 64px));
}

body.drawer-opened .g-nav {
    transform: none;
}
.sitenav {
    opacity: 0;
    transition: 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
body.drawer-opened .g-nav .sitenav {
    opacity: 1;
}
.sitenav ul {
    width: 24%;
    transition: 0.3s ease;
    border-radius: 24px;
    padding: 1rem;
}
.sitenav ul:hover {
    background-color: #fffaf0;
}
.sitenav ul li {
    margin-top: 0.125rem;
    padding: 0 0.5rem 0.125rem 0.5rem ;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}
.sitenav ul li a:link, .sitenav ul li a:visited {
    color: #333;
}
.sitenav ul li a:hover {
    color: #0071bc;
}
.sitenav ul li:first-child {
    margin-bottom: 0.5rem;
    border-bottom: none;
}
.sitenav ul li:last-child {
    border-bottom: none;
}
.sitenav ul li:first-child a {
    font-size: 1.5rem;
    font-weight: 900;
}
.sitenav ul li:first-child a:link,  .sitenav ul li:first-child a:visited{
    color: #223c78;
}
.sitenav ul li:first-child a:hover {
    color: #0071bc;
}
.sitenav ul li:first-child a span {
    font-size: 0.8rem;
    color: #db7b27;
    font-weight: 700;
    display: block;
    line-height: 100%;
    transition: 0.3s ease;
}
.sitenav ul li:first-child a:hover span {
    color: #0071bc;
}
.densei {
    text-align: end;
    margin-bottom: 2px;
}
.densei a:link, .densei a:visited {
    background-color: #fcee21;
    color: #333;
    font-weight: 900;
    padding: 0.5rem 1rem;
    border-radius: 100vh;
    text-align: center;
    letter-spacing: 0.1em;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.densei a:hover {
    opacity: 0.6;
}
.densei i {
    font-size: 1.5rem;
}






/*header--------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

header h1 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0 1rem;
    color: #333;
    transition: 0.3s ease;
}
header .bgt h1 {
    color: #fff;
}
body.drawer-opened header h1 {
    color:#333 ;
}
.header-logo {
    width: 140px;
    height: 28px;
    background-image: url(image/logo_c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px 28px;
    transition: 0.3s ease;
}
.bgt .header-logo {
    width: 140px;
    height: 28px;
    background-image: url(image/logo_w.png);
}
body.drawer-opened .header-logo {
    width: 140px;
    height: 28px;
    background-image: url(image/logo_c.png);
}
.header-logo a {
    display: block;
    width: 140px;
    height: 28px;
}
.header-container {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: calc(90% + 2rem);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: calc(1rem + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(1rem + calc(var(--bs-gutter-x) * .5));
}
.header-nav ul {
    display: flex;
    column-gap: 0.5rem;
}
.header-nav ul li img, #hamburger {
    width: 32px;
    height: 32px;
    display: block;
}
.header-nav ul li a {
    display: block;
    width: 32px;
    height: 32px;
}
#hamburger {
    background-image: url(image/icon_menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
body.drawer-opened #hamburger {
    background-image: url(image/icon_close.svg);
}
.bgt {
    background-color: transparent;
    box-shadow: none;

}
body.drawer-opened .bgt {
    background-color: #fff;
}




/*footer--------------------------------------------*/

.mm-footer {
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: calc(90% + 2rem);
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: calc(1rem + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(1rem + calc(var(--bs-gutter-x) * .5));
    transition: 0.4s ease;
}
.footer-left {
    font-weight: 700;
    letter-spacing: 0.05em;
}
.footer-left p {
    line-height: 120%;
}
.footer-logo {
    width: 200px;
    margin-bottom: 2rem;
}
footer .sitenav {
    opacity: 1!important;
    margin-top: -1rem;
}
.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    color: #ccc;
    font-size: 0.8rem;
    text-align: end;
    letter-spacing: 0.1em;
}






/*toppage--------------------------------------------*/

.top-fv {
    position: relative;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 6rem;
    
}
.top-bg1 {
    position: absolute;
    top: -225px;
    left: -300px;
    background-image: url(image/bg_left.png);
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 890px;
    height: 1200px;
    z-index: -1;
    pointer-events: none;
}
.top-bg2 {
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 100%;
    z-index: -2;
    top: 50%;
    left: 50%;
    margin-top: -700px;
    margin-left: -350px;

}
.top-bg2 video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.top-bg3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -80px;
    background-image: url(image/bg_rightL.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1030px;
    height: 1200px;
    z-index: -1;
    pointer-events: none;

}
.top-fv h2 {
    font-size:1.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.top-fv h2 span {
    font-size: 4.5rem;
    font-weight: 900;

}
.news-container h3 {
    font-weight: 700;
    border-bottom: 3px solid #db7b27;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}
.news-container h3 span {
    float: right;
    font-size: 1rem;
    line-height: 1.75rem;
}
.news-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-container ul li {
    padding: 0.5rem;
    border-bottom: 2px solid #eee;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;

}
.news-container ul li:last-child {
    border-bottom: none;
}
.news-container ul li a {
    display: block;
    width: calc(100% - 8rem);
}
.news-date {
    color: #db7b27;
    width: 8rem;
    display: block;
    margin-right: 1rem;
    white-space: nowrap;
}
.top-company {
    color: #fff;
    padding-top: 150px;
    margin-bottom: 150px;
}
.top-company h2 {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 2rem;
}
.top-company-bg img {
    border-radius: 100%;
}
.top-company-b1 {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -500px;
    z-index: -2;
}
.top-company-b2 {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -600px;
    z-index: -2;
}
.top-company-b3 {
    width: 220px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    margin-left: -330px;
    z-index: -2;
}
.top-solution h3 {
    color: #db7b27;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.15em;
}

.sol-item {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #eee;
    border-radius: 42px;
    padding: 0;
}
.sol-item img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    transition: 0.3s ease;
}
.sol-item h4 {
    padding: 1rem 1.5rem;
    font-weight: 700;
}
.sol-item h4 i {
    margin-left: 0.5rem;
}
.top-solution a:hover img {
    opacity: 0.75;
}



/*page--------------------------------------------*/

.page-head {
    margin-top: 100px;
    padding-bottom: 250px;
}
.page-head-bg {
    position: absolute;
    top: -365px;
    left: -315px;
    background-image: url(image/bg_left.png);
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 900px;
	height:1000px;
    z-index: -1;
    pointer-events: none;
    animation-name: slideinL;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.page-head-eyecatch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    margin-top: -720px;
    margin-left: -290px;
    z-index: -2;
    animation-name: slideinR;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.page-head-eyecatch img {
    border-radius: 100%;
}
.page-head h2 {
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
}
.page-head h2 span {
    font-size: 0.9rem;
    display: block;
}
.page-bg-right {
    position: absolute;
    width: 80%;
    left: 50%;
    top: -10%;
    z-index: -1;
    pointer-events: none;
}
.page-bg-right-top {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 200px;
    z-index: -1;
    pointer-events: none;
}


.page-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-container h3 {
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.page-container h3 span {
    color: #db7b27;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.ceo {
    width: 200px;
    border-radius: 100%;
    margin-bottom: 2.5rem;
}
.page-container h4 {
    font-weight: 700;
    color: #db7b27;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.page-slider {
    margin-bottom: 3rem;
    padding-top: 0;
}
.page-slider div {
    padding: 1rem;
}
.page-slider div img {
    border-radius: 50px;
}
.page-slider div:nth-child(odd) {
    padding-top: 4rem;
}
.slick-list, .slick-track {
    padding-top: 0!important;
}


/*company--------------------------------------------*/



table {
    width: 100%;
}
table tr {
    border-bottom: 1px solid #eee
}
table tr:last-child {
    border: none;
}
table th, table td {
    padding: 0.5rem 1rem;
    vertical-align: top;
}
table th {
    color: #db7b27;
}
dl {
    display: flex;
    flex-wrap: wrap;
}
dt {
    width: 30%;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    color: #db7b27;
}

dd {
    width: 70%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}
.company-prof dt {
    width: 8rem;
}
.company-prof dd {
    width: calc(100% - 8rem);
}
dt:last-of-type,
dd:last-of-type {
    border-bottom: none;
}
.clients-container {
    display: grid;
    /* 1列あたり最小250px、最大1列分。画面幅に合わせて自動で列数が増減 */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}
.history-pics img {
    border-radius: 30px;
}
.doc-thumb {
    width: 150px;
}

.page-h3 {
    font-size: 4rem;
    font-weight: 900;
    color: #db7b27;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
}
.company-history dl {
    width: 100%;
    display: block;

}
.company-history dt {
    display: inline-block;
    background-color: #223c78;
    color: #fff;
    font-weight: 700;
    border-radius: 100vh;
    border-bottom: none;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    padding: 0.5rem 2.5rem;
    position: relative;
    z-index: 2;
    width: initial;
}
.company-history dt::after {
    content: '';
    display: block;
    background-color: #223c78;
    width: 1.4rem;
    height: 0.8rem;
    position: absolute;
    bottom: -0.75rem;
    left: 45%;
    clip-path: polygon(0% 0%,80% 0%,100% 100%);
}
.company-history dd {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #eee;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    margin-top: -0.5rem;
    padding: 1.25rem 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 95%;
    margin-left: auto;
    margin-bottom: 1.5rem;
}


/*works--------------------------------------------*/

.cat-list-container {
    margin-bottom: 5rem;
}
.cat-list-container ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.cat-list-container ul li+li {
    border-left: 1px solid #ccc;
    padding-left: 1rem;
    margin-left: 1rem;
}
.works-item-container {
    background-color: #fff;
    padding: 1rem;
    border-radius: 30px;
    border: 2px solid #eee;
    height: 100%;
}
.works-item-thumb img {
    border-radius: 18px;
    transition: 0.3s ease;
}
.works-item-thumb img:hover {
    opacity: 0.75;
}
.works-item-container h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    height: 3.6rem;
    overflow: hidden;
}
.item-cat ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 1rem;
    font-size: 0.8rem;
}
.item-cat ul li a:link,.item-cat ul li a:visited{
    background-color: #0071bc;
    font-weight: 700;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    transition: 0.3s ease;
}

.item-cat ul li a:hover {
    opacity: 0.75;
}

.taxo-name {
    color: #333;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}
/* 投稿本文内の画像フィギュアを幅100%にする */
.works-content .wp-block-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* 中の画像自体を親要素の幅いっぱいに引き伸ばす */
.works-content .wp-block-image img {
    width: 100% !important;
    height: auto !important; /* アスペクト比を維持 */
    display: block;
}


/*recruit--------------------------------------------*/
.page-container .recruit-h4 {
    font-size: 3.5rem;
}
.interview-list img{
    border-radius: 100%;
    width: 250px;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    transition: 0.3s ease;
}
.interview-list a:hover img {
    opacity: 0.7;
}
.recruit-description dt {
    width: 6rem;
}
.recruit-description dd {
    width: calc(100% - 6rem);
}
.recruit-description span {
    display: block;
}
.entry-container h5 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 0;
    color: #223c78;
}
.entry-container p {
    padding-left: 1rem;
    font-weight: bold;
}
.contact-small {
    font-size: 2rem;
}

.interview-yt iframe{
    width: 100%;
}

.interview-ques {
    width: 100%;
    display: block;
    align-items: start;
    justify-content: space-between;

}
.interview-ques dt {
    display: inline-flex;
    background-color: #223c78;
    color: #fff;
    font-weight: 700;
    border-radius: 100vh;
    border-bottom: none;
    font-size: 3rem;
    line-height: 3rem;
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 2;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    transform: scale(0.8);
}
.interview-ques dt:nth-of-type(even) {
    background-color: #db7b27;
}
.interview-ques dd {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #eee;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding: 1.25rem 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: calc(100% - 2rem);
    margin-top: -3.5rem;
    margin-left: auto;
    margin-bottom: 1.5rem;

}

.interview-still img {
    border-radius:30px ;
}

.privacy-container {
    overflow: scroll;
    height: 600px;
}
.privacy-container .privacy-content h3 {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
}
/*single--------------------------------------------*/
.single-container {
    margin-bottom: 2rem;
}
.single-container h3 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.single-container h3 span {
    color: #db7b27;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.single_pagelink a:link, .single_pagelink a:visited {
    font-weight: 700;
    color: #223c78;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    transition: 0.3s ease;
}
 .single_pagelink a:hover {
    opacity: 0.75;
}





/*pagenavi--------------------------------------------*/

.wp-pagenavi {
	color: #223c78;
	font-size:1.5rem;
	display:flex;
	justify-content:center;
	line-height:100%;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	color:#223c78;
	text-decoration:none;
	display:inline-block;
	transition:ease 0.3s;
}
.wp-pagenavi a:hover {
	text-decoration:none;
	background-color:#223c78;
	color:#fff;
}
.pages {
	display:none;
}
.current {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	background-color:#223c78;
	color:#fff;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
}
.page {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	color:#00A5B6;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
	border:1px solid #223c78;
	
}
.nextpostslink,.previouspostslink {
	font-size:2rem;
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	margin:0 0.25rem;
	color:#223c78;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.25rem;
}