@charset "utf-8";
/*
Theme Name: 中村工業テーマ
Theme URI: https://madecom.co.jp
Description: onservice theme
Version: 1.0
Author: madecom
Author URI: https://madecom.co.jp
*/


/* 以下ブログテーマのスタイル */


a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;

	position: relative;
	font-weight: 400;
	color: #333;
	background: #ffe100 url(images/bg01.png) 0 0 repeat;
	letter-spacing: 0.02em;
}

.homeBody{
	background: #fff;
}

h1 {
	font-weight: 700;
}

h1 img {
	max-width: 100%;
}

h2 {
	font-size: 28px;
	margin: 0 0 30px 0;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0 0 0;
}

h3 {
	font-size: 25px;
	margin: 15px 0 10px 0;
	font-weight: 700;
	line-height: 1.6;
}

h3 .gfont_en {
	display: block;
	margin-bottom: 20px;
	color: #5c76a3;
	font-size: 220%;
}

h3 span.small {
	font-size: 70%;
	display: block;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 15px 0;
}

a,
a:visited {
	color: #515cae;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066cf;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 20px 0;
}

ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.3em 0.5em 0.3em 30px;
}

ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #636464;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 7px;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 10px 0;
}

hr {
	border: none;
	margin: 10px 0;
	clear: both;
}

input {
	margin: 3px;
	padding: 2px;
}

.aligncenter input {
	padding: 5px 20px;
}

table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
}

th, td {
	padding: 8px 10px;
	text-align: left;
}

