<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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");
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.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;
}

.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;
}

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

.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;
}

/* logo周辺調整 */

.navbar-header {
	padding: 5px 15px 5px !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%;
}
.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%;
}

.bg___c{
  -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-right: 0px;
}

/* backtop 調整 */

p.pagetop {
	bottom: 80px;
	right: 5px;
}
.pagetop .btn {
	padding: 10px 15px;
	text-align: right;
}
.pagetop .btn {
	background-color: #010101 !important;
	border-color: #010101 !important;
	opacity: .6;
	transition: .3s;
}
.pagetop .btn:hover,
.pagetop .btn:focus{
	color: #fff;
	background-color: #010101!important;
   opacity: 1;
}

/* 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: #010101 !important;
	color: #fff !important;
}

/* Footer コピーライト */

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

/* 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 &gt; 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 &gt; li &gt; .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu &gt; .active &gt; a {
	background-color: #fff !important;
	color: #000 !important
}
.dropdown-menu &gt; .active &gt; 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 &gt; tbody &gt; tr &gt; th.active {
	border: 2px #fff solid;
	padding: 15px;
}
.table-bordered &gt; tbody &gt; tr &gt; td {
	padding: 15px;
}
.table-bordered &gt; tbody &gt; tr &gt; td &gt; ul {
	padding-left: 15px;
}

/*　ベージャーbg */

.pager li &gt; a {
	background-color: #000 !important;
	transition: 0.3s;
	border-color: #000 !important;
	border-radius: 3px !important;
}
.pager li &gt; a:hover {
	background-color: #fff !important;
	border: #000 1px solid;
	color: #000 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ページャーカテゴリー */

.pagination &gt; li &gt; a {
	color: #fff !important;
	background-color: #6f78f2 !important;
	transition: 0.6s;
}
.pagination &gt; li &gt; a:hover {
	color: #fff !important;
	background-color: #969cf2 !important;
	transition: 0.6s;
}

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

.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%;
}

/* icon 調整　全体　*/

.fa {

}

/* カテゴリー名表示BG 全体*/

article.list-vertical .attachment-media time {
}

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

.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 */
.textarea {
	background-color: rgba(238, 238, 238, .5) !important;
	font-weight: 400;
	margin-top: 0px;
	color: #666;
	padding: 20px 10px;
	width: 100%;
	/* border-radius: 5px; */
	border: none !important;
	/* CSS3草案 */
	/* -webkit-border-radius: 5px; */
	/* Safari,Google Chrome用 */
	/* -moz-border-radius: 5px; */
	/* Firefox用 */
	box-sizing: border-box;
	transition: 0.3s !important;
}
input:focus,
textarea:focus,
select:focus {
background-color: rgba(238, 238, 238, 1) !important;
}
.red {
	margin-left: 5px;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
}
.glay {
	margin-left: 5px;
	color: #999;
	font-size: 80%;
	font-weight: 600;
}

textarea[name="textarea-186"]{
	height: 150px !important;
}

textarea[name="textarea-1862"]{
	height: 150px !important;
}

.submit2{
border: 1px #00a0e9 solid !important;
    background-color: #00a0e9 !important;
    width: 260px !important;
    font-weight: 400;
    font-size: 16px;
	padding: 10px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 46px;
	display: inline-block;
}

.submit2:hover,
.submit2:focus{
background: #fff !important;
color: #00a0e9 !important;
border-color: #00a0e9 !important;
text-decoration: none !important;
}

/* ボトムマージン */
.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;
}

.bt80 {
	margin-bottom: 80px!important;
}
.bt100 {
	margin-bottom: 100px!important;
}

/* トップマージン */

.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.mt100{
	margin-top: 100px !important;
}


/* padding-top */

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

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

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

.pt80 {
	padding-top: 80px !important;
}

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

.pb75{
	padding-bottom: 75px !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;
	}
	.container {
		width: 1200px;
	}
}
@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;
	}
	/* sub menu */
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-nav &gt; li.last &gt; a {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.cont26 .bt_sea{
		margin-top: 10px;
	}
	span.wpcf7-list-item.first {
		display: block;
		margin-top: 0px;
	}
	span.wpcf7-list-item {
		display: block;
		margin: 10px 0 0 0 !important;
	}
.textarea {
		margin-top: 10px;
		border-radius: 5px;
		border: 1px #ddd solid !important;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
	}
	.textarea2{
		margin-top: 10px;
	}
	.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) {}

.wpcf7 .wpcf7-quiz-label {
	margin-bottom: 8px;
	display: inline-block;
}
.wpcf7 select::-ms-expand {
	display: none;
}
.wpcf7 select {
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px !important;
}

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

.wpcf7 .yaji::after,
.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;
}

div.wpcf7-response-output{
margin-top: 0 !important;
text-align: center;
color: #ff6600;
}

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;
}
div.wpcf7-validation-errors {
	border: none !important;
}
.wpcf7-not-valid {
	border: none !important;
	border-width: 3px !important;
	background-color: rgba(238, 238, 238, .5) !important;
	color: #cf0000;
	font-weight: bold;
}

