@charset "utf-8";
/* CSS Document */
/*========================================
　　購入ガイド
========================================*/
#buy div.subtitle {
	position: relative;
	display: table;
	margin: 0 auto 50px;
	padding: 110px 0 0;
	font-weight: 500;
}
#buy div.subtitle:before {
	content: "STEP";
	position: absolute;
	left: 50%;
	top: 0;
	width: 80px;
	height: 80px;
	margin: 0 0 0 -40px;
	padding: 15px 0 0;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
}
#buy div.subtitle:after {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 80px;
	margin: 0 0 0 -40px;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
}
#buy #buy01 div.subtitle:after {
	content: "1";	
}
#buy #buy02 div.subtitle:after {
	content: "2";	
}
#buy #buy03 div.subtitle:after {
	content: "3";	
}
#buy #buy04 div.subtitle:after {
	content: "4";	
}
#buy #buy05 div.subtitle:after {
	content: "5";
}
#buy #buy06 div.subtitle:after {
	content: "6";	
}
#buy div.subtitle b span {
	display: block;
	padding: 0 0 10px;
	font-size: 108%;
}
#buy div.subtitle b small {
	display: block;
	font-size: 70%;
	line-height: 140%;
	font-weight: 700;
}
#buy b.subtitle2 {
	position: relative;
	display: block;
	margin: 0 0 25px;
	padding: 0 0 0 25px;
	font-size: 114%;
	line-height: 140%;
	font-weight: 700;
}
#buy b.subtitle2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 30px;
	margin: -15px 0 0;
}
#buy01,
#buy02,
#buy03,
#buy04,
#buy05,
#buy06 {
	padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
	#buy div.subtitle {
		margin: 0 auto 30px;
		padding: 80px 0 0;
	}
	#buy div.subtitle:before {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
		padding: 10px 0 0;
		font-size: 12px;
		line-height: 13px;
	}
	#buy div.subtitle:after {
		top: 28px;
		width: 60px;
		margin: 0 0 0 -30px;
		font-size: 22px;
		line-height: 22px;
}
	#buy div.subtitle b small {
		font-size: 80%;
		line-height: 140%;
	}
	#buy01,
	#buy02,
	#buy03,
	#buy04,
	#buy05,
	#buy06 {
		padding: 0 0 50px;
	}
	#buy b.subtitle2 {
		padding: 0 0 0 20px;
	}
}
/*　ステップ1
----------------------------------------*/
#buy01 table,
#buy04 table {
	width: 100%;
	border: 1px solid #DDD;
}
#buy01 table caption,
#buy04 table caption {
	padding: 5px 0;
	text-align: center;
	font-size: 108%;
	line-height: 160%;
	background-color: #DDD;
}
#buy01 table th,
#buy04 table th {
	width: 180px;
	font-size: 94%;
	line-height: 160%;
}
#buy01 table td,
#buy04 table td {
	font-size: 94%;
	line-height: 160%;
}
#buy01 div.chart {
	max-width: 726px;
	margin: 0 auto;
	padding: 27px 0 50px;
	line-height: 140%;
}
#buy01 div.chart dl dt {
	padding: 23px 0 7px;
	font-size: 100%;
	line-height: 20px;
}
#buy01 div.chart dl dd {
	display: flex;
}
#buy01 div.chart dl:first-child dd {
	height: 70px;
}
#buy01 div.chart dl:last-child dd {
	height: 91px;
}
#buy01 div.chart dl dd div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#buy01 div.chart dl dd div span {
	font-size: 114%;
	line-height: 140%;
}
#buy01 div.chart dl dd p {
	position: relative;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#buy01 div.chart dl dd p b {
	font-size: 100%;
	line-height: 140%;
}
#buy01 div.chart dl:first-child dd div {
	width: 83%;
}
#buy01 div.chart dl:first-child dd p {
	width: 17%;
}
#buy01 div.chart dl:last-child dd div {
	width: 67%;
}
#buy01 div.chart dl:last-child dd p {
	width: 33%;
	justify-content: flex-start;
	flex-direction: column;
	align-items: stretch;
}
#buy01 div.chart dl:last-child dd p::before,
#buy01 div.chart dl:last-child dd p::after {
	content: "";
	position: absolute;
	top: -50px;
	width: 1px;
	height: 50px;
	border-left: dotted 1px #000;
}
#buy01 div.chart dl:last-child dd p::before {
	left: 0;
}
#buy01 div.chart dl:last-child dd p::after {
	right: 0;
}
#buy01 div.chart dl:last-child dd p b {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}
#buy01 div.chart dl:last-child dd p b:first-child {
	border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
	#buy01 table th {
		border-top: none;
	}
	#buy01 table td {
		border-bottom: 1px solid #DDD;
	}
	#buy01 div.chart dl dd div span {
		font-size: 100%;
		line-height: 140%;
	}
	#buy01 div.chart dl dd p b {
		font-size: 80%;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	#buy01 table,
	#buy04 table {
		border-left: none;
	}
	#buy01 table th,
	#buy04 table th {
		width: 100%;
	}
	#buy01 table td,
	#buy04 table td {
		padding: 10px;
	}
}
/*　ステップ2
----------------------------------------*/
#buy02 dl {
	position: relative;
	border: 1px solid #DDD;
	background-color: #FFF;
}
#buy02 dl dt {
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size: 114%;
	line-height: 140%;
	text-align: center;
	background-color: #F5F5F5;
}
#buy02 dl dt b {
	font-weight: 700;
}
#buy02 dl dd {
	position: relative;
	padding: 30px 40px;
	line-height: 160%;
}
#buy02 dl dd p.m0 {
	display: table;
	margin: 0 auto;
	padding: 0 0 30px;
}
#buy02 dl dd div {
	margin: 0 -5px;
}
#buy02 dl dd ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 0 5px 10px;
}
#buy02 dl dd ul li p {
	position: relative;
	display: table;
	width: 100%;
	height: 160px;
	margin: 0;
	border: 1px solid #CCC;
}
#buy02 dl dd ul li p:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 15px;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 0 -13px;
	font-weight: 700;
	text-align: center;
}
#buy02 dl dd ul li:first-child p:before {
	content: "1";
}
#buy02 dl dd ul li:nth-child(2) p:before {
	content: "2";
}
#buy02 dl dd ul li:nth-child(3) p:before {
	content: "3";
}
#buy02 dl dd ul li:nth-child(4) p:before {
	content: "4";
}
#buy02 dl dd ul li p span {
	display: table-cell;
	padding: 30px 5px 0;
	vertical-align: middle;	
	font-size: 94%;
	line-height: 160%;
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#buy02 dl dt b {
		font-size: 100%;
		line-height: 140%;
	}
	#buy02 dl dd {
		padding: 20px 20px 10px;
	}
	#buy02 dl dd p.m0 {
		padding: 0 0 20px;
	}
	#buy02 dl dd ul li {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	#buy02 dl dd ul li p {
		height: 60px;
	}
	#buy02 dl dd ul li p:before {
		left: 15px;
		top: 50%;
		font-size: 20px;
		line-height: 20px;
		margin: -10px 0 0;
	}
	#buy02 dl dd ul li p span {
		padding: 0 5px 0 30px;
		font-size: 94%;
		line-height: 160%;
	}
	#buy02 dl dd ul li p span br:nth-of-type(1) {
		display: none;
	}
}
@media screen and (max-width: 370px) {
	#buy02 dl dd ul li p:before {
		left: 10px;
	}
}
/*　ステップ3
----------------------------------------*/
#buy03 dl,
#buy04 dl,
#buy05 dl {
	width: 50%;
}
#buy03 dl.left,
#buy04 dl.left,
#buy05 dl.left {
	float: left;
	padding: 0 20px 0 0;
}
#buy03 dl.right,
#buy04 dl.right,
#buy05 dl.right {
	float: right;
	padding: 0 0 0 20px;
}
#buy03 dl dt,
#buy04 dl dt,
#buy05 dl dt,
#buy06 dl.clearfix dt {
	padding: 10px 5px;
	text-align: center;
	font-size: 108%;
	line-height: 160%;
	font-weight: 700;
	background-color: #F5F5F5;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
