@charset "utf-8";

body{
	background: #f3f7e4;
}


#shindan .comment{
	text-align: center;
	padding: 10px 0 0 0;
}


#shindan .wrap{
	position: relative;
	width: 1000px;
	height: 465px;
	margin: auto;
	background: url(../../shindan/img/common/background_road.png) repeat-x bottom center, url(../../shindan/img/common/background.png) repeat-x top center;
}


#shindan article{
	width: 1000px;
	height: 500px;
	margin: auto;
}




#shindan article.question{
    position:absolute;
    left: 0px;
    top: 0;
}

#shindan article.last img{
	max-width: 100%;
	height: auto;
}


#shindan article .ttl{
	width: 1000px;
	height: 320px;
	line-height: 320px;
	text-align: center;
}


#shindan article .ttl img{
	max-height: 100%;
	width: auto;
	vertical-align: middle;
}


#shindan article .frame_btn{
	width: 1000px;
	height: 143px;
	text-align: center;
}

#shindan article .frame_btn ul{
	display: table;
	width: auto;
	margin: auto;
}
#shindan article .frame_btn ul li{
	display: table-cell;
	height: 143px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
#shindan article .frame_btn ul li img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


#shindan article .btnOnemore{
	text-align: center;
	height: 100px;
	line-height: 100px;
}
#shindan article .btnOnemore img{
	max-width: 287px;
	height: auto;
}


@media screen and (max-width: 979px) {
#shindan .wrap{
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	background: url(../../shindan/img/common/background_road.png) repeat-x bottom center, url(../../shindan/img/common/background.png) repeat-x top center;
	-moz-background-size: auto 90px, 100% auto;
	-webkit-background-size: auto 90px, 100% auto;
	background-size: auto 90px, 100% auto;
	background: none;
}
#shindan .wrap:before {
	content:"";
	display: block;
	padding-top: 46%;
}


#shindan article{
	width: 100%;
	height: auto;
	margin: auto;
}

#shindan article.start{
	padding-top: 10px;
}

#shindan article.question{
    position:absolute;
    left: 0px;
    top: 0;
}

#shindan article.last img{
	max-width: 100%;
	height: auto;
}


#shindan article .ttl{
	width: 90%;
	height: auto;
	line-height: normal;
	text-align: center;
	margin: auto;
	position: relative;
}
#shindan article .ttl:before {
	content:"";
	display: block;
	padding-top: 32%;
}

#shindan article .ttl img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

#shindan article .frame_btn{
	width: 100%;
	height: 70px;
	text-align: center;
}


#shindan article .frame_btn ul{
	display: table;
	width: auto;
	margin: auto;
}
#shindan article .frame_btn ul li{
	display: table-cell;
	height: 70px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
#shindan article .frame_btn ul li img{
	max-width: auto;
	max-width: initial;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#shindan article .frame_btn_select{
	padding-top: 1em;
}


#shindan article.start .frame_btn ul li{
	display: table-cell;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#shindan article.start .frame_btn ul{
	padding-top: 10px;
}
#shindan article .frame_btn ul li{
	height: auto;
	padding: 0 3px;
}
#shindan article.start .frame_btn ul li img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#shindan article .btnOnemore img{
	max-width: 50%;
	height: auto;
}
}

@media screen and (max-width: 768px){
#shindan article .ttl img{
	max-height: 80%;
	max-width: 80%;
}
}


@media screen and (max-width: 620px) {
#shindan article .frame_btn{
	width: 90%;
	height: auto;
	text-align: center;
	margin: auto;
}
#shindan article .frame_btn ul li img{
	max-width: 100%;
	max-height: auto;
	max-height: initial;
	width: auto;
	height: auto;
	vertical-align: middle;
}



#shindan article.start .frame_btn ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#shindan article.start .frame_btn ul li{
	display: block;
	width: 50%;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

}
@media screen and (max-width: 480px){
#shindan article .btnOnemore img{
	max-width: 70%;
	height: auto;
}
#shindan article .frame_btn_select ul li{
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}



/*animation
************************************************************************************/
.anim{
	opacity: 0;
	transform: translate(-60px,0px); 
	-webkit-transform: translate(-60px,0px); 
	transition: .8s;
}

.anim_d{
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}


@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: .1s;
}
}