.alignright {
	float: right;
	margin: 0 0 15px 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 15px 0;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: 15px auto;
}
img.kadomaru{
	border-radius: 16px;
	box-shadow: #ffe100 10px 10px;
	margin-right: 10px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.pd0 {
	padding: 0px !important;
}

.pd20 {
	padding: 0 20px;
}

.pd30 {
	padding: 30px 0;
}

.pd60 {
	padding: 60px 0;
}

.pd120 {
	padding: 120px 0;
}

.clear {
	clear: both;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.flexwrap, .flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-b, .flex-2 {
	display: flex;
	justify-content: space-between;
}
.flex-c {
	display: flex;
	justify-content: center;
	gap: 14px;
}
.flex-3{
		display: flex;
		flex-wrap: wrap;
	gap: 16px;
}
.flex-2-c, .flex-2 li {
	width: 46%;
	margin-bottom: 20px;
}

.flex-3 li {
  flex: 0 0 calc((100% - 32px) / 3); /* gapの合計を引いて3等分 */
  box-sizing: border-box;
  padding: 16px;
	margin-bottom: 30px;
}

.flex-4 li {
	width: 24%;
}

.flex-5 li {
	width: 20%;
}

.flex20 {
	width: 18%;
}

.flex30 {
	width: 28%;
}

.flex40 {
	width: 38%;
}

.flex50 {
	width: 50%;
}

.flex60 {
	width: 58%;
}

.flex70 {
	width: 67%;
}

.flex80 {
	width: 78%;
}

.flex-2-c li {
	width: 100%;
}

.alc {
	align-items: center;
}

.jcc {
	justify-content: center;
}

.reverse {
	flex-direction: row-reverse;
}

.bold {
	font-weight: 700;
}

.small {
	font-size: 80%;
	line-height: 1.5;
}

.big {
	font-size: 140%;
	line-height: 1.8;
	font-weight: 700;
}

.red {
	color: #c20a00;
}

.marker{
	font-weight: 700;
	background: linear-gradient(transparent 70%, #f1ff26 70%);
}

.white {
	color: #fff;
}

.yellow {
	color: #ffe100;
}

.txr {
	text-align: right;
}

.txc {
	text-align: center;
}

.txc .centertxt {
	text-align: left;
	display: inline-block;
}

a.pdficon[href $='.pdf'] {
	padding: 4px 0 5px 25px;
	margin: 5px 5px 5px 0;
	line-height: 190%;
	background: transparent url(images/pdf.png) no-repeat left center;
}
.gfont-te{
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gfont-hikki{
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}

.contents {
	position: relative;
}

.wrap800 {
	max-width: 800px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap980 {
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap1100 {
	width: 80%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}


.wrap1200 {
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.wrap1100 {
		width: 96%;
	}
}

@media screen and (max-width: 767px) {

	.wrap1100 {
		width: 92%;
	}

	.wrap800, .wrap980 {
		padding: 0;
	}

	#header .wrap1100 {
		padding: 0;
		width: 94%;
		flex-direction: row;
	}

	.flex-b{
		flex-direction: column;
	}

	.flex-2-c, .flex30, .flex40, .flex50, .flex60, .flex70, .flex80, .flex20 {
		width: 100%;
	}

	.flex-3 li {
flex: 0 0 calc((100% - 16px) / 2); /* gapの合計を引いて3等分 */
padding: 0;
margin-bottom: 14px;
}

	.mb40, .mb30 {
		margin-bottom: 10px !important;
	}

	.mb60, .mb90, .mb120 {
		margin-bottom: 30px !important;
	}

	.mr20, .mr40 {
		margin-right: 0;
	}

	.pd30 {
		padding: 14px 0;
	}

	.pd60, .pd120 {
		padding: 30px 0;
	}
	.big.gfont-te{
	font-size: 110%;
}
}


/*ページネーション*/
.post-navigation {
	overflow: hidden;
	padding: 12px 5px;
	display: flex;
	margin-top: 60px;
	justify-content: space-between;

}

.prev, .all, .next {
	width: 33%;
}

.prev a, .all a, .next a {
	display: inline-block;
	padding: 2px 14px;
	font-size: 90%;
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	font-weight: 500;
}

.prev a:hover, .all a:hover, .next a:hover {
	border: 1px solid #2256b8;
	color: #2256b8;
	background-color: #ebe4e4;
}

/*パンくず*/


.pankuzu {
	padding: 2px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}


.pankuzu a {
	background: #f2f2f3;
	color: #878787;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.pankuzu a, span.breadcrumb_last {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 26px;
	height: 26px;
	padding: 0 16px;
	border-radius: 3px;
}

span.breadcrumb_last {
	background-color: #007AC3;
	color: #FFF;
	margin-left: 10px;
}

.pankuzu a:hover {
	background: #dbdbdb;
}


#header {
	width: 100%;
	padding: 0;
	font-weight: 700;}

.homeBody #header{
	/*position: absolute;
	top: 0;
	left: 0;*/
		color: #FFF;
	background-color: #000;
	z-index: 999;
}

.head-r{
	display: flex;
	justify-content: flex-end;
}

.head-r01{
	display: flex;
	flex-direction: column;
}
.foot_tel{
	font-size: 180%;
}

.headbtn a,.footcontact a{
	background: #ffe100 url(images/icon_mail.svg) 14px center no-repeat;
	background-size: 26px auto;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	padding: 0.8em 1.8em 0.8em 52px;
	font-size: 110%;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	transition: .4s;
}


.headbtnbox{
	display: flex;
	align-items: center;
}

.headbtn a:hover,.footcontact a:hover {
	background: #ceb605 url(images/icon_mail.svg) 14px center no-repeat;
		background-size: 26px auto;
}
.foot_tel a{
	background: none;
	color: #ffe100;
	display: inline-block;
	padding: 0;
	font-size: 110%;
}	

.foot_tel a:hover{
	background: none;
}	
.scroll {
	position: fixed;
	top: 0;
	left: 0;
}



@media screen and (min-width: 768px) {

	.pc_lhl {
		line-height: 2.4;
	}

	.pc_lsl {
		letter-spacing: 0.15em;
	}

	.pc_img_s {
		max-width: 75%;
	}
}

.logo {
	max-width: 300px;
	padding: 10px 0;
	margin-left: 10px;
	flex-wrap: nowrap;
	flex: 1;
}

.logo h1 {
	margin-right: 8px;
}

nav#navigation ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0px 20px;
	text-align: center;

}
nav#navigation ul li:last-child a{
	border: none;
}
.homeBody nav#navigation ul li a{
		color: #fff;
}

@media (min-width: 767px) and (max-width: 1100px) {
	.headbtn a,.footcontact a{
	padding: 0.5em 0.8em;
	font-size: 90%;
}

nav#navigation ul li a {
	padding: 0px 10px;
}
}