.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;
}
.cont32 {
	width: 32%;
	position: relative;
	margin-bottom: 30px;
}
.cont48,
.cont48x{
	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;
}
.home .s_tit {
	font-size: 28px;
	margin-bottom: 25px !important;
	padding-top: 0px !important; 
}
.home .s_tit .en_name {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.s_tit {
	font-size: 28px;
	margin-bottom: 25px !important;
}
.s_tit .en_name {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.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-nav {
 margin: 10px 0;
 }

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

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

@media screen and (min-width: 769px) {
.main-contents .wmax [class*='col-xs-']{
padding: 15px 0 15px !important;
}
	
.navbar-normal {
   /*  background-color: rgba(0,0,0,0) !important; */
    border: none !important;
}	
	
.navbar-normal{
    color: #000000;
   /* background-color: rgba(0,0,0,0) !important; */
    border-bottom: none !important;
	/* background: linear-gradient(rgba(0,0,0,0),rgba(255,255,255,.8)); */
	/* background: linear-gradient(rgba(255,255,255,.8),rgba(0,0,0,0)); */
}
	
/*.page-slug-cube .navbar-normal{
    color: #000000;
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: none !important;
	background: linear-gradient(rgba(188, 188, 188, 0),rgba(188, 188, 188,0));
} */	
	
	.main_img_r{
max-height: 500px;
overflow: hidden;
}
	
	.pd_right60{
padding-right: 60px;
}
	.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) {
.wpcf7 .yaji::after {
    margin-top: -7.6px;
}
.ca_rap{
	text-align :center;
}	
	
.pd4050{
	padding: 20px;
}
.ul.portfolio-list li time{
display: block;
margin-bottom: 7px;
}
.cont32 {
	width: 100%;
}	
	.bt_pm_rap .cont30 {
		width: 30%;
		margin-bottom: 20px;
	}
	.cont30 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cont48 {
	width: 100%;
	margin-bottom: 20px;
}
	.cont48x {
	width: 100%;
	margin-bottom: 5px;
}
	.cont30:last-child,
	.cont48:last-child,
	.cont48x:last-child{
		margin-bottom: 0px;
	}
	
	.bt_pm_rap .cont30: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 &gt; .main-contents &gt; :first-child,
.mainvisual-fullscreen-contents &gt; .sidebar &gt; :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;
}

.min{
font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif !important;
}

.privacy ol{
padding-left: 18px;
}

.privacy ol li ul{
padding-left: 18px;
}

.privacy ol li{
margin-bottom: 30px;
}

.privacy ol li ul li{
margin-bottom: 10px;
}

.privacy ol li:last-child{
margin-bottom: 0px;
}

.privacy .cp_name{
display: inline-block;
margin-right: 10px;
}

.spc{
	letter-spacing: 8px;
}

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

a figure img, figure a img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Fixed*/

.fix_right {
	z-index: 99998;
	text-align: center;
}
.fix_right2 {
	z-index: 99999;
	text-align: center;
}
.fix_right p {
	background-color: rgba(0, 0, 0, .6);
	padding-top: 30px;
	color: #fff;
	font-size: 12px;
	position: relative;
}
.fix_right2 p {
	background-color: #00a0e9;
	padding-top: 30px;
	color: #fff !important;
	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: "\f8ff";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -15.14px;
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 20px;
}
.fix_right2 p.icon_line::after {
	content: "\f8ff";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -15.14px;
	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;
}
.fix_right2 a.bt_link {
	color:#fff;
   text-decoration: none;
}
.fix_right2 a.bt_link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
}

.page-slug-order-detail .regi_ra_p2 table td .r_bt_df{
width: auto;
} 

@media screen and (min-width: 768px) {
	.swal2-html-container .regi_ra_p2 th:first-child{
width: 7% !important;
}
	
.swal2-html-container .regi_ra_p2 th:nth-child(2){
width: 18% !important;
}
	
.swal2-html-container .regi_ra_p2 th:nth-child(3){
width: auto !important;
}

	
.page-slug-order-detail .regi_ra_p2 th:first-child{
width: 5% !important;
}

.page-slug-order-detail .regi_ra_p2 th:nth-child(2){
width: 14% !important;
}
	
.page-slug-order-detail .regi_ra_p2 th:nth-child(3){
width: 10% !important;
}
	
.page-slug-order-detail .regi_ra_p2 th:nth-child(4){
width: auto !important;
}
	
.page-slug-order-detail .regi_ra_p2 th:nth-child(5){
width: 7% !important;
}
	
.page-slug-order-detail .regi_ra_p2 table td:nth-of-type(4) {
    padding: 10px 5px;
}
.page-slug-order-detail .regi_ra_p2 table td:nth-of-type(5) {
	padding: 0 !important;
}
	
	.fix_right {
		width: 50px;
		position: fixed;
		top: 50%;
		right: 0px;
		margin-top: -50px;
	}
	.tel_box {
		width: 300px;
		background-color: rgba(0, 0, 0, .6);
		right: 0;
		position: relative;
		display: flex;
		transition: right 0.5s ease-in-out;
		margin-bottom: 1px;
		transition: .3s;
	}
	.tel_box:hover {
		right: 250px;
	}
	.fix_right .tel_box p {
		background-color: transparent;
	}
	.fix_right .tel_box &gt; p:first-child {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		font-size: 12px;
	}
	.fix_right .tel_box &gt; 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: 3px;
		right: 3px;
		z-index: 999;
	}
	.bt_bottom {
		display: inline-block;
		border: 1px #fff solid;
		background-color: #010101;
		box-sizing: border-box;
		position: relative;
		padding: 10px 10px 10px 60px;
		color: #fff;
	}

.bt_bottom:hover,
	.bt_bottom:focus,
	.bt_bottom:active{
		background-color: #fff !important;
				border: 1px #000 solid !important;
		color: #000 !important;
		text-decoration: none !important;
	}

.bt_bottom::before{
		content: "\f8ff";
		font-family: "FontAwesome";
		position: absolute;
		left: 17px;
		top: 3px;
		color: #fff;
		font-size: 150%;
	transition: .3s;
	}
		.bt_bottom:hover::before {
		color: #000;
	}
}
@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_right2 p {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.fix_right p.icon_tel::after,
	.fix_right p.icon_line::after,
		.fix_right2 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_right2 {
		position: fixed;
		bottom: 0;
		width: 33.3333333333%;
		left: 50%;
		margin-left: -64px;
	}
	.fix_right {
		display: flex;
	}
	.fix_right &gt; * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.fix_right &gt; *:not(:first-child) {
		margin-left: 1px;
	}
	.fix_right .tel_box &gt; p:last-child {
		display: none;
	}
}

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

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

