@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/* 3.4 Single 
--------------------------------------------------------------*/

.single .mv {
    padding: 0;
}
/* media query : mobile */
@media screen and (max-width:768px) {

}
/* media query : desktop */
@media screen and (min-width:769px) {
    .archive-layout__primary {
        width: calc(100% - 27rem);
        margin-left: auto;
        margin-right: auto;
    }
}
/* 3.4 Singular
--------------------------------------------------------------*/

/* 3.4.1 Single info
--------------------------------------------------------------*/
.single-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-info .archive-post__date {
    margin-left: 1rem;
}
.single-info .archive-post__title {
    font-size: 2rem;
}
/* 3.4.2 Single contents
--------------------------------------------------------------*/
.single-contents__thumb {
    display: block;
	position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    border-radius: 1.25rem;
}
.single-contents__thumb:before {
    padding-top: 52.25%;
}
.single-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-wrap: break-word;
}
/* single-post*/
.single-edit {

}
.single-edit h2 {
    font-weight: 600;
    line-height: 2;
    margin-bottom: 3rem;
    color: #2F50D9;
    border-bottom: 1px solid;
}
.single-edit h2:before {
    
}
.single-edit h3 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1rem;
    padding-left: 1.6rem;
}
.single-edit h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.3rem;
    height: 1.8rem;
    background: #2F50D9;
    left: 0;
    top: 0.8rem;
}
.single-edit h4 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1rem;
}
.single-edit p {
    margin-bottom: 1rem;
    line-height: 2;
}
.single-edit strong {
    font-weight: 600;
}
.single-edit small {
    font-size: 80%;
}
.single-edit a,
.single-edit a:link {
    color: #2F50D9;
    text-decoration: underline;
}
.single-edit figcaption {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 0.825rem;
    color: #666;
    line-height: 1.5;
}
.single-edit figure {
    margin-bottom: 3rem;
    line-height: 1.5;
}
.single-edit img {
    width: auto;
    max-width: auto;
}
.single-edit ul {
    margin-bottom: 2rem;
    list-style: disc;
    padding-left: 1.5rem;
}
.single-edit .wp-block-file {
    margin-bottom: 2rem;
}
.single-edit .wp-block-button {
    display: block;
    width: 100%;
    max-width: 23rem;
    margin: 0 auto;
}
.single-edit .wp-block-button__link,
.single-edit .wp-element-button {
	background: linear-gradient(90deg,#2F50D9 0,#001BB7 100%);
    background: -webkit-linear-gradient(0deg,#2F50D9 0,#001BB7 100%);
	color: #FFF !important;
	padding: 0.8rem 1rem;
	border-radius: 0.75rem;
    text-decoration: none !important;
    min-width: 21rem;
    text-align: center;
}
.single-edit .wp-block-button__link:after,
.single-edit .wp-element-button:after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 1rem;
	top: calc(50% - 0.5rem);
	background: url(../img/arrow-right__white.svg) no-repeat center/contain;
}
.single-edit .wp-block-table th {
    background: #F0F4F7;
    font-weight: 500;
    padding: 1rem;
}
.single-edit .wp-block-table td {
    padding: 1rem;
}
.single-edit .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
}
 /* media query : mobile */
@media screen and (max-width:768px) {
    .single-edit h2 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    .single-edit h3 {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }
    .single-edit h4 {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-edit h2 {
        font-size: 2rem;
        letter-spacing: 6px;
    }
    .single-edit h3 {
        font-size: 1.6rem;
        letter-spacing: 3px;
    }
    .single-edit h4 {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
}
/* 3.4.x ebook
--------------------------------------------------------------*/
.single-edit ._df_book {
    border-radius: 1.25rem;
}
.single-edit .button.documents-download {
    display: block;
    margin: 2rem auto 0;
}
.single-edit .button.documents-download a {
    color: #FFF;
    text-decoration: none;
}
/* 3.4.x 目次：Table of Contents Plus
--------------------------------------------------------------*/
#toc_container {
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    border-color: #2F50D9;
    border-radius: 1.25rem;
}
/* 3.4.x exhibition
--------------------------------------------------------------*/
.single-edit ul {
    list-style: none;
    padding-left: 0;
}
.single-edit .exhibition {
}
.single-edit .exhibition-group {

}
.single-edit .exhibition h3 {

}
.single-edit .exhibition-list {
    display: flex;
    
}

.single-edit .exhibition-item figure {
    border: 1px solid #EDEDED;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.single-edit .exhibition-item figure::before {
    display: block;
    content: "";
    padding-top: 72%;
}
.single-edit .exhibition-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    cursor: pointer;
}
.single-edit .exhibition-item h4 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
}
.single-edit .exhibition-item button {
    margin: 0 auto;
    max-width: 100%;
}
.single-edit .exhibition-item button a {
    text-decoration: none;
    background: #FFF;
    border: 1px solid #2F50D9;
}
.single-edit .exhibition-item .button a:after {
    background: url(../img/arrow-right__black.svg) no-repeat center / contain;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .single-edit .exhibition-list {
        flex-direction: column;
        gap: 1rem;
    }

}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-edit .exhibition-list {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .single-edit .exhibition-item {
        width: calc(33.3333% - 1.4rem);
    }
}
/* 3.4.3 Single nav
--------------------------------------------------------------*/
.single-nav {
    margin-top: 2rem;
    border-top: 1px solid #E1E8EE;
    padding-top: 2rem;
}
.single-nav__prev {
}
.single-nav__list {
    text-align: center;
}
.single-nav__next {
    text-align: right;
}
.single-nav a {
    display: block;
    font-size: 0.825rem;
}
.single-nav__list a {
    display: inline-block;
    font-size: 0.9rem;
    background: #2F50D9;
    color: #FFF;
    line-height: 1;
    padding: 0.5rem 0.7rem 0.6rem;
    border-radius: 1.25rem;
}
.single-nav__prev a {
    padding-left: 3rem;
}
.single-nav__next a {
    padding-right: 3rem;
}
.single-nav__prev a:before,
.single-nav__next a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border: 1px solid #020d3e;
    top: calc(50% - 2px);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    box-sizing: border-box;
}
.single-nav__prev a:before {
    left: 0;
    border-right: none;
    border-top: none;
}
.single-nav__next a:before {
    right: 5px;
    border-left: none;
    border-bottom: none;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .single-nav__list {
        margin: 1rem 0;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .single-nav__prev {
        width: 44%;
    }
    .single-nav__list {
        width: 12%;
    }
    .single-nav__next {
        width: 44%;
    }
    .single-nav__prev a {
        padding-right: 3rem;
    }
    .single-nav__next a {
        padding-left: 3rem;
    }
}