/* responsive */
/* header */
.header-wrapper {
	background: #ffffff;
}

/* 公開日タグ */
.entry-meta .posted-on {
	display: none;
}

@media screen and (min-width: 992px) {
	.banner-area {
		width: 50%;
	}
	
	.site-navigation {
		width: 100%;
	}
	
	.widget li:first-child:before {
		content: none;
	}
	
	aside#pages-2 {
		display: none;
	}
	
	.header-widget {
		float: right;
		width: 80%;
		display: none;
	}
	
	.main-navigation .menu .menu-item-has-children > .menu-item-link-wrapper a::after {
		display: inline-block;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 7.5px;
		width: 10px;
		height: 16px;
		color: #aaa;
		font: normal normal normal normal normal normal normal 1 FontAwesome;
		margin: auto;
	}
	
	.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: #fff;
		transition: height .3s, opacity .3s, -webkit-transform .3s;
		transition: height .3s, opacity .3s, transform .3s;
	}
}

.site-content {
	background: #000;
	background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2019/06/bz.jpg");
}

.main-navigation,
.header-widget ul {
	background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_bg.gif') repeat bottom;
	border-top: 1px solid #5d5d5d;
}

.main-navigation a,
.main-navigation a:hover {
	color: #fff;
}

.main-navigation .menu .sub-menu .menu-item a {
	color: #0a0a0a;
}

.main-navigation .menu {
	background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_line.gif') right center no-repeat;
}

.main-navigation .menu > .menu-item {
	background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_line.gif') left center no-repeat;
}

.main-navigation .menu .current_page_item,
.main-navigation .menu > .menu-item:hover {
	background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_bg_hover.gif') repeat bottom;
}

.clr-wh {
	color: #000000;
}

/* slider */
.eyecatch-slider {
	display: block !important;
}

.eyecatch-slider {
/*width: 920px;*/
	margin: 0 auto;
/*border: 10px solid #eee;*/
}

@media screen and (max-width: 991px) {
	.header-wrapper {
		position: absolute !important;
		top: 0;
	}
	
	.main-navigation .menu > .menu-item {
		background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_bg.gif') top repeat;
	}
	
	.main-navigation .menu > .menu-item:hover {
		background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_bg_hover.gif') top repeat;
	}
	
	.main-navigation .menu li {
		background: #eee;
	}
	
	.eyecatch-slider {
		display: block !important;
		width: 100%;
	}
	
	.site-title {
		margin-top: 10px;
		font-size: 18px;
	/*text-align: center;*/
		width: 80%;
	}
	
	.widget li:before {
		content: none !important;
	}
	
	.eyecatch-slider {
		margin-top: 16px;
	}
	
	aside#pages-2 h1 {
		display: none;
	}
	
	.widget li:before {
		content: "";
		color: #aaa;
	}
	
	ul.foot-ul {
		display: flex;
		margin: 20px auto 50px;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	ul.foot-ul li {
		padding: 0 20px;
		text-align: center;
		line-height: 1.8;
	}
	
	.site-menu-close {
		padding: 10px 15px;
		background-color: #aaa;
		text-align: center;
		color: #fff;
	}
	
	.main-navigation .dropdown-toggle:after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
		color: #aaa;
	}
	
	.header-widget {
		padding: 0;
	}
	
	.header-widget {
		display: block;
	}
	
	.header-widget .widget {
		padding: 0;
		border-bottom: 1px solid #eee;
	}
	
	.header-widget ul {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
	
	.header-widget ul li {
		width: auto;
		text-align: center;
		background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_line.gif') left center no-repeat;
		padding: 0 4.25%;
		line-height: 1;
	}
	
	.header-widget ul li a {
		color: #fff;
		font-size: 12px;
	}
	
	.header-widget ul li:first-child {
		background: none;
	}
}

/* fonts */
h1.entry-title {
	color: #fff;
	border-left: 6px solid #fff;
	padding: 5px 5px 5px 10px;
	border-bottom: none;
	box-shadow: none;
}

h2.line {
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

h2.line:before, h2.line:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #fff;
}

