@charset "UTF-8";
/* wrap */
#wrap{
}
@media screen and (max-width: 767px){
	#wrap{
		/* 方向 */
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
}
.content {
	max-width:1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	font-size:17px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	.content {
		font-size:14px;
	}
}
.content.min {
	max-width:1020px;
}
/* a */
#wrap a{
	text-decoration:none;
}
#wrap a:hover{
	text-decoration:underline;
}

/* outline */
#wrap{
	width: 100%;
}
/* section */
#wrap section {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px){
	#wrap section {
		margin-bottom: 60px;
	}
}
/* img */
#wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	width /***/: auto;
}

/* localNav */
.localNav {
	background-color: #f6f6f6;
}
.localNav ul{
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-ms-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	/* 垂直方向の揃え */
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;

	max-width:1120px;
	margin: 0 auto;
	font-size:15px;
}
.localNav ul li a{
	display: block;
	padding: 20px 0;
	margin: 0 25px;
	border-bottom: 4px solid #f6f6f6;
}
.localNav ul li a.active,
.localNav ul li a:hover{
	border-bottom: 4px solid #079e75;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.localNav {
		display: none;
	}
	.localNav ul{
		display: block;
	}
}
/* headding */
.ttlType1 {
	font-size:32px;
	margin: 40px 0 0 0;
	color:#079e75;
}
.ttlType2 {
	font-size:24px;
	color:#079e75;
	margin: 40px 0 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
}
.ttlType2::before {
	content: "";
	display: inline-block;
	width: 120px;
	height:2px;
	background-color: #079e75;
	position: absolute;
	left:0;
	bottom:-2px;
}
.ttlType3 {
	font-size:20px;
	margin: 1.75em 0 1em 0;
	color:#079e75;
}
.ttlType4 {
	font-size:18px;
	margin: 1.5em 0 1em 0;
	color:#079e75;
}
.ttlType5 {
	font-size:16px;
	margin: 1.25em 0 1em 0;
	color:#079e75;
}
.ttlType6 {
	font-size:14px;
	margin: 1em 0 1em 0;
	color:#079e75;
}
.ttlType1 .external::after ,
.ttlType2 .external::after ,
.ttlType3 .external::after ,
.ttlType4 .external::after ,
.ttlType5 .external::after ,
.ttlType6 .external::after {
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
@media screen and (max-width: 767px){
	.ttlType1 {font-size:24px;}
	.ttlType2 {font-size:18px;}
	.ttlType3 {font-size:16px;}
	.ttlType4 {font-size:14px;}
	.ttlType5 {font-size:12px;}
	.ttlType6 {font-size:10px;}
}

/* text */
/** align **/
.txtAL{
	text-align: left;
}
.txtAC{
	text-align: center;
}
.txtAR{
	text-align: right;
}
/** bold **/
.bold{
	font-weight: bold;
}
/** color **/
.color1{
	color: #FF6E66;
}
.color2{
	color:#333;
}
/** font-size **/
.txtLL{
	font-size: 26px;
}
.txtL{
	font-size: 22px;
}
.txtM{
	font-size: 17px;
}
.txtS{
	font-size: 14px;
}
.txt40{
	font-size: 40px;
}
@media screen and (max-width: 767px){
	.txtLL{
		font-size: 22px;
	}
	.txtL{
		font-size: 18px;
	}
	.txtM{
		font-size: 14px;
	}
	.txtS{
		font-size: 11px;
	}
	.txt40 {
		font-size: 22px;
	}
}
/* margin */
.marginTopL {
	margin-top: 60px!important;
}
.marginTopM {
	margin-top: 40px!important;
}
.marginTopS {
	margin-top: 20px!important;
}
.marginTop0 {
	margin-top: 0px!important;
}
@media screen and (max-width: 767px){
	.marginTopL {
		margin-top: 50px!important;
	}
	.marginTopM {
		margin-top: 30px!important;
	}
	.marginTopS {
		margin-top: 10px!important;
	}
}

/* .border */
.border{
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* list */
#wrap li{
	margin-top:0.3em;
	margin-bottom:0.3em;
}
/** disc **/
.disc{
	padding-left: 0;
	list-style-type: disc;
}
.disc > li {
	margin-left: 1.5em;
	text-indent: 0;
}
/** decimal **/
.decimal {
	padding-left: 0;
	list-style-type: decimal;
}
.decimal > li {
	margin-left: 1.5em;
	text-indent: 0;
}
/** .decimal.circled **/
.decimal.circled{
	position: relative;
}
.decimal.circled li{
	list-style: none;
	list-style-position:outside;
	margin:0;
	padding-left:1.5em;
}
.decimal.circled li span {
	position: absolute;
	left:0;
	margin:0
}

/** .decimal.parentheses **/
.decimal.parentheses{
	padding:0;
	counter-reset: cnt;
}
.decimal.parentheses > li{
	list-style-type:none;
	counter-increment: cnt;
	text-indent: -1.5em;
}
.decimal.parentheses > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/** lowerLatin **/
.lowerLatin {
	padding-left: 0;
	list-style-type: lower-latin;
}
.lowerLatin > li {
	margin-left: 1.5em;
	text-indent: 0;
}
/** .lowerLatin.parentheses **/
.lowerLatin.parentheses{
	padding:0;
	counter-reset: cnt;
}
.lowerLatin.parentheses li{
	list-style-type:none;
	counter-increment: cnt;
	text-indent: -1.5em;
}
.lowerLatin.parentheses li:before{
  display: marker;
  content: "(" counter(cnt,lower-alpha) ") ";
}
/* figure */
#wrap figure{
	margin:0;
}
#wrap figure + figure{
	margin-top: 1em;
}
/** caution **/
.caution{
	padding-left: 0;
	list-style-type: none;
}
.caution > li{
	margin-left: 1.2em;
	text-indent: -1em;
}
.caution > li::before{
	content: "\0203B";
}

