/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

/*----
    font-family: 'Inter', sans-serif;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 400;
    font-style: normal;
  background-image: linear-gradient(24deg, rgba(194, 170, 202, 1), rgba(140, 178, 227, 1) 30%, rgba(191, 157, 222, 1) 56%, rgba(205, 163, 200, 1) 78%, rgba(228, 168, 165, 1));
---------*/




html, body {
  height: 100%;
}


#school{
	font-size: 16px;
	font-family: collier,hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.7;
    color: #000;
}

#school img{
	max-width: 100%;
    width: 100%;
}

#school a{
	text-decoration: none;
	color: #000;
}

#school h2{
    font-size: 40px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    line-height: 1.2;
}


#school h3{
    font-size: 35px;
    font-family: collier, sans-serif;
    color: #DEAFC2;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 65px;
}

#school h3 span{
    display: block;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #000;
}

#school .comm_content{
    width: 90%;
    max-width: 1000px;
    margin: 150px auto;
}

#school .comm_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#school .sp{
    display: none;
}


.obi{
    background: #8a8a8a;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
}
.obi h1{
    font-weight: normal;
    font-size: 16px; 
}


.obi .pc{
    display: inline-block;
}


@media only screen and (max-width: 1200px) { 
    
#school h2{
    font-size: 35px;
}
#school h3{
    font-size: 35px;
}

#school h3 span{
    font-size: 18px;
}     
}

@media only screen and (max-width: 900px) { 
    
#school h2{
    font-size: 30px;
}
#school h3{
    font-size: 30px;
}

#school h3 span{
    font-size: 16px;
}
#school .comm_content{
    margin: 120px auto;
}    
}

@media only screen and (max-width: 760px) { 
#school{
	font-size: 14px;
}  
    
#school h2{
    font-size: 30px;
}
#school h3{
    font-size: 28px;
}

#school h3 span{
    font-size: 14px;
}
#school .comm_content{
    width: 90%;
    max-width: 1000px;
    margin: 90px auto;
}
.obi h1{
    font-size: 14px;
}    
    
.obi .pc{
    display: none;
}    
}

@media only screen and (max-width: 430px) { 
    
#school h2{
    font-size: 30px;
}
#school h3{
    font-size: 23px;
}

#school h3 span{
    font-size: 14px;
}
    #school .comm_content {
        margin: 80px auto;
    }    
}

/*
看板
-------------------------------------------------------------------------------------------*/
#school #hero{
    position: relative;
}

#school #about_top{
	max-width: 700px;
	text-align: left;
	position: absolute;
	width: 100%;
	left: 7%;
	top: 25%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #fff;
}

#school #hero #about_top h1.logo{
	width: 60%;
	max-width: 370px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#school #hero #about_top p{
    text-align: left;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.3rem;
}

#school #about_bottom{
	max-width: 510px;
	text-align: left;
	position: absolute;
	left: 7%;
	bottom: -50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    background: rgba(255,255,255,.6);
}

#school ul#about_bottom {
	letter-spacing: 1px;
	counter-reset: number;
    padding: 30px 60px;
}

#school #about_bottom li{
    font-size: 20px;
    margin: 10px 0;
	counter-increment: number;
}

#school #about_bottom li:before{
    font-family: collier, sans-serif;
	content:  counter(number , decimal-leading-zero);
    margin-right: 20px;
    letter-spacing: 2px;
    font-size: 30px;
}

#school #about_bottom li p{
    font-size: 12px;
    color: #4D4D4D;
    width: 87%;
    margin-left: auto;
}


#school div.btn{
    text-align: center;
    position: fixed;
	right: 2%;
	bottom: -7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 9999;
}

#school div.btn img{
    width: 25%;
    margin-bottom: 10px;
}

#school div.btn a{
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
	border-radius: 50%;
	width: 200px;
	height: 200px;
	color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#school div.btn a.sp{
    display: none;
}


#school .flex_button {
    margin: 70px auto 0;
}
#school .flex_button .comm_flex{
    justify-content: center!important;
}
#school .flex_button .comm_flex a{
    width: 40%;
}
#school .flex_button .comm_flex a li{
    border-radius: 50px;
    border: #CC86A2 2px solid;
    padding: 20px 40px;
    color: #CC86A2;
    background: #fff;
    font-size: 15px!important;
    letter-spacing: 0.1rem!important;
    line-height: 1.4!important;
}
#school .flex_button .comm_flex a:last-of-type li{
    background: #CC86A2;
    color: #fff!important;
    margin-left: 25px;
}
#school .flex_button .comm_flex li img{
    width: 10%;
    max-width: 25px;
    margin-right: 8%;
    /*vertical-align: text-bottom;*/
    object-fit: contain;
}
#school .flex_button .pc{
    display: none;
}

@media only screen and (max-width: 1200px) { 
    
    #school #about_top {
    max-width: 600px;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 7%;
    top: 28%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
    
    #school #hero #about_top h1.logo{
	width: 45%;
    margin-top: 20px;
    margin-bottom: 15px;
}
    #school #hero #about_top p {
    font-size: 24px;
}
    #school ul#about_bottom {
    letter-spacing: 1px;
    padding: 10px 40px;
    bottom: -55px;
}
    #school #about_bottom li {
    font-size: 18px;
}
    #school #about_bottom li:before {
    margin-right: 18px;
    font-size: 25px;
}
    
}

