/* 個人客向け
=========================================================================*/
/* Hero Area
-----------------------------------------------------------*/
#heroarea {
	position: relative;
	padding: 60px 0;
	background-color: #FFF600;
}

#heroarea .inner {
	position: relative;
	margin: 0 auto;
	width: 1527px;
}

@media screen and (max-width:1567px) {
	#heroarea .inner {
		padding: 0 20px;
		width: 100%;
	}
}

#heroarea .inner picture.copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 729px;
	width: calc(729 / 1527 * 100%);
}

/* CTA Button
-----------------------------------------------------------*/
#cta {
	padding: 50px 0;
	text-align: center;
}

#cta a.button_cta {
	display: inline-block;
	margin: 0 auto;
	padding: .5em;
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 1.4em;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(to bottom, #4BB212, #CCED34);
	border-radius: 19px;
	box-shadow: 4px 4px 0 #cfcfcf;
	transition: .3s;
}

@media screen and (max-width:1152px) {
	#cta a.button_cta {
		font-size: 3.0vw;
	}
}

#cta a.button_cta:hover {
	box-shadow: 0 0 0 #cfcfcf;
	transform: translate(2px, 2px)
}

/* Title
-----------------------------------------------------------*/
#bg_stripe {
	background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 6px, #fcfcfc 6px, #fcfcfc 12px);
}

#title {
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#title h1 {
	position: absolute;
	top: calc(82 / 670 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(699 / 1920 * 100%);
}

#title .comment {
	position: absolute;
	top: calc(36 / 670 * 100%);
	left: calc(350 / 1920 * 100%);
	margin: 0;
	width: calc(273 / 1920 * 100%);
}

#title h2 {
	position: absolute;
	top: calc(320 / 716 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 700;
	font-size: 2.0vw;
	line-height: 1.3em;
}

#title p {
	position: absolute;
	top: calc(506 / 716 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	width: calc(682 / 1920 * 100%);
	font-weight: 700;
	font-size: 1.9vw;
	line-height: 1.25em;
	color: #FFF;
	background-color: #8CC220;
	border-radius: 70px;
}

/* Item
-----------------------------------------------------------*/
#item {
	padding: 80px 20px 60px;
}

#item dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 1274px;
}

@media screen and (max-width:1314px) {
	#item dl {
		padding: 0 20px 0;
		width: 100%;
	}
}

#item dl dt {
	position: relative;
	margin-bottom: 50px;
	padding-right: 1em;
	width: calc(450 / 1274 * 100%);
	font-weight: 900;
	font-size: 3.4rem;
	text-align: right;
	line-height: 1.2em;
}

#item dl dt span {
	display: inline;
	position: relative;
}

#item dl dt.item_01 span::before {
	content: "";
	position: absolute;
	top: -48px;
	left: -55px;
	width: 69px;
	height: 71px;
	background: url(../images/individuals/item_fig_01.png) center top no-repeat;
	background-size: contain;
}

#item dl dt.item_02 span::before {
	content: "";
	position: absolute;
	top: -92px;
	left: -75px;
	width: 117px;
	height: 114px;
	background: url(../images/individuals/item_fig_02.png) center top no-repeat;
	background-size: contain;
}

#item dl dt.item_03 span::before {
	content: "";
	position: absolute;
	top: -36px;
	left: -120px;
	width: 104px;
	height: 76px;
	background: url(../images/individuals/item_fig_03.png) center top no-repeat;
	background-size: contain;
}

#item dl dd {
	margin-bottom: 50px;
	width: calc(800 / 1274 * 100%);
	font-size: 2.0rem;
}

/* Estimate
-----------------------------------------------------------*/
#estimate {
	padding: 60px 20px 130px;
	text-align: center;
}

#estimate .inner {
	position: relative;
	padding: 0;
	width: 1152px;
}

@media screen and (max-width:1436px) {
	#estimate .inner {
		width: 100%;
	}
}

#estimate picture.title img {
	margin: 0 auto 40px;
	width: calc(757 / 1152 * 100%);
	max-width: 757px;
}

#estimate .inner .illust {
	position: absolute;
	top: 123px;
	left: -142px;
	width: 266px;
}

@media screen and (max-width:1436px) {
	#estimate .inner .illust {
		left: 0;
		width: calc(206 / 1152 * 100%);
	}
}

#estimate ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 40px;
	width: calc(657 / 1152 * 100%);
	max-width: 657px;
}

#estimate ul li:nth-child(1) {
	width: calc(256 / 657 * 100%);
}

