@charset "utf-8";
/* layout
--------------------------- */
#purchase_title h2,
#purchase_title p,
#purchase_about p,
#purchase_strength ul,
#purchase_ex1,
#purchase_ex2,
#purchase_case ul,
#purchase_flow ol,
#purchase_flow p {
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* purchase_title
--------------------------- */
#purchase_title {
	margin: 80px 0 0;
	padding: 90px 0 50px;
	background: #30A9DE url("img/title.jpg") no-repeat center center;
	color: #fff;
	position: relative;
}
#purchase_title h1 {
	width: 540px;
	padding: 15px 0 20px;
	background-color: #60B086;
	border: #fff 3px solid;
	color: #DDD325;
	font-size: 100%;
	text-align: center;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%);
}
#purchase_title h1 span {
	display: block;
	color: #fff;
	font-size: 234%;
}
#purchase_title h2 {
	margin-bottom: 1em;
	font-size: 200%;
	line-height: 1.7;
}
#purchase_title p {
	padding: 0 560px 0 0;
	font-size: 120%;
	line-height: 1.7;
}
/* purchase_about
--------------------------- */
#purchase_about {
	padding: 90px 0 30px;
	background: url("img/about.jpg") no-repeat center bottom 10px;
}
#purchase_about h2 {
	color: #60B086;
	font-size: 200%;
	text-align: center;
}
#purchase_about h2 span.s1 {
	margin-right: 0.5em;
	color: #30A9DE;
}
#purchase_about h2 strong {
	display: inline-block;
	vertical-align: -7px;
	margin-left: -5px;
	font-size: 160%;
	transform: rotate(20deg);
}
#purchase_about h3 {
	margin-bottom: 1.2em;
	font-size: 200%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#purchase_about h3::before {
	content: "";
	width: 400px;
	height: 17px;
	background-color: #FCEE21;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) skewX(30deg);
	z-index: -1;
}
#purchase_about p {
	margin-bottom: 2.8em;
	padding: 0 220px;
}
#purchase_about a{
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #0069B6;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
/* purchase_strength
--------------------------- */
#purchase_strength {
	margin-bottom: 80px;
	padding: 40px 0;
	background-color: #E6EDD9;
}
#purchase_strength h2 {
	margin-bottom: 2.5em;
	padding-left: 40px;
	color: #076DA5;
	font-size: 200%;
	text-align: center;
}
#purchase_strength h2::after {
	content: "";
	display: inline-block;
	vertical-align: 12px;
	width: 40px;
	height: 40px;
	margin-left: -8px;
	background: url("img/strength_h2.png") no-repeat left top;
}
#purchase_strength ul {
	padding-left: 190px;
	list-style: none;
}
#purchase_strength li {
	height: 3em;
	margin-bottom: 60px;
	padding: 40px 20px 20px;
	background-color: #fff;
	position: relative;
}
#purchase_strength li strong {
	padding: 5px 20px;
	background-color: #30A9DE;
	color: #fff;
	font-size: 167%;
	position: absolute;
	left: 0;
	top: -25px;
}
#purchase_strength li::before {
	content: "";
	width: 190px;
	height: 140px;
	position: absolute;
	left: -190px;
	top: -20px;
}
#purchase_strength li:nth-of-type(1)::before {
	background: url("img/strength1.png") no-repeat left top;
}
#purchase_strength li:nth-of-type(2)::before {
	background: url("img/strength2.png") no-repeat left top;
}
#purchase_strength li:nth-of-type(3)::before {
	background: url("img/strength3.png") no-repeat left top;
}
#purchase_strength li:nth-of-type(4)::before {
	background: url("img/strength4.png") no-repeat left top;
}
#purchase_strength li:nth-of-type(5)::before {
	background: url("img/strength5.png") no-repeat left top;
}
/* purchase_ex
--------------------------- */
#purchase_ex1 {
	height: 334px;
	margin-bottom: 80px;
	padding-top: 40px;
	padding-right: 540px;
	background: url("img/ex1.jpg") no-repeat right top;
}
#purchase_ex2 {
	height: 334px;
	margin-bottom: 80px;
	padding-left: 580px;
	background: url("img/ex2.jpg") no-repeat left top;
}
#purchase_ex1 h2,
#purchase_ex2 h2 {
	margin-bottom: 1.2em;
	color: #076DA5;
	font-size: 200%;
}
#purchase_ex1 h2::after,
#purchase_ex2 h2::after {
	content: "";
	display: inline-block;
	vertical-align: 10px;
	width: 40px;
	height: 40px;
	background: url("img/strength_h2.png") no-repeat left top;
}
#purchase_ex1 ul,
#purchase_ex2 ul {
	margin: 0 0 0 30px;
	list-style: none;
}
#purchase_ex1 li,
#purchase_ex2 li {
	position: relative;
	line-height: 1.6;
}
#purchase_ex1 li::before,
#purchase_ex2 li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #29ABE2;
	border-radius: 50%;
	position: absolute;
	left: -20px;
	top: 7px;
}
/* purchase_case
--------------------------- */
#purchase_case {
	padding: 40px 0 10px;
	background-color: #29ABE2;
}
#purchase_case h2 {
	margin-bottom: 1.2em;
	padding-left: 40px;
	color: #fff;
	font-size: 200%;
	text-align: center;
}
#purchase_case h2::after {
	content: "";
	display: inline-block;
	vertical-align: 10px;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	background: url("img/case_h2.png") no-repeat left top;
}
#purchase_case ul {
	list-style: none;
}
#purchase_case li {
	margin-left: 20px;
	margin-bottom: 60px;
	padding: 25px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}
