@charset "utf-8";
.nowrap{
	white-space:nowrap;
	font-size:1em !important;
}

@media screen and (max-width: 375px) {
	.nowrap{
		display:inherit;
	}
}
.row{
	display:table;
	width:100%;
	height: 100%;
}
.row::after{
  content: "";
  display: block;
  clear: both;
}
.col,.col2,.col3,.col4,.col5,.col6,
.col4-3,
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
	display:table-cell;
	*float:left;
	padding:1em;
}
.col{
	width:100%;
}
.col2{
	width:50%;
}
.col3{
	width:33.33333%;
}
/*.col3-2{
	width:66.66666%;
}*/
.col4{width:25%;}
.col4-3{width:75%;}
.col5{width:20%;}

.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
/*.col6{
	width: 145px;
}*/

/*iPhone8 Plus 縦 414px
　　　　　　　 横 736px
*/
@media screen and (max-width: 414px) {
	.row,.col,.col2,.col3,.col4,.col5,.col6,
	.col4-3,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
	.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
		display:block;
		width:100%;
		padding:1em 0;
	}
	.sm-block{
		display:block;
	}
	.row{
		margin: 0 !important;
	}
	.col-sm-12{
		padding: 0 !important;
	}
	.row.col-sm{
		display: table;
		padding: 0 20px;
	}
	div[class^="col-"].col-sm{
		display: table-cell;
	}
	.col-12.col-sm {
	  width: 100%;
	}
	.col-11.col-sm {
	  width: 91.66666667%;
	}
	.col-10.col-sm {
	  width: 83.33333333%;
	}
	.col-9.col-sm {
	  width: 75%;
	}
	.col-8.col-sm {
	  width: 66.66666667%;
	}
	.col-7.col-sm {
	  width: 58.33333333%;
	}
	.col-6.col-sm {
	  width: 50%;
	}
	.col-5.col-sm {
	  width: 41.66666667%;
	}
	.col-4.col-sm {
	  width: 33.33333333%;
	}
	.col-3.col-sm {
	  width: 25%;
	}
	.col-2.col-sm {
	  width: 16.66666667%;
	}
	.col-1.col-sm {
	  width: 8.33333333%;
	}
}

canvas{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sec-even{
background: #fefefe; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #fcf5e1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%,#fcf5e1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fefefe 0%,#fcf5e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fcf5e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sec-odd{
background: #fefefe; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fefefe 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/**/
body {
    position: relative;
    left: 0;
    /*overflow-x: hidden;*/
}
body,
#wrap{
	display: flex;
	flex-direction: column;
	min-height: 100vh;	
}
/**/
@media screen and (max-width: 1024px) {
	/*body {
		font-size: 14px;
	}*/
}

/* ヘッダー ---------------------------------*/
#header{
	background: #fff;
	width: 100%;
	position:fixed;
	top: 0;
	right: 0;
	left: 0;
    z-index: 1;
	/*border-bottom: 1px solid #eff0f1;*/
}
#header.fixed{
	z-index:3;
	background:rgba(255, 255, 255,.95);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	/*height:58px;*/
	border-bottom: 1px solid #eff0f1;
}
#headerInner{
	max-width:1100px;
	min-width:900px;
	*width:900px;
	margin:0 auto ;
	position:relative;
	height: 80px;
}

#header.fixed #headerInner{
	/*height:58px;*/
}
#logo{
	position:absolute;
	left:0;
	bottom:0;
	height: 60px;
	margin-left:1em;
	/*background:#008CD6;
	bottom:20px;*/
}
#logo a{
	display:block;
	color: #171717;
}
#logo a img{
	height:30px;
}
#header.fixed #logo{
	/*height:40px;*/
}
/*
#header.fixed #logo a img{
	height:35px;
}*/
@media screen and (min-width: 1800px) {
	#headerInner{
		max-width:1400px;
	}
}
@media screen and (min-width: 800px) {
	#headerInner{
		width:100%;
		max-width:inherit;
		min-width:inherit;
	}
}
@media screen and (max-width: 800px) {
	/*#header,
	#header.fixed{
		height:58px;
	}*/
	#headerInner{
		width:100%;
		max-width:inherit;
		min-width:inherit;
		padding:0;
		height:58px;
	}
	#logo{
		top: 0;
		height: auto;
	}
	#logo a{
		line-height: 58px;
	}
	#logo a img{
		height: 30px;
	}
	#header.fixed{
		background:rgba(255, 255, 255,1);
	}
	body.open #header.fixed,
	body.open #sub-nav{
		left: -240px;
	}

}
@media screen and (max-width: 414px) {
	#logo a{
		width: 90px;
	}
}
#navBody .logo{
	font-size: 26px;
	line-height: 58px;
	color: #fff;
}
/* ナビゲーションアイコン */
#navBody{
	/*float:right;*/
	position:absolute;
	/*bottom:0;*/
	right:0;
}
#nav{
}

