@charset "UTF-8";

/*================================================
 * 共通
 ================================================*/
.t-center {
	text-align: center;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-10p {
	margin-bottom: 10%;
}

.d-iblock {
	display: inline-block;
}

.mb-3p {
	margin-bottom: 3%;
}

.mb-5p {
	margin-bottom: 5%;
}

.sp_br {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_br {
		display: block;
	}
}

/*================================================
 * メイントップ
 ================================================*/
.unit_top {
	padding: 5%;
    background-color: #f3f3f3;
}
.unit_top p {
	font-size: 1.7rem;
}
.article_mainImg img {
	width: 100%;
	margin: 2% 0 5% 0;
}
.article_head_title {
	line-height: 1.4;
	margin-bottom: 1%;
	font-size: 28px;
}
.unit_top_note {
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1rem !important;
}
.unit_top br.display_sp {
    display: none;
}

@media screen and (max-width: 768px) {
	.unit_top br {
		display: none;
	}
	.unit_top p {
		font-size: 1.6rem;
	}
	.article_head_title {
		font-size: 22px;
	}
	.unit_top br.display_sp {
        display: block;
    }
}

/*================================================
 * プロフィール
 ================================================*/

.profile-wrap {
	font-size: 1.5rem;
	display: flex;
	border: 1px solid #cecece;
	padding: 5% 3%;
	border-radius: 5px;
}

.prof-photo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prof-txt {
	padding-left: 3%;
}

.prof-photo,
.prof-txt {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.profile-wrap {
		display: block;
	}

	.prof-photo {
		text-align: center;
		margin-bottom: 1%;
	}

	.prof-photo,
	.prof-txt {
		width: 100%;
	}
	.prof-txt {
		padding-left: 0;
	}
	
}