@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

ul {
	list-style-type: none;
	padding: 0;
}

.center {
	text-align: center;
}

/* COMMON */
.infoW {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	display: block;
	overflow: hidden;
}

.infoTxt {
	margin: 30px auto 40px auto;
	width: 980px;
	text-align: center;
	font-size: 19px;
	line-height: 1.75em;
	color: #000;
}

a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.mr0 {
	margin-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.white {
	color: #FFF !important;
}


/* INFO CONTENTS */
#infoContents {}

#infoTitleArea {
	margin-bottom: 50px;
	height: 320px;
	background: #EBF0F7 url(/info/corporate/anshin_shisetsu/images/main.jpg) center center no-repeat;
	display: block;
	overflow: hidden;
}

#infoTitle {
	margin-top: 60px;
}

#infoTitle h1 {
	margin-left: 596px;
}


/* ITEM */
#itemLine1 {
	background: url(/info/corporate/anshin_shisetsu/images/bg_item_line1.gif) center repeat-y;
	font-size: 110%;
}

#itemLine1 p,
#itemLine2 P {
	font-size: 14px;
}

#itemLine2 {
	background: url(/info/corporate/anshin_shisetsu/images/bg_item_line2.gif) center repeat-y;
	font-size: 110%;
}

.itemL {
	padding-top: 20px;
	padding-bottom: 25px;
	width: 470px;
	text-align: center;
	float: left;
}

.itemR {
	padding-top: 20px;
	padding-bottom: 25px;
	width: 470px;
	text-align: center;
	float: right;
}


/* COUNSULTING */
#consulting {
	padding-top: 80px;
}

#consulting h2 {
	margin: 0 auto 35px auto;
	width: 980px;
	text-align: center;
}

#consulArea {
	padding-top: 23px;
	border-top: #5DB6E7 8px solid;
	background: #9ED3F1 url(/info/corporate/anshin_shisetsu/images/bg_consulting.gif) center top no-repeat;
}

#consul1 {
	margin: 0 0 0 185px;
	width: 795px;
	height: 210px;
	display: block;
	overflow: hidden;
}

#consul2 {
	margin: 0 185px 0 0;
	width: 795px;
	height: 210px;
	display: block;
	overflow: hidden;
}

.consulPhase1 {
	width: 245px;
	float: left;
}


.consulPhase2 {
	width: 245px;
	float: right;
}

.consulTxt1 {
	margin-top: 75px;
	width: 545px;
	height: 62px;
	font-size: 20PX;
	float: right;
}

.consulTxt2 {
	margin-top: 75px;
	width: 545px;
	height: 62px;
	font-size: 20PX;
	float: left;
	display: block;
	overflow: hidden;
}

.consulTxtSub {
	margin-left: 1em;
	width: auto;
	float: right
}

#consulBottom {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
}


/* STEP */
#step {
	padding-top: 80px;
}

#step h2 {
	margin: 0 auto 35px auto;
	width: 980px;
	text-align: center;
}

#stepArea {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: #AAAAAA 8px solid;
	background: #F5F5F5 url(/info/corporate/anshin_shisetsu/images/down_step.png) center 0 no-repeat;
}

#stepArea .infoW {
	display: flex;
	justify-content: space-between;
}

.stepItemWrap {
	padding-top: 11px;
	width: 470px;
	position: relative;
}

.stepItem {
	padding: 15px 19px 19px 19px;
	width: 430px;
	background: #FFF;
	border: #DEDEDE 1px solid;
	position: relative;
	box-sizing: content-box;
	min-height: 570px;
}

.stepItem div,
stepItem p {
	width: 430px;
}

.stepItem h3 {
	margin: 0 0 20px 102px;
	height: 100px;
}

.stepPct {
	margin-bottom: 15px
}


.ribon {
	position: absolute;
	width: 90px;
	left: 20px;
	top: -11px;
}

/* SOCIAL MEDIA LINK */
#smLink {
	padding: 48px 0;
	background: #263792;
}

#smLink ul {
	margin: 0 auto;
	width: 404px;
	display: block;
	overflow: hidden;
}

#smLink ul li {
	margin-right: 46px;
	float: left;
}