#purchase_case li strong {
	width: 80px;
	height: 80px;
	padding-top: 15px;
	box-sizing: border-box;
	border: #fff 2px solid;
	border-radius: 50%;
	color: #fff;
	font-size: 107%;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: -20px;
	top: -20px;
}
#purchase_case li strong span {
	display: block;
	font-size: 150%;
}
#purchase_case li:nth-of-type(1) strong {
	background-color: #009245;
}
#purchase_case li:nth-of-type(2) strong {
	background-color: #0071BC;
}
#purchase_case li:nth-of-type(3) strong {
	background-color: #F15A24;
}
#purchase_case li p {
	margin: 0.3em 0 0.8em 2.5em;
	color: #0071BC;
	font-size: 134%;
	font-weight: bold;
}
/* purchase_flow
--------------------------- */
#purchase_flow {
	padding: 50px 0 30px;
}
#purchase_flow h2 {
	margin-bottom: 1.5em;
	padding-left: 40px;
	color: #076DA5;
	font-size: 200%;
	text-align: center;
}
#purchase_flow h2::after {
	content: "";
	display: inline-block;
	vertical-align: 10px;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	background: url("img/strength_h2.png") no-repeat left top;
}
#purchase_flow ol {
	margin-bottom: 40px;
	list-style: none;
	counter-reset: flow;
}
#purchase_flow li {
	margin-bottom: 20px;
	padding-left: 70px;
	counter-increment: flow;
	position: relative;
}
#purchase_flow li::before {
	content: counter(flow);
	width: 51px;
	height: 52px;
	background: url("img/flow.png") no-repeat left top;
	font-size: 200%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
#purchase_flow li strong {
	display: block;
	font-size: 120%;
}
#purchase_flow p {
	font-size: 120%;
}

