@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*-------------------------
H.M. Adjust Css 2018/04/17
--------------------------*/
/* 基本css
------------------------------------------------------------*/
body {
	line-height: 1.4;
	background-image: url(../mrp04-child/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
	box-sizing: border-box;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	body {
		line-height: 1.4;
		background-image: url(../mrp04-child/images/header_bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: top center;
	}
}

/*------------------------------------------------
ポストのイメージ、高さ調整
------------------------------------------------*/
.post4b .post4b_img {
	text-align: center;
}

.post img {
	border: 0 !important;
	padding: 0 !important;
}

.post p {
	line-height: 190%;
	letter-spacing: 0.06em;
	padding: 20px;
	box-sizing: border-box;
}

.post {
	padding: 20px 50px;
	margin-bottom: 30px;
}

.home .post {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.page-domestic .post,
.page-overseas .post {
	padding: 0;
	margin-bottom: 0;
}

/*------　タイムポスト　--------*/
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
	padding: 8px 12px 5px 12px;
}

.postlist .time,
.post4b .time {
	border-radius: 0;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.post {
		padding: 10px;
		margin-bottom: 30px;
	}

	post p {
		padding: 10px;
	}
}

/*------------
　見出し　
--------------*/
/*------　h1　--------*/
h1.title,
.post h1 {
	font-size: 42px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: bold;
}

/*------　h2　--------*/
.post h2 {
	border-bottom: solid 4px #22599d;
	position: relative;
	padding: 10px 0;
	margin: 1.5em auto 1.2em;
	font-size: 170%;
	letter-spacing: 0;
	display: block;
	text-align: center;
	color: #23282d;
	font-weight: bold;
}

.post h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #4b8ad8;
	bottom: -4px;
	width: 50%;
	background: none;
	height: 0;
	visibility: visible;
}

.post h2 span {
	padding-left: 0;
}

/*------　見出しspan英語　--------*/
span.en {
	display: block;
	font-size: 60%;
	padding-left: 0;
}

#breadcrumb span.en,
#sitemap_list span.en {
	display: none;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {

	h1.title,
	.post h1 {
		font-size: 34px;
		letter-spacing: 0.04em;
	}
}

/*-------------------------------- 
テーブルクリア
---------------------------------*/
.post table,
.post table th,
.post table td {
	border: 0;
}

.post table {
	margin: 1em auto 2em;
}

.post table th {
	border-bottom: 1px solid #a8bace;
	font-weight: bold;
	background: transparent;
	color: #1f6ecf;
}

.post table td {
	border-bottom: 1px solid #a8bace;
}

/*------------------------------------------------
ボタン汎用
------------------------------------------------*/
/*------　ボタン1　-------*/
.BTN01 a {
	width: 70%;
	margin: 1em 0;
	text-align: center;
	color: #fff;
	display: block;
	padding: 30px 20px;
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 100%;
	background-color: #265ea2;
	background-image: url(../mrp04-child/images/icon_arrow.png);
	background-repeat: no-repeat;
	border: 2px solid #265ea2;
	box-sizing: border-box;
	background-position: 90%;
}

.BTN01 a:hover {
	opacity: 0.6;
}

/*------　ボタン2　-------*/
.BTN02 a {
	display: block;
	width: 45%;
	padding: 0.6em 10px 0.5em;
	margin: 0.4em auto;
	background: #3e78c1;
	border: 2px solid #3e78c1;
	color: #fff;
	font-size: 135%;
	text-align: center;
	box-shadow: 0 3px 0 #245b9f;
	border-radius: 7px;
	box-sizing: border-box;
	line-height: 1.4;
}

.BTN02 a span {
	display: block;
	letter-spacing: 0.05em;
	font-size: 66%;
	margin-top: 2px;
}

.BTN02 a:hover {
	background: #fff;
	color: #3e78c1;
	box-shadow: 0 3px 0 #245b9f;
}

/*------　ボタン3　-------*/
.BTN03 a {
	display: block;
	width: 90%;
	padding: 0.6em 10px 0.5em;
	margin: 0.4em auto;
	background: #3e78c1;
	border: 2px solid #3e78c1;
	color: #fff;
	font-size: 135%;
	text-align: center;
	box-shadow: 0 3px 0 #245b9f;
	border-radius: 7px;
	box-sizing: border-box;
	line-height: 1.4;
}

.BTN03 a span {
	display: block;
	letter-spacing: 0.05em;
	font-size: 66%;
	margin-top: 2px;
}

.BTN03 a:hover {
	background: #fff;
	color: #3e78c1;
	box-shadow: 0 3px 0 #245b9f;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {

	.BTN01 a,
	.BTN02 a {
		width: 100%;
		margin: 1em auto 0;
	}
}

/*------------------------------------------------
ヘッダー調整
------------------------------------------------*/
/*------　余白調整　-------*/
#header-layout {
	padding: 5px 0;
}

