/* CSS Document */

body {
    padding: 0;
	font-weight: 600;
}

main picture {
    width: 93.87vw;
    margin: 6vw auto;
}

.slider {
	height: 170vw;
	overflow: hidden;
	position: relative;
}

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

.slider .slide {
	/*background: #b2c9de;*/
	width: 100vw;
	/*height: 110vw;*/
	float: left;
	height: 170vw;
	padding-top: 4vw;
	background: #fff4e6;
}

.slide picture{
	width: 88vw;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#formstep4{
	background: #FFFAE2;
}

.title{
	font-size: 5.34vw;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1em;
	margin:0 auto 1.25em;
	color: var(--mcNavy01)
}

#formstep4 .title{
	padding-top: 3vw;
}

.title span:not([class]){
	font-size: 3.47vw;
	letter-spacing: 0.05em;
	color: #de0b09;
}

.titleBaloon{
	font-size: 4.27vw;
	display: block;
	position: relative;
	width: 88vw;
	background: #4066AF;
	margin: 3vw auto 5vw;
	text-align: center;
	color: #FFF;
	padding: 0.6em 0;
	border-radius: 100vw;
}

.titleBaloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.6vw;
    border: 1.6vw solid transparent;
    border-top: 1.6vw solid #4066AF;
}



/*
.title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    border: 2vw solid transparent;
    border-top: 2vw solid #124784;
}
*/
#formstep4 .title::before {
    border-top: 2.67vw solid #e65309;
}

/*
#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:86vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.radioPush label{
	font-size: 4.4vw;
	width: 40.4vw;
	height: 18vw;
	margin-bottom: 4.5vw;
	border-radius: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.27vw solid #ccc;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.25em;
	text-align: center;
	background: rgb(251,251,251);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e9e9e9',GradientType=0 );
	box-shadow: 0 1.2vw 0 0 #666;
	color: var(--mcNavy01);
	cursor: pointer;
}

.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.47vw;
	width: 86vw;
	margin: 1vw auto 5.4vw;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: var(--colorRed);
	text-decoration: underline;
	text-align: center;
}


.titleCaution + .slider-prev{
	margin: -2vw auto 0;
}

.slider-prev {
    margin: 4vw auto 0;
    text-align: center;
}

.slider-prev button[type="button"]{
	font-size: 3.2vw;
	border-radius: 5px;
	padding: 1.4vw 8.07vw 1.4vw 5.07vw;
	background:url(/jiko/common/images/undo.png) #FFF no-repeat;
	background-size: 3vw auto; 
	background-position: right 3.4vw center;
	border: none;
	font-weight: bold;
	color: #000;
	border-radius: 100vw;
	cursor: pointer;
}

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

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

.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: 28vw;
	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.4vw;
}

.must{
	background: #BE0003;
}

.any{
	background:#484848;
}

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

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

input[type="submit"]{
	font-size:6.27vw;
    padding: 5.6vw 0 5.6vw 8vw;
    margin: 6vw auto 7.2vw;
    border-radius: 10px;
    width: 90vw;
    box-shadow: 0 2.14vw 0 0 #02330d;
	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;*/
	background: rgb(158,18,8);
	background: url(/jiko/common/images/btn_tap.png), url(/jiko/common/images/btn_cal_w.png), linear-gradient(0deg, rgb(185 25 13) 0%, rgb(227 61 14) 100%) ;
	background-repeat: no-repeat,no-repeat, repeat;
	background-size: 10vw, 7vw;
	background-position: top 6vw right 8vw,top 5.8vw left 27vw,center;
	box-shadow: 0 2.4vw 0 #3b1617;
	position: relative;
}

footer a{
	color: #CCC;
	text-decoration: none;
}

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

	
	.shindanCalc{
		color: #FFF;
		position: absolute;
		bottom: 29px;
		right: calc(50% - 217px);
	}

	.shindanCalc .calc{
		width: 316px;
	}

	.shindanCalc .calc li:nth-child(-n+4) {
		width: 61px;
		height: 72px;
	}

	.shindanCalc .calc li:nth-child(-n+4) {
		background-size: 61px;
	}

	@keyframes calscroll{
		0%{background-position:0 0}
		10%{background-position:0 0}
		40%{background-position:0 1741px}
		100%{background-position:0 1741px}
	}
	
	.shindanCalc .calc li:nth-child(5) {
		font-size: 24px;
	}

	
	 /*大きいブラウザで下の余白防止のため*/
	main{
		/*height: calc(100vh - 433px);
		min-height: 850px;*/
		background: #fff4e6;
	}
	
	main picture {
		width: 550px;
		margin: 30px auto;
	}

	.slider {
		height: 800px;
	}

	.slider .slide {
		height: 800px;
		padding-top: 30px;
	}

	.title{
		font-size: 28px;
		padding: 0 0 20px;
		margin-bottom: 20px;
		width: 750px;
	}

	.title span{
		font-size: 17px;
		/*right: 48px;*/
	}
	
	.title span:not([class]) {
		font-size: 16px;
	}
	
	.title::before {
		margin-left: -13px;
		border: 13px solid transparent;
		border-top: 13px solid #124784;
	}
	
	.slide picture{
		width: 500px;
	}
	
	#formstep4 .title{
		width: 650px;
		padding: 20px 0 0 0; 
		margin-bottom: 40px;
	}
	
	#formstep4 .title::before {
		border-top: 13px solid #e65309;
	}
	
	.titleBaloon {
		font-size: 16px;
		width: 450px;
		margin: 20px auto 30px;
	}
	
	.titleBaloon:before {
		margin-left: -14px;
		border: 14px solid transparent;
		border-top: 14px solid #4066AF;
	}

	.radioPush{
		width:740px;
	}

	.radioPush label{
		font-size: 22px;
		/*width: 352px;
		height: 120px;*/
		width: 168px;
		height: 80px;
		margin-bottom: 28px;
		border-radius: 10px;
		box-shadow: 0 6px 0 0 #222;
		border: 1px 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: 600px;
		margin: 10px auto 30px;
	}	

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

	.slider-prev button[type="button"]{
		font-size: 12px;
		border-radius: 5px;
		padding: 8px 40px 8px 30px;
		background-size: 16px auto; 
		background-position: right 20px center;
	}

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

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

	.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;	
	}

	input[type="submit"]{
		font-size: 26px;
		padding: 28px 0 28px 34px;
		margin: 40px auto 40px;
		border-radius: 10px;
		width: 620px;
		box-shadow: 0 8px 0 0 #3b1617;
		background: url(/jiko/common/images/btn_cal_w.png), linear-gradient(0deg, rgb(185 25 13) 0%, rgb(227 61 14) 100%);
		background-repeat: no-repeat, repeat;
		background-size: 34px;
		background-position: top 26px left 234px, center;
	}

}


@media screen and (min-width:1600px) {
	main{
		height: 70vh;
	}
}