@media only screen and (max-width: 900px) { 
    
    #school #hero #about_top h1.logo{
	width: 35%;
    margin-top: 25px;
    margin-bottom: 10px;
}
    #school #hero #about_top p {
    font-size: 21px;
}
    #school ul#about_bottom {
    letter-spacing: 1px;
    padding: 10px 25px;
    bottom: -40px;
}
    #school #about_bottom li {
    font-size: 16px;
    margin: 15px auto;
    line-height: 1;
}
    #school #about_bottom li:before {
    margin-right: 16px;
    font-size: 21px;
} 
    #school div.btn {
    right: 5%;
    bottom: -4%;
    }
    
    #school div.btn a {
    width: 150px;
    height: 150px;
    font-size: 18px;
}
    

    #school .flex_button {
    margin: 70px auto 0;
    width: 100%;
}
#school .flex_button .comm_flex{
    justify-content: space-between!important;
    display: flex!important;
}
    
#school .flex_button .comm_flex a{
    width: 49%;
}
#school .flex_button .comm_flex a li{
    border-radius: 50px;
    border: #CC86A2 2px solid;
    padding: 10px 15px;
    font-size: 15px!important;
}
#school .flex_button .comm_flex a li.comm_flex{
    justify-content: center!important;
}    
    
#school .flex_button .comm_flex a:last-of-type li{
    margin-left: 5px;
}
#school .flex_button .comm_flex li img{
    width: 13%;
    max-width: 25px;
}

#school .flex_button .comm_flex .sp,#school .flex_button .comm_flex span{
    display: none;
}  
    
#school .flex_button .comm_flex .sp{
    display: none;
} 
#school .flex_button .pc{
    display: block;
} 
    
    
    
    
}

@media only screen and (max-width: 780px) { 
    
    #school #about_top{
	left: 5%;
    width: auto;
}
    #school #about_top .sp{
	display: block;
}    
    
    #school #hero #about_top h1.logo{
	width: 33%;
    margin-top: 15px;
    margin-bottom: 10px;
}
    #school #hero #about_top p {
    font-size: 18px;
    letter-spacing: 0.25rem;
}
    #school ul#about_bottom {
    display: none;
    }
    #school #about_bottom li:before {
    margin-right: 10px;
}
    
    
    #school #hero #about_top{
	position: static;
    max-width: 100%;
}
    
    #school #hero #about_top h2{
	color: #000;
    text-align: center;
    margin-top: 60px;
    font-size: 23px;
} 
    
    #school #hero #about_top h2 .sp{
	display: none;
}      
    
    #school #hero #about_top h1.logo,#school #hero #about_top p{
	display: none;
}
       
    
    #school div.btn {
    right: 3%;
    bottom: -2%;
    }
    
    #school div.btn a {
    width: 100px;
    height: 100px;
    font-size: 12px;
}

}

@media only screen and (max-width: 600px) {  
    #school div.btn {
    border-radius: unset;
    width: 100%;
    color: #fff;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);  
    display: flex!important;
}
    
    #school div.btn a,#school div.btn a.sp {
    width: 50%;
    height: 60px;
    font-size: 15px;
    /*background: #C2BAD3;*/
    background: #AAAAAA;
    border-radius:unset;
    display: inline-flex;
    flex-direction: row;    
}
    #school div.btn a.sp {
    background: #CB85A0;   
}      
    

    #school div.btn img {
    width: 15%;
    margin-bottom: 0px;
    margin-right: 10px;
}
    #school div.btn img.sp {
    display: block;
}
       
    
/*    #school div.btn a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 48%;
    right: 15%;
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
} */  
  
    #school div.btn .pc {
    display: none;
}
    
    

 
     
    
}
@media only screen and (max-width: 400px) {  
    #school #hero #about_top h2{
    font-size: 20px;
}      

}

/*
アンネプロフェッショナルスクール
-------------------------------------------------------------------------------------------*/
#school #anne_pro{
    margin: 170px auto 120px;
    position: relative;
}

#school #anne_pro h3{
    margin-bottom: 0px;
}

#school #anne_pro p:first-of-type{
    margin-bottom: 160px;
    margin-top: 20px;
    font-size: 20px;
}

#school #anne_pro .scrolldown{
	position:absolute;
	/*bottom:5px;
	left:25px;*/
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);    
}


#school #anne_pro .scrolldown:after{
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);   
	width:1px;
	height: 70px;
	background:#707070;
}

#school #anne_pro p{
    line-height: 2.1;
}

@media only screen and (max-width: 760px) { 
    
    #school #anne_pro{
    margin: 120px auto 80px;
    position: relative;
}
    #school #anne_pro h3 p:first-of-type{
    margin-bottom: 120px;
}
    #school #anne_pro .scrolldown{
	top: 55%;
}
    #school #anne_pro .scrolldown:after{
	height:45px;
}
}

@media only screen and (max-width: 780px) { 
    #school #anne_pro {
    margin: 0px auto 80px;
    }
    
    #school #anne_pro h3{
    display: none;
    }
    #school #anne_pro p:first-of-type {
    margin-bottom: 100px;
    margin-top: 0px;
    font-size: 12px;
}

    #school #anne_pro .scrolldown {
    top: 29%;
    }
}
@media only screen and (max-width: 400px) { 
    
    #school #anne_pro .pc{
    display: none;
}
    #school #anne_pro .sp{
    display: block;
}

    
    #school #anne_pro h3 {
    margin-bottom: 100px;
}
    #school #anne_pro .scrolldown:after{
	height:35px;    
}
    #school #anne_pro p:first-of-type .sp{

    display: none;
}

}

/*
アンネ 8つのポイント
-------------------------------------------------------------------------------------------*/

#school #point .comm_flex{
    flex-wrap: wrap;
}

#school #point .comm_flex::after {
    content: "";
    display: block;
    width: 33%;
}

#school #point .flex_button .comm_flex::after {
    content: none;
}


#school #point ul{
    background: rgba(197,187,211,.3);
    border-radius: 50%;
    width: 195px;
    height: 195px;
    margin-bottom: 60px;
    margin-right: 10px;
}