@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* layout
--------------------------- */
#purchase_title h2,
#purchase_title p,
#purchase_about p,
#purchase_strength ul,
#purchase_ex1,
#purchase_ex2,
#purchase_case ul,
#purchase_flow ol,
#purchase_flow p {
	width: 100%;
}
#wrap_main {
	padding-top: 50px;
	overflow: hidden;
}
/* purchase_title
--------------------------- */
#purchase_title {
	margin: 0 0 20px;
	padding: 0;
	background-position: right top 70px;
	background-size: 210% auto;
}
#purchase_title h1 {
	position: static;
	transform: none;
	width: auto;
	margin-bottom: 57vw;
	padding: 10px 0;
	border: none;
}
#purchase_title h1 span {
	font-size: 140%;
}
#purchase_title h2 {
	margin: 0;
	padding: 10px 20px;
	font-size: 110%;
	line-height: 1.5;
}
#purchase_title h2 br {
	display: none;
}
#purchase_title p {
	padding: 0 15px 10px;
	font-size: 95%;
	line-height: 1.5;
}
/* purchase_about
--------------------------- */
#purchase_about {
	padding: 0;
	background-image: none;
}
#purchase_about h2 {
	font-size: 110%;
}
#purchase_about h2 span.s1 {
	margin-right: 0;
	display: block;
}
#purchase_about h2 strong {
	vertical-align: middle;
	margin-left: 0;
	font-size: 100%;
	transform: none;
}
#purchase_about h3 {
	margin-bottom: 15px;
	font-size: 120%;
}
#purchase_about h3::before {
	content: "";
	width: 15em;
	height: 10px;
}
#purchase_about p {
	margin-bottom: 20px;
	padding: 0 15px;
}
/* purchase_strength
--------------------------- */
#purchase_strength {
	margin-bottom: 20px;
	padding: 20px 0;
}
#purchase_strength h2 {
	margin-bottom: 40px;
	padding-left: 0;
	font-size: 120%;
}
#purchase_strength h2::after {
	content: none;
}
#purchase_strength ul {
	padding: 0 15px;
}
#purchase_strength li {
	height: auto;
	margin-bottom: 40px;
	padding: 10px 20px;
}
#purchase_strength li:last-of-type {
	margin-bottom: 0;
}
#purchase_strength li strong {
	padding: 0.4em 1em;
	font-size: 110%;
	line-height: 1;
	top: -1.8em;
}
#purchase_strength li::before {
	content: none;
}
/* purchase_ex
--------------------------- */
#purchase_ex1,
#purchase_ex2 {
	height: auto;
	margin-bottom: 20px;
	padding: 0 15px;
	background-image: none;
}
#purchase_ex1 h2,
#purchase_ex2 h2 {
	margin-bottom: 10px;
	font-size: 110%;
}
#purchase_ex1 h2::after,
#purchase_ex2 h2::after {
	content: none;
}
#purchase_ex1 ul,
#purchase_ex2 ul {
	margin: 0 0 0 20px;
}
#purchase_ex1 li,
#purchase_ex2 li {
	margin-bottom: 5px;
	line-height: 1.3;
}
#purchase_ex1 li::before,
#purchase_ex2 li::before {
	content: "";
	width: 7px;
	height: 7px;
	left: -15px;
	top: 4px;
}
/* purchase_case
--------------------------- */
#purchase_case {
	padding: 20px 15px 5px;
}
#purchase_case h2 {
	margin-bottom: 25px;
	padding: 0;
	font-size: 120%;
}
#purchase_case h2::after {
	content: none;
}
#purchase_case li {
	margin-left: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 90%;
}
#purchase_case li strong {
	width: 8em;
	height: auto;
	padding: 5px;
	border: none;
	border-radius: 0;
	font-size: 100%;
	position: absolute;
	left: -5px;
	top: -10px;
}
#purchase_case li strong span {
	display: inline;
	margin-left: 1em;
	font-size: 100%;
}
#purchase_case li p {
	margin: 20px 0 10px;
	font-size: 110%;
}
/* purchase_flow
--------------------------- */
#purchase_flow {
	padding: 20px 15px;
}
#purchase_flow h2 {
	margin-bottom: 15px;
	padding-left: 0;
	font-size: 120%;
}
#purchase_flow h2::after {
	content: none;
}
#purchase_flow h2 span {
	display: block;
}
#purchase_flow ol {
	margin-bottom: 20px;
}
#purchase_flow li {
	margin-bottom: 10px;
	padding-left: 35px;
}
#purchase_flow li::before {
	width: 28px;
	height: 28px;
	background-size: contain;
	font-size: 120%;
}
#purchase_flow li strong {
	font-size: 100%;
}
#purchase_flow p {
	font-size: 100%;
}


}