/* link */
/** internal **/
.internal{
	display: inline-block;
	line-height: 1.4;
	position: relative;
	padding-right: 35px;
}
.internal::after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	vertical-align: text-top;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-ms-transform: rotate(45deg) translate(-50%,0);
	-webkit-transform: rotate(45deg) translate(-50%,0);
	transform: rotate(45deg) translate(-50%,0);
}
/** external **/
.external{
	display: inline-block;
	line-height: 1.4;
	position: relative;
	padding-right: 35px;
}
.external::after {
	position: absolute;
	top: 3px;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url(/common_2018/img/main/icon_external.png);
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
/** pdf **/
.pdf{
	display: inline-block;
	line-height: 1.4;
	position: relative;
	padding-left: 40px;
	padding-right: 30px;
}
.pdf::before{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 27px;
	height: 25px;
	background-image: url(/common_2018/img/main/icon_pdf.png);
	-webkit-background-size: 27px 25px;
	background-size: 27px 25px;
}
.pdf::after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -2px;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	vertical-align: text-top;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-ms-transform: rotate(45deg) translate(-50%,0);
	-webkit-transform: rotate(45deg) translate(-50%,0);
	transform: rotate(45deg) translate(-50%,0);
}
/** anchor **/
.anchor li{
	display: inline-block;
	margin: 5px 10px;
}
.anchor li:first-child{
	margin-left: 0;
}
.anchor a{
	display: inline-block;
	line-height: 1.4;
	position: relative;
	padding-right: 30px;
}
.anchor a::after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	vertical-align: text-top;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-ms-transform: rotate(135deg) translate(-50%,0);
	-webkit-transform: rotate(135deg) translate(-50%,0);
	transform: rotate(135deg) translate(-50%,0);
}