@media screen and (max-width: 767px) {

	.pc_only {
		display: none !important;
	}

	.logo, .sp_menulogo {
		width: 60%;
		max-width: 400px;
		margin: 0;
		flex: none;
	}

	.sp_menulogo {
		padding-left: 5px;
		margin-top: 20px;
	}

	.sp_txl {
		text-align: left;
	}

	.sp_txc {
		text-align: center;
	}

	.sp_pd {
		padding: 0 16px;
	}

	.sp_pd_l {
		padding: 0 24px;
	}

	.sp_img_s {
		width: 60%;
		margin: 0 auto;
	}

	.sp_flex {
		display: flex;
	}

	.sp_txt {
		font-size: 90% !important;
		line-height: 1.6 !important;
	}

	.sp_small {
		font-size: 80%;
		line-height: 1.6;
	}

	.big {
		font-size: 160%;
	}

	.big2,.foot_tel{
		font-size: 110%;
		line-height: 1.3;
	}

	.big2 p {
		line-height: 1.7;
	}


	#header .wrap1200 {
		padding: 0 0 0 8px;
		align-items: flex-start;
	}




	/*メニュー*/
	#spMenu_btn {
		position: fixed;
		top: 5px;
		right: 5px;
		width: 70px;
		height: 70px;
		z-index: 9999;
		color: #fff;
	}

	#spMenu_btn a {
		display: block;
		width: 70px;
		height: 70px;
		background: url(images/menu.svg) 0 0 no-repeat;
		background-size: 70px 70px;
		z-index: 9999;
	}

	#spMenu_btn a.close {
		background: url(images/close.svg) 0 0 no-repeat;
		background-size: 70px 70px;
		z-index: 9999;
	}

	.sp_menu {
		display: block;
		background-color: #FFF;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		padding: 0 0 0;
		overflow-y: auto;
		color: #333;
		z-index: 9998;
		transition: .3s ease-in-out;
		/*滑らかに表示*/
		opacity: 0;
	}

	.sp_menu.active {
		/*display: block;*/
		right: 0;
		opacity: 1;
	}

	.main_link {
		background-color: #FFF;
		border-top: 1px solid #888888;
	}

	.child {
		display: none;
	}

	.sp_menu .lastl {
		background: none;
		padding-bottom: 20px;
	}

	.sp_menu .lastl img {
		margin-right: 10px;
		vertical-align: middle;
	}

	.sp_menu .main_link a {
		display: block;
		text-decoration: none;
		padding: 10px 10px 14px;
		color: #333;
		font-weight: bold;
		background-color: #FFF;
		border-bottom: 1px solid #585858;
	}

	.sp_menu .main_link ul {
		display: flex;
		flex-wrap: wrap;
	}

	.sp_menu .main_link ul li {
		width: 50%;
		border: 1px solid #fafafa;
	}

	.sp_menu .main_link ul li:nth-child(3n) {}

	.sp_menu .main_link ul a, .sp_menu .main_link a.kasoulink {
		font-size: 90%;
		border-bottom: none;
		background-color: #e6e2e2;
		padding: 6px;
		position: relative;
		padding-left: 18px;
		display: block;
	}

	.sp_menu .main_link ul a::before, .sp_menu .main_link a.kasoulink::before {
		content: "";
		position: absolute;
		top: 40%;
		left: 7px;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid;
		border-color: transparent transparent transparent #707070;
	}

	.sp_menu .main_link ul a.sp_small {
		font-size: 75%;
	}


	.sp_menu .main_link ul li.spmenubg a {
		background-color: #ececec;
	}


	.sp_menu a.parent {
		background: #f3eeea url(images/arrow-sita.svg) center right 10px no-repeat;
		background-size: 20px 20px;
	}

	.sp_menu a.active {
		background: #e9e3de url(images/arrow-ue.svg) center right 10px no-repeat;
		background-size: 20px 20px;
	}

	.sp_menu nav {
		padding: 20px 0;
	}

	.footcontact .flex-c{
		flex-direction: column;
	}
	
}

@media screen and (min-width: 768px) {

	.sp_only,
	.sp_br {
		display: none !important;
	}

	.pc_txc {
		text-align: center;
	}

	.pc_txr {
		text-align: right;
	}

	.pc_alc {
		align-items: center;
	}

	.pc_reverse {
		flex-direction: row-reverse;
	}

	.sp_menu {
		right: -640px;
		width: 640px;
	}

	.sp_menu .main_link a {
		border-bottom: none;
		padding-left: 20px;
	}

}

