@charset "UTF-8";

/*　2014年版（PCのみ）を基に新規作成　（2019.02.27）　*/

@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);


#wrapper {
	min-width: 375px;
}
#mainArea {
	background-color: transparent;
}
p {
	text-indent: 0;
}
.txt p {
	font-size: 16px;
	line-height: 1.625;
}
p.caption,
.outro {
	width: 343px;
	margin: 0 auto;
	font-weight: bold;
	color: #0e7a3b;
}
p.caption {
	font-size: 18px;
	text-align: center;
}
h1 img {
	display: none;
}
h1 {
	display: block;
	width: 375px;
	height: 198px;
	margin: 0 auto 25px;
	background: url(../../05/images/title00_sp.png) center top / contain no-repeat;
}


.cols-rev {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 343px;
	margin: 0 auto;
	
}

.cols-rev img + span {
	display: block;
	margin-bottom: 2em;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
}

#pipeline {
	width: 100%;
	height: 430px;
	background: url(../images/map_sp.png) center top / 342px auto no-repeat
}
#pipeline p {
	display: none;
}

#linkBnnr {
	position: relative;
	width: 312px;
	height: 48px;
	margin: 30px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	background-color: #f2871f;
	border-radius: 12px;
}
#linkBnnr a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
}

#history {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 343px;
	padding-top: 15px;
	margin: 0 auto 45px;
}
#history dt {
	margin-top: 25px;
	margin-bottom: 10px;
}
#history dt img {
	width: 32px;
	height: auto;
}
#history .caption {
	display: block;
	padding-top: .5em;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: right;
}
#history dd {
	width: 250px;
/*	font-size: .9em;*/
}
#history dd p {
	margin-top: .25em;
	line-height: 1.5;
}
#history dd + dd {
	margin-top: 1em;
}