@charset "UTF-8";
/* CSS Document */
.wp-content * {
	max-width: 100%;
	word-break: break-all;
}

/* 見出し */
#news_wrap .wp-content h1 {
	font-weight: 700;
	font-size: calc(36/1160*100vw);
	line-height: 170%;
	letter-spacing: 0.1em;
	margin-bottom: 6.25%;
}
#news_wrap .wp-content h2 {
	font-weight: 700;
	font-size: calc(24/1160*100vw);
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 5% 0 3.75%;
	padding-left: 15px;
	position: relative;
}
#news_wrap .wp-content h2::before {
	content: "";
	width: 3px;
	height: 36px;
	display: inline-block;
	background: #848484;
	position: absolute;
	left: 0;
	top: 0;
}
#news_wrap .wp-content h3 {
	font-weight: 700;
	font-size: calc(20/1160*100vw);
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 5% 0 3.75%;
}
@media only screen and (min-width: 1161px) {
	#news_wrap .wp-content h1 {
		font-size: 36px;
		margin-bottom: 50px;
	}
	#news_wrap .wp-content h2 {
		font-size: 24px;
		margin: 40px 0 30px;
		padding-left: 15px;
	}
	#news_wrap .wp-content h2::before {
		width: 3px;
		height: 36px;
	}
	#news_wrap .wp-content h3 {
		font-size: 20px;
		margin: 40px 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	#news_wrap .wp-content h1 {
		font-size: 20px;
	}
	#news_wrap .wp-content h2 {
		font-size: 20px;
	}
	#news_wrap .wp-content h3 {
		font-size: 18px;
	}
	#news_wrap h4 {
		padding-left: 20px;
		margin-bottom: 12.82%;
	}
	#news_wrap h4::before {
		width: 3px;
	}
}


.wp-content p {
	font-size: calc(16/1160*100vw);
	line-height: 200%;
	letter-spacing: 0.1em;
	margin-bottom: 3.75%;
}
.wp-content .a_left {
    text-align: left;
}
.wp-content .a_center {
    text-align: center;
}
.wp-content .a_right {
    text-align: right;
}
.wp-content a {
    color: #161717;
	text-decoration: underline;
}
.wp-content p span {
	display: block;
	font-size: calc(14/1160*100vw);
	letter-spacing: 0.1em;
}
.wp-content p img {
	margin-bottom: 0.63%;
}
.wp-content ul {
	margin-bottom: 30px;
}
.wp-content ul li {
    margin-bottom: 0.63%;
    font-size: calc(16/1160*100vw);
}
.wp-content ul li::before {
    content:  "";
    width:  6px;
    height:  6px;
    display:  inline-block;
    background: #848484;
    border-radius:  50%;
    margin-right: 5px;
	position: relative;
	top: -3px;
}
@media only screen and (min-width: 1161px){
.wp-content p {
	font-size: 16px;
	margin-bottom: 30px;
}
.wp-content p span {
	font-size: 14px;
}
.wp-content p img {
	margin-bottom: 5px;
}
.wp-content ul li {
    margin-bottom: 5px;
    font-size: 16px;
}
.wp-content ul li::before {
    width:  6px;
    height:  6px;
    margin-right: 5px;
	top: -3px;
}
}
@media only screen and (max-width: 768px){
.wp-content p {
	font-size: 16px;
	margin-bottom: 7.69%;
}
.wp-content p span {
	font-size: 14px;
}
.wp-content p img {
	margin-bottom: 0.63%;
}
.wp-content ul li {
    font-size: 16px;
}
}