@media screen and (max-width: 767px) {
	.headbtn {
		position: absolute;
		height: 50px;
		right: 50px;
		top: 0;
	}

	.headbtn a {
		padding: 0 1em;
		font-size: 100%;
	}

	#spMenu_btn {
		width: 50px;
		height: 50px;
	}

	#spMenu_btn a {
		width: 50px;
		height: 50px;
		background: url(images/menu.svg) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	#spMenu_btn a.close {
		background: url(images/close.svg) 0 0 no-repeat;
		background-size: 50px 50px;
	}
}

/*----------トップページ------------------------*/

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#mainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px); /* ブラウザの高さに合わせる */
  overflow: hidden;
}

#mainvisual .slick {
  height: 100%;
}

#mainvisual li {
  height: 100vh;
  margin: 0;
  padding: 0;
}

#mainvisual li img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を保ちながら全体をカバー */
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topcatch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  z-index: 200;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    height: 60vh;
  }

  #mainvisual li {
    height: 60vh;
  }

  .topcatch {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
a.btn01, a.btn01:visited {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	padding: 12px 30px 12px 44px;
	text-decoration: none;
	color: #333;
	text-align: left;
	font-weight: 700;
	background: #ffe100 url(images/icon01.svg) 14px center no-repeat;
	background-size: 20px 20px;
	border-radius: 100vh;
	border: 2px solid #333;
}

.btn01:hover {
	background: #e4c903 url(images/icon01.svg) 14px center no-repeat;
	background-size: 20px 20px;
}


a.btn02, a.btn02:visited {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	border: 4px solid #FFF;
	padding: 12px 40px 12px 40px;
	text-decoration: none;
	color: #FFF;
	min-width: 280px;
	border-radius: 50vh;
	background-color: #003193;
}

.btn02:hover {
	border: 4px solid #c5d8fd;
	background-color: #2651a8;
}
#topnews .wrap1100 {
	background-color: #edf2fa;
	padding: 2em 3em;
}

#topnews h2 {
	font-weight: 700;
	color: #052c83;
	margin: 16px 0 10px 0;
	letter-spacing: 0.05em;
}

#topnews ul {
	flex: 1;
}

#topnews ul li {
	width: 100%;
}

#topnews ul li a span {
	letter-spacing: 0.08em;
	color: #052c83;
	display: inline-block;
	margin-right: 14px;
}

#topnews li a {
	display: block;
	padding: 14px 20px;
	text-decoration: none;
	color: #333;
	position: relative;
	border-bottom: 1px dashed #333;
}

#topnews li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #b1ceea;
	border-right: 2px solid #b1ceea;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topnews li a:hover {
	background-color: #d8e3ff;
}

@media screen and (max-width: 767px) {

	.mainimg{
	background:url(images/mainimg_sp.jpg) center center no-repeat;
	background-size: cover;	
}

	#topnews .wrap1100 {
		padding: 1em;
		flex-direction: column;
	}

}

/*--------------------お問い合わせフォーム-----------------------------*/

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.form {
	margin: 0 auto 30px;
}

.form table th, #wpcf7cpcnf table th {
	text-align: left;
	padding: 6px 10px;
	min-width: 20%;
}

.form table td, #wpcf7cpcnf table td {
	padding: 6px 20px;
	text-align: left;
}

.form td p, .form th p, .form p {
	padding: 0;
}

.form .input-l input,
.form .input-l textarea {
	width: 100%;
}

input#zip {
	width: 150px;
}

.form input.wpcf7-submit, .form input.wpcf7-confirm, .wpcf7cp-btns .wpcf7-form-control {
	padding: 12px 40px;
	background-color: #1397a2;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: .4s;
}

.wpcf7cp-btns .wpcf7-form-control:hover {
	cursor: pointer;
	background-color: #067781;
}

input[type="submit"]:hover {
	background-color: #01656e;
	cursor: pointer;
}

.formReq {
	background-color: #da452a;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	line-height: 100%;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.wpcf7c-conf {
	border: none !important;
	background-color: #fefefe !important;
}

.form input.wpcf7-back {
	background-color: #dcdcdc;
	color: #000;
	padding: 12px 46px;
	display: inline-block;
	margin-left: 5px;
}

.privacyp {
	padding: 20px 10px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

form input,
form textarea {
	box-sizing: border-box;
	padding: 8px 10px;
}

.form .wpcf7-submit:disabled {
	background-color: #dcdcdc !important;
	color: #999 !important;
	padding: 12px 40px;
}

.form input[type="checkbox"],
.form input[type="radio"],
input#consentCheckbox {
	accent-color: #e40000;
	transform: scale(1.5);
}

