
.page_content  p,
.page_content  table,
.single_content  p,
.single_content  table{
	margin-bottom:1em;
}
.page_content  h1,
.single_content  h1{
	 font-size:36px;
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight:700;
}
.page_content  h2:not([class]),
.single_content  h2:not([class]){
	font-size:24px;
	background: #008bd5;
	color:#ffffff;border-radius: 5px;
	border: none;
	padding: 10px;
	margin-bottom:30px;
	margin-top:40px;
	line-height:1;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
.page_content  h3:not([class]),
.single_content  h3:not([class]){
	font-size:20px;
	font-weight:600;
	color:inherit;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	border-left: solid 5px #008bd5;
	padding-left: 10px;
}
.page_content  h4:not([class]),
.single_content  h4:not([class]){
	font-size:16px;
	margin-top: 20px;
}
.page_content  h5,
.single_content  h5{
	font-size:1em;
	color:#008bd5;
}
.page_content  h6,
.single_content  h6{
	font-size:1em;
	margin-bottom:10px;
}
.single_content a.contactcta{
	background: #008bd5;
	padding: 20px 40px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-decoration: none;
	font-size:20px;
	max-width: 200px;
	border-radius: 10px;
}
.single_content a.contactcta:hover{
	background: #a5e0ff;
}

.page_content  h1:first-child,
.single_content  h1:first-child,
.page_content  h2:first-child,
.single_content  h2:first-child,
.page_content  h3:first-child,
.single_content  h3:first-child,
.page_content  h4:first-child,
.single_content  h4:first-child,
.page_content  h5:first-child,
.single_content  h5:first-child,
.page_content  h6:first-child,
.single_content  h6:first-child{
	margin-top: 0;
}

.page_content  p strong,
.single_content  p strong{
	font-weight:800;
	font-size:1.4em;
}
.page_content  table,
.single_content  table{
}
.page_content li,
.single_content li{
	margin-bottom: 0.5em;
}
.page_content li:last-child,
.single_content li:last-child{
	margin-bottom: 0;
}
.page_content ol,
.single_content ol{
	list-style: decimal;
	padding-left: 2em;
}
.single_content ul{
    margin-bottom: 30px;
}
.single_content a{
	text-decoration: underline;
	color: #008bd5;
} 
.single_content a:hover{
	text-decoration: none;
} 
.post_head{
	border-bottom: 4px solid #008bd5;
	margin-bottom: 80px;
}
.post_cat_date{
	display: flex;
	align-items: center;
}
.post_cat_date .category{
	background: #f5aa00;
	padding: 4px 15px;
	font-size:12px;
	font-weight: 600;
	color:#ffffff;
	border-radius: 3px;
	margin-right: 10px;
}
.wp-block-buttons{
    margin-bottom: 30px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #008bd5;
	border: solid 1px #008bd5;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
	min-width: 200px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.single_content .wp-block-button__link{
    color: #fff;
	text-decoration: none;
}
.single_content .wp-block-button__link:hover{
    background-color: #fff;
    color: #008bd5;
}
.subheader{
    background-image: url(../images/topbg.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}
.subheader h1{
    color: #008bd5;
    font-size: min(30px,5vw);
    font-weight: 900;
    text-align: center;
}

.not_result{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media (max-width: 700px){
.page_content h1, .single_content h1 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}
#faptop{
	background-image: url("../images/topbg.jpg");
	display:flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
}

