/*-------------------------
  base
-------------------------*/
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    color: #333333;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, strong, em, p, span, ul, li, dl, dt, dd, div, a{
    line-height: 1.8em;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6, strong, em, p, span, a{
    margin-block: var(--leading-trim);
}
h5{
    font-size: 1.6rem;
}
ul{
    list-style-position: inside;
    margin: 8px 0 16px 1em;
    padding: 0;
}
ol{
    margin: 8px 0 16px 1em;
}
ul li{
    list-style-position: inside;
    list-style: disc;
}
dl{
    margin: 8px 0 16px 1em;
}
dt{
    list-style-type: none;
}
address, em, b{
    font-style: normal;
}
a:link,
a:visited,
a:active,
a:focus{
    text-decoration: none;
    color: #66A54E;
}
p a:link,
p a:visited,
p a:active,
p a:focus{
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
}
table{
    width: 100%;
    border-collapse:collapse;
    background-color: #fff;
}
tr{
    border-top: none;
    border-bottom: solid 1px #ccc;
}
th{
    width: 240px;
    padding: 16px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.4em;
}
td{
    width: auto;
    padding: 16px 16px 16px 0;
    text-align: left;
    vertical-align: top;
}
hr{
    height: 1px;
    background-color: #eee;
    border: none;
    color: #eee;
}

/* SP */
@media screen and (max-width: 880px) {
    th,td{
        display: block;
    }
    
}

input,
textarea,
select{
    border: 1px solid #ccc;
    background-color: #fff;
}
input[type="text"],
input[type="email"],
select{
    padding: 0.5em 1em;
    width: 100%;
}
input[type="file"]{
    border: none;
}
textarea{
    padding: 0.5em 1em;
    margin-top: 8px;
    width: 100%;
    height: 16em;
}
select{
    cursor: pointer;
    appearance: auto;
}
input[type="radio"],input[type="checkbox"]{
    vertical-align:middle;
    margin-right: 0.2em;
}
input::placeholder{
    color: #ccc;
}
select{
    color: #333;
}
small{
    font-size: 1.2rem;
    color: #333;
    line-height: 0;
}
a:hover img{
    opacity: 70%;
}