#school #point ul:nth-of-type(4n){
    margin-right: 0px;
}


#school #point li:first-of-type{
    color: #DEAFC2;
    font-size: 37px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin-top: -10%;
    line-height: 1;
    
}

#school #point li:nth-of-type(2n){
    font-size: 16px;
    margin: 50px auto 20px;
}

#school #point li a{
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}


#school #point .button a{
    color: #fff;
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
    font-size: 20px;
    cursor: pointer;
    padding: 25px 0;
    width: 100%;
    display: block;
}




@media only screen and (max-width: 930px) { 
    
    #school #point ul{
    background: rgba(197,187,211,.3);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-bottom: 40px;
    margin-right: 5px;
} 
    #school #point li:first-of-type{
    font-size: 32px;   
}
    #school #point li:nth-of-type(2n) {
    font-size: 16px;
    margin: 35px auto 10px;
}
    #school #point .button a {
    font-size: 18px;
    padding: 25px 0;
}
    
}

@media only screen and (max-width: 740px) { 

}

@media only screen and (max-width: 560px) { 
    
    #school #point ul{
    background: rgba(197,187,211,.3);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-bottom: 40px;
    margin-right: 5px;
} 
    #school #point li:first-of-type{
    font-size: 28px;   
}
    #school #point li:nth-of-type(2n) {
    font-size: 14px;
    margin: 25px auto 2px;
}
    #school #point .button a {
    font-size: 16px;
    padding: 20px 0;
}
    
}

@media only screen and (max-width: 460px) { 
    #school #point .comm_flex {
    justify-content: space-evenly;
}
    #school #point ul {
     background: rgba(197, 187, 211, .3);
     border-radius: 50%;
     width: 160px;
     height: 160px;
     margin-bottom: 40px;
     margin-right: 5px;
    }
    
    
    #school #point li:nth-of-type(2n) {
        font-size: 16px;
        margin: 40px auto 10px;
    }

    
}





/*
アンネについて
-------------------------------------------------------------------------------------------*/


#school #about .slider{
  display: flex; 
}

#school #about ul{
  width: 40%;  
}

#school #about li{
    text-align: left;    
}

#school #about li:nth-of-type(2n){
    font-size: 20px;
    color: #CC86A2;
    margin: 30px 0 15px;
}

#school #about li:nth-of-type(3n){
    text-align: justify;
}


#school #about .slider ul.slick-dots{
    display: none!important;
}

#school #about .slick-prev,#school #about .slick-next{
  bottom: 0;
  height: 0;
  margin: 0;
  position: absolute;
  top: 30%;
  width: 0; 
}
#school #about .slick-prev {
  border-bottom: 25px solid transparent;
  border-left: 0;
  border-right: 15px solid #C2BAD3;
  border-top: 25px solid transparent;
  left: -25px;
}  
#school #about .slick-next {
  border-bottom: 25px solid transparent;
  border-left: 15px solid #C2BAD3;
  border-right: 0;
  border-top: 25px solid transparent;
  right: -25px;
}

@media only screen and (max-width: 700px) { 
    #school #about.comm_content{
  width: 100%; 
}
#school #about li:nth-of-type(2n){
    font-size: 18px;
}   
    #school #about .slider{
        width: 90%;
        margin: auto;
    }  
    #school #about .slick-prev,#school #about .slick-next{
  top: 50%;
}
#school #about .slick-prev {
  border-bottom: 18px solid transparent;
  border-right: 10px solid #C2BAD3;
  border-top: 18px solid transparent;    
  left: -2%;
}  
#school #about .slick-next {
  border-bottom: 18px solid transparent;
  border-left: 10px solid #C2BAD3;
  border-top: 18px solid transparent;    
  right: -2%;
}
}
@media only screen and (max-width: 500px) { 
#school #about li:nth-of-type(2n){
    font-size: 16px;
    margin: 25px 0 15px;
    line-height: normal;
}    

}

/*
コース内容・受講料
-------------------------------------------------------------------------------------------*/


#school #course .comm_content{
    margin: 240px auto 0;
}

#school #course .wrap_pt{
    display: none;
}

#school #course .choice .comm_content{
    margin: 40px auto 0;
}

#school #course .choice .recruit_content{
    background: rgba(190, 184, 208, 0.1);
    padding-bottom: 85px;
    border-top: 2px solid #C2BAD3;

}

#school #course .choice .professional_content{
    background: rgba(208, 173, 191, 0.1);
    padding-bottom: 100px;
    border-top: 2px solid #DEAFC2;
}

#school #course .choice h4{
    font-family: collier, sans-serif;
    font-size: 80px;
    color: rgba(190,184,208,0.4);

    letter-spacing: 0.7rem;
    /*margin: 40px auto 75px;*/
    margin-bottom: 20px;
    margin-top: 60px;
}

#school #course .choice h4 span{
    font-size: 25px;
    color:#A489C5;
    font-weight: normal;
    letter-spacing: 0.5rem;
}

#school #course .choice .professional_content h4{
    color: rgba(208,173,191,0.4);
}

#school #course .choice .professional_content h4 span{
    color:#CC86A2;
}

#school #course .choice .box{
    background: #fff;
}


#school #course .inner{
    width: 90%;
    margin: 0 auto;
    padding: 55px 0;
}
#school #course .inner .comm_flex:first-child{
    display: grid;
    grid-template-columns: 51% 47%;
}

#school #course .inner .comm_flex:first-of-type dl{
    grid-column: 1/2;
    grid-row: 1/2;
}
#school #course .imge{
    grid-column: 2/3;
    grid-row: 1/3;
}
#school #course .inner .comm_flex:first-of-type p{
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: left;
    margin-top: 30px;
}

