@charset "UTF-8";
.textImage {
	display: block;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;    
}
#mainContent {
	width: auto;
	padding-left: 0;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}
.lineBlock {
	text-align: center;
}
.lineBlock__title {
	font-size: 26px;
	margin: 48px 0 0;
}
.lineBlock__lead {
	font-size: 14px;
	width: 752px;
	margin: 12px auto 0;
	border-top: 1px solid #000;
	padding: 20px 0 0;
}
.lineBlock__banner {
	margin: 40px 8px 0 0px;
	display: inline-block;
}
.lineMiddle {
	background: #fcf7eb;
	margin: 15px 0 0;
	text-align: center;
	padding: 45px 0 50px;
}
.lineMiddle__title {
	color: #e1b236;
	font-size: 19px;
}
.lineMiddle__list {
	font-size: 0;
	margin: 65px 0 0;
}
.lineMiddle__item {
	width: 300px;
	height: 480px;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.lineMiddle__item:last-child:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 63.5px 0 63.5px 50px;
	border-color: transparent transparent transparent #e1b236;
	top: 176px;
	left: -102px;
}
.lineMiddle__item.lineMiddle__item--pc {
	margin: 0 160px 0 0;
}
.lineMiddle__item.lineMiddle__item--sp {
	display: none;
}
.lineMiddle__number {
	color: #FFF;
	background: #e1b236;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 56px;
	margin: -28px auto 0;
	font-size: 32px;
}
.lineMiddle__text {
	font-size: 13px;
	line-height: 1.9;
}
.lineMiddle__image.lineMiddle__image--01 {
	margin: 97px 0 94px;
}
.lineMiddle__image.lineMiddle__image--02 {
	margin: 32px 0 28px;
}
.lineMiddle__image.lineMiddle__image--02 img{
	width: 217px;
}
.linebottom {
	text-align: center;
	margin: 48px 0 0px;
}
.linebottom:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 63.5px 0 63.5px;
	border-color: #e1b236 transparent transparent transparent;
	margin: 60px auto 0;
}
.linebottom__title {
	color: #e1b236;
	font-size: 19px;
}
.linebottom__lead {
	font-size: 14px;
	margin: 25px 0 0;
}
.mobileList {
	margin: 50px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mobileList__item {
	width: 450px;
	padding: 10px 0 36px;
	background: #fcf7eb;
	display: inline-block;
}
.mobileList__headline {
	font-size: 16px;
	padding: 4px 0;
	color: #FFF;
	background: #e1b236;
	margin: -24px auto 0;
	border-radius: 15px;
}
.mobileList__headline--iphone {
	width: 180px;
}
.mobileList__headline--google {
	width: 215px;
}
.mobileList__button {
	text-align: left;
	padding: 40px 0 0 62px;
}
.mobileList__button--google {
	padding: 40px 0 0 40px;
}
.mobileList__qr {
	display: inline-block;
	vertical-align: middle;
}
.mobileList__iphone {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 32px;
}
.mobileList__google {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 25px;
}
.mobileList__iphone img {
	width: 163px;
}
.mobileList__google img {
	width: 202px;
}
.mobileList__text {
	font-size: 13px;
	line-height: 1.9;
	margin: 22px 0 0;
}
.bottomList {
	font-size: 0;
	margin: 58px 0 115px;
	text-align: center;
}
.bottomList__item {
	width: 300px;
	background: #fcf7eb;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 35px;
}
.bottomList__item:last-child {
	margin: 0 0 0 160px;
}
.bottomList__item:last-child:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 63.5px 0 63.5px 50px;
	border-color: transparent transparent transparent #e1b236;
	top: 176px;
	left: -102px;
}
.bottomList__number {
	color: #FFF;
	background: #e1b236;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 56px;
	margin: -28px auto 0;
	font-size: 32px;
}
.bottomList__text {
	font-size: 13px;
	line-height: 1.9;
}
.mobileList__text--sp {
	display: none;
}
.bottomList__image {
	margin: 32px 0;
}
.bottomList__image img{
	width: 217px;
}
@media screen and (max-width:739px) {
	#mainContent {
		padding: 0;
		margin: 0;
	}
	.lineBlock__title {
		font-size: 26px;
		margin: 48px 0 0;
	}
	.lineBlock__lead {
		font-size: 13px;
		text-align: left;
		width: 87.5%;
	}
	.lineBlock__banner {
		margin: 10px 0 0;
	}
	.lineMiddle {
		padding: 40px 0 42px;
	}
	.lineMiddle__title {
		font-size: 17px;
	}
	.lineMiddle__list {
		margin: 35px 0 0;
	}
	.lineMiddle__item {
		width: 87.5%;
		height: auto;
		margin: 0 auto;
		display: block;
		padding: 10px 0 30px;
	}
	.lineMiddle__item:last-child {
		margin: 100px auto 0;
	}
	.lineMiddle__item:last-child:before {
		border-width: 37.5px 47.5px 0 47.5px;
		border-color: #e1b236 transparent transparent transparent;
		margin: auto;
		left: 0;
		right: 0;
		top: -80px;
	}
	.lineMiddle__item.lineMiddle__item--pc {
		display: none;
	}
	.lineMiddle__item.lineMiddle__item--sp {
		display: block;
	}
	.lineMiddle__number {
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin: -32px auto 0;
		font-size: 24px;
	}
	.lineMiddle__button {
		display: block;
		width: 175px;
		margin: 32px auto 0;
	}
	.lineMiddle__text {
		font-size: 12px;
		margin: 25px auto 0;
	}
	.lineMiddle__image.lineMiddle__image--02 {
		margin: 40px 0 36px;
	}
	.lineMiddle__image.lineMiddle__image--02 img {
		width: 434px;
	}
	.linebottom {
		margin: 40px 0 0;
	}
	.linebottom:after {
		border-width: 37.5px 47.5px 0 47.5px;
		border-color: #e1b236 transparent transparent transparent;
		margin: 18px auto 0;
	}
	.linebottom__lead {
		font-size: 14px;
		margin: 12px 0 0;
	}
	.mobileList {
		display: block;
		margin: 34px 0 0;
	}
	.mobileList__item {
		width: 87.5%;
		margin: 0 auto;
	}
	.mobileList__item:nth-of-type(2) {
		margin: 35px 0 0;
	}
	.mobileList__headline {
		padding: 4px 0;
		font-size: 15px;
	}
	.mobileList__headline--iphone {
		width: 170px;
	}
	.mobileList__headline--google {
		width: 198px;
	}
	.mobileList__button {
		padding: 0;
		margin: 30px 0 0;
		text-align: center;
	}
	.mobileList__qr {
		display: none;
	}
	.mobileList__iphone {
		margin: 0;
	}
	.mobileList__iphone img {
		width: 327px;
	}
	.mobileList__google {
		margin: 0;
	}
	.mobileList__google img {
		width: 402px;
	}
	.mobileList__text--sp {
		display: block;
		font-size: 12px;
		margin: 24px 0 0;
	}
	.mobileList__text--pc {
		display: none;
	}
	.bottomList {
		margin: 43px 0 35px;
	}
	.bottomList__item {
		width: 87.5%;
		height: auto;
		margin: 0 auto;
		display: block;
		padding: 10px 0 30px;
	}
	.bottomList__item:last-child {
		margin: 100px auto 0;
	}
	.bottomList__item:last-child:before {
		border-width: 37.5px 47.5px 0 47.5px;
		border-color: #e1b236 transparent transparent transparent;
		margin: auto;
		left: 0;
		right: 0;
		top: -80px;
	}
	.bottomList__number {
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin: -32px auto 0;
		font-size: 24px;
	}
	.bottomList__button {
		display: block;
		width: 175px;
		margin: 32px auto 0;
	}
	.bottomList__text {
		font-size: 12px;
		margin: 25px auto 0;
	}
	.bottomList__image {
		margin: 40px 0 36px;
	}
	.bottomList__image img {
		width: 434px;
	}
}