/*-------------------------
  common
-------------------------*/
.pc{
    display: block;
}
.sp{
    display: none;
}
:root {
    --leading-trim: calc((1em - 1lh) / 2);
}
.white{
    color: #fff;
}
.red{
    color: #e00;
}
.font14{
    font-size: 1.4rem !important;
}
.font16{
    font-size: 1.6rem !important;
}
.font18{
    font-size: 1.8rem !important;
}
.font20{
    font-size: 2.0rem !important;
}
.font22{
    font-size: 2.2rem !important;
}
.font24{
    font-size: 2.4rem !important;
}
.align-left{
    text-align: left !important;
}
.align-center{
    text-align: center !important;
}
.align-right{
    text-align: right !important;
}
.margin-top16{
    margin-top: 16px !important;
}
.margin-top24{
    margin-top: 24px !important;
}
.margin-top32{
    margin-top: 32px !important;
}
.margin-top40{
    margin-top: 40px !important;
}
.margin-top60{
    margin-top: 60px !important;
}
.margin-top80{
    margin-top: 80px !important;
}
.margin-bottom16{
    margin-bottom: 16px !important;
}
.margin-bottom24{
    margin-bottom: 24px !important;
}
.margin-bottom32{
    margin-bottom: 32px !important;
}
.margin-bottom40{
    margin-bottom: 40px !important;
}
.margin-bottom60{
    margin-bottom: 60px !important;
}
.margin-bottom80{
    margin-bottom: 80px !important;
}
.underline{
    text-decoration: underline;
}
ul.annotation-list{
    margin-bottom: 16px;
}
ul.annotation-list li{
    list-style: none;
    text-indent: -1em;
    margin-bottom: 8px;
}
p.annotation-list{
    text-indent: -1em;
    margin-top: 4px;
    margin-left: 1em;
}
.video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9; /* YouTube標準比率 */
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------
 top
 -------------------------*/
 .swiper img {
  height: auto;
  width: 100%;
}
.topHeader h1{
    position: absolute;
    top: 24px;
    left: 32px;
    z-index: 10;
    color: #333333;
    font-size: 2.8rem;
}
.topHeader-subtitle{
    display: block;
    font-size: 1.9rem;
}
.topHeader-nav{
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 10;
}
.topHeader-menu{
    width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.topHeader-nav li{
    list-style: none;
}
.topHeader-nav ul li span{
    font-size: 1.9rem;
}
.topHeader-nav ul li span::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 4px 0 -12px;
}
.topHeader-menu-tsunagaru::before{
    background-image: url('./assets/img/icon-tsunagaru.png');
}
.topHeader-menu-shiru::before{
    background-image: url('./assets/img/icon-shiru.png');
}
.topHeader-menu-umareru::before{
    background-image: url('./assets/img/icon-umareru.png');
}
.topHeader-nav ul li ul li{
    font-size: 1.3rem;
    list-style: disc;
}
.topHeader-nav ul li ul li a{
    color: #333;
}
.topContents h2{
    position: relative;
    margin:0 0 24px 0;
}
.topContents h2::before{
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -12px 4px 0 0;
}
.tsunagaru h2::before{
    background-image: url('./assets/img/icon-tsunagaru.png');
}
.shiru h2::before{
    background-image: url('./assets/img/icon-shiru.png');
}
.umareru h2::before{
    background-image: url('./assets/img/icon-umareru.png');
}
.topContents h2 em{
    color: #66A54E;
    font-size: 3.7rem;
    line-height: 0;
}
.topContents h2 span{
    position: absolute;
    top: 6px;
    display: inline-block;
    font-size: 1.3rem;
    background-color: #ddd;
    border-radius: 8px;
    margin-left:8px;
    padding: 4px 12px;
}
.topContents-wrap{
    width: 1000px;
    margin: 80px auto 40px;
}
.topContents ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.topContents ul li{
    list-style: none;
}
.topContents ul li img{
    border-radius: 8px;
    width: 100%;
}
.topContents ul li h3{
    margin-top: 4px;
    font-size: 2.2rem;
}
.topContents ul li p{
    margin-top: 8px;
    font-size: 1.6rem;
}

.footer{
    margin-top: 80px;
    background-color: #eee;
    text-align: center;
    padding: 32px 0;
}
.footer small{
    color: #666;
}
.footer  li {
    list-style-position: inside;
    list-style: none;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #66A54E;
}

.topHeader.page{
    height: 140px;
    background-image: url(./assets/img/page-mv-bg.png);
    background-size:cover;
    background-position: center;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:focus{
    text-decoration: none;
    color: #333;
}

/*-------------------------
 pageDetail（共通）
 -------------------------*/
.pageDetail a:link,
a:visited,
a:active,
a:focus{
    text-decoration: underline;
}
.pageDetail-wrap{
    width: 840px;
    margin: 80px auto;
}
.pageDetail-head{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 32px;
    display: grid;
    gap:24px;
    grid-template-columns: 1fr auto;
}
.pageDetail-head-link{
    justify-self: end;
}
.pageDetail h2{
    font-size: 2.5rem;
    color: #66A54E;
    line-height: 1.3em;
}
.pageDetail h3{
    font-size: 2.2rem;
    background-color: #eee;
    padding: 8px;
    margin:64px 0 32px 0;
    border-radius: 8px;
}
.pageDetail h3::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-color: #66A54E;
    border-radius: 999px;
    margin: -2px 8px 0 8px;
}
.pageDetail h4{
    font-size: 1.8rem;
    margin: 32px 0 8px;
}
.pageDetail h4::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-color: #66A54E;
    margin: -2px 12px 0 0;
}
.pageDetail h5{
    font-size: 1.6rem;
    margin: 16px 0 8px 0;
}
h6{
    font-size: 2.0rem;
    margin: 0px 0 8px 0;
}
.pageDetail p{
    margin-bottom: 16px;
}
.pageDetail dt{
    margin: 8px 0 0 0;
}

