@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/backimg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

/* メニュー部範囲 */
#full_menu {
	width: 500px;
	margin: 20px auto;
}

/* 年度リンクボタン */
/*.link_nendo a {
	text-decoration:none;
    display:block;
	padding: 3px;
	margin: 0; 
    color:#fff;  
    border:solid 1px #030;
	background-color: #99F;
	text-align: center;
}
.link_nendo a:hover { color:#030; background-color: #FCF; }*/

button.button_nendo {
   background: linear-gradient(0deg, #32a4ff 0%, #2196F3 49%, #3fa9fe 50%, #88caff 100%);
   border: none;
   border-radius: 6px;
   box-shadow: 0px 4px 0 #3672a1;
   color: #fff;
   padding: 8px 0;
   width: 420px;
}

span { font-size: 12px; padding-left: 10px; }
button.button_old { background: linear-gradient(0deg, #33bbff 0%, #22aaee 49%, #44bbff 50%, #88ddff 100%); }
/* 体験版　制限用 */
#taiken {
    font-size: 12px;
    font-weight: bold;
    color: #F33;
    text-align: center;
}
button.button_off { 
	background: #999;
	border: none;
   border-radius: 6px;
   box-shadow: 0px 4px 0 #333;
   color: #fff;
   padding: 8px 0;
   width: 420px;
}

button.button_nendo:hover { background: linear-gradient(0deg, #88caff 0%, #3fa9fe 50%, #2196F3 51%, #32a4ff 100%); }
button.button_old:hover { background: linear-gradient(0deg, #88ddff 0%, #44bbff 50%, #22aaee 51%, #33bbff 100%); }

/* アコーディオンB */
.cp_actab {
	/*position: relative;
	overflow: hidden;*/
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

/*.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}*/

.cp_actab label {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.8em;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	/*cursor: pointer;*/
	margin: 0 0 1px 0;
	background: #56d7f0;
	border-left: 20px solid #5689f0;
	border-bottom: 4px solid #5689f0;
}
/*#a_mondai { background: #bb3bc4; border-color: #763bc4; }
#b_mondai { background: #c4bc3c; border-color: #89c43b; }*/

.cp_actab .cp_actab-content {
	/*overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	color: #333333;*/
	background: #eaeaea;
	text-align: center;
}

.cp_actab .cp_actab-content button:first-child { margin-top: 15px; }
.cp_actab .cp_actab-content button {
	margin: 0 10px;
	margin-bottom: 20px;
	font-size: 18px;
}

/*.cp_actab p {
	margin-bottom:0px;
}*/

/* :checked */
/*.cp_actab input:checked ~ .cp_actab-content {
	max-height: 25em;
}*/

/*チェックのアイコン（↓）*/
/*.cp_actab label:after{
	color: #fff;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	font-size: 1.2em;
	
	position: absolute;
	top: -0.2em;
	right: 0;
	width: 1.8em;
	height: 1em;
}*/

/*チェックのアイコン（↑）*/
/*.cp_actab input:checked ~ label::after {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	content:" \f106";
	font-weight: 900;
}*/