#nav li{
	display:table-cell;
	*float:left;
    vertical-align: middle;
	text-align:center;
}
#nav li a{
	color: #232C4C;
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding:0 1em;
	
	font-size: 15px;
	font-weight: bold;
	line-height:80px;
}
/*#header.fixed #nav a{
	line-height:58px;
}*/
#nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #f39c12;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#nav li a:hover{
	color:#f39c12;
	text-decoration:none;
	*text-decoration:underline;
}
#nav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#nav li a.active{
	color:#f39c12;
}
#nav li a.active::after {
	-webkit-transition:inherit;
    transition: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
    transform: inherit;
}

#navBody .foot_nav{
    display: none;
}
@media screen and (max-width: 1000px) {
	#nav li a{
		padding: 0 .7em;
	}
}
@media screen and (max-width: 900px) {
	#nav li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) {
	#navBody{
		float:none;
		padding:0;
	}
	#header.fixed #nanavBody{
		top: 46px;
	}
	#navBody{
		position: fixed;
		/*top: 58px;*/
		top: 0;
		right: -240px;
		width: 240px;
		height: 100%;
		background: #212222;
		z-index: 4;
	}
	#navBody .foot_nav{
		display: block;
	}
	#navBody .foot_nav {
		margin-bottom: 0;
	}
	/*#navBody .foot_nav li{
		display:block;
		padding:0.5em;
		font-size: 0.9em;
		text-align: right;
	}*/
	#navBody .foot_nav li,
	#nav li{
		display:block;
		width:auto;
		height:auto;
		margin-top:0;
		padding: 0;
		border-bottom:1px solid #333;
	}
	#navBody .foot_nav li a,
	#nav li a {
		display:block;
		text-align: left;
		color:#fff;
		padding:.5em 1em;
		line-height:40px;
		font-weight: normal;
	}
	#navBody .foot_nav li a:hover,
	#nav li a:hover {
		background:#212222;
	}
	#navBody .foot_nav li a::after,
	#nav li a::after{
		height: 0;
	}
	/* ナビゲーションアイコン */
	.navBtn {
        display: block;
        width: 30px;
        position: absolute;
        top: 18px;
        right: 12px;
        cursor: pointer;
	}
	.navBtn span {
        display: block;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
	}
	.navBtn span:nth-of-type(2),
	.navBtn span:nth-of-type(3) {
        margin-top: 5px;
	}
	/* ナビゲーションアイコン：アクティブ */
	.open .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
	}
	.open .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
	}
	.open .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
	}
	#nav li a.active::after {
		display:none;
	}
}

@media screen and (max-width: 320px) {
	#headerInner {
		height: 50px;
	}
	
	.navBtn{
		top: 15px;
	}
}
/**/
.musk{
	position:fixed;
	top:0;
	left:0;bottom: 0;
	right: 0;
	background:#212222;
	opacity: .3;
	display:none;
	z-index:1;
}
.open .musk{
	display:block;
}

/**/
#sub-nav{
}
#breadcrumb.sub-nav{
	margin-top: 130px;
}
#sub-nav ul{
	/*max-width:1100px;
	min-width:900px;*/
	width: 100%;
	margin: 0 auto;
	display: table;
	height: 50px;
}

#sub-nav ul li{
	width: 25%;
	display: table-cell;
	table-layout: fixed;
	text-align: center;
	vertical-align: middle;
	background: #535353;
}
#sub-nav ul li a{
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 10px;
	padding: 3px 0;
	height: 50px;
	line-height: 50px;
}
#sub-nav ul li:hover{
	opacity: .8;
}
#sub-nav ul li.active{
	background: #aaa;
}
#sub-nav ul li.btn-app{
	background: #D10011;
}
@media screen and (max-width: 1100px) {
	#sub-nav ul{
		max-width:inherit;
		min-width:inherit;
		width: 101%;
	}
}

