@charset "utf-8";

/* position */
	.relative {
		position: relative;
	}
	.absolute {
		position: absolute;
	}

	#mainVisual {
		position: relative;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}

	.titleA {
		text-align: left;
	}

	.section {
		font-size: 12px;
		line-height: 1.8;
	}
	.section.num1 {
		padding-top: 60px;
	}

	.clearfix.num1 .fl {
		text-align: center;
	}
	.clearfix.num1 .fr {
		width: 505px;
	}
@media only screen and (max-width: 640px) {
	.clearfix.num1 .fl,
	.clearfix.num1 .fr {
		float: none;
		width: auto;
	}
	.clearfix.num1 .fr {
		margin-top: 5px;
	}
	.clearfix.num1 .fl img,
	.clearfix.num1 .fr img {
		width: 100%;
	}
}

	.icn1,
	.icn2,
	.icn3,
	.icn4 {
		margin-left: 8px;
		padding-left: 25px;
	}
	.icn1 {
		margin-top: 8px;
		background: url(../imgs/icn-num1.png) no-repeat 0 0;
	}
	.icn2 {
		background: url(../imgs/icn-num2.png) no-repeat 0 0;
	}
	.icn3 {
		background: url(../imgs/icn-num3.png) no-repeat 0 0;
	}
	.icn4 {
		background: url(../imgs/icn-num4.png) no-repeat 0 0;
	}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .txtArea,
	.imgBox .photo {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .photo {
		width: 350px;
		padding-right: 70px;
		text-align: center;
	}
@media only screen and (max-width: 640px) {
	.imgBox.num1 .txtArea {
		display: block;
		width: auto;
		margin-top: 30px;
	}
	.imgBox.num1 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}


	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		display: inline-block;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.clmBox > div p.ph {
		padding: 5px;
	}

	.clmBox.col2 {
		margin-left: -2.5%;
	}
	.clmBox.col2 > div {
		width: 47.5%;
		margin-left: 2.5%;
		text-align: center;
	}

	.clmBox.icol2 {
		margin-left: -1%;
	}
	.clmBox.icol2 > div {
		width: 49%;
		margin-left: 1%;
		vertical-align: top;
	}

	.clmBox.half {
	}
	.clmBox.half > div {
		width: 50%;
	}
@media only screen and (max-width: 640px) {
	.clmBox.col2 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col2 > div {
		display: block;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}

	.clmBox.half {
		margin-top: -20px;
	}
	.clmBox.half > div {
		display: block;
		width: auto;
		margin-top: 40px;
	}
}