@media(max-width:640px) {

	/* COMMON */
	.infoW {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.infoTxt {
		margin: 30px auto 40px auto;
		width: 96%;
		text-align: center;
		font-size: 19px;
		line-height: 1.75em;
		color: #000;
	}

	#infoTitleArea {
		margin-bottom: 50px;
		height: auto;
		background: #EBF0F7 url(/info/corporate/anshin_shisetsu/images/main.jpg) center right 38% no-repeat;
		background-size: cover;
		display: block;
		overflow: hidden;
	}

	#infoTitle h1 {
		width: 50%;
		margin: 0 0 0 37%;
	}

	/* ITEM */
	#itemLine1 {
		background: rgb(140, 196, 0);
		background: linear-gradient(180deg, rgba(140, 196, 0, 1) 0%, rgba(140, 196, 0, 1) 50%, rgba(240, 198, 0, 1) 50%);
		font-size: 110%;
	}

	#itemLine1 p,
	#itemLine2 P {
		font-size: 14px;
		text-align: left;
	}

	#itemLine2 {
		background: rgb(140, 196, 0);
		background: linear-gradient(180deg, #ee7892 0%, #ee7892 50%, #3567b0 50%);
		font-size: 110%;
	}

	.itemL {
		padding-top: 20px;
		padding-bottom: 25px;
		width: 100%;
		text-align: center;
		float: none;
	}

	.itemR {
		padding-top: 20px;
		padding-bottom: 25px;
		width: 100%;
		text-align: center;
		float: none;
	}


	/* COUNSULTING */
	#consulting {
		padding-top: 80px;
	}

	#consulting h2 {
		margin: 0 auto 35px auto;
		width: 96%;
		text-align: center;
	}

	#consulArea {
		padding-top: 23px;
		border-top: #5DB6E7 8px solid;
		background: #9ED3F1 url(/info/corporate/anshin_shisetsu/images/bg_consulting.gif) center top no-repeat;
	}

	#consul1 {
		margin: 30px 0 0 0;
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}

	#consul2 {
		margin: 20px 0 0 0;
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}

	.consulPhase1 {
		width: 30%;
		float: left;
	}


	.consulPhase2 {
		width: 30%;
		float: right;
	}

	.consulTxt1 {
		margin-top: 0;
		width: 68%;
		height: auto;
		font-size: 16PX;
		float: right;
	}

	.consulTxt2 {
		margin-top: 0;
		width: 68%;
		height: auto;
		font-size: 16PX;
		float: left;
		display: block;
		overflow: hidden;
	}

	.consulTxtSub {
		margin-left: 0;
		width: auto;
		float: none;
	}

	#consulBottom {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
		background: rgba(255, 255, 255, 0.4);
	}

	#consulBottom img {
		width: 70%;
	}

	/* STEP */
	#step {
		padding-top: 80px;
	}

	#step h2 {
		margin: 0 auto 35px auto;
		width: 96%;
		text-align: center;
	}

	#stepArea {
		padding-top: 50px;
		padding-bottom: 50px;
		border-top: #AAAAAA 8px solid;
		background: #F5F5F5 url(/info/corporate/anshin_shisetsu/images/down_step.png) center 0 no-repeat;
	}

	#stepArea .infoW {
		display: block;
		justify-content: space-between;
	}

	.stepItemWrap {
		padding-top: 11px;
		width: 100%;
		position: relative;
	}

	.stepItem {
		padding: 15px 19px 19px 19px;
		width: 100%;
		background: #FFF;
		border: #DEDEDE 1px solid;
		position: relative;
		box-sizing: border-box;
		min-height: initial;
		margin: 30px 0 0 0;
	}

	.stepItem div,
	stepItem p {
		width: 100%;
	}

	.stepItem h3 {
		margin: 0 0 20px 102px;
		height: 100px;
	}

	.stepPct {
		margin-bottom: 15px
	}


	.ribon {
		position: absolute;
		width: 90px;
		left: 20px;
		top: -11px;
	}

	/* SOCIAL MEDIA LINK */
	#smLink {
		padding: 48px 0;
		background: #263792;
	}

	#smLink ul {
		margin: 0 auto;
		width: 404px;
		display: block;
		overflow: hidden;
	}

	#smLink ul li {
		margin-right: 46px;
		float: left;
	}

}
