@charset "UTF-8";
/* CSS Document */
.p_title h3 {
    font-size: 35px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.contents {
	margin-top: 100px;
	margin-bottom: 60px;
}

.category {
	display: block;
	margin-bottom: 40px;
}
.category p {
	font-size: 16px;
	font-weight: 500;
}
.category .en {
	font-size: 14px;
	color: #B3AFB0;
	margin-top: 8px
}
.c_article_img img {
	width: 100%;
	height: auto;
}
.c_article_title_sub {
	font-size: 14px;
	color: #B3AFB0;
	margin-top: 15px;
}
.c_article_title h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	margin-top: 8px
}
.content_box{
    margin-top: 65px;
	margin-bottom: 80px;
	font-size: 16px;
}
.content_box ul li {
	display: flex;
	margin-bottom: 15px;
	font-size: 16px;
}
.content_box ul li:last-child {
	margin-bottom: 0;
}
.heading {
	width: 10%;
	color: #B3AFB0;
}
.label {
	margin-bottom: 15px;
}
.label:last-child {
	margin-bottom: 0;
}
.label span {
	color: #B3AFB0;
}
.summary {
	margin-bottom: 65px;
}
.summary h3 {
	padding: 15px 20px;
	background-color: #B3AFB0;
	margin-bottom: 25px;
	color: black;
	font-size: 16px;
}
.summary p {
	line-height: 1.9;
	font-size: 16px;
}
.detail_btn {
	width: 30%;
    border: solid 1px;
    border-radius: 45px;
    padding: 30px;
    text-align: center;
}
.btn_area p {
	font-size: 18px;
}
.btn_area {
	display: flex;
	justify-content: space-between;
	margin-top: 130px;
	align-items: center;
}
@media screen and (max-width : 520px) {
	.p_title h3 {
    font-size: 25px;
	margin-bottom: 25px;
	line-height: 1.6;
}
	.contents {
	margin-top: 40px;
	margin-bottom: 40px;
}
	.content_box{
    margin-top: 40px;
	margin-bottom: 40px;
}
	.summary {
		margin-bottom: 30px;
	}
	.btn_area {
		margin-top: 40px;
	}
	.detail_btn {
    width: 60%;
    padding: 20px;
}
}