@import url("global.css");

.mainvisual {
	background: url(../company/img/main.jpg) no-repeat center center;
	background-size: cover;
}

.contents section {
	margin-bottom: 70px;
}
.contents section:last-of-type {
	margin-bottom: 0;
}
.contents .box {
	width: 900px;
	margin: 0 auto;
}
.contents .title {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	color: #8C2048;
	margin: 0 0 40px;
}
table.outline {
	width: 100%;
	border-collapse: collapse;
}
table.outline tr {
}
table.outline tr:nth-of-type(odd) {
	background-color: #fafafa;
}
table.outline th {
	font-weight: 700;
	padding: 20px 30px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	border-bottom: #C58FA3 1px solid;
}
table.outline th:first-letter {
	font-size: 1.5em;
	color: #8C2048;
}
table.outline td {
	padding: 20px 30px;
	border-bottom: #ddd 1px solid;
}
table.outline tr:first-child th {
	border-top: #C58FA3 1px solid;
}
table.outline tr:first-child td {
	border-top: #ddd 1px solid;
}

table.outline br.tab {
	display: none;
}
table.outline ul li {
	line-height: 1.5;
	margin: 4px 0;
}
table.outline ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	background-color: #ddd;
}
table.outline a {
	color: #8C2048;
	font-weight: 700;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}

#office .main {
	width: 50%;
	float: left;
}
#model .main {
	width: 50%;
	float: right;
}
.contents .main figure.img {
	margin: 20px 0 0;
	overflow: hidden;
}
.contents .main figure.img div {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.contents .main figure.img img {
	width: 100%;
}
.contents .mapbox {
	width: 50%;
	float: right;
}
.contents .mapbox .inner {
	height: 0;
	padding-top: 480px;
	position: relative;
}
.contents .mapbox #map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#map #fukidashi {
	font-family: 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	line-height: 1.4;
	text-align: center;
}
#fukidashi a {
	color: #333;
	display: block;
}
#fukidashi .office {
	display: block;
	font-weight: 700;
	padding-bottom: 4px;
	font-size: 16px;
}

#model .image {
	width: 50%;
	float: left;
}
#model .image img {
	width: 100%;
}
#model .banner {
	margin: 30px 0 0 30px;
}
#model .banner a {
	display: block;
	color: #fff;
	background-color: #6e0b3a;
	padding: 16px 24px;
	border-radius: 4px;
	font-family: 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-weight: 900;
	position: relative;
	font-size: 16px;
}
#model .banner a br.mobile {
	display: none;
}
#model .banner a:hover {
	background-color: #a23e08;
}
#model .banner a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}


/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){

table.outline br.tab {
	display: inline;
}





}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents .box {
	width: auto;
}

.contents .title {
	margin: 0 0 30px;
}

#office .main {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
#model .main {
	width: auto;
	float: none;
}
.contents .main figure.img {
	margin: 20px 0 0;
}
.contents .main figure.img div {
	padding: 0 10px;
}
.contents .mapbox {
	width: auto;
	float: none;
}
.contents .mapbox .inner {
	padding-top: 400px;
}

#model .image {
	width: auto;
	float: none;
}
#model .banner {
	margin: 20px 10px 0;
}
#model .banner a {
	text-align: center;
}


}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.contents .title {
	font-size: 24px;
	margin: 0 0 20px;
}

table.outline,
table.outline thead,
table.outline tbody,
table.outline tr {
	display: block;
}
table.outline {
	border-top: #ccc 1px solid;
}
table.outline tr {
	border-bottom: #ccc 1px solid;
}
table.outline th {
	display: block;
	font-weight: 700;
	padding: 20px 5px 0;
	border-bottom: none;
	text-align: center;
	font-size: 16px;
}
table.outline th:first-letter {
	font-size: 1.2em;
}
table.outline td {
	display: block;
	padding: 10px 5px 20px;
	border-bottom: none;
	font-size: 15px;
	text-align: center;
}
table.outline td.tl {
	text-align: left;
}
table.outline tr:first-of-type th {
	border-top: none;
}
table.outline tr:first-of-type td {
	border-top: none;
}

table.outline ul li {
	padding-left: 15px;
	text-indent: -15px;
	text-align: left;
}

#model .banner a {
	padding: 16px 20px 16px 10px;
	line-height: 1.5;
}
#model .banner a br.mobile {
	display: inline;
}


}







