
/***************　 共通パーツ　**************/
.st-wrapper *{
	box-sizing: border-box;
	line-height: 1.6;
}
img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}
.nopc{
	display: none;
}
.nosp{
	display: block;
}
.cv_btn {
	background: #fff548;
	display: block;
	max-width: 664px;
	border-radius: 10vw;
	margin: auto;
	width: 90%;
	box-shadow: 5px 7px 0 rgba(8,15,0,0.3);
	transition: 0.3s;
}
.cv_btn:hover {
	transform: translate(5px, 7px);
	box-shadow: 0 0 0 rgba(8,15,0,0.3);
}
.chart-bnr {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 9999;
    width: 356px;
}
#chart-bnr-close {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    z-index: 99;
}
#chart-bnr-close:before,
#chart-bnr-close:after {
	background: #fff;
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#chart-bnr-close:before {
	transform: rotate(45deg);
}

#chart-bnr-close:after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.st-wrapper *{
	}
	.inner{
		width: 100%;
		padding: 0;
	}
	.nopc{
		display: block;
	}
	.nosp{
		display: none;
	}
	.chart-bnr {
		bottom: 3%;
    	left: 5%;
		width: 52%;
	}
}
@media screen and (min-width: 769px) {
	.cv_btn{
		border-radius: 50px;
	}

}

/***************　　共通パーツ　ここまで　*************/


/***************　mv　**************/
.mv_area{
	padding: 20px 16px 40px;
	margin: auto;
	background: #ffffff;
	color:  #000000;
}
.sv_ttl {
	border-left: 10px solid #22a442;
	padding: 0 0 0px 14px;
    margin: 0 0 14px;
	font-size: 22px;
}
.sv_txt {
	font-size: 16px;
}
.sv_txt span {
	text-decoration: underline;
}
.sv_contents {
	padding: 0 0 20px;
/*	font-size: 14px;*/
	font-size: 16px;
}
.sv_contents dt,.sv_contents dd {
	margin: 0;
	padding: 0;
}
.sv_contents .sv_contents-ttl {
	border-left: 5px solid #824b0e;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-weight: bold;
}
.sv_contents .sv_contents-txt {
    text-indent: -7px;
    padding: 0 0 0 6px;
}
.sv_contents .sv_contents-txt span {
	color: #da1508;
    text-decoration: underline;
}
.sv_contents-list {
	padding: 0 0 0 12px;
}
.sv_btn {
	width: 240px;
	margin: 0 auto 20px;
	text-align: center;
}
.sv_caution {
	margin: 0;
	font-size: 13px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.mv_area{
		width: 980px;
		padding: 20px 0 50px;
	}
	.sv_contents {
		padding: 0 0 30px;
	}
	.sv_btn {
		width: 300px;
		margin: 0 auto 30px;
	}
}

p.faq {
  text-align: center;
  padding-bottom: 15px;
}

p.faq #faq_btn{
  width: 192px;
  padding: 10px 0;
  border-radius: 4px;
  background: linear-gradient(to bottom,#458b16 0%,#226d0e 100%);
  cursor: pointer;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

/***************　　mvここまで　*************/

.footer__in{
	width: auto;
	max-width: 980px;
}
/***************　　ここまで　*************/
