@charset "utf-8";
/* CSS Document */
#contents section .business2 {
	background: #f8f5e9;
	padding: 0px 30px 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#contents section .business2 .box {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 5%;
}

#contents section .business2 .box.request:before {
	content: "";
	background: url(/hoken/common/img/form/ico_business201.png) no-repeat;
	display: inline-block;
	width: 77px;
	height: 77px;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#contents section .business2 .box.inquiry:before {
	content: "";
	background: url(/hoken/common/img/form/ico_business202.png) no-repeat;
	display: inline-block;
	width: 77px;
	height: 77px;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#contents section .business2 .box.procedures:before {
	content: "";
	background: url(/hoken/common/img/form/ico_business203.png) no-repeat;
	display: inline-block;
	width: 77px;
	height: 77px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#contents section .business2 .box .tx_box {
	background: #ff7464;
	border-radius: 6px;
	text-align: left;
	font-size: 1.3rem;
	padding: 30px;
	position: relative;
	margin-top: 5px;
	min-height: 11em;
}

#contents section .business2 .box .tx_box:before{
	border-color: transparent transparent #ff7464 transparent;
	content: "";
	border-style: solid;
	border-width: 0px 6px 13px 6px;
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 48%;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	#contents section .business2 {
		padding: 5% 5% 0;
		margin-bottom: 10%;
		display: block;
	}
	#contents section .business2 .box {
		float: none;
		width: 100%;
		padding: 1% 0;
	}
	#contents section .business2 .box:nth-child(2) {
		margin:0;
	}

	#contents section .business2 .box:nth-child(1):before {
		top: 0%;
	}

	#contents section .business2 .box:nth-child(2):before {
		top: -5%;
	}
	#contents section .business2 .box:nth-child(3):before {
		top: -5%;
	}
	#contents section .business2 .box .tx_box {
		width: 100%;
		margin: 5% auto 0;
		padding: 5%;
		min-height: 5em;
	}

	#contents section .business2 .box .tx_box:before{
		top: -12px;
		left: 50%;
	}
}