#school #course .comm_flex:first-of-type{
    align-items: flex-start;
}

#school #course .inner dl{
    color: #A489C5;
    border: 1px solid #C2BAD3;
    padding: 8% 0px;
}

#school #course .inner dt{
    font-size: 20px;
    margin: 0 auto 30px;
}

#school #course .inner dd{
    font-size: 16px;
    text-align: left;
    width: 91%;
    max-width: 415px;
    margin: 0 auto 5px;
}


#school #course .professional_content .inner dl{
    color: #CC86A2;
    border: 1px solid #DEAFC2;
}

#school #course .professional_content .inner dd{
    width: 90%;
    max-width: 320px;
}

#school #course .choice .content,#school #course .choice .curriculum{
    border: 1px solid #D5D5D5;
    padding: 55px 50px;
    margin: 50px auto;
}

#school #course .choice .sb_title{
    font-size: 25px;
    color: #A489C5;
}

#school #course .choice  .professional_content .sb_title{
    color: #CC86A2;
}

#school #course .choice .content .sb_title{
    width: 30%;
    text-align: left;
}

#school #course .choice .content table{
    width: 65%;
    font-size: 18px;
    text-align: left;
}

#school #course .choice .content table tr{
    border-bottom: 1px solid #E4E4E4;
}

#school #course .choice .content table th{
    font-weight: 500;
    width: 25%;
    padding: 15px 0 15px 10%;
}

#school #course .choice .content table td{
    width: 70%;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    padding: 15px 5% 15px 3%;
}
#school #course .choice .content table span{
    font-size: 14px;
}

#school #course .choice .curriculum{
    margin: 80px auto 0px;
}

#school #course .choice .curriculum ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
    line-height: 40px;
}

#school #course .choice .curriculum li{
    margin-right: 15px;
    font-size: 18px;
}

#school #course .choice .curriculum li::before{
    content: "●";
    font-size: 14px;
    color: #A489C5;
    margin-right: 5px;
}
#school #course .choice .professional_content li::before{
    color: #CC86A2;
}


#school #course .choice .curriculum .sb_title{
    width: 30%;
    margin: -75px auto 0;
    background: #fff;
}


/*　タブ　*/
#school #course .tab{
    margin: 0 auto 0px;
}
#school #course .tab:last-of-type{
    margin: 0px auto 65px;
    display: none;
}


#school #course .tab li{
    width: 49%;
    cursor: pointer;
}

#school #course .recruit_tab{
    padding: 35px 0;
    font-size: 20px;
    background: #C2BAD3;
    color: #FFFFFF;
    font-style: normal;
    letter-spacing: 0.3rem;
}


#school #course .professional_tab{
    padding: 35px 0;
    font-size: 20px;
    background: #DEAFC2;
    font-style: normal;
    color: #FFFFFF;
    letter-spacing: 0.3rem;
}


#school #course .inner-box {
  display: none;
}
#school #course .inner-box.show {
  display: block;
}


/*　ページタイトル　*/
#school #course div.recruit_tab{
    font-size: 25px;
}

#school #course div.professional_tab{
    font-size: 25px;
}


@media only screen and (max-width: 960px) { 
#school #course .inner .comm_flex:first-child {
    grid-template-columns: 50% 46%;
}
    
#school #course .inner .comm_flex:first-of-type dl {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    border: none;
    padding: 0% 0px 8%;    
} 
       
    
#school #course .inner dt {
    font-size: 25px;
}    
    
#school #course .inner dd {
    font-size: 18px;
    max-width: 480px;
}    
    
#school #course .imge{
    grid-column: 2/3;
    grid-row: 2/3;
}
#school #course .inner .comm_flex:first-of-type p{
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 16px;
    line-height: 1.7;
    margin: auto;
    text-align: justify;
}
    
#school #course .wrap_pt{
    display: block;
} 
#school #course .pc{
    display: none;
}
    
#school #course .choice .content, #school #course .choice .curriculum {
    padding: 40px 35px;
    margin: 30px auto;

} 
#school #course .choice .content table th {
    padding: 15px 0 15px 5%;
    width: 30%;
}  

    
#school #course .choice .curriculum .sb_title {
    margin: -60px auto 0;
}    
    

}

@media only screen and (max-width: 900px) { 
    
    #school #course .comm_content {
    margin: 120px auto 0;
}
    #school #course .recruit_tab,#school #course .professional_tab{
    font-size: 18px;
    }
    #school #course .choice h4 {
    font-size: 70px;
    letter-spacing: 0.5rem;
    line-height: 1.3;
}
    #school #course .choice h4 span {
    font-size: 21px;
    letter-spacing: 0.3rem;
}
    #school #course .choice .sb_title {
    font-size: 23px;
    }
    
    #school #course .choice .curriculum .sb_title {
    width: 40%;
}
    
    #school #course .tab{
    margin: 0px auto 0;
}
    #school #course .tab:last-of-type{
    display: flex;
}

}

@media only screen and (max-width: 640px) { 

    #school #course .choice .recruit_content {
    padding-bottom: 60px;
}
    
