
#mv {
	width: 100%;
	height: 100vh;
	background: url("../images/price/mv.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
	#mv {
		height: 350px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 680px) {
	#mv {
		height: 200px;
		margin-bottom: 50px;
		background-image: url("../images/price/mv2.jpg");
	}
}

/* --------------------------------------------------- */
#sec01 {
	width: 90%;
	margin: 0 auto 60px;
}
#sec01 .ttl1 {
	text-align: center;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 30px;
}
#sec01 .ttl1 strong {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 5px;
}
#sec01 .ttl1 strong br {
	display: none;
}
#sec01 .ttl1 span {
	display: block;
	text-align: center;
	font-size: 1.1em;
}
#sec01 .ttl1 span br {
	display: none;
}
#sec01 .txt {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
}
#sec01 ul {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec01 li {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	width: 49%;
	margin-bottom: 2%;
	text-align: center;
	border: #707070 1px solid;
	padding: 40px 0;
}
#sec01 li strong {
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 160%;
	margin-bottom: 10px;
}
#sec01 li strong br {
	display: none;
}
#sec01 li span.wavy {
	text-decoration: underline wavy;
	text-underline-offset: 4px;
}
@media screen and (max-width: 900px) {
	#sec01 .ttl1 strong {
		line-height: 160%;
		margin-bottom: 10px;
	}
	#sec01 .ttl1 span {
		font-size: 1em;
		line-height: 160%;
	}
	#sec01 li strong br,
	#sec01 .ttl1 strong br,
	#sec01 .ttl1 span br {
		display: block;
	}
}
@media screen and (max-width: 680px) {
	#sec01 .ttl1 {
        font-size: 1em;
        margin-bottom: 30px;
    }
	#sec01 .ttl1 strong {
        font-size: 1.3em;
        letter-spacing: 5px;
    }
	#sec01 .txt {
		width: 90%;
		margin: 0 auto 40px;
		text-align: left;
	}
	#sec01 .txt .br-clear {
		display: none;
	}
	#sec01 ul {
        display: block;
		border-top: #707070 1px solid;
    }
    #sec01 li {
        width: 100%;
		line-height: 170%;
        margin-bottom: 0;
		padding: 20px 0;
		border: none;
		border-bottom: #707070 1px dashed;
		font-size: .9em;
    }
	#sec01 li strong {
		margin-bottom: 5px;
	}
	#sec01 li strong br {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec02 .box {
	border: rgba(0,0,0,.1) 1px solid;
	position: relative;
	padding: 40px 40px 40px 250px;
	margin-bottom: 30px;
	border-radius: 10px;
}
#sec02 .box::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid rgba(0,0,0,.1);
    border-bottom: 0;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translate(-50%, 0%);
}
#sec02 .box:last-child::after {
	display: none;
}
#sec02 .step {
	position: absolute;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #FCFBF7;
	border: #707070 1px solid;
	border-radius: 50%;
	left: 30px;
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 10px;
	line-height: 160%;
	padding-top: 10px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}
#sec02 .step span {
	display: block;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0;
}
#sec02 h3 {
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 10px;
}
#sec02 h3 .mini {
	display: inline-block;
	font-size: .7em;
}
#sec02 img {
	display: block;
	width: 70px;
	position: absolute;
	left: 130px;
	top: 50%;
	transform: translate(0%, -50%);
}
#sec02 .txt {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 900px) {
	#sec02 .box {
        padding: 40px;
        margin-bottom: 50px;
    }
	#sec02 .step {
        width: 50px;
        height: 50px;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        padding-top: 5px;
		margin-top: -25px;
    }
	#sec02 h3 {
		padding-left: 60px;
	}
	#sec02 img {
        width: 40px;
        left: 40px;
        top: 40px;
        transform: translate(0%, 0%);
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto;
    }
	#sec02 .box {
		padding: 30px;
	}
	#sec02 img {
		width: 30px;
        left: 30px;
        top: 28px;
    }
	#sec02 h3 {
		padding-left: 50px;
		margin-bottom: 15px;
		line-height: 150%;
	}
	#sec02 h3 .mini {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1300px;
	width: 95%;
	background-color: #F7F5F1;
	margin: 0 auto 60px;
	padding: 40px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}