/*------　文字色調整　-------*/
#header h1,
#header .description {
	color: #ffffff;
}

/*------　電話情報背景　-------*/
#header .contact .float {
	background: rgba(58, 116, 188, 0.76);
	padding: 2px 10px 4px;
}

#header .contact .tel {
	font-size: 210%;
}

#header .contact .tel img {
	width: 30px;
	height: auto;
}

/*------　トップヘッダー　-------*/
@media print,
screen and (min-width: 1024px) {
	.home #header .inner {
		width: 98%;
	}

	.home #header-layout {
		width: 100%;
	}
}

/*------------------------------------------------
グローバルメニュー調整
------------------------------------------------*/
@media print,
screen and (min-width: 1024px) {
	nav#mainNav {
		background: #22599c;
		background: -moz-linear-gradient(left, #22599c, #3e78c1);
		background: -ms-linear-gradient(left, #22599c, #3e78c1);
		background: -webkit-linear-gradient(left, #22599c, #3e78c1);
		background: -o-linear-gradient(left, #22599c, #3e78c1);
		background: linear-gradient(left, #22599c, #3e78c1);
		padding: 35px 0 10px;
	}

	.panel ul {
		display: table;
		width: 100%;
	}

	.panel ul li {
		display: table-cell;
		width: 16%;
		vertical-align: bottom;
		text-align: center;
		position: relative;
	}

	.panel ul li a {
		padding: 0 16px;
		border-bottom: 3px solid transparent;
	}

	nav#mainNav ul li a b {
		font-size: 14px;
		line-height: 1.1;
		letter-spacing: 0.04em;
		font-family: "Lato", "Noto Sans Japanese", YuMincho, "ヒラギノ明朝 ProN W3",
			"Hiragino Mincho ProN", "HG明朝E", "Times New Roman", "メイリオ", Meiryo,
			"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	#mainNav .inner {
		width: 1100px;
		margin: 0 auto;
	}

	nav#mainNav ul li::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 1px;
		height: 14px;
		left: -6px;
		margin-top: -20px;
		background-color: #fff;
		-webkit-transition: margin 0.3s;
		transition: margin 0.3s;
	}

	nav#mainNav ul li:first-child::after {
		display: none;
	}

	nav#mainNav ul li a b {
		padding-bottom: 0;
	}

	.panel ul li li a {
		font-size: 13px;
		letter-spacing: 0;
		width: 290px;
	}

	/*------　グロナビアイコン表示　-------*/
	nav#mainNav ul li.m_top a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_home.png) no-repeat;
		width: 31px;
		height: 27px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}

	nav#mainNav ul li.m_company a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_company.png) no-repeat;
		width: 36px;
		height: 26px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}

	nav#mainNav ul li.m_service a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_service.png) no-repeat;
		width: 34px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -12px;
		margin-left: -16px;
	}

	nav#mainNav ul li.m_results a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_results.png) no-repeat;
		width: 32px;
		height: 23px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}

	nav#mainNav ul li.m_recruit a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_recruit.png) no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}

	nav#mainNav ul li.m_contact a:before {
		content: "";
		display: block;
		background: url(../mrp04-child/images/icon_mail.png) no-repeat;
		width: 30px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}

	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current_page_ancestor a {
		border-bottom: 3px solid #fff;
	}

	nav#mainNav ul li li.menu-item-object-page a::before,
	nav#mainNav ul li li:last-child a::before {
		display: none;
	}

	.panel ul li a:hover,
	.panel ul li a:active,
	.panel ul li.current-menu-item a,
	.panel ul li.current-menu-parent a {
		opacity: 1;
	}

	nav#mainNav ul li a span {
		padding-bottom: 0;
		font-size: 85%;
	}

	.panel ul li a:hover,
	.panel ul li a:active,
	.panel ul li.current-menu-item a,
	.panel ul li.current-menu-parent a {
		background: none;
	}

	nav#mainNav ul li a {
		padding: 15px 35px 10px;
	}
}

