@charset "UTF-8";

.cmnhead02,
.cmntbl th {
	background: #F5D5FF;
}

.cmnhead02_logo {
	border-color: #E08AFA;
}

.cmnhead02_img {
	/* background-image: url(../subject/img/psychiatry/img-cmnhead.jpg); */
	background-position: top right;
}

.cmnttl01:after {
	background: #E08AFA;
}

.sbjsec_ttl {
    background: #F5D5FF;
}

.sbjsec_subttl:before, .sbjsec_list > li:before {
    background: #E08AFA;
}

.sbjsec_subttl:before, .sbjsec_list > .-mark-sp:before {
}

.sbjsec_subttl:before, .sbjsec_list > .-nomark:before {
    display: none;
}

.intro {
	padding: 40px 0;
}

.intro_text {
	margin-bottom: 25px;
}

.guide {
	border-top: 1px solid #ccc;
	padding: 40px 0;
}

.row.-col2 > div {
	width: 100%;
	margin-bottom: 30px;
}

.sbjsec_list.-list {
	display: flex;
    flex-direction: column;
}

.guide_text {
}

.guide_tbl {
}

/* All SP & Tablet */
@media screen and (max-width:960px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.intro {
		padding: 20px 0 30px;
	}

	.intro_text {
		margin-bottom: 20px;
	}

	.sbjsec_subttl:before, .sbjsec_list > .-mark-sp:before {
		top: 25%;
	}

	.guide {
		padding: 20px 0 0;
	}

}