@charset "UTF-8";

.text_small {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 13px;
}

.kangaerareru {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 500;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #333;
	display: block;
	display: flex;
	align-items: center;
	
}

.kangaerareru:after {
	content: "";
	flex-grow: 1;
	border-top: 1px dotted #333;
	display: block;
}
.subtitle1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #003d56;
	font-weight: 400;
	font-size: 20px;
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 4px;
	letter-spacing: 0.em;
}

.subtitle2 {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-size: 18px;
color: #000;
}

.cyuuijikou {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #000;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.cyuuijikou:after {
	content: "  ";
	flex-grow: 1;
	border-top: 1px dotted #333;
	display: block;
}
.cyuuijikou:before {
	margin-right: .4em;
}
.cyuuijikou:after {
	margin-left: .4em;
}


.text_01 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}


@media screen and (max-width: 560px) {
 
	.kangaerareru {
		font-size: 20px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
		margin-bottom: 20px;
	
}
	.c-heading02, .p-counseling__lead {
		font-weight: bold!important;
	}

.kangaerareru:after {
	flex-grow: 0;
	display: none;
}
	
.text_01 {
	font-size: 14px;
	line-height: 1.4;
}

}