﻿

/*===========================
base
===========================*/
.container {
  letter-spacing: 0.075em;
}

.topic_path {
  letter-spacing: 0;
}

/* sectionBlock
---------------------------------------------*/
.sectionBlock-detail {
  background: #f7f7f0;
}

.sectionBlock_inner {
  padding-bottom: 15px; 
  padding-top: 15px;
}

/* syasyuTab
---------------------------------------------*/
.syasyuTab_list {
  display: flex;
  justify-content: center;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active {
  border: solid 1px #ed0000;
  border-bottom: solid 3px #ed0000;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:before, .syasyuTab_list-bottom .syasyuTab_item.is-active:after {
  border-width: 0 11px 11px 11px;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:before {
  bottom: auto; 
  top: -11px;
  border-color: transparent transparent #ed0000 transparent;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:after {
  bottom: auto; 
  top: -10px;
  border-color: transparent transparent #fff transparent;
}

.syasyuTab_item {
  cursor: pointer; 
  display: flex;
  width: 100%;
  max-width: 300px;
  flex-wrap: wrap;
  justify-content: center;
  background: #eeede9;
  color: #808081;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.syasyuTab_item.is-active {
  position: relative; 
  background: #fff;
  border: solid 1px #ed0000;
  border-top: solid 3px #ed0000;
  color: #ed0000;
}
.syasyuTab_item.is-active:before, .syasyuTab_item.is-active:after {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  transform: translateX(-50%); 

  -webkit-transform: translateX(-50%);
}
.syasyuTab_item.is-active:before {
  bottom: -11px; 
  border-color: #ed0000 transparent transparent transparent;
}
.syasyuTab_item.is-active:after {
  bottom: -10px; 
  border-color: #fff transparent transparent transparent;
}

.syasyuTab_box {
  display: none;
}
.syasyuTab_box.is-active {
  display: block;
}


/* accordion
---------------------------------------------*/
.accordion_box {
  display: none;
}

.accordion_button {
  position: relative; 
  display: flex;
  height: 40px;
  width: 100%;
  padding: 5px 30px;
  justify-content: center;
  background: #fff;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.accordion_button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 2px #ed0000;
  border-right: solid 2px #ed0000;
  transform: translateY(-70%) rotate(45deg); 

  -webkit-transform: translateY(-70%) rotate(45deg);
}
.accordion_button span {
  position: relative;
  display: block;
}
.accordion_button span:before {
  position: absolute;
  left: -40px;
  top: 50%;
  content: '';
  display: block;
  height: 32px;
  width: 26px;
  
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}

.accordion_button.is-open:after {
  transform: translateY(-30%) rotate(-135deg); 

  -webkit-transform: translateY(-30%) rotate(-135deg);
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {

  .container {
    position: relative;
  }

  .syasyuTab_list {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .syasyuTab_list-bottom {
    padding-bottom: 30px; 
    padding-top: 0;
  }
  .syasyuTab_item {
    height: 70px;
    margin: 0 5px;
    font-size: 1.6rem;
  }
  .syasyuTabLabel {
    padding: 40px 0 20px;
  }
 
  .accordion_button {
    font-size: 1.6rem;
  }
  .accordion_button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .container {
    position: static;
  }
 
  .syasyuTab_list {
    margin: 0 -2px;
    padding: 30px 20px 0;
  }
  .syasyuTab_item {
    height: 50px;
    margin: 0 2px;
    font-size: 1.3rem;
  }
  .accordion_button {
    font-size: 1.5rem;
  }
}
.stu-Box{text-align:center;margin-top: 20px;font-size:1.6rem;font-weight:400;line-height:1.5;color:#272727;}
.stu-Box h3{font-size:2.4rem;margin:0 auto 15px auto;display:inline;background:linear-gradient(transparent 60%, #ff0 60%);}
.stu-Box table{width:80%;border-collapse:collapse;font-size:1.4rem;margin-bottom:20px;font-weight:bold;margin: 0 auto;}
.stu-Box table td{padding:10px;text-align:left;border: #333 solid 1px;font-size: 12px;}
.stu-Box table tr{background-color: #fff;}
.stu-Box table td.center{text-align: center;}

@media only screen and (max-width: 768px){
.stu-Box{width:100%;margin: 0 auto; text-align:center;margin-bottom:40px;margin-top: 50px;}	
.stu-Box table{width:100%;border-collapse:collapse;vertical-align: middle;font-size:0.6rem;margin-bottom:10px;font-weight:bold;display:table;}
.stu-Box table td{padding:7px;text-align:left;vertical-align: middle;}
.stu-Box table tr{background-color: #fff;}
.small{font-size: 0.7rem;}	
}
.studless_text{
	margin: 0 auto;
	width: 1000px;
}
.indent1{
	padding-left:1em;
    text-indent:-1em;
}
.title01{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 2.0rem;
}
.title02{
	font-size: 1.5rem;
	font-weight: bold;
}
.title03{
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 2.0rem;
}
.sbtitle {
  margin: 20px 0 15px;
  border-left: 5px solid #FF0000;
  font-size: 15px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 2em;
}
.sbtitle2 {
  margin: 50px 0 15px;
  border-left: 5px solid #FF0000;
  font-size: 15px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 2em;
}
.box1{
	border: 2px #FF0004 solid;
	padding: 5px;
}
.area1{
	margin-top: 20px;
}
.imgarea{
	text-align: center;
	margin-top: 20px;
}
.imgarea2{
	margin: 30px 10px;
	text-align: center;
}

.imgarea2 img:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 768px){	
.studless_text{
	margin: 0 auto;
	width: 90%;
}
.title01{
	font-size: 1.5rem;
}
.title02{
	font-size: 1.3rem;
}
.title03{
	font-size: 1.3rem;
}
.indent1{
	font-size: 1.2rem;
	}
	.pd{
		padding-top: 5px;
	}
}

.days{
	font-size: 1.2rem;
	font-weight: normal;
}

.tablearea{
	width: 72%;
	margin: 20px;
}

.listtable{
	border: 1px solid #333;
    width: 700px;
	margin: 0 20px 20px;
	font-size: 15px;
}
.listtable tr, listtable tr th, .listtable tr td {
    border: 1px solid #999;
    vertical-align: middle;
	padding:  10px;
	width: 250px;
}
.tableco1 th{
	background-color: #001387;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF!important;
}
.tableco2{
	vertical-align: middle;
	width: 100px;
	background-color: #EDF8FC;
}
.last{
	margin: 50px
}

.text{
	font-size: 15px;
}

.text a{
	color: #1a0dab;
}

.text a:hover{
	text-decoration: underline;
}

.text2 {
  font-size: 15px;
  text-align: left;
}

.text2-2 {
  font-size: 15px;
  text-align: left;
	margin-left: 250px;
}

.text2-3 {
  font-size: 15px;
  text-align: left;
	padding-left: 3.5em;
}

.text3 {
  font-size: 13px;
  text-align: left;
	padding-left: 4.5em;
}

.text4 {
  font-size: 15px;
  text-align: left;
}

.text5 {
  font-size: 15px;
  padding-left: 2em;
}

.area{
	margin-left: 20px;
}

.bg1 {
background-color: #f7f7f0;
margin:0 -200%;
padding:1% 200%;
margin-top: 20px;
}
.accordion {
margin: auto;
/*max-width: 60vw;*/
}
.toggle {
display: none;
}
.option {
position: relative;
margin: 2em 0;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 8px;
display: block;
color: #333;
font-weight: bold;
width: 500px;
text-align: center;
margin-left: 1.5rem;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
/*.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}*/
.toggle:checked + .title + .content {
max-height: 100%;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}	



@media only screen and (max-width: 768px){	

.tablearea{
	width: 100%;
	margin: 10px auto;
}

.listtable{
    width: 100%;
	margin: 0px;
	font-size: 13px;
}
.listtable tr, listtable tr th, .listtable tr td {
    border: 1px solid #999;
    vertical-align: middle;
	padding: 8px;
	width: 310px;
}
.tableco1 th{
	background-color: #001387;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF!important;
	vertical-align: middle;
}
.tableco2{
	vertical-align: middle;
	width: 100px;
	background-color: #E1F9FF;
}

	.sbtitle {
    margin: 20px 0 15px;
    font-size: 13px;
    text-indent: 0em;
    padding-left: 8px;
}
	.sbtitle2 {
    margin: 30px 0 15px;
    font-size: 13px;
    text-indent: 0em;
    padding-left: 8px;
}
	.text{
		font-size: 13px;
	}
	
	.area{
		margin-left: 5px;
	}
	.accordion {
max-width: 100%;
	margin: 1em auto;
}	
	.text2 {
  font-size: 13px;
  text-align: left;
}

.text2-2 {
  font-size: 13px;
  text-align: left;
	margin-left: 0px;
}
.text2-3 {
  font-size: 13px;
  text-align: left;
	padding-left: 0px;
}

.text3 {
  font-size: 12px;
  text-align: left;
	padding-left: 1em;
}

.text4 {
  font-size: 13px;
  text-align: left;
}
	
.text5 {
  font-size: 13px;
  padding-left: 0em;
}
	
.title {
    width: 100%;
    margin-left: 13px;
}
.imgarea2 {
    margin: 10px 0;
}

}