@charset "UTF-8";
/* color */
:root {
	--base-color:#333;
	--sub-color:#dedede;
	--opa-color:#f4f4f4;
}
.grad { background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));}
.grad-txt {
	display: inline-block;
	background: linear-gradient(0deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	background: -webkit-linear-gradient(0deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grad-bar { height: 1px; width: 100%;  background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1)); }
/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333; text-decoration: none; }
a:visited { color:#333; text-decoration: none; }
a:hover   { color:var(--base-color); text-decoration: underline; }
a:active  { color:#333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#333; text-decoration: underline; }
.u_link a:visited { color:#333; text-decoration: underline; }
.u_link a:hover   { color:#000; text-decoration: underline; }
.u_link a:active  { color:#333; text-decoration: underline; }

footer a         { resize: none; }
footer a:link    { color:#fff; text-decoration: none; }
footer a:visited { color:#fff; text-decoration: none; }
footer a:hover   { color:#ccc; text-decoration: none; }
footer a:active  { color:#fff; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 599px) {
	.pc { display: none; }
}
@media screen and (min-width: 600px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 1079px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 1080px) {
	.sp_tab { display: none; }
}
@media screen and (max-width: 1089px) {
	.pc_tab_mini { display: none; }
}
@media screen and (min-width: 1090px) {
	.sp_tab_mini { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 600px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:20%; position: relative; z-index: 1; }
	.img_t_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
	.img_y_R { float:right; margin:0 0 40px 40px; width:30%; position: relative; z-index: 1;}
	.img_y_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:40%;}
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:35%;}
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:30%;}
}
/*-- base -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.in { width: 96%; margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
	#content .in { width: 100%; margin: 0 auto; }
}
@media screen and (min-width: 600px) {
	header .in { width: 96%; margin: 0 2%; }
}
@media screen and (min-width: 600px) and (max-width: 1260px) {
	header .in { width: 98%; margin: 0 1%; }
	#content .in { width: 96%; margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
}

/*-- header -------------------------------------------------------------*/
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background: rgb(0,212,255); background: linear-gradient(0deg, rgba(0,212,255,0) 0%, rgba(2,0,36,0.75) 100%);}
header .in-head-flex .hR nav li { list-style: none; }
header .in-head-flex .hL .logo a         { resize: none; }
header .in-head-flex .hL .logo a:link    { color:#fff; text-decoration: none; }
header .in-head-flex .hL .logo a:visited { color:#fff; text-decoration: none; }
header .in-head-flex .hL .logo a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
header .in-head-flex .hL .logo a:active  { color:#fff; text-decoration: none; }

@media screen and (max-width: 899px) {
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; margin-bottom: 5px; }
	
	header .in-head-flex .hL { width: 70%; }
	header .in-head-flex .hL .company-name { display: flex; justify-content: flex-start; align-items: center; }
	header .in-head-flex .hL h1 { font-size: 12px; color: #fff; line-height: 1.5; margin-right: 10px; }
	header .in-head-flex .hL h1 span.xsmall { display: block; font-size: 1.0em; }
	header .in-head-flex .hL h1 span.small { font-size: 1.0em; margin-right: 5px; }
	header .in-head-flex .hL h1 span.xlarge { font-size: 1.5em; }
	header .in-head-flex .hL .logo-mark { width: 30px; margin-right: 2%; }
	header .in-head-flex .hL .logo-mark .logo-bk { display: none; }
	header .in-head-flex .hL .company-name p {color: #fff; margin-bottom: 0px; font-size: 0.7em; opacity: 0.5; line-height: 1.0; }
}
@media screen and (max-width: 599px) {
	header .in-head-flex .hL .logo-mark { width: 20px; margin-right: 2%; }
	header .in-head-flex .hL h1 { font-size: 10px; color: #fff; line-height: 1.5; margin-right: 10px; }
	header .in-head-flex .hL h1 span.xlarge { font-size: 1.4em; }
	header .in-head-flex .hL .company-name p { display: none; }
}
@media screen and (min-width: 900px) {
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; margin-bottom: 5px; }
	
	header .in-head-flex .hL { width: 50%; }
	header .in-head-flex .hL .company-name { display: flex; justify-content: flex-start; align-items: center; }
	header .in-head-flex .hL h1 { font-size: 12px; color: #fff; line-height: 1.5; margin-right: 20px; }
	header .in-head-flex .hL h1 span.xsmall { display: block; font-size: 1.0em; }
	header .in-head-flex .hL h1 span.small { font-size: 1.25em; margin-right: 5px; }
	header .in-head-flex .hL h1 span.xlarge { font-size: 1.8em; }
	header .in-head-flex .hL .logo-mark { width: 50px; margin-right: 2%; }
	header .in-head-flex .hL .logo-mark .logo-bk { display: none; }
	header .in-head-flex .hL .company-name p {color: #fff; margin-bottom: 0px; font-size: 0.8rem; opacity: 0.5; line-height: 1.0; }

	
	header .in-head-flex .hR { width: 50%; }
	header .in-head-flex .hR nav ul { display: flex; justify-content: flex-end; align-items: center; }
	header .in-head-flex .hR nav ul li { margin-left: 4%; font-size: 0.9rem; list-style: none; word-break: keep-all; }

	header .in-head-flex .hR nav ul li a         { resize: none; display: block; position: relative;}
	header .in-head-flex .hR nav ul li a:link    { color:#fff; text-decoration: none; }
	header .in-head-flex .hR nav ul li a:visited { color:#fff; text-decoration: none; }
	header .in-head-flex .hR nav ul li a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	header .in-head-flex .hR nav ul li a:active  { color:#fff; text-decoration: none; }
	
	nav li a::after {
		position: absolute;
		bottom: -2px;
		left: 5%;
		content: '';
		width: 90%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
		z-index: 1;
	}
	nav ul li a:hover::after {
		transform: scale(1, 1);
	}
} 
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header .in-head-flex .hL { width: 80%; }
	header .in-head-flex .hL h1 span.xlarge { font-size: 1.6em; }
	header .in-head-flex .hL .logo-mark { width: 40px; }
	header .in-head-flex .hL .company-name p { font-size: 0.8rem; }
	header .in-head-flex .hR { width: 20%; }
	header .in-head-flex .hR nav ul li { margin-left: 6%; font-size: 0.8rem; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header .in-head-flex .hL h1 span.xlarge { font-size: 1.7em; }
	header .in-head-flex .hL .logo-mark { width: 45px; }
	header .in-head-flex .hL .company-name p { font-size: 0.85rem; }
	header .in-head-flex .hR nav ul li { margin-left: 5%; font-size: 0.85rem; }
}
/*-- is-fix  -------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	header.is-fix { background: none; }
	header.is-fix .in-head-flex .hL .logo { display: none; }
	header.is-fix .in-head-flex .hL .headCopy { display: none; }
}
@media screen and (min-width: 900px) {
	header.is-fix { background: #fff; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
	header.is-fix .in { max-width: 99%; margin: 1px 0.5%; width: 100%; }
	
	header.is-fix .in-head-flex .hL .logo h1 { color: #000; }
	header.is-fix .in-head-flex .hL .logo h1 span.xsmall { display: none; }
	header.is-fix .in-head-flex .hL .logo h1 span.small { font-size: 0.9em; }
	header.is-fix .in-head-flex .hL .logo h1 span.xlarge { font-size: 1.2em; }
	
	header.is-fix .in-head-flex .hL .logo-mark { width: 40px; }
	header.is-fix .in-head-flex .hL .logo-mark .logo-wh { display: none; }
	header.is-fix .in-head-flex .hL .logo-mark .logo-bk { display: block; }
	header.is-fix .in-head-flex .hL .company-name p { display: none; }
	header.is-fix .in-head-flex .hL .headCopy { display: none; }
	
	header.is-fix .in-head-flex .hR nav ul li { margin-left: 3%; font-size: 0.8rem; }
	
	header.is-fix .in-head-flex .hR nav ul li a:link    { color:#000; text-decoration: none; }
	header.is-fix .in-head-flex .hR nav ul li a:visited { color:#000; text-decoration: none; }
	header.is-fix .in-head-flex .hR nav ul li a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
	header.is-fix .in-head-flex .hR nav ul li a:active  { color:#000; text-decoration: none; }
	header.is-fix nav li a::after { display: none; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header.is-fix .in-head-flex .hL .logo-mark { width: 30px; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header.is-fix .in-head-flex .hL .logo-mark { width: 35px; }
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
.h_menu { position: fixed; top: 2%; right: 2%; z-index: 9999; }
.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
.menu-trigger { position: fixed; top: 1%; right: 6%; width: 45px; height: 33px; z-index: 9999; border-radius: 2px; }
.menu-trigger:hover{ /*background: rgba(255, 255, 255,0.6);*/ cursor:pointer; }
.menu-trigger span { position: absolute; z-index: 9999; left: 4.2px; width: 100%; height: 1px; background-color: #fff; border-radius: 2px; }
.h_menu .active span { background-color: #000 !important; } /* 色を変える */
.menu-trigger span:nth-of-type(1) { top: 0px; }
.menu-trigger span:nth-of-type(2) { top: 10.5px; width: 75%; }
.menu-trigger span:nth-of-type(3) { bottom: 10px; }
.h_menu .active span:nth-of-type(3) { bottom: 15px; }
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(20px) rotate(-45deg);
 transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-8px) rotate(45deg);
}
#overlay { display: none; width: 82%; margin: 0 0 0 10%; padding: 15% 4% 4%; height: calc(100% - 0px); text-align: center;
	position: fixed; top: 0px; right: 0px; z-index: 999; background:#fff; box-sizing: border-box;
	box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);
}
#overlay .in { overflow: auto; height: 100%;
	-webkit-overflow-scrolling: touch;
}	
#overlay h5 { color: #000; font-size: 0.85rem; padding: 5px 10px; margin-bottom: 10px; text-align: left; border-left: 3px solid #fff; }
#overlay h5:before { content: "├"; margin-right: 10px;}
#overlay h6 { font-size: 0.85rem; margin-bottom: 10px; text-align: left; padding-bottom: 10px; border-bottom: 1px solid #dedede; }
#overlay ul { margin:0 1% 20px; }
#overlay ul li { font-size: 0.8rem; margin-right: 4%; margin-bottom: 10px; text-align: left; }
#overlay ul li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; }

#overlay h5 a         { resize: none; }
#overlay h5 a:link    { color:#000; text-decoration: none; }
#overlay h5 a:visited { color:#000; text-decoration: none; }
#overlay h5 a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
#overlay h5 a:active  { color:#000; text-decoration: none; }

header.is-fix .menu-trigger span { background-color: var(--sub-color); }
}
@media screen and (max-width: 599px) {
	.menu-trigger { position: fixed; top: 1.5%; right: 6%; width: 40px; height: 25px; }
	.menu-trigger span { background-color: #fff; }
	.menu-trigger span:nth-of-type(2) { top: 6.5px; width: 75%; }
	.h_menu .active span:nth-of-type(3) { bottom: 8px; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.menu-trigger span { background-color: #fff; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	.menu-trigger { position: fixed; top: 1%; right: 3%; }
	#overlay{ display: none; width: 40%; padding: 6% 4% 4%; }
}
@media screen and (min-width: 1080px) {
	.menu-trigger { position: fixed; top: 1%; right: 2%; }
	#overlay{ display: none; width: 30%; padding: 6% 4% 4%; }
}

.fa-phone { transform: rotate(90deg);}
/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	section { padding: 5vh 6%; }
	.secFlex { display: flex; flex-direction: column; }
	.flexImg { order: 2; margin-bottom: 0px; }
	.flexTxt { order: 1; position: relative; }
	
	.secFlex h2 { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; line-height: 1.5; color:#333; text-align: center; position: relative; z-index: 2; }
	.secFlex h6 { color: #f4f4f4; font-family: "Cormorant Garamond", serif; font-weight: 700; margin-bottom: 0px; position: absolute; top: -0.75em; left: 50%; transform: translate(-50%) !important; font-size: 2.2rem;}
	
	.ttl01 { text-align: center; font-size: 1.5rem; font-weight: bold; margin-bottom: 20px; color:var(--base-color); }
	.subTtl01 { text-align: center; font-size: 1.0rem; font-weight: bold; margin-bottom: 10px; }
	.mark { width: 30px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.flexTxt.flexL p { margin-bottom: 20px; }
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
	.newsDl dt { background: #333; color: #fff; font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: #333; font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.newsList li { margin-bottom: 10px;}
}
@media screen and (min-width: 600px) {
	section { padding: 10vh 4%; }
	section.contactSec .in { margin: 0; padding: 0;}
	
	.secFlex { display: flex; justify-content: center; align-items: center; }
	.flexImg { width: 40%;}
	.flexTxt { width: 52%; padding: 2% 4%; position: relative; }
	.flexImg.flexR { width: 40%;}
	.flexL.flexTxt p { text-align: right; }
	
	.secFlex h2 { font-size: 2.0rem; margin-bottom: 20px; line-height: 1.0; color:#333; font-weight: bold; display: flex; justify-content: flex-start; align-items: center; position: relative; z-index: 2; }
	.secFlex h6 { color: #f4f4f4; font-family: "Cormorant Garamond", serif; font-weight: 700; margin-bottom: 0px; position: absolute; top: -0.75em; left: -0.25em; font-size: 5.0rem;}
	
	.ttl01 { text-align: center; font-size: 2.7rem; font-weight: bold; margin-bottom: 10px; color:var(--base-color); }
	.subTtl01 { text-align: center; font-size: 1.8rem; margin-bottom: 0px; }
	.mark { width: 50px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.ttl01-en { line-height: 1.0; margin-bottom: 10px;}
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; }
	.newsDl dt { background: #333; color: #fff; font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: #333; font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsList { margin-bottom: 40px; }
	.newsList li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ccc; }
	.newsList li p { margin-bottom: 0px;}
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	section { padding: 10vh 4%; }
	.secFlex { display: flex; flex-direction: column; }
	.flexImg { order: 2; margin-bottom: 0px; }
	.flexTxt { order: 1; position: relative; }
	
	.ttl01 { font-size: 2.3rem; }
	.subTtl01 { font-size: 1.4rem; }
	.secFlex { align-items: flex-start; }

	.secFlex h2 { font-size: 1.5rem; }
	.secFlex h2 span { font-size: 0.7rem;}
	.secFlex h3 { font-size: 0.9rem; }
	.secFlex ul.check li {font-size: 1.00rem; width: 96%; }
	.secFlex h6 { font-size: 2.5rem; }
	
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	.ttl01 { font-size: 2.4rem; }
	.subTtl01 { font-size: 1.5rem; }
	.secFlex { align-items: flex-start; }
	.secFlex h2 { font-size: 1.6rem; }
	.secFlex h2 span { font-size: 0.75rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem; width: 100%; }
	.secFlex h6 { font-size: 3.0rem; }
}
@media screen and (min-width: 1080px) and (max-width: 1179px)  {
	.ttl01 { font-size: 2.5rem; }
	.subTtl01 { font-size: 1.6rem; }
	.secFlex h2 { font-size: 1.7rem; }
	.secFlex h2 span { font-size: 0.8rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem;  width: 100%;}
	.secFlex h6 { font-size: 3.5rem; }
}
@media screen and (min-width: 1180px) and (max-width: 1279px)  {
	.ttl01 { font-size: 2.5rem; }
	.subTtl01 { font-size: 1.6rem; }
	.secFlex h2 { font-size: 1.8rem; }
	.secFlex h2 span { font-size: 0.85rem;}
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.1rem; width: 100%; }
	.secFlex h6 { font-size: 4.0rem; }
}
@media screen and (min-width: 1280px) and (max-width: 1379px)  {
	.ttl01 { font-size: 2.6rem; }
	.subTtl01 { font-size: 1.7rem; }
	.secFlex h2 { font-size: 1.9rem; }
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.15rem; width: 100%; }
	.secFlex h6 { font-size: 4.5rem; }
}
@media screen and (min-width: 1380px) {
	
}

/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 1079px) {
	#contact-fixed ul { position: fixed; z-index: 888; bottom: 0; left: 0.5%; right: 0.5%; margin: 0 auto; width: 99%; display: flex; justify-content: center;}
	#contact-fixed ul li { width: 33%; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	#contact-fixed { display: none; }
}

/*-- footer ContactBox  -------------------------------------------------------------*/
@media screen and (max-width: 899px) {	
	.contactBox { position: relative; background: url("../img/common/contactBg.jpg") center center no-repeat; background-size: cover; min-height: 200px; z-index: 0; padding: 2.5vh 0; border-top: 1px solid var(--sub-color); }
	.contactBox:after { 
		content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
		background-image: linear-gradient(75deg, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .75) 50%);
		background-size: 3px 3px;
	}
	.contactBox .in-copy { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 100%; }
	.contactBox .in-copy p { color: #fff; }
}
@media screen and (min-width: 900px) {	
	.contactBox { position: relative; background: url("../img/common/contactBg.jpg") center center no-repeat; background-size: cover; min-height: 200px; z-index: 0; padding: 5vh 0; border-top: 1px solid var(--sub-color); }
	.contactBox:after { 
		content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
		background-image: linear-gradient(75deg, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .75) 50%);
		background-size: 3px 3px;
	}
	.contactBox .in-copy { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; }
	.contactBox .in-copy p { color: #fff; }
}
/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	footer { border-top: 1px solid var(--sub-color); background: #fff;}
	footer .in { color:#000; padding: 6% 2%; width: 92%; display: flex; flex-direction: column; }

	footer .f-flex { display: flex; flex-direction: column; }
	footer .f-flex-R { order: 1; margin-bottom: 40px; border-bottom: 1px solid #dedede; }
	footer .f-flex-L { order: 2; }
	footer .f-flex-L p { text-align: center; font-size: 0.9rem; }
	footer .in p.xlarge { font-size: 1.0rem; }
	footer .f-flex-L ul li { text-align: center; margin-bottom: 10px; font-size: 0.8rem; }
	
	footer .f-flex-R { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px;  }	
	footer .f-flex-R .f_menu { width: 48%; margin-bottom: 20px; }
	footer .f-flex-R .f_menu h4 { font-size: 0.9rem; word-break: keep-all; margin-bottom: 10px; }
	footer .f-flex-R .f_menu li { font-size: 0.8rem; word-break: keep-all; margin-bottom: 10px; }
	footer .f-flex-R .f_menu li:before { content: "├"; margin-right: 10px;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	footer .f-flex-R .f_menu { width: 30%; margin-bottom: 20px; }
}
@media screen and (min-width: 900px) {	
	footer { border-top: 1px solid var(--sub-color); padding-top: 2vh; position: relative; z-index: 10; background: #fff; }
	footer .in { color:#000; padding:30px 2%; padding-bottom: 5vh; }
	footer .in .fLogo { width: 40px; margin: 0 auto 20px; }
	footer .in p { font-size: 0.9rem; }
	footer .in p.xlarge { font-size: 1.1rem; }
	
	footer .f-flex { display: flex; justify-content: space-between; }
	footer .f-flex-L ul li { font-size: 0.9rem; margin-bottom: 5px; }
	
	footer .f-flex-R { display: flex; justify-content: flex-end; }
	
	footer .f-flex-R .f_menu { margin-left: 60px; }
	footer .f-flex-R .f_menu h4 { font-size: 0.95rem; word-break: keep-all; margin-bottom: 10px; }
	footer .f-flex-R .f_menu li { font-size: 0.85rem; word-break: keep-all; margin-bottom: 10px; }
	footer .f-flex-R .f_menu li:before { content: "├"; margin-right: 10px;}
}

footer .in a         { resize: none; position: relative;}
footer .in a:link    { color:#000; text-decoration: none; }
footer .in a:visited { color:#000; text-decoration: none; }
footer .in a:hover   { color:var(--base-color); text-decoration: none; }
footer .in a:active  { color:#000; text-decoration: none; }
@media screen and (min-width: 1490px) {	
	footer .in .in-in-f-flex { display: flex; justify-content: flex-start; padding-left: 0.75em; }
}

/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#copyright { background:#fff; text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:10px; }
}
@media screen and (min-width: 600px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:11px; }
}
/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: var(--sub-color); opacity: 0.5; }
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#999; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 599px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:2%; bottom:2%; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 1080px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.box_link_btn a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 12px; position: relative; transition: .3s; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#000; text-decoration: none; background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1)); border: 1px solid rgba(88, 214, 229, 1); letter-spacing: 0.1em; }
	.box_link_btn a:active  { color:#000; text-decoration: none; }
	.box_link_btn a:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 20px; height: 1px; background: #333; }
	.box_link_btn a:hover:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 25px; height: 1px; background: #333; }
}
@media screen and (min-width: 600px) {
	.box_link_btn a { color:#000; width:300px; height:35px; line-height:35px; border:#333 1px solid; display:block; text-align:center; margin:0 auto; background:#fff; font-size: 13px; position: relative; transition: .3s; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#000; text-decoration: none; background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1)); border: 1px solid rgba(88, 214, 229, 1); letter-spacing: 0.1em; }
	.box_link_btn a:active  { color:#000; text-decoration: none; }
	.box_link_btn a:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 20px; height: 1px; background: #333; }
	.box_link_btn a:hover:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 25px; height: 1px; background: #333; }
	
	.box_link_btn_L a { margin: 0 0;}
	
	.box_link_btn_300 a { width: 300px; margin: 0 auto;}
	.box_link_btn_80 a { width: 80%; margin: 0 auto;}
	.box_link_btn_200 a { width: 200px; margin: 0 auto; height:30px; line-height: 30px; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.box_link_btn a { width: 60%;}
}

.arrow-button a { display:inline-block; cursor:pointer; position: relative; text-decoration: none; background: #f5f5ee; padding: 5px 40px 5px 20px; font-size: 0.9rem; margin-bottom: 40px; }
.arrow-button a::after { content: ""; display: block; position: absolute; top: calc(50%); left: 90%; width: 40px; height: 5px; border: none; border-right: 2px solid #000; border-bottom: 1px solid #000; transform: skew(45deg); transition: .3s; }
.arrow-button a:hover::after { position: absolute; top: calc(50%); left: 90%; width: 60px; height: 5px; }
@media screen and (max-width: 599px) {
	.arrow-button a { font-size: 0.8rem; margin-bottom: 20px; padding: 5px 40px 5px 10px; }
	.arrow-button a::after { top: calc(30%); left: 95%; width: 30px; }
}
.arrow-button :hover { color:var(--base-color); }
.arrow-button a:hover::after { border-right: 2px solid var(--base-color); border-bottom: 1px solid var(--base-color); }
.arrow-button a:hover::after { }
	

/*-- text-shadow ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.tShadow { text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), 2px 0px 2px rgba(0,0,0,0.7), -2px -0px 2px rgba(0,0,0,0.7), 0px 2px 2px rgba(0,0,0,0.7), 0px -2px 2px rgba(0,0,0,0.7); }
	.tShadow-wh { text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff; }
}
@media screen and (min-width: 600px) {
	.tShadow { text-shadow: 3px 3px 3px rgba(0,0,0,0.7), -3px -3px 3px rgba(0,0,0,0.7), -3px 3px 3px rgba(0,0,0,0.7), 3px -3px 3px rgba(0,0,0,0.7), 3px 0px 3px rgba(0,0,0,0.7), -3px -0px 3px rgba(0,0,0,0.7), 0px 3px 3px rgba(0,0,0,0.7), 0px -3px 3px rgba(0,0,0,0.7); }
	.tShadow-wh { text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff; }	
}

/*-- 背景固定　パララックス -------------------------------------------------------------*/
.ovry {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 1;
	background-image: linear-gradient(75deg, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .8) 50%);
	background-size: 3px 3px;
}

/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 100px; }
	.scroll::-webkit-scrollbar { width: 6px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
	
	#overlay .scroll { max-height: 80vh; }
}
@media screen and (min-width: 600px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 6px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
	
	.scroll-x { overflow-x: scroll; }
}

/*-- translate ------------------------------------------------------------*/
.translated-ltr .company-name p { display: none; }
@media screen and (max-width: 599px) {
	.gtranslate_wrapper #gt_float_wrapper { position: fixed; top: 6px !important; right: 65px !important; z-index: 111; }
	.gtranslate_wrapper .gt_float_switcher { background: none; box-shadow: none; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected { background: none; box-shadow: none;  }
	.gtranslate_wrapper .gt_float_switcher img { /*filter: grayscale(100%);*/ width: 20px; margin: 0px; border-radius: 0px; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 13px; font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; top: 0px; }
	
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang { padding: 0px; }
	header .in-head-flex .hR nav ul { margin-right: 80px; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { transform: rotate(0deg); }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate { transform: rotate(-180deg); }
	.gtranslate_wrapper .gt_options.gt-open { background: #333; }
	.gtranslate_wrapper .gt_float_switcher img { width: 15px; margin-right: 5px;  }
	.gtranslate_wrapper .gt_float_switcher .gt_options { max-height: 300px; min-width: 240px; }
	.gtranslate_wrapper .gt_float_switcher .gt_options a { font-size: 15px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; padding: 5px 15px; } 
	.gtranslate_wrapper .gt_float_switcher .gt_options.gt-open { position: absolute; right: 0; top: 30px; background: #333; }
	.gtranslate_wrapper .gt_float_switcher .gt_options.gt-open a { color: #fff;}
	.gtranslate_wrapper .gt_float_switcher {  }
	.gtranslate_wrapper.is-fix { display: none; }
	header.is-fix .in-head-flex .hR nav ul { margin-right: 0px; }
	.mainCopy p { margin: 0 2%; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected {
        background: none;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
    }
}
@media screen and (min-width: 600px) {
	.gtranslate_wrapper #gt_float_wrapper { position: fixed; top: 10px !important; right: 5px !important; z-index: 111; }
	.gtranslate_wrapper .gt_float_switcher { background: none; box-shadow: none; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected { background: none; box-shadow: none;  }
	.gtranslate_wrapper .gt_float_switcher img { /*filter: grayscale(100%);*/ width: 20px; margin: 0px; border-radius: 0px; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 15px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang { padding: 0px; }
	header .in-head-flex .hR nav ul { margin-right: 80px; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { transform: rotate(0deg); }
	.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate { transform: rotate(-180deg); }
	.gtranslate_wrapper .gt_options.gt-open { background: #333; }
	.gtranslate_wrapper .gt_float_switcher img { width: 15px; margin-right: 5px;  }
	.gtranslate_wrapper .gt_float_switcher .gt_options { max-height: 300px; min-width: 240px; background: #333; }
	.gtranslate_wrapper .gt_float_switcher .gt_options a { font-size: 15px; font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; padding: 5px 15px; } 
	.gtranslate_wrapper .gt_float_switcher .gt_options.gt-open { position: absolute; right: 0; top: 30px; }
	.gtranslate_wrapper .gt_float_switcher .gt_options.gt-open a { color: #fff;}
	.gtranslate_wrapper .gt_float_switcher {  }
	.gtranslate_wrapper.is-fix { display: none; }
	header.is-fix .in-head-flex .hR nav ul { margin-right: 0px; }
	.mainCopy p { margin: 0 2%; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected {
        background: none;
        box-shadow: none;
        position: absolute;
        top: 6px;
        right: 0;
        width: 150px;
    }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.gtranslate_wrapper #gt_float_wrapper { position: fixed; top: 15px !important; right: 100px !important; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected { top: -10px; }
}
@media screen and (min-width: 900px) and (max-width: 1080px) {
	.gtranslate_wrapper #gt_float_wrapper { position: fixed; top: 10px !important; right: 15px !important; }
	.gtranslate_wrapper .gt_float_switcher .gt-selected { right: 60px; }
}

/*@media screen and (min-width: 1080px) {
	header .in-head-flex .hR { margin-right: 5%; }
}
@media screen and (min-width: 1080px) and (max-width: 1179px) {
	header .in-head-flex .hR { margin-right: 9%; }
}
@media screen and (min-width: 1180px) and (max-width: 1279px) {
	header .in-head-flex .hR { margin-right: 8%; }
}
@media screen and (min-width: 1280px) and (max-width: 1379px) {
	header .in-head-flex .hR { margin-right: 7%; }
}
@media screen and (min-width: 1380px) and (max-width: 1479px) {
	header .in-head-flex .hR { margin-right: 6%; }
}*/
header.is-fix .in-head-flex .hR { margin-right: 0%; }

/*-- list indent ------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*-- ol number list ------------------------------------------------------------*/
ol.nrml { counter-reset: item; list-style-type: none; padding-left: 0; }
ol.nrml li{ text-indent: -1.3em; padding-left: 1.3em; }
ol.nrml li:before { counter-increment: item; content: counter(item)'.'; padding-right: .5em; font-weight: bold; color: #000;}

ol.maru { list-style-type: none; counter-reset: number; }
ol.maru li { position: relative;}
ol.maru li::before { content: counter(number); counter-increment: number; padding: 0 0.2em; }
ol.maru li::after { content: ''; position: absolute; display: block; top: 50%; left: 0; transform: translateY(-50%); width: 1em; height: 1em; border: 1px solid #000; border-radius: 50%;}

/*-- arrow list ------------------------------------------------------------*/
.arrow_list { margin-bottom:20px; }
.arrow_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list li:before { content: "├"; margin-right:10px; }

.arrow_list_t { margin-bottom:20px; margin-left: 1em; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_t li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:#333; }

/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落 ------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:40px !important; }
.single_section strong { font-size: 1.2rem; }

/*--wordpress投稿　AUTO SITEMAP ------------------------------------------------------------*/
.wp-block-column { margin-bottom:20px; }
.wp-block-column li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
.wp-block-column li:before { content: "├"; margin-right:10px; }

/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter { display: block; margin: 0 auto;}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #ccc !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #fff !important; }
#pager a { color: #333 !important;  }
#pager .pages, #pager .current { background: #dedede !important;}
#pager a.page { border: 1px solid #dedede; }

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.flash1{ animation: Flash1 1.0s infinite; }
@keyframes Flash1{ 50%{ opacity: 0.5; }}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}
.endi { color: var(--base-color);}

.under {text-decoration:underline; border-color:#666;}

.marker { background:linear-gradient(transparent 60%, #f5f5ee 60%); }

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*-- clearfix ------------------------------------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- loading ------------------------------------------------------------*/
#loading{ position: absolute; left: 45%; top: 40%; }
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 8888; }
body{ background-color: #fff; }
@media screen and (max-width: 767px) { 
	#loading{ position: absolute; left: 45%; top: 40%; }
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{ position: absolute; left: 45%; top: 40%;}
	#loading img { width:50px; }
}
@media screen and (min-width: 961px) {
	#loading{ position: absolute; left: 48%; top: 40%;}
	#loading img { width:60px; }
}



