@charset "UTF-8";

/*　2014年版（PCのみ）を基に新規作成　（2019.02.24 - 02.28）　*/


@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);

#wrapper {
	background-color:#fff;
		min-width: 375px;
}

#mainArea {
	background-color: #fff;
}

#bodyArea {
	width: 100%;
	position: relative;
}

#subMenu,#subMenu2 {
	display: none;
}


/*page title
------------------------------------------------*/
/*下層ページ用ページタイトル*/
#page_title {
	width:100%;
	height: 175px;
	background-image: url("../images/bg01_sp.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 34px;
}

#page_title h1 img {
	display: none;
}

#page_title h1 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.contents01 #page_title h1 {
	background-image: url("../images/title01_sp.svg");
	width:100px;
	height: 39px;
}
.contents02 #page_title h1 {
	background-image: url("../images/title02_sp.svg");
	width:105px;
	height: 39px;
}
.contents03 #page_title h1 {
	background-image: url("../images/title03_sp.svg");
	width:107px;
	height: 39px;
}
.contents04 #page_title h1 {
	background-image: url("../images/title04_sp.svg");
	width:108px;
	height: 39px;
}


/*扉ページ用ページタイトル*/
#page_title.index {
	height: 210px;
	background-image: url("../images/bg00_sp.png");
	box-sizing: border-box;
	padding-top: 27px;
	padding-left: 27px;
}
#page_title.index h1 {
	background-image: url("../images/title00_sp.svg");
	width:306px;
	height: 41px;
}



/* navi（上下の紺バックのローカルナビ）
----------------------------------------*/

.navi {
	display: block;
	width: 100%;
	height: auto;
}
.navi .trigger {
	display: table;
	width: 100%;
	height: 48px;/*84px*/
	background-color: #444080;
	color: #fff;
	text-decoration: none;
}
.navi .trigger span {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 48px;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.navi .trigger span::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../../01/images/plus.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navi .trigger.open span::after {
	background-image: url("../../01/images/minus.svg");
}
.navi ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 192px;
	overflow: hidden;
	transition: height .3s ease;
}
.navi ol.close {
	height: 0px;
	overflow: hidden;
	transition: height .3s ease;
}
.navi ol li {
	display: table;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #c8c8c8;
	background-color: #fff;
}
.navi ol li a {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #0E7A3B;
}
.navi ol li a::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 21px;
	background-image: url("../../shared/img/angle_right.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navi ol li a.current {
	background-color: #E9F4EA;
}










/*扉ページ（index）
------------------------------------------------*/
/*順番*/
#colPlate {
	display: flex;
	flex-direction: column;
}
#colPlate #illustMenu {
	order: 1;
}
#colPlate .section {
	order: 2;
}
#colPlate #indexMenu {
	order: 3;
}
#colPlate .column {
	order: 4;
}

/*イラストマップ*/
#colPlate #illustMenu {
	background-image: url("../images/illust.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	width:343px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#colPlate #illustMenu ul {
	display: block;
	width:290px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	overflow: hidden;
}
#colPlate #illustMenu li {
	float: left;
	width:38px;
	height: 38px;
	margin-left: 46px;
	position: relative;
	border-radius: 50%;
	background-color: #007A39;
}
#colPlate #illustMenu li:first-child {
	margin-left: 0;
}
#colPlate #illustMenu li a {
	color: #fff;
	line-height: 38px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#colPlate #illustMenu li::after {
	content: "";
    width: 8px;
    height: 6px;
		box-sizing: border-box;
    border: 3px solid transparent;
    border-left: 6px solid #007A39;
		position: absolute;
		right:-30px;
		top:15px;
}

/*本文*/
#colPlate .section {
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	width:343px;
	margin-left: auto;
	margin-right: auto;
}
#colPlate .section p {
	text-indent: 0;
}

