@charset "UTF-8";
/* CSS Document */

@import "common.css";

#contents {
    background-color: var(--sub-color);
}
h7 {
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
}
ul.notice {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    border: 1px solid var(--notice-color);
    color: var(--notice-color);
    padding: 20px;
    list-style-type: disc;
    text-align: left;
}
ul.notice li {
    margin-left: 10px;
}
ul.notice.generally {
    color: var(--main-color);
    font-weight: 300;
    line-height: 1.8;
    border: none;
    margin-bottom: 40px;
}
.sp-notice {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--notice-color);
}
.sp-notice.top {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto 40px;
    line-height: 1.5;
    text-align: justify;
}
.bigtxt {
    font-size: 2.6rem;
}
.btn-request {
    margin: 0 auto;
    width: 86%;
    text-align: center;
}
.btn-grey {
    max-width: 400px;
    min-width: 100px;
}
.overlay-x{
  position: relative;
  display: inline;
}

/* 斜めの2本線を描く */
.overlay-x.lines::before,
.overlay-x.lines::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;            /* 線の長さ（文字サイズに対する比率）*/
  height: 0.12em;         /* 線の太さ（em指定でフォントサイズに追従）*/
  background: rgba(0,0,0,0.95); /* 線の色 */
  transform-origin: center;
  pointer-events: none;
  user-select: none;
}

/* 斜めに回転させる */
.overlay-x.lines::before{ transform: translate(-50%, -50%) rotate(45deg); }
.overlay-x.lines::after { transform: translate(-50%, -50%) rotate(-45deg); }

/* LECTURE */

