/* CSS Document */
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.shindanKeyWrap{
	display: flex;
	width: 88vw;
	margin: 0 auto;
	padding: 3.8vw 0 0;
}

#shindanKeyVisual h1{
	font-size: 3.2vw;
	line-height: 1.1;
	margin: 0;
	letter-spacing: 0.02em;
	text-shadow: 0.27vw 0.27vw 0 #fdf3ef;
	text-align: center;
}

#shindanKeyVisual h1 span{
	font-size: 8.27vw;
	display: block;
}

#shindanKeyVisual .keyPrice{
	width: 90vw;
	border-radius: 2vw 2vw 0 0;
	padding: 2.4vw 0 2.8vw 0
}

#shindanKeyVisual .keyPriceCal {
    margin: 1.2vw 0 0 0;
}

.shindanKeyPoint li{
	font-size: 3.2vw;
	padding: 0.175em 0.65em 0.225em;
	border-radius: 100vw;
	background: #1a5109;
	color: #FFF;
	line-height: 1;
}

.shindanKeyPoint li:not(:first-child){
	margin-top: 0.67vw;
}

.slider {
	height: 136vw;
	overflow: hidden;
	position: relative;
	background: #f5e4cf;
	box-shadow: 0 0 1.4vw rgba(0, 0, 0, 0.6);
}

.slideSet {
	position: absolute;
	max-width: none
}

.slider .slide {
	width: 100vw;
	height: 136vw;
	float: left;
}

.title{
	font-size: 4.8vw;
	padding: 3.87vw 0 4.14vw;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	background-color: #322006;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	line-height: 1em;
	margin-bottom: 5.6vw;
	position: relative;
}

.title span{
	font-size: 3.6vw;
	margin-left: 2vw;
}

.title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2.67vw;
    border: 2.67vw solid transparent;
    border-top: 2.67vw solid #322006;
}

/*
#formstep4 .title{
	animation-name: flash;
	animation-duration: 1s;
	animation-iteration-count: infinite
}

@keyframes flash{
	0%{ color:FFF}
	50%{color: #FBFF00}
	100%{ color:FFF}
}
*/

.radioPush{
	width:90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.radioPush input[type="radio"]{
	display: none;
}

.radioPush label{
	font-size: 4.27vw;
	width: 42.5vw;
	height: 18vw;
	margin-bottom: 4.5vw;
	border-radius: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.54vw solid #f9f9f9;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.03em;
	line-height: 1.25em;
	text-align: center;
	background: rgb(251,251,251);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(233,233,233,1) 100%);
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e9e9e9',GradientType=0 );
	box-shadow: 0 1.6vw 0 0 #333;
	color: #222;
}

.radioPush label span{
	font-size: 3.6vw;
	display: inline-block;
	position: relative;
	top:0.2vw;
	margin-left: 0.4vw;
}

.radioPush input[type="radio"]:checked + label {
	background:#DDD;
	color: #AAA ;
	border:0.54vw solid #CCC
}

.titleCaution{
	font-size: 3.74vw;
	width: 86vw;
	margin: 2vw auto 5.6vw;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	color: #061c2c;
}

.slider-prev {
    margin-top: 20px;
    text-align: center;
}

.slider-prev button[type="button"]{
	font-size: 3.2vw;
	border-radius: 5px;
	padding: 1.34vw 5.07vw;
	background: #f8f8f8;
	border: none;
	font-weight: bold;
	color: #000;
}

#formstep4{
	background: #efdbc3
}

#formstep4 .title{
	background: #b41a09;
}

#formstep4 .title::before {
    border-top-color: #b41a09;
}

.formProp{
	width:88vw;
	margin: 0 auto;
}

.formProp li{
	margin-bottom: 4.2vw;
}

.formProp dl{
	display: flex;
	align-items: center;
}

.formProp dl dt{
	font-size: 3.6vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	line-height: 1em;
	width: 26vw;
	display: flex;
	align-items: center;
}

.must, .any{
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	font-size: 2.4vw;
    padding: 0.8vw 1.2vw 1vw;
	line-height: 1em;
	margin-right: 1.1vw;
}

.must{
	background: #BE0003;
}

.any{
	background:#484848;
}

input[type="text"], input[type="tel"]{
	padding:2vw 1vw;
	width:60vw;
	border-radius:8px;
	/*margin:0 0 8%;*/
	font-size: 17px;
	border: 1px solid #a38585;
}

