@charset "utf-8";

/*---------------
moveimgBox02
----------------*/


/*---------------

----------------*/
	.num01 {
	}

	.num01 .subSection.pt100 {
		padding-top: 100px;
	}

	.num01 .headline.headline-04 {
		position: relative;
		margin-bottom: 40px;
		padding: 0 0 0 25px;
	}
	.num01 .headline.headline-04:before{
		content: '';
		width: 1px;
		height: 80px;
		background: #ce7f2a;
		position: absolute;
		left: 0;
		top: -40px;
	}

	.num01 .clm2pa .image {
		margin-bottom: 60px;
	}
@media only screen and (max-width:768px) {
	.num01 .headline.headline-04 {
		margin-bottom: 40px;
		padding: 40px 0 0 25px;
	}
	.num01 .headline.headline-04:before{
		height: 80px;
		top: 0;
	}
}

	.num02 {
		padding-bottom: 0;
	}

	.num02 .subSection {
		padding-top: 60px;
	}
	.num02 .headline.headline-03 {
		margin-bottom: 90px;
	}
	.num02 .headline.headline-04 {
		margin-top: 80px;
		text-align: center;
	}
	.num02 .headline.headline-04 + .cmt {
		text-align: center;
	}

	.num02 .ac.cap {
		text-align: center;
	}
@media only screen and (max-width:768px) {
}

	.num03 {
	}
	.num03 .subSection {
		padding-top: 60px;
	}
@media only screen and (max-width:768px) {
}

	.lineList {
		padding-bottom: 30px;
		border-bottom: solid 1px #d1d1d1;
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
		text-align: center;
	}
	.lineList li {
		display: inline-block;
		padding: 0 30px;
		font-size: 26px;
		letter-spacing: .1em;
		line-height: 1.6;
		vertical-align: middle;
	}

	.slinelist {
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
	}
@media only screen and (max-width:768px) {
	.lineList {
		overflow: hidden;
		margin-top: -20px;
		padding-bottom: 20px;
	}
	.lineList li {
		display: block;
		margin-top: 20px;
		padding: 0;
		font-size: 18px;
	}
	.lineList li img {
		zoom: 0.8;
	}

	.slinelist {
		font-size: 12px;
	}
}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .areaL,
	.imgBox .areaR {
		display: table-cell;
		vertical-align: top;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}


	.imgBox.num1 {
		font-size: 14px;
		line-height: 2.4;
	}
	.imgBox.num1.mb40 {
		margin-bottom: 40px;
	}
	.imgBox.num1.mb60 {
		margin-bottom: 60px;
	}
	.imgBox.num1 .areaL {
		width: 90px;
		color: #f39835;
	}
	.imgBox.num1 .areaR {
		color: #fff;
	}
@media only screen and (max-width: 640px) {
	.imgBox.num1 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num1 .phArea {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}