#school #course .inner {
    padding: 35px 0;
}    
    
    #school #course .tab .sp{
    display: block; 
    }    
    
    #school #course .professional_tab,#school #course .recruit_tab{
    padding: 15px 0;   
    }
    
    #school #course .recruit_tab, #school #course .professional_tab {
    font-size: 14px;
    letter-spacing: 0.1rem;
    }
    
    #school #course .choice h4 {
    font-size: 40px;
    letter-spacing: 0.3rem;
    margin-top: 30px;
    } 
    
    #school #course .choice h4 span {
    font-size: 16px;
    letter-spacing: 0.2rem;
    }    
    
    #school #course .inner dt {
    font-size: 21px;
    }
    #school #course .inner dd {
    font-size: 14px;
    width: 100%;
    max-width: 370px;
    }
    
    #school #course .inner .comm_flex:first-of-type dl {
    padding: 0% 0px 8%;
    }    

    #school #course .inner .comm_flex:first-of-type p{
    font-size: 14px;
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    padding: 8% 0 0;
}
    
    #school #course .imge {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    }  
    
    
    #school #course .choice .curriculum .sb_title {
    width: 50%;
}  
    #school #course .choice .content, #school #course .choice .curriculum {
     padding: 30px 25px;
    }
    #school #course .choice .content{
     display: block;
    }
    #school #course .choice .content table tr:last-child {
    border-bottom: none;
    }
    
    #school #course .choice .content .sb_title {
    width: 100%;
    text-align: center;
}
    #school #course .choice .content table {
    width: 100%;
    font-size: 16px;
}
    #school #course .choice .sb_title {
    font-size: 21px;
    }
    #school #course .choice .curriculum .sb_title {
    margin: -47px auto 0;
    }
    #school #course .choice .curriculum li {
    margin-right: 10px;
    font-size: 16px;
} 
    #school #course .choice .curriculum ul {
    margin-top: 20px;
    line-height: 35px;
} 

    
}

@media only screen and (max-width: 440px) { 
    #school #course .inner dt,#school #course .choice .sb_title {
    font-size: 18px;
    }
    
     #school #course .choice .content, #school #course .choice .curriculum {
        padding: 20px 15px 25px;
        margin: 40px auto;
    } 
        #school #course .choice .curriculum .sb_title {
        margin: -37px auto 0;
    }
    
        #school #course .inner {
        padding: 35px 0 10px;
    }
     #school #course .tab{
    margin: 70px auto 0;
}
    #school #course .tab:last-of-type{
    margin: 0px auto 70px;    
    }
}

@media only screen and (max-width: 440px) { 
    #school #course .choice .content table,#school #course .choice .curriculum li {
        font-size: 14px;
    }
    #school #course .choice .content table span{
        font-size: 12px;
    }    
}

/*
講師紹介
-------------------------------------------------------------------------------------------*/

#school #lecturer .koushi {
    align-items: stretch;
}

#school #lecturer .koushi .box{
    background:#F9F9F9;
    padding: 50px;
    text-align: left;
    color: #CC86A2;
    font-size: 18px;
    width: 35%;
    flex-grow: 1;
}

#school #lecturer .koushi .box:first-of-type{
    margin-right: 50px;
}

#school #lecturer .koushi .box dl{
    margin-top: 30px;
}
#school #lecturer .koushi .box dt{
    letter-spacing: 0.1rem;
}

#school #lecturer .consultant {
    margin-top: 95px;
    background:#F9F9F9;
    padding: 40px 50px;
    border-radius: 0px 0px 50px 0px;
}

#school #lecturer .consultant dl{
    text-align: left;
}

#school #lecturer .consultant dt{
    color: #CC86A2;
    font-size: 25px;
}
/*
#school #lecturer .consultant dd{
    font-size: 14px;
}*/
#school #lecturer .consultant .ttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#school #lecturer .consultant dl.comm_flex{
    display: grid;
    grid-column-gap: 15px;
}

#school #lecturer .consultant dl.comm_flex .imag{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

#school #lecturer .consultant .comm_flex dt{
    grid-column: 3 / 6;
    grid-row: 1 / 2;    
}

#school #lecturer .consultant dl.comm_flex .text_area{
    grid-column: 3 / 6;
    grid-row: 2 / 3;
}



#school #lecturer .consultant .comm_flex dl{
    width: 70%;
    margin-bottom: 0;
}

#school #lecturer .consultant .comm_flex dt{
    font-size: 18px;
}


@media only screen and (max-width: 900px) { 
    #school #lecturer .consultant .ttl{
     display: block;   
    }

    
}
    
@media only screen and (max-width: 760px) { 
    #school #lecturer .consultant{
    padding: 30px;    
    }
    
    #school #lecturer .koushi .box {
    padding: 30px;
    width: 38%;
}
    #school #lecturer .koushi .box:first-of-type{
    margin-right: 20px;
}
    #school #lecturer .consultant .comm_flex {
    border-radius: 0px 0px 50px 0px;
}
    #school #lecturer .consultant dt {
    margin-bottom: 10px;
}
    #school #lecturer .consultant dd {
    text-align: justify;
}
}
@media only screen and (max-width: 620px) { 
    #school #lecturer .koushi .box .sp {
    display: block;
}
    #school #lecturer .consultant dt {
    font-size: 21px;
}    
}

@media only screen and (max-width: 570px) { 
    
    #school #lecturer .consultant .ttl dt{
     text-align: center;
    }
    
    #school #lecturer .consultant .comm_flex {
    display: block;
}
    
    #school #lecturer .koushi {
    display: block;
}   
    #school #lecturer .koushi .box{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    } 
    #school #lecturer .koushi .box:first-of-type{
    margin-right: auto;
    margin-bottom: 20px;
    }
    #school #lecturer .koushi .box img{
    width: 50%;
    } 
    
    #school #lecturer .koushi .box dl{
    width: 45%;
    margin-top: 0px;
    } 
    
    
    #school #lecturer .consultant {
    margin-top: 55px;
}
    #school #lecturer .consultant .comm_flex img {
    margin-bottom: 20px;
}
    #school #lecturer .consultant .comm_flex img,#school #lecturer .consultant .comm_flex dl {
    width: 100%;
} 
    #school #lecturer .consultant dl.comm_flex{
    grid-column-gap: 15px;    
    }
    
   #school #lecturer .consultant dl.comm_flex .imag{
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

   #school #lecturer .consultant .comm_flex dt{
    grid-column: 4 / 7;
    grid-row: 1 / 2;    
}
   #school #lecturer .consultant .comm_flex dt .sp{
    display: block;
}  
   #school #lecturer .consultant .comm_flex dt span{
    display: none;
}     

   #school #lecturer .consultant dl.comm_flex .text_area{
    grid-column: 1 / 7;
    grid-row: 2 / 3;
} 
    
    
    

}