@media screen and (max-width: 800px) {
	#breadcrumb.sub-nav{
		margin-top:  108px;
	}
	#sub-nav ul{
		max-width:inherit;
		min-width:inherit;
		width: 100%;
	}
	#sub-nav ul li a{
		font-size: 12px;
	}
}
#sub-nav ul li i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 414px) {
	#sub-nav ul li i{
		display: block;
		font-size: 20px;
		margin: 5px 0 2px;
	}
	
	#sub-nav ul li a{
		font-size: 12px;
		line-height: 1;
	}
}

/**/
.tab-nav{
    margin: 0;
	text-align: center;
    padding: 80px 0 0;
}
.tab-nav li{
    display: inline;
}
.tab-nav li a{
	width: 350px;
	font-weight: bold;
    display: inline-block;
    color: #535353;
	background: #eff0f1;
    padding: 25px 10px;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #535353; 
}
.tab-nav li a span{
	display: block;
	font-size: 30px;
}
.tab-nav li.active a{
    color: #D10011;
	background: #fff;
	border-color: #D10011;
	padding-bottom:27px;
}
.hide{display:none;}
@media screen and (max-width: 768px) {
	.tab-nav li a{
		width: 45%;
	}
	.tab-nav li a span{
		font-size: 24px;
	}
}

@media screen and (max-width: 414px) {
	.tab-nav li a{
		font-size: 14px;
	}
	.tab-nav li a span{
		font-size: 20px;
	}
}
/*.tab-nav li a.active:hover,
.tab-nav li a:hover{
	background: #F5F7F9;
	border-color: #D7E0E6;
}*/
.tab-content {
	margin-top: -2px;
	border-top: 2px solid #D10011;
}
/**/
#titleArea{
    color: #fff;
	/*padding: 1em;*/
    padding: 30px 1em;
	/*margin-top: 80px;*/
	height:400px;
}
#titleArea.sec-photo{
    color: #232C4C;
}
#titleArea.min{
	height:auto !important;
	min-height:150px;
}
#titleArea .col2{
	padding:0;
}
#titleArea img{
	width: 100%;
	/*height:350px;
	overflow: hidden;*/
}

@media screen and (max-width: 768px) {
	#titleArea{
		/*margin-top: 44px;*/
	}
	#titleArea img{
		width: 100%;
		height: auto;
	}
	#titleArea .col2{
		vertical-align:bottom;
	}
	#titleArea .col2.ver-middle{
		vertical-align:middle;
	}
	#titleArea.min{
		min-height:inherit;
	}
	
	#titleArea.busit-ad{
		height: auto;
	}
	/*#titleArea.busit-ad,
	#titleArea.busit-ad img{
		overflow: auto !important;
	}*/
	#titleArea.busit-ad .col-6{
		width: 100%;
		display: block;
	}
	#titleArea.busit-ad .title-image{
		text-align: center;
	}
}
@media screen and (max-width: 414px) {
	#titleArea{
		/*text-align:center;*/
		height:auto;
		/*max-height:400px;*/
	}
	#titleArea .row,
	#titleArea .col2,
	.sec-inquiry .row,
	.sec-inquiry .col2	{
		display:block;
		width:100%;
	}
	
	#titleArea.busit-ad{
		height: auto;
		max-height:inherit;
	}
	#titleArea.busit-ad img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-height: 414px) {
	#header{
		position:relative;
	}
	#titleArea{
		margin-top: 0 !important;
		/*height:auto !important;*/
		height:auto ;
	}
}
/*-----------パンくずリスト-----------*/

#breadcrumb{
	background: #eff0f1;
	margin-top:80px;
	/*height: 40px;*/
}
#breadcrumb ul{
	padding: 5px 1em;
	margin:0 auto ;
	display:block;
	max-width:1200px;
	min-width:900px;
	*width:900px;
	font-size:12px;
	/*height: 40px;*/
}
#breadcrumb li{
	float:left;
	margin-right:1em;
	color:#171717;
	/*line-height: 40px;*/
}
#breadcrumb li:after {
	content:"　>";
}
#breadcrumb li:last-child:after{
	content:none;
}
#breadcrumb li a{
	text-decoration:underline;
	color:#171717;
}
#breadcrumb a:hover{
	text-decoration:none;
}
@media screen and (max-width: 1024px) {
	#breadcrumb{
		padding: 0 30px;
	}
}
@media screen and (max-width: 800px) {
	#breadcrumb{
		margin-top:58px;
		padding: 0;
	}
	#breadcrumb ul{
		padding: 5px 2em;
		max-width:inherit;
		min-width:inherit;
	}
	#breadcrumb li,
	#breadcrumb a{
	}
}


