@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

how_to_buy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.flow .contents .top .circle_A {
    background-image:url(../img/flow/circle.jpg);
}
.flow .contents .top .circle_B.bgColor {
	background: #BCE2E8;
}
.flow .contents dl.column dt,
.flow .contents h1 {
	color: #26B7BC;
}
.flow .contents .lead img {
	display: block;
	max-width: 400px;
	margin: 50px auto;
}
.flow .contents dl.column dt {
	background: url(../img/flow/icon4.png) center top no-repeat;
	background-size: 20px auto;
}
.flow .contents ul.flow {
	display: flex;
	flex-flow: wrap;
	flex-direction:column;
	margin: 50px 0 50px 150px;
}
.flow .contents ul.flow li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0;
}
.flow .contents ul.flow li img {
	width: 140px;
	height: 140px;
}
.flow .contents ul.flow li span {
	padding: 35px 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
}
.flow .contents ul.flow li span h2 {
	color: #26B7BC;
	font-weight: bold;
}
.flow .contents h2.ttl {
	background: url(../img/flow/h2_img.png) no-repeat;
	background-size: contain;
	padding: 50px 0 0 0;
	margin-bottom: 70px;
	text-align: center;
	background-position: 40% center;
}
.flow .contents h2.ttl span {
	display: inline-block;
	padding: 0 0 0 100px;
	color: #26B7BC;
	font-size: 2.5rem;
}
.flow .contents dl.cont {
	margin-bottom: 80px;
}
.flow .contents dl.cont dt {
	color: #26B7BC;
	text-align: center;
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.flow .contents dl.cont dt p.num {
	display: table;
	position: relative;
	color: #fff;
	width: 60px;
	line-height: 60px;
	margin: 0 auto 20px;
	font-size: 2.7rem;
}
.flow .contents dl.cont dt p.num:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #26B7BC;
	z-index: -1;
}
.flow .contents dl.cont ul li,
.flow .contents ul.option li.green ul.otherList li {
	/*font-size: 2rem;*/
	margin-bottom: 10px;
	position: relative;/*相対位置*/
	padding-left: 1.8em;/*アイコン分のスペース*/
}
.flow .contents dl.cont ul li:before,
.flow .contents ul.option li.green ul.otherList li:before {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	font-size: 1.2em;
	left: 0;
	top: -0.2em;
	color: #BCE2E8;
}
.flow .contents dl.cont img {
	max-width: 400px;
	display: block;
	margin: 50px auto 0;
}

.flow .contents .btns {
	margin: 0 auto 80px;
	padding: 0;
	width: 290px;
	height: 130px;
	background: #CEA9C9;
	border-radius: 10px;
	display: flex;
	position: relative;
}
.flow .contents .btns::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top:0;
	right: -91px;
	border: 65px solid transparent;
	border-left: 30px solid #CEA9C9;
}
.flow .contents .btns p {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 2.3rem;
	letter-spacing: 0.3rem;
	color: #FFF;
}
.flow .contents .btns p.arrow::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;

	-webkit-transform: rotate(45deg) translate(-50%, 0);
	-moz-transform: rotate(45deg) translate(-50%, 0);
	-ms-transform: rotate(45deg) translate(-50%, 0);
	-o-transform: rotate(45deg) translate(-50%, 0);
	transform: rotate(45deg) translate(-50%, 0);
}
.flow .contents .btns p.arrow::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;

	-webkit-transform: rotate(45deg) translate(-50%, 0);
	-moz-transform: rotate(45deg) translate(-50%, 0);
	-ms-transform: rotate(45deg) translate(-50%, 0);
	-o-transform: rotate(45deg) translate(-50%, 0);
	transform: rotate(45deg) translate(-50%, 0);
}

.flow .contents .btns.co1 {
	background: #BA79B1;
}
.flow .contents .btns.co1::after{
	border-left: 30px solid #BA79B1;
}
.flow .contents .btns.co2 {
	background: #E6DEC3;
}
.flow .contents .btns.co2::after{
	border-left: 30px solid #E6DEC3;
}
.flow .contents .btns.co2 p {
	color: #A28C74;
}
.flow .contents .btns.co3 {
	background: #7CCAD3;
}
.flow .contents .btns.co3::after{
	border-left: 30px solid #7CCAD3;
}

.flow .contents ul.option li {
	padding: 30px 0 30px 30px;
}
.flow .contents ul.option li span {
	color: #7094C0;
	display: block;
}
.flow .contents ul.option li.blue {
	background: url(../img/flow/design_line01.png) left top no-repeat;
}
.flow .contents ul.option li.red {
	background: url(../img/flow/design_line02.png) left top no-repeat;
}
.flow .contents ul.option li.green {
	background: url(../img/flow/design_line03.png) left top no-repeat;
}
.flow .contents ul.option li.green ul.otherList li {
	padding: 0 0 0 1.6em;
}
.flow .contents ul.option li.green ul.otherList li:before {
	color: #DAE11B;
}
.flow .contents dl.cont dd .btnArea {
	margin-top: 50px;
}
.flow .contents dl.cont dd .btns {
	margin: 0 auto 15px;
}
.sp-footer {
	display: none;
}

@media screen and (max-width: 640px) {
	.flow .contents ul.flow {
		margin: 50px 0;
	}
}
@media screen and (max-width: 470px) {
	.flow .contents .btns {
		margin: 0 0 80px 30px;
		width: 80%;
		height: 130px;
	}
	.flow .contents dl.cont dt {
		font-size: 5.5vw;
	}
	.flow .contents dl.cont.last {
		margin-bottom: 0;
	}
	.flow .contents {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 414px) {
	.flow .contents ul.flow li img {
		display: block;
		margin: 0 auto;
	}
	.flow .contents .btns {
		margin: 0 0 80px 15px;
		width: 80%;
		height: 130px;
	}
	.flow .contents .btns p {
		font-size: 5vw;
		text-align: center;
	}
	.flow .contents ul.option li {
		padding: 30px 0;
	}
	.flow .contents ul.flow li span {
    width: 100%;
		padding: 35px 0 0;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.flow .contents h2.ttl {
		background-position: 25% center;
	}
	.flow .contents h2.ttl span {
		padding-left: 90px;
	}
	.sp-footer {
		width: 100%;
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #FFF;
		z-index: 100;
		border-top: #6D8EB8 solid 1px;
	}
	.sp-footer li {
		width: 33%;
		padding: 10px 0;
		background: #FFF;
		border-left: #6D8EB8 solid 1px;
	}
	.sp-footer li:first-child {
		border-left: none;
	}
	.sp-footer li a {
		display: block;
		padding: 5px;
		font-size: 1.2rem;
		background: #FFF;
		text-align: center;
		line-height: 1.6;
	}
}