/* imgFloat */
.imgFloat {
	margin: 2em 0 0;
	text-align: left;
}
.imgFloat {
	margin: 2em 0 0;
	text-align: left;
}
.imgFloat figure figcaption{
	margin-top: 0;
	text-align: left;
}
.imgFloat p:first-child{
	margin-top: 0;
}
.imgFloat .imgLeft img{
	width: 25vw;
	max-width: 25%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.imgFloat .imgRight img{
	width: 25%;
	max-width: 25%;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px){
	.imgFloat .imgLeft img,
	.imgFloat .imgRight img{
		width: 45vw;
		max-width: 45%;
	}
}
/* .clearfix */
.imgFloat:before,
.imgFloat:after {
	content: " ";
	display: table;
}
.imgFloat:after {
	clear: both;
}
.imgFloat {
	*zoom: 1;
}

/** pluginBlock **/
.pluginBlock{
	background-color: #eee;
	margin-top: 1em;
	padding: 0.5em;
}
.pluginBlock{
	background-color: #eee;
	margin-top: 1em;
	padding: 10px 15px;
}
.pluginBlock p{
	margin-top: 0;
}
.pluginBlock .icon{
	display: table;
	width: 100%;
	text-align: left;
}
.pluginBlock .img img{
	margin-right: 1em;
}
.pluginBlock .img{
	display: table-cell;
	text-align: left;
	width: 175px;
}
.pluginBlock figcaption{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.pluginBlock .icon{
		display: block;
	}
	.pluginBlock .img {
		display: block;
		text-align: center;
		width: 100%;
	}
	.pluginBlock figcaption {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
}
/** pointArea **/
.pointArea{
	margin-top: 2em;
	position:relative;
	padding:25px 20px;
	border:1px solid #ccc;
}
.pointArea::after{
	content: "\003054\006ce8\00610f";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 17px;
	padding: 0 15px;
}
.pointArea p:first-child{
	margin-top: 0;
}
@media screen and (max-width: 767px){
	.pointArea::after{
		font-size: 15px;
	}
}
/** pcBlock **/
@media screen and (min-width: 768px){
	.pcBlock{
		display: block;
	}
	img.pcBlock{
		display: inline;
	}
}
@media screen and (max-width: 767px){
	.pcBlock{
		display: none;
	}
}
/** spBlock **/
@media screen and (min-width: 768px){
	.spBlock{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.spBlock{
		display: block;
	}
	img.spBlock{
		display: inline;
	}
}

/** accordion **/
.accordion{
	margin-top: 2em;
}
.accordion p:first-child{
	margin-top: 0;
}
.accordion .headding{
	position: relative;
	background-color: #eee;
	padding: 15px 10px;
	cursor: pointer;
}
.accordion .headding:hover{
	opacity: .5;
}
@media screen and (min-width: 768px){
	.accordion.pcNormal .headding:hover{
		opacity: 1;
	}
}
.accordion .headding::before,
.accordion .headding::after{
	position: absolute;
	display: inline-block;
	content: "";
	width:12px;
	height:2px;
	background:#aaaaaa;
	right:10px;
	top:50%;
	margin-top: -3px;
	-ms-transition: all 300ms 0s ease;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.accordion .headding::before{
	-ms-transform:translate(0px,0px) rotate(-180deg);
	-webkit-transform:translate(0px,0px) rotate(-180deg);
	transform:translate(0px,0px) rotate(-180deg);
}
.accordion .headding::after{
	-ms-transform:translate(0px,0px) rotate(-90deg);
	-webkit-transform:translate(0px,0px) rotate(-90deg);
	transform:translate(0px,0px) rotate(-90deg);
}
.accordion .headding.open::before{
	-ms-transform:translate(0px,0px) rotate(0deg);
	-webkit-transform:translate(0px,0px) rotate(0deg);
	transform:translate(0px,0px) rotate(0deg);
}
.accordion .headding.open::after{
	-ms-transform:translate(0px,0px) rotate(0deg);
	-webkit-transform:translate(0px,0px) rotate(0deg);
	transform:translate(0px,0px) rotate(0deg);
}
.accordion .detail{
	padding: 15px 10px;
	border:1px solid #eee;
}
.accordion .headding + .detail{
	height: 0;
	opacity: 0;
	padding: 0 10px;
	-webkit-animation: accordionFadeOut .4s linear 0s 1;
	animation: accordionFadeOut .4s linear 0s 1;
}
.accordion .headding.open + .detail{
	height: auto;
	opacity: 1;
	padding: 15px 10px;
	-webkit-animation: accordionFadeIn .4s linear 0s 1;
	animation: accordionFadeIn .4s linear 0s 1;
}
@media screen and (min-width: 768px){
	.accordion.pcNormal{
		display: block;
		height:auto;
		opacity: 1;
		-webkit-animation: none;
		animation: none;
	}
	.accordion.pcNormal .headding.open + .detail,
	.accordion.pcNormal .headding + .detail{
		display: block;
		height:auto;
		opacity: 1;
		padding: 15px 10px;
		-webkit-animation: none;
		animation: none;
	}
	.accordion.pcNormal .headding{
		cursor: auto;
	}
	.accordion.pcNormal .headding::before,
	.accordion.pcNormal .headding::after{
		display: none;
	}
}

/* tabNav */
.tabNav{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #079e75;
}
.tabNav li{
	display: table-cell;
	text-align: center;
	background-color: #e6e6e6;
	vertical-align: bottom;
	border-right: 4px solid #fff;
}
.tabNav li:last-child{
	border-right: none;
}
.tabNav li.active{
	background-color: #079e75;
}
.tabNav li a{
	display: block;
	padding: 10px;
}
.tabNav li a:hover{
	text-decoration: none;
}
.tabNav li:hover{
	opacity: .5;
}
.tabNav li.active a{
	color:#fff;
}
.tabcontent{
	border: 1px solid #079e75;
	padding: 20px 10px;
}

/** stepNav **/
.stepNav{
	margin: 2em auto 0;
	display:table;
	width: 100%;
	background-color: #e6e6e6;
	overflow: hidden;
}
.stepNav li{
	display: table-cell;
	padding: 10px 10px 10px 25px;
	color:#262626;
	font-size:14px;
	text-align: center;
	position: relative;
	line-height: 1.4;
}
.stepNav li::before,
.stepNav li::after{
	position: absolute;
	right:-40px;
	top:0;
	z-index: 10;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #e6e6e6;
}
.stepNav li::before{
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid #fff;
	right:-46px;
	top:-3px;
}
.stepNav li.active::before,
.stepNav li.active::after{
	border-left: 20px solid #079e75;
}
.stepNav li.active::before{
	border-left: 23px solid #fff;
}
.stepNav li:last-child::before,
.stepNav li:last-child::after{
	display: none;
}
.stepNav li.active{
	color:#fff;
	background-color: #079e75;
	font-weight: bold;
}
.stepNav.stepCol3 li{
	width: 33%;
}
.stepNav.stepCol3 li:last-child{
	width: 34%;
}
.stepNav.stepCol4 li{
	width: 25%;
}
.stepNav.stepCol5 li{
	width: 20%;
}
.stepNav.stepCol6 li{
	width: 14%;
}
.stepNav.stepCol6 li:first-child,
.stepNav.stepCol6 li:last-child{
	width: 13%;
}
@media screen and (max-width: 767px){
	.stepNav{
		background-color: transparent;
	}
	.stepNav li{
		display: block;
		margin:0;
		background-color: #e6e6e6;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		margin-top: 5px;
	}
	.stepNav.stepCol3 li,
	.stepNav.stepCol3 li:last-child,
	.stepNav.stepCol4 li,
	.stepNav.stepCol5 li,
	.stepNav.stepCol6 li,
	.stepNav.stepCol6 li:first-child,
	.stepNav.stepCol6 li:last-child{
		width: 100%;
	}
	.stepNav li::before{
		display: none;
	}
	.stepNav li::after{
		position: absolute;
		right:-20px;
		top:0;
		z-index: 10;
		content: "";
		display: block;
		border-style: solid;
		border-top: 20px solid #fff;
		border-right: 20px solid #fff;
		border-bottom: 20px solid #fff;
		border-left: 20px solid #e6e6e6;
	}
	.stepNav li:last-child::after{
		display: none;
		border-top: 20px solid #fff;
		border-right: 20px solid #fff;
		border-bottom: 20px solid #fff;
		border-left: 20px solid #fff;
	}
}


/*linearNav*/
.linearNav{
	margin: 1em auto 0;
	text-align: center;
}
.linearNav ul{
	margin: 0 auto;
	display: inline-block;
	letter-spacing: -.4em;
}
.linearNav li{
	display: inline-block;
	letter-spacing: normal;
	background-color: #e6e6e6;
	margin:10px 5px 0;
	line-height: 1;
}
.linearNav li.active{
	background-color: #079e75;
	color:#fff;
}
.linearNav li.active a{
	color:#fff;
	font-weight: bold;
}
.linearNav li a:hover{
	text-decoration: none;
}
.linearNav li:hover{
	opacity: .5;
}
.linearNav li.linkNone:hover{
	opacity: 1;
}
.linearNav li a,
.linearNav li span{
	display: block;
	padding: 10px 15px;
}
.linearNav li.prev{
	margin-right: 15px;
	background-color: inherit;
}
.linearNav li.prev a{
	padding-left: 16px;
}
.linearNav li.prev a:before{
	display:inline-block;
	content:"";
	width:.5em;
	height:.5em;
	vertical-align: text-top;
	border-top:1px solid #079e75;
	border-left:1px solid #079e75;
	-ms-transform:rotate(-45deg) translate(-6px,0px);
	-webkit-transform:rotate(-45deg) translate(-6px,0px);
	transform:rotate(-45deg) translate(-6px,0px);
}
.linearNav li.next{
	margin-left: 15px;
	background-color: inherit;
}
.linearNav li.next a{
	padding-right: 16px;
}
.linearNav li.next a:after{
	display:inline-block;
	content:"";
	width:.5em;
	height:.5em;
	vertical-align: text-top;
	border-top:1px solid #079e75;
	border-right:1px solid #079e75;
	-ms-transform:rotate(45deg) translate(6px,0px);
	-webkit-transform:rotate(45deg) translate(6px,0px);
	transform:rotate(45deg) translate(6px,0px);
}
.linearNav.wide100pr{
	display: table;
	width: 100%;
}
.linearNav.wide100pr li.prev,
.linearNav.wide100pr li.next{
	display: table-cell;
	width: 50%;
	padding: 0;
}
.linearNav.wide100pr li.prev a,
.linearNav.wide100pr li.next a{
	display: inline-block;
}
.linearNav.wide100pr li.prev{
	text-align: left;
}
.linearNav.wide100pr li.next{
	text-align: right;
}

/* btnFlat */
.btnFlat {
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:space-around;
	justify-content:space-around;

	margin-top: 2em;
}
#wrap .btnFlat .button{
	margin: 0;
}
#wrap .btnFlat li{
	margin: 0;
}

@media screen and (max-width: 768px){
	.btnFlat {
		/* 方向 */
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		width: 100%;
	}
	#wrap .btnFlat li {
		margin-top: 25px;
	}
	#wrap .btnFlat li:first-child {
		margin-top: 0;
	}
	.btnFlat.spReverse {
		/* 方向 */
		-ms-flex-direction:column-reverse;
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	#wrap .btnFlat.spReverse li:first-child {
		margin-top: 25px;
	}
	#wrap .btnFlat.spReverse li:last-child {
		margin-top: 0;
	}
	#wrap .btnFlat .button {
		margin: 0 auto;;
	}
}
@media screen and (max-width: 479px){
	.btnFlat li{
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.btnFlat li + li{
		margin-top: 2em;
	}
}

/* button */
.button {
	width:100%;
	margin:0 auto;
	max-width:300px;
	min-width: 250px;
	text-decoration:none;
	font-size:15px;
}
.wid100 .button {
	width:calc(100% - 30px);
	max-width:none;
	margin-right: 15px;
	margin-left: 15px;
}
.ecoAction .button {
	width:100%;
	max-width: none;
}
.button a {
	display:block;
	width:100%;
	vertical-align:middle;
	margin:0 auto;
	padding:15px 25px;
	border: 1px solid #079e75;
	color:#079e75;
	background-color: #fff;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button span {
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap .button:hover a {
	opacity: .5;
	text-decoration: none;
}
.button .external::before{
	display: none;
}
.button .external ,
.button .internal {
	line-height: 1.8;
}
.button .external::after {
	top: 48%;
	right: 10px;
	background-image: url(/common_2018/img/main/icon_external_green.png);
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.button .internal::after {
	border-top: 2px solid #079e75;
	border-right: 2px solid #079e75;
}
.button.cancel a{
	border: 1px solid #eee;
	color:#333;
	background-color: #eee;
}
.button.submit a{
	border: 1px solid #fff;
	color:#fff;
	background-color: #079e75;
	position: relative;
}
.button.submit a::after{
	position: absolute;
	right:10px;
	top:50%;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	vertical-align: text-top;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg) translate(-50%,0);
	-webkit-transform: rotate(45deg) translate(-50%,0);
	transform: rotate(45deg) translate(-50%,0);
}
.button.submit .external::after {
	width: 15px;
	height:15px;
	top: 48%;
	right: 10px;
	border:none;
	background-image: url(/common_2018/img/main/icon_external_white.png);
	-ms-transform: rotate(0deg) translate(0,-50%);
	-webkit-transform: rotate(0deg) translate(0,-50%);
	transform: rotate(0deg) translate(0,-50%);
}
.button input{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	margin:0 auto;
	padding:10px;
	border: 1px solid #079e75;
	color:#079e75;
	background-color: #fff;
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	cursor: pointer;
	line-height: 1.4;
}
.button.cancel input{
	border: 1px solid #eee;
	color:#333;
	background-color: #eee;
}
.button.submit input{
	border: 1px solid #079e75;
	color:#fff;
	background-color: #079e75;
}
.button input:hover{
	opacity: .5;
}
/* icon付きボタン */
.button.submit.bus a::after,
.button.submit.time a::after,
.button.submit.annai a::after{
	display: none;
}
.button.submit.bus a::before,
.button.submit.time a::before,
.button.submit.annai a::before{
	content: "";
	width:20px;
	height:20px;
	display: inline-block;
	background-image: url(/common_2018/img/main/icon_bus.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.button.submit.bus a::before{
	background-image: url(/common_2018/img/main/icon_bus.png);
}
.button.submit.time a::before{
	background-image: url(/common_2018/img/main/icon_time.png);
}
.button.submit.annai a::before{
	background-image: url(/common_2018/img/main/icon_annai.png);
}

@media screen and (max-width: 767px){
	.button {
		max-width:260px;
		min-width: 32vw;
		text-decoration:none;
	}
	.button span {
		padding-right: 5px;
		padding-left: 5px;
	}
}
/* table typeA */
.typeA{
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
.typeA caption{
	text-align: left;
	margin:.5em 0;
}
.typeA th{
	border-bottom:1px dotted #333;
	padding: 20px;
	font-weight: bold;
	text-align: left;
}
.typeA td{
	border-bottom:1px dotted #333;
	padding: 30px 20px;
	text-align: left;
}
/*** 汎用 ***/
.vaT{
	vertical-align: top;
}
.vaM{
	vertical-align: middle;
}
.vaB{
	vertical-align: bottom;
}
.wid15{width:15%;}
.wid20{width:20%;}
.wid25{width:25%;}
.wid30{width:30%;}
.wid35{width:35%;}
.wid40{width:40%;}
.wid45{width:45%;}
.wid50{width:50%;}
.wid55{width:55%;}
.wid60{width:60%;}
.wid70{width:70%;}
.wid75{width:75%;}
.wid80{width:80%;}
.wid100{width:100%;}
@media screen and (max-width: 767px){
	.widSP15{width:15%;}
	.widSP20{width:20%;}
	.widSP25{width:25%;}
	.widSP30{width:30%;}
	.widSP35{width:35%;}
	.widSP40{width:40%;}
	.widSP45{width:45%;}
	.widSP50{width:50%;}
	.widSP55{width:55%;}
	.widSP60{width:60%;}
	.widSP70{width:70%;}
	.widSP75{width:75%;}
	.widSP80{width:80%;}
	.widSP100{width:100%;}
}

/* form */
.form input, .form button, .form textarea, .form select {
	background: none;
	border: 1px solid #ccc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.form input[type="text"]:focus,
.form textarea:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #ccc;
}
.form textarea {
	width: 100%;
	line-height: 1.8;
}
/** .form **/
.form label{
	display: inline-block;
	vertical-align: middle;
}
.form span{
	margin: 0 10px 0 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
}
.form .input {
	letter-spacing: -.4em;
}
.form .input li{
	letter-spacing: normal;
	margin: 0 20px 10px 0;
	display: inline-block;
}
/*** .radio ***/
.form .radio label{
	position: relative;
	cursor: pointer;
	padding-left: 25px;
}
.form .radio input[type="radio"]{
	position: absolute;
	opacity: 0;
}
.form .radio label::before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ebeef2;
	border-radius: 50%;
}
.form .radio label::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ebeef2;
}
.form .radio input[type="radio"]:checked + label::before{
	border: 2px solid #ff0000;
}
.form .radio input[type="radio"]:checked + label::after{
	background-color: #ff0000;
}
/*** .checkbox ***/
.form .checkbox label{
	position: relative;
	cursor: pointer;
	padding-left: 25px;
}
.form .checkbox input[type="checkbox"]{
	position: absolute;
	opacity: 0;
}
.form .checkbox label::before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ebeef2;
}
.form .checkbox label::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 12px;
	height: 12px;
	background-color: #ebeef2;
}
.form .checkbox input[type="checkbox"]:checked + label::before{
	border: 2px solid #ff0000;
}
.form .checkbox input[type="checkbox"]:checked + label::after{
	background-color: #ff0000;
}
.form textarea {
	width: 100%;
}



/* flexbox */
.flCol {
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;

	margin: 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flCol.center {
	/* 垂直方向の揃え */
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.flCol.spReverse {
		/* 方向 */
		-ms-flex-direction:column-reverse;
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.flCol.spReverse > .flColIn12:first-child,
	.flCol.spReverse > .flColIn11:first-child,
	.flCol.spReverse > .flColIn10:first-child,
	.flCol.spReverse > .flColIn9:first-child,
	.flCol.spReverse > .flColIn8:first-child,
	.flCol.spReverse > .flColIn7:first-child,
	.flCol.spReverse > .flColIn6:first-child,
	.flCol.spReverse > .flColIn5:first-child,
	.flCol.spReverse > .flColIn4:first-child,
	.flCol.spReverse > .flColIn3:first-child,
	.flCol.spReverse > .flColIn2_4:first-child,
	.flCol.spReverse > .flColIn2:first-child,
	.flCol.spReverse > .flColIn1_7:first-child,
	.flCol.spReverse > .flColIn1_5:first-child,
	.flCol.spReverse > .flColIn1_3:first-child,
	.flCol.spReverse > .flColIn1_2:first-child,
	.flCol.spReverse > .flColIn1_1:first-child,
	.flCol.spReverse > .flColIn1:first-child {
		margin-top: 24px;
	}
	.flCol.spReverse > .flColIn12:last-child,
	.flCol.spReverse > .flColIn11:last-child,
	.flCol.spReverse > .flColIn10:last-child,
	.flCol.spReverse > .flColIn9:last-child,
	.flCol.spReverse > .flColIn8:last-child,
	.flCol.spReverse > .flColIn7:last-child,
	.flCol.spReverse > .flColIn6:last-child,
	.flCol.spReverse > .flColIn5:last-child,
	.flCol.spReverse > .flColIn4:last-child,
	.flCol.spReverse > .flColIn3:last-child,
	.flCol.spReverse > .flColIn2_4:last-child,
	.flCol.spReverse > .flColIn2:last-child,
	.flCol.spReverse > .flColIn1_7:last-child,
	.flCol.spReverse > .flColIn1_5:last-child,
	.flCol.spReverse > .flColIn1_3:last-child,
	.flCol.spReverse > .flColIn1_2:last-child,
	.flCol.spReverse > .flColIn1_1:last-child,
	.flCol.spReverse > .flColIn1:last-child {
		margin-top: 0;
	}
}
.flCol .flCol {
	margin-top: 0;
}
.flCol > .flColIn12 ,
.flCol > .flColIn11 ,
.flCol > .flColIn10 ,
.flCol > .flColIn9 ,
.flCol > .flColIn8 ,
.flCol > .flColIn7 ,
.flCol > .flColIn6 ,
.flCol > .flColIn5 ,
.flCol > .flColIn4 ,
.flCol > .flColIn3 ,
.flCol > .flColIn2_4 ,
.flCol > .flColIn2 ,
.flCol > .flColIn1_7 ,
.flCol > .flColIn1_5 ,
.flCol > .flColIn1_3 ,
.flCol > .flColIn1_2 ,
.flCol > .flColIn1_1 ,
.flCol > .flColIn1{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
}
.flCol > .flColIn12:first-child ,
.flCol > .flColIn11:first-child ,
.flCol > .flColIn10:first-child ,
.flCol > .flColIn9:first-child ,
.flCol > .flColIn8:first-child ,
.flCol > .flColIn7:first-child ,
.flCol > .flColIn6:first-child ,
.flCol > .flColIn5:first-child ,
.flCol > .flColIn4:first-child ,
.flCol > .flColIn3:first-child ,
.flCol > .flColIn2_4:first-child ,
.flCol > .flColIn2:first-child ,
.flCol > .flColIn1_7:first-child ,
.flCol > .flColIn1_5:first-child ,
.flCol > .flColIn1_3:first-child ,
.flCol > .flColIn1_2:first-child ,
.flCol > .flColIn1_1:first-child ,
.flCol > .flColIn1:first-child{
	margin-left: 0;
}
.flCol > .flColIn12   {width: 100%;}
.flCol > .flColIn11   {width: 91.66666667%;}
.flCol > .flColIn10   {width: 83.33333333%;}
.flCol > .flColIn9    {width: 75%;}
.flCol > .flColIn8    {width: 66.66666667%;}
.flCol > .flColIn7    {width: 58.33333333%;}
.flCol > .flColIn6    {width: 50%;}
.flCol > .flColIn5    {width: 41.66666667%;}
.flCol > .flColIn4    {width: 33.33333333%;}
.flCol > .flColIn3    {width: 25%;}
.flCol > .flColIn2_4  {width: 20%;}            /* 5分割　*/
.flCol > .flColIn2    {width: 16.66666667%;}
.flCol > .flColIn1_7  {width: 14.2857142857%;} /* 7分割　*/
.flCol > .flColIn1_5  {width: 12.5%;}          /* 8分割　*/
.flCol > .flColIn1_3  {width: 11.1111111111%;} /* 9分割　*/
.flCol > .flColIn1_2  {width: 10%;}            /* 10分割　*/
.flCol > .flColIn1_1  {width: 9.09090909091%;} /* 11分割　*/
.flCol > .flColIn1    {width: 8.33333333%;}

@media screen and (max-width: 767px){
	.flCol {
		/* 方向 */
		-ms-flex-direction:column ;
		-webkit-flex-direction:column ;
		flex-direction:column ;
		margin-top: 24px;
	}
	.flCol.spSideLine {
		/* 方向 */
		-ms-flex-direction:row ;
		-webkit-flex-direction:row ;
		flex-direction:row ;
		margin: 0;
	}
	.flCol > .flColIn12 ,
	.flCol > .flColIn11 ,
	.flCol > .flColIn10 ,
	.flCol > .flColIn9 ,
	.flCol > .flColIn8 ,
	.flCol > .flColIn7 ,
	.flCol > .flColIn6 ,
	.flCol > .flColIn5 ,
	.flCol > .flColIn4 ,
	.flCol > .flColIn3 ,
	.flCol > .flColIn2_4 ,
	.flCol > .flColIn2 ,
	.flCol > .flColIn1_7 ,
	.flCol > .flColIn1_5 ,
	.flCol > .flColIn1_3 ,
	.flCol > .flColIn1_2 ,
	.flCol > .flColIn1_1 ,
	.flCol > .flColIn1{
		width: 100%;
		margin-top: 24px;
		margin-left: 0;
	}
	.flCol.spSideLine > .flColIn12 ,
	.flCol.spSideLine > .flColIn11 ,
	.flCol.spSideLine > .flColIn10 ,
	.flCol.spSideLine > .flColIn9 ,
	.flCol.spSideLine > .flColIn8 ,
	.flCol.spSideLine > .flColIn7 ,
	.flCol.spSideLine > .flColIn6 ,
	.flCol.spSideLine > .flColIn5 ,
	.flCol.spSideLine > .flColIn4 ,
	.flCol.spSideLine > .flColIn3 ,
	.flCol.spSideLine > .flColIn2_4 ,
	.flCol.spSideLine > .flColIn2 ,
	.flCol.spSideLine > .flColIn1_7 ,
	.flCol.spSideLine > .flColIn1_5 ,
	.flCol.spSideLine > .flColIn1_3 ,
	.flCol.spSideLine > .flColIn1_2 ,
	.flCol.spSideLine > .flColIn1_1 ,
	.flCol.spSideLine > .flColIn1{
		margin-top: 0;
		margin-left: 30px;
	}
	.flCol > .flColIn12:first-child ,
	.flCol > .flColIn11:first-child ,
	.flCol > .flColIn10:first-child ,
	.flCol > .flColIn9:first-child ,
	.flCol > .flColIn8:first-child ,
	.flCol > .flColIn7:first-child ,
	.flCol > .flColIn6:first-child ,
	.flCol > .flColIn5:first-child ,
	.flCol > .flColIn4:first-child ,
	.flCol > .flColIn3:first-child ,
	.flCol > .flColIn2_4:first-child ,
	.flCol > .flColIn2:first-child ,
	.flCol > .flColIn1_7:first-child ,
	.flCol > .flColIn1_5:first-child ,
	.flCol > .flColIn1_3:first-child ,
	.flCol > .flColIn1_2:first-child ,
	.flCol > .flColIn1_1:first-child ,
	.flCol > .flColIn1:first-child{
		margin-top: 0;
	}
	.flCol.spSideLine > .flColIn12:first-child ,
	.flCol.spSideLine > .flColIn11:first-child ,
	.flCol.spSideLine > .flColIn10:first-child ,
	.flCol.spSideLine > .flColIn9:first-child ,
	.flCol.spSideLine > .flColIn8:first-child ,
	.flCol.spSideLine > .flColIn7:first-child ,
	.flCol.spSideLine > .flColIn6:first-child ,
	.flCol.spSideLine > .flColIn5:first-child ,
	.flCol.spSideLine > .flColIn4:first-child ,
	.flCol.spSideLine > .flColIn3:first-child ,
	.flCol.spSideLine > .flColIn2_4:first-child ,
	.flCol.spSideLine > .flColIn2:first-child ,
	.flCol.spSideLine > .flColIn1_7:first-child ,
	.flCol.spSideLine > .flColIn1_5:first-child ,
	.flCol.spSideLine > .flColIn1_3:first-child ,
	.flCol.spSideLine > .flColIn1_2:first-child ,
	.flCol.spSideLine > .flColIn1_1:first-child ,
	.flCol.spSideLine > .flColIn1:first-child{
		margin-left: 0;
	}
}
.flCol > .flColIn12 *:first-child,
.flCol > .flColIn11 *:first-child ,
.flCol > .flColIn10 *:first-child ,
.flCol > .flColIn9 *:first-child ,
.flCol > .flColIn8 *:first-child ,
.flCol > .flColIn7 *:first-child ,
.flCol > .flColIn6 *:first-child ,
.flCol > .flColIn5 *:first-child ,
.flCol > .flColIn4 *:first-child ,
.flCol > .flColIn3 *:first-child ,
.flCol > .flColIn2_4 *:first-child ,
.flCol > .flColIn2 *:first-child ,
.flCol > .flColIn1_7 *:first-child ,
.flCol > .flColIn1_5 *:first-child ,
.flCol > .flColIn1_3 *:first-child ,
.flCol > .flColIn1_2 *:first-child ,
.flCol > .flColIn1_1 *:first-child ,
.flCol > .flColIn1 *:first-child {
	margin-top: 0;
}

/* visualTitle */
.visualTitle {
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	height:350px;
	position: relative;
	overflow: hidden;
}
.visualTitle .ttlType1 {
	margin: 0;
	width: 100%;
	color:#fff;
	text-align: center;
	position: absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.visualTitle {
		height:250px;
	}
}
/** subTitle **/
.subTitle{
	position: relative;
	padding-bottom: 1em;
}
.subTitle::after{
	position: absolute;
	width: 100%;
	bottom:0;
	left:50%;
	content: attr(title);
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
@media screen and (max-width: 767px){
	.subTitle::after{
		font-size: 16px;
	}
}


/* topMessage */
.topMessage {
	background-image: url(/company/message/images/main_bg.gif);
	background-position: 50% 40px;
	background-repeat: no-repeat;
}
#wrap .topMessage .photo figure{
	text-align: left;
	margin-right: 15px;
}
#wrap .topMessage .message p{
	margin-top: 20px;
}
#wrap .topMessage .message p:first-child{
	margin-top: 80px;
}
#wrap .topMessage .signature{
	width: 365px;
}
@media screen and (max-width: 767px){
	.topMessage {
		background-position: 50% 50%;
	}
	#wrap .topMessage .photo figure{
		text-align: center;
		margin-right: 0;
	}
	#wrap .topMessage .message p{
		margin-top: 1.5em;
	}
	#wrap .topMessage .message p:first-child{
		margin-top: 1.5em;
	}
	#wrap .topMessage .signature{
		width: 340px;
	}
}