.contents-header {
    background: url("../event/images/header-img.jpg") center/cover no-repeat;
}
#notice-area {
    background-color: var(--notice-color);
    padding: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--sub-color);
    font-size: 1.4rem;
}
.information, .event-information {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 86%;
    max-width: 1100px;
    margin: 0 auto 60px;
}
.event-information.second {
    margin-top: 100px;
}
.title-bn {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.title-bn figure img {
    width: 100%;
}
h4 {
    background-color: var(--main-color);
    color: var(--sub-color);
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10px 10px;
    position: relative;
}
.information h4 {
    width: 50%;
    margin-top: 400px;
}
.information h4::before {
    content: "";
    background-image: url("../exhibition/images/260221/mv-001.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: -400px;
    left: 0;
}
.information h4.next::before {
    content: "";
    background-image: url("../exhibition/images/251206/mv-001.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: -400px;
    left: 0;
}
.event-information h4{
    background-color: var(--point-color);
}
.information .wrapper, .event-information .wrapper {
    width: 50%;
    flex-wrap: wrap;
    margin-left: 40px;
    font-weight: 500;
}
.exhibition-title {
    font-weight: 500;
    font-size: 1.6rem;
}
.event-title {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 1.5;
}
h5.sub-title {
    color: var(--maingrey-color);
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    background-color: inherit;
}
.main-title {
    font-size: 2.2rem;
    line-height: 1.5;
}
.lead {
    font-weight: 300;
    line-height: 1.5;
}
.date .lead {
    margin: 0 20px 5px 20px;
}
#contents .information .wrapper p.sp-access {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 300;
}
#contents p.lecture-overview {
    margin: 10px 0 0 20px;
    line-height: 1.8;
    text-align: justify;
}
#contents .information .wrapper p.event-type {
    background-color: var(--main-color);
    padding: 6px 8px;
    color: var(--sub-color);
    display: inline-block;
    margin: 0;
}
h5 {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: var(--palegrey-color);
    padding: 6px 12px;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 20px;
    text-align: left;
}
.date, .howtoaplly {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
.lecture-block, .event-block {
    background-color: var(--palegrey-color);
    border-radius: 5px;
    max-width: 1200px;
    margin: 0 0 10px 10px;
    padding: 20px;
    position: relative;
    font-weight: 500;
    width: auto;
}
.lecture-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.event-block p {
    display: flex;
    align-items: flex-start;
}
.lecture-block .date, .event-block .date {
    display: inline-block;
    line-height: 1.5;
    font-size: 2.2rem;
    text-align: left;
    width: 100%;
}
.event-type {
    font-size: 1.6rem;
}
.status {
    color: var(--sub-color);
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    left: -30px;
    top: 5px;
    margin-bottom: 20px;
    word-break: keep-all;
}
.event-block .status {
    margin-bottom: 0;
}
.status-preview {
    background-color: var(--main-color);
}
.status-active {
    background-color: var(--notice-color);
}
.status-close {
    background-color: var(--maingrey-color);
}
.lecture-info {
    width: 100%;
}
.lecture-titleinfo {
    display: inline-block;
    margin-top: 5px;
}
.lecture-title {
    font-size: 2.2rem;
    margin: 10px 0 8px;
}
.lecture-title .subtitle {
    font-size: 1.6rem;
}
.lecture-block dl {
    display: flex;
    justify-content: flex-start;
}
.lecturer {
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 10px;
}
.lecturer-name {
    font-size: 1.6rem;
    font-weight: 500;
}
.event-type {
    font-weight: 300;
}
#contents .information .wrapper p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 0 12px;
}
#contents .information .wrapper p.lead {
    margin: 20px 0 0 12px;
}
#contents .howtoaplly p.supplement {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
}
h6 {
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}
h6.attention {
    margin: 30px 0 10px 0;
}
h6.attention + p {
    font-size: 1.3rem;
    letter-spacing: 0;
}
#contents .howtoaplly p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-left: 20px;
    line-height: 2;
}
.btn-black-round {
    margin: 0 auto 40px !important;
}
.btn-black-round a {
    text-decoration: none;
}
.mailaddress {
    vertical-align: middle;
    height: 13px;
    margin: 0 2px;
}
#attention {
    width: 86%;
    max-width: 1100px;
    margin: auto;
    border: 5px solid var(--palegrey-color);
    border-radius: 20px;
    padding: 40px 60px 0 60px;
    box-sizing: border-box;
}
#attention h3 {
    margin: 0 0 40px 0;
    font-size: 1.4rem;
    font-weight: 300;
}
ul.request-list {
    margin: 40px 0 0 0;
}
ul.request-list li {
    font-weight: 700;
    list-style-type: disc;
    margin-left: 1em;
    line-height: 2;
}
ul.request-list li strong {
    font-weight: 700;
}
ul.request-list li ul {
    margin: 20px 0 40px;
}
ul.request-list li ul li {
    font-weight: 300;
    margin-left: 1em;
    line-height: 1.8;
}
.performer {
    display: block;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    gap: 40px;
}
.performer figure {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
.performer figure img {
    border-radius: 100px;
    width: 120px;
    margin-bottom: 10px;
}
.p-title {
    font-size: 1.0rem;
    font-weight: 300;
}
figure.performer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.performer-img {
    border-radius: 100px;
    width: 120px;
}
.supplement {
    margin-top: 20px;
}

/* LECTURE BK */

.bk-supplement {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}
.toggle {
    display: none;
}
.head,
.bklist-contents {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    width: 86%;
    max-width: 1000px;
    margin: auto;
}
.head h4 {
    background: none;
    text-align: center;
    font-size: 1.4rem;
    color: var(--main-color);
    padding: 0;
}
.head {
    background: none;
    padding: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 86%;
    max-width: 330px !important;
    margin: auto;
    border: 1px solid var(--main-color);
    justify-content: center;
    margin-bottom: 40px;
}
.open .head::after {
    content:url("../common/images/arrow.svg");
    position: absolute;
    right: 20px;
    width: 8px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(270deg);
    filter: brightness(100) invert(1);
}
.head::after {
    content:url("../common/images/arrow.svg");
    position: absolute;
    right: 20px;
    width: 8px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(90deg);
    filter: brightness(100) invert(1);
}
.bklist-contents {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.open .toggle + .head + .bklist-contents {
    max-height: 5000px;
    transition: all 1.5s;
}
.open .toggle:checked + .head + .bklist-contents {
    max-height: 0;
    transition: all 0.5s;
}
.open .toggle:checked + .head::after {
    transform: rotate(90deg) !important;
}
.toggle + .head + .bklist-contents {
    max-height: 0;
    transition: all 0.5s;
}
.toggle:checked + .head + .bklist-contents {
    max-height: 5000px;
    transition: all 1.5s;
}
.toggle:checked + .head::after {
    transform: rotate(270deg) !important;
}
.title-box {
    padding: 15px 30px;
    background-color: var(--palegrey-color);
}
.title-box h5 {
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 1.4rem;
}
.title-box .exhibition-type {
    font-size: 1.2rem;
    color: var(--maingrey-color);
    margin-bottom: 5px;
    display: inline-block;
}
.title-box .subtitle {
    font-size: 1.2rem;
}
.title-box .period {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}
.bklist-contents .event-type {
    background-color: var(--main-color);
    color: var(--sub-color);
    font-size: 1.2rem;
    font-weight: 400;
    padding: 3px 8px;
    border-radius: 5px;
}
.spevent {
    background-color: var(--point-color);
}
.bklist-contents dl {
    margin: 30px 30px 40px 30px;
}
.bklist-contents dt {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 30px;
}
.bklist-contents dd {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.bklist-contents .lecture_title {
    font-weight: 400;
}
.bklist-contents .lecturer {
    font-size: 1.2rem;
    border: none;
    padding-right: 0;
    padding-left: 20px;
}
.bklist-contents .notice {
    color: var(--notice-color);
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
}
.lecturer dl {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
}
.lecturer dt {
    margin: 10px 0;
    line-height: 1.2;
    min-width: 6em;
    width: 10%;
}
.lecturer dd {
    margin: 10px 0;
    width: 90%;
}

/* WORKSHOP BK */

.wsbk .title-box {
    padding: 8px 20px;
}
.wsbk h5 {
    margin-bottom: 0;
    text-align: left;
}
.ws .open .head::after {
    transform: rotate(270deg);
}
.ws .open .toggle + .head + .bklist-contents {
    max-height: 5000px;
    transition: all 0.5s;
}
.ws .open .toggle:checked + .head + .bklist-contents {
    max-height: 0;
    transition: all 0.5s;
}
.ws .open .toggle:checked + .head::after {
    transform: rotate(90deg) !important;
}
.ws .head::after {
    transform: rotate(90deg);
}
.ws .toggle + .head + .bklist-contents {
    max-height: 0;
    transition: all 0.5s;
}
.ws .toggle:checked + .head + .bklist-contents {
    max-height: 5000px;
    transition: all 0.5s;
}
.ws .toggle:checked + .head::after {
    transform: rotate(270deg) !important;
}
.wsbk h6 {
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.ws-iconbox .ws-icon01 {
    margin-right: 5px;
}
.ws-icon01 {
    background-color: #DEA918;
    color: var(--sub-color);
    font-size: 1.2rem;
    padding: 3px 6px;
    border-radius: 5px;
    position: relative;
    left: 30px;
}
.ws-icon02 {
    background-color: #187BDE;
    color: var(--sub-color);
    font-size: 1.2rem;
    padding: 3px 6px;
    border-radius: 5px;
    position: relative;
    left: 30px;
}
.ws-btn a {
    background-color: var(--main-color);
    padding: 8px 15px;
    border-radius: 30px;
    color: var(--sub-color);
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws-btn a::after {
    content: "";
    background: url(../common/images/arrow.svg) no-repeat;
    width: 8px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 20px;
}
.wsbk dl {
    margin: 10px 20px 30px;
    display: flex;
    flex-wrap: wrap;
}
.wsbk dt {
    font-weight: 300;
    border-right: 1px solid var(--main-color);
    width: 12%;
    margin: 0 2% 10px 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
}
.wsbk dd {
    width: 86%;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
ul.photo-box {
    margin: 0 auto 60px;
}
ul.first-box {
    margin: 0 auto 20px;
}
.slick-track {
    margin-left: 0 !important;
}
.slide-arrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.prev-arrow {
    left: -40px;
}
.next-arrow {
    right: -40px;
    transform: rotate(-180deg);
}
ul.photo-box li {
    padding: 0 15px;
    width: 30%;
}
ul.photo-box li img {
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

/* KODOMO MUSEUM */

#lead-top {
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 900px;
    width: 86%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    position: relative;
	}
#contents h3.kodomo-museum-title {
    width: 86%;
    max-width: 860px;
    margin: 60px auto;
}
#contents #lead-top h3 {
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    background-color: #0080cc;
    border-radius: 15px 15px 0 0;
    padding: 25px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
#lead-top p {
    font-size: 1.4rem;
    line-height: 180%;
    max-width: 580px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
	}
#illust01 {
    position:absolute;
    top: 250px;
    left: -30px;
    }		
#illust02 {
    position:absolute;
    top: 300px;
    right: -30px;
    }		
main.kodomo-museum {
    background-image: url("../event/images/kodomoreport/bg.gif") ;
    background-position: center;
    }
#report {
	background-color:#cbe8eb;
    max-width: 900px;
    width: 86%;
    margin: auto;
    padding: 30px 0;
}
#contents #report h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    max-width: 800px;
    width: 86%;
    margin: 0 auto 20px;
    padding: 15px;
    border-radius: 40px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    .h01 {
	background-color:#00aebb;
    }
    .h02 {
	background-color:#0080cc;
    }
    .h03 {
	background-color:#f08336;
    }
    .h04 {
	background-color:#eb6da5;
    }
#report .lead {
    font-size: 1.4rem;
    max-width: 740px;
    width: 86%;
    margin: auto;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: center;
    }