h2.line:before {
	left: 0;
}

h2.line:after {
	right: 0;
}

h3.line {
	font-weight: bold;
	color: #000000;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

h3.line:before, h3.line:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #000000;
}

h3.line:before {
	left: 0;
}

h3.line:after {
	right: 0;
}

h1.underline, h2.underline {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	color: #000000;
}

h1.underline:before, h2.underline:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 2px;
}

.col-half .content-block h3 {
	font-size: 18px;
	width: 100%;
	background-color: #eee;
	padding: 10px 5px;
}

h3:before {
	font-family: FontAwesome;
	content: '\f058';
	padding-right: 5px;
	color: #aaa;
}

span.strong {
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

/* navi */
.site-header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.site-breadcrumb {
	background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/11/back1.jpg");
}

.site-navigation .menu-item-has-children > .menu-item-link-wrapper a::after {
	color: #000;
}

/* body */
body {
	background-color: #fff;
}

h1.site-title img {
	height: 70px;
}

@media screen and (max-width: 767px) {
	h1.site-title img {
		height: 45px;
	}
	
	.site-title {
		text-align: left;
	}
}

/* position */
.center {
	text-align: center;
}

/* footer */
.site-footer {
	color: #111;
	background: #fff;
}

.site-footer a {
	color: #000;
}

ul.foot-ul {
	display: flex;
	margin: 20px auto 50px;
	justify-content: center;
	flex-wrap: wrap;
}

.widget li:before {
	content: "|";
	color: #6c6c6c;
	margin-left: 15px;
}

ul.foot-ul li {
	padding: 0 30px;
	text-align: center;
}

.widget li:first-child:before {
	content: none;
}

/* コンテンツボックス */
.contents_box .box h2 {
	text-align: right;
	padding: 10px;
	margin: 0;
	background-color: #ddd;
	color: #333;
	font-size: 110%;
}

.contents_box .box p {
	margin: 0;
	padding: 0;
}

.contents_box .box {
	background-color: #ddd;
}

.contents_box .box a {
	display: block;
	background-color: #ddd;
	width: 100%;
	padding: 0;
	color: #333;
}

.contents_box .box a:hover {
	text-decoration: none;
	opacity: .8;
}

.topics {
	margin-bottom: 40px;
}

.contents_box.bukken .box {
	background-color: #000;
}

.contents_box.bukken .box p {
	color: #aaa;
	padding: 10px;
	background-color: #000;
}

@media screen and (min-width: 768px) {
	.contents_box .box {
		width: 30%;
		margin: 1%;
		display: inline-block;
	}
	
	.contents_box.bukken {
		display: flex;
	}
	
	.contents_box .box img {
		width: 100%;
	}
	
	.contents_box.bukken .box .bukken_image {
		overflow: hidden;
		height: 300px;
		position: relative;
	}
	
	.contents_box.bukken .box .bukken_image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
	}
	
	.contents_box {
		display: inline-block;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.contents_box .box {
		width: 80%;
		margin: 1%;
		display: inline-block;
	}
	
	.contents_box.bukken .box {
		width: 100%;
		margin: 10px 0;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) and (min-width: 500px) {
	.site-title {
		margin-top: 10px;
		font-size: 18px;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.site-title {
		margin-top: 10px;
		font-size: 18px;
	/*text-align: center;*/
	}
}

@media screen and (max-width: 991px) and (min-width: 767px) {
	.content-wrapper {
		padding-top: 110px;
	}
}

/* 2カラム */
.col-half {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.col-half .content.center {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.col-half .content {
		width: 47%;
		margin: 1%;
		display: inline-block;
		vertical-align: top;
	}
	
	.col-half.flex {
		display: flex;
	}
	
	.col-half .content-block {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width: 767px) {
	.col-half .content {
		width: 100%;
		margin: 1%;
	}
	
	.col-half .content-block {
		width: 100%;
		min-height: 300px;
	}
	
	.col-half.flex {
		margin-bottom: 40px;
	}
	
	.col-half.back {
		padding: 10px;
	}
	
	.col-half.back .content {
		margin: 0;
	}
}

.col-half.back {
	background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/10/7a775ae5b2bf74bdfa4ceaf4e4ca4d7e_m.jpg");
	border-radius: 10px;
	color: #fff;
}

.col-half .content-block {
	background-color: #fff;
}

.col-half .content-block.center {
	padding-bottom: 10px;
}

.col-half .content-block .fk::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}

.col-half .content-block .fk {
	margin-top: 0;
	padding: 20px 5px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	color: #000;
	background: #000;
	font-size: 18px;
}

.col-half .content-block.image1 {
	background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/11/6bab6c3c61122352de0f70cc0d6e8098_m-1.jpg");
	background-size: cover;
}

.col-half .content-block.image2 {
	background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/11/flow2-1024x766.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

/* table */
table.th-nowrap th {
	white-space: nowrap;
}

table.even tr:nth-child(even) {
	background-color: #ccc;
}

table.even tr:nth-child(odd) {
	background-color: #fff;
}

table.even th {
	background-color: rgba(255,255,255,0);
}

table.even td {
	background-color: rgba(255,255,255,0);
	color: #000;
}

table th {
	background-color: #eee;
	font-weight: bold;
}

table td {
	background-color: #000;
	color: #000;
}

table th, table td {
	padding: 15px;
	line-height: 1.8;
}

/* list */
ul.list_none {
	list-style-type: none;
}

/* button */
div.menu {
	color: #000;
	font-weight: 700;
	font-size: 20px;
/*	background: #757575; */
	padding: 10px;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	a.menu_button {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	a.menu_button {
		display: block;
	}
}

a.menu_button {
	background-color: rgba(255,255,255,.6);
	border-radius: 4px;
	color: #000;
	box-shadow: 0 3px 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(255,255,255,.7);
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	margin: 10px;
	padding: 10px 20px;
}

a.menu_button:hover {
	background-color: rgba(255,255,255,.5);
	text-decoration: none;
	color: fff !important;
}

.contents_box .box a.button_gray {
	background-color: #4c4c4c;
	border-radius: 4px;
	color: #000;
	box-shadow: 0 3px 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(255,255,255,.7);
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
}

.contents_box .box a.button_gray:hover {
	opacity: .8;
	text-decoration: none;
	color: fff !important;
}

/* room */
.room {
	background-color: #555;
	border-radius: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.eyecatch-slider {
		display: block;
	/*margin: 30px auto;*/
	}
	
	.header-wrapper {
		margin-top: 0;
	}
	
	.cont-w960 {
		width: 950px;
		margin: 0 auto;
	}
}

.eyecatch-slider-mobile {
}

/* 物件詳細 */
.room_detail {
	margin: 10px auto;
	text-align: center;
}

/* contactボックス */
.box_contact {
	line-height: 0;
	display: block;
	width: 320px;
	height: 40px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	color: #000000;
	background: #E0E0E0;
	border-radius: 9px;
}

.box_contact a {
	color: inherit;
}

.box_contact p {
	margin: 0;
	padding: 10px;
}

/* 事業内容 */
.business-box {
	color: #000;
}

.business-box img {
	width: 100%;
}

.business-box .col-half .box {
	background: #FFF;
	color: #000;
}

.business-box .col-half .box h3 {
	font-size: 18px;
	background-color: #eee;
	padding: 10px 5px;
	margin: 0 0 10px;
	text-align: center;
}

.business-box .col-half .box p,
.business-box .col-half .box ul {
	padding: 10px 20px 20px;
}

.business-box .main-txt-list {
	color: #000000;
	list-style: disc;
	margin: 0 10% 20px;
	overflow: hidden;
}

.business-box .main-txt-list li {
	float: left;
	width: 50%;
	line-height: 1.8;
}

.business-box .main-txt-list li.etc {
	list-style: none;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.business-box .col-half {
		width: calc(100% + 10px);
		margin-left: -5px;
	}
	
	.business-box .col-half .box {
		display: inline-block;
		vertical-align: top;
	}
	
	.box-two .box {
		width: calc(50% - 10px);
		margin: 5px;
		flex-wrap: wrap;
	}
	
	.box-three .box {
		width: calc(33.333333% - 10px);
		margin: 5px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.business-box .main-txt-list {
		margin: 0;
	}
	
	.business-box .main-txt-list li {
		float: none;
		width: 100%;
	}
	
	.business-box .col-half .box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.header-widget {
		padding: 0;
	}
	
	.header-widget {
		display: block;
	}
	
	.header-widget .widget {
		padding: 0;
		border-bottom: 1px solid #eee;
	}
	
	.header-widget ul {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
	
	.header-widget ul li {
		width: auto;
		text-align: center;
		padding: 0 2%;
		line-height: 1;
	}
	
	.header-widget ul li a {
		font-size: 10px;
	}
	
	.eyecatch-slider {
	/*margin-top: 100px;*/
	}
	
	.eyecatch-slider {
		display: block !important;
		width: 100%;
	/*border: 10px solid #eee;*/
	}
	
	.main-navigation .menu li a {
		color: #fff;
	}
	
	.widget li:before {
		content: none;
	}
	
	.site-content {
		padding-bottom: 15px;
		margin-top: 50px;
	}
}

.page-id-2 h1.entry-title {
	color: #000;
	border-left: 6px solid #fff;
	padding: 5px 5px 5px 10px;
	border-bottom: none;
	box-shadow: none;
	display: none;
}

/*.page-id-2 .site-content {
	padding-bottom: 15px;
	display: none;
}*/
a {
	color: #fbfbfb;
	text-decoration: none;
}

a:hover, a:focus {
	color: #aaa;
	text-decoration: underline;
}

ul.bread_crumb li a {
	color: #666;
}

/*TOP*/
.page-id-2 .site-content {
/*background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2019/06/back_10.jpg");*/
	padding-bottom: 0;
	display: block;
}

@media screen and (min-width: 992px) {
	.cont-w960.top-main-conts {
		width: 900px;
	}
}

.top-main-conts h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.top-main-conts h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
}

.top-main-conts p {
	font-size: 17px;
	color: #000000;
}

@media screen and (max-width: 767px) {
	.top-main-conts {
		margin-top: -80px;
	}
	
	.top-main-conts p br {
		display: none;
	}
}

/*PRIVACY*/
.privacy-box {
	color: #FFF;
}

.privacy-box h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-bottom: 20px;
}

.privacy-box .inbox {
	margin-bottom: 30px;
}

/*FOOTER*/
.site-footer {
	background: url('https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2018/12/menu_footer_bg.gif');
	color: #fff;
	padding: 20px 0 0;
}

.site-footer a {
	color: #FFF;
}

.site-info {
	background: #000;
	padding: 12px 0;
	border-top: 0;
	max-width: 100%;
}

.footer-inbox {
	overflow: hidden;
	padding: 0 10px 10px;
}

.footer-left {
	float: left;
	width: 65%;
}

.footer-right {
	float: right;
	width: 30%;
	text-align: center;
}

.footer-r-telno {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.footer-r-telno span {
	font-size: 18px;
}

.footer-r-contact {
	margin: 10px 20px 0;
}

.footer-r-contact a {
	background: #eee;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 10px;
}

ul.foot-ul {
	margin: 20px auto 0;
	justify-content: left;
}

ul.foot-ul li {
	border: none;
	padding: 0 20px;
	text-align: left;
}

.site-footer .widget li:before {
	content: "＞";
	color: #999;
	font-size: 9px;
	margin-left: 18px;
	margin-top: 6px;
}

@media screen and (max-width: 991px) {
	.footer-left {
		width: 60%;
	}
	
	.footer-right {
		width: 40%;
	}
	
	ul.foot-ul li {
		border: none;
		padding: 0 20px;
		text-align: left;
		position: relative;
	}
	
	ul.foot-ul li:after {
		display: inline-block;
		content: "＞";
		color: #999;
		font-size: 9px;
		position: absolute;
		top: 6px;
		left: 4px;
	}
}

@media screen and (max-width: 767px) {
	.footer-widget {
		display: block;
	}
	
	.site-footer {
		padding: 0;
	}
	
	.page-id-2 .site-footer {
		color: #fff;
	}
	
	.page-id-2 .footer-widget {
		display: block;
	}
	
	.footer-inbox {
		padding: 10px;
	}
	
	.footer-left {
		float: none;
		width: 100%;
		font-size: 12px;
	}
	
	.footer-right {
		float: none;
		width: 100%;
	}
	
	ul.foot-ul {
		margin: 10px auto;
	}
	
	.footer-r-telno {
		font-size: 20px;
	}
	
	.footer-r-telno span {
		font-size: 11px;
	}
	
	.footer-r-contact {
		margin: 5px 10% 0;
	}
	
	.footer-r-contact a {
		font-size: 12px;
	}
}

/*business*/
.business-cyukai {
	color: #FFF;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 0;
}

.business-cyukai li {
	background: #333;
	display: table-cell;
	width: 14%;
	border: 2px solid #999;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.business-cyukai ｐ {
	background: #333;
	display: table-cell;
	width: 14%;
	border: 2px solid #999;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.business-cyukai dl {
	display: table-cell;
	width: 2%;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.business-merit {
	color: #000000;
	list-style: none;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}

.business-merit li {
	float: left;
	width: 48%;
	border: 1.1px solid #000000;
	margin: 5px 1%;
	padding: 10px 5px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.business-cyukai {
		display: block;
		table-layout: fixed;
		border-spacing: 0;
		position: relative;
	}
	
	.business-cyukai li {
		width: 100%;
		display: block;
		height: 70px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
	}
	
	.business-cyukai dl {
		width: 100%;
		display: block;
		height: 10px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
		transform: rotate（４５deg）;
	}
	
	.business-cyukai ｐ {
		transform: rotate(-45deg);
		width: 31%;
		display: block;
		height: 70px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
	}
	
	.business-cyukai li div {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	
	.business-cyukai dl div {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 0;
	}
	
	.business-cyukai dl div:before {
		font-size: 16px;
		content: "↓";
		transform: rotate(-20deg);
	}
	
	.business-cyukai li div p {
		transform: rotate(-45deg);
	}
}

@media and screen (max-width: 180px) {
	.business-cyukai {
		display: block;
		table-layout: fixed;
		border-spacing: 0;
		position: relative;
	}
	
	.business-cyukai li {
		width: 20%;
		display: block;
		height: 180px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
	}
	
	.business-cyukai dl {
		width: 100%;
		display: block;
		height: 10px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
		transform: rotate（４５deg）;
	}
	
	.business-cyukai ｐ {
		transform: rotate(-45deg);
		width: 31%;
		display: block;
		height: 70px;
		float: left;
		margin: 0 1% 10px;
		position: relative;
	}
	
	.business-cyukai li div {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	
	.business-cyukai dl div {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 0;
	}
	
	.business-cyukai dl div:before {
		font-size: 16px;
		content: "↓";
		transform: rotate(-20deg);
	}
	
	.business-cyukai li div p {
		transform: rotate(-45deg);
	}
}

.business-merit li {
	float: none;
	width: 100%;
	margin: 5px 0;
}	
}

@media screen and (max-width: 480px) {
	.eyecatch-slider {
		margin-top: 37px;
	}
	
	.metaslider .slides img {
		height: 200px;
		object-fit: cover;
	}
	
	.site-content {
		background-image: url("https://blublo.reposu.co.jp/fable/wp-content/uploads/sites/187/2019/06/bg6_480.jpg");
	}
	
	.entry-content {
		margin: 0;
	}
	
	.page-id-2 .site-content {
		padding-bottom: 15px;
		margin: 0;
	}
	
	.hentry {
		padding-bottom: 0;
		margin: 0;
	}
	
	.top-main-conts {
		margin-top: 0;
	}
	
	.top-main-conts h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.top-main-conts p {
		font-size: 12px;
	}
	
	table.even .bank br,table.even .trn br {
		display: none;
	}
}