/*-----------------
Start Common
-------------------*/
@font-face{
	font-family: 'fru';
	src: url('../font/FrutigerLTStd-Bold.otf') format('OpenType');
}
@font-face{
	font-family: 'roboto';
	src: url('../font/Roboto-Medium.ttf') format('OpenType');
}
@font-face{
	font-family: 'roboto-100';
	src: url('../fonts/roboto-thin.ttf') format('TrueType');
}
html.no-ie{
	margin-top: 0 !important;
}
html.front{
	height: 100%;
}
html.front body{
	height: 100%;
}
#wpadminbar{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	opacity: 0.5;
}
#wpadminbar:hover{
	opacity: 1;
}
body{
	margin:0;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Sans-Serif';
	position:relative;
	color: #484848;
	font-size: 14px;
}
p,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,figure{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
	color:#484849;
}
p{
	line-height:1.3em;
	/*word-break: break-all;*/
}
img{
	vertical-align:bottom;
	width:100%;
}
li{
	list-style:none;
}
.roboto-100{
	font-family: 'roboto-100';
}
.fru_heavy{
	font-family:"Tazugane Gothic StdN W50 Heavy";
}
.fru_bold{
	font-family:"Tazugane Gothic StdN W50 Bold";
}
.fru{
	font-family: 'Tazugane Gothic StdN W50 Mediu';
	/*font-family: 'fru';*/
}
.fru_reg{
	font-family: 'Tazugane Gothic StdN W50 Rg';
}
.fru_lig{
	font-family: 'Tazugane Gothic StdN W50 Light';
}
.fru_book{
	font-family: 'Tazugane Gothic StdN W50 Book';
}
.roboto{
	font-family: 'roboto';
}
.mincho, .goth{
	font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Sans-Serif';
}
.cl:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
.trans{
	backface-visibility: hidden;
	transition:0.3s ease-out;
}
.trans:hover{
	opacity:0.5;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.wrap{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.wrap-short{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
body:after{
	content:"pc";
	display:none;
}
figure {
	text-align: center;
	margin-bottom: 30px;
}
figure img{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
#breadcrumb{
	padding: 16px 0 10px;
	box-sizing:border-box;
}
#breadcrumb .crumb{
	display: inline-block;
	font-size: 11px;
}
.txt {
	font-size: 14px;
	line-height: 1.8em;
}
.comment {
	color: #e50012;
}
.imgres {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}
.solid_btn_c-red a {
    box-sizing: border-box;
    border: 1px solid #d6001c;
    text-align: center;
		max-width: 283px;
		padding: 15px 0;
		width: 100%;
    display: inline-block;
    color: #d6001c;
}
#page_mv .sub {
    color: #fff;
		font-size: 16px;
}
#page.in .sub_ttl{
	font-size: 20px;
	margin-top: 65px;
	font-weight: normal;
}
#page.in .sub_ttl .ttl_eng{
	font-size: 15px;
	margin-bottom: 70px;
}
.top_Business Bases_name {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
}
.talign_center{text-align: center;}
.talign_left{text-align: left;}
.talign_right{text-align: right;}
/*デバイス*/
.pcv{display: block;}
.spv{display: none;}
@media(min-width: 941px){
	body:after{content:"pc"}
}
@media(min-width: 1px) and (max-width: 940px){
	body:after{content:"mo"}
}
@media (min-width: 1px) and (max-width: 640px){
	body:after{content:"sp"}
	.pcv{display: none;}
	.spv{display: block;}
	#page.in .sub_ttl {
    text-align: center;
  }
	#page.in .brno {
    display: none;
 }
}

.tab_btn{
	cursor: pointer;
}

/*-----------------
End Common
-------------------*/