#buy03 dl dd,
#buy04 dl dd,
#buy05 dl dd,
#buy06 dl.clearfix dd {
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#buy03 dl dd ul li,
#buy04 dl dd ul li,
#buy06 dl.clearfix dd ul li {
	position: relative;
	padding: 10px 0 10px 35px;
	font-size: 94%;
	line-height: 160%;
	border-top: 1px solid #DDD;
}
#buy03 dl dd ul li:after,
#buy04 dl dd ul li:after,
#buy06 dl.clearfix dd ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 10px;
	top: 50%;
	left: 15px;
	border-left: 0 !important;
	border-top: 0 !important;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -7px 0 0;
	border-width: 3px;
	border-style: solid;
}
#buy03 dl dd ul li:nth-child(1),
#buy04 dl dd ul li:nth-child(1),
#buy06 dl.clearfix dd ul li:nth-child(1),
#buy06 dl.clearfix dd ul li:nth-child(2) {
	border-top: none;
}
@media screen and (max-width: 768px) {
	#buy03 dl,
	#buy04 dl,
	#buy05 dl {
		width: 100%;
	}
	#buy03 dl.left,
	#buy05 dl.left {
		float: none;
		padding: 0 0 30px;
	}
	#buy03 dl.right,
	#buy05 dl.right {
		float: none;
		padding: 0;
	}
}
/*　ステップ4
----------------------------------------*/
#buy04 dl {
	margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
	#buy04 dl.left,
	#buy04 dl.right {
		margin: 0;
		padding: 0 0 30px;
	}
}
/*　ステップ5
----------------------------------------*/
#buy05 dl dd {
	padding: 20px;
}
/*　ステップ6
----------------------------------------*/
#buy06 div.flow {
	padding: 0 0 10px;
}
#buy06 div.flow dl {
	position: relative;
	margin: 0 0 36px;
	padding: 20px 20px 20px 70px;
	line-height: 160%;
	border: 1px solid #DDD;
	background-color: #FFF;
}
#buy06 div.flow dl:before,
#buy06 div.flow dl:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: auto;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#buy06 div.flow dl:before {
	margin-bottom: -20px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-right: 10px solid transparent !important;
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
}
#buy06 div.flow dl:after {
	top: inherit;
	margin-left: 5px;
	width: 10px;
	height: 10px;
}
#buy06 div.flow dl:last-child:before,
#buy06 div.flow dl:last-child:after {
	display: none;
}
#buy06 div.flow dl dt {
	font-weight: 700;
	font-size: 108%;
}
#buy06 div.flow dl dt span {
	position: absolute;
	left: 25px;
	top: 50%;
	margin: -15px 0 0;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}
#buy06 dl.clearfix {
	margin: 0 0 30px;
}
#buy06 dl.clearfix dd ul li {
	float: left;
	width: 50%;
}
#buy06 dl.clearfix dd ul li:nth-child(odd) {
	padding-right: 10px;
}
#buy06 small {
	display: block;
	line-height: 160%;
}
@media screen and (max-width: 768px) {
	#buy06 div.flow dl {
		padding: 20px 20px 20px 55px;
	}
	#buy06 div.flow dl dt {
		padding: 0 0 5px;
		text-decoration: underline;
	}
	#buy06 div.flow dl dt span {
		left: 20px;
		margin: -12px 0 0;
		font-size: 24px;
		line-height: 24px;
		text-decoration: none;
	}
	#buy06 dl.clearfix dd ul li {
		float: none;
		width: 100%;
	}
	#buy06 dl.clearfix dd ul li:nth-child(odd) {
		padding-right: 0;
	}
	#buy06 dl.clearfix dd ul li:nth-child(2) {
		border-top: 1px solid #DDD;
	}
}