#estimate ul li:nth-child(2) {
	width: calc(240 / 657 * 100%);
}

#estimate ul li:nth-child(3) {
	width: calc(161 / 657 * 100%);
}

#estimate .inner p.copy {
	margin: 0 auto 40px;
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 1.4em;
}

#estimate .inner a {
	display: inline-block;
	margin: 0 auto 40px;
	padding: .5em;
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 1.4em;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(to bottom, #4BB212, #CCED34);
	border-radius: 19px;
	box-shadow: 4px 4px 0 #cfcfcf;
	transition: .3s;
}

@media screen and (max-width:1152px) {
	#estimate .inner a {
		font-size: 3.0vw;
	}
}

#estimate .inner a:hover {
	box-shadow: 0 0 0 #cfcfcf;
	transform: translate(2px, 2px)
}

#estimate .inner .note {
	margin: 0 auto;
	padding: 30px 50px;
	text-align: left;
	border: 1px solid #5C5E5F;
	max-width: 1152px;
}

/*  Mobile（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* Hero Area
	-----------------------------------------------------------*/
	#heroarea {
		padding: 25px 0;
	}

	#heroarea .inner picture.copy {
		width: calc(726 / 750 * 100%);
	}

	/* CTA Button
	-----------------------------------------------------------*/
	#cta {
		padding: 50px 0;
		text-align: center;
	}

		#cta a.button_cta {
		margin: 0 auto;
		width: 100%;
		font-size: 2.0rem;
		border-radius: 10px;
	}

		#cta a.button_cta:hover {
		box-shadow: 4px 4px 0 #cfcfcf;
		transform: translate(0, 0)
	}

	/* Title
	-----------------------------------------------------------*/
	#bg_stripe {
			background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 3px, #fcfcfc 3px, #fcfcfc 6px);
	}

	#title {
		padding: 15px 0 40px;
	}

	#title h1 {
		top: calc(190 / 1388 * 100%);
		width: calc(626 / 750 * 100%);
	}

	#title .comment {
		top: calc(10 / 1388 * 100%);
		left: calc(43 / 750 * 100%);
		width: calc(261 / 750 * 100%);
	}

	#title h2 {
		top: calc(420 / 1388 * 100%);
		left: 0;
		right: 0;
		font-size: 4.6vw;
	}

	#title p {
		top: calc(610 / 1388 * 100%);
		width: calc(682 / 750 * 100%);
		font-size: 4.6vw;
	}

	/* Item
	-----------------------------------------------------------*/
	#item {
		padding: 60px 20px;
	}

	#item dl dt {
		margin-bottom: .5em;
		padding-right: 0;
		padding-left: 2em;
		width: 100%;
		font-size: 2.4rem;
		text-align: left;
	}

	#item dl dt.item_01 span::before {
		top: -25px;
		left: -2em;
		width: 50px;
		height: 51px;
	}

	#item dl dt.item_02 span::before {
		top: -53px;
		left: -2em;
		width: 83px;
		height: 81px;
	}

	#item dl dt.item_03 span::before {
		top: -53px;
		left: -2em;
		width: 74px;
		height: 54px;
	}

	#item dl dd {
		margin-bottom: 80px;
		width: 100%;
		font-size: 1.4rem;
	}

	#item dl dt.item_03+dd {
		margin-bottom: 0;
	}

	/* Estimate
	-----------------------------------------------------------*/
	#estimate {
		padding: 50px 20px 60px;
	}

	#estimate picture.title img {
		margin: 0 auto 20px;
		width: calc(366 / 750 * 100%);
	}

	#estimate .inner .illust {
		top: -20px;
		left: -20px;
		width: calc(246 / 750 * 100%);
	}

	#estimate ul {
		margin: 0 auto 30px;
		width: 100%;
	}

	#estimate ul li:nth-child(1) {
		width: calc(242 / 600 * 100%);
	}

	#estimate ul li:nth-child(2) {
		width: calc(242 / 600 * 100%);
	}

	#estimate ul li:nth-child(3) {
		width: calc(116 / 600 * 100%);
	}

	#estimate .inner p.copy {
		margin: 0 auto 40px;
		font-size: 2.0rem;
	}

	#estimate .inner a {
		margin: 0 auto 40px;
		width: 100%;
		font-size: 2.0rem;
		border-radius: 10px;
	}

	#estimate .inner a:hover {
		box-shadow: 4px 4px 0 #cfcfcf;
		transform: translate(0, 0)
	}

	#estimate .inner .note {
		padding: 15px 30px;
		font-size: 1.2rem;
	}


}