input[type="text"]:focus, input[type="tel"]:focus{
  background-color:#F6F1D0; /*--背景色--*/
}

input[type="submit"]{
	font-size:4.27vw;
    padding: 5.6vw 0;
    margin: 6vw auto 7.2vw;
    border-radius: 8px;
    width: 88.4vw;
    box-shadow: 0 1.87vw 0 0 #052a0e;
	font-weight:bold;
    text-decoration: none;
    cursor: pointer;
	background: #16b730; /* Old browsers */
	background: -moz-linear-gradient(top, #16b730 0%, #044413 100%); 
	background: -webkit-linear-gradient(top, #16b730 0%,#044413 100%); 
	background: linear-gradient(180deg, #2fbb45 0%,#0e7526 100%); 
	border: none;
	display: block;
    color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
}

.shindanImg{
	width: 88vw;
	max-width: 450px;
	margin: 1em auto;
}






@media screen and (min-width:980px) {


	.shindanKeyWrap{
		width: 960px;
		margin: 0 auto;
		padding: 32px 0 0;
	}

	#shindanKeyVisual h1{
		font-size: 35px;
		margin: 0 16px 0 0;
		text-shadow: 3px 3px 0 #fdf3ef
	}

	#shindanKeyVisual h1 span{
		font-size: 55px;
	}

	#shindanKeyVisual .keyPrice{
		width: 480px;
		border-radius: 10px;
		padding: 12px 0;
		margin:-112px 0 20px 50%;
	}

	#shindanKeyVisual .keyPriceCal {
		margin: 10px 0 0 0;
	}

	.shindanKeyPoint{
		margin: 2px 0 0;
	}

	.shindanKeyPoint li{
		font-size: 21px;
		padding: 0.175em 0.65em 0.225em;
		border-radius: 100vw;
		background: #1a5109;
		color: #FFF;
		line-height: 1;
	}

	.shindanKeyPoint li:not(:first-child){
		margin-top: 5px;
	}
	
	 /*大きいブラウザで下の余白防止のため*/
	main{
		/*height: calc(100vh - 433px);
		min-height: 850px;
		background: #f7e2c8;*/
	}

	.slider {
		height: 800px;
	}

	.slider .slide {
		height: 800px;
	}

	.title{
		font-size: 26px;
		padding: 16px 0 18px;
		margin-bottom: 32px;
	}

	.title span{
		font-size: 20px;
		margin-left: 10px;
	}
	
	.title::before {
		margin-left: -13px;
		border: 13px solid transparent;
		border-top: 13px solid #322006;
	}

	.radioPush{
		width:480px;
	}

	.radioPush label{
		font-size: 22px;
        width: 226px;
        height: 90px;
        margin-bottom: 28px;
        border-radius: 8px;
        box-shadow: 0 7px 0 0 #333;
        border: 2px solid #f9f9f9;
	}

	.radioPush label span{
		font-size: 24px;
		display: inline-block;
		position: relative;
		top:1px;
		margin-left: 3px;
	}

	.radioPush input[type="radio"]:checked + label {
		border:4px solid #CCC
	}
	
	.titleCaution{
		font-size: 17px;
		text-align: center;
		width: 750px;
		margin: 6px auto 10px;
	}

	.slider-prev {
		margin-top: 20px;
		text-align: center;
	}

	.slider-prev button[type="button"]{
		font-size: 12px;
		border-radius: 5px;
		padding: 6px 30px;
	}

	.formProp{
		width:620px;
		margin: 0 auto;
	}

	.formProp li{
		margin-bottom: 22px;
	}

	.formProp dl dt{
		font-size: 20px;
		width: 250px;
	}

	.must, .any{
		border-radius: 3px;
		font-size: 15px;
		padding: 6px;
		line-height: 1em;
		margin-right: 6px;
	}

	input[type="text"], input[type="tel"]{
		padding: 13px 10px;
		width: 440px;
		border-radius: 6px;
		font-size: 17px;
		border: 1px solid #a38585;
	}

	input[type="submit"]{
		font-size: 22px;
		padding: 33px 0;
		margin: 40px auto 40px;
		border-radius: 10px;
		width: 620px;
		box-shadow: 0 10px 0 0 #052a0e;
	}



}












