@charset "utf-8";

/* ========================================================
	course.css => コース・学習スタイル
======================================================== */

/* course_main
============================================================================================================ */
.course_main {
}

div.staff div.staff-txt p.s-name{
  color: #009ed3;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: .4.5rem;
  text-align: left;
}

div.staff div.staff-txt p.s-gaku{
    color: #63c66d;
    font-size: 75%;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 15px;
}

#honbu div.staff div.staff-txt p.s-gaku{
    margin-top: 15px;
    margin-bottom: 0px;
}

#honbu div.staff div.staff-txt p.s-name{
    margin-bottom: 10px;
}

div.staff div.staff-txt p.s-com{
    font-size: 80%;
    text-align: left;
   line-height:1.6;
}
div.staff-photo{
    margin-bottom: 10px;
}
ul.staffbtn li {
}
ul.staffbtn li a {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 5px 0 0;
  cursor: pointer;
  /* border-radius: 4px 4px 0 0; */
}
ul.staffbtn li.honbu a {
  border-color: #72cc7b;
}

ul.staffbtn li.sapp a {
  border-color: #009ed3;
}

ul.staffbtn li.hako a {
  border-color: #ffd11b;
}

ul.staffbtn li.honbu a {
    background-color: rgba(114, 204, 123, 0.2);
}

ul.staffbtn li.sapp a {
    background-color: rgba(0, 158, 210, 0.2);
}

ul.staffbtn li.hako a {
    background-color: rgba(255, 209, 27, 0.2);
}

ul.staffbtn li.honbu a:hover {
    background-color: rgba(114, 204, 123, 0.5);
}

ul.staffbtn li.sapp a:hover {
    background-color: rgba(0, 158, 210, 0.5);
}

ul.staffbtn li.hako a:hover {
    background-color: rgba(255, 209, 27, 0.5);
}

ul.staffbtn li.honbu a.is-active {
    background-color: rgba(114, 204, 123, 1);
    color: #fff;
}

ul.staffbtn li.sapp a.is-active {
    background-color: rgba(0, 158, 210, 1);
    color: #fff;
}

ul.staffbtn li.hako a.is-active {
    background-color: rgba(255, 209, 27, 1);
    color: #fff;
}

@media screen and (min-width: 1025px), print {
	.course_main .content {
		position: relative;
		padding-left: 43%;
		font-size: 2.4rem;
		line-height: 2;
	}
	.course_main .content .img {
		position: absolute;
		top: 50%;
		left: 0;
		width: 40%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.course_main .content li + li {
		margin-top: 20px;
	}
  .staff_list {
    max-width: 1200px;
    padding: 20px;
    display: none;
    border: 5px solid;
  }
  .staff_list.honbu {
    border-color: #72cc7b;
  }
  .staff_list.sapp {
    border-color: #009ed3;
  }
  .staff_list.hako {
    border-color: #ffd11b;
  }
  .staff_list.is-active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff {
    width: calc(( 100% - 40px ) * .2450 );
    margin-bottom: 50px;
  }
  .staff:not(:nth-child(4n)){
    margin-right: 20px;
  }

  div.staff-i {
      width: 1200px;
      display: inline-block;
  }

  ul.staffbtn {
    margin: 0 auto 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*justify-content: space-between;*/
    padding:0 25px;
  }
  ul.staffbtn li{
    width: 50%;
    width: -webkit-calc( ( 100% - 0px ) * .5 );
    width: calc( ( 100% - 0px ) * .5);
  }
}
@media screen and (max-width: 1024px) {
	.course_main .content .img {
		margin-bottom: 15px;
	}
	.course_main .content {
		font-size: 1.5rem;
		line-height: 2;
	}
	.course_main .content li + li {
		margin-top: 10px;
	}

  ul.staffbtn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*justify-content: space-between;*/
    margin: 0 auto 0;
  }
  ul.staffbtn li {
    width: calc( ( 100% ) * .5 );
  }
  ul.staffbtn li a {
    border-width: 4px 0 0 0;
  }

  .staff_list {
    padding: 20px;
    display: none;
    border: 4px solid;
  }
  .staff_list.is-active {
    display: block;
  }
  .staff_list.honbu {
    border-color: #72cc7b;
  }
  .staff_list.sapp {
    border-color: #009ed3;
  }
  .staff_list.hako {
    border-color: #ffd11b;
  }

  div.staff{
      margin-bottom: 50px;
  }

	div.staff div.staff-txt p.s-com{
		font-size: 100%;
	}

    #honbu div.staff div.staff-txt p.s-gaku{
        font-size: 110%;
    }
    
    
  div.staff div.staff-txt p.s-name{
      font-size: 150%;
  }
}