@media only screen and (max-width: 420px) { 
    #school #lecturer .koushi .box {
    padding: 15px;
    font-size: 16px;
}
    #school #lecturer .consultant .comm_flex dt {
    font-size: 16px;
}
}
/*
支援制度
-------------------------------------------------------------------------------------------*/

#school #support .box{
    background: #F9F9F9;
    text-align: left;
    position: relative;
    margin-bottom: 160px;
    padding-bottom: 60px;
}

#school #support .inner{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

#school #support .inner h4{
    font-size: 70px;
    color: rgba(208, 173, 191, 0.4);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.7rem;
    position: absolute;
    top: -35px;
    line-height: 1;
}

#school #support .inner h4 span{
    font-size: 25px;
    color: #CC86A2;
    font-weight: normal;
    letter-spacing: 0.3rem;
}
#school #support .inner .text_area dl,#school #support .inner .comm_flex{
    padding-top: 90px;
}
#school #support .inner .img_area .comm_flex{
    padding-top: 30px;
}

#school #support .inner .comm_flex{
    flex-wrap: wrap;
}

#school #support .inner dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
/*
#school #support .inner dd{
    font-size: 14px;
}*/

#school #support .inner .box{
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin: 25px auto 0;
}

#school #support .inner .img_area{
    padding-top: 50px;
    position: relative;
}

#school #support .inner .img_area p{
    font-size: 25px;
    color: #A489C5;
    margin-bottom: 20px;
    position: relative;
}

#school #support .inner .img_area .border{
    position: absolute;
    left: 21%;
    top: 18%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
}

#school #support .inner .img_area .border::after{
    content: "";
    position: absolute;
    left: 21%;
    top: 18%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 630px;
    height: 1px;
    background: #A489C5;
}

#school #support .inner .img_area .comm_flex .store{
    width: 24%;
}
#school #support .inner .img_area .comm_flex .store img{
    width: 100%;
}

#school #support .inner .img_area .comm_flex .store p{
    font-size: 18px;
    color: #A489C5;
    text-align: center;
    margin: 20px auto 0;
}
#school #support .inner .comm_flex dl{
    width: 66%;
}

#school #support .inner .comm_flex img{
    width: 27%;
    object-fit: cover;
    aspect-ratio: 1;
    object-view-box: inset(0px 0px 0px 30px);
}



@media only screen and (max-width: 760px) { 
    #school #support .sp {
    display: block;
}
    
    #school #support  .inner .box .sp {
    display: none;
}    
    
    #school #support .inner h4 {
    font-size: 50px;
    letter-spacing: 0.5rem;
    top: -34px;
    display: block;
    text-align: center;
}
    #school #support .inner h4 span {
    font-size: 21px;
    letter-spacing: 0.3rem;
    margin-top: 15px;
    display: inline-block;
}
    #school #support .box {
    margin-bottom: 120px;
    padding-bottom: 40px;
}
    
    #school #support .inner .img_area p {
    font-size: 21px;
} 
    #school #support .inner .img_area .border{
    top: 11%;    
    }
    #school #support .inner .img_area .border::after{
    top: 11%;     
    }
    
    #school #support .inner .text_area dl{
    width: 100%;
    text-align: center;
    display: block;    
    }
    #school #support .inner .img_area .comm_flex{
    padding-top: 15px;    
    }
    
    
    #school #support .inner .comm_flex dl{
        width: 100%;
    }
    #school #support .inner dt {
    margin-bottom: 20px;
    text-align: center;
}
    #school #support .inner dt .sp {
    display: none;
}    
    
    #school #support .inner dd,#school #support .inner .comm_flex dd{
        text-align: justify;
    } 
    #school #support .inner .comm_flex img{
    width: 100%;
    padding-top: 30px;
    object-fit: cover;
    aspect-ratio: 211 / 105;
    }
    
    
    
    #school #support .inner .img_area .comm_flex img{
    padding: 0;
    width: 49%;
    margin-bottom: 15px;
    }
    #school #support .inner .img_area .comm_flex .store{
    width: 49%;    
    }
    #school #support .inner .img_area .comm_flex .store p {
    font-size: 14px;
    color: #A489C5;
    text-align: center;
    margin: 0px auto 10px;
}
    #school #support .inner .img_area .comm_flex .store img {
    aspect-ratio: 211 / 150;
}
    
    #school #support .box:nth-of-type(even) .inner .comm_flex img{
        width: 100%;
        object-fit: cover;
        aspect-ratio: 211 / 105;
    }
    
}

@media only screen and (max-width: 600px) { 

    #school #support .inner dt .sp {
    display: block;
}  
    #school #support .inner .img_area .border{
    top: 13%;    
    }    
    
}

@media only screen and (max-width: 500px) { 

    #school #support .box {
    margin-bottom:80px;
}    
    
    #school #support .inner dt .sp,#school #support  .inner .box .sp {
    display: block;
} 
      
    #school #support .inner h4 {
        font-size: 40px;
        letter-spacing: 0.4rem;
        top: -25px;
    }
    #school #support .inner h4 span {
        font-size: 18px;
        letter-spacing: 0.2rem;
    }
        
    #school #support .inner dt {
        font-size: 16px;
    }
    #school #support .inner .img_area p {
    font-size: 18px;
    margin-bottom: 0;
} 

    #school #support .inner .img_area {
    padding-top: 30px;
}
    #school #support .inner .text_area dl, #school #support .inner .comm_flex {
    padding-top: 75px;
    }
    #school #support .inner .img_area .border{
    top: 10%;    
    }    

}

