






.sc-box{
	width: 100%;
	margin: 0 auto;
    margin: -35px auto 0;
	
}
/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac1{
  width: 100%;
	position: relative;
    padding: 10px 0 0 0;
	border-bottom: 1px solid #666;
	height: 22px;
    top: 5px;
}
.ac1 .abca{
	margin: 0 0 0 3%;

}
.ac {
width: 98%;
    position: relative;
    height: auto;
    margin: 50px auto 100px;
    padding: 10px 0 0 0;
}




.ac-child:before {
    content: "";
    display: block;
}
.ac-child_online:before {
    content: "";
    display: block;
}
/* クリック領域 */
.ac-parent {
	height: 45px;
    cursor: pointer;
}
.abca{
	position: relative;
    top: 0px;
    color: #3f494f;
    background: #faf5dc;
    width: 96%;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
}
.abcb{
	position: relative;
    top: 0px;
    color: #3f494f;
    background: #faf5dc;
    width: 96%;
	padding: 10px 0 10px 20px;
	margin: 0 auto;

}.abcb span{
	font-size: 0.8em;
}

/*.abca:nth-child(1) {
	left:0%;
	color: #f29219;

}*/
.abca:nth-child(3) {
  left: 14.5%;
}
.abca:nth-child(5) {
  left: 29%;
}
.abca:nth-child(7) {
  left: 43.5%;
}
.abca:nth-child(9) {
  left: 58%;
}
.abca:nth-child(11) {
  left: 72.5%;
}
.abca:nth-child(13) {
  left: 87%;
	color: #5aaada;
}



/* ②プラスの縦線 */
.ac-parent:after {
content: "";
    position: absolute;
	top: 23px;
    right: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: .3s;
    background-image: url(../img/schedule_arrow.svg);
	background-repeat:no-repeat;
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
	transform: rotate(90deg);
	transform-origin: 50% 20%;
}












.grad-wrap{
	margin: 20px auto;
	
}
.grad-btn::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../img/open_arrow.svg);
  background-size: contain;
  vertical-align: middle;
	margin: 0 auto;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; 
}
/*
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; 
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}*/
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../img/close_arrow.svg);
  background-size: contain;
  vertical-align: middle;
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


.join1{
	background-color: rgba(220, 187, 224, 0.12)
}
.join2{
	background-color: rgba(116, 208, 244, 0.12);
}
.join3{
	background-color:  rgba(183, 214, 100, 0.12);
}
.join4{
	background-color: rgba(247, 187, 144, 0.12);
}
.join5{
	background-color: rgba(116, 208, 244, 0.12);
}
















