#flow {
	max-width: 1100px;
	width: 85%;
	margin: 30px auto 0;
}
#price {
	max-width: 1100px;
	width: 85%;
	margin: 0px auto 50px;
}
#flow .mv,
#price .mv {
	margin-bottom: 30px;
}

#flow ul {
}
#flow li {
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
#flow li span.number {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 260%;
	font-weight: 600;
	line-height: 100%;
}
#flow li h6 {
	font-size: 180%;
	border-bottom: #ccc 1px solid;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#flow li strong {
	display: block;
	font-size: 120%;
}
#flow li ol {
	list-style: outside disc;
	margin-left: 25px;
	margin-bottom: 10px;
}
#flow li ol li {
	position: static;
	padding-left: 0;
	line-height: 150%;
	margin-bottom: 5px;
}

#flow2 {
	width: 100%;
	margin: 30px auto 0;
}
#flow2 .number {
	border: #666 1px solid;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0px auto 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-size: 120%;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	color: #666;
	font-weight: 200;
	position: relative;
}
#flow2 .number img {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
}
#flow2 h6 {
	font-size: 150%;
	font-weight: 200;
	line-height: 150%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}
#flow2 .flow2_box {
	border-bottom: #ddd 1px solid;
	margin-bottom: 50px;
	position: relative;
}
#flow2 .flow2_box::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
#flow2 .flow2_box::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
#flow2 .flow2_box .box1 {
	max-width: 500px;
	width: 85%;
	margin: 0px auto 40px;
	line-height: 160%;
}
#flow2 .flow2_box .box1 strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#flow2 .flow2_box .box1 ul {
	line-height: 160%;
	list-style: outside disc;
	margin-left: 30px;
	margin-bottom: 30px;
}
#flow2 .flow2_box .box1 ul li {
	line-height: 150%;
	margin-bottom: 5px;
}
#flow2 .flow2_box .box2 {
	text-align: center;
	max-width: 500px;
	width: 85%;
	margin: 0px auto 20px;
	font-weight: 500;
	font-size: 90%;
}
#flow2 .flow2_box .box2 p {
	text-align: center;
	margin-bottom: 0;
	font-weight: 200;
	font-size: 160%;
	line-height: 140%;
}
#flow2 .flow2_box .box2 p strong {
	text-align: center;
	display: inline-block;
	font-size: 140%;
	font-family: 'Major Mono Display', monospace;
	font-weight: 400;
	letter-spacing: -2px;
}
#flow2 .flow2_box .box2 span {
	text-align: center;
	font-weight: 400;
}


#price .txt {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 40px;
}
#price table {
	border-top: #d2d2d2 1px solid;
	border-left: #d2d2d2 1px solid;
	width: 100%;
	margin-bottom: 15px;
}
#price table th,
#price table td {
	border-right: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	width: 50%;
	text-align: center;
	line-height: 140%;
	padding: 20px;
	font-weight: 200;
}



.accordionbox{
	max-width: 800px;
	width: 85%;
	margin: 0px auto 80px;
}
dl.accordionlist {
	width: 100%;
}
.accordionlist dt,
.accordionlist dd {
	line-height: 170%;
	position: relative;
}
.accordionlist dt {
	width: 100%;
    line-height: 130%;
	padding: 24px 50px 24px 75px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	border-bottom: #ccc 1px dashed;
	position: relative;
}
.accordionlist dt.clearfix {
}
.accordionlist dt p {
	margin: 0;
	padding: 0;
}
.accordionlist dt .title {
	float: left;
	width: 100%;
}
.accordionlist dt::before {
	content: '';
	display: block;
	border-radius: 17px;
	width: 32px;
	height: 32px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 18px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.accordionlist dt:nth-child(1)::before {
	background: url(../images/flow/icon01.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(2)::before {
	background: url(../images/flow/icon02.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(3)::before {
	background: url(../images/flow/icon03.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(4)::before {
	background: url(../images/flow/icon04.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(5)::before {
	background: url(../images/flow/icon05.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(6)::before {
	background: url(../images/flow/icon06.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:nth-child(7)::before {
	background: url(../images/flow/icon07.png) no-repeat center center;
	background-size: 26px auto;
	background-color: #eee;
}
.accordionlist dt:hover {
	cursor: pointer;
	color: #800000;
}

.accordion_icon,
.accordion_icon span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 19px;
	height: 19px;
	top: 5px;
	right: -10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 100%;
	height: 1px;
    background-color: #6e5c35;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist dd{
    display: none;
	padding: 24px;
	background-color: #f6f6f6;
}
.accordionlist dd::before {
}

#price1,
#price2 {
	max-width: 700px;
	width: 85%;
	margin: 0px auto 50px;
}
#price1 p,
#price2 p {
	margin-bottom: 25px;
}
#price1 dl {
}
#price1 dt {
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 2px;
	margin-bottom: 5px;
	line-height: 160%;
	padding-left: 10px;
	border-left: #777 3px solid;
	margin-bottom: 30px;
}
#price1 dd {
	margin-bottom: 80px;
}
#price1 dd .waku_yellow,
#price1 dd .waku_pink,
#price1 dd .waku_green,
#price1 dd .waku_blue {
	display: inline-block;
	width: 25px;
	height: 10px;
	margin: 0px 3px 0px 5px;
}
#price1 dd .waku_yellow {
	background-color: #FFE5AA;
	border: #FFCC5 1px solid;
}
#price1 dd .waku_pink {
	background-color: #FDC8B4;
	border: #FC9269 1px solid;
}
#price1 dd .waku_green {
	background-color: #C8DED7;
	border: #92BEAF 1px solid;
}
#price1 dd .waku_blue {
	background-color: #B7C8CC;
	border: #104A56 1px solid;
}
#price1 dd .zu {
	max-width: 680px;
	width: 100%;
	margin: 0px auto 25px;
}
#price1 dd .zu2 {
	max-width: 680px;
	width: 100%;
	margin: 0px auto 25px;
	list-style: none;
}
#price1 dd .zu2 li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
#price2 dl {
}
#price2 dt {
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 2px;
	margin-bottom: 5px;
	line-height: 160%;
	padding-left: 10px;
	border-left: #777 3px solid;
	margin-bottom: 15px;
}
#price2 dd {
	margin-bottom: 50px;
}
#price2 dd ol {
	list-style: outside disc;
	margin-left: 30px;
}
#price2 dd ol li {
}




@media screen and (max-width: 1024px) {
}




@media screen and (max-width: 767px) {
}




@media screen and (max-width: 600px) {
	#flow li {
		padding-left: 30px;
		position: relative;
		margin-bottom: 30px;
	}
	#flow li span.number {
		font-size: 160%;
		top: 3px;
	}
	#flow li h6 {
		font-size: 140%;
		letter-spacing: 1px;
	}
	#flow li strong {
		font-size: 100%;
	}
	
	
	.accordionlist dt {
		padding: 24px 20px 24px 60px;
	}
	.accordionlist dd {
		padding: 14px 20px 14px 60px;
	}
	.accordionlist dt::before {
		left: 15px;
		top: 18px;
	}
	.accordionlist dd::before {
		left: 15px;
		top: 18px;
	}
	#price1 dd .zu2 li {
		float: none;
		width: 100%;
		text-align: center;
	}
}