.pageDetail-pankuzu{
    display: flex;
    flex-wrap: wrap;
}
ul.pageDetail-pankuzu{
    margin:0 0 24px 0;
}
ul.pageDetail-pankuzu li {
    list-style: none;
    color: #999;
    font-size: 1.3rem;
}
.pageDetail-pankuzu li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .4em;
}
ul.pageDetail-pankuzu a {
    text-decoration: underline;
    color: #999;
}

.buttonAreaCenter{
    text-align: center;
}
.buttonAreaLeft{
    text-align: left;
}
.buttonAreaRight{
    text-align: right;
}

.buttonAreaCenter,
.buttonAreaLeft,
.buttonAreaRight{
    margin-top: 32px;
    width: 100%;
}
.buttonAreaCenter a:not(:first-child),
.buttonAreaLeft a:not(:first-child),
.buttonAreaRight a:not(:first-child){
    margin-left: 8px;
}

.pageDetail .button{
    margin: 8px 0 0 0;
    display: inline-block;
    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #66A54E;
    text-align: center;
    line-height: 1.4em;
    border: none;
}
.pageDetail input:disabled{
    background-color: #ccc;
}
.pageDetail a.button:hover{
    background-color: #4A902F;
}

.pageDetail .button-gray{
    margin: 8px 0 0 0;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #fff;
    line-height: 1.4em; 
    border: 1px solid #ccc;
}
.pageDetail a.button-gray:hover{
    background-color: #eee;
    /* text-decoration: underline; */
}

.pageDetail .button-sec{
    font-size: 1.3rem;
    margin: 8px 0 0 0;
    display: inline-block;
    padding: 4px 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    line-height: 1.4em; 
}
.pageDetail a.button-sec:hover{
    background-color: #eee;
}

.pageDetail  a.button,
.pageDetail a.button-gray,
.pageDetail a.button-sec
{
text-decoration: none;
}

.pageDetail img{
    max-width: 100%;
    border-radius: 8px;
}
.pageDetail figure img{
    max-width: 100%;
    margin: 0 0 32px 0;
}

.pageDetail .mailFormCheck{
    width: 100%;
    text-align: center;
    margin: 40px 0 24px 0;
}

/* SP */
@media screen and (max-width: 880px) {
    .pageDetail-head{
        display: block;
    }
    .pageDetail-head-button{
        width: 100%;
        margin: 16px 0;
        display: inline-block;
        text-align: right;
    }
    .pageDetail-head-link{
        margin-top: 16px;
    }
}

/*-------------------------
 common
 -------------------------*/
.red{
    color: #CC0000;   
 }
