@charset "UTF-8";
/* CSS Document */

/*header------------------------------------------*/
header {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 10;
}
header .inr {
	padding: 18px;
	width: 1100px;
}
header .logo {
	width: 240px;
	float: left;
}
header nav ul {
	float: right;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	font-size: 11px;
	line-height: 34px;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
header nav ul li a:link {
	text-decoration: none;
}

header nav ul li a:hover {
	color: #c7161e;
}
header .btns {
	float: right;
}
header .contact {
	float: left;
	margin-right: 4px;
}
header .contact a {
	font-size: 11px;
	line-height: 34px;
	color: #fff;
	background: #c7161e;
	text-align: center;
	display: block;
	padding: 0px 20px;
	text-decoration: none;
}
header .contact a:link {
	text-decoration: none;
}

header .fb {
	float: left;
	width: 34px;
	margin-right: 4px;
}
header .en {
	float: left;
	width: 34px;
	margin-right: 4px;
}

/*contents------------------------------------------*/


/*footer------------------------------------------*/
footer {
	background: #f7f7f7;
	margin-top: 110px;
}
footer .scl_top {
}
footer .scl_top a {
	background: #001828;
	display: block;
	text-align: center;
}
footer .scl_top img {
	width: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
footer .inr {
	width: 1100px;
}
footer nav {
	margin-top: 50px;
	text-align: center;
}
footer nav ul {
	display: inline-block;
}
footer nav ul li {
	float: left;
	font-size: 11px;
	border-right: 1px solid #000;
}
footer nav ul li:last-child {
	border-right: none;
}
footer nav ul li a {
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.03em;
	text-decoration: none;
}
footer nav ul li a:link {
	text-decoration: none;
}

footer nav ul li a:hover {
	color: #c7161e;
}
footer .logo {
	width: 240px;
	margin: 30px auto 15px;
}
footer address {
	font-size: 12px;
	text-align: center;
}
footer small {
	font-size: 9px;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 50px;
}
footer small a,
footer small a:link {
	text-decoration: none;
}

.pcl { float: left; }
.pcr { float: right; }
.pcw25 { width: 25%; }
.pcw30 { width: 30%; }
.pcw35 { width: 35%; }
.pcw40 { width: 40%; }
.pcw45 { width: 45%; }
.pcw50 { width: 50%; }
.pcw55 { width: 55%; }
.pcw60 { width: 60%; }
.pcw65 { width: 65%; }
.pcw70 { width: 70%; }
.pcw75 { width: 75%; }

@media screen and (max-width:767px){

.pcl { float: none; }
.pcr { float: none; }
.pcw25 { width: 100%; }
.pcw30 { width: 100%; }
.pcw35 { width: 100%; }
.pcw40 { width: 100%; }
.pcw45 { width: 100%; }
.pcw50 { width: 100%; }
.pcw55 { width: 100%; }
.pcw60 { width: 100%; }
.pcw65 { width: 100%; }
.pcw70 { width: 100%; }
.pcw75 { width: 100%; }

img { height: auto; }
/*header------------------------------------------*/
header {
}
header .inr {
	padding: 10px;
	width: 100%;
}
header .logo {
	width: 150px;
	margin-top: 5px;
}
header nav {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	display: none;
	background: #fff;
}
header nav ul {
	border-top: 1px solid #ebebeb;
	float: none;
}
header nav ul li {
	float: none;
}
header nav ul li a {
	display: block;
	font-size: 11px;
	font-size: 16px;			/* 2019/11/14 */

	line-height: 45px;
	font-weight: bold;
	margin-right: 0;
	width: auto;
	padding-left: 15px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
header nav ul li a:hover {
	color: #000;
}
.btn_nav {
	background: url(../images/btn_nav_sp.png) no-repeat center center;
	background-size: cover;
	height: 30px;
	width: 30px;
	position: fixed;
	top: 10px;
	right: 8px;
	z-index: 15;
}
.btn_nav.show {
	background: url(../images/btn_nav_close_sp.png) no-repeat center center;
	background-size: cover;
}
.sp_close {
	font-size: 10px;
	color: #fff;
	background: #001828;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .btns {
	float: right;
	margin-right: 50px;
	margin-top: 3px;
	margin-bottom: 2px;
}
header .contact {
	width: 25px;
}
header .contact a {
	display: block;
	padding: 0;	
}
header .tel {
	width: 25px;
	float: left;
	margin-right: 4px;
}
header .tel a {
	display: block;
	padding: 0;	
}
header .fb {
	width: 25px;
}
header .en {
	width: 25px;
}


/*footer------------------------------------------*/
footer {
	background: #f7f7f7;
	margin-top: 50px;
}
footer .scl_top a {
}
footer .scl_top img {
	width: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
footer .inr {
	width: 100%;
}
footer nav {
	margin-top: 3px;
	text-align: left;
}
footer nav ul {
	display: block;
}
footer nav ul li {
	float: none;
	font-size: 12px;
	font-size: 16px;			/* 2019/11/14 */

	border-right: none;
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
footer nav ul li:last-child {
	border-right: none;
}
footer nav ul li a {
	padding-right: 0;
	padding-left: 20px;
	display: block;
}
footer nav ul li a:hover {
	color: #000;
}
footer .logo {
	width: 200px;
	margin: 15px auto 10px 20px;
}
footer address {
	font-size: 10px;
	font-size: 16px;			/* 2019/11/14 */

	text-align: left;
	margin-left: 20px;
	line-height: 150%;
}
footer small {
	font-size: 6px;
	font-size: 16px;			/* 2019/11/14 */
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 20px;
	text-align: left;
	line-height: 150%;
	padding-left: 20px;
	width: auto;
}

.contact-table td:first-child { width: 80px; }
.e23table td { display: block; width: auto; }

}
a.disabled{
    pointer-events: none;
}