@charset "utf-8";

/*
	Theme Name: 美伝ROne Excellent 改造用子テーマ
	Theme URI: http://www.b-ren.com/
	Template: bdenrone-excellent
	Description: コンプリートホームページ美伝ROneのベーステンプレート。
	Author: ビィコーポレーション有限会社
	Author URI: http://www.b-ren.com/
	Version: 1.0
*/

@import url("style_add.css");

/* header no */
body.blog .page-header-overlay.page-header-leftright,
body.single-post .page-header-overlay.page-header-leftright,
body.category .page-header-overlay.page-header-leftright {
	background-image: none !important;
}
body.blog .page-header-overlay.page-header-leftright .page-header,
body.single-post .page-header-overlay.page-header-leftright .page-header,
body.category .page-header-overlay.page-header-leftright .page-header {
	background-color: transparent !important;
}
body.blog .page-header-title h1,
body.category .page-header-title h1,
body.single-post .page-header-title h1{
	padding-top: 85px !important;
	margin-bottom: 50px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
}
body.blog .page-header-title h1 small,
body.single-post .page-header-title h1 small,
body.category .page-header-title h1 small {
	order: -1;
	margin-left: 0;
	font-size: 60px;
	color: #ddd;
	font-weight: 900;
}

.single-post .page-header{
padding-top: 85px !important;
padding-bottom: 0px !important;
margin-bottom: 75px !important;
}

.single-post .main-contents, .single-post .sidebar {
padding-top: 0px !important;
}

.single-post .page-header-title strong{
color: #aaa;
border-bottom: 1px #ddd solid;
} 

.single-post .pagetit_ {
border-bottom: none !important;
margin-top: 0px;
margin-bottom: 0px;
line-height: 84px;
}