#mainNav .inner li a b {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
	nav#mainNav .inner {
		width: 100%;
	}

	nav#mainNav {
		padding: 0;
	}

	#header-layout {
		padding: 0;
	}
}

/*------------------------------------------------
メインイメージ
------------------------------------------------*/
@media only screen and (max-width: 640px) {
	#mainImg {
		padding-top: 0 !important;
		padding-bottom: 0;
	}
}

/*------------------------------------------------
パンくずの調整
------------------------------------------------*/
p.dateLabel {
	padding: 10px 20px 10px 10px;
}

/*------------------------------------------------
ワイドの調整
------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	#content.wide {
		width: 100%;
	}
}

/*------------------------------------------------
ホームコンテントの調整
------------------------------------------------*/
.home #content,
.page-domestic #content,
.page-overseas #content {
	padding: 0;
}

/*------------------------------------------------
ラッパー調整100%
------------------------------------------------*/
@media print,
screen and (min-width: 1100px) {

	.home #wrapper,
	.page-domestic #wrapper,
	.page-overseas #wrapper {
		width: 100%;
		padding: 0;
	}
}

@media print,
screen and (max-width: 1100px) {
	.home #wrapper {
		width: 100%;
		padding: 0;
	}
}

@media print,
screen and (min-width: 1024px) {
	.home #wrapper {
		padding: 0;
		width: 100%;
	}
}

/*------------------------------------------------
トップページ調整
------------------------------------------------*/
/*------　
エリア1　
--------*/
.Top_Area01Box_bg {
	background: url(../mrp04-child/images/bg_greeting.jpg) no-repeat;
	background-size: cover;
	padding: 2em;
	margin: 0 auto;
}

.Top_Area01Box {
	width: 100%;
	max-width: 1100px;
	margin: 3em auto 5em;
	padding: 10px;
	box-sizing: border-box;
}

/*------　トップh1　-------*/
.Top_Area01Box h1 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	text-shadow: 0 2px 0 #fff;
	margin: 0 auto 0.5em;
	letter-spacing: 0;
}

.Top_Area01Box h1 span {
	font-size: 140%;
}

/*------　トップp　-------*/
.Top_Area01Box p {
	text-align: center;
	font-size: 110%;
	line-height: 2.4;
	letter-spacing: 0;
	font-weight: 500;
}

.home .post img.aligncenter {
	margin: 0;
	width: 100%;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.Top_Area01Box_bg {
		padding: 0.5em;
	}

	.Top_Area01Box {
		margin: 1.5em auto 2em;
		padding: 0;
	}

	.Top_Area01Box h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	.Top_Area01Box p {
		font-size: 100%;
		line-height: 1.8;
		padding: 10px;
	}
}

