@charset "utf-8";

#company .mainImg {
	background-image: url(../img/company/main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 255px;
	line-height: 255px;
	text-align: center;
}

.pageBody_inner {
	padding: 55px 0 30px;
}
.pageBody_inner .contents {
	float: left;
	width: 770px;
}

.pageBody_inner .contents h2 {
	text-align: center;
}
.pageBody_inner .contents_SCL {
	margin: 0 auto;
	width: 770px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.pageBody_inner .contents {
		float: none;
		width: 100%;
	}
	.pageBody_inner .contents_SCL {
		width: 100%;
	}
}

.pageBody_inner .contents_SCL h2 {
	text-align: center;
}
.pageBody_inner .sidebar {
	float: right;
	width: 186px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.pageBody_inner .sidebar {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
}

/* ------------------- */
.sec1 table {
	margin: 30px 0;
	width: 100%;
}
.sec1 table th,
.sec1 table td {
	border-bottom: dashed 1px #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 table th {
	padding: 15px 15px 15px 60px;
	width: 30%;
}
.sec1 table td {
	padding: 15px 15px 15px 35px;
	width: 70%;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.sec1 table th,
	.sec1 table td {
		font-size: 13px;
	}
	.sec1 table th {
		padding: 10px;
	}
	.sec1 table td {
		padding: 10px;
	}
}

/* ------------------- */
.sec2 {
	padding: 30px 0;
}
.sec2 ul li {
	padding: 10px 0 30px;
}
.sec2 ul li h3 {
	position: relative;
	border-bottom: solid 1px #9D9D9D;
	margin-bottom: 55px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.sec2 ul li h3 span.note {
	position: absolute;
	top: 3.5em;
	left: 0;
	font-size: 12px;
}
.sec2 ul li .shopList_l {
	float: left;
	width: 352px;
}
.sec2 ul li .shopList_l p {
	margin-bottom: 20px;
}
.sec2 ul li .shopList_l div a {
	margin: 0;
	width: 167px;
}
.sec2 ul li .shopList_l div a.btn_white {
	margin-left: 18px;
}
.sec2 ul li .shopList_r {
	float: right;
	width: 365px;
}
.sec2 ul li .shopList_r p.intro {
	border-bottom: dashed 1px #CCCCCC;
	margin: 0 0 30px;
	padding: 0 0 30px;
	min-height: 205px;
	font-size: 14px;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec2 ul li .shopList_r p.ad {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.sec2 ul li .shopList_r p.ad span.indent {
	display: block;
	margin-left: 4.6em;
	text-indent: -4.6em;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.sec2 ul li {
		padding: 10px 0 50px;
	}
	.sec2 ul li h3 {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.sec2 ul li .shopList_l {
		float: none;
		width: auto;
		text-align: center;
	}
	.sec2 ul li .shopList_r {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	.sec2 ul li .shopList_r p.intro {
		margin: 0 0 20px;
		padding: 0 0 20px;
		min-height: unset;
		line-height: 1.8;
		font-size: 13px;
	}
	.sec2 ul li .shopList_r p.ad {
		font-size: 13px;
	}
}

/* ------------------- */
.sidebar h2 {
	margin: 10px 0;
	text-align: left;
}
.sidebar ul {
	padding-left: 35px;
}
.sidebar ul li {
	margin: 8px 0;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.sidebar p {
	margin: 15px 0 0 35px;
}
.sidebar p a {
	margin: 0;
	width: 130px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.sidebar h2 {
		padding-right: 24px;
	}
	.sidebar ul {
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.sidebar ul li {
		padding: 0 10px;
		border-left: 1px solid #333;
	}
	.sidebar p.spsiderbtn {
		text-align: center;
	}
	.sidebar p.spsiderbtn a {
		width: 180px;
	}
}

/* ------------------- */
.contactBox {
	background-image: url(../common/img/bg01.png);
	background-position: center center;
	background-repeat: repeat;
	padding: 40px 0;
}
.contactBox_inner {
	float: left;
	width: 770px;
}
.contactBox h2 {
	text-align: center;
}
.contactBox ul {
	margin: 40px 0 0;
	letter-spacing: -0.5em;
}
.contactBox ul li {
	display: inline-block;
	margin-bottom: 25px;
	margin-left: 68px;
	width: 351px;
	letter-spacing: 0em;
	vertical-align: top;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.contactBox_inner {
		float: none;
		width: 100%;
	}
	.contactBox ul li {
		width: 100%;
		margin-left: 0;
	}
}

.contactBox ul li:nth-child(2n+1) {
	margin-left: 0;
}
.contactBox ul li h3 {
	background-image: url(../img/company/bg01.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom: 10px;
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
.contactBox ul li p {
	margin: 5px 0;
}
.contactBox ul li p.text01 {
	font-size: 14px;
}
.contactBox ul li p.text02 {
	color: #c30f23;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contactBox ul li p.text02 span {
	padding: 3px 0 3px 26px;
	font-size: 22px;
}
.contactBox ul li p.text02 span.tel {
	background: url(../img/company/ico01.png) no-repeat left center;
}
.contactBox ul li p.text02 span.fax {
	background: url(../img/company/ico02.png) no-repeat left center;
}
.contactBox ul li p.text03 {
	font-size: 20px;
	font-weight: bold;
}

/* All SP & Tablet */
@media screen and (max-width: 1000px) {
	.pageBody_inner {
		padding: 55px 15px 30px;
	}
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.pageBody_inner {
		display: flex;
		flex-direction: column-reverse;
	}
}