/* .lead */
.lead {
	padding: 50px 0;
}
@media screen and (max-width: 767px){
	.lead {
		padding: 25px 0;
	}
}

/* .factoryGallery */
.factoryGallery {
	background-color: #f6f6f6;
	padding-bottom: 30px;
	overflow: hidden;
}
#wrap .factoryGallery .titlePic {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap .factoryGallery .titlePic img {
	width: 254px;
}
.factoryGallery .gallery {
	max-width: 1020px;
	width: 100%;
	margin: 30px auto 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.factoryGallery .slick-list {
	overflow: visible;
}
#wrap .factoryGallery .slick-list li{
	margin: 0 30px 0 0;
}
.factoryGallery .prev,
.factoryGallery .next{
	position: absolute;
	left:10px;
	bottom:0;
	width:80px;
	height:80px;
	background-color: #fff;
	overflow: hidden;
	text-indent: -999em;
	z-index: 10;
	cursor: pointer;
}
.factoryGallery .prev:hover,
.factoryGallery .next:hover{
	opacity: .5;
}
.factoryGallery .prev span,
.factoryGallery .next span{
	position: absolute;
	left:50%;
	top:50%;
	display: block;
	width:80px;
	height:50px;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.factoryGallery .next{
	left:90px;
}
.factoryGallery .next span{
	border-left: 1px dotted #000;
}
.factoryGallery .prev span::after ,
.factoryGallery .next span::after {
	position: absolute;
	right: 50%;
	top: 50%;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	vertical-align: text-top;
	border-top: 3px solid #079e75;
	border-right: 3px solid #079e75;
	-ms-transform: rotate(45deg) translate(-50%,-50%);
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	transform: rotate(45deg) translate(-50%,-50%);
}
.factoryGallery .prev span::after {
	right: 44%;
	top: 50%;
	-ms-transform: rotate(-135deg) translate(35%,35%);
	-webkit-transform: rotate(-135deg) translate(35%,35%);
	transform: rotate(-135deg) translate(40%,40%);
}
@media screen and (max-width: 767px){
	#wrap .factoryGallery .titlePic img {
		width: 200px;
	}
	#wrap .factoryGallery .slick-list li img{
		max-height: 200px;
	}
	.factoryGallery .prev,
	.factoryGallery .next{
		width:40px;
		height:40px;
	}
	.factoryGallery .next{
		left:50px;
	}
	.factoryGallery .prev span,
	.factoryGallery .next span{
		width:40px;
	}
	.factoryGallery .prev span::after {
		right: 38%;
	}
	.factoryGallery .next span::after {
		right:48%;
		top: 52%;
	}
}
/* .enkaku */
.enkaku {
	border-left: 1px solid #000;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 1.6;
}
.enkaku dt {
	width:6em;
	display: inline-block;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
.enkaku dt::before {
	display: inline-block;
	content: "";
	width: 13px;
	height:13px;
	border-radius: 50%;
	background-color: #079e75;
	position: absolute;
	left:-32px;
	top:50%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.enkaku dd {
	width:calc(100% - 6em);
	display: inline-block;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.enkaku {
		padding-left: 20px;
		margin-left: 20px;
	}
	.enkaku dt {
		padding: 10px 0;
	}
	.enkaku dt::before {
		left:-27px;
	}
	.enkaku dd {
		padding: 10px 0;
	}
}

/* .centerBox */
.centerBox {
	display: block;
	text-align: center;
}
.centerBox ol{
	display: inline-block;
	margin: 1em auto;
	text-align: left;
}

/* initiatives */
#wrap .initiatives li{
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 72px 46px;
	margin: 0;
}
.initiatives li:nth-child(1){
	background-image: url(/common_2018/img/main/initiatives_list_01.png);
}
.initiatives li:nth-child(2){
	background-image: url(/common_2018/img/main/initiatives_list_02.png);
}
.initiatives li:nth-child(3){
	background-image: url(/common_2018/img/main/initiatives_list_03.png);
}
.initiatives li:nth-child(4){
	background-image: url(/common_2018/img/main/initiatives_list_04.png);
}
.initiatives .ttlType4 {
	margin: 30px 0 0 0;
}
#wrap .initiatives p{
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	#wrap .initiatives li{
		padding-left: 60px;
		background-size: 50px 32px;
	}
}