/*------　
エリア2　
--------*/
.Top_Area02Box_bg {
	background: #22599c;
	background: -moz-linear-gradient(left, #22599c, #3e78c1);
	background: -ms-linear-gradient(left, #22599c, #3e78c1);
	background: -webkit-linear-gradient(left, #22599c, #3e78c1);
	background: -o-linear-gradient(left, #22599c, #3e78c1);
	background: linear-gradient(left, #22599c, #3e78c1);
	padding: 1em;
	margin: 0 auto;
	color: #fff;
}

.Top_Area02Box {
	width: 100%;
	max-width: 1100px;
	margin: 3em auto;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
}

.Top_Area02Box ul {
	display: table;
	margin: 0;
	padding: 0;
}

.Top_Area02Box li {
	width: 50%;
	display: table-cell;
	padding: 10px;
	border-bottom: 0;
	box-sizing: border-box;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.Top_Area02Box {
		margin: 0.5em auto;
	}

	.Top_Area02Box li {
		width: 100%;
		display: block;
		margin: 10px auto;
	}
}

/*------　
エリア3　
--------*/
.Top_Area03Box_bg {
	background: url(../mrp04-child/images/img_bg_recruit.jpg) no-repeat;
	background-size: cover;
	padding: 2em;
	margin: 0 auto;
}

.Top_Area03Box {
	width: 100%;
	max-width: 1100px;
	margin: 3em auto 2em;
	padding: 10px 30% 10px 0;
	box-sizing: border-box;
}

/*------　エリア3h2周り　-------*/
.recruit_titleArea {
	border-left: 4px solid #1f6ecf;
	padding: 0 10px 0 30px;
}

/*------　エリア3h2　-------*/
.recruit_titleArea h2 {
	text-align: left;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin: 0;
	border-bottom: 0;
	color: #1f6ecf;
}

.recruit_titleArea p {
	padding: 20px 0;
	text-shadow: 0 0 14px #265ea2;
	font-weight: bold;
	color: #fff;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.Top_Area03Box {
		padding: 10px 0;
		margin: 0.5em auto;
	}

	.recruit_titleArea h2 {
		font-size: 38px;
	}
}

/*------------
line
--------------*/
.top-line-area h2 {
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 0;
	color: #1f6ecf;
	font-size: calc(2.4rem + (1vw - 0.38rem) * 0.3934);
	/*2.4-3rem*/
}

.top-line-area h2:after {
	position: relative;
	border: 0;
	height: 2px;
	width: 100%;
	max-width: 17rem;
	background: #1f6ecf;
	margin: 1rem auto 0;
}

.top-line-area .line-box {
	width: 100px;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.top-line-area h2 {
		margin: 30px auto;
	}
}

/*------------
instagram-feed
--------------*/
.top-instagram-area h2 {
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 0;
	color: #1f6ecf;
	font-size: calc(2.4rem + (1vw - 0.38rem) * 0.3934);
	/*2.4-3rem*/
}

.top-instagram-area h2:after {
	position: relative;
	border: 0;
	height: 2px;
	width: 100%;
	max-width: 17rem;
	background: #1f6ecf;
	margin: 1rem auto 0;
}

.top-instagram-area h3 {
	border: 0;
	color: #3e3a39;
}

.instagram-feed-box {
	width: 94%;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.top-instagram-area h2 {
		margin: 30px auto;
	}
}

/*----------------
 * Area04投稿リスト
 * ---------------*/
/*------　投稿リスト調整　--------*/
/*------　投稿用h1　--------*/
h1.title.bottom-loop {
	margin-top: 2em;
	font-size: 50px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*------　投稿リスト　--------*/
.home .postlist {
	padding-top: 1px;
	border: none;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 40px;
}

.home .postlist li {
	padding: 20px 0 10px;
	display: block;
	margin: 0 auto;
	border-bottom: none;
}

.home .postlist li:nth-child(odd) {
	background: rgba(234, 234, 234, 0.48);
	margin-top: 0;
}

.home .postlist li:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
	margin-top: 0;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.home .postlist .ttls {
		display: table;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.home .postlist .ttls {
		margin-top: 10px;
	}

	h1.title.bottom-loop {
		margin-top: 0.4em;
		font-size: 38px;
	}
}

/*------------------------------------------------
フッター調整
------------------------------------------------*/
#footer {
	background: url(../mrp04-child/images/img_footer_bg.jpg) no-repeat;
	background-size: cover;
}

#footer ul li {
	background: url(../mrp04-child/images/arrow.png) no-repeat 0 6px;
}

#footer ul li a {
	padding: 0 0 0 24px;
}

.footcaption {
	color: #fff;
}

/*------------------------------------------------
求人ページ
------------------------------------------------*/
.Recruit_Box1 {
	padding: 33% 40px 10px;
	background-color: #edf6ff;
	background-image: url(/wp-content/uploads/img_recruit.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.Recruit_Box1 {
		padding: 33% 20px 10px;
	}
}

/*------------------------------------------------
コンタクトフォーム
------------------------------------------------*/
.BG_contact {
	text-align: center;
	position: relative;
	line-height: 1.5;
	padding: 20px 30px 20px;
	background: #eef0f3;
	color: #2960a5;
	font-weight: 500;
}

.BG_contact p {
	line-height: 1.4;
	font-size: 130%;
	padding: 10px;
}

/*--------フォーム 共通-------------*/
.wpcf7-form table th,
.wpcf7-form table td {
	vertical-align: middle;
}

.wpcf7-form .must {
	color: #fff;
	font-weight: bold;
	background: #dc143c;
	border-radius: 2px;
	margin-left: 0.5em;
	font-size: 90%;
	padding: 0.1em 0.6em 0.1em;
}

span.must2 {
	font-size: 90%;
	color: #dc143c;
}

.wpcf7-form .submit {
	text-align: center;
}

.wpcf7-form input[type="submit"] {
	font-size: 110%;
	padding: 6px 40px;
}

.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	color: #a54a4a;
}

.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
	margin-bottom: 5px;
}

p.form-list {
	background: #fff0f2;
	padding: 20px;
	line-height: 3em;
}

p.form-list span.wpcf7-list-item {
	display: block;
	margin: 0 0 0 1em;
}

@media only screen and (max-width: 640px) {
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}

	.wpcf7-form .wpcf7-list-item {
		display: inline-block;
	}

	span.wpcf7-list-item-label {
		vertical-align: middle;
	}

	h2.telh2 {
		padding: 0 40px;
	}

	.BG_contact {
		padding: 5px 10px 10px;
	}

	.BG_contact p {
		font-size: 100%;
	}

	.Btn_contact a {
		width: 100%;
		font-size: 120%;
		margin: 1em auto;
	}

	.ContactInBox {
		padding: 0;
	}
}