/*-----------セクション-----------*/
.section{
	/*padding:100px 0;*/
	padding:80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panel{
	max-width:1100px;
	min-width:900px;
	*width:900px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1800px) {
	/*.panel{
		max-width:1400px;
	}*/
}
@media screen and (max-width: 1024px) {
	.section{
		padding:60px 30px;
	}
}

@media screen and (max-width: 900px) {
	.panel{
		max-width:inherit;
		min-width:inherit;
		width:auto;
	}
	.section{
		padding:60px 30px;
	}
}
@media screen and (max-width: 414px) {
	.section{
		padding:60px 25px;
	}
}
@media screen and (max-width: 320px) {
	.section{
		padding:30px 20px;
	}
}
/**/

/*セクション内のリンク*/
/*.section .more{
	text-align:center;
}
.section .more a{
	display:inline-block;
	*display:block;
	*zoom:1;
	border:1px solid #171717;
	border-radius:50px;
	text-align:center;
	background:#171717;
	color:#fff;
	padding:15px;
	margin:25px 0 0;
}
.section .more a:hover{
	background:#d54a00;
	border-color:#d54a00;
	color:#fff;
	-webkit-transition: 0.4s ;
	-ms-transition: 0.4s ;
	-mos-transition: 0.4s ;
	transition: 0.4s ;
}*/
/**/





/**/
ol.flow{
    /*max-width: 1100px;
    min-width: 900px;*/
	*width: 900px;
	margin:0 auto;
}
ol.flow li.row{
/*	margin-bottom:5px;*/
	border:2px solid #212222;
	border-radius:5px;
	padding:1em;
}
ol.flow li.img-arrow{
/*	margin-bottom:10px;*/
	height: 20px;
}
ol.flow li.img-arrow img{
	vertical-align: top;
	height: 100%;
}
.flow-ttl{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 25px
}
ol.flow .step{
	/*width:530px;*/
	border-right:1px solid #666;
	font-size:24px;
	font-weight:bold;
}
ol.flow h4 span{
	color:#008CD6;
	margin-right:1em;
}
.flow .tel{
	font-size:24px;
}
@media screen and (max-width: 1024px) {
	ol.flow{
		width: auto;
	}
	/*ol.flow .col2.step{
		width:520px;
	}*/
}
@media screen and (max-width: 768px) {
	.flow-ttl{
		font-size:26px;
	}
	ol.flow{
		max-width: inherit;
		min-width: inherit;
		width: auto;
	}
	.flow li div[class^="col-"]{
		display: block;
		width: 100%;
	}
	ol.flow h4 span{
		display:block;
	}
	ol.flow li.row,
	ol.flow .col2{
		display:block;
		width: auto;
	}
	ol.flow .col2{
		padding:.5em 0;
	}
	ol.flow h4 span{
		display:inline;
		color:#008CD6;
		margin-right:1em;
	}
	ol.flow .step{
		font-size:18px;
		width: auto;
		border-right:none;
		border-bottom:1px solid #666;
		margin-bottom:.5em;
	}
}

@media screen and (max-width: 414px) {
	.flow .tel{
		text-align:center;
		margin-bottom:.5em;
	}
	
}
/**/
.faq{
	width:900px;
	margin:40px auto;
	background-color:#eff0f1;
	padding:0.5em 1em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.row .faq{
	width:auto;
}
.faq .ttl{
	margin-bottom:0.5em;
	font-weight:bold;
	border:none;
	font-size:18px;
}
.faq p{
	font-size:14px;
	margin:0 1em;
}
.faq:after {
  content: "\e907";
	font-family: 'icomoon' !important;
	text-align:right;
	display: inherit;
	color:#fff;
	font-size:24px;
}
.faq:before  {
	font-family: 'icomoon' !important;
	content: "\e908";
	color:#fff;
	font-size:24px;
}

@media screen and (max-width: 768px) {
	.faq{
		width:auto;
	}
}
/*-----------フッター-----------*/
#footer{
	background:#171717;
	padding:20px 10px;
	color:#fff;
	margin-top: auto;
}
#footer .logo {
    margin: 0 0 20px;
}
#footer .logo .icon-tc{
	font-size:50px;
}
#footer .section{
	padding: 0;
}
.address{
	font-size: 12px;
}
/*footer{
	max-width:1100px;
	min-width:900px;
	margin:0 auto;
}*/
.page_top{
	margin:0 auto 50px;
	display:block;
}
.page_top img{
	width:120px;
}
/*.foot_nav{
	margin:0 auto 15px;
}*/
.foot_nav li{
	display:inline-block;
	padding:0 1em;
}
.foot_nav a{
	color:#fff;
	font-size: 13px;
}
.footer_copy{
	font-size:0.7em;
	/*background: #008CD6;
	color: #fff;*/
	text-align: center;
	padding: 5px 0 15px;
}