/* number */
.number01 ,
.number02 ,
.number03 ,
.number04 {
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 72px 46px;
	min-height:55px;
	line-height: 1.6;
}
.number01 {
	background-image: url(/common_2018/img/main/initiatives_list_01.png);
}
.number02 {
	background-image: url(/common_2018/img/main/initiatives_list_02.png);
}
.number03 {
	background-image: url(/common_2018/img/main/initiatives_list_03.png);
}
.number04 {
	background-image: url(/common_2018/img/main/initiatives_list_04.png);
}
@media screen and (max-width: 767px){
	.number01 ,
	.number02 ,
	.number03 ,
	.number04 {
		padding-left: 60px;
		background-size: 50px 32px;
		min-height:40px;
	}
}

/* .mapArea */
.mapArea {
	margin-top: 40px;
}
.mapArea #map {
	width: 100%;
	height: 500px;
}

/* .bline */
.flCol.bline {
	/* 垂直方向の揃え */
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.flCol.bline .line {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dotted #000;
}
@media screen and (max-width: 767px){
	.flCol.bline .line {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}

/* .news */
.news {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news dt {
	font-size:15px;
	color:#666;
}
.news dd {
	font-size:15px;
	color:#666;
	line-height: 1.4;
	margin-top: 10px;
}

/* recruit.main */
.recruit.main {
	margin-top: 60px;
}
.recruit.main .flCol > .flColIn6,
.recruit.main .flCol > .flColIn4,
.recruit.main .flCol > .flColIn12{
	position: relative;
	height:250px;
	background-position: 50% 50%;
	background-size: cover;
}
.recruit.main .box{
	position: absolute;
	left:50%;
	top:50%;
	width: 100%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align: center;
	color:#fff;
}
.recruit.main .box h2 {
	line-height: 1.4;
	letter-spacing: 3px;
}
#wrap .recruit.main .button {
	max-width: 200px;
	min-width: 150px;
	margin: 0 auto;
}
.recruit.main .button .border {
	display: block;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #fff;
	color:#fff;
	background-color: transparent;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.recruit.main .button .border::after {
	position: absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	vertical-align: text-top;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg) translate(-50%,0);
	-webkit-transform: rotate(45deg) translate(-50%,0);
	transform: rotate(45deg) translate(-50%,0);
}
.recruit.main .boxLink {
	display: block;
	height:250px;
	width: 100%;
}
.recruit.main .boxLink:hover {
	opacity: .5;
}

.info_date {
    line-height: 2.2;
}