.f16{
font-size: 16px;
}

.bgw{
display: inline-block;
background-color: #fff;
padding-right: 30px;
}

.bgw2{
display: inline-block;
background-color: #fff;
padding-right: 20px;
}

.r_border{
position: relative;
}

.r_border::before{
content: "";
position: absolute;
height: 1px;
width: 30%;
border-bottom: 1px #000 dotted;
top: 50%;
left: 0;
z-index: -1;
}

.r_border::after{
content: "";
position: absolute;
height: 1px;
width: 70%;
border-bottom: 1px #000 solid;
top: 50%;
right: 0;
z-index: -1;
}

.en_name2{
display: inline-block;
position: absolute;
right: 5px;
top: 3px;
font-size: 12px;
}

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

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

p.readmore{
	text-align: right;
}

.page-slug-cube .main-contents,
.page-slug-cube .sidebar{
margin-top: 0!important;
}

.cookie-agree {
    color: #000;
    background: #fff;
    padding: .5em 1.5em;
}

time i{
display: none !important;
}

.topi_rap .portfolio-list{
padding-top: 0px;
padding-bottom: 0px;
}

article.list-vertical .post-content .entry-content{
font-size: 14px;
}

.tab_rap table,
.tab_rap2 table{
width: 100%;
}

.tab_rap table tr:first-child,
.tab_rap2 table tr:first-child{
}

.tab_rap table tr,
.tab_rap2 table tr{
}

.tab_rap table tr th,
.tab_rap2 table tr th{
font-weight: normal;
width: 100%;
display: block;
padding-bottom: 5px;
}

.tab_rap table tr td,
.tab_rap2 table tr td{
width: 100%;
display: block;
padding-bottom: 30px;
}

.tab_rap table tr:last-child td,
.tab_rap2 table tr:last-child td{
padding-bottom: 0px;
}

