@charset "utf-8";
/* CSS Document */
#Contents h1{
	font-weight:300;
	text-align:center;
	margin:30px 0;
	font-size:3.5em;
}
#Contents h2{
	font-weight:400;
	text-align:center;
	margin:20px 0;
	font-size:1.2em;
}
#Contents{
	max-width:900px;
	margin:0 auto;
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#Contents .cp_qa *,
#Contents .cp_qa *:after,
#Contents .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#Contents .cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
#Contents .cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
#Contents .cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
#Contents .cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
#Contents .cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
#Contents .cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
#Contents .cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	font-size:1.2em;
}
#Contents .cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
#Contents .cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
	font-size:0.85em;
	line-height:2.5em;
}
#Contents .cp_qa .cp_actab .cp_actab-content p img {
	display: block;
	width:85%;
	margin:1% 0;
	text-align:center;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
#Contents .cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 80em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
#Contents .cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
#Contents .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#Contents #category ul{
	margin:0;
	padding:0;
}
#Contents #category li{
	list-style:none;
	float:left;
	margin-right:1%;
	margin-bottom:2%;
}
#Contents #category li a{
	display:block;
	background:#ED7701;
	border:1px solid #ED7701;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0.75em 3em;
	border-radius:3px;
}
#Contents #category li a:hover{
	background:#FFFFFF;
	border:1px solid #ED7701;
	color: #ED7701;
}
#Contents h3{
	padding:3% 0 0 0;
	border-top:1px solid #CCCCCC;
	clear:both;
}
#Contents .cp_actab-content a{
	font-size:0.75em;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
	border:1px solid #CCCCCC;
	border-radius:3px;
	padding:0.5em 1em;
	display:inline-block;
	margin:0 1%;
}
#Contents .cp_actab-content a:hover{
	border:1px solid #CCCCCC;
	background:#CCCCCC;
}
	
@media only screen and (min-width: 321px) and (max-width: 768px) {
		
	/* html{
		font-size:62.5%;
	} */
	#Contents{
		width:96%;
		margin:0 auto;
		font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#Contents .cp_qa *,
	#Contents .cp_qa *:after,
	#Contents .cp_qa *:before {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#Contents .cp_qa .cp_actab {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 0 1em 0;
		color: #1b2538;
	}
	#Contents .cp_qa .cp_actab input {
		position: absolute;
		opacity: 0;
	}
	/* 質問 */
	#Contents .cp_qa .cp_actab label {
		font-weight: bold;
		line-height: 1.6em;
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 1em 3em 1em 2.5em;
		cursor: pointer;
		text-indent: 1em;
		border-radius: 0.5em;
		background: rgba(27,37,56,0.1);
		font-size:1.5rem;
	}
	#Contents .cp_qa .cp_actab label::before {
		font-family: serif;
		font-size: 1.5em;
		margin-left: -2em;
		padding-right: 0.5em;
		content: 'Q';
	}
	#Contents .cp_qa .cp_actab label:hover {
		transition: all 0.3s;
		color: #00838f;
	}
	/* --質問の＋アイコン */
	#Contents .cp_qa .cp_actab label::after {
		font-size: 1.5em;
		font-weight: bold;
		line-height: 2em;
		position: absolute;
		top: 0;
		right: 0;
		content: '+';
		display: inline-block;
		width: 2em;
		height: 2em;
		-webkit-transition: transform 0.4s;
				transition: transform 0.4s;
	}
	/* 答え */
	#Contents .cp_qa .cp_actab .cp_actab-content {
		position: relative;
		overflow: hidden;
		max-height: 0;
		padding: 0 0 0 2.5em;
		-webkit-transition: max-height 0.2s;
				transition: max-height 0.2s;
		border-radius: 0 0 0.5em 0.5em;
		font-size:1.5rem
	}
	#Contents .cp_qa .cp_actab .cp_actab-content::before {
		font-family: serif;
		font-size: 1.5em;
		position: absolute;
		margin: 0.4em 0 0 -1em;
		padding: 0;
		content: 'A';
	}
	#Contents .cp_qa .cp_actab .cp_actab-content p {
		margin: 1em 1em 1em 0;
		font-size:0.85em;
		line-height:2.5em;
	}
	#Contents .cp_qa .cp_actab .cp_actab-content p img {
		display: block;
		width:100%;
		margin:1% 0;
	}
	/* 質問を開いた時の仕様 */
	/* --答えの高さ */
	#Contents .cp_qa .cp_actab input:checked ~ .cp_actab-content {
		max-height: 80em;
		border: 10px solid rgba(27,37,56,0.1);
	}
	/* 質問をクリックした時のアイコンの動き */
	#Contents .cp_qa .cp_actab input:checked ~ label {
		color: #00838f;
		border-radius: 0.5em 0.5em 0 0;
	}
	/* 質問をクリックした時の+の動き */
	#Contents .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	#Contents #category ul{
		margin:0;
		padding:0;
	}
	#Contents #category li{
		list-style:none;
		float:left;
		margin-right:1%;
		margin-bottom:2%;
	}
	#Contents #category li a{
		display:block;
		background:#ED7701;
		border:1px solid #ED7701;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		font-size:1.2rem;
		padding:0.75em 1.5em;
		border-radius:3px;
	}
	#Contents #category li a:hover{
		background:#FFFFFF;
		border:1px solid #ED7701;
		color: #ED7701;
	}
	#Contents #Contents h3{
		padding:10% 0 0 0;
		border-top:1px solid #CCCCCC;
		clear:both;
		color:#333333;
		font-weight:normal;
		font-size:2.5rem;
	}
	#Contents .cp_actab-content a{
		font-size:0.6em;
		font-weight:bold;
		color:#000033;
		text-decoration:none;
		border:1px solid #CCCCCC;
		border-radius:3px;
		padding:1em;
	}
	#Contents .cp_actab-content a:hover{
		border:1px solid #CCCCCC;
		background:#CCCCCC;
	}
		
	#Contents h1{
		font-weight:100;
		font-size:3rem;
		margin:5% 0;
		text-align:center;
	}
	#Contents h2{
		font-weight:100;
		font-size:1.5rem;
		text-align:center;
	}
}
/* 検討課題を赤くしておくため */
#Contents .red{
	color:#CC0000;
	font-weight:bold;
}