.form .wpcf7-list-item label {
	padding: 2px 8px;
}

.form .wpcf7-list-item label:has(input:checked) {
	background-color: #feffd8;
}

@media screen and (min-width: 768px) {

	.form {
		padding: 0 20px;
	}
}

.wpcf7-checkbox label {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {

	.form table, #wpcf7cpcnf table,
	.form table tbody, #wpcf7cpcnf table tbody,
	.form table tr, #wpcf7cpcnf table tr,
	.form table th, #wpcf7cpcnf table th,
	.form table td, #wpcf7cpcnf table td,
	.form textarea, #wpcf7cpcnf textarea {

		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.form textarea, form input, form textarea {
		max-width: 100% !important;
	}

	.sp-l input {
		width: 100%;
	}

	.sp-vertical .mwform-checkbox-field {
		display: block;
		margin-left: 0 !important;
	}

	.wpcf7-submit, .form input.wpcf7-confirm {
		font-size: 17px;
		padding: 3px 25px;
		background: #e9e9e9;
		color: #363B3F;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: solid 4px #dcdcdc;
	}

	.wpcf7-submit:hover, .form input.wpcf7-confirm:hover {
		background-color: #dcdcdc;
		color: #dc143c;
	}
}

/*---------フッター--------------------------*/


.footer {
	margin: 0 auto 0;
	font-weight: 700;
	padding: 0 0 0 0;
	background-color: #FFF;
	color: #333;
}

.footcontact{
	background-color: #333;
	color: #FFF;
	padding: 40px 0;
	margin-bottom: 30px;
}


.footer h3 {
	width: 360px;
	margin: 0 auto;
}

.foot-uketsuke{
	color: #FFF;
	font-size: 90%;
	line-height: 100%;
	background-color:#003193;
	border-radius: 6px;
	padding: 4px 10px 5px;
	margin-right: 6px;
	display: inline-block;
}
.footer a {
	text-decoration: none;
}


.footer p.copy {
	font-size: 12px;
	padding: 0;
	margin-top: 30px;
	clear: both;
}

.footer p.copy a, .footer p.copy a:visited {
	color: #8a8a8a;
}

@media screen and (max-width: 767px) {

	.footer {
		padding: 20px 8px 50px;
	}

	.footer h3 {
		text-align: center;
		width: 100%;
	}

	footer p {
		padding-top: 0px;
		font-size: 85%;
		line-height: 1.6;
		text-align: center;
	}

	.foot_tel .big{
		font-size: 120%;
	}

	.footer p.copy {
		font-size: 10px;
		margin: 0 0 10px 0;
		line-height: 1.3;
		padding-bottom: 0;
	}

	.footcontact_c{
		flex-direction: column;
	}



}

/*---------------------------*/

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 10px !important;
	margin: 2px 5px !important;
}