.border_r{
overflow: hidden;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.wpcf7-list-item-label{
font-weight: normal;
}

.wpcf7-form&gt;p.bgcw {
 background-color: rgba(0, 0, 0, 0);
}

.bgcw .wpcf7-acceptance .wpcf7-list-item input::before {
top: -11px;
left: -10px;
}

.bgcw .wpcf7-acceptance .wpcf7-list-item input::after, 
.bgcw .wpcf7-acceptance .wpcf7-list-item input:checked::after{
top: -16px;
left: -14px;
}

.bgcw .wpcf7-acceptance .wpcf7-list-item input::before,
.bgcw .wpcf7-acceptance .wpcf7-list-item input:checked::after,
.bgcw2 .wpcf7-acceptance .wpcf7-list-item input::before,
.bgcw2 .wpcf7-acceptance .wpcf7-list-item input:checked::after{
border-color: #00a0e9;
}

.pri_rap{
padding: 20px 25px;
background-color: rgba(238, 238, 238, .5);
height: 150px;
overflow-y: scroll;
}

.cookie-consent{
	z-index: 100000;
}

.home .mainvisual-fullscreen-inner,
.page-slug-cube .mainvisual-fullscreen-inner{
margin-top: 0 !important;
}

.ca_tit{
margin-top: 0px !important;
}

.navbar .navbar-nav li.active a .link-menu{
font-weight: bold;
}

.page-slug-contact input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p_tit{
position: relative;
display: inline-block;
padding-bottom: 30px;
}

.p_tit::before{
content: "";
position: absolute;
height: 3px;
width: 40px;
background-color: #000;
left: 50%;
margin-left: -40px;
bottom: 0px;
}

.p_tit::after{
content: "";
position: absolute;
height: 3px;
width: 40px;
background-color: #aaa;
right: 50%;
margin-right: -40px;
bottom: 0px;
}

.tab_rap2{
padding: 70px;
border: 1px #eee solid;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.f_bt_df{
border: 1px #00a0e9 solid !important;
    background-color: #00a0e9 !important;
    width: 260px !important;
    font-weight: 400;
    font-size: 16px;
	padding: 10px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	display: inline-block;
}

.f_bt_df:hover,
.f_bt_df:focus{
background: #fff !important;
color: #00a0e9 !important;
border-color: #00a0e9 !important;
text-decoration: none !important;
}

.b_bt_df,
.b_bt_df:active{
border: 1px #000 solid !important;
    background-color: #000 !important;
    width: 260px !important;
    font-weight: 400;
    font-size: 16px;
	padding: 10px;
    color: #fff !important;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	display: inline-block;
}

.b_bt_df:hover{
background: #fff !important;
color: #000 !important;
border-color: #000 !important;
text-decoration: none !important;
}

.b_bt_df:focus{
border: 1px #000 solid !important;
    background-color: #000 !important;
	    color: #fff !important;
	text-decoration: none !important;
}


.cont70{
width: 77%;
}

.cont26{
width: 23%;
text-align: center;
}

.bt_sea{
display: inline-block;
height: 60px;
line-height: 60px;
background-color: #000;
border: 1px #000 solid;
color: #fff;
width: 100%;
border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
transition: .3s;
}

.bt_sea:hover{
background-color: #fff;
color: #000;
}

.wpcf7-form-control {
	height: auto !important;
}

.n_list{
padding-left: 0px;
list-style: none;
}

.no_list{
padding-left: 18px;
}

.in_pro_rap{
padding: 20px;
background-color: rgba(238, 238, 238, .6);
}

.bt20.fbol{
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #fff solid;
	font-size: 14px;
}

.cate_name{
display: inline-block;
background-color: #fff;
border: 1px #aaa solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 2px 10px;
font-size: 12px;
}

.en_{
display: inline-block;
font-weight: 600;
font-size: 18px;
height: 30px;
line-height: 30px;
width: 30px;
background-color: #000;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: #fff;
}

.shikaku_{
display: inline-block;
font-weight: 600;	
min-width: 30px;
height: 30px;
line-height: 30px;
background-color: #fff;
border:1px #aaa solid;
padding: 0 3px;
}

.pro_list_rap ul.fl02{
margin-bottom: -30px;
}

.sea_rap .wpcf7-response-output{
display: none;
}

.sea_rap{
padding: 50px 10px;
margin-bottom: 50px;
border-top: 1px #aaa dotted;
border-bottom: 1px #aaa dotted;
position: relative;
}

.sea_tit{
position: absolute;
top: -17.5px;
left: 50%;
margin-left: -56.5px;
display: inline-block;
background-color: #fff;
padding: 0 20px;
font-size: 18px;
font-weight: 600;
}

.ast{
position: relative;
padding-left: 13px;
}

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

.c_red{
color: #ff0000;
}

.textarea2 {
	background-color: rgba(238, 238, 238, .5) !important;
	font-weight: 400;
	margin-top: 0px;
	color: #666;
	padding: 19px 10px;
	width: 100%;
   border-top-right-radius: 0px !important;
   border-bottom-right-radius: 0px !important;
	box-sizing: border-box;
	transition: 0.3s !important;
}

.wpcf7-form-control.textarea2:focus{
border-color: #000;
border-right-width: 0px;
}

.mini_tit{
padding: 2px 10px;
background-color: #fff;
border:1px #00a0e9 solid;
font-size: 12px;
color: #00a0e9;
}

.f14{
font-size: 14px;
}

.mt0{
	margin-top: 0 !important;
}

.icon_link{
position: relative;
padding-left: 23px;
transition: .3s;
}

.icon_link::before{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: -6px;
	left: 5px;
}

.icon_link:hover{
	text-decoration: none !important;
	opacity: .6;
}

.icon_link::before:hover{
	opacity: .6;
}

.detail_arap ul.fl02.n_list::after{
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.detail_arap ul.fl02.n_list{
margin-bottom: -10px;
}

.detail_arap ul.fl02.n_list li.cont31{
width:32%;
margin-bottom: 10px;
}

.ss_tit{
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.ss_tit::after{
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px #aaa dotted;
z-index: -1;
}

.tab_rapd table{
width: 100%;
}

.tab_rapd table tr{
border-bottom: 1px #eee solid;
}

.tab_rapd table tr th{
width: 40%;
font-weight: normal;
padding-left: 10px;
}

.tab_rapd table tr:first-child th,
.tab_rapd table tr:first-child td{
padding-top: 0px;
}

.tab_rapd table tr th,
.tab_rapd table tr td{
padding-top: 15px;
padding-bottom: 15px;
}

.w260{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 260px;
}

.bgc_x{
background-color: rgba(238, 238, 238, .6);
padding: 20px 5px;
}

.sele_t_tab{
margin-bottom: 20px;
}

.sele_t_tab table{
width: 100%;
}

.sele_t_tab table tr td{
padding: 20px 10px;
}

.sele_t_tab table tr {
background-color: rgba(238, 238, 238, .3);
}

.sele_t_tab table tr:nth-child(odd) td {
  background-color: rgba(238, 238, 238, 1);
}

.sele_t_tab table tr td a{
color: #00a0e9;
transition: .3s;
}

.sele_t_tab table tr td a:hover{
opacity: .6;
}

.sele_t_tab table tr th{
background-color: #000 !important;
color: #fff !important;
}

.g_bt_df{
display: inline-block;
width: 180px;
box-sizing: border-box;
padding: 5px;
border: 1px #666 solid;
background-color: #666;
color: #fff;
transition: .3s;
text-align: center;
margin-bottom: 20px;
}

.g_bt_df:hover,
.g_bt_df:focus{
background-color: #fff;
color: #666;
text-decoration: none !important;
}

.r_bt_df{
display: inline-block;
width: 180px;
box-sizing: border-box;
padding: 5px;
border: 1px #000 solid;
background-color: #000;
color: #fff;
transition: .3s;
text-align: center;
}

.r_bt_df:hover,
.r_bt_df:focus{
background-color: #fff;
color: #000;
text-decoration: none !important;
}

.red_bt_df{
display: inline-block;
width: 180px;
box-sizing: border-box;
padding: 5px;
border: 1px #e60012 solid;
background-color: #e60012;
color: #fff;
transition: .3s;
text-align: center;
}

.red_bt_df:hover,
.red_bt_df:focus{
background-color: #fff;
color: #e60012;
text-decoration: none !important;
}

.w600{
width: 100%;
max-width: 600px;
margin-right: auto;
margin-left: auto;
}

.w600left{
width: 100%;
max-width: 350px;
margin-right: auto;
}

.f_bt_box i{
	font-size: 150%;
}

.oder_from_rap{
padding: 30px;
border: 3px #000 solid;
}

.fbol{
	font-weight: bold;
}

.order_tab table{
	width: 100%;
}

.order_tab table tr th{
	font-weight: normal;
	text-align: center;
}

.order_tab table tr:first-child{
	background-color: #000;
}

.order_tab table tr:first-child th{
	color: #fff;
	padding: 0px;
}

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

.abor{
	min-height: 94.05px;
	border: 1px #eee solid;
}

.cont80{
width: 80%;
}

.cont20{
width: 20%;
}

.biko_txt{
border: 1px #eee solid;
padding: 10px 20px;
min-height: 50px;
}

.biko_txt2{
border-top: 1px #eee solid;
border-right: 1px #eee solid;
border-bottom: 1px #eee solid;
padding: 10px 20px;
min-height: 50px;
}

.se_box2{
width: 45px;
height: 45px;
background-color: #000;
border: 1px #000 solid;
display: inline-block;
text-align: center;
color: #fff;
transition: .3s
}

.se_box2 i{
font-size: 170%;
line-height: 45px;
}

.se_box2:hover{
background-color: #fff;
color: #000;
}

.regi_ra_p table,
.regi_ra_p2 table{
width: 100%;
}

.regi_ra_p table tr:first-child,
.regi_ra_p2 table tr:first-child{
border-top: 1px #eee solid;
}

.regi_ra_p table tr,
.regi_ra_p2 table tr{
border-bottom: 1px #eee solid;
}

.regi_ra_p2 table tr{
	background-color: rgba(238, 238, 238, .4);
}

.regi_ra_p2 table tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 1);
}

.regi_ra_p table tr th{
width: 15%;
padding: 20px 5px 20px 10px;
}

.regi_ra_p2 table tr th{
padding: 5px;
}

.regi_ra_p2 table tr th,
.regi_ra_p2 table tr td{
border-right: 1px #fff solid !important;
}

.regi_ra_p2 table tr:last-child th,
.regi_ra_p2 table tr:last-child td{
border-right: none;
}

.regi_ra_p table tr td,
.regi_ra_p2 table tr td{
padding: 20px 5px;	
}

.regi_ra_p2 table tr td{
text-align: center;
}

.regi_ra_p2 .r_bt_df{
	width: 150px;
	margin-top: 0px;
	text-decoration: none !important;
}

.w20{
width: 20%;
}

.w25{
width: 25%;
}

.img_ca_rap{
max-width: 300px;
height: auto;
margin-right: auto;
margin-left: auto;
}

.logo_c{
	position: relative;
	padding-left: 50px;
}

.logo_c::before{
content: "";
position: absolute;
top: 50%;
margin-top: -14px;
left: 55px;
width: 28px;
height: 28px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url(/wp-content/uploads/cube_logo_only.png);
transition: .3s;
}

.logo_c:hover::before{
background-image: url(/wp-content/uploads/cube_logo_onlyb.png);
}

header.entry-header h1.entry-title{
margin-bottom: 10px;
}

.single-post .categorybox{
text-align: right;
margin-bottom: 0px;
padding-top: 10px;
border-top: 1px #fff solid;
}

header.entry-header {
    margin-bottom: 0px;
	background-color: #eee;
	padding: 10px 20px;
}

.single-post .entry-content{
border: 1px #eee solid;
padding: 30px 40px;
}

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;
}

