@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.035em;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,li,div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #000;
	outline: hidden;
}
strong {
	color: #FF6B00;
}
strong.red {
	color: #FD3F4A;
}
strong.underline {
	color: #000;
	background:linear-gradient(transparent 60%, #FFDE00 60%);
}
strong.underline-red {
	color: #FD3F4A;
	background:linear-gradient(transparent 60%, #FFDE00 60%);
}
.pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}


#header {
	position: relative;
}
#header .header-logo {
	width: 28%;
	max-width: 190px;
	position: absolute;
	left: 4%;
	top: 15px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#header .header-logo {
		width: 12.5%;
		top: 24px;
		left: 3%;
	}
}

#footer {
	background: #DEDACD;
	padding: 40px 0;
}
.footer-logo {
	width: 94px;
	margin: 0 auto;
}
.footer-nav {
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin: 30px auto 70px;
}
.footer-nav li {
	/*margin: 0 1.8em;*/
	margin: 0 0.6em;
}
.footer-nav li:first-child {
	margin-left: 0;
}
.footer-nav li:last-child {
	margin-right: 0;
}
.copyright {
	font-size: 12px;
	text-align: center;
}
.line-btn {
	top: 130px;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 0 15px;
	margin-bottom: 30px;
	z-index: 3;
}
.line-btn a {
	display: block;
	background: #06C755;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 8px 0 9px;
	border: solid 3px #FFF;
	border-radius: 50px;
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.2);
	-webkit-animation: pikupiku 1.8s infinite;
	animation: pikupiku 1.8s infinite;
}
.catalog-btn {
	width: 100%;
}
.catalog-btn a {
	display: block;
	background: #FD3F4A;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 23px 0;
	border: solid 3px #FFF;
	border-radius: 50px;
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.2);
	-webkit-animation: pikupiku 1.8s infinite;
	animation: pikupiku 1.8s infinite;
}

@media screen and (min-width: 768px) {
	.footer-nav li {
		margin: 0 1.8em;
	}
	.footer-nav li a:hover {
		opcity: 0.6;
	}
}

/* フォーム1 */
.form1 {
	position: relative;
	padding: 250px 15px 70px;
	background: #FDF5D9;
}
.form1 .panfu {
	/*width: 580px;*/
	width: 210px;
	position: absolute;
	top: -20px;
	left: -18px;
}
.form1-title {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 2;
	text-shadow: 0 0 8px #FFF;
}
.form1-title::before {
	content: '＼';
	position: absolute;
	bottom: 0;
	left: -36px;
	font-size: 22px;
}
.form1-title::after {
	content: '／';
	position: absolute;
	bottom: 0;
	right: -36px;
	font-size: 22px;
}
.form1-title strong {
	font-size: 36px;
	color: #000;
}

.form-inner {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.1);
}
.form-script {
	padding: 15px 15px 30px;
	overflow: visible;
}

@media screen and (min-width: 768px) {
	.form1 {
		padding: 410px 0 70px;
	}
	.form1-title {
		top: 80px;
		font-size: 46px;
		width: 13.5em;
	}
	.form1-title strong {
		font-size: 80px;
	}
	.form1-title::before {
		left: -55px;
		font-size: 46px;
	}
	.form1-title::after {
		right: -55px;
		font-size: 46px;
	}
	.form1 .panfu {
		width: 50.5%;
		max-width: 570px;
		position: absolute;
		top: -35px;
		left: -3%;
	}
	.form1 .line-btn {
		width: 700px;
		top: 220px;
		left: 50%;
		margin-left: -350px;
	}
	.form1 .line-btn a {
		font-size: 38px;
		line-height: 1.2em;
		padding: 14px 0;
		border-radius: 100px;
		border: solid 6px #FFF;
		transition: all 0.3s;
	}
	.form1 .line-btn a:hover {
		background: #00943d;
	}
	.form-script {
		padding: 30px 50px;
	}
}
@media screen and (min-width: 1200px) {
	.form1 .panfu {
		left: 50%;
		margin-left: -680px;
	}
}

