@charset "UTF-8";


.m-head {
	padding-left: 30px;
	border-left: solid #930E67 1px;
	margin-bottom: 60px;
}
.m-head:nth-child(n+2) {
	margin-top: 130px;
}
.m-head .jp {
	color:#930E67;
	font-weight: bold;
	display: block;
	line-height: 1;
	padding-top: 15px;
}
.p-company .content {
  max-width: 1056px;
  margin: 0 auto;
  padding: 225px 30px 0;
}
.m-table {
	width: 100%;
	margin-bottom: 100px;
}
.m-table tr {
	border-top: solid 1px #E1DEDE;
	border-bottom: solid 1px #E1DEDE;
	letter-spacing: 0.08em;
	line-height: 1.7;

}
.m-table th {
	text-align: left;
	width: 190px;
	vertical-align: top;
	padding: 30px;
	font-weight: bold;
	background-color:#F6F7F7;
}
.m-table td {
	padding: 30px;
}
.m-table td span{
	display: block;
	padding-top: 8px;
}
.m-table td span:first-child{
	padding-top: 0;
}
.access_kyoto {
	padding-top: 20px;
}
.map {
	padding: 20px 0 60px;
	height: 500px;
}
.map iframe {
	width: 100%;
	height: 100%;
}
a.is-pin {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #930E67;
    font-family: 'Roboto', sans-serif;
}
a.is-pin::before {
    content: "";
    background: url( "../../../images/page/company/ico_map.png")no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 2px 10px;
    transform: translateY(25%);
}

a.is-link {
	text-decoration: none;
	color: #000;
	padding-right: 20px;
	background: url( "../../../images/page/company/ico_blank.svg")no-repeat;
	background-size: 15px;
	background-position: right center;
}
@media screen and (min-width: 768px) {
  .l-header {
    background: #323232;
	}

	a.is-link:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
.p-company .content {
	padding: 120px 20px 0;
}
.m-table {
	width: 100%;
	margin-bottom: 25px;
}
.m-table tr th, .m-table tr td {
    width: 100%;
    display: block;
    }
.m-table th {
    text-align: left;
    height: 45px;
    vertical-align: top;
    padding: 10px;
    font-weight: bold;
    background-color: #F6F7F7;
    border-bottom: solid 1px #E1DEDE;
    }
.m-table td {
	padding: 15px 0 15px 0;
    }
.m-table tr {
  border-bottom: none;
}
.m-head {
	margin-bottom: 30px;
    padding-left: 15px;
}
.m-head:nth-child(n+2) {
	margin-top: 90px;
}
.m-head .jp {
	font-size: 1.2rem;
}

.m-head .en img {
	height: 36px;
}
a.is-pin {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #930E67;
    }
a.is-pin::before {
	content: "";
	background: url( "../../../images/page/company/ico_map.png")no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 2px 8px;
	transform: translateY(25%);
    }
.map {
		padding: 10px 0 20px;
		height: 300px;
	}

	a.is-link {
		padding-right: 15px;
		background: url( "../../../images/page/company/ico_blank.svg")no-repeat;
		background-size: 12px;
		background-position: right center;
	}
}