.filter{
    margin: 0 0 24px 0;
}
.horizon-list{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.horizon-list li{
    list-style: none;
    font-size: 1.3rem;
}
.horizon-list li:not(:last-of-type){
  margin: 0 16px 0 0 ;
}

.tag-list{
    margin: 0 0 16px 0;
    display: flex;
    flex-wrap: wrap;
}
.tag-list li{
    background-color: #66A54E;
    border-radius: 99999px;
    padding: 0 8px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    margin:0px 4px 8px 0;
}
.tag-list li:last-of-type{
  margin-right: 0;
}
.right-button{
    width: 100%;
    text-align: right;

}
.frame-info{
    border: 12px solid #eee;
    border-radius: 8px;
    margin: 32px 0 0 0;
    padding: 8px 20px;
}
.frame-info dt{
    display: block;
    font-weight: bold;
    font-size: 2.0rem;
    margin: 8px 0;
}
.ul-listNone{
    margin-left: 0.6em;
}
.ul-listNone li{
    list-style: none;
}

/*-------------------------
 formArea
 -------------------------*/
.formArea .formArea-radio label,
.formArea .formArea-checkbox label{
    margin-right: 16px;
    display: inline-block;
}
.formArea td p{
    margin: 12px 0 0 0;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6em;
}
.formArea-required{
    color: #f00;
    display: inline-block;
}
.formArea-annotation{
    color: #999;
    display: inline-block;
    font-size: 1.3rem;
}

.formArea-1clm tr{
    display: block;
    margin: 24px 0;
    padding: 0 0 24px 0;
}
.formArea-1clm th,
.formArea-1clm td{
    display: block;
    width: 100%;
    padding: 0;
    margin: 16px 0 0 0;
}
.formArea .formArea-1clm td p{
    margin: 24px 0 8px;
}
.fromArea-checkInput-item{
    min-height: 34px;
    margin: 16px 0 0 0;
    display: grid;
    grid-template-columns: 320px auto;
    place-items: start stretch;
}
.fromArea-checkInput-item input{
    padding: 2px 8px ;
}
.fromArea-checkInput-left .wpcf7-list-item{
    display: block;
    height: 41px;
    margin-top: 0;
    margin-bottom: 0;
}
.fromArea-checkInput-right > span{
    display: block;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 880px) {
    .fromArea-checkInput-left .wpcf7-list-item{
        margin: 0;
    }
    .fromArea-checkInput-item{
        grid-template-columns: auto 1fr;
    }
}

/*-------------------------
 symposium
 -------------------------*/
.symposium-jirei{
margin-top: 64px;
}
.symposium-jirei > div:not(:last-child){
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: dotted 2px #ccc;
}
.symposium-program h5{
    margin-bottom: 16px;
}
.symposium-program ul{
    margin-bottom: 16px;
}
.symposium-program > div:not(:last-child){
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: solid 2px #ccc;
}
.symposium-program video{
    width: 50%;
}
.symposium-program-caption{
    margin: 0 0 16px 0;
    font-size: 1.5rem;
    color: #666;
}
.pageDetail p.symposium-program-body{
    margin: 0 0 8px 0;
}
.pageDetail p.symposium-timetable-item{
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 4px 18px;
    margin: 0 0 8px 0;
}
.symposium-timetable-item dt{
    font-weight: bold;
    font-size: 1.8rem;
}
.symposium-timetable-item h5{
    font-size: 2.0rem;
    background-color: #eee;
    border-radius: 8px;
    padding: 8px 24px;
}
.symposium-timetable-item h6{
    font-size: 1.8rem;
}
.symposium-timetable-item h5 span{
    display: inline-block;
    margin: 0 8px 0 0;
}
.symposium-timetable-body{
    padding: 16px 8px;
}
.symposium-timetable-case{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.symposiumList-item{
    border: 2px solid #eee;
    padding: 16px;
    margin: 0 0 40px 0;
    border-radius: 8px;
}
.symposiumList-item h3{
    margin: 0 0 24px 0;
}
.symposium-note{
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 24px;
}

/* SP */
@media screen and (max-width: 880px) {
    .symposium-note{
        display: block;
    }
}

/*-------------------------
 gourpList
 -------------------------*/
.gourpList-item{
    border: 2px solid #eee;
    padding: 16px;
    margin: 0 0 16px 0;
    border-radius: 8px;
}
.gourpList-item h3{
    margin: 0 0 8px 0;
}
.gourpList-address{
    width: 100%;
    text-align: right;
}
.gourpList-address{
    margin: 0 0 16px 0;
}
.gourpList-address span{
    margin: 0 0 0 16px;
    font-size: 1.3rem;
}
.gourpList-category{
    font-size: 3.2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    color: #66A54E;
}

.gourpList-category:not(:first-child){
    margin:80px 0 16px 0;
}
.gourpList-item{
        position: relative;
}
.gourpList .accordion_header {
    cursor: pointer;
}
.gourpList .accordion[open] .accordion_header {
    background-color: #ECECEC;
}
.gourpList .accordion_header::after {
    position: absolute;
    right: 16px;
    transition: transform 0.3s ease;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./assets/img/icon_arrow_s.webp) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 4px 16px 0 0;
    transform: rotate(90deg);
}
.gourpList .accordion[open] .accordion_header::after {
    transform: rotate(270deg);
}
summary {
    display: block;
    content: none;
    list-style: none;
}
summary::marker {
  content: none;
}
summary::-webkit-details-marker {
  display: none;
}

/* SP */
@media screen and (max-width: 880px) {
    .gourpList .accordion_header::after {
        width: 20px;
        height: 20px;
        margin: 10px 8px 0 0;
    }
}

/*-------------------------
 info
 -------------------------*/
.info-filter{
    display: grid;
    font-size: 1.3rem;
    place-items: center;
    grid-template-columns:  120px 160px auto auto;
    gap: 12px;
}
.info-filter-cate select{
    width: 100%;
}
.info-filter-keyword input{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.info-filter button{
    padding: 5px 12px;
    background-color: #ccc;
    border-radius: 6px;
}

.info-list{
    position: relative;
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    gap: 45px;
}
.info-item{
    position: relative;
}
.info-item a:link{
    text-decoration: none;
}
.info-item a:hover{
    text-decoration: underline;
}
.info-item .info-item-imgarea{
    width: 100%;
    height: 140px;
    margin: 0 0 8px 0;
}
.info-item .info-item-imgarea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-item-cate{
    position: absolute;
    top: 9px;
    left: 6px;
    display: inline-block;
    border-radius: 99999px;
    padding: 0px  4px;
    font-size: 1.0rem;
    letter-spacing: 0em;
}
.info-item-cate a{
    text-decoration: none;
    color: #fff;
}
.info-item-cate.info{
    background-color: #FF7847;
    color: #fff;
}
.info-item-cate.event{
    background-color: #5E8AD6;
    color: #fff;
}
.info-item-cate.others{
    background-color: #C4A144;
    color: #fff;
}
.info-item-cate.uncategorized{
    background-color: #999;
    color: #fff;
}
.info-item-date{
    display: block;
    font-size: 1.3rem;
    margin-top: 2px;
    color: #666;
    line-height: 1.3em;
}
.info-item-title{
    display: block;
    margin-top: 8px;
    line-height: 1.3em;
    color: #333;
}

/* SP */
@media screen and (max-width: 880px) {
    .info-filter{
        width: 100%;
        display: block;
        place-items: stretch;
    }
    .info-filter-keyword{
         margin-top: 8px;       
    }
    .info-filter-tag{
        margin-top: 8px;
    }
    .info-filter-button{
        margin-top: 8px;
        width: 100%;
        text-align: right;
    }
    .info-list{
        display: block;
    }
    .info-item{
        margin: 0 0 24px 0;
        padding: 0 0 24px 0;
        border-bottom: solid 1px #ccc;
    }
    .info-item .info-item-imgarea{
        height: auto;
    }
}

/*-------------------------
 infoDetail
 -------------------------*/
.infoDetail-head{
    border-bottom: 1px solid #ccc;
    padding: 0 0 16px 0;
    margin: 0 0 40px 0;
}
.infoDetail h3{
    font-size: 2.2rem;
    background-color: #fff;
    padding: 0 0 16px 0;
    margin:0 0;
    border-radius: 8px;
}
.infoDetail h3::before{
    content: "";
    display: inline;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-color: #66A54E;
    border-radius: 0;
    margin: 0;
}
.infoDetail-credit{
    width: 100%;
    margin: 24px 0 0 0;
    text-align: right;
    font-size: 1.3rem;
    color: #666;
}
.infoDetail-credit span{
    display: inline-block;
    margin-left:16px;
}
.infoDetail-cover{
    position: relative;
}

/* SP */
@media screen and (max-width: 880px) {
    .infoDetail-credit span{
        display: block;
        margin-left: 0px;
        margin-top: 8px;
    }
}

/*-------------------------
case
-------------------------*/
.caseList-itemTagArea{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    place-items: start start;
}
.caseList-item-like{
    border-radius: 6px;
    padding: 0px  8px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    background-color: #C4CFE4;
    margin: 0;
}
.caseList-item-like::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('./assets/img/icon-like.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
    vertical-align: middle;
    margin: -3px 2px 0 0em;
}
.caseList-contents{
    margin: 24px 0 0 0;
}

.wpcf7-not-valid-tip{
    display: block;
    margin: 8px 0;
}

.caseDetail-like{
    display: inline-block;
    border-radius: 6px;
    padding: 0px  8px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    background-color: #C4CFE4;
}
.caseDetail-like::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('./assets/img/icon-like.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
    vertical-align: middle;
    margin: -3px 2px 0 0em;
}

/* SP */
@media screen and (max-width: 880px) {
    .case-list{
        display: block;
    }
    .case-item{
        margin: 0 0 24px 0;
        padding: 0 0 24px 0;
        border-bottom: solid 1px #ccc;
    }
}

/*-------------------------
description
-------------------------*/
.description-list dl{
    margin: 0;
}
.description-list dt{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 12px;
}
.description-list dd{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.description-list dd p{
    margin-bottom: 0px;
}
.description-listLink{
    text-align: right;
}

/*-------------------------
SP
-------------------------*/
@media screen and (max-width: 880px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .topHeader h1{
        top: 16px;
        left: 16px;
        font-size: 2.8rem;
    }
    .topHeader-subtitle{
        font-size: 1.6rem;
    }
    .topContents-wrap{
        width: 90%;
        margin: 40px auto;
    }
    .topContents ul{
        display: block;
        margin: 0;
    }
    .topContents li{
        padding-bottom: 24px;
        margin-bottom: 32px;
    }
    .topContents li:not(:last-child){
        border-bottom: 1px solid #ccc
    }
    .pageDetail-wrap{
        width: 90%;
        margin: 40px auto;
    }
    .symposium-program video{
        width: 100%;
    }
}

/*-------------------------
SP menu
-------------------------*/
.menu-navSP-inner{
    width: 90%;
    margin: 40px auto 24px;
}
.menu-navSP-cate{
    margin-bottom: 24px;
}
.menu-navSP-cate > div > span{
    font-size: 1.9rem;
}
.menu-navSP-cate li{
    list-style: none;
}
.menu-navSP-cate ul li{
    position: relative;
    display: block;
    line-height: 1;
    padding: 20px 0 20px 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    color: #ccc;
}
.menu-navSP-cate ul li a{
    color: #333;
}
.menu-navSP a{
    color: #333;
}

/*-------------------------
SP menu-overlay 開閉とボタン処理
-------------------------*/
#menu-overlay{
    height: 100svh;
    width: 100vw;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}
#menu-overlay-button{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 60px;
    height: 60px;
    z-index: 30;
    cursor: pointer;
    user-select: none;
    z-index: 101;
    background-color: #fff;
    border: 1px solid #ccc;
}
#menu-overlay-button span{
    height: 0px;
    width: 35px;
    background-color: #66A54E;
    display: block;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 28px;
    right: 12px;
}
#menu-overlay-button span:before{
    top: -10px;
    visibility: visible;
}
#menu-overlay-button span:after{
    top: 10px;
}
#menu-overlay-button span:before,
#menu-overlay-button span:after{
    height: 2px;
    width: 35px;
    background-color: #66A54E;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
}
#menu-overlay-button span:before{
    top: 0px;
}
#menu-overlay-button span:after{
    top: 10px;
}
#menu-overlay-input{
    display: none;
}
#menu-overlay-input:checked ~ #menu-overlay-button:hover span,
#menu-overlay-input:checked ~ #menu-overlay-button span{
    background: transparent;
}
#menu-overlay-input:checked ~ #menu-overlay-button span{
    margin-top: 0px;
}
#menu-overlay-input:checked ~ #menu-overlay-button span:before{
    transform: rotate(45deg) translate(0px, 0px);
}
#menu-overlay-input:checked ~ #menu-overlay-button span:after{
    transform: rotate(-45deg) translate(7px, -7px);
}
#menu-overlay-input:checked ~ #menu-overlay{
    visibility: visible; 
}

