.header-belt img {
	display: block;
	max-width: 1200px;
	margin-left: 50%;
	transform: translateX( -50% );
}

.header-belt .container {
	position: relative;
}
.header-belt h2 {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	padding-left: 15px;
}

.table-st {
	width: 100%;
}

.table-st th,
.table-st td {
	border: 1px solid #606A7C;
	padding: 1em;
	font-weight: normal;	
}
.table-st th {
	width: 25%;
	background-color: #EBECEF;
}

.g-map {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media screen and ( max-width: 767px ) {
	.header-belt img {
		display: inline-block;
		max-width: 100%;
		margin-left: 0;
		transform: translateX( 0 );
	}
	
	.table-st th,
	.table-st td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.table-st tr:last-of-type td {
		border-bottom: 1px solid #606A7C;
	}
}

/*
 * トップページ
 * *****/
.top-greeting {
	width: 75%;
}

.article-button a {
	padding: 10px 35px;
	border-radius: 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	background-color: #005BAB;
}

.online-talk h5 {
	padding-left: 35px;
	text-indent: -35px;
}
.online-talk h5 span {
    display: inline-block;
	text-align: center;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #FFF;
	background-color: #005BAB;
	margin-right: 5px;
	padding-left: 0;
	text-indent: 0;
}

@media screen and ( max-width: 767px ) {
	.top-greeting {
		width: 100%;
	}
}

/*
 * 事業案内
 * *****/
.business h5 {
	border-bottom: 1px solid #005BAB;
}
.business-box > div {
	border: 2px solid #005BAB;
}

h5.sq-box {
    display: inline-block;
	text-align: center;
	width: 30px;
	line-height: 30px;
	color: #FFF;
	background-color: #005BAB;
	padding-left: 0;
	text-indent: 0;
	font-weight: bold;
}
.business-box .row .row {
	min-height: 115px;
}

.business-flow h5 {
	padding-left: 35px;
	text-indent: -35px;
}
.business-flow h5 span {
    display: inline-block;
	text-align: center;
	width: 30px;
	line-height: 30px;
	color: #FFF;
	background-color: #005BAB;
	margin-right: 5px;
	padding-left: 0;
	text-indent: 0;
	font-weight: bold;
}
.business-flow .text {
	padding-left: 35px;
}

@media screen and ( max-width: 767px ) {
	.business-box {
		margin: 0 15px;
	}
}

/*
 * お問い合わせ
 * *****/
.contact-form tr:last-of-type th {
	vertical-align: top;
}
.contact-form td input[type="text"], .contact-form td textarea {
	width: 100%;
}
.contact-form .confirm a {
	text-decoration: underline;
}
.contact-form .confirm a:hover {
	color: #000;
}
.contact-form .confirm {
	position: relative;
	display: inline-block;
}
.contact-form .confirm span.error {
	position: absolute;
	top: -1.2em;
	left: 0;
}
.contact-form input[type="submit"] {
	height: 40px;
	width: 200px;
	font-weight: 700;
	border: none;
	background-color: unset;
	background-image: url( "../../../uploads/2022/02/kakunin_btn.png" );
}

#privacypolicy ol,
#privacypolicy ul {
	padding-left: 1.3em;
}
#privacypolicy ul {
	list-style-type: disc;
	margin-top: 1rem;
}
#privacypolicy li {
	margin-bottom: 1rem;
}

/*
 * お知らせ
 * *****/
.sidebar ul {
	padding: 0;
	list-style-type: none;
}
.sidebar ul ul {
	margin-bottom: 2em;
}
.sidebar ul ul li {
	position: relative;
	padding-left: 1em;
}
.sidebar ul ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar .sidemenu {
	width: 100%;
	padding: 2px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #005BAB;
}

.article .header {
	position: relative;
	border-bottom: 2px solid #005BAB;
}
.article .header .title {
	font-size: 24px;
	font-weight: bold;
	color: #005BAB;
}
.article .header .status {
	position: absolute;
	right: 0;
	bottom: 0;
}
.article .header .status .cat {
	font-size: 0.95em;
	margin-right: 5px;
	padding: 1px 15px;
	background-color: #606A7C;
}
.article .header .status .cat a {
	color: #FFF!important;
}
.article .header .status .date {
	font-size: 0.95em;
	color: #005BAB;
}

.article .thumbnail img {
  object-fit: cover;
  width: 200px;
  height: 160px;
}

.blog-nav .navigation {
	display: inline-block;
}
.blog-nav .navigation .current {
	color: #6B6C6F;
}

.mw_wp_form_complete .note,
.mw_wp_form_confirm .confirm{
	display: none;
}

@media screen and ( max-width: 767px ) {
	.article .header {
		margin-bottom: 3em;
	}
	.article .header .status {
		margin-bottom: -2em;
	}
}