@charset "UTF-8";
/* company カテゴリトップ	 ---------------------------------------*/

.mainKv.companyKv {
	background-image: url(../images/company/index/bg.png);
}
.c-pagetitle {
	background-image: url(../images/common/page_titlebg03.png);
}


.companyContent {
	width: 100%;
	margin: 0 0 90px;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	background-image: url(../images/company/index/ico_btix.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 35px;
}

.companyTitleWrap {
	width: 200px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-image: url(../images/company/index/company_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.companyTitle {
	font-size: 80px;
	font-family: serif;
	position: absolute;
	top: 27px;
	left: 55px;
}

.companyDesc {
	width: calc(100% - 180px);
}

.companyDesc p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 2em;
	text-align: justify;
	letter-spacing: -0.025em;
}

.companyTable {
	border-top: 1px solid #999999;
	font-size: 16px;
	width: 100%;
	margin: 0 0 50px;
}

.companyTable tr {
	border-bottom: 1px solid #999999;
}

.companyTable th {
	width: 200px;
	background-color: #ececec;
	text-align: center;
}

.companyTable td {
	padding: 23px;
}

.companyTable td a {
	text-decoration: underline;
}

.companyTable td a:hover {
	text-decoration: none;
}

.companyTable dl {
	overflow: hidden;
}

.companyTable dl dt {
	width: 153px;
	float: left;
	clear: left;
}

.companyTable dl dd {
	width: 543px;
	margin: 0 0 10px 153px;
}

.companyTable dl dd:last-child {
	margin-bottom: 0;
}

.companyTable ul li {
	margin: 0 0 10px;
}

.moreListCompany .moreCaption {
	font-size: 20px;
}

@media screen and (max-width: 800px) {
	/* company カテゴリトップ	 ---------------------------------------*/
	.mainKv.companyKv {
		background-image: url(../images/company/index/bg_sp.png);
	}
	.company {
		width: 100%;
		padding: 28px 20px 57px;
	}
	.companyContent {
		width: 100%;
		padding-bottom: 27px;
		margin: 0 0 60px;
		display: block;
		background-image: url(../images/company/index/ico_btix.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 35px;
	}
	.companyTitleWrap {
		width: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		background-image: url(../images/company/index/company_title_bg_sp.png);
		background-position: center top;
		text-align: center;
		background-size: 80%;
		padding: 15px 0 8px;
	}
	.companyTitle {
		font-size: 40px;
		position: relative;
		top: auto;
		left: auto;
	}
	.companyDesc {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.companyDesc p {
		font-size: 14px;
		line-height: 2;
	}
	.companyTable {
		font-size: 14px;
		margin: 0 0 45px;
	}
	.companyTable tr {
		height: 70px;
	}
	.companyTable th {
		width: 100px;
		min-height: 70px;
	}
	.companyTable td {
		padding: 15px;
	}
	.companyTable dl dt {
		width: 120px;
	}
	.companyTable dl dd {
		width: calc(100% - 120px);
		margin: 0 0 15px 120px;
	}
	.companyTable ul li {
		margin: 0 0 15px;
	}
	.companyTable ul li:last-child {
		margin-bottom: 0;
	}
	.moreListCompany {
		width: 94%;
		margin: 0 auto;
	}
	.moreListCompany .moreTitle {
		margin-bottom: 15px;
	}
}
/*kv*/

.accessKv {
	background-image: url(../images/access/index/bg.png);
}
/*コンテンツ*/

main.access {
	margin: 0px auto 120px;
	width: 920px;
	letter-spacing: 0.02em;
}

.accessAnc {
	display: block;
	padding-top: 200px;
	margin-top: -200px;
}

.accessPlace {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	background-color: #F4F7FF;
	padding: 10px 0px;
}
* + .accessPlace {
	margin-top: 60px;
}

.accessTitle {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

.accessDesc {
	font-size: 16px;
	margin-bottom: 3em;
	letter-spacing: 0.02em;
	text-align: center;
}
.accessBlock .googleMap {
	width: 100%;
	height: 450px;
	border: none;
	margin-bottom: 1em;
}

.accessBlock .googleMap iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.accessBlock .toGoogleMap {
	text-align: right;
}

.accessBlock .toGoogleMap a {
	color: #4350A6;
	display: inline-block;
	padding-left: 1em;
	background: url(../images/common/icon_pin.png) no-repeat left center / auto 1em;
}

@media screen and (max-width: 800px) {
	/*kv*/
	.accessKv {
		background-image: url(../images/access/index/bg_sp.png);
	}
	/*コンテンツ*/
	main.access {
		margin: 20px auto 40px;
		width: 90%;
	}
	.accessPlace {
		font-size: 20px;
	}
	* + .accessPlace {
		margin-top: 40px;
	}
	.accessTitle {
		font-size: 16px;
	}
	.accessDesc {
		font-size: 13px;
		margin-bottom: 2em;
	}
	.accessBlock .googleMap {
		height: 350px;
	}
	.accessBlock .toGoogleMap a {
		font-size: 12px;
	}
}
/* iphone5 iphoneSE用 */

@media screen and (max-width: 800px) {
	.companyTable {
		font-size: 12px;
	}
	.companyTable th {
		width: 80px;
		min-height: 70px;
	}
	.companyTable td {
		padding: 10px;
	}
	.companyTable dl dt {
		width: 100px;
	}
	.companyTable dl dd {
		width: calc(100% - 100px);
	}
}


.minTItle {
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
	.minTItle {
		font-size: 14px;
	}
}