@charset "UTF-8";

/* ===========================================================

会社概要

=========================================================== */
.company .ico-access:before {
	margin-right: 5px;
    display: inline-block;
    transform: translateY(2px);
    font-size: 1.3rem;
}

.company .postscript {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
	.company_table {
		padding-bottom: 120px;
	}
}
/*------------------------------------------------------------
	テーブル部分
------------------------------------------------------------*/

.tab{overflow:hidden;}
.hide {display:none;}

.company .maplink {
	color: #7a88a9;
	font-size: 1.2rem;
	text-align: right;
	display: block;
	margin-right: -5px;
	letter-spacing: 1.5px;
	padding-top: 5px;
}
.company .tab {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 45px;
}
.company .tab li {
	width: 50%;
	text-align: center;
	
}
.company .tab li .tab_inner{
	position: relative;
    display: inline-block;
    padding: 0 0 5px;
    text-align: center;
    font-size: 1.6rem;
}

.company .tab li.select {
	color: #7a88a9;
}

.company .tab > li .tab_inner:hover::before,
.company .tab > li.active .tab_inner::before,
.company .tab > li.select .tab_inner::before {
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.company .tab > li .tab_inner::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7a88a9;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: transform .3s;
}


@media screen and (min-width: 768px) {
	.company .tab {
		display: none;
	}
	.company .company__info {
		display: flex;
    	margin: 0 -30px;
    	letter-spacing: 1.8px;
	}
	.company__info.hidden--s {
		display: none;
	}
	.company .company__info_table {
		width: 50%;
    	padding: 0 30px;
	}
	.company .company__info_table .tbl_01 th {
	    padding: 27px 10px 27px 30px;
	    width: 32%;
	}
	.company .company__info_table .tbl_01.jp_tbl th {
		width: 20%;
	}
	.company .company__info_table .tbl_01 td {
    	padding: 27px 40px 27px 30px;
	}
	.company .maplink {
		padding-top: 0;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.company .company__info {
    	margin: 0 -30px;
	}
	.company .company__info_table {
		padding: 0 30px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.company .company__info {
    	margin: 0 -60px;
	}
	.company .company__info_table {
		padding: 0 60px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
} /* ----- media END ----- */



/*------------------------------------------------------------
	マップ
------------------------------------------------------------*/
#ez-map {
	height: 410px !important;
}

@media screen and (min-width: 768px) {
	#ez-map {
		height: 640px !important;
	}
}

