/* Scss Document */
.mttl {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #202C81;
	color: #000000;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
}

.sttl {
	margin: 2em 0 .75em;
	color: #003D99;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
}

.content .w50 {
	margin: 2em auto 0;
	width: 50%;
}

@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 .w50 {
		width: 100%;
	}

	#page_ttl h1 {
		background: none;
	}

	.table_basic {
		display: block;
	}

	.table_basic tbody,
	.table_basic tr,
	.table_basic th,
	.table_basic td {
		display: block;
	}

	.table_basic th br {
		display: none;
	}

	.table_basic input,
	.table_basic textarea {
		width: 100%;
	}

}