/*-------------------------
WP bbPress
-------------------------*/
.bbp-breadcrumb,
.bbp-template-notice,
.bbp-user-topics-created-link,
.bbp-user-replies-created-link,
.bbp-user-profile-link,
.bbp-author-role,
.form-allowed-tags,
.bbp-user-edit-link
{
	display:none !important;
}
.bbp-form #user_login,
.bbp-form #user_pass{
    width: 200px;
}
.bbp-login-form {
  display: none !important;
}
/* #bbpress-forums{
    font-size: 1.6rem;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics{
    font-size: 1.6rem;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 1.6rem;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    width: 160px;
} */
/*-------------------------
WP search＆filter
-------------------------*/

.searchandfilter input[type="submit"]{
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #ddd;
    line-height: 1.4em; 
    border: none;
}
.searchandfilter input[type="submit"]:hover{
    background-color: #ccc;
}
form.grouplist div > ul > li:nth-child(2){
    padding: 0;
    width: 100%;
    text-align: right;
}
form.case-entry div > ul > li:nth-child(2){
    padding: 0;
    width: 100%;
    text-align: right;
}

.pageDetail .wpcf7-spinner{
    display: block;
}

/*-------------------------
WP ulike
-------------------------*/
.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
    filter: invert(44%) sepia(40%) saturate(500%) hue-rotate(180deg) brightness(100%) contrast(111%) !important;
}