#sec03 p,
#sec03 .zu {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 5px;
	text-align: center;
	border-right: rgba(91,82,47,.1) 1px solid;
	border-bottom: rgba(91,82,47,.1) 1px solid;
	line-height: 160%;
}
#sec03 .zu {
	margin-bottom: 0;
}
#sec03 .zu img {
	max-width: 780px;
	width: 100%;
}
#sec03 dl {
	width: 100%;
	display: table;
	background-color: #fff;
	margin-bottom: 5px;
	border-right: rgba(91,82,47,.1) 1px solid;
	border-bottom: rgba(91,82,47,.1) 1px solid;
}
#sec03 dl.margin-b {
	margin-bottom: 60px;
}
#sec03 dt,
#sec03 dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px 23px;
	line-height: 160%;
}
#sec03 dt {
	background-color: rgba(213,210,199,.5);
	width: 150px;
}
#sec03 dd {
}
#sec03 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#sec03 li {
	width: 19.2%;
	background-color: #fff;
	padding: 20px 10px 23px;
	text-align: center;
	border-right: rgba(91,82,47,.1) 1px solid;
	border-bottom: rgba(91,82,47,.1) 1px solid;
	line-height: 160%;
}
#sec03 li span {
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
}
#sec03 li br {
	display: none;
}
@media screen and (max-width: 900px) {
	#sec03 {
		padding: 30px;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 680px) {
	#sec03 {
		width: 100%;
		padding: 30px 20px 20px;
		margin: 0 auto 10px;
	}
	#sec03 dl.margin-b {
        margin-bottom: 30px;
    }
	#sec03 dt {
        width: 80px;
		font-size: 12px;
		padding: 0;
    }
    #sec03 dd {
		text-align: left;
		padding: 10px 15px;
    }
	#sec03 p,
    #sec03 .zu {
        padding: 10px;
    }
	#sec03 li {
        width: 19.5%;
        padding: 20px 0 20px;
        line-height: 160%;
		font-size: .9em;
    }
	#sec03 li br {
        display: block;
    }
}
/* --------------------------------------------------- */
#sec04 {
	max-width: 1300px;
	width: 95%;
	background-color: #F7F5F1;
	margin: 0 auto 60px;
	padding: 40px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}
#sec04 dl {
	margin-bottom: 30px;
}
#sec04 dl:last-child {
	border-bottom: none;
}
#sec04 dt {
	font-size: 1.2em;
	font-weight: 500;
	padding-left: 40px;
	position: relative;
	line-height: 160%;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	padding: 10px 10px 10px 45px;
}
#sec04 dt::before {
	content: "Q.";
	position: absolute;
	top: 10px;
	left: 15px;
}
#sec04 dd {
	padding-left: 45px;
	position: relative;
}
#sec04 dd::before {
	content: "A.";
	position: absolute;
	top: 0px;
	left: 15px;
}
#sec04 dd h6 {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 5px;
}
#sec04 dd p {
}
@media screen and (max-width: 900px) {
	#sec04 {
		padding: 30px;
		margin: 0 auto 50px;
	}
	#sec04 dt {
		font-size: 1em;
	}
	#sec04 dd {
		line-height: 180%;
	}
	#sec04 dd h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 680px) {
	#sec04 {
		width: 100%;
		padding: 30px 20px 10px;
		margin: 0 auto 40px;
	}
}
/* --------------------------------------------------- */
#sec05 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 80px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}
#sec05 .ttl-style04 br {
	display: none;
}
#sec05 .inner {
	display: flex;
	justify-content: space-between;
}
#sec05 .box {
	width: 48%;
}
#sec05 .box .ttl {
	border: rgba(0,0,0,.5) 1px solid;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 160%;
	padding: 8px;
	margin-bottom: 15px;
}
#sec05 .box p {
	margin-bottom: 10px;
}
#sec05 .box ul {
	list-style: outside disc;
	margin-left: 20px;
}
#sec05 .box li {
	line-height: 160%;
	margin-bottom: 8px;
}
#sec05 .box li span {
	display: block;
	font-size: 12px;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec05 {
		margin-bottom: 40px;
	}
	#sec05 .inner {
		display: block;
    }
    #sec05 .box {
        width: 100%;
		margin-bottom: 30px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