#report .lead p {
    border-bottom: #666666 1px dashed;
    display: inline;
    padding-bottom: 5px;
    line-height: 200%;
    }
#report .photo {
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    width: 86%;
    }
#report .photo img {
    margin: auto;
    max-width: 850px;
    width: 100%;
    }
.lead-end {
    font-size: 1.4rem;
    max-width: 740px;
    width: 86%;
    margin: auto;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: left;
    }
.lead-end p {
    line-height: 180%;
    }
.poster {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sp-bg {
    padding: 20px;
    background-color: #CBE8E9;
    margin: 20px 0 40px;
}
.sp-bg ul {
    margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
    
    h5 {
        width: 100%;
    }
    h4 {
        font-size: 1.6rem;
    }
    #contents .wrapper {
        max-width: 100%;
    }
    .event-block p {
        flex-direction: column;
   }
    .event-block .status {
        top: -10px;
    }
    .lecture-titleinfo {
        line-height: 1.5;
    }
    
/* KODOMO MUSEUM */

    #contents h3.kodomo-museum-title {
        margin-bottom: 60px;
    }
    #illust01 {
        position:absolute;
        top: -180px;
        left: -40px;
        }		
    #illust02 {
        position:absolute;
        top: -124px;
        right: -40px;
        }		
    #contents #report h3 {
        font-size: 1.6rem;
        }
}