/*------------------------------------------------
プライバシーページ調整
------------------------------------------------*/
p.p_signe {
	text-align: center;
	line-height: 2em;
	margin: 3em auto 0;
	display: block;
	border: 2px solid #335399;
	padding: 30px;
	width: 90%;
	background: #fff;
	box-sizing: border-box;
}

span.c_name {
	font-size: 23px;
	color: #335399;
	display: block;
}

/*------------------------------------------------
サイトマップページ調整
------------------------------------------------*/
.page-id-32 .post {
	margin: 1em 6%;
}

.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 22px;
	border-bottom: 1px solid #a8bace;
	padding-bottom: 10px;
	background: url(../mrp04-child/images/arrow.png) no-repeat 0 6px;
}

@media only screen and (max-width: 640px) {
	.page-id-32 .post {
		margin: 0 2%;
	}
}

/*------------------------------------------------
施工事例調整
------------------------------------------------*/
.category-results h1.title.first.cat-loop {
	position: relative;
	margin-bottom: 1em;
}

.category-results h1.title.first.cat-loop span::after {
	content: "RESULTS";
	position: absolute;
	display: block;
	font-size: 20px;
	top: 90%;
	left: 50%;
	margin-left: -50px;
}

/*------　投稿リスト調整　--------*/
/*------　投稿リスト　--------*/
.category-results #wrapper ul.post {
	padding: 0 50px 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.category-results .post {
	padding-top: 1px;
	border: none;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 40px;
}

.category-results #wrapper li {
	padding: 20px 0 10px;
	display: block;
	margin: 0 auto;
	border-bottom: none;
}

.category-results #wrapper li:nth-child(odd) {
	background: rgba(234, 234, 234, 0.48);
	margin-top: 0;
}

.category-results #wrapper li:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
	margin-top: 0;
}

.category-results h2 {
	margin: 0.5em auto 0.4em;
}

.post_link a {
	background: #ffffff;
	display: block;
	line-height: 1.5;
	padding: 4px 20px;
	border: 1px solid #22599c;
	border-radius: 40px;
	font-size: 82%;
}

.post_link a:hover {
	opacity: 0.6;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px) {
	.category-results #wrapper ul.post {
		padding: 0 10px 20px;
	}
}

/*------------------------------------------------
投稿ページ調整
------------------------------------------------*/
.single-post h1.title {
	background: #3973bb;
	font-size: 28px;
	padding: 14px;
	color: #fff;
}

.single-post .post {
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}