/* エリア1 */
.area1 {
	padding: 48px 15px 15px;
	background: #FFF;
}
.area1 .area-title {
	font-size: 24px;
	margin: 0 15px 24px;
}
.area1 .graph {
	max-width: 750px;
	margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
	.area1 {
		padding: 80px 15px 96px;
	}
	.area1 .area-title {
		font-size: 42px;
		margin-bottom: 48px;
		text-align: center;
	}
	.area1 .graph {
		margin: 48px auto 0;
	}
}

/* エリア2 */
.area2 {
	background: #F6F4ED;
	padding: 48px 15px 15px;
}
.area2 .area-title {
	text-align: center;
	margin-bottom: 30px;
}
.area2 .newhome {
	margin-bottom: 32px;
}
.area2 .newhome dt,
.area2 .usedhome dt {
	color: #FFF;
	font-size: 20px;
	letter-spacing: 0.35em;
	padding: 10px 15px;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
}
.area2 .newhome dt {
	background: #4AB6BD;
}
.area2 .usedhome dt {
	background: #FF7A00;
}
.area2 .newhome dt::after {
	content: '';
	display: block;
	width: 60px;
	height: 72px;
	position: absolute;
	right: 25px;
	bottom: 0;
	z-index: 1;
	background: url("../images/lp4/area2_icon_newhome.png") no-repeat left top;
	background-size: contain;
}
.area2 .usedhome dt::after {
	content: '';
	display: block;
	width: 78px;
	height: 68px;
	position: absolute;
	right: 22px;
	bottom: 0;
	z-index: 1;
	background: url("../images/lp4/area2_icon_usedhome.png") no-repeat left top;
	background-size: contain;
}
.area2 .newhome dd,
.area2 .usedhome dd {
	background: #FFF;
	color: #000;
	padding: 15px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.area2 .newhome dd {
	border: solid 3px #4AB6BD;
	border-top: none;
}
.area2 .usedhome dd {
	border: solid 3px #FF7A00;
	border-top: none;
}
.area2 h3.merit {
	color: #FF5050;
	font-size: 16px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #FF5050;
	margin-bottom: 15px;
}
.area2 h3.demerit {
	color: #1386C7;
	font-size: 16px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #1386C7;
	margin-top: 25px;
	margin-bottom: 15px;
}
.area2 .merit-lists li,
.area2 .demerit-lists li {
	font-size: 18px;
	margin: 0.5em 0;
}
.area2 .merit-lists li {
	padding-left: 28px;
	background: url("../images/lp4/list_icon_check.png") no-repeat left 2px;
	background-size: 24px 24px;
}
.area2 .demerit-lists li {
	padding-left: 28px;
	background: url("../images/lp4/list_icon_batsu.png") no-repeat left 2px;
	background-size: 24px 24px;
}

.area2_2 {
	margin-top: 40px;
}
.area2_2 {
	padding: 125px 15px 70px;
	position: relative;
}
.area2_2 .area-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 15px 30px;
	margin-bottom: 15px;
	background: url("../images/lp1/area2_titile_bg.png") no-repeat center top;
	background-size: 100% 100%;
	z-index: 1;
}
.area2_2 .area-title strong {
	color: #FD3F4A;
	font-size: 24px;
}
.area2_2 .inner {
	max-width: 1220px;
	margin: 0 auto 0;
	padding: 32px 0 48px;
	background: #FFF;
	border-radius: 15px;
}
.area2_2 .inner .step1,
.area2_2 .inner .step2 {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.area2 {
		padding: 80px 15px 15px;
	}
	.area2 .area-title {
		font-size: 42px;
		margin-bottom: 56px;
	}
	.area2_1 {
		display: flex;
		max-width: 1040px;
		margin: 0 auto;
	}
	.area2_1 dl {
		width: 50%;
		padding: 0 20px;
	}
	.area2 .newhome dt,
	.area2 .usedhome dt {
		font-size: 26px;
		padding: 10px 15px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.area2 .newhome dt::after {
		width: 83px;
		height: 100px;
		right: 28px;
	}
	.area2 .usedhome dt::after {
		width: 108px;
		height: 94px;
		right: 25px;
	}
	.area2 .newhome dd,
	.area2 .usedhome dd {
		padding: 15px 32px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.area2_2 {
		padding: 210px 15px 70px;
		position: relative;
	}
	.area2_2 .area-title {
		width: 100%;
		font-size: 42px;
		padding: 48px 15px 64px;
		margin-bottom: 15px;
		background: url("../images/lp1/area2_titile_bg.png") no-repeat center top;
		background-size: 830px 100%;
		z-index: 1;
	}
	.area2_2 .area-title strong {
		font-size: 42px;
	}
	.area2_2 .inner {
		max-width: 1220px;
		margin: 0 auto 0;
		padding: 40px 0 64px;
		background: #FFF;
		border-radius: 15px;
	}
	.area2_2 .inner .step1,
	.area2_2 .inner .step2 {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1020px) {
	
}

.area3 {
	padding: 48px 15px 68px;
	background: #FFF;
}
.area3 p {
	margin: 24px 0;
}
.area3 .line-btn {
	width: 100%;
	position: static;
	padding: 0;
	margin-bottom: 10px;
}
.area3 .catalog-btn {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.area3 .area-title {
		max-width: 1220px;
		margin: 0 auto;
	}
	.area3 .area3-inner {
		max-width: 1220px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.area3 .area3-inner p {
		font-size: 18px;
		line-height: 1.7em;
		width: 100%;
		margin: 40px 15px 48px;
		text-align: center;
	}
	.area3 .line-btn {
		width: 700px;
		margin: 0 auto 15px;
	}
	.area3 .line-btn a {
		font-size: 38px;
		line-height: 1.2em;
		padding: 14px 0 15px;
		border-radius: 100px;
		border: solid 3px #FFF;
		transition: all 0.3s;
	}
	.area3 .catalog-btn {
		width: 700px;
		margin: 0 auto;
	}
	.area3 .catalog-btn a {
		font-size: 38px;
		line-height: 2.4em;
		padding: 14px 0 15px;
		border-radius: 100px;
		border: solid 3px #FFF;
		transition: all 0.3s;
	}
}
@media screen and (min-width: 1020px) {
	.area3 .area3-inner {
		flex-direction: row;
	}
	.area3 .line-btn {
		width: 50%;
		padding-right: 12px;
	}
	.area3 .catalog-btn {
		width: 50%;
		padding-left: 12px;
	}
	/*.area3 .line-btn a {
		font-size: 38px;
		border: solid 6px #FFF;
	}
	.area3 .catalog-btn a {
		font-size: 38px;
		border: solid 6px #FFF;
	}*/
}

.area4 {
	margin-bottom: 40px;
}
.area4 .block1 {
	padding: 32px 15px;
	background: #FFDE00;
	position: relative;
}
.area4 .block1::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -37px;
	width: 75px;
	height: 28px;
	background: url("../images/lp2/area4_arrow.png") no-repeat left top;
	background-size: 75px 28px;
	z-index: 10;
}
.area4 .block1 .area-title {
	font-size: 22px;
	margin-bottom: 24px;
	text-align: center;
}
.area4 .block1 p {
	font-size: 16px;
}

.area4 .block2 {
	padding: 48px 15px 40px;
}
.area4 .block2 .block-title {
	font-size: 21px;
	text-align: center;
}
.area4 .block2 .box-title {
	text-align: center;
	font-size: 21px;
}
.area4 .block2 .box-title span.type {
	font-size: 18px;
	display: block;
}
.area4 .block2 p {
	font-size: 16px;
	margin: 16px 0;
	text-align: center;
}
.area4 .block2 .box {
	margin-top: 24px;
	padding: 25px 15px 15px;
	background: #F6F4ED;
	position: relative;
	border-radius: 10px;
}
.area4 .block3 {
	padding: 0 15px;
}
.area4 .block3 .block-title {
	font-size: 21px;
	text-align: center;
}
.area4 .block3 .alpha {
	padding: 0 15px;
}
.area4 .block3 .beta {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.area4 .block3 p {
	margin: 24px 0;
}
.area4 .block3 .box {
	border: solid 1px #000;
	border-radius: 10px;
}
.area4 .block3 .box-title {
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	margin: 0 15px;
	border-bottom: solid 1px #ACACAC;
}
.area4 .block3 .img1 {
	margin: 24px 0;
}

@media screen and (min-width: 768px) {
	.area4 .block1 {
		padding: 48px 15px;
		background: #FFDE00;
		position: relative;
	}
	.area4 .block1::after {
		bottom: -60px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
		height: 60px;
		background-size: 160px 60px;
	}
	.area4 .block1 .area-title {
		font-size: 42px;
		text-align: center;
	}
	.area4 .block1 p {
		font-size: 18px;
		line-height: 1.8em;
		text-align: center;
	}
	.area4 .block2 {
		padding: 96px 15px 72px;
		max-width: 1220px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.area4 .block2 .block-title {
		width: 100%;
		font-size: 36px;
		margin-bottom: 40px;
	}
	.area4 .block2 .box {
		width: 49%;
	}
	.area4 .block2 .box-title {
		font-size: 28px;
	}
	.area4 .block2 .box-title span.type {
		font-size: 22px;
	}
	.area4 .block2 p {
		font-size: 18px;
		margin: 24px 0;
	}
	.area4 .block3 {
		max-width: 1220px;
		margin: 0 auto;
	}
	.area4 .block3 .block-title {
		font-size: 36px;
		margin-bottom: 24px;
	}
	.area4 .block3 p {
		font-size: 18px;
		line-height: 1.4em;
		margin: 24px 0;
		text-align: center;
	}
	.area4 .block3 .box {
		display: flex;
		padding: 48px;
	}
	.area4 .block3 .box-title {
		font-size: 24px;
		line-height: 1.2em;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0.8em;
		margin: 0;
	}
	.area4 .block3 .box .alpha {
		width: 50%;
		padding-right: 20px;
	}
	.area4 .block3 .box .beta {
		width: 50%;
		padding-left: 20px;
	}
	.area4 .block3 .box p {
		font-size: 18px;
		line-height: 2em;
		margin: 24px 0 0;
	}
	.area4 .block3 p span.big {
		font-size: 38px;
	}
}

/* エリア2_2 for LP2 */
.area5 {
	padding: 95px 15px 70px;
	position: relative;
}
.area5 .area-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 15px 30px;
	margin-bottom: 15px;
	background: url("../images/lp1/area2_titile_bg.png") no-repeat center top;
	background-size: 100% 100%;
	z-index: 1;
}
.area5 .area-title strong {
	color: #FD3F4A;
	font-size: 24px;
}
.area5 .inner {
	max-width: 1220px;
	margin: 0 auto 0;
	padding: 32px 15px 15px;
	background: #F6F4ED;
	border-radius: 13px;
}
.area5 h3 {
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}
.area5 p {
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
}
.area5 p strong {
	color: #FD3F4A;
}
.area5 .img1 {
	padding: 15px 15px 0;
	margin-bottom: 30px;
	background: #FFF;
}

.area5 .osusume-title {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	position: relative;
}
.area5 .osusume-list {
	margin: 20px 0;
}
.area5 .osusume-list li {
	padding-left: 14px;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	margin: 0.35em 0;
}
.area5 .osusume-list li::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 3px;
	position: absolute;
	top: 9px;
	left: 4px;
}
.area5 .block {
	position: relative;
	border-radius: 10px;
}
.area5 .block p {
	margin-bottom: 1em;
}
.area5 .block p.small {
	margin-top: 0.5em;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.area5 {
		padding: 230px 15px 70px;
		position: relative;
		text-align: center;
	}
	.area5 .area-title {
		width: 100%;
		font-size: 48px;
		padding: 48px 15px 64px;
		margin-bottom: 15px;
		background: url("../images/lp1/area2_titile_bg.png") no-repeat center top;
		background-size: 830px 100%;
		z-index: 1;
	}
	.area5 .area-title strong {
		color: #FD3F4A;
		font-size: 58px;
	}
	.area5 .inner {
		padding: 56px 15px 15px;
		border-radius: 15px;
	}
	.area5 h3 {
		font-size: 32px;
		margin-bottom: 20px;
		text-align: center;
	}
	.area5 p {
		font-size: 18px;
	}
	.area5 .block {
		background: #FFF;
		display: flex;
		padding: 40px;
	}
	.area5 .img1 {
		width: 49%;
		padding: 5px 0 0;
		margin-bottom: 0;
	}
	.area5 .osusume {
		width: 51%;
		padding-left: 32px;
	}
	.area5 .osusume-title {
		font-size: 26px;
		line-height: 1em;
		padding-bottom: 32px;
		text-align: left;
	}
	.area5 .osusume p {
		text-align: left;
		margin: 24px 0 10px;
	}
	.area5 .block p.small {
		margin-top: 0.5em;
		margin-bottom: 24px;
		font-size: 12px;
	}
	
}
@media screen and (min-width: 1020px) {
	.area5 h3 {
		font-size: 36px;
	}
}


.area6 {
	background: #F6F4ED;
	padding: 40px 15px;
}
.area6 .staff {
	border-radius: 10px;
	margin-bottom: 32px;
	background: #FFF;
	border: solid 3px #FFDE00;
}
.area6 .area-title {
	text-align: center;
	margin-bottom: 40px;
}
.area6 .staff dt {
	position: relative;
	background: #FFDE00;
	padding: 14px 15px 14px 112px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.area6 .staff dd {
	/*border: solid 3px #FFDE00;
	border-top: none;
	background: #FFF;*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}
.area6 .staff dd .t1 {
	margin-bottom: 14px;
}
.area6 .staff-name {
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
}
.area6 .staff-name span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	padding-top: 7px;
}
.area6 .staff-img {
	width: 84px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 10;
}
.area6 .staff dd h3 {
	font-size: 16px;
	border-bottom: dotted 1px #8B8B8B;
	padding-bottom: 0.6em;
}
.area6 .staff dd p {
	font-size: 14px;
	margin: 14px 0 0;
}
@media screen and (min-width: 768px) {
	.area6 {
		background: #F6F4ED;
		padding: 80px 0 64px;
	}
	.area6 .area-title {
		font-size: 48px;
		margin-bottom: 56px;
	}
	.area6 .staffs {
		display: flex;
		flex-wrap: wrap;
		width: 596px;
		max-width: 1220px;
		margin: 0 auto;
		justify-content: flex-start;
	}
	.area6 .staff {
		width: 286px;
		margin: 0 auto 32px 24px;
	}
	.area6 .staff:nth-child(2n-1) {
		margin-left: 0;
	}
	.area6 .staff dd {
	}
}
@media screen and (min-width: 906px) {
	.area6 .staffs {
		width: 906px;
	}
	.area6 .staff:nth-child(2n-1) {
		margin-left: 24px;
	}
	.area6 .staff:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 1220px) {
	.area6 .staffs {
		width: 1220px;
		justify-content: center;
	}
	.area6 .staff {
		/*margin: 0 0 32px 24px!important;*/
		width: 366px;
		margin: 0 0 32px 24px!important;
	}
	.area6 .staff:nth-child(1),
	.area6 .staff:nth-child(4) {
		margin-left: 0!important;
	}
	/*.area6 .staff:nth-child(3n+1) {
		margin-left: 12px;
	}*/
	/*.area6 .staff:nth-child(1),
	.area6 .staff:nth-child(5) {
		margin-left: 0!important;
	}*/
	/*.area6 .staff:nth-child(4),
	.area6 .staff:nth-child(7) {
		margin-right: 0;
	}*/
}

/* エリア7 */
.area7 {
	padding-top: 48px;
	background: #FFF;
}
.area7 .area-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
.area7 .ordermade {
	padding: 0 0 64px;
}
.area7 .slider-item {
	margin: 0 6px;
}
@media screen and (min-width: 768px) {
	.area7 .area-title {
		font-size: 42px;
		padding-top: 70px;
		margin-bottom: 50px;
	}
	.area7 .ordermade {
		max-width: 1220px;
		padding: 0 60px 80px;
		margin: 0 auto;
		background: #FFF;
		border-radius: 15px;
		position: relative;
	}
	.area7 .slider-item {
		margin: 0 12px;
	}
	.area7 .slider-item a {
		transition: all 0.3s;
	}
	.area7 .slider-item a:hover {
		opacity: 0.8;
	}
	.slide-arrow {
		width: 18px;
		height: 34px;
		position: absolute;
		z-index: 10;
	}
	.prev-arrow {
		top: 50%;
		left: -30px;
		margin-top: -10px;
	}
	.next-arrow {
		top: 50%;
		right: -30px;
		margin-top: -10px;
	}
	.slide-arrow:hover {
		opacity: 0.6;
		cursor: pointer;
	}
}

.faq {
	background: #FFF;
	padding: 40px 0;
}
.faq .area-title {
	text-align: center;
	margin-bottom: 40px;
}
.faq .faq-items {
	padding: 0 15px;
	max-width: 1080px;
	margin: 0 auto;
}
.faq .faq-items .item {
	border: solid 1px #C5BFAD;
	padding: 12px;
	margin-bottom: 16px;
	position: relative;
}
.faq .faq-items .item::after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #C5BFAD;
	position: absolute;
	top: 22px;
	right: 16px;
	transition: all 0.3s;
}
.faq .faq-items .item.current::after {
	transform: rotateZ(180deg);
}
.faq .faq-items .item::before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #C5BFAD;
	position: absolute;
	transform: rotateZ(90deg);
	top: 22px;
	right: 16px;
	transition: all 0.3s 0.1s;
}
.faq .faq-items .item.current::before {
	opacity: 0;
	transform: rotateZ(180deg);
}
.faq .faq-items .item dt {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 30px 2px 32px;
	position: relative;
}
.faq .faq-items .item dd {
	display: none;
	font-size: 14px;
	transition: all 0.3s;
}
.faq .faq-items .item.current dd {
	display: block;
	padding-top: 1.5em;
}

.faq .faq-items .item .q {
	display: inline-block;
	font-size: 16px;
	color: #FF8A00;
	background: #FFDE00;
	line-height: 1em;
	padding: 3px 5px 5px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.faq {
		padding: 80px 0 64px;
	}
	.faq .area-title {
		font-size: 48px;
		margin-bottom: 56px;
	}
	.faq .faq-items .item {
		padding: 32px;
		margin-bottom: 32px;
	}
	.faq .faq-items .item::after {
		width: 26px;
		height: 4px;
		top: 48px;
		right: 48px;
	}
	.faq .faq-items .item::before {
		width: 26px;
		height: 4px;
		top: 48px;
		right: 48px;
	}
	.faq .faq-items .item dt {
		font-size: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 55px;
		padding-right: 35px;
		position: relative;
	}
	.faq .faq-items .item dd {
		font-size: 18px;
	}
	.faq .faq-items .item.current dd {
		display: block;
		padding-top: 1.5em;
	}

	.faq .faq-items .item .q {
		font-size: 26px;
		line-height: 1em;
		padding: 6px 10px 10px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
}

@keyframes pikupiku {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    10% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    20% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    50% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } 
}
  
@-webkit-keyframes pikupiku {
    0% {
      -webkit-transform: translateY(0); }
    10% {
      -webkit-transform: translateY(5px); }
    20% {
      -webkit-transform: translateY(0); }
    30% {
      -webkit-transform: translateY(0); }
    40% {
      -webkit-transform: translateY(5px); }
    50% {
      -webkit-transform: translateY(0); }
    100% {
      -webkit-transform: translateY(0); } 
}
  
@-moz-keyframes pikupiku {
    0% {
      -moz-transform: translateY(0); }
    8% {
      -moz-transform: translateY(5px); }
    15% {
      -moz-transform: translateY(0); }
    25% {
      -moz-transform: translateY(0); }
    38% {
      -moz-transform: translateY(5px); }
    45% {
      -moz-transform: translateY(0); }
    100% {
      -moz-transform: translateY(0); } 
}