@media only screen and (max-width: 400px) { 

    #school #support .inner .box {
    font-size: 13px;
} 
    #school #support .inner .img_area .border {
    position: absolute;
    left: 33%;
    top: 11%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55%;
}    
}


/*
卒業生の声
-------------------------------------------------------------------------------------------*/
#school #voice .comm_flex:first-of-type{
    align-items: stretch;
}

#school #voice .box{
    width: 48%;
    text-align: left;
}

#school #voice .imag{
    position: relative;
}
#school #voice .imag img{
    object-fit: cover;
    object-view-box: inset(-60px 0px 0px 0px);
    border-radius: 50px 0 0px 0;
    aspect-ratio: 211 / 180; 
}
#school #voice .box:last-of-type .imag img{
    border-radius: 0px 0 50px 0;
}

#school #voice .item{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C2BAD3;
    color: #fff;
    padding: 15px 0;
    width: 45%;
    max-width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}

#school #voice .box p{
    font-size: 20px;
    color: #CC86A2;
    margin: 30px 0 20px;
}

#school #voice .box p img{
    width: 20%;
    max-width: 17px;
    margin-right: 3px;
}

#school #voice .box dt{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
/*
#school #voice .box dd{
    font-size: 14px;
}*/

#school #voice .button{
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    background: #C2BAD3;
    margin-top: 50px;
}
@media only screen and (max-width: 600px) { 
#school #voice .comm_flex{
    display: block;
}
    
#school #voice .box{
    width: 100%;
    margin-bottom: 50px;
}

#school #voice .imag img{
    object-fit: cover;
    object-view-box: inset(-170px 0px 0px 0px);
    border-radius: 50px 0 0px 0;
    aspect-ratio: 211 / 145;   
    }  
    
#school #voice .box:last-of-type .imag img{
    border-radius: 0px 0 50px 0;        
    }  
    
#school #voice .item{
   width: 30%;     
    }   
    
#school #voice .box p {
    margin: 25px 0 15px;
}
#school #voice .box p .pc{
    display: none;  
}  
    
#school #voice .box p span{
    display: inline-block;
    margin-left: 15px;
}     
    
    
#school #voice .box dt {
    margin-bottom: 15px;
}    
    
#school #voice .button {
    font-size: 18px;
    margin-top: 20px;
    padding: 20px 0; 
}  
    
}


/*
よくある質問
-------------------------------------------------------------------------------------------*/
#school #faq{
}

#accordion {
	margin:40px auto 30px;
	line-height:1.3;
	text-align:left;
	counter-reset: number;
}

#accordion dl {
	background:#F9F9F9;
	color: #4D4D4D;
}

#accordion dt {
	font-size:17px;
	cursor: pointer;
	font-weight:bold;
	line-height:2.0;
	position:relative;
	counter-increment: number;
	display: flex;
	align-items: center;
    width: 90%;
    margin: 60px auto 0;
}

#accordion dt:before {
	content: "Q";
	font-size: 30px;
	margin-right: 30px;
	vertical-align: sub;
	font-family: collier, sans-serif;
}

#accordion dt p{
	width: 82%;
    line-height: 1.5;
}

#accordion dt:after {
	content:"＋";
	font-size:24px;
	right:10px;
	position:absolute;
	top:6px;
	color: #4D4D4D;
	font-weight: normal;
}


#accordion dd{
    width: 90%;
	display:none;
	line-height:2.0;
	margin:0px auto;
	color:#4D4D4D;
	padding: 15px 0px 30px;
    border-top: 1px solid #4D4D4D;
}
#accordion dt.active:after{
	content:"－";
}

#accordion dd a{
    color: #A489C5;
}

@media only screen and (max-width: 760px) {
#accordion dt {
	font-size:18px;
}
    
}

@media only screen and (max-width: 640px) {
#accordion dt {
     font-size: 14px;
     padding: 10px;
     margin-top: 20px;
}
#accordion dt:before {
	font-size: 18px;
    margin-right: 12px;
}
#accordion dt::after {
    font-size: 20px;
    right: 5px;
    top: 8px;
    }    
    
}

/*
お申し込みの流れ
-------------------------------------------------------------------------------------------*/

#school #entry ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

#school #entry ul li {
    width: 23%;
    background:#F9F9F9; 
    position: relative;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

#school #entry ul li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -33px;
    margin: auto;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-left: 10px solid #C2BAD3;
    z-index: 1;
}

#school #entry ul li:last-of-type::after {
    position: static;
    border: none;
}

#school #entry ul li .comm_content {
    margin: auto;
    max-width: 190px;
}

#school #entry .ttl,
#school #entry dt {
    font-size: 20px;
    color: #CC86A2;
    margin-bottom: 20px;
}

#school #entry .ttl {
    letter-spacing: 0.3rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#school #entry ul li img {
    width: 45%;
    margin: 35px auto 15px;
    max-height: 60px;
    max-width: 80px;
    object-fit: contain;
}

#school #entry ul li dl {
    width: 90%;
    margin: auto;
    flex-grow: 1;
}

#school #entry ul li dd {
    text-align: justify;
}

#school #entry ul li dd:nth-of-type(2n) {
    text-align: center;
    margin-top: 20px;
}

#school #entry ul li dd.tel {
    font-size: 29px;
    text-align: center;
    color: #CC86A2;
    letter-spacing: 0.1rem;
    background: none;
    padding: 0;
}