/*indexMenu*/
#colPlate #indexMenu dl {
	width:343px;
	padding: 138px 16px 29px;
	box-sizing: border-box;
	border: 1px solid #A0A0A0;
	border-radius : 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: relative;
}
#colPlate #indexMenu dt {
	width:100px;
	height: 100px;
	border-radius: 50%;
	background-color: #007A39;
	color: #fff;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	left:35px;
	top:24px;
}
#colPlate #indexMenu dt img {
	display: none;
}
#colPlate #indexMenu dd span {
	display: inline-block;
	font-size: 24px;
	color: #A4CB55;
	position: absolute;
	left:163px;
	top:62px;
}
#colPlate #indexMenu dd img {
	display: none;
}

#colPlate #indexMenu dd p {
	font-size: 15px;
	line-height: 26px;
	text-indent: 0;
	text-align: justify;
	padding: 0.5em 0.3em;
}

#colPlate #indexMenu dd a {
	display: block;
	background : #F2871F;
  border-radius : 6px;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}







/*下層ページ（contents01,02,03,04）
------------------------------------------------*/
/*順番の入れ替え*/
#colPlate .section {
	display: flex;
	flex-direction: column;
}
#colPlate .section h2 {
	order: 1;
}
#colPlate .section .section_txt {
	order: 2;
}
#colPlate .section .rightPh {
	order: 3;
}


/*タイトル類*/
#colPlate .section h2 {
	font-size : 24px;
  line-height : 34px;
  color : #0E7A3B;
	margin-bottom: 16px;
}

#colPlate .section h4 {
	font-size : 16px;
  line-height : 26px;
  color : #0E7A3B;
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 16px;
}

#colPlate .section h3 {
	font-size : 18px;
  line-height : 26px;
  color : #505050;
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 16px;
}

/*微調整*/
#colPlate .section .section_txt {
	margin-top: -10px;
}
#colPlate .section .section_txt .hideOnPC {
	display:inline-block;
}

#colPlate .section .rightPh {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#colPlate .section .rightPh .cptn {
	display: block;
	text-align: center;
}


/*コラム*/
.column {
	width:343px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
  background : #D6E7BB;
  border-radius : 18px;
	padding: 20px 16px 10px;
}
.column h2 {
 font-size: 24px;
 color : #0E7A3B;
 border-bottom: 1px solid #66B482;
 margin-bottom: 16px;
}
.column .small {
 font-size: 16px;
}

.column p {
 font-size: 15px;
 line-height: 26px;
 text-indent: 0;
}



/*contents02
------------------------------------------------*/
/*順番を入れ替えている箇所（contents02）*/
.contents02 #colPlate .section.ordered {
	display: flex;
	flex-direction: column;
}
.contents02 #colPlate .section.ordered .order1 {
	order: 1 !important;
	margin-top: -30px;
	margin-bottom: 30px;
}
.contents02 #colPlate .section.ordered .order2 {
	order: 2 !important;
}
.contents02 #colPlate .section.ordered .order3 {
	order: 3 !important;
}



/*contents03,contents04
------------------------------------------------*/
/*写真注釈を非表示*/
.contents03 #colPlate .rightPh .cptn,
.contents04 #colPlate .rightPh .cptn{
	display: none;
}

.contents03 #colPlate .centerImage img,
.contents04 #colPlate .centerImage img {
	width: 100%;
	height: auto;
}

.contents03 #colPlate p .palt {
	font-feature-settings : "palt";
}

.contents03 #colPlate .ordered,
.contents04 #colPlate .ordered {
	display: flex;
	flex-direction: column;
}
.contents03 #colPlate .ordered .rightPh,
.contents04 #colPlate .ordered .rightPh {
	order:2;
}
.contents03 #colPlate .ordered .section_txt,
.contents04 #colPlate .ordered .section_txt {
	order:1;
	padding-top: 2em;
}

.contents04 #colPlate .ordered .order1 {
	order: 1 !important;
}
.contents04 #colPlate .ordered .order2 {
	order: 2 !important;
}
.contents04 #colPlate .ordered .order3 {
	order: 3 !important;
}
.contents04 #colPlate .ordered .order4 {
	order: 4 !important;
}


/*現在のパイプライン くわしくはこちら*/
.contents04 #linkBnnr a {
	width:311px;
	margin: 1em auto;
	background : #F2871F;
  border-radius : 6px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
}
