@charset "utf-8";

/* common
*****************************************/
.mt120 {
	margin-top: 120px !important;
}


/* -------------------------
	company
-------------------------- */

/* Table */

#profile .lineupSpecBox table {
    line-height: 3 !important;
}

#profile .lineupSpecBox table td {
    padding: 5px 40px 4px !important;
}

.list17 {
    color: #666;
    font-size: 82%;
    line-height: 2;
    background: url("/common/images/2019/bg1.png") repeat-y 150px 0;
}

.list17 dd .month {
    text-align: right;
}

.list17 dd .text {
    text-align: left;
}

.sharedBody .inner {
    margin: 0 auto;
    background-color: #fff;
}

.sharedBody h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 0 auto 20px;
    background-color: #aa8d68;
}

.sharedBody h2 {
    color: #aa8d68;
    font-family: "Times New Roman",serif;
    font-size: 250%;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}

.sharedBody h3 {
    padding: 70px 0 0;
    background-color: #fff;
    color: #aa8d68;
    font-size: 200%;
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
}

.sharedBody > div {
    padding: 120px 60px 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.sharedBody .row {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 120px;
	overflow: hidden;
}

.sharedBody .img {
	width: 50%;
}

.sharedBody .imgLeft .img {
	float: left;
}

.sharedBody .imgRight .img {
	float: right;
}

.sharedBody img {
	width: 100%;
	height: auto;
}

.sharedBody .txt {
	width: 42%;
}

.sharedBody .imgLeft .txt {
	float: right;
}

.sharedBody .imgRight .txt {
	float: left;
}

.sharedBody h4 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 180%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: .05em;
	text-align: left;
}

.sharedBody1 h4 {
	color: #000;
}

.sharedBody .txt p {
	color: rgba(255, 255, 255, .6);
	font-size: 88%;
	line-height: 2;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.sharedBody1 .txt p {
	color: #666;
}

.sharedBody3 .txt p {
	color: rgba(255, 255, 255, 0.6);
}




.sharedBody br.narrow {
	display: none;
}


#importcars .sharedBody h3 {
    color: #fff;
    background-color: #8c7c68;
}

#bubu .sharedBody h3 {
    background-color: #151825;
}

.sharedBody1 {
    padding-top: 70px !important;
    background-color: #fff;
    background-image: url("/common/images/2019/sharedBody_bg_1.jpg");
}

.sharedBody2 {
    padding-top: 70px !important;
    background-color: #8c7c68;
    background-image: url("/common/images/2019/sharedBody_bg_2.jpg");
}

.sharedBody3 {
    padding-top: 70px !important;
    background-color: #151825;
    background-image: url("/common/images/2019/sharedBody_bg_3.jpg");
}

.timeline_bg {
    background-color: #fff;
    background-image: url("/common/images/2019/timeline_bg.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}


/*
-------------------------------------------------------------------------------- width: 768px - 1260px
*/

@media screen and (min-width: 768px) and (max-width: 1260px) {

.list17 {
    background: none;
}

.list17 dd {
	margin-top: 0px;
}


} /* width: 768px - 1260px */

/*
-------------------------------------------------------------------------------- width: 768px - 979px
*/

@media screen and (min-width: 768px) and (max-width: 979px) {

.list17 {
    background: none;
}

.list17 dd {
	margin-top: 0px;
}

} /* width: 768px - 979px */

/*
-------------------------------------------------------------------------------- width: 0px - 767px
*/

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

.list17 {
    background: none;
}

.list17 dd .month {
    text-align: center;
}

/* body */

.sharedBody h2::before {
    width: 38px;
    height: 3px;
    margin: 0 auto 12px;
}

.sharedBody h2 {
    padding: 0;
    margin: 0;
    font-size: 132%;
}

.sharedBody h3 {
	padding: 30px 0 0;
	font-size: 113%;
}

.sharedBody > div {
	padding: 40px 15px 0;
}

.sharedBody1 {
	padding-top: 20px !important;
}

.sharedBody .row {
	margin: 0 auto 40px;
}

.sharedBody .img {
	width: 100%;
	margin-top: 20px;
}

.sharedBody .imgLeft .img {
	float: none;
}

.sharedBody .imgRight .img {
	float: none;
}

.sharedBody .txt {
	width: 100%;
}

.sharedBody .imgLeft .txt {
	float: none;
}

.sharedBody .imgRight .txt {
	float: none;
}

.sharedBody h4 {
	margin-bottom: 15px;
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
}

.sharedBody .txt p {
	line-height: 1.8;
}

.sharedBody br.narrow {
	display: inline;
}


} /* width: 0px - 767px */