/*-------------------------
search-filter
-------------------------*/
.search-filter-label{
    margin-top: 24px;
    font-size: 1.6rem;  
}
.search-filter-field--input-type-checkbox .search-filter-input-group{
  display: flex; 
  flex-wrap: wrap; 
  gap: 4px 12px;
  align-items: center;
}
.search-filter-field--input-type-checkbox .search-filter-input-group .search-filter-input-checkbox__label{
    padding-left: 4px;
    font-size: 1.6rem;
}
.search-filter-style--control-submit{
    margin-top: 24px;
}
.search-filter-style--control-submit .search-filter-input-button{
        margin-left: auto;
}

/*-------------------------
search-filter
-------------------------*/
/* .um-field .um-tip[original-title]{
  display: inline-flex;
  align-items: center;
  gap: .5em;
} */
/* アイコンは消したいなら ↓ を有効化（任意） */
.um-field .um-tip[original-title] .um-icon-help-circled {
    display: none !important;
}
.um-field .um-tip{
  display: block;
  margin: 0;
}
/* original-title の内容を擬似要素で表示 */
.um-field .um-tip[original-title]::after{
  content: attr(original-title);
  display: inline-block;
  font-size: 1.3rem;
  /* line-height: 1.4; */
  color: #999;
  /* 必要なら折返し */
  white-space: normal;
  max-width: 100%;
}
/* フォームのselect値のずれを解消 */
.select2-container .select2-selection--single .select2-selection__rendered{
    display: inline;
}
.um-register .select2-selection__clear,
.um-profile .select2-selection__clear {
    display: none;
}
.um-field .select2.select2-container .select2-selection .select2-selection__arrow, .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow {
    top: 5px;
}
/* 登録画面のログインボタン削除 */
.um-register .um-form .um-col-alt{
    width: 100%;
    text-align: center;
}
.um-register .um-form .um-col-alt .um-half{
    width: 100%;
}
.um-register .um-form .um-col-alt .um-right{
    display: none;
}
/* ログイン画面の登録ボタン削除 */
.um-login .um-form .um-col-alt{
    width: 100%;
    text-align: center;
}
.um-login .um-form .um-col-alt .um-half{
    width: 100%;
}
.um-login .um-form .um-col-alt .um-right{
    display: none;
}
.um-login .um-form .um-field-c{
    text-align: left;
}
.um-field-checkbox-option, .um-field-radio-option {
    margin: 0 0 0 28px;
}
.um-login .um-form .um-field-checkbox-option{
    position: relative;
    top: -4px;
}
.um-field-checkbox-state, .um-field-radio-state {
    top: 4px;
}
/* パスワード変更フォーム内の現在のパスワードの下にマージン追加 */
.um-account-tab-password #um_field_0_current_user_password {
    padding-bottom:24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}