@media screen and (max-width: 900px) {
	
	/*footer{
		max-width:inherit;
		min-width:inherit;
	}*/
}

@media screen and (max-width: 800px) {
	#footer{
		background:#171717;
	}
	#footer .foot_nav{
		display: none;
	}
	
	
	.page_top{
		margin:0;
		padding:0.5em;
		background:#3D3D3D;
	}
	.page_top img{
		width:100px;
	}
}

@media screen and (max-width: 414px) {
	#footer{
		/*padding:0;*/
	}
	.foot_nav{
		padding:0 !important;
	}
	
	/*.foot_nav li{
		padding:20px 0;
		border: 1px solid #7C7C7C;
		border-bottom: 1px solid #7C7C7C;
		border-left: 1px solid #7c7c7c;
		display: block;
		font-size: 12px;
		margin: 0;
		border-collapse: collapse;
	}
	.foot_nav a li{
		padding: 10px;
	}*/
	.foot_nav .sns a{
		margin:0 2em;
		display: inline-block;
	}
}
/*-----------テーブル-----------*/
table{
	/*width:800px;*/
		width:100%;
	margin:10px auto;
	border:1px solid #ccc;
}

/*form table{
	width:auto;
}*/
th,td{
	padding:1em ;
}
tr{
	border-bottom:1px solid #ccc;
}
tr:last-child{
	border-bottom:none;
}
th{
	text-align:right;
	color:#181818;
	background: #f3f3f3;
	white-space:nowrap;
}
td{
	text-align:left;
}
.col2 table{
	width:100%;
}
@media screen and (max-width: 800px) {
	table{
		width:100%;
	}
	th,td{ padding: 0.8em; font-size:0.95em;}
}

/* dl 定義リスト*/
#def-list dt{
    font-size: 1.1em;
    font-weight: bold;
    background: #efefef;
    padding: 5px 1em;
    margin:2em 0 .5em;
    border-radius: 3px;
}
#def-list dd{
	margin:0 2em;
}
#def-list dd p{
	margin-bottom:.5em;
}
#def-list dd ol{
	margin-left:1.5em;
}
#def-list dd ol li{
	margin-bottom:.5em;
	list-style-type:decimal;
}
ul.list-disc{
	list-style-type:disc;
	list-style-position: inside;
}
ul.list-disc li{
	margin-bottom:1em;
}