.topi_rap .portfolio-list li:first-child{
position:relative;
margin-left: 0px;
padding-left: 62px !important
}

.topi_rap .portfolio-list li:first-child::before{
line-height: 1;
content: "NEW";
position: absolute;
left: 5px;
top: 23px;
font-size: 12px;
padding: 3px 8px;
background-color: #e60012;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.topi_rap .portfolio-list li{
margin-left: 20px;	
}

.yaji_right{
  position: relative;
    display: inline-block;
  padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

.yaji_right:hover{
text-decoration: none !important;
color: #ccc8bf;
}

.yaji_right::before{
    content: '';
  position: absolute;
    bottom:-8px;
    left:15%;
    width: 85%;
    height: 1px;
  background:#ccc8bf;
    transition: all .3s;
}

.yaji_right::after{
    content: '';
  position: absolute;
    bottom:-3px;
    right:0; 
    width: 15px;
    height:1px;
  background:#ccc8bf;
    transform: rotate(35deg);
    transition: all .3s;
}

.yaji_right:hover::before{
    left:25%;
}

.yaji_right:hover::after{
    right:-10%;
}

.cube_arap a{
color: #fff;
transition: .3s;
}

.home .mainvisual-fullscreen-contents &gt; .main-contents &gt; :first-child{
margin-top: 0px;
}

.home .bgw{
	background-color: #f5f5f5;
}

.home .footer{
	margin-top: 0px;
}

.topi_rap .col-xs-6.col-md-3:first-child .attachment-media::before{
position: absolute;
line-height: 1;
    content: "NEW";
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 12px;
    padding: 3px 8px;
    background-color: #e60012;
    color: #fff;
	z-index: 3;
}

.related-entries .entry-content{
border-top: none !important;
border-left: none !important;
}

.f20{
font-size: 20px;
}

.outline_rap table{
width: 100%;
}

.outline_rap table tr:first-child{
border-top: 1px #eee solid;
}

.outline_rap table tr{
border-bottom: 1px #eee solid;
}

.t_en,
.t_en2,
.t_en3{
position: relative;
}

.page-slug-cube .mainvisual-fullscreen-contents &gt; .main-contents &gt; :first-child{
margin-top: 0px;
}

.c_cube{
color: #c8c2b2;
}

.bgc_b{
	background-color: rgba(0,0,0,.3);
	color: #fff;
	padding: 60px 80px;
}

.cube_c_rap{
	max-width: 1170px;
	width: 100%;
	max-height: 658px;
	height: 100%;
	background-image: url(/wp-content/uploads/bt_tokushu2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	overflow: hidden;
	background-attachment: fixed;
}


.cube_c_rap2{
	max-width: 1170px;
	width: 100%;
	max-height: 658px;
	height: 100%;
	background-image: url(/wp-content/uploads/cube_sp_bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	overflow: hidden;
	background-attachment: fixed;
}
.icon_top{
padding:3px 5px;
line-height: 1;
border: 1px #eee solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #eee;
color: #000;
}

.bgc_g::before{
content: "お仕事内容";
position: absolute;
border: 1px #fff solid;
top: -10px;
left: 10px;
font-size: 12px;
line-height: 1;
background-color: #eee;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #00a0e9;
padding:5px 8px;
}

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

.rec_tab_rap table{
width: 100%;
}

.recbf{
	font-weight: 600;
}

.rec_tab_rap table tr th{
	width: 30%;
}

.rec_tab_rap table tr th,
.rec_tab_rap table tr td{
vertical-align: top;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
}

.rec_tab_rap table tr:last-child th,
.rec_tab_rap table tr:last-child td{

}

.rec_tab_rap table tr:nth-child(even){
background-color: rgba(238, 238, 238, .4);
}

.bgcw2 .wpcf7-acceptance .wpcf7-list-item input::before{
top: 2px;
left: 4px;
}

.bgcw2 .wpcf7-acceptance .wpcf7-list-item input::after, 
.bgcw2 .wpcf7-acceptance .wpcf7-list-item input:checked::after{
top: -4px;
left: 0px;
}

ul.portfolio-list li:first-child{
	border-top-color: #ddd !important;
}

ul.portfolio-list li{
	border-bottom-color: #ddd !important;	
}

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

/* calender */
.holiday-title{
text-align: left;
}
.xo-event-calendar table.xo-month .month-header&gt;span{
color: #fff;
}

.xo-event-calendar table.xo-month .month-event-space {
    background-color: transparent;
    height: 0.5em;
}

.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
    background-color: #222222;
    border: 1px solid rgba(0,0,0,1);
    padding: 0;
}
.xo-event-calendar table.xo-month {
    border: 1px solid #000;
}
.xo-event-calendar table.xo-month&gt;thead th{
color: #fff;
}
.xo-event-calendar table{
color: #fff;	
}
.xo-event-calendar p.holiday-title span {
    border: 1px solid #000;
}
.xo-event-calendar table.xo-month&gt;thead th.saturday {
    color: #d00;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #fff;
    background-color: #444;
}

.footer .container + small.copyright {
    border-top-color: rgba(255, 255, 255, .6);
}

.bt_box_t .rap_t{
display: inline-block;
}

.bt_df_t{
position: relative;
color: #fff;
transition: .3s;
}

.bt_df_t:hover{
text-decoration: none !important;
color: #ddd;
opacity: .6;
}

.bt_df_t:focus,
.bt_df_t:active{
color: #fff;	
}

.bt_df_t::before{
content: "\f30b";
font-family: "Font Awesome 5 Free";
font-size: 14px;
position: absolute;
right: -22px;
top: -3px;
font-weight: 900;
pointer-events: none;
}

.b_mv-block .bt_df_t::before{
color: #fff;
}

.b_mv-block .bt_df_t:hover::before{
color: #eee;
}

.bt_box_t .rap_t::after{
color: #000;
}

.whi_c{
position: relative;
}

.whi_c::before{
content: "";
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 20px);
border: 1px #fff solid;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
z-index: 5;
}

.widget h4.title {
font-size: 16px;
}

.page-slug-order-detail .regi_ra_p2 td .textarea{
padding: 10px 5px;
background-color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-close) {
    border: 1px #000 solid !important;
    border-radius: 3px !important;
    background: rgba(0, 0, 0, 1) !important;
    color: #fff !important;
}

.mypage_rap.w900{
max-width: 1170px;
}

.page-slug-order-detail .regi_ra_p2{
margin-top: 50px !important;
margin-bottom: 50px !important;
}
z
.order-pager .pager:hover,
.order-pager .pager-item:hover{
background-color: #000 !important;
border: 1px solid #000 !important;
color: #fff !important;
	opacity: 1 !important;
}

.order-pager .pager:hover{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
	opacity: 1 !important;
}

.order-pager .selected{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;	
}

.order-pager .selected:hover{
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
	opacity: 1 !important;
}

select {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}

/* cube logo
.detail_arap .cont48 p.bt10{
position: relative;
}

.detail_arap .cont48 p.bt10::before{
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 60px !important;
height: 60px !important;
background-size: contain;
background-image: url(/wp-content/uploads/pic_logo.png);
background-repeat: no-repeat;
background-position: center;
}

.cube-logo::before{
width: 60px !important;
height: 60px !important;
z-index: 5;
} */


.cube-logo::before:hover{
pointer-events: none !important;
opacity: 1 !important;
}
/* ani bg */

.bg_ani{
position: fixed;
bottom: 0;
z-index: 30;
}

.bg_ani{
    width: 100%;
    background-image: url(/wp-content/uploads/cube_flow.png);
	background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
	height: 119px;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2052px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2052px 0;
    }
}
/* ani bg end */

