@charset "UTF-8";

#activities-read {
	padding-top: 10px;
}

#activities-read p {
}




/********************************************************************/
/*メインカラム*/
/********************************************************************/
.activities {
background-image : linear-gradient(to right, #aaaaaa, #aaaaaa 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
background-position: left top;  /* 背景の開始位置を指定 */
background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
padding-top: 3px;
margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 50px;
}


.activities .option {
background-image : linear-gradient(to right, #aaaaaa, #aaaaaa 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
background-position: left bottom;  /* 背景の開始位置を指定 */
background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
padding-bottom: 5px;
padding-top: 5px;
}




/********************************************************************/
/*アコーディオン*/
/********************************************************************/
.toggle_contents {
margin: 0px;
/*border: 2px solid #d9d9d9;*/
}
/*.toggle_contents:first-of-type dd {
	display: block;
}*/
.toggle_contents dd {
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 38px;
padding-bottom: 0px;
}
.toggle_title {
position: relative;
/*padding: 15px;*/
cursor: pointer;
/*font-size: 26px;
	text-align: center;
	line-height: 1.4;*/
	
	
    /*display: block;*/
margin-bottom: 1px;
/*position: relative;*/
padding-top: 1em;
padding-right: 3em;
padding-left: 38px;
padding-bottom: 1em;
font-size: 16px;
line-height: 16px;
}
.toggle_btn {
position: absolute;
top: 50%;
left: 0.55em;
transform: translateY(-50%);
background: #fdbf03;
display: block;
width: 20px;
height: 20px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-radius: 50%;
/*border: 1px solid #81ccfe;*/
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #ffffff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_title.selected {
color: #f39700;
}
.toggle_contents dd {
	display: none;
}


/********************************************************************/
/*取り組み内容*/
/********************************************************************/
.content p {
padding-top: 10px;
font-weight: bold;
}
.content ol {
padding-top: 5px;
padding-bottom: 25px;
}

.content ol li {
list-style-position:inside;
padding-top: 5px;
padding-bottom: 10px;
   text-indent: -1.3em;
   padding-left: 1.3em;
}

.content ol li ul {
padding-top: 5px;
list-style-type: disc;
}
.content ol li ul li {
list-style-position:inside;
   text-indent: -1em;
   padding-left: 1em;
padding-top: 0px!important;
padding-bottom: 5px!important;
}
