body {
    /*background-image: url(./img/bg.png);*/
    /*background-color: #eabf4c;*/
    background-color: #EE9D05;
}

ul {
  list-style: none;
  padding-left: 0;
}

.main-nav {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center;
  	justify-content: center;
	display: block;
}
.main-nav a {
    width: 50%;
    margin: 10px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
}
.main-nav .prev {
  background: #4584b1;
}

.square_btn{
	margin-top: 30px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FF9900;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #CC6600;
    border-radius: 3px;
    font-size: 1.7em;
    margin-bottom: 30px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.yes-no{
	font-size: 32px;
	text-align: center;
	margin: 30px 0;
}
.footer{
	font-size: 14px;
    text-align: center;
    padding-top: 100px;
}
h3.heading{
	font-size: 14px;
    text-align: center;
}

img {
    max-width: 100%;
}


a.nextq{
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    border: solid 2px #FFFFFF;
    padding: 0.2em 0.5em;
    color: #FFFFFF;
    border-radius: 0.2em;
    margin: -30px auto;
    text-decoration: none;
}

a.nextq:nth-child(1){
	background: #65ace4;
    box-shadow: 0px 0px 0px 2.5px #65ace4;

}

a.nextq:nth-child(4){
	background: #c93a40;
    box-shadow: 0px 0px 0px 2.5px #c93a40;
}

.arrow_question {
    margin: 5px 0 0 0;
    padding: 3%;
    font-size: 1.4em;
    text-align: left;
    color: #000;
    background: #EFEFEF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*
.answer {
    margin: 5px 0 0 0;
    padding: 3%;
    font-size: 16px;
    text-align: left;
    color: #000;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/

.anshead{
	border-bottom: dashed 2px #2FADD0;
	font-size: 1.1em;
	padding-top: 30px;
}


/* モニター幅960px以上 */
@media only screen and (min-width:960px){
	#contents{
		height: 700px;
	}

	#wrapper {
	    background-color: #ffffff;
	    padding: 30px;
	    width: 864px;
	    margin: 10px auto;
	    border: 2px solid #efefef;
	    border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    padding-bottom: 700px;
	}

	a.nextq{
	width: 60%;
	}

	h3.heading{
	font-size: 26px;
    text-align: center;
	}

	.anshead{
	font-size: 2em;
	}

}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	#contents{
		height: 100vh;
	}

	div#wrapper {
	    background-color: #ffffff;
	}

	body {
	    background-color: #ffffff;
	}

	.arrow_question {
    font-size: 1.2em;
}

}



/*
span.name{
	font-size: 32px;
	font-weight: bold;
	border: 4px double #73ab00;
	padding: 5px;
	margin: 10px 0;
	display: inline-block;
}*/