.wp-pagenavi {
	margin-bottom: 30px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a img {
	width: 60px;
	display: block;
}

.contactbox {
	position: relative;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed,
.g_map video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------下層ページ---------------------*/
.contents-page {
	position: relative;
	background-color: #FFF;
	color: #333;
	border-radius: 20px;
	padding: 40px 60px;
}

.pagettl {
	margin: 60px 0 60px 0;
	position: relative;
}

.pagettl h1 {
	text-align: center;
	display: inline-block;
	font-size: 160%;
	font-weight: 700;
}
.pagettl-txt{
	font-size: 70%;
	display: block;

}
.pagettl .gfont-hikki{
	color: #fffedd;
	display: block;

	font-size: 200%;


}
.top_ttl{
	font-weight: 700;
	font-size: 300%;
}

.top_ttl .small{
	font-size: 30%;
	display: block;
}
.sttl {
	line-height:1.5;
	font-size: 150%;
	margin-bottom: 40px;
  position: relative;
  padding: 1rem 2rem;
  background-color: #fefefe;
  color: #353535;
  border-radius: 5px;
  box-shadow: 8px 8px #ffef5e, 8px 8px 0 3px #353535;/*影サイズ・影カラー*/
  outline: 3px solid #353535;/*外枠 太さ・カラー*/
}

.sttl2 {
	font-size: 140%;
	padding: 8px 10px 14px 12px;
	line-height: 1.5;
	margin-bottom: 20px;

	border-bottom: 3px dotted #333;
}

.table01{
	margin: 0 0 30px 0;
	line-height: 1.6;
	border: 2px solid #333;

}
.table02 {
	margin: 0 0 30px 0;
	line-height: 1.6;
	background-color: #ffffff;
	border: 1px solid #d4d4cb;
}

.table01 th {
	white-space: nowrap;
	font-weight: bold;
	background-color: #ffeb77;
}

.table01 th, .table01 td {
	padding: 14px 30px;
	border-bottom: 2px dotted #333;
}



.table02 th, .table02 td {
	border-bottom: 1px solid #dee4e8;
	padding: 12px 20px;
}
.table02 th{
	background-color: #e7e7e7;
	border-bottom: 1px solid #c2c2c2;}
.table02 td.short, .table02 th.short {
	min-width: 20%;
}

.nowrap {
	white-space: nowrap;
}

.simplebox {
	padding: 30px 30px;
	border: 3px solid #ffe347;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	margin-bottom: 20px;
}

.list01 li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
}

.list01 li::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #003193;
	position: absolute;
	top: 50%;
	left:0;
	margin-top: -4px;}

	.list02 li {
	list-style-type:none;
	padding:4px 14px 4px 24px;
	background-color: #dae3f5;
	border-radius: 8px;
	position: relative;
	width: calc(50% - 6px);
}
.list02{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.list02 li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #5682c5;
	border-right: 2px solid #5682c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);}

.top_service {
	z-index: 20;
	position: relative;
	color: #333;
	background:#FFF url(images/top_sankaku.svg) left top no-repeat;
	background-size: 630px 380px;
}
.top_service h2 img{
	height: 70px;
	width: auto;
	margin: 0 auto;
}

.top_service_c{
	display: flex;
	justify-content:space-between;
}
.top_service .flex-b{
	justify-content: center;
	gap: 16px;}

.top_service li,.jigyoulist li{
	flex: 0 0 calc((100% - 32px) / 3);
	background-color: #FFF;
}
.jigyoulist li{
	margin-bottom: 0;
	padding: 0;
}
.top_service li a,.jigyoulist li a{
	display: block;
	padding: 20px 20px 20px 20px;
	border: 2px solid #333;
	border-left: 20px solid #333;
	color: #333;
	text-decoration: none;
	border-radius: 8px;
	position: relative;
}
.top_service li a::before,.jigyoulist li a::before{
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: -14px;
	width: 4px;
	height: 4px;
	display: block;
	border-top: 2px solid #ffe100;
	border-right: 2px solid #ffe100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
}
.top_service li a:hover,.jigyoulist li a:hover{
	background-color: #dfdfdf;
}

.top_recruit{
	color: #333;
	background: #ebebeb url(images/top_recruit_bg.png) right 20px top 20px no-repeat;
}
.top_recruit_txt{
	padding: 8%;
}
.top_recruit_txt a{
	background: url(images/icon01.svg) 0 center no-repeat;
	background-size: 22px auto;
	padding-left: 28px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
}
.top_recruit_txt a:hover{
	color: #999;
}
.top_recruit_img{
	background: url(images/top_recruit_img.jpg) center center no-repeat;
	background-size: cover;
}
.service_list li.flex-b{
margin-bottom: 30px;
border-bottom: 3px dotted #003193;
padding-bottom: 30px;
}
.service_list h3{
	margin: 0;
	padding-left: 10px;
	line-height: 1.3;
	border-left: 6px solid #003193;
	color: #003193;
	font-size: 120%;
}


.top_newp_wrap{
	background-color: #fbf4e7;
	color: #333;
}

.top_newp-l{
	width: 130px;
	margin-right: 40px;
}
.top_newp-l a{
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}
.top_newp-l a:hover{
	text-decoration: underline;
}
.top_newp-l a::before{
	position: absolute;
	transition: .4s;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00589c;
	border-right: 2px solid #00589c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_newp-c{
	flex: 1;
}

.top_newp li {
	border-bottom: 1px dotted #828b92;
}
.top_newp li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}
.top_newp li a:hover{
		background-color: #c5d6e4;
}

img.top_moji_t{
	height: 90px;
	width: auto;}

.newsblock {
	padding-bottom: 60px;
	border-bottom:1px solid #c6d1db;	
}
.newsblock h2{
	font-size: 120%;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left:6px solid #0066cf;
}
.newsblock h2 a{
	color: #333;
	text-decoration: none;
}
.newsblock_c{
		padding-left: 16px;
		
}

.catlist li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 12px 8px;
	background-color: #dce5ee;
	position: relative;
}
.catlist li:nth-child(odd) a{
	background-color: #ebf0f5;
}
.catlist li.current-cat a{
		background-color: #fffec3;
}