#school #entry ul li a .button {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #C2BAD3;
    padding: 15px 0;
    margin-top: 15px;
}

@media only screen and (max-width: 950px) {
#school #entry ul li dd:nth-of-type(2n) {
    margin-top: 10px;
}
#school #entry ul li dd.tel {
    font-size: 23px;
}    
    
}

@media only screen and (max-width: 760px) {
#school #entry .ttl{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}        
 
#school #entry ul li {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 0;
}
    
#school #entry ul li dl{
    display: flex;
    justify-content: space-between;
}  
    
#school #entry dt{
    width: 20%;
    margin: auto 0;
} 
#school #entry ul li img{
    width: 100%;
    margin: auto 0;
}
    
#school #entry ul li .sp_block{
    width: 75%;
}      
#school #entry .sp_block dt{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
} 
#school #entry ul li dd.tel{
    text-align: left;
    line-height: 1;
    }    

    
#school #entry ul li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top:unset;
    bottom: -70px;
    left: 44%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);      
    margin: 0;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-top: 15px solid #C2BAD3;
    z-index: 1;
} 
    
#school #entry ul li a .button {
    padding: 10px 0;
    margin-top: 10px;
}
   
    
}
@media only screen and (max-width: 630px) {
    
    
#school #entry ul li dd {
        margin-top: 10px;
    }     
}

@media only screen and (max-width: 500px) {
    #school #entry ul li dd.tel {
        font-size: 20px;
    } 
    #school #entry .ttl, #school #entry dt{
        font-size: 18px;
}
    #school #entry ul li dd {
        line-height: 1.6;
    }    
}






/*
お問い合わせ(form_css)
-------------------------------------------------------------------------------------------*/
#school #inquery{
    margin-bottom: 80px;
}

@media only screen and (max-width: 500px) {
    #school #inquery .sp {
        display: block;
    }   
}

/*
会社概要
-------------------------------------------------------------------------------------------*/

#school #summary{
    padding: 5px 0;
}

#school #summary h3{
    color: #C2BAD3;
}



#school #summary .inner{
    background: #fff;
    width: 90%;
    max-width: 900px;
    margin: auto;
}

#school #summary table{
    text-align: left;
    font-family: hiragino-kaku-gothic-pron, sans-serif; 
}

#school #summary table tr{
    border-bottom: 1px solid #DEAFC2;
}

#school #summary table th{
    width: 30%;
    min-width: 185px;
    padding: 25px 0;
    font-size: 17px;
    font-weight: normal;
}

#school #summary table td{
    width: 70%;
    padding: 25px 0;
    font-size: 15px;
}
#school #summary table td span{
    font-size: 15px;
}

@media only screen and (max-width: 640px) {

        #school #summary table th{
            width: 100%;
            display: block;
            padding: 20px 0 0;
            font-size: 16px;
        }        
        #school #summary table td{
            width: 100%;
            display: block;
            padding: 3px 0 20px;
            font-size: 14px;
        }  
       #school #summary table td span{
            font-size: 14px;
}
    
        #school #summary .sp{
            display: block;
        }      
}
/*
footer
-------------------------------------------------------------------------------------------*/

#school footer{
	border-top: 1px solid #b4b4b4;
    color: #fff;
	padding: 50px 0 25px;
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
    object-fit: cover;
}

#school footer .f-logo{
	margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#school footer .f-logo img {
    max-width: 170px;
    width: 20%;
}

#school footer .f-logo p{
	font-size: 26px;
    margin-left: 2%;
    letter-spacing: 0.5rem;
}
#school footer .obi{
	background: none;
    padding: 0 0 60px 0;
}


#school footer .copy{
	font-size: 16px;
	letter-spacing: 1px;
    margin-top: 90px;
    margin-bottom: 70px;
}

#school footer ol{
	display: flex;
    justify-content:center;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

#school footer ol li{
    font-size: 18px;
    margin: 0 10px;
}

#school footer ol li:after{
	content:"";
	border-right:1px solid #fff;
	padding-left:20px;
}

#school footer ol li:last-child:after{
	content:"";
	border-right:none;
}

#school footer ol li a{
    color: #fff;
}


#school footer ol.sns {
	max-width: 350px;
    margin-top: 60px;
    justify-content: center;
}

#school footer ol.sns li{
	font-size: 30px;
}


#school footer .fab {
    font-family: "Font Awesome 5 Brands";
    margin: auto;
    /* line-height: normal; */
    margin: 19px 0;
}

#school footer  ol.sns li:after{
	content:"";
	border-right:none;
}


@media only screen and (max-width: 1130px) {  

  #school footer ol li {
    font-size: 16px;
    margin: 0 5px;
}

 #school footer ol li:after{
	padding-left:10px;
}
}


@media only screen and (max-width: 800px) {  

  #school footer .f-logo {
    margin: 0 auto 50px;
}    
    
  #school footer .f-logo p {
    font-size: 21px;
    letter-spacing: 0.3rem;
}
  #school footer ol.links{
    justify-content: space-between;
    flex-wrap: wrap;
}     
    
  #school footer ol.links li {
    width: 45%;
    margin: 10px auto; 
    border: 1px solid #fff;
}

 #school footer ol.links li:after{
	border-right:none;
    padding-left:0px;
}    
  #school footer ol.links li a{
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}
    

#school footer ol.sns {
    margin-top: 40px;
} 
#school footer .copy {
    margin-top: 40px;
}    
}

@media only screen and (max-width: 800px) {  

  #school footer .f-logo {
    display: block;
}
#school footer .f-logo p {
    margin-top: 2%;
    margin-left: 0;
}   
    
#school footer .sp{
   display: block;
}        

}