@media screen and (max-width: 768px) {
	#def-list dd{
		margin:0 1em;
	}
}
@media screen and (max-width: 414px) {
	#def-list dd{
		margin:0 .5em;
	}
}
/*-----------フォーム-----------*/
.mailform{
	margin-bottom:20px;
}
form .mailform thead{
    background: #D7E0E6;
}
form .mailform thead th{
	text-align:left;
	font-size: 18px;
	font-weight: bold;
}
form th span{
	display:block;
	font-size:0.8em;
}
span.required {
    color: #fff;
    background: #d54a00;
    border-radius: 3px;
    font-size: 0.9em;
    padding: 0 0.3em;
    margin-left: 0.5em;
	display:inline;
}
span.non-required,
span.optional{
    color: #fff;
    background: #7C7C7C;
    border-radius: 3px;
    font-size: 0.9em;
    padding: 0 0.3em;
    margin-left: 0.5em;
	display:inline;
}
p.required{
	color:#d54a00;
	width:800px;
	text-align:right;
	margin:0 auto;
}
label{
	display: inline-block;
	margin: 0.5em 1em 0 0;
	cursor:pointer;
}
input[type="file"]{
	margin:1em 0;
}
select,
option{
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"]{
	width:100%;
	box-sizing: border-box;
	padding:5px 10px;
	border-radius:3px;
	border:1px solid #7C7C7C;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"].fm-w-50{
	width:49.5%;
}
input.fm-w-30{
	width:30%;
}
input.fm-w-sm{
	width:25%;
}
textarea{
	width:100% !important;
	height:150px !important;
	box-sizing: border-box;
	padding:5px;
	border-radius:3px;
	border:1px solid #7C7C7C;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input:focus,
textarea:focus {
	background-color: #F1EFE7;
}
@media screen and (max-width: 768px) {
/*	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea{
		font-size: 14px;
	}*/
}
/*ラジオボタン*/
.radio input[type="radio"]{
	margin-right:0.5em;
}
.radio label{
	padding:5px;
	border:1px solid #fff;
}
.radio label:hover{
	border:1px solid #D7E0E6;
	border-radius:3px;
}
.checked{
	background: #D7E0E6;
	border-radius:3px;
}
/*ボタン*/
.btn{
	display: inline-block;
	*display:inline;
	*zoom:1;
	/*width:350px;*/
	padding:.5em 2em;
	margin-bottom: 0;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius:3px;
	color:#fff;
}
.btn .icon{
	color:#fff;
	margin-right:.5em;
}
.btn-inquiry{
	background:#42ABD7;
	border-bottom:7px solid #1F7093;
}
.btn-inquiry:hover{
	background:#1F7093;
	color:#fff;
}
.btn-file{
	background:#8BC34A;
	border-bottom:7px solid #567E2A;
}
.btn-file:hover{
	background:#567E2A;
	color:#fff;
}
.sec-inquiry .btn-inquiry,
.sec-inquiry .btn-file {
	width:350px;
}
.btn-lg{
	font-size:20px;
}

.sec-inquiry .icon-phone{
	color:#F44336;
}
.btn-more{
	border:1px solid #171717;
	border-radius:50px;
	text-align:center;
	background:#171717;
	color:#fff;
	margin:50px 0 0;
}
.btn-more:hover{
	background:#f39c12;
	border-color:#f39c12;
	color:#fff;
	-webkit-transition: 0.4s ;
	-ms-transition: 0.4s ;
	-mos-transition: 0.4s ;
	transition: 0.4s ;
}

.btn-next{
	border:1px solid #008CD6;
	color:#008CD6;
}
.btn-next:hover{
	background:#008CD6;
	border-color:#008CD6;
	color:#fff;
	-webkit-transition: 0.4s ;
	-ms-transition: 0.4s ;
	-mos-transition: 0.4s ;
	transition: 0.4s ;
}
@media screen and (max-width: 780px) {
	.btn{
		padding:.5em 1em;
	}
}
@media screen and (max-width: 375px) {
	.btn-inquiry,
	.btn-file,
	.sec-inquiry .btn-inquiry,
	.sec-inquiry .btn-file {
		width: 100%;
	}
	.btn-lg{
		font-size:18px;
	}
	.btn-next{
		width:100%;
	}
}
/*送信ボタン*/
button[type="submit"]{
	margin:30px auto 0;
	display:block;
	padding:5px 1em;
	/*border:none;*/
	border-radius:3px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;
	border: 1px solid #D7E0E6;
}
button[type="submit"].send{
	background:#d54a00;
	color:#fff;
	cursor:pointer;
	border-color:#d54a00;
}
button[type="submit"].send:hover{
	background: #171717;
	border-color:#171717;
	-webkit-transition: 0.4s ;
	-ms-transition: 0.4s ;
	-mos-transition: 0.4s ;
	transition: 0.4s ;
}
/*個人情報保護についての同意*/
#privasy_box{
	width: 800px;
    margin: 30px auto 10px;
}
#privasy_box h3{
	font-size: 1.2em;
    background: #efefef;
    padding: 5px 1em;
    margin-bottom: 0.5em;
    border-radius: 3px;
}
#privasy_box .box{
	margin-bottom:15px;
	font-size:1.2em;
}
#privasy_box .ft-lg{
	font-size:1.2em;
}
@media screen and (max-width: 768px) {
	p.required{
		width:auto;
	}
	#privasy_box{
		width:auto;
	}
	#formTable th,
	#formTable td{
		display:block;
		text-align:left;
	}
	#formTable th{
		background:#D7E0E6;
		border-radius: 3px;
	}
	#privasy_box h3{
		font-size:1.2em;
	}
}
@media screen and (max-width: 414px) {
	span.required{
		font-size:12px;
	}
}


/*-----------バリデーション-----------*/
input.error,
textarea.error{
	border:1px solid #d54a00;
}
label.error{
	color:#d54a00;
}