body {
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: visible;
}
.fl02 {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl02r {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
a figure img,
figure a img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.related-entries {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}
.navbar {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.b_lock {
	display: inline-block;
	text-align: left;
}

a:hover figure.imgeffect-zoomin img, figure.imgeffect-zoomin:hover a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.btn, .wpcf7-submit, a, a img, button {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* form copy */

.page-slug-contact .wpcf7 textarea[name="textarea-187"] {
	height: 150px !important;
}
.form_box .submit2 {
	border: 1px #ff6600 solid !important;
	background-color: #ff6600 !important;
	width: 320px !important;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	height: 42px;
	margin: 0px auto;
	border-radius: 5px;
	text-align: center;
	transition: 0.6s;
	box-shadow: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
}
.form_box .submit2: hover {
	border: 1px #ff6600 solid;
	background: #fff !important;
	color: #ff6600;
	transition: 0.6s;
}

/* form copy end */

.bbfont{
font-family: "Noto Sans JP" !important;
font-weight: 900;
}

.shadow_w {
text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.main-contents, .sidebar {
    margin-top: 0px !important;
	padding-top: 80px; !important;
}

.home .main-contents, .home .sidebar {
    margin-top: 0px !important;
	padding-top: 0px !important;
}

/* ------ 追加明記 ------ */

.dashicons-admin-post::before {
	content: "\f08e" !important;
	font-family: fontawesome;
	color: rgba(255, 255, 255, 0.5);
}

/* -- 全体 --*/


/* side pの行間 */

.sidebar p {
	line-height: 1.5;
}
.alert-danger {
	display: none;
}
.navbar {
	z-index: 999;
}
.flex-direction-nav {
	display: none;
}

/* お知らせ border color */

ul.portfolio-list li {
	padding: 20px !important;
}

/* logo周辺調整 */

.navbar-header {
	padding: 5px 15px !important;
}

/* テキスト左右センター */

.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}

/* カスタムmap */

.google-map40 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}
.google-map40 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}

/* H1テキストサイズ調整 */

h1.sitecaption {
	font-size: 90%;
}

/* スマホトグル位置調整 */

.navbar-toggle {
	margin-top: 18px;
	margin-right: 0px;
}

/* backtop 調整 */

p.pagetop {
	bottom: 20%;
	right: 0px;
	font-size: 80%;
	width: 25.5px;
}
.pagetop .btn {
	padding: 10px 1px;
	text-align: center;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagetop .btn {
	background-color: rgba(0, 0, 0, .8)!important;
	border-color: rgba(29, 46, 135, 0) !important;
	-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
	transition: .3s;
}
.pagetop .btn:hover {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(0, 0, 0, .3) !important;
	border-color: rgba(29, 46, 135, 0) !important;
}

.pagetop i{
margin: 0 !important;
}

/* side 検索　*/

.search-2 .btn {
	height: 45px;
}

/* h1 bg color */

.navbar-normal .fusion-secondary-header {
	background-color: rgba(255, 255, 255, 1) !important;
	border-bottom-color: #fff !important;
	margin-top: 3px;
}

/*　ヘッダーメニュー調整 */

.fusion-secondary-header .widget_nav_menu ul {
	margin-top: 3px;
}
.fusion-secondary-header .widget_nav_menu ul li::before {
	content: '/';
	padding-left: 10px;
	padding-right: 10px;
}
.fusion-secondary-header .widget_nav_menu ul li {
	font-size: 90%;
}

/* Footer 背景色 */

.footer {
	background-color: rgba(0, 0, 0, 1) !important;
}

/* Footer コピーライト */

.footer small.copyright {
	color: #fff;
}
.footer small.copyright a {
	color: #fff;
}
.footer small.copyright a:hover {
	color: #ddd;
}

/* Footer ウィジェット UL*/

.footer .widget_nav_menu ul li a {
	border-bottom-color: rgba(255, 255, 255, .3);
}
footer ul li {
	line-height: 1;
}

/* Footer コメント */

.footer .come_box2 {
	margin: 2em 0;
	position: relative;
	padding: 1em 2em;
	border: solid 2px #fff;
	color: #fff;
	text-align: left;
}

/*　footer 文字・リンク色 */

.footer .ad_foot {
	color: #fff;
}
.footer .ad_foot a {
	color: #fff;
}

/* Footer 1カラム　改行調整 */

.footer .b_lock {
	display: inline-block;
	text-align: center !important;
}

/*　スマホ用改行調整 */

.b_lock {
	display: inline-block;
	text-align: left !important;
}

/* 下層ヘッダー画像　文字色と背景色 左右 */

.page-header {
	color: #fff !important;
	background-color: rgba(0, 0, 0, .3) !important;
	padding-top: 80px !important;
	padding-bottom: 80px;
}

/*　下層ヘッダー画像 センター　*/

.page-header-center .page-header {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ページヘッダーパンくずリスト色 */

.breadcrumb {
	color: rgba(255, 255, 255, 1) !important;
}
.breadcrumb.breadcrumb a,
.breadcrumb > li + li::before {
	color: rgba(255, 255, 255, .6) !important;
}
.breadcrumb a:hover {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}

/* スライダーのバックネクストボタン色 */

.flex-direction-nav a::before {
	color: rgba(255, 255, 255, 1) !important;
	background-color: #ff6600 !important;
}

/* ナビメニュー　ダウン 背景色 */
.navbar-nav > li > .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > .active > a {
	background-color: #fff !important;
	color: #000 !important
}
.dropdown-menu > .active > a:hover {
	background-color: #fff !important;
	color: #ffbf7f !important
}

/* ローダー */

.loader {
	color: rgba(0, 0, 0, .8) !important;
	font-size: 20px !important;
}
.loader,
.loader::before,
.loader::after {
/*	background: rgba(0, 0, 0, .3) !important; */
	font-size: 20px !important;
}
#loading_overlay {
/* 	background: #fff !important; */
}

/* table調整 */

.table > tbody > tr > th.active {
	border: 2px #fff solid;
	padding: 15px;
}
.table-bordered > tbody > tr > td {
	padding: 15px;
}
.table-bordered > tbody > tr > td > ul {
	padding-left: 15px;
}


/* 右カラムタイトル調整 */

.sidebar h3.title,
.widget {
	margin-top: 30px;
}

/* カレンダー調整 */

table.isp-business-calendar thead th {
	background-color: rgba(255, 255, 255, 1) !important;
	color: #333 !important;
}
table.isp-business-calendar .business {
	background-color: #fff;
	color: #333 !important;
}
table.isp-business-calendar .space {
	background-color: rgba(255, 255, 255, 1) !important;
	color: #333 !important;
}
footer .widget1 table.isp-business-calendar .all {
	background-color: #f39494 !important;
}
footer .widget2 table.isp-business-calendar .all {
	background-color: #6ad1ff !important;
}
footer .widget3 table.isp-business-calendar .all {
	background-color: #f8b551 !important;
}
p.holiday_all,
p.holiday_am,
p.holiday_pm {
	display: none;
}

/* カスタムtable r_01 */

table.r_01 {
	width: 100%;
}
.r_01 th {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 110%;
	vertical-align: top;
	background: #f4f4f4;
	width: 25%;
	box-sizing: border-box;
}
.r_01 td {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: none;
	font-size: 110%;
}

/* お知らせ時間表示BG 全体*/

article.list-vertical .attachment-media time {
background-color: #101010 !important;
transform: rotateZ(90deg);
bottom: auto;
right: auto;
top: 43px;
left: -44px;
font-size: 12px;
z-index: 5;
}

time i{
margin-right: 5px;
}

/* テキストアンダーライン */

.txt_c {
	background-image: linear-gradient(transparent 50%, #fff799 50%);
}

/* 画像角丸 */

.r_img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #eee 10px solid;
	overflow: hidden;
}

/* 画像円 */

.r_img2 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: #eee 10px solid;
	overflow: hidden;
}

/* お問い合わせ */


/* contact .page-slug-contact */

.page-slug-contact .textarea {
	margin-top: 0px;
	color: #666;
	padding: 10px;
	width: 100%;
	background-color: rgba(238, 238, 238, .6);
	/* border-radius: 5px; */
	/* CSS3草案 */
	/* -webkit-border-radius: 5px; */
	/* Safari,Google Chrome用 */
	/* -moz-border-radius: 5px; */
	/* Firefox用 */
	box-sizing: border-box;
}
.page-slug-contact input:focus,
.page-slug-contact textarea:focus,
.page-slug-contact select:focus {
	background-color: #eeeeee !important;
	transition: 0.6s !important;
}
.page-slug-contact .red {
	background: #e60012;
	padding: 3px 5px 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 80%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 600;
}
.page-slug-contact .glay {
	background: #aaa;
	padding: 3px 5px 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 80%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 600;
}
.page-slug-contact .wpcf7 textarea[name="textarea-186"] {
	height: 150px !important;
}

.wpcf7-response-output{
text-align: center !important;
color: #e60012;
font-weight: 600;
}

/* ボトムマージン */
.bt0 {
	margin-bottom: 0px !important;
}
.bt5 {
	margin-bottom: 5px !important;
}
.bt10 {
	margin-bottom: 10px !important;
}
.bt15 {
	margin-bottom: 15px !important;
}
.bt20 {
	margin-bottom: 20px!important;
}
.bt30 {
	margin-bottom: 30px!important;
}
.bt40 {
	margin-bottom: 40px!important;
}
.bt50 {
	margin-bottom: 50px!important;
}
.bt65 {
	margin-bottom: 65px !important;
}
.bt70 {
	margin-bottom: 70px!important;
}
.bt80 {
	margin-bottom: 80px!important;
}
.bt100 {
	margin-bottom: 100px!important;
}

/* トップマージン */

.tt20 {
	margin-top: 20px !important;
}
.tt30 {
	margin-top: 30px !important;
}
.tt50 {
	margin-top: 50px !important;
}

/* padding-top */

.pt35 {
	padding-top: 35px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt100{
	padding-top: 150px !important;	
}

@media screen and (min-width: 1200px) {
	/* コンテンツ幅調整 */
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
	nav .col-xs-12 {
		padding-left: 50px;
	}
	nav .col-md-6 {
		padding-right: 50px;
	}
	.page-slug-information .container {
		width: 1100px;
	}
}
@media screen and (max-width: 1199px) {}
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1024px) {
	.navbar-normal .navbar-toggle {
		border-color: transparent !important;
	}
	.navbar-toggle {
		padding: 0px !important;
	}
}
@media screen and (max-width: 991px) {
	.flexiblelayout-contents {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}
@media screen and (min-width: 769px) {
	.col-md-9 {
		padding-right: 50px;
	}
	nav .col-md-6 {
		position: relative;
	}
	.navbar .navbar-nav li a .link-menu .small,
	.navbar .navbar-nav li a .link-menu {
		text-align: center;
	}
	.page-slug-contact dl {
		overflow: hidden;
		margin-bottom: 5px;
		border-radius: 5px;
		border: 1px #ddd solid !important;
		padding: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
	}
	.page-slug-contact dl dt {
		width: 200px;
		float: left;
		text-align: right;
		font-weight: normal;
		margin-top: 12px;
	}
	.page-slug-contact dl dd {
		padding-left: 30px;
		margin-left: 230px;
		border-left: 1px #ddd solid;
	}
	/* sub menu */
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-nav > li.last > a {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	span.wpcf7-list-item.first {
		display: block;
		margin-top: 0px;
	}
	span.wpcf7-list-item {
		display: block;
		margin: 10px 0 0 0 !important;
	}
	.page-slug-contact .textarea {
		border-radius: 5px;
		border: 1px rgba(238, 238, 238, .6) solid !important;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
	}
	.topi .portfolio-list a {
		display: block !important;
	}
	.topi ul.portfolio-list li span.category a {
		margin-bottom: 10px;
		display: inline-block !important;
	}
}
@media screen and (min-width: 481px) {}
@media screen and (max-width: 480px) {}

/* cust form */

.wpcf7 .form_rap {
	overflow: hidden;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	transition: 0.3s;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	background-color: rgba(0, 0, 0, .1);
	outline: none;
}
.wpcf7 .wpcf7-quiz-label {
	margin-bottom: 8px;
	display: inline-block;
}
.wpcf7 select::-ms-expand {
	display: none;
}
.wpcf7 select {
	min-height: 50px;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px !important;
}

.wpcf7 .yaji {
	position: relative;
	display: block;
}

.wpcf7 .yaji::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 50%;
    margin-top: -12.6px;
	pointer-events: none;
	color: #ccc;
}
.wpcf7 .form_rap dl dt {
	font-weight: normal;
	margin-bottom: 5px;
}
.wpcf7 .textarea {
	padding: 25px 15px;
	width: 100%;
	border: 1px #ddd solid;
	box-sizing: border-box;
	min-height: 50px;
	height: 100%;
}
.form_rap .in_listrap {
	overflow: hidden;
	list-style: none;
}
.form_rap .in_listrap li {
	width: 50%;
	float: left;
}
.wpcf7 .s_textarea {
	padding: 10px 15px;
	width: 120px;
	border: 1px #ddd solid;
	box-sizing: border-box;
}
dd .dy {
	display: inline-block;
	margin-right: 5px;
}
dd .dm,
dd .dd {
	display: inline-block;
	margin: 0 5px;
}
.wpcf7 dl dt .fred {
	background-color: #cf0000;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wpcf7 dl dt .fglay {
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wpcf7 textarea[name="textarea-7"] {
	height: 122px !important;
}
.wpcf7 textarea[name="textarea-8"] {
	height: 128px !important;
}
.wpcf7 textarea[name="textarea-9"] {
	height: 250px !important;
}
.wpcf7 textarea[name="textarea-10"] {
	height: 204px !important;
}
.wpcf7-quiz-label {
	line-height: 21px;
	color: #cf0000;
}
.cu_hei {
	line-height: 21px;
}
.btdl dd label {
	width: 100%;
}
.wpcf7 .submit {
	border: 1px #f0c250 solid !important;
	background-color: #f0c250 !important;
	width: 260px !important;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	transition: .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 46px;
	box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 10px -7px;
}
.wpcf7 .submit:hover,
.wpcf7 .submit:focus{
	background: #fff !important;
	color: #f0c250 !important;
	border-color: #f0c250 !important;
	box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}
div.wpcf7-validation-errors {
	color: #ff0000;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	margin-right: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #398f14;
	color: #fff;
}
.ajax-loader {
	display: block !important;
}
::placeholder {
	color: #999;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	margin-top: 5px;
	color: #e60012;
	background-color: rgba(0,0,0,0);
}
div.wpcf7-validation-errors {
	border: none !important;
}
.wpcf7-not-valid {
	border-color: #e60012 !important;
	border-width: 1px !important;
	background-color: rgba(238, 238, 238, .6) !important;
	color: #e60012;
	font-weight: bold;
}
.wpcf7-form-control:focus,
.form-control:focus {
	border-color: #ff6600 !important;
}
div.wpcf7-response-output {
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.nform_rap table tr:last-child td{
margin-bottom: 0px;
	
}
.mt30 {
	margin-top: 30px;
}
.wpcf7 input[type="checkbox"] {
	position: relative;
	top: 3px;
}
.wpcf7 input.doui[type=checkbox] {
	position: relative;
	top: 0px !important;
}
.bt_doui label {
	padding: 6px 12px;
}
.acc_deco {
	padding: 40px;
	border: 1px #ddd solid;
}
.overlay-01 {
	background-image: none;
}
.cont30 {
	width: 30%;
	position: relative;
}
.cont48 {
	width: 48%;
	position: relative;
}
.cont65 {
	width: 65%;
}
.en360 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 900;
	color: #d91718;
}
.shadow {
	box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}
.bt_sbox {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.bt_sdf {
	text-decoration: none;
	padding: 5px 50px;
	position: relative;
	transition: 0.6s;
	display: inline-block;
	border: 1px #d91718 solid;
}
.bt_sdf::after {
	content: "";
	width: 17px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 10px;
	background-color: #d91718;
	margin-top: -1px;
	transition: all .4s;
}
.bt_sdf::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	transition: all .4s;
	width: 8px;
	height: 1px;
	background-color: #d91718;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.bt_sdf:hover {
	text-decoration: none !important;
	opacity: .3;
}
.bt_sdf:hover::after {
	transform: translateX(20px);
	background-color: #d91718;
}
.bt_sdf:hover::before {
	transform: translateX(20px);
	background-color: #d91718;
}
.s_tit {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px !important;
}
.s_tit .en_name {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.s_tit.txt_left .en_name{
display: inline-block;
margin-top: 0px;
margin-left: 10px;
}

.mar5{
	display: inline-block;
	margin-right: 5px;
}
.mar10{
	display: inline-block;
	margin-right: 10px;
}
.mal5{
	display: inline-block;
	margin-left: 5px;
}
.mar20{
	display: inline-block;
	margin-right: 20px;
}
.mal10{
	display: inline-block;
	margin-left: 10px;
}
.pd4050{
	padding: 40px 50px;
}

.navbar-fixed-top.navbar-normal{
	border-bottom: none;
}

.nform_rap table{
	width: 100%;
}

.nform_rap table tr{

}

.nform_rap table tr:last-child{
}


.nform_rap table tr th{
width: 100%;
display: block;
margin-bottom: 5px;
}

.nform_rap table tr td{
width: 100%;
display: block;
margin-bottom: 20px;
}

.n_red{
color: #e60012;
font-weight: 900;
display: inline-block;
margin: 5px 0 0 5px;
}

.n_red2{
color: #e60012;
font-weight: 900;
display: inline-block;
margin: 5px 5px 0 5px;
}

@media screen and (min-width: 769px) {
	ul.nav.navbar-nav{
	margin-top: 5px;
	}
	.navbar-nav>li>a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    }
	.in_cc {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.ca_tit{
		margin-top: 0 !important;
	    font-size: 22px;
	}
	.mainvisual-fullscreen-inner{
		margin-top: 0 !important;
	}
.pd4050{
	padding: 20px;
}
.ul.portfolio-list li time{
display: block;
margin-bottom: 7px;
}
	.cont30 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cont48 {
	width: 100%;
	margin-bottom: 20px;
}
	.cont30:last-child,
	.cont48:last-child{
		margin-bottom: 0px;
	}
	
	.cont65 {
		width: 100%;
	}
	.pc {
		display: none;
	}
}
.freearea-postsbottom {
	background-color: rgba(255, 255, 255, 0) !important;
	padding: 20px 0 0;
	border-color: rgba(255, 255, 255, 0) !important;
}
.mainvisual-fullscreen-contents > .main-contents > :first-child,
.mainvisual-fullscreen-contents > .sidebar > :first-child {
	margin-top: 80px;
}

.home .main-contents, .home .sidebar {
    margin-top: 0px !important;
}

.ast{
position: relative;
padding-left: 18px;
font-size: 12px;
line-height: 1.3;
display: block;
}

.ast::before{
content: "※";
position: absolute;
top: 0px;
left: 0px;
}


/* Fixed*/

.fix_right {
	z-index: 9999;
	text-align: center;
	display: none;
}
.fix_right p {
	background-color: rgba(0, 0, 0, .8);
	padding-top: 30px;
	color: #fff;
	font-size: 12px;
	position: relative;
}
.fix_right p.icon_tel::after {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
}
.fix_right p.icon_mail::after {
	content: "\f0e0";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	transition: 0.6s;
}
.fix_right p.icon_mail:hover::after {
	opacity: .6;
}
.fix_right p.icon_line::after {
	content: "\f5bd";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 20px;
}
.fix_right a.bt_link {
	color:#fff;
   text-decoration: none;
}
.fix_right a.bt_link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.grecaptcha-badge { visibility: hidden; }
@media screen and (min-width: 768px) {
	.fix_right {
		width: 50px;
		position: fixed;
		top: 50%;
		right: 0px;
		margin-top: -50px;
	}
	.tel_box {
		width: 300px;
		background-color: rgba(29, 46, 135, 1);
		right: 0;
		position: relative;
		display: flex;
		transition: right 0.5s ease-in-out;
		margin-bottom: 1px;
	}
	.tel_box:hover {
		right: 250px;
		background-color: rgba(29, 46, 135, 1);
	}
	.fix_right .tel_box p {
		background-color: transparent;
	}
	.fix_right .tel_box > p:first-child {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		font-size: 12px;
	}
	.fix_right .tel_box > p:last-child {
		align-self: center;
		padding-top: 0;
		white-space: nowrap;
		width: 250px;
		font-size: 22px;
		font-weight: 100;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	.bt_link:hover {
		opacity: 1;
		color: #fff;
	}
	.fix_right p {
		width: 50px;
		height: auto;
		color: #fff;
		font-size: 12px;
		margin-bottom: 1px !important;
	}
	.fix_bottom {
		position: fixed;
		bottom: 8px;
		right: 5px;
		z-index: 999;
	}
	.bt_bottom {
		display: inline-block;
		border: 1px #ff6600 solid;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
		padding: 10px 10px 10px 60px;
		color: #ff6600;
	}
	.bt_bottom:hover {
		text-decoration: none;
		color: #ff6600 !important;
		opacity: .6;
	}
	.bt_bottom::before {
		content: "\f54f";
		font-family: "FontAwesome";
		position: absolute;
		left: 17px;
		top: 3px;
		color: #ff6600;
		font-size: 150%;
	}
}
@media screen and (max-width: 767px) {
	.tel_box a,
	.line_box a,
	.mail_box a {
		padding-bottom: 10px;
		display: block;
	}
	.fix_right p {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.fix_right p.icon_tel::after,
	.fix_right p.icon_line::after,
	.fix_right p.icon_mail::after {
		top: 5px;
		font-size: 24px;
	}
	.fix_right p.icon_mail::after {
		margin-left: -13px;
	}
	.fix_right {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.fix_right {
		display: flex;
	}
	.fix_right > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.fix_right > *:not(:first-child) {
		margin-left: 1px;
	}
	.fix_right .tel_box > p:last-child {
		display: none;
	}
}

/* img ani */
.view{
    max-width: 768px;
	width: 100%;
    position: relative;
    overflow: hidden;
}
.view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transform: translateY(-100%);
    transition: all 1.2s cubic-bezier(0,.49,.38,.99) 1.2s;
}
.view img{
    vertical-align: middle;
    transform: translateY(-100%);
}
.view.js-on::after{
    animation: viewinMask 1.2s cubic-bezier(0,.49,.38,.99) forwards;
}
.view.js-on img{
    animation: viewinImg 1.2s cubic-bezier(0,.49,.38,.99) forwards;
}
@keyframes viewinMask{
    0%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(100%);
    }
}
@keyframes viewinImg{
    0%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(0%);
    }
}

/* under_line ani */
.untxt_line {
  position: relative;
  padding-bottom: 4px;
}
.untxt_line::before {
  background: #CE2029;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.untxt_line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* header g */
.navbar-normal {
background-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
/*　background: linear-gradient(to bottom, rgba(255,255,255,.7), rgba(255,255,255,.3));
background: -webkit-linear-gradient(top, rgba(255,255,255,.7), rgba(255,255,255,.3));
background: -moz-linear-gradient(top, rgba(255,255,255,.7), rgba(255,255,255,.3));　*/
background: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.3));
background: -webkit-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,.3));
background: -moz-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,.3));
}
/* map glay */
.glay_m{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* map glay end */

/* cust */

.pagetit_{
	font-size: 60px;
    color: #000;
    font-weight: 900;
	border-bottom: 1px #ddd solid;
	position: relative;
}

.blog .pagetit_{
	font-size: 60px;
    color: #000;
    font-weight: 900;
	border-bottom: none;
	position: relative;
}

.ti-widget.ti-goog .ti-footer .ti-name{
	font-size: 14px !important;
}
.fix_bottom{
display: none;
}

article .post-content .post-category a {
display: none;
}

article.list-vertical .post-content .entry-title {
/* margin-top: 25px;
margin-bottom: 15px !important; */
}

article .post-content .entry-content{
margin-top: 0px !important;
}

.readmore{
text-align: right;
}

.right_bt_df{
position: relative;
padding-right: 20px;
transition: .3s;
display: inline-block;
}

.right_bt_df:hover,
.right_bt_df:focus,
.right_bt_df:active{
text-decoration: none !important;
}

.right_bt_df::after{
content: "\f054";
font-family: "Font Awesome 5 Free";
position: absolute;
font-weight: 900;
right: 0px;
top: 0px;
}

.home .footer,
.page-slug-business .footer{
    margin-top: 0pt;
}

.w900{
margin-right: auto;
margin-left: auto;
max-width: 900px;
width: 100%;
}

.f16{
font-size: 16px;
}

.line_h{
line-height: 25.2px;
}

.bt_df_w{
display: inline-block;
width: 260px;
box-sizing: border-box;
padding: 10px;
background-color: rgba(29, 46, 135, 0);
border: 1px rgba(255, 255, 255, 1) solid;
color: #fff;
transition: .3s;
text-decoration: none !important;
text-align: center;
}

.bt_df_w:hover{
color: #fff;
background-color: rgba(0,0,0,.8);
border: 1px rgba(0,0,0,.8) solid;
}

.no_list{
padding-left: 17px;
}

.fbol{
font-weight: bold;
}

.abo_rap table{
width: 100%;
}

.abo_rap table tbody tr:first-child{
border-top: 1px #ddd dotted;
}

.abo_rap table tbody tr{
border-bottom: 1px #ddd  dotted;
}

.abo_rap table tbody tr th{
width: 20%;
}

.abo_rap table tbody tr th,
.abo_rap table tbody tr td{
padding: 40px 10px;
}

.page-slug-business .s_tit,
.page-slug-aboutus .s_tit{
text-align: left !important;
}

.upname{
	position: relative;
}

.related-entries h3{
font-weight: 900;
color: #aaa;
}

.blog h2{
margin-top: 0px !important;
margin-bottom: 0px !important;
line-height: 84px;
}


.blog .main-contents{
    margin-top: 0px !important;
    padding-top: 25px;
}

.category .main-contents,
.category .sidebar {
    margin-top: 0px !important;
    padding-top: 25px;
}

.pager li > a{
    background-color: #000 !important;
    transition: 0.3s;
    border-color: #000 !important;
    border-radius: 3px !important;
}

.pager li > a:hover{
    background-color: #fff !important;
    border-radius: 3px !important;
	color: #000 !important;
}

li.previous a{
padding-left: 30px;
position: relative;
}

li.next a{
padding-right: 30px;
position: relative;
}

li.previous a i{
position: absolute;
left: 5px;
}

li.next a i{
position: absolute;
right: 5px;
}

.pager {
    margin: 30px auto 60px;
}

.single-post article.main-contents header.entry-header{
background-color: #eee;
padding: 10px 20px;
margin-bottom: 0px;
}

.single-post article.main-contents header.entry-header h1.entry-title {
margin: 0 auto 0;
}

.single-post article.main-contents header.entry-header .categorybox{
margin-bottom: 0;
text-align: right;
}

.single-post article.main-contents section .entry-content,
.single-post article.main-contents section.entry-content{
background-color: rgba(238, 238, 238, 0);
padding: 20px 30px;
border: 1px #eee solid;
}

.single-cpt_active .page-header {
  padding-bottom: 85px !important;
  margin-bottom: 0px !important;
}

.single-cpt_active header.entry-header {
    margin-bottom: 30px;
}

.single-cpt_active .pager {
    margin: 50px auto 60px;
}

.active_top_come{
background-color: rgba(238, 238, 238, .6);
position: relative;
}

.up_box{
position: relative;
z-index: 3;
}

.page-slug-aboutus td a{
color: #fff;
transition: .3s;
}

.page-slug-aboutus td a:hover{
opacity: .6;
}

	.navbar-normal .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.top_about_rap .s_tit{
font-size: 20px;
font-weight: 600;
padding: 5px 0 5px 13px;
border-left: 3px #000 solid;
position: relative;
z-index: 6;
}

.top_about_rap .s_tit::before{
position: absolute;
top: -80px;
font-size: 90px;
color: rgba(238, 238, 238, .7);
font-weight: 600;
z-index: 5;
}

.top_about_rap .s_tit.n01::before{
right: 0px;
content: "No.01";
}

.top_about_rap .s_tit.n03::before{
right: 0px;
content: "No.03";
}

.top_about_rap .s_tit.n05::before{
right: 0px;
content: "No.05";	
}

.top_about_rap .s_tit.n07::before{
right: 0px;
content: "No.07";	
}

.top_about_rap .s_tit.n09::before{
right: 0px;
content: "No.09";	
}

.top_about_rap .s_tit.n02::before{
right: 0px;
content: "No.02";
}

.top_about_rap .s_tit.n04::before{
right: 0px;
content: "No.04";
}

.top_about_rap .s_tit.n06::before{
right: 0px;
content: "No.06";
}

.top_about_rap .s_tit.n08::before{
right: 0px;
content: "No.08";
}

.top_about_rap .s_tit.n10::before{
right: 0px;
content: "No.10";
}

.bgg_gyoshu{
	font-size: 12px;
	background-color: #eee;
	font-weight: 600;
	padding: 5px 10px;
}

.tab_rap table{
width: 100%;
}

.tab_rap table tr{
border-top: 1px #ccc dotted;
border-bottom: 1px #ccc dotted;
}

.tab_rap table tr th{
padding: 30px 5px 30px 0;
width: 20%;
}

.tab_rap table tr td{
padding: 30px 5px 30px 20px;
}

.bt_box .bt_df{
display: inline-block;
border: 1px #000 solid;
background-color: #000;
padding: 8px 10px;
box-sizing: border-box;
width: 260px;
transition: .3s;
color: #fff;
}

.bt_box .bt_df:hover,
.bt_box .bt_df:focus{
display: inline-block;
border: 1px #000 solid;
background-color: #fff;
padding: 8px 10px;
box-sizing: border-box;
width: 260px;
transition: .3s;
color: #000;
text-decoration: none;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}

.ca_tit, .ca_come{
text-shadow: 2px 2px 6px rgba(0,0,0,.7);
}

.cookie-agree{
background-color: #CE2029;
}

.sec .bt20.f16{
font-weight: 600;
}

.page-slug-recruit .wpcf7-acceptance .wpcf7-list-item input::after,
.page-slug-contact .wpcf7-acceptance .wpcf7-list-item input::after{
top: -4px;
}

.page-slug-recruit .wpcf7-acceptance .wpcf7-list-item input::before,
.page-slug-contact .wpcf7-acceptance .wpcf7-list-item input::before{
    top: 2px;
}

.checkbox>label>input:before,
.wpcf7-acceptance .wpcf7-list-item input:before,
.wpcf7-checkbox .wpcf7-list-item input:before {
border-color: #e60012 !important;
}
.radio>label>input:checked:after,
.checkbox>label>input:checked:after,
.wpcf7-radio .wpcf7-list-item input:checked:after,
.wpcf7-acceptance .wpcf7-list-item input:checked:after,
.wpcf7-checkbox .wpcf7-list-item input:checked:after {
border-color: #e60012 !important;
}

.wen{
font-weight: normal;
}

.btn-default {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
	transition: .3s !important;
}

.btn-default:hover{
    color: #fff;
    background-color: #666 !important;
    border-color: #666 !important;
}

.overlay {
    background-color: rgba(0, 0, 0, .3);
}

.wpcf7-acceptance .wpcf7-list-item input::after{
	border-color: #ddd !important;
}

@media screen and (min-width: 768px) {
.active_top_come::after{
content: "CREATE BODY";
font-weight: 600;
color: #fff;
position: absolute;
bottom: -50px;
right: -10px;
font-size: 80px;
}
	
.blog .page-header,
.category .page-header{
padding-top: 0px !important;
padding-bottom: 0px;
}
.jp_name{
position: absolute;
display: inline-block;
right: 0px;
top: 50%;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-top: -9.8px;
}
.jp_name2{
position: absolute;
display: inline-block;
right: 0px;
top: 50%;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-top: -9.8px;
}
.ca_rap{
margin: 0 100px;
}

	.upname::before{
	content: "ACCESS MAP";
	position: absolute;
	font-size: 60px;
	color: rgba(0, 0, 0, .2);
	top: -60px;
    right: 10px;
	z-index: 5;
	font-weight: 900;
}
.single {
overflow: visible !important;
}

aside.sidebar{
position: sticky !important;
top: 100px !important;
}

.navbar-normal .navbar-nav>li>a{
color: #fff !important;
transition: .6s;
}
.navbar-normal .navbar-nav>li.active>a,
.navbar-normal .navbar-nav>li>a:hover{
color: #fff !important;
font-weight: 900;
}
	.f22{
	font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
.jp_name2{
position: static;
display: block;
right: auto;
top: auto;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-top: 0px;
margin-bottom: 5px;
}
	.f22{
	font-size: 18px;
	}
	.ca_rap{
margin-top: -50px;
	}	
.loader>img {
    width: 50% !important;
}
	
.blog .main-contents {
    padding-top: 0px;
}	
	
.blog .page-header {
    padding-top: 50px !important;
    padding-bottom: 0px;
}	
	
.flexible-section-caption{
 padding-top: 0px;
 padding-bottom: 0px;
}	
	
.pt65 {
    padding-top: 30px !important;
}	
	
body.blog .page-header-title h1{
padding-top: 0px !important;
margin-bottom: 50px !important;
justify-content: flex-start;	
}
	
body.blog .page-header-title h1 small{
margin-right: 10px;
}
	
.blog .pagetit_,
 .pagetit_{
font-size: 30px;
}
	
.blog .pagetit_{
line-height: 42px;
}
	
.abo_rap table tbody tr th{
    padding: 20px 10px 0 0;
	width: 100%;
	display: block;
}
.abo_rap table tbody tr td {
    padding: 10px 10px 20px 10px;
		width: 100%;
	display: block;
}
.navbar-nav{
background-color: #fff;	
}
	
.nav>li>a span.link-menu {
padding: 15px;
}	
.navbar-normal .navbar-toggle:hover, .navbar-normal .navbar-toggle:focus, .navbar-normal .navbar-toggle:active {
 background-color: rgba(0,0,0,0) !important;
}	
.jp_name{
display: inline-block;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-left: 10px;
}
	.page_tit_rap.pt65.bt40{
	margin-bottom: 10px !important;	
	}
	.f16.txt_center.bt50.fbol{
	margin-bottom: 10px !important;
	}
.pagetit_{
	font-size: 30px;
 }	
	
.navbar-transparent.navbar-pageheader-image .navbar-toggle, .navbar-transparent.navbar-fullscreen .navbar-toggle {
background-color: rgba(255,255,255,0) !important;
border: none !important;
}
	.ca_rap{
margin: 0 20px;
}
	.footer{
		padding-bottom: 72.59px;
	}
		.bt_contact_ .fl02 .cont48{
		text-align: center;
	}
	.contact_bt img{
		width: 60%;
	}
	.txt_center_sp{
		text-align: center;
	}
	.top_about_rap .s_tit::before{
position: absolute;
top: -80px;
font-size: 70px;
}
.tab_rap table tr th{
padding: 30px 5px 5px 0;
width: 100%;
display: block;
}

.tab_rap table tr td{
padding: 5px 5px 30px 20px;
width: 100%;
display: block;
}
.ca_rap{
margin: -50px 20px 0px !important;
}
}