@charset"utf-8";
/*
滋賀短期大学附属高等学校 Web Site ver.2021  --  Additiona CSS
Latest Updated : 2021. 3.1
*/

/**
 * separation and comment is here
 */

/* 左上ロゴマーク天地幅調整 */
@media screen and (min-width: 1024px) {
#branding .site-title {
    margin: 0;
    padding: 14px 30px;
}
}

/* 2021.03.15 ITPC追加 */
.page article .section-content .narrow	{ margin:0 auto; max-width:768px;}


/* ITPC追加 tableレスポンシブ用 */
.tbl-r02 td div {
	font-size: 14px;
		  font-weight: 700;
	display: inline-block;
	padding: 0.5em 1em 0.3em;
	color: #ffffff;
	border-radius: 25px;
	background-color: #4ba4a9;
	border: none;
	cursor: pointer;
  
	  }
  
  @media screen and (max-width: 720px)  {
  
	.tbl-r02 th{ display:none;}
	.tbl-r02 td {
	  display: block;
	  width: 100%;
	}
  
	/* ITPC追加 オープンスクール応募ボタン */
	  .tbl-r02-midashi {
	  background-color: #4b6ea9;
	  color: #FFFFFF;
	  font-weight: 700;
		  margin-top: 12px;
  }
  
}
  

.clubsns {
    float: right;
    text-align: right;
    margin-right: 5%;
    margin-top: -50px;
}


.table-club {
    border: 0px none;
    background-color: initial;
}


.table-club tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}

.table-club th {
    border: 0px none;
    padding: 8px;
    background-color: initial;
    width: 30%;
    line-height: 1.6em;
}

.table-club td {
    border: 0px none;
    padding: 8px;
    background-color: initial;
    line-height: 1.6em;

}

/* 動画で見る学校案内 */
.info-movie {
    width: 100%;
    transform: initial;
    border: none;
    outline: none;
}


/* 学校行事 */
.event_text {
    margin: 0px;
    float: right;
    line-height: 1.6em;
    width: 45%;
    padding-top: 4px;
}

.img_shadow　{
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5);
    position: relative;
}

@media screen and (max-width: 720px)  {
   .event_text {
    margin: 0px;
    line-height: 1.6em;
    width: 45%;
    padding-top: 4px;
}
 
}

/* アコーディオン */
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 20px;
    margin-left: 2rem;
    padding: 20px 0px 24px;
    position: relative;
    font-weight: 700;
    border-bottom: solid 1px #777777;
}
.acd-label:after{
    background: #50ACBF;
    font-size: 150%;
    color: #ffffff;
    box-sizing: border-box;
    content: "\f067";
    display: block;
    font-family: FontAwesome;
    height: 42px;
    padding: 12px 12px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 50%;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
    margin-left: 2rem;
}
.acd-check:checked + .acd-label:after{
    content: "\f068";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px;
    visibility: visible;
}

.time {
    display: inline-block;
    width: 100px;
}


/* Wev出願入力 */

.tonext {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #cecece transparent transparent transparent;
    margin-top: -30px;
    margin-bottom: 10px;
}

/* 部活動 */
.clubname {
    width: 95%;
    margin: 4px 0px 30px 0px;
}
.instaicon {
    margin-right:10px;
    vertical-align: middle;
    width: 10%;
}

/* シラバス */
.syllabus_img {
    width: 40px;
    margin-right: 12px;
    margin-bottom: 24px;
    vertical-align: middle;
    display: inline-block;
}