/* 学園生活*/
/* 学園生活トップ（旧サイトのCSS）*/
.schoollifeBox01 {
	padding: 10px;
	margin-bottom: 20px;
}
.schoollifeBox01 .picBox01 {
	float: right;
	width: 130px;
	margin-left: 10px;
}
.schoollifeBox01 .txtBox01 {
	float: left;
	width: 490px;
}
/* 部活動 （旧サイトのCSS）*/
.club_ttl001 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C65A9;
	border-right-color: #3C65A9;
	border-bottom-color: #3C65A9;
	border-left-color: #3C65A9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.club_sttl02 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #3762A7;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #143D7E;
	margin-bottom: 10px;
}
.club_ssttl01 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3762A7;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.club_table01 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.club_table01 th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.club_table01 td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.club_ol01 {
	margin: 0px;
	padding: 0px;
}
.club_ol01 li {
	margin-left: 30px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.club_ul01 {
	margin: 0px;
	padding: 0px;
}
.club_ul01 li {
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	list-style-type: square;
}
.club_number {
	width: 60%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.club_number th {
	border: 1px solid #CCCCCC;
	background-color: #E0E0E0;
	padding: 5px;
	text-align: center;
}
.club_number td {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}
.club_dl01 dt {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.club_dl01 dd {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
}
/* スクールカレンダー */
/* Media Queries */
@media (min-width: 750px) {
  #timeline .demo-card:nth-child(odd) .head::after,
  #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #timeline .demo-card:nth-child(odd) .head::before,
  #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
.demo-card:nth-child(1) {
  order: 1;
}
.demo-card:nth-child(2) {
  order: 7;
}
.demo-card:nth-child(3) {
  order: 2;
}
.demo-card:nth-child(4) {
  order: 8;
}
.demo-card:nth-child(5) {
  order: 3;
}
.demo-card:nth-child(6) {
  order: 9;
}
.demo-card:nth-child(7) {
  order: 4;
}
.demo-card:nth-child(8) {
  order: 10;
}
.demo-card:nth-child(9) {
  order: 5;
}
.demo-card:nth-child(10) {
  order: 11;
}
.demo-card:nth-child(11) {
  order: 6;
}
.demo-card:nth-child(12) {
  order: 12;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Roboto;
}
#timeline {
  padding: 50px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191,191,191,0.4);
  border-bottom: 1px solid rgba(191,191,191,0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 750px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
	height: 2280px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  #timeline .demo-card-wrapper {
	height: 2250px;
  }
}
@media (min-width: 1198px) {
  #timeline .demo-card-wrapper {
	height: 2400px;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191,191,191,0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
@media (min-width: 1198px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 30px;
  max-width: 94%;
  z-index: 2;
}

@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 70%;
    box-shadow: 0px 1px 22px 4px rgba(0,0,0,0.07);
  }
}
@media (min-width: 750px) {
  #timeline .demo-card {
    max-width: 276px;
/*    height: 400px;*/
    margin: 40px;
    margin-top: 15px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 316.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 316.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 110px;
  }
  #timeline .demo-card:nth-child(6) {
    margin-top: 240px;
  }
  #timeline .demo-card:nth-child(9) {
    margin-top: 140px;
  }
}
@media (min-width: 980px) {
  #timeline .demo-card {
    max-width: 264px;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 304.5px;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 304.5px;
  }
}
@media (min-width: 1198px) {
  #timeline .demo-card {
    max-width: 340px;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 380px;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 378px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0,0,0,0.17);
}
#timeline .demo-card .head h2 {
/*  text-transform: uppercase;*/
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191,191,191,0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
/*    height: 315px;*/
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step6 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step6 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step7 {
  background-color: #ce43eb;
}
#timeline .demo-card--step7 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step8 {
  background-color: #4d92eb;
}
#timeline .demo-card--step8 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step9 {
  background-color: #46b8e9;
}
#timeline .demo-card--step9 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step10 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step10 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step11 {
  background-color: #ce43eb;
}
#timeline .demo-card--step11 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step12 {
  background-color: #4d92eb;
}
#timeline .demo-card--step12 .head::after {
  border-color: #4d92eb;
}
/* 制服 */
.uniform_wrap {
	margin: 15px 0;
}
.uniform_wrap .pict img {
	width: 100%;
	margin: 0;
}
.uniform_wrap .discript {
	padding-top: 10px;
}
#frame-36 {
	margin-bottom: 50px;
}
/* 施設・設備 */
.facility_wrap {
	margin: 15px 0;
}
.facility_wrap .name {
	background: rgb(69,120,206);
	color: #fff;
	font-size: 2rem;
	padding: 10px 0;
	text-align: center;
}
.facility_wrap .pict {
/*
	border-right: 1px solid rgb(69,120,206);
	border-left: 1px solid rgb(69,120,206);
*/
}
.facility_wrap .pict img {
	width: 100%;
}
.facility_wrap .discript {
	border: 1px solid rgb(69,120,206);
	border-top: none;
	padding: 15px;
}