.catlist li a::before{
	position: absolute;
	transition: .4s;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 12px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #a7c5e4;
	border-right: 4px solid #a7c5e4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.catlist li a:hover{
		background-color: #c7d5e4;
}
.catlist li.current-cat a:hover{
		background-color: #f8f7a3;
}

.faqblock h2{
	background: url(images/icon_q.svg) 0 0 no-repeat;
	background-size: 40px 40px;
	padding:8px 0 8px 50px;
	min-height: 40px;
	font-size: 110%;
	border-bottom: 3px dotted #003193;
}
.faqblock_c{
	background: url(images/icon_a.svg) 0 0 no-repeat;
	background-size: 40px 40px;
	padding:0 0 8px 50px;
}

.faqblock h2 a{
	text-decoration: none;
}

.nagare li{
	width: 20%;
	padding: 10px;
}
.nagare h2{
	font-size: 110%;
	color: #003193;
	padding-bottom: 6px;
	border-bottom: 2px solid #003193;
	margin: 0 0 10px 0;
}
.nagare li p{
		line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.pagettl {
		padding: 16px 0 10px 0;
		margin: 0 0 10px;
	}

	.pagettl h1 {
		font-size: 110%;
		background: url(images/icon_gas.svg) center 0 no-repeat;
	background-size: 40px 25px;
		padding: 35px 10px 10px 10px;
	}

	.pagettl h1 span {
		margin-bottom: 10px;
		font-size: 160%;
	}
.top_ttl{
	text-align: center;
	font-size: 200%;
}
	.sttl {
		font-size: 110%;
		padding: ;
		line-height: 1.6;
		margin-bottom: 20px;
		  padding: 0.5rem 0.5rem;
	}
	.sttl2{
		font-size: 120%;
	}

	.table01, .table02,
	.table01 tbody, .table02 tbody,
	.table01 tr, .table02 tr,
	.table01 th, .table02 th,
	.table01 td, .table02 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th {
		border-bottom: none;
		padding: 5px;
	}

	.table01 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}

	.table-scroll {
		overflow: auto;
	}

	.table-scroll table {
		width: 100%;
		white-space: nowrap;
	}

	.table-scroll table td, .table-scroll table th {
		padding: 6px 10px;
		font-size: 90%;
	}

	.table-scroll::-webkit-scrollbar {
		height: 5px;
	}

	.table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	h2, h3 {
		font-size: 120%;
	}

	.simplebox {
		padding: 10px 14px;
		margin-bottom: 10px;
	}
	.top_newp{
		flex-direction: column;
	}
	.top_newp-l{
		display: flex;
		width: 100%;
		align-items: center;
		margin: 0;
		justify-content: space-between;
	}
	.top_newp-l img{
		width: 80px;
	}
	
.top_newp-l h2{
		margin-bottom: 0;
	}
	.list01 li {
		line-height: 1.5;
	}

	.contents-page {
	border-radius: 0;
	padding: 20px;
}

.newsblock h2{
	line-height: 1.5;
}
.top_newp li a .flex{
	flex-direction: column;
	align-items: baseline;
}

.top_service_c{
	flex-direction: column;
}

.top_service ul{
	padding: 0 14px;
	flex-direction: row;
}
.top_service .flex-b{
		gap: 8px;
}
.top_service li{
	flex:0 0 100%;
	font-size: 90%;
	padding: 0;
	margin-bottom: 0;
}

.top_service li a{
	padding: 10px 10px 10px 20px;;
}
.service_list h3{
	text-align: center;
	color:#FFF;
	border: none;
	padding: 4px;
	background-color: #003193;
}

	.list02 li {
	width: 100%;
}
.list02{
	display: flex;
	gap: 8px;
	flex-direction: column;
	flex-wrap: wrap;
}

.nagare li{
	width: 100%;
	padding: 10px;
}

.top_recruit{
	background: #ebebeb url(images/top_recruit_bg.png) center top 20px no-repeat;
	background-size: 50% auto;
}
.jigyoulist{
	flex-direction: column;
	gap: 8px;
}
.jigyoulist li{
	width: 100%;
}
}