@media screen and (max-width: 767px) {
    
    h5 {
        width: 100%;
    }
    #contents p {
        max-width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #contents p.btn-request {
        max-width: 86%;
        margin-right: auto;
    }
    .btn-grey {
        max-width: 100%;
    }
    .sp-notice.top {
        width: 86%;
        max-width: 1100px;
        margin: 0 auto 20px !important;
    }
    .information, .event-information {
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 40px;
        gap: 20px;
    }
    h4 {
        width: 100%;
    }
    .information h4 {
        margin-top: 250px;
        width: 100%;
    }
    .event-information h4 {
        margin-bottom: 0;
    }
    .information h4::before {
        height: 250px;
        top: -250px;
    }
    .information .wrapper, .event-information .wrapper {
        width: 100%;
        margin-left: 0;
    }
    .title-bn {
        width: 100%;
    }
    .date p {
        line-height: 1.5;
        text-align: left;
    }
    .date .event-block p {
        margin-bottom: 0;
        line-height: 1.5;
        text-align: left;
    }
    .status {
        display: block;
        width: fit-content;
        margin-bottom: 10px;
    }
    .lecture-title {
        font-size: 2rem;
        line-height: 1.5;
    }
    .lecture-block {
        width: auto;
        display: block;
        margin-bottom: 10px;
    }
    .lecturer {
        font-size: 1.2rem;
        margin: 0;
        padding-right: 0;
    }
    .lecturer-name {
        font-size: 1.4rem;
        text-align: left;
    }
    .event-type {
        display: block;
    }
    #contents .date p.lead {
        line-height: 2;
        margin: 10px;
        text-align: justify;
    }
    #contents p.lecture-overview {
        margin: 10px 10px 0 10px;
    }
    #contents .howtoaplly p {
        margin: 0 10px;
        margin-bottom: 40px;
    }
    #contents .howtoaplly p:last-child {
        margin-bottom: 0;
    }
    #attention {
        margin-top: 40px;
        padding: 20px 20px 0 20px;
    }
    #attention h3 {
        margin: 0 0 40px 0;
    }
    ul.request-list {
        margin: 40px 0 0 0;
    }
    ul.request-list li {
        font-weight: 700;
        list-style-type: disc;
        margin-left: 1em;
        line-height: 1.5;
    }
    ul.request-list li strong {
        font-weight: 700;
    }
    ul.request-list li ul {
        margin: 20px 0 40px;
    }
    ul.request-list li ul li {
        font-weight: 300;
        margin-left: 1em;
        line-height: 1.5;
    }
    .performer {
        gap: 15px;
        flex-direction: column;
    }
    .performer figure img {
        width: 80px;
    }
    
    /* LECTURE BK SMP */
    
    .title-box {
        padding: 12px 20px;
    }
    .title-box h5 {
    }
    .title-box .exhibition-type {
        font-size: 1rem;
    }
    .title-box .subtitle {
        font-size: 1rem;
    }
    .title-box .period {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
    }
    .event-type {
        font-size: 1rem;
        padding: 5px 8px;
        display: inline-block;
    }
    .bklist-contents dl {
        margin: 20px 0 30px 0;
    }
    .bklist-contents dt {
        font-size: 1.2rem;
        margin-bottom: 8px;
        margin-top: 20px;
    }
    .bklist-contents dd {
        font-size: 1.2rem;
    }
    .bklist-contents .lecture_title {
        font-weight: 400;
        display: block;
        margin-bottom: 5px;
        text-align: left;
    }
    .bklist-contents .lecturer {
        font-size: 1.2rem;
        display: block;
        width: auto;
        text-align: left;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .lecturer dl {
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }
    .lecturer dt {
        margin: 10px 0;
        line-height: 1.2;
    }
    .lecturer dd {
        margin: 10px 0;
        width: 75%;
    }
    
    /* WORKSHOP BK SMP */

    .wsbk {
        width: 100%;
    }
    .wsbk .title-box {
        padding: 8px 20px;
        width: 86%;
        margin: 0 auto 20px; 
    }
    .wsbk h5 {
        margin-bottom: 0;
    }
    .wsbk h6 {
        border: none;
        font-size: 1.4rem;
        font-weight: 400;
        padding-left: 0;
        width: 86%;
        margin: 0 auto 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        gap: 10px;
    }
    .wsbk dl {
        width: 86%;
        margin: 0 auto 20px; 
        justify-content: space-between;
    }
    .ws-iconbox {
        text-align: right;
    }
    .ws-iconbox .ws-icon01 {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .ws-icon01 {
        font-size: 1.2rem; 
        display: inline-block;
        justify-content: space-between;
        left:0;
        white-space: nowrap;
    }
    .ws-icon02 {
        font-size: 1.2rem;
        left:0;
        display: inline-block;
        justify-content: space-between;
        width: 104px;
        white-space: nowrap;
    }
    .wsbk dt {
        min-width:5em;
        width: 12%;
        margin-top: 0;
    }
    .wsbk dd {
        width: 75%;
        margin-top: 0;
    }
    ul.photo-box {
        margin: 20px auto 60px;
        max-width: 90%;
    }
    ul.first-box {
        margin: 20px auto 20px;
    }
    .slide-arrow {
        bottom: 0;
        margin: auto;
        position: absolute;
        top: 0;
        cursor: pointer;
    }
    .prev-arrow {
        left: -10px;
    }
    .next-arrow {
        right: -10px;
        transform: rotate(-180deg);
    }
    ul.photo-box li {
        padding: 0 15px;
        width: 30%;
    }
    ul.photo-box li img {
        width: 100%;
        pointer-events: none;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
        touch-callout:none;
        user-select:none;
    }
    .kodomo-museum {
        flex-direction: column;
    }
    .wsbk a {
        left:0;
        margin: auto;
        position: relative;
    }
    
    /* KODOMO MUSEUM */

    #contents #lead-top h3 {
        font-size: 1.8rem;
        }
    #lead-top {
        padding: 0;
    }
    #lead-top p {
        padding: 20px;
        margin: 0;
        }
    #contents h3.kodomo-museum-title img {
        width: 100%;
    }
    #illust01 {
        position:absolute;
        top: -100px;
        left: 0;
        width: 90px;
        }		
    #illust01 img, #illust02 img {
        width: 100%;
        height: auto;
        }		
    #illust02 {
        position:absolute;
        top: -70px;
        right: 0;
        width: 100px;
        }		
    #contents #report h3 {
        font-size: 1.6rem;
        }
}

@media screen and (max-width: 320px) {
    
    .lecturer dd {
        width: 100%;
    }
}