@charset "utf-8";

/* pagetitle：ページタイトル */
/* -------------------------------------------------- */
#pagetitle {
	width: 100%;
	height: 35vh;
	background-image: url(../../img/company/ph1_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}

#pagetitleInner {
	width: 250px;
	padding: 25px 22px;
	background-color: #0185bc;
	position: absolute;
	bottom: -45px;
	left: 0;
}

#pagetitleHead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 15px;
}

#pagetitleEn {
	font-family: 'Abel', sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
}

/* actionlist：取り組み */
/* -------------------------------------------------- */
#actionlist > ul > li {
	width: 100%;
	padding-top: 46px;
	margin-bottom: 50px;
}

.actionlistImg {
	width: 100%;
	height: 36.972vh;
	max-height: 300px;
	position: relative;
	z-index: 1;
}

.actionlistImg:before {
	display: inline-block;
	content: "";
	width: 46px;
	height: 56px;
	background-image: url(../../img/company/fig1_sp.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 46px auto;
	position: absolute;
	top: -46px;
	left: 50%;
	margin-left: -23px;
}

.actionlistImg img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
}

.actionlistBody {
	width: calc(100% - 15px*2);
	max-width: 600px;
	margin: -44px auto 0;
	background-color: #d7eaf2;
	position: relative;
	z-index: 2;
	padding: 20px 15px;
}

/* テキスト */
.actionlistBodyTit {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.324;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.actionlistBodyTitSub {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 15px;
	margin-top: 15px;
}

.actionlistBodyTitSub span {
	display: inline-block;
	vertical-align: middle;
	width: 21.5px;
	height: 21.5px;
	padding: 4px;
	border: solid 1px #0185bc;
	border-radius: 21.5px;
	margin-right: 10px;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: -0.040em;
	color: #0185bc;
}

.actionlistBodyTxt {
	font-size: 1.2rem;
	line-height: 1.458;
	letter-spacing: 0.030em;
}

#facility {
	margin-top: 8px;
}

#facility li {
	list-style: disc;
	list-style-position: inside;
	float: left;
	font-size: 0.9rem;
	line-height: 1.591;
	letter-spacing: 0.050em;
	margin-right: 1em;
}

/* 各個の指定：2番目 */
#actionlist2 .actionlistImg:before {
	background-image: url(../../img/company/fig2_sp.png);
	height: 63px;
}

/* 各個の指定：3番目 */
#actionlist3 .actionlistImg:before {
	background-image: url(../../img/company/fig3_sp.png);
	height: 60px;
}

/* history：山下乳業の歴史 */
/* -------------------------------------------------- */
#history {
	margin-bottom: 50px;
}

#historyLead {
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1.406;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 35px;
}

#historyInner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

#historyList {
	margin-bottom: 15px;
}

#historyList ul li {
	height: 80px;
	padding-left: 20px;
	background-image: url(../../img/company/bg3.png);
	background-position: left top 12px;
	background-repeat: no-repeat;
	background-size: contain;
}

.historyListYear {
	font-size: 20px;
	line-height: 1;
	color: #0185bc;
	font-style: italic;
	margin-bottom: 0.26vw;
}

.historyListYear span {
	font-family: "Abel", sans-serif;
	font-size: 30px;
}

.historyListEvent {
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: 0.050em;
}

.historyPhotoImg {
	margin-bottom: 5px;
}

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

.historyPhotoTxt {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.364;
	letter-spacing: 0.050em;
	margin-bottom: 20px;
}

/* comdata：会社概要 */
/* -------------------------------------------------- */

#comdata {
	width: 100%;
	padding: 0 15px;
	max-width: 600px;
	margin: 0 auto 25px;
}

#comdata table {
	width: 100%;
	border-top: solid 1px #626262;
}

#comdata table tr {
	border-bottom: solid 1px #626262;
}

#comdata table th {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.050em;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	padding: 14px;
	border-bottom: solid 1px #c9c9c9;
}

#comdata table td {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.458;
	letter-spacing: 0.050em;
	padding: 14px;
}

.comdataAddressWrap {
	display: table;
}

.comdataAddressWrap.mb {
	margin-bottom: 15px;
}

.comdataAddress {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}

.comdataName {
	font-weight: 500;
}

.comdataMap {
	display: table-cell;
	vertical-align: top;
}
.comdataMap a {
	float: right;
	width: 35px;
	height: 35px;
	border:  solid 1.5px #0185bc;
	border-radius: 23px;
	font-family: 'Abel', sans-serif;
	font-size: 1.2rem;
	line-height: 35px;
	letter-spacing: 0.010em;
	color: #0185bc;
	text-align: center;
}
