@charset "UTF-8";

.border-sub-purple {border-color: #850C68;}
.text-sub-purple {color: #850C68;}

.contents {
	letter-spacing: 0.05em;
}

.heading {
	padding: 0 0 0.22em 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 26.5px;
	font-weight: 600;
}
.subhead {
/*
	padding: 0.25em 0 0.25em 0.5em;
*/
	padding: 0.3em 0 0.25em 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	font-size: 19px;
}

@media only screen and (min-width: 639px) {
	.contents {
		padding: 5.4% 5.8% 0;
		font-size: 15px;
	}
	.contents p {line-height: 1.2;}
	
	.subhead {margin-left: 0.2em;}
	
	.ml, .ml-pc {margin-left: 1.7em;}
	.mt, .mt-pc {margin-top: 1.2em;}
}

@media only screen and (max-width: 638px) {
	.contents {
		padding: 4.2% 0 0;
		font-size: 17px;
	}
	.contents p {line-height: 1.3;}
	
	.heading {margin-left: 0.3em;}
	
	.contents-sub {
		padding: 0 3%;
	}
	
	.ml, .ml-sp {margin-left: 1.3em;}
	.mt, .mt-sp {margin-top: 1.3em;}
}