/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.maru20 {
	border-radius: 20px;
}

.header-wrapper {
	height: 170px;
}

.content-wrapper {
	padding-top: 150px;
}

.contents {
	padding: 20px;
	background: rgba(255,255,255,0.8);
}

.entry-content {
	margin: 0;
}

@media screen and (max-width:768px) {
	/*　画面サイズが768pxからはここを読み込む　*/
	.header-wrapper {
		height: auto;
	}
	
	.content-wrapper {
		padding-top: 65px;
	}
	
	.site-title img {
		width: 100%;
	}
	
	.mb20 img {
		display: block;
		margin: 0 auto;
	}
}

.metaslider {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

.banner-area {
	float: left;
	display: table;
	padding: 0;
	z-index: 99999;
}

p {
	margin: 0 0 10px;
	line-height: 1.8;
}

h1.entry-title {
	display: none;
}

.eyecatch-slider {
	overflow: hidden;
	background: rgb(184,225,252);
	background: -moz-linear-gradient(-45deg,rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
	background: linear-gradient(135deg,rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e1fc',endColorstr='#bdf3fd',GradientType=1);
}

.main-navigation .menu>.menu-item>.menu-item-link-wrapper:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	content: ' ';
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: #fbb03b;
	transition: height .3s, opacity .3s, -webkit-transform .3s;
	transition: height .3s, opacity .3s, transform .3s;
}

.main-navigation .menu a {
	padding: 10px 2px;
}

.main-navigation a {
	font-size: 12.5px;
}

.site-menu {
	position: static;
	float: right;
/*	width: 55%;*/
	margin-left: ;
/*	margin-top: -100px;*/
}

@media screen and (max-width:1024px) {
	/*　画面サイズが1024pxからはここを読み込む　*/
	.site-menu {
	/*	width: 57%;*/
		margin-left: ;
	/*		margin-top: -90px;*/
	}
	
	.main-navigation a {
		font-size: 11px;
	}
}

@media screen and (max-width:768px) {
	/*　画面サイズが768pxからはここを読み込む　*/
	.site-menu {
		width: 100%;
	/*	margin-top: 0;*/
	}
}

.main {
	display: block;
	padding: 20px;
	margin: 0 auto;
	width: 100%;
}

.top_bunner {
	margin: 0 auto;
	text-align: center;
}

.top_bunner .t-image {
	transition: all 1s;
}

.top_bunner .t-image:hover {
	transform: translate(5px,5px);
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.side {
	width: 210px;
	margin-top: 20px;
}

.page-id-2 h1.entry-title {
	display: none;
}

.content-area {
	max-width: 960px;
	padding: 0 25px;
	margin: 0 auto;
}

@media screen and (min-width:992px) {
	.site-menu {
		margin-top: -55px;
	}
	
	.eyecatch-slider {
		margin-top: 50px;
	}
	
	.header-wrapper, .site-branding {
		height: auto;
	}
	
	/*.site-title{margin-top:0px;}*/
	ul#menu-menu01 li {
		margin: 0;
	}
	
	.main-navigation .menu>.menu-item {
		padding: 0 3px;
	}
	
	.main-navigation .menu {
		height: 50px;
	}
	
	.site-menu {
		margin-top: 0;
	}
	
	.main-navigation {
		background-color: transparent;
	}
	
	.banner-area {
		width: 40%;
	}
	
	.content-area {
		max-width: 960px;
		padding: 0;
	}
}

.home .site-content {
	background: #fff url('https://blublo.reposu.co.jp/e-postem/wp-content/uploads/sites/195/2019/02/epos-back.jpg') no-repeat;
}

.site-content {
	padding-bottom: 15px;
	background: #fff;
	background-size: 100% auto;
	width: 100%;
	padding-top: 50px;
}

/*custom*/
.flex-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ac {
	text-align: center;
}

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

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

a:hover {
	opacity: .8;
}

/*side*/
ul li {
	list-style: none;
	margin: 5px 0;
}

.side_01 ul {
	background: #c8e6ff;
	padding: 5px;
}

.side_02 ul {
	padding: 0;
}

.side_02 ul li {
	border: 3px solid #c8e6ff;
	text-align: center;
}

.side_03 p span {
	border-bottom: 2px solid #9fe0ff;
	border-left: 5px solid #1e7ebb;
	padding: 5px;
	display: block;
	color: #1e7ebb;
	margin-bottom: -15px;
}

.side_03 h3 {
	background: #1e7ebb;
	padding: 5px 10px;
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	border-left: none;
}

.side_03 p {
	line-height: 1.5;
}

/*top-content*/
h2:before {
	content: "";
	border-left: 3px solid #fff;
	padding-right: 10px;
}

h2 {
	background-color: #1e73be;
	padding: 10px 60px 10px 28px;
	border-bottom: 5px solid #fcaf3b;
	color: #fff;
	font-weight: bold;
	position: relative;
	background-image: url(https://blublo.reposu.co.jp/e-postem/wp-content/uploads/sites/195/2020/04/h2back.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -12px;
}

ul.top1Ul {
	background: #f2f8fd;
	padding: 20px;
	border: 3px solid #d4f1ff;
}

ul.top1Ul li:before {
	content: url(https://blublo.reposu.co.jp/e-postem/wp-content/uploads/sites/195/2019/01/1402096.png);
	position: absolute;
	left: 0;
}

ul.top1Ul li {
	position: relative;
	font-size: 25px;
	font-weight: 700;
	color: #f25b26;
	line-height: 2;
	padding-left: 65px;
}

h3 {
	padding: 5px 20px;
	border-bottom: 5px solid #cacaca;
	color: #1e73be;
	font-weight: 700;
	border-left: 5px solid#f05a25;
	line-height: 1.5;
}

.top02 dl dd {
	display: table-cell;
	background: #c8e6ff;
	vertical-align: middle;
	padding: 5px 15px;
	border: 3px solid #1e73be;
}

.top02 dl dt span {
	font-size: 45px;
	vertical-align: middle;
	padding: 5px;
	color: #fcaf3b;
}

.top02 dl dt {
	display: table-cell;
	background: #1e73be;
	vertical-align: middle;
	padding: 5px 15px;
	font-size: 23px;
	width: 20%;
	color: #fff;
}

.top02 dl {
	display: table;
	width: 100%;
}

.top03 table tr td {
	border: 1px solid;
	padding: 10px;
	line-height: 1.8;
	background: #fbf6e4;
}

.top03 table tr th {
	border: 1px solid;
	padding: 10px;
	font-weight: normal;
	background: #c8e6ff;
	color: #000;
	line-height: 1.8;
}

ul.top4Ul {
	margin-bottom: 50px;
}

ul.top4Ul li {
	list-style-type: disc;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

.table_d {
	display: table;
	width: 100%;
}

table.b_area {
	margin: 0 0 .3em;
}

.top06 p {
	background: #fcaf3b;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	padding: 68px 20px;
	color: #171717;
	font-size: 20px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
}

h4 {
	font-weight: bold;
	color: #f05a25;
}

.top07 table tr td {
	padding: 10px;
	text-align: center;
	border: 1px solid #aaa;
}

.top07 table tr th {
	background: #eee;
	color: #1e73be;
	padding: 10px;
	text-align: center;
	border: 1px solid #aaa;
}

td.price {
	background: #fff0f5;
}

p.hosoku {
	color: #666;
	font-size: 80%;
}

aside#custom_html-3 {
	top: 12px;
	position: absolute;
	right: 0;
}

.header-widget {
	float: right;
	width: 50%;
	position: relative;
	z-index: 30;
}

/*posting*/
.pos03a {
	width: 100%;
}

.pos05 h5 {
	font-weight: bold;
	color: #555;
	margin: 20px 0 5px;
}

.pos6a {
	width: 31%;
	background: #fcaf3b;
	padding: 10px;
}

.pos6a h5, .pos6b h5 {
	background: #fff;
	padding: 10px;
	font-weight: bold;
	color: #f05a25;
	font-size: 16px;
	margin: 0;
}

.pos6b {
	width: 31%;
	background: #f05a25;
	padding: 10px;
}

.pos6a p, .pos6b p {
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: bold;
}

.pos7t {
	background: #f05a25;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	border-left: 5px solid #fcaf3b;
	width: 100%;
}

.pos7a1 table tr td {
	padding: 10px;
	background: #eee;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1.8;
}

.pos7a1 table tr th {
	background: #eee;
	color: #1e73be;
	border: 2px solid #fff;
	width: 45%;
	padding: 10px;
	font-size: 17px;
}

.pos7a1 {
	border: 5px solid #ffe9c9;
	margin-bottom: 20px;
	padding: 10px;
}

.pos7a1 h4 {
	border-bottom: 2px dashed #ffe9c9;
	padding-bottom: 10px;
}

.pos7b {
	width: 162px;
}

.pos7a {
	width: 73%;
}

.pos09 table tr th, .pos09 table tr td,.pos08 table tr th, .pos08 table tr td {
	border: 2px solid #aaa;
	padding: 10px;
}

span.h3mini {
	font-size: 70%;
	padding: 0 0 0 30px;
}

.pos03a table tr th, .pos03a table tr td {
	padding: 10px;
	border: 1px solid;
	font-size: 14px;
}

.pos03a table tr th {
	background: #862890;
}

.pos04a table tr th, .pos04a table tr td {
	padding: 10px;
	border: 1px solid #aaa;
}

.pos04a {
	width: 100%;
}

p.fl-r {
	float: right;
}

p.fl-l {
	float: left;
}

.comp01 table tr td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #1e73be;
}

.comp01 table tr th {
	font-weight: normal;
	background: #c8e6ff;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #1e73be;
}

.comp03 table tr td {
	padding: 10px;
	border: 1px solid #aaa;
	vertical-align: middle;
}

.pos6b p span {
	font-size: 130%;
	color: #ffffff;
}

.pos6a p span {
	font-size: 130%;
	color: #bb1e1e;
}

.cont_f table tr td {
	padding: 15px;
	vertical-align: top;
	border: 1px solid #1e73be;
}

.cont_f table tr th {
	background: #e3edf5;
	font-weight: normal;
	padding: 15px;
	vertical-align: top;
	border: 1px solid #1e73be;
}

span.kome {
	color: #fb4d0a;
	font-weight: bold;
	padding: 10px;
}

h1.maintit {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-shadow: 5px 3px 3px #aaa;
	color: #000;
	margin-bottom: 30px;
}

.fly1 {
	width: ;
}

.sponcer img {
	width: 50%;
}

.tel {
	text-align: center;
}

.logo_flyer {
	margin: 10px 0;
}

@media ( max-width: 480px ) {
	.sponcer img {
		width: 100%;
	}
	
	.alignright {
		float: none;
	}
}

.ac.fl_T {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
	text-decoration: underline;
}

p.under {
	background: #848484;
	display: block;
	margin: 0 auto 5px;
	color: #fff;
}

.ac.fl_tel:before {
	content: url(https://blublo.reposu.co.jp/e-postem/wp-content/uploads/sites/195/2019/01/telephone50.png);
	vertical-align: middle;
}

.fl_tel {
	font-size: 40px;
	font-weight: 700;
	position: relative;
}

.header-widget {
	width: 50%;
}

@media ( max-width: 991px ) {
	.eyecatch-slider {
		margin-top: 55px;
	}
	
	.site-title img {
		width: 100%;
		max-width: 250px;
	}
	
	.banner-area {
		width: 60%;
	}
	
	aside#custom_html-4 img {
		width: 44px;
	}
	
	.content-area {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.site-header {
		height: 120px;
		position: fixed;
		width: 100%;
		background: #fff;
		border-bottom: 2px solid #c8e6ff;
	}
	
	ul.top1Ul li {
		position: relative;
		font-size: 20px;
		font-weight: 700;
		color: #f25b26;
		line-height: 1.5;
		padding-left: 60px;
		margin: 10px 0 20px;
	}
	
	.top02 dl dt {
		display: table-cell;
		background: #1e73be;
		vertical-align: middle;
		padding: 5px 15px;
		font-size: 23px;
		width: 20%;
		color: #fff;
		text-align: center;
	}
	
	.top06.table_d.mb50 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.top06 p {
		background: #fcaf3b;
		width: 48%;
		height: 150px;
		border-radius: 50%;
		text-align: center;
		padding: 40px 20px;
		color: #171717;
		font-size: 20px;
		font-weight: 700;
		display: table-cell;
		vertical-align: middle;
	}
	
	h2 {
		background-color: #1e73be;
		padding: 10px 60px 10px 28px;
		border-bottom: 5px solid #fcaf3b;
		color: #fff;
		font-weight: 700;
		position: relative;
		background-image: url(https://blublo.reposu.co.jp/e-postem/wp-content/uploads/sites/195/2020/04/h2back.png);
		background-repeat: no-repeat;
		background-position: right top;
		text-indent: -12px;
		line-height: 1.5;
	}
	
	.top03 table tr td {
		border: 1px solid;
		padding: 10px;
		line-height: 1.8;
		background: #fbf6e4;
		display: block;
	}
	
	.top03 table tr th {
		border: 1px solid;
		padding: 10px;
		font-weight: 400;
		background: #c8e6ff;
		color: #000;
		line-height: 1.8;
		display: block;
	}
	
	.side {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}
	
	.pos7a {
		width: 100%;
	}
	
	.pos7b {
		width: 100%;
		text-align: center;
	}
	
	.pos04 img {
		max-width: 100%;
	}
	
	.main {
		width: 100%;
		padding: 20px;
	}
	
	.pos6a,.pos6b {
		width: 100%;
		margin-bottom: 10px;
	}
	
	h1.maintit {
		font-size: 40px;
		font-weight: 700;
		text-align: center;
		text-shadow: 5px 3px 3px #aaa;
		color: #000;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	
	.fly1 {
		width: 100%;
	}
	
	.contents {
		padding: 20px;
	}
}

.site-title {
	margin-left: 40px;
}

@media ( max-width: 991px ) and (min-width: 480px) {
	.site-title {
		margin-top: 0;
		font-size: 18px;
		text-align: left;
	}
}

.top10 {
	margin-top: 30px;
}

.top10 dl dd {
	display: ;
	background: #ffffff;
	vertical-align: middle;
	padding: 5px 15px;
	border: 3px solid #1e73be;
	color: ;
}

.top10 dl dd.company {
	text-align: center;
	background: #1e73be;
	color: #ffffff;
	border: 2px solid #044c8c;
}

.top10 dl dt span {
	font-size: 45px;
	vertical-align: middle;
	padding: 5px;
	color: #fcaf3b;
}

.top10 dl dt {
	display: ;
	background: #1e73be;
	vertical-align: middle;
	padding: 5px 15px;
	width: 18%;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width:768px) {
	/*　画面サイズが480pxからはここを読み込む　*/
	.site-title {
		margin-left: 10px;
	}
	
	@media screen and (max-width:480px) {
	/*　画面サイズが480pxからはここを読み込む　*/
	.top10 dl dt {
		width: 35%;
	}
	
	.site-title {
		margin-top: 0;
		margin-left: 0;
	}
	
	.site-menu {
		margin-left: 0;
		width: 100%;
		margin-top: 0;
	}
	
	#section1 {
		background: #ffffff;
		margin: 0 10px;
	}
	
	#section1 h2 {
		font-size: 20px;
	}
	
	#tel_pos {
		margin-top: 25px;
	}
	
	.pos04a {
		width: 120%;
	}
}

@media screen and (max-width:320px) {
	.pos03a table tr th {
		padding: 4px;
	}
}

@media screen and (max-width:991px) {
	.site-menu-toggle {
		top: 10px;
	}
	
	.header-wrapper {
		height: auto;
	}
}

.top_my_btnArea {
	display: flex;
	margin: 30px 0;
	padding: 0 20px;
}

.top_my_btnArea > div {
	flex: 1;
}

.top_my_btnArea > div:nth-of-type(2) {
	margin: 0 10px;
}

.top_my_btnArea .my_btn a {
	padding: 15px 0;
	background: #1E73BE;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
}

.top_my_btnArea .my_btn img {
	max-width: 30px;
	margin-right: 10px;
}

@media(max-width: 767px) {
	.top_my_btnArea {
		display: block;
	}
	
	.top_my_btnArea > div:nth-of-type(2) {
		margin: 10px 0;
	}
}

.to_contactArea .btnArea a {
	display: block;
	width: 250px;
	margin: 75px auto 50px;
	text-align: center;
	background: #1E73BE;
	color: #fff;
	padding: 15px 0;
}

.telArea {
	text-align: center;
}

.telArea .tel {
	font-size: 50px;
	font-weight: bold;
	padding-right: 45px;
	line-height: 1;
}

.telArea .tel img {
	max-width: 45px;
	position: relative;
	top: -4px;
}

@media(max-width: 767px) {
	.telArea .tel {
		font-size: 35px;
		padding-right: 15px;
	}
	
	.telArea .tel img {
		max-width: 30px;
	}
}

.my_area {
	margin-bottom: 75px;
}

.to_flexBtnArea {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

.to_flexBtnArea > div {
	flex: 0 0 250px;
	max-width: 250px;
}

.to_flexBtnArea > div:first-of-type {
	margin-right: 50px;
}

.to_flexBtnArea > div > * {
	display: block;
	text-align: center;
	padding: 15px 0;
	background: #1E73BE;
	color: #fff;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 5px;
	padding-left: 5px;
}

.to_flexBtnArea > div img {
	max-width: 15px;
	position: absolute;
	right: 10px;
	bottom: 17px;
}

@media(max-width: 767px) {
	.to_flexBtnArea {
		display: block;
	}
	
	.to_flexBtnArea > div {
		margin: auto;
	}
	
	.to_flexBtnArea > div:first-of-type {
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	#post-1490, #post-1529 {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.my_sp {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.my_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
/*	display: flex; */
	display: none;
}

.my_fixed {
	flex: 1;
}

.my_fixed .imgArea a {
	max-width: 150px;
	display: block;
}

.page-top-link {
	bottom: 50px;
}

.my_ul {
	padding: 0;
}

.my_ul > li {
	display: flex;
}

.my_ul > li::before {
	content: '・';
}

@media(min-width: 992px) {
	.site-title img {
		max-width: 390px;
	}
}

@media(min-width: 768px) {
	.slide-986 {
		opacity: 1 !important;
	}
	
	.slide-1591 {
		display: none !important;
	}
}

@media(max-width: 767px) {
	.slide-986 {
		display: none !important;
	}
	
	.slide-1591 {
		opacity: 1 !important;
	}
}

table.my_table2 td, table.my_table2 th {
	padding: 10px;
	border: 1px solid;
	font-size: 14px;
}

table.my_table2 th {
	background: #1e73be;
	color: #fff;
	border-color: #333;
}

@media(max-width: 991px) {
	.section__reason1 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(min-width: 768px) {
	.my_flex {
		display: flex;
		align-items: center;
	}
	
	.my_flex .left {
		margin-right: 50px;
		flex: 0 0 210px;
	}
	
	.my_flex .right {
		line-height: 2;
	}
}

.my_flex .name span {
	font-size: 1.5em;
}

@media(max-width: 767px) {
	.my_flex .left {
		text-align: center;
		margin-bottom: 30px;
	}
}

p.flex_rinen .span_num {
	flex: 0 0 30px;
	font-size: 25px;
	border-right: 3px solid;
	margin-right: 10px;
}

p.flex_rinen {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.list_ok li {
	list-style: disc;
}

.pos04a {
	width: 100% !important;
}

br.sp {
	display: none;
}

@media(max-width: 400px) {
	br.sp {
		display: block;
	}
}

.comp01 table tr td ul.zisseki {
	padding-left: 0;
}

.comp01 table tr td ul.zisseki li {
	margin-bottom: 10px;
}

.comp01 table tr th {
	width: 100px;
}

@media(min-width: 768px) {
	.comp01 table tr th {
		width: 180px;
	}
	
	.comp01 table tr td ul.zisseki {
		align-items: center;
		padding-left: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 600px;
	}
	
	.comp01 table tr td ul.zisseki li {
		flex: 0 0 45%;
		max-width: 45%;
		margin-bottom: 15px;
	}
}

.area-distribution {
	display: flex;
	align-items: center;
}

.area-distribution h3 {
	flex: 0 0 19rem;
	margin-right: 2rem;
}

.area-distribution + div {
	margin-bottom: 4rem;
}

.to-contact-form,
.to-recruit-form {
	max-width: 280px;
	margin: auto;
}

.to-recruit-form {
	margin-bottom: 40px;
}

.tv-sp {
	display: none;
}

@media(max-width: 767px) {
	.eyecatch-slider {
		display: none !important;
	}
	
	.tv-sp {
		display: block !important;
		margin-bottom: 50px;
	}
}