/**/
.fadein {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 1000ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
/*
.effect_2 .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect_2 .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}*/


	
/*-----------文字-----------*/
	
/*
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
#ttl{
	font-size: 3em;
}*/
#ttl{
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	margin-bottom:20px;
}
#titleArea.sec-photo #ttl{
	font-size: 28px;
}
#ttl .ft-sm{
	font-size:30px;
	margin-left:1em;
}
/*#titleInner p,*/
#titleArea .p-ttl{
	/*font-size: 28px;
	font-family: 'Aileron', 'Noto Sans', sans-serif;*/
	font-size:42px;
}
@media screen and (min-width: 1920px) {
	/*#ttl{
		font-size: 67px;
	}*/
	#ttl .ft-sm{
		font-size:40px;
	}
	#titleInner p{
		font-size: 38px;
	}
}
@media screen and (max-width: 768px) {
	/*#titleArea{
		overflow:hidden;
	}*/
	#titleArea #ttl{
		margin-bottom:10px;
	}
	#titleInner p,
	#titleArea .p-ttl{
		font-size:24px;
	}
	#ttl{
		font-size: 38px;
	}
	/*#titleArea .solo .p-ttl{
		line-height:inherit;
	}*/
}
@media screen and (max-width: 375px) {
	#ttl .ft-sm{
		font-size: 26px;
	}
	/*#titleInner p.p-ttl{
		font-size: 22px;
	}*/
	#titleArea .row,
	#titleArea .col2{
		display:block;
		width:100%;
	}
	#titleArea .col2{
		padding:.5em;
	}
	#titleArea img{
		height:300px;
	}
}
.ttl{
	border-bottom: 1px solid #232C4C;
	font-size: 32px;
	color: #232C4C;
	margin-bottom: 1em;
	font-weight: bold;
}
.ttl.news{
	margin-bottom: .5em;
}
.ttl .ft-sm{
	font-size:0.5em;
	margin:0 0.5em;
}
.ttl2{
	font-size:30px;
}
.ttl3{
	font-size:24px;
}
.sitemap-ttl{
	border-bottom:1px solid #e2e2e2 ;
	font-size:24px;
	color: #232C4C;
	margin-bottom: 1em;
}
.ttl.recruit,
.ttl.alert{
	color: #E10031;
	border: 2px solid #E10031;
	padding:10px;
	text-align:center;
	margin-bottom:25px;
}
.ttl-b{
	border:1px solid #000;
	padding: .5em;
}
@media screen and (min-width: 1920px) {
	.ttl{
		font-size:40px;
	}
	
}
@media screen and (max-width: 1024px) {
	.ttl{
		font-size: 24px;
	}
	/*.ttl2{
		font-size: 20px;
	}
	.ttl{
		font-size: 2.5em;
	}
	.ttl span{
		font-size:0.8em;
	}*/
}
@media screen and (max-width: 375px) {
	#ttl{
		font-size: 32px;
		margin-bottom:0.5em;
	}
	#ttl span{
		font-size: .9em;
	}
	.ttl2{
		/*font-size:18px;*/
		font-size:18px;
	}
	.ttl{
		/*font-size:3.5em;
		position: relative;
		line-height: 1;
		color: #232C4C;*/
		/*padding: 15px 5px 40px 10px;*/
		font-size: 22px;
		margin-bottom: 15px;
		/*white-space: nowrap;*/
	}
	
	.ttl.recruit{
		font-size:18px;
		padding:5px;
	}
}
@media screen and (max-width: 320px) {
	.ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
}
/**/
.ft-point{
    font-size: 26px;
    padding: .5em 0;
    font-weight: bold;
}
.ft-point .icon{
	color:#EA981E;
	font-size:30px;
	margin-right:0.2em;
	vertical-align: top;
}

@media screen and (min-width: 1920px) {
	/*.ft-point{
		font-size: 30px;
	}*/
}
@media screen and (max-width: 780px) {
	.ft-point{
		font-size: 18px;
	}
	.ft-point .icon{
		font-size: 20px;
	}
}
@media screen and (max-width: 375px) {
	.ft-point{
		font-size: 18px;
		font-weight:bold;
	}
	.ft-point .icon{
		font-size:18px;
	}
}
/**/
.svc-point{
	padding: 5px 0;
	text-align:center;
}
.svc-point span{
	background:#E10031;
	color:#fff;
	margin-right:1em;
	padding:5px 1em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    font-size: 13px;
}
.col3 .svc-point span{
	white-space:nowrap;
	display:inline-block;
}
.svc-point span:first-child{
	margin-bottom:10px;
}
@media screen and (max-width: 786px) {
	.svc-point{
		text-align:left;
	}
}
/**/

#navi .select{
	color:red;
}