/* cube */
@media screen and (min-width: 1200px){
.sele_t_tab table tr td.w30{
width: 33%;
}
.sele_t_tab table tr td.w20{
width: 17%;
}
.sele_t_tab table tr td.w10{
width: 12%;
}
}

@media screen and (min-width: 768px) {
	.bt_navi{
border-left: 1px #000 dotted;
padding-left:5px;
}

.mar_r5{
margin-right: 5px;
}
	.navbar-nav&gt;li&gt;a {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
	}
	.page-slug-contact .fl02.sti01{
    align-items: flex-start !important;
}	
	.page-slug-contact{
		overflow: visible;
	}
.pst{
position: sticky !important;
top: 100px !important;
}
	.wpcf7 .cont30{
width: 32%;
}

.wpcf7 .cont65{
width: 67%;
}
	.footer .cont48{
width: 45%;
}
	.wit_x{
		max-width: 500px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
	.c_come{
		line-height: 3;
		font-size: 20px;
	}
	.c_tit{
		letter-spacing: 3px;
		font-size: 32px;
	}
.p22sf16{
font-size: 26px;
letter-spacing: 3px;
text-indent: 3px;
}

	.small{
		font-size: 12px !important;
		letter-spacing: 1px;
text-indent: 1px;
	}

.outline_rap table tr th{
width: 20%;
}

.outline_rap table tr th,
.outline_rap table tr td{
padding: 20px 10px;
}

.t_en::before{
content: "Company Overview";
position: absolute;
right: 0px;
top: -90px;
font-size: 80px;
font-weight: 900;
color: rgba(238, 238, 238, .6);
z-index: 5;
}
	
.t_en2::before{
content: "Access Map";
position: absolute;
right: 0px;
top: -50px;
font-size: 80px;
font-weight: 900;
color: rgba(238, 238, 238, .6);
z-index: 5;
}
	
.t_en3::before{
content: "Factory Overview";
position: absolute;
right: 0px;
top: -90px;
font-size: 80px;
font-weight: 900;
color: rgba(238, 238, 238, .6);
z-index: 5;
}

	.pad_right60{
		padding-right: 60px;
	}
	.ofh500{
		max-height: 500px;
		overflow: hidden;
	}	
.page-header-overlay {
background-size: cover;
}
	
.pdf_rap{
min-height: 600px;
padding: 20px 30px;
background-color: #eee;
}
	
.order_tab table tr th.w5{
width: 5%;	
}

.order_tab table tr th.w10{
width: 10%;	
}

.order_tab table tr th.w20{
width: 20%;	
}
	.right_bor{
	border-right: 1px #fff solid;
}
	.fix_bottom2 {
		position: fixed;
		bottom: 3px;
		right: 3px;
		z-index: 1000;
	}
	.bt_bottom2 {
		display: inline-block;
		border: 1px #fff solid;
		background-color: #00a0e9;
		box-sizing: border-box;
		position: relative;
		padding: 10px 10px 10px 60px;
		color: #fff;
			width: 201.7px;
   box-sizing: border-box;
	}

.bt_bottom2:hover,
.bt_bottom:focus{
		background-color: #fff !important;
		border: 1px #00a0e9 solid;
		color: #00a0e9;
		text-decoration: none !important;
}

.bt_bottom2::before {
		content: "\f8ff";
		font-family: "FontAwesome";
		position: absolute;
		left: 17px;
		top: 3px;
		color: #fff;
		font-size: 150%;
	transition: .3s;
	}
.bt_bottom2:hover::before,
.bt_bottom2:focus::before{
		color: #00a0e9;
	}
	
	.pro_list_rap .fl02::after{
content: "";
    display: block;
    width: 32%;
    height: 0;
	}	
.navbar-normal .navbar-nav&gt;li&gt;a::after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	width: 0;
	height: 1px;
	background-color: #666;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
	
.navbar-normal .navbar-nav&gt;li.active&gt;a{
}

.navbar-normal .navbar-nav&gt;li&gt;a:hover::after {
    width: 80%;
}
	
.tel_box:hover {
background-color: rgba(0,0,0,1);
}

ul.portfolio-list li {
	padding: 20px !important;
}
	.abor{
padding: 10px 20px;
}
.ca_rap{
margin-top: 40px;
}
.single {
overflow: visible !important;
}

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

@media screen and (max-width: 767px) {
	.nav.navbar-nav li.bt_navi{
		border-bottom: 1px #ecf0f1 solid;
	}
	.cube_c_rap{
		background-size: contain;
		background-image: url(/wp-content/uploads/cube_sp_bg3.jpg);
	}
	.ca_rap{
margin-top: -30px;
}
	.c_tit{
	text-align: left !important;
	display: block;
	width: 100%;
	}
.bgc_b{
	padding: 30px 20px;
}
.p22sf16{
font-size: 16px;
}
.outline_rap table tr th{
width: 100%;
display: block
}
.outline_rap table tr td{
width: 100%;
display: block
}

.outline_rap table tr th{
padding: 20px 5px 0px;
}
.outline_rap table tr td{
padding: 5px 5px 20px 10px;
}

	 .nav&gt;li&gt;a span.link-menu {
        padding: 15px;
    }
	.regi_ra_p table tbody tr th,
	.regi_ra_p table tbody tr td{
		width: 100%;
		display: block;
	}
	.regi_ra_p table tbody tr th{
		padding: 20px 0 0 0;
	}
		.regi_ra_p table tbody tr td{
	}
	
	.regi_ra_p2 table tbody tr td{
		display: block;
		width: 100%;
		border-bottom: 1px #fff dotted !important;
	}
		.regi_ra_p2 table tbody tr:last-child td{
		border-bottom: none;
	}
	
	.page-slug-contact .tab_rap{
		padding: 0px;
	}	
	
.single-post .entry-content{
padding: 20px;
}
	.w600left{
		width: 100%;
		max-width: 100%;
	}
.abor{
padding: 20px;
}
.oder_from_rap{
padding: 0px;
border: none;
}	
.sele_t_tab table tr:nth-child(odd) td {
border-bottom: 1px #fff solid;
}
	
.sele_t_tab table tr td{
padding: 10px;
border-bottom: 1px #eee solid;
}
	
.sele_t_tab table tr td.w10{
padding: 15px;
}

.sele_t_tab table tr td{
width: 100%;
display: block;
}
	
.tab_rapd table tr th{
display: block;
width: 100%;
padding-bottom: 0px;
padding-left: 0px;
}
.tab_rapd table tr td{
padding-top: 5px;
padding-bottom: 15px;
display: block;
width: 100%;
padding-left: 10px;
}
	
	.bt_pm_rap .cont30{
		margin-bottom: 0px !important;
	}
	.cont70 p.bt0{
		margin-top: 10px;
	}

	.tab_rap2{
padding: 20px;
}
	.tab_rap{
padding: 0px;		
	}
	.p_tit{
		font-size: 26px;
	}	
.bgcw .wpcf7-acceptance .wpcf7-list-item input::before{
top: 3px;
left: 7px;
}

.bgcw .wpcf7-acceptance .wpcf7-list-item input::after, 
.bgcw .wpcf7-acceptance .wpcf7-list-item input:checked::after{
top: -2px;
left: 3px;
}
	
ul.portfolio-list li {
padding-left: 5px;
padding-right: 5px;
}
	
ul.portfolio-list li time {
margin-right: 0px;
}
	.navbar-nav{
		margin-top: 0px;
	}	
.topi_rap .col-xs-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
	.footer{
	padding-bottom: 70px;
	}
	.en_name2{
right: 3px;
	}
.s_tit{
font-size: 26px;		
}
.navbar-toggle {
margin: 15px 0 0;
}
.navbar-header {
 padding: 5px 15px 5px !important;
}
	ul.portfolio-list li time{
		display: block;
	}
	.pt100 {
	padding-top: 120px !important;
}
}

/*タイトル背景太文字 */
.tit_bg{
position: relative;
}

.tit_bg::before{
position: absolute;
top: 0px;
}

.page-slug-contact .tit_bg::before{
content: "CONTACT US";
left: 50%;
font-weight: 900;
color: #eee;
}

.page-slug-privacy_policy .tit_bg::before{
content:"PRIVACY POLICY";
left: 50%;
font-weight: 900;
color: #eee;
}

.page-slug-sp_vehicles .tit_bg::before{
content:"MANUFACTURE";
left: 50%;
font-weight: 900;
color: #eee;
}

.page-slug-recruit .tit_bg::before{
content:"RECRUIT";
left: 50%;
font-weight: 900;
color: #eee;
}

.page-slug-aboutus .tit_bg::before{
content:"ABOUT US";
left: 50%;
font-weight: 900;
color: #eee;
}

.order-pager .pager{
transition:.3s;
}

.order-pager .pager:hover{
background-color: #fff;
color: #333;
opacity: 1;
}

#saveMessage {
    top: 50% !important;
    background-color: #00a0e9 !important;
    border: 3px #fff solid !important;
    color: #fff !important;
    border-radius: 3px !important;
    box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px !important;
}

.destination {
    width: 100%;
    font-size: 12.5px;
    line-height: 16px;
    border: 1px solid #eee;
	min-height: 42.69px;
}

.page-slug-mypage .p_regi_rap.w900{
max-width: 1170px;	
}

.f24{
font-size: 34px;
}

.bg_vi,
.bg_mi,
.bg_va{
position: relative;
}

.txt_center.bt_box{
display: inline-block;
width: 260px;
position: relative;
margin-bottom: 30px;
}

.txt_center.bt_box .bt_df::before{
content:"";
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
}

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

.txt_center.bt_box .bt_df:hover{
background-color: #fff;
color: #000;
text-decoration: none !important;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}

@media screen and (min-width: 768px) {
/*	.bg_vi::after,
.bg_mi::after,
.bg_va::after{
position: absolute;
right: 0px;
top: -20px;
font-size: 60px;
font-weight: 900;
color: rgba(238, 238, 238, .6);
z-index: 5; 
}
	
	.bg_vi::after{
content: "Our Vision";		
	}
	.bg_mi::after{
content: "Our Mission";		
	}
	.bg_va::after{
content: "Values";		
	}*/
	
	.pdf_rap {
    min-height: 600px;
    padding: 30px;
    background-color: #eee;
    }
	.page-slug-detail {
		
	}
	
.page-slug-contact .tit_bg::before{
margin-left: -247.7px;
font-size: 72px;
}
.page-slug-privacy_policy .tit_bg::before{
margin-left: -325.5px;
font-size: 72px;
}
.page-slug-sp_vehicles .tit_bg::before{
margin-left: -299.5px;
font-size: 72px;
}
.page-slug-recruit .tit_bg::before{
margin-left: -168.4px;
font-size: 72px;
}
.page-slug-aboutus .tit_bg::before{
margin-left: -200.4px;
font-size: 72px;
}
.page-slug-sp_vehicles .c_tit {
letter-spacing: 3px;
font-size: 32px;
}
.page-slug-sp_vehicles .wit_x {
        max-width: 600px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
.page-slug-sp_vehicles .c_come {
        line-height: 1.5;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
.f24{
font-size: 22px;
}	
.page-slug-contact .tit_bg::before{
margin-left: -144.24px;
font-size: 40px;
}
.page-slug-privacy_policy .tit_bg::before{
margin-left: -187.7px;
font-size: 40px;
}
.page-slug-sp_vehicles .tit_bg::before{
margin-left: -173.8px;
font-size: 40px;
}
.page-slug-recruit .tit_bg::before{
margin-left: -94px;
font-size: 40px;
}
.page-slug-aboutus .tit_bg::before{
margin-left: -111.9px;
font-size: 40px;
}
}</pre></body></html>