html {
    scroll-behavior: smooth;
}

#media {
    background-color: #fff;
}

#home .add_Topsec01LinkWrap {
    padding-top: unset;
}

#publish .FvUnder:before {
    content: unset;
}

.areasWrap {
    display: block;
}

.PopBtnWrap .close .button {
    background: #adadad;
    color: #ffffff;
}

.Form01Select p {
    padding: 10px;
}
#searchact .Form01Select p,
#searchact .Form02Select p{
    text-align:center;
    font-size: 14px;
}

.SlideBarWrapParent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 2px #e8e8e8;
    margin-bottom: -2px;
    padding: 10px 20px;
}

.SlideBarWrapParent h3 {
    font-size: 18px;
    font-weight: bold;
}

.SlideBarWrapParent span {
    width: 15px;
    height: 2px;
    display: inline-block;
    color: #3fb710;
}

.AddSideWrap h2 {
    margin-bottom: 30px;
}

.SlideBarWrapChild {
    padding: 10px 20px;
}

.AddSideWrap {
    margin-bottom: 50px;
}

.SlideBarWrapChild ul li {
    margin-bottom: 10px;
}

.SlideBarWrapChild {
    display: none;
}

.SlideBarWrapParent:hover {
    cursor: pointer;
}

.showSlideBarWrapParent .SlideBarWrapChild {
    display: block;
}

.showSlideBarWrapParent .SlideBarWrapParent span:before {
    content: none;
}
.BoderRedBtn{
    transition: 0.5s;
}
.BoderRedBtn:hover{
//    background-color: #c8161e;
//    border: solid 1px #fff;
}

.BoderRedBtn:hover a{
//   color: #fff;
}
.AddSideWrap{
    display: none;
}
@media(min-width:768px) and (max-width:1100px){
    .Form01Select p{
        padding: 3vw 2vw;
    }
}
@media screen and (max-width: 1300px) {
    .button {
        padding: 15px 0;
        width: 35%;
    }

    .worries > div > div > div h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: calc(100vw * 16 / 960);
    }

    nav .menu {
        gap: 1.2em;
    }

    header .LogoWrap {
    //    width: 16vw;
    //    height: 14vw;
    //    width: 10vw;
    //    height: 10vw;
    }
    #SwipeBym::before{
        top: unset;
        bottom: -2px;
    }
}


.Form01Select p{
    padding: 10px;
 }


 /* 部活メディアについて */
 .page__media__content{
    
 }
 .page__media__content__box{
 //   width: 94%;
    max-width: 1120px;
    margin: 50px auto;
//    display: flex;
    justify-content:space-between;
    align-items: center;
 }
 .page__media__content__box__left{
 //   width: 35%;
 //    width: 37%;
    width: 700px;
    margin: auto auto 30px;
 }
 .page__media__content__box__left img{

 }
 .page__media__content__box__right{
//    width: 55%;
//    width: 60%;
    width: 700px;
    margin:auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111111;
    letter-spacing: 1.5px;
 }



 .sp-show{
    display:none;
 }
 @media screen and (max-width:768px){
    .pc-show{
        display:none;
     }
     .sp-show{
        display:block;
     }
 }
 /*.sp-flex-show{
    display:none!important;
 }*/
 @media screen and (max-width:768px){
    /*.pc-flex-show{
        display:none!important;
     }
     .sp-flex-show{
        display:flex!important;
     }*/
	 
 }
.sp-tablet-show{
    display:none;
}
 @media(max-width:1080px){
    .pc-tablet-show{
        display:none;
     }
     .sp-tablet-show{
        display:block;
     }
 }
 
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/************************************************************************************
FLOAT
*************************************************************************************/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}