/*マーカー（index、news詳細ページなどのbusitやinfo）*/
.mark-prodact{
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-bottom: 0;
	margin-right: 1em;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius:3px;
	color:#fff;
	padding:0 5px;
	font-size: 13px;
}
/* BUSit、バスロケに関するお知らせ */
.mark-prodact.busit{
	background:#8ABE1F;
}
/* 物販（※2021/4/23時点では利用なし） */
.mark-prodact.shop{
	background:#00AFF3;
}
/*
.mark-prodact.news{
	background:#FE8D90;
}
*/
/*お知らせ*/
.mark-prodact.info{
	background:#212222;
}
/*重要（赤）*/
.mark-prodact.imp{
	background:red;
}
/*リクルート*/
.mark-prodact.recruit{
	background:#ff9800;
}
/*BUSit広告*/
.mark-prodact.busit_ad{
	background:#f39c12;
}
/*展示会など*/
.mark-prodact.topic{
	background:#008CD6;
}
/**/
.icon{
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.note{
	color:#83888C;
	font-size:0.9em;
}
/* 電話 */
.tel{
	font-weight:bold;
}
.tel-lg{
	font-size:67px;
	font-family:"Times New Roman", Times, serif;
}
/**/
.sec-inquiry .tel{
	font-size:24px;
}
.reception-time{
	font-size:18px;
	display:block;
	margin-left:24px;
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.tel-lg{
		font-size:40px;
	}
}
@media screen and (max-width: 375px) {
	.sec-inquiry .tel{
		font-size:22px;
	}
	.reception-time{
		display:block;
		font-size:16px;
		text-align: left;
		margin: 0;
	}
}

/**/
a[target="_blank"]:after,
.icon-blank:before {
  content: "\e900";
	font-family: 'icomoon' !important;
}
a[href$=".pdf"]::after {
    content: "\e90c";
	font-family: 'icomoon' !important;
	vertical-align: top;
}

.subMenu-title{
	padding:50px 1em;
}
.subMenu ul li a{
	display:block;
	padding:.5em 1em;
	font-size: 14px;
}

/*---------その他------------------------*/
.b-box{
	padding: 1em;
	border:  #D7E0E6 1px solid;
}
.alert{ color:#E10031;}
.bb-dot{ border-bottom: 3px dotted #212222;}
.b-none{ border:none;}
hr.b-solid{
	border: none;
	border-bottom: #008CD6 1px solid;
}
/*リストタイプ*/
.list-disc{
	list-style: disc;
}

.pl-1e{padding-left:1em !important;}
.pl-2e{padding-left:2em !important;}
.mt0{ margin-top: 0 !important;}
.mt10{ margin-top:10px !important;}
.mt20{ margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.mt70{margin-top:70px !important;}
.mt-100{margin-top:100px !important;}
.mr10{margin-right:10px !important;}
.mb0{ margin-bottom: 0 !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.pb50{ padding-bottom:50px !important;}
/* [font-size] -------------- */
.f12{ font-size:12px !important;}
.f13 { font-size: 1.3em !important; }
.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
/*.f12 { font-size: 12px; }
.f13 { font-size: 13px; }*/
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.ft-lg{ font-size:120% !important;}
/* [color] ------------------ */
.red{ color:red !important;}
/* [weight] ------------------ */
.fb{ font-weight:bold !important;}
/* [align] ------------------ */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }
.ver-top{vertical-align:top !important;}
.ver-middle{vertical-align:middle !important;}
.ver-bottom{vertical-align:bottom !important;}
/**/
.text-under{ text-decoration:underline !important;}

.bg-eee{background:#eee;}


/*-----------プリント-----------*/
@media print{
	body{
		width:1050px;
		margin:0 auto;
	}
	#header{
		position: static;
	}
	#header.fixed{
		position: static;
		box-shadow: 0;
		height:auto;
	}
	#titleArea,
	.crumb-top{
		margin-top:0 !important;
	}
	.panel,
	.row{
		max-width:inherit;
		min-width:inherit;
		width:1000px !important;
		margin:0 auto;
	}
	.col2{
		width:50%;
	}
	.section{
		padding:50px 0;
	}
	#nav li a{
		padding: 0 .5em;
	}
	.owl-carousel,.owl-wrapper,
	.owl-wrapper-outer,
	.owl-item{
		position:static !important;
		width:auto !important;
	}
	.owl-item{
		margin-bottom:20px;
	}
	.owl-controls{
		display:none !important;
	}
	.owl-carousel .col2{
		width:500px;
	}
	.photo img{
		height:150px;
	}
	.owl-item img{
		height:250px;
	}
	.col2 .img-pc{
		width:300px;
	}
}
