@charset "utf-8";
/* CSS Document */

#students_index #contents .row{
    margin-bottom:30px !important;
}
#students_index .btn {
  text-align: center;
  margin: 0 auto;
}
#students_index #contents .guide_area{
    width: 100%;
    margin: 0 auto;
}
#students_index #contents .guide_area h3{
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#students_index #contents .guide_area h3::after{
  position: absolute;
  top: 3px;
  right: 5px;
  content: "＋";
  font-size: 2rem;
  padding: 5px 10px;
  cursor: pointer;
}
#students_index #contents .guide_area h3.active::after {
  content: "－";
}

#students_index #contents .guide_area .guide_list{
    display:none;
    margin-bottom: 60px;
}
#students_index #contents .guide_area .guide_list ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#students_index #contents .guide_area .guide_list ul li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
  line-height: 1.6;
}
#students_index #contents .guide_area .guide_list ul img {
  float: right;
  padding-left: 20px;
    width: 50%;
}
#students_index #contents .guide_area .guide_list ul.fl li {
  clear: both;
}
#students_index #contents .guide_area .guide_list ul.fl li p {
    width: 95%;
    margin: 10px 15px;
}
#students_index #contents .guide_area .guide_list ul.fl li:before {
  content: "";
  color: #333;
}
#students_index #contents .guide_area .guide_list ul li.a, 
#students_index #contents .guide_area .guide_list ul li.b {
  padding-left: 3em;
  text-indent: -2em;
}
#students_index #contents .guide_area .guide_list ul li:before {
  content: "・";
  color: #333;
}
#students_index #contents .guide_area .guide_list ul li.a:before {
  content: "a)";
  color: #333;
  padding-left: 13px;
}
#students_index #contents .guide_area .guide_list ul li.b:before {
  content: "b)";
  color: #333;
  padding-left: 13px;
}
#students_index #contents .guide_area .guide_list .f_st {
  font-weight: bold;
}
#students_index #contents .guide_area .guide_list .f_stL {
  font-weight: bold;
  font-size: 1.6rem;
  border: 1px solid #333;
  padding: 2px 4px 0 4px;
}
#students_index #contents .guide_area .guide_list .f_st_un {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#students_index #contents .guide_area .guide_list .f_dou_b {
  font-weight: bold;
  border-bottom: double;
  font-size: 1.6rem;
}
#students_index #contents .guide_area .guide_list .f_dou {
  border-bottom: double;
}
#students_index #contents .guide_area .guide_list .f_dou span{
  font-size: 1rem;
}
#students_index #contents .guide_area .guide_list .fb {
  border-bottom: 2px solid;
}
#students_index #contents .guide_area .guide_list .rightTxt {
  text-align: left;
    margin:20px 0;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 5px;
}
#students_index #contents .guide_area .guide_list .mt10 {
  margin-top: 10px;
}
#students_index #contents .guide_area .guide_list table {
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}
#students_index #contents .guide_area .guide_list table .thead {
    display: none;
  }
#students_index #contents .guide_area .guide_list table tr {
    width: 100%;
  }
#students_index #contents .guide_area .guide_list table th {
    display: block;
    padding:15px;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    border-bottom:3px double #CCCCCC;
    font-weight: normal;
}
#students_index #contents .guide_area .guide_list table td {
    display: block;
    padding:15px;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
#students_index #contents .guide_area .guide_list table td:first-child {
    font-weight: bold;
    text-align: center;
  }
#students_index #contents .guide_area .guide_list table td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: double #ccc;
    padding-bottom: 10px;
}
#students_index #contents .guide_area .guide_list table td:first-child:before{
    display: none;
}

#students_index #contents .guide_area .guide_list table td p{
    font-weight:bold;
}
#students_index #contents .guide_area .guide_list table td .brackets {
	padding: 5px 20px;
	position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

#students_index #contents .guide_area .guide_list table td .brackets::before,
#students_index #contents .guide_area .guide_list table td .brackets::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

#students_index #contents .guide_area .guide_list table td .brackets::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	left: 0;
}

#students_index #contents .guide_area .guide_list table td .brackets::after {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	right: 0;
}
#students_index #contents .guide_area .guide_list table td span{
    border:1px solid;
    padding: 0 5px;
}

#students_index #contents .guide_area .guide_list table td .sTxt {
  font-size: 1rem;
    border:none;
}

#students_index #contents .guide_area .guide_list table td:first-child {
    background-color:#F9F9F9;
}
#students_index #contents .schedule_area{
    width: 100%;
    margin: 0 auto;
}
#students_index #contents .schedule_area h3{
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  background-color: #fdf3f3;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#students_index #contents .schedule_area h3::after{
  position: absolute;
  top: 3px;
  right: 5px;
  content: "＋";
  font-size: 2rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
#students_index #contents .schedule_area h3.active::after {
  content: "－";
}

#students_index #contents .schedule_area .schedule_list{
    display:none;
    padding: 20px;
    margin-bottom: 20px;
}
#students_index #contents .schedule_area .schedule_list h4{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 40px;
}
#students_index #contents .schedule_area .schedule_list h4:first-child{
  margin-top: 0;
}
#students_index #contents .login .login_txt{
  margin-left: 1.3em;
  text-indent: -1.3em;
}
#students_index #contents .local_nav ul li {
  flex: 1 0 35% !important;
}
#students_index #contents .local_nav ul li:nth-of-type(3) {
  flex: 1 0 29% !important;
}

.students_mypage #contents .local_nav ul li:nth-of-type(1)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #ee0055;
  backface-visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-50%);
  width: 100%;
}
.students_schedule #contents .local_nav ul li:nth-of-type(2)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #ee0055;
  backface-visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-50%);
  width: 100%;
}
.students_top #contents .local_nav ul li:nth-of-type(3)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #ee0055;
  backface-visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-50%);
  width: 100%;
}
#mybox .f_stL {
  font-weight: bold;
  font-size: 1.6rem;
  border: 1px solid #333;
  padding: 2px 4px 0 4px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom:10px;
}
#mybox a{
  color: #4a85df;
}
#mybox .img_float_right{
  margin-bottom:0;
}
