/* Scss Document */


#page_ttl {
    background-repeat: no-repeat;
    background-position: center center no-repeat;
    background-image: url(../img/charge/kv.jpg);
}


.gelandelttl {
	padding: .5em 2em;
	background: rgba(31, 59, 149, 1);
	color: #FFF;
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.mttl {
	margin-bottom: 1em;
	padding: 0 0 .5em;
}

.sttl {
	margin: 2em 0 .75em;
	text-align: center;
}

h5 {
	margin: 2em 0 .75em;
	color: rgba(31, 59, 149, 1);
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EBEBEB;
}

.mountains {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.mountains .mttl img {
	display: inline-block;
	margin: -10px 10px 0;
}

.mountains p {
	text-align: center;
}

.mountains p.callange {
	margin-top: 1em;
	color: #5000FF;
	font-size: 2.8rem;
	font-weight: bold;
}

.mountains .note-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mountains .note {
	margin: 0 auto;
	font-size: 1.6rem;
}

.mountains .note li {
	position: relative;
	margin-right: 1em;
	padding-left: 1em;
}

.mountains .note li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #200069;
}

@media screen and (max-width: 768px) {
	.gelandelttl {
		/*padding: .5em 2em;
    background: $color_main;
    color: #FFF;*/
		font-size: 2.4rem;
		font-weight: bold;
		/*text-align: center;
    line-height: 1.2;*/
	}

	.mttl {
		font-size: 2rem;
	}

	.sttl {
		font-size: 1.8rem;
	}

	#page_ttl h1 {
		background: none;
	}

	.content_inner:before {
		top: -1.75vw;
		height: 1.75vw;
		background: url(../img/kids/sukusuku_bg_top_sp.png) top center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.scroll {
		overflow: auto !important;
		/*tableをスクロールさせる*/
		white-space: nowrap !important;
		/*tableのセル内にある文字の折り返しを禁止*/
	}

	.scroll::-webkit-scrollbar {
		/*tableにスクロールバーを追加*/
		height: 20px !important;
	}

	.scroll::-webkit-scrollbar-track {
		/*tableにスクロールバーを追加*/
		background: #F1F1F1 !important;
	}

	.scroll::-webkit-scrollbar-thumb {
		/*tableにスクロールバーを追加*/
		background: #333 !important;
	}

	.mountains {
		margin-top: 10vw;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.mountains .mttl img {
		width: 50vw;
	}

	.mountains p {
		text-align: left;
	}

	.mountains p.callange {
		font-size: 2rem;
		text-align: center;
		line-height: 1.3;
	}

	.mountains .note {
		text-align: left;
	}

	.mountains .note li {
		display: block;
		margin-right: 0;
		font-size: 1.2rem;
	}
    .btnkakudai {
    width: 50%!important;
}
}