.dateLabel {
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px dotted #dfdfdf;
}

/*------------------------------------------------
事業案内o
------------------------------------------------*/
.post ul.service-list {
	margin: 0 0 20px 0;
}

.post .service-list li {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	border-bottom: none;
	margin: 0;
}

.post .service-list li img.aligncenter {
	margin: 0 auto;
}

.post .service-list li:first-child {
	background: #e6f2ff;
}

p.headline1 {
	font-size: 32px;
	font-weight: bold;
	color: #1f6ecf;
	border-bottom: 3px solid;
	padding: 0;
	margin: 20px 0px 20px 20px;
	line-height: 1em;
}

p.headline1 span {
	display: block;
	font-size: 60%;
	letter-spacing: 0.25em;
}

@media print,
screen and (max-width: 720px) {
	.post ul.service-list {
		margin: 0 0 40px 0;
	}

	.post .service-list li {
		width: 100%;
		display: block;
	}

	.post .service-list li:first-child {
		background: none;
	}

	p.headline1 {
		font-size: 22px;
		margin: 0;
	}
}

/*------------------------------------------------
会社情報
------------------------------------------------*/
p.ceo_name {
	padding: 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding-right: 26px;
}

.box_com_g {
	padding: 20px;
	background: #dae9fb;
	border: 3px solid #93c4ff;
	margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
	.page-company .column2_20 img {
		max-width: 110px;
	}

	p.ceo_name {
		text-align: center;
		padding-right: 0;
	}
}

/*------------------------------------------------
採用情報o
------------------------------------------------*/
.voices {
	margin: 0px 0 40px 0;
	border: 3px solid #edf6ff;
	box-sizing: border-box;
}

.area-r,
.area-l {
	display: inline-table;
	vertical-align: top;
}

.human {
	overflow: hidden;
	padding: 10px;
}

.human h3 {
	border: none;
	background: #1f6ecf;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 16px;
	display: inherit;
	margin: 0;
}

.human p.v-name {
	color: #23282d;
	padding: 0;
	font-size: 170%;
	font-weight: bold;
}

.human p.v-name span {
	font-size: 60%;
	display: block;
	line-height: 1;
}

.area-r {
	float: right;
}

.area-r img {
	max-width: 150px;
}

.page-recruit .post img.aligncenter {
	margin: 0;
}

ul.qanda {
	margin: 0;
	padding: 10px;
}

ul.qanda li {
	margin: 0;
	padding: 20px;
	border: none;
}

ul.qanda li:nth-child(even) {
	background: aliceblue;
	border-radius: 5px;
}

ul.qanda li:nth-child(2n-1) {
	padding-left: 0;
	font-weight: bold;
	color: #004fa9;
}

ul.qanda li:nth-child(2n-1)::before {
	background: none;
	content: "Q";
	padding: 10px 13px;
	border-radius: 50%;
	background: rgba(213, 136, 76, 1);
	color: #ffffff;
	font-weight: bold;
	margin-right: 5px;
}

@media print,
screen and (max-width: 640px) {
	.human p.v-name {
		font-size: 150%;
	}

	.human {
		padding: 0;
	}

	.human h3 {
		padding: 5px 10px;
		font-size: 15px;
		box-sizing: border-box;
	}

	.area-r,
	.area-l {
		width: 49%;
	}

	.area-r {
		float: none;
		display: inline-block;
	}

	.area-r img {
		margin: 0 auto;
		display: inline-block;
		max-width: 100%;
	}
}

/*----20241003headernavicon----*/
#mainNav ul li a b {
	position: relative;
}

#mainNav ul li a b::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translate(-50%, -100%);
	font-size: 24px;
}

#menu-item-844 a b::before {
	content: "\f015";
}

#menu-item-845 a b::before {
	content: "\f64f";
}

#menu-item-846 a b::before {
	content: "\f2b5";
}

#menu-item-847 a b::before {
	content: "\f807";
}

#menu-item-848 a b::before {
	content: "\e536";
}

#menu-item-849 a b::before {
	content: "\f0e0";
}

@media print,
screen and (max-width: 1024px) {
	#mainNav ul li a b::before {
		display: none;
	}
}