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

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


.start {
  padding-left: 20px;
  padding-right: 20px;
}

.logo {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/* カスタム */
.result_logo1 {
  max-width: 126px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.result_logo1 img {
  width: 100%;
  max-width: 264px;
  height: auto;
}

.result_title {
  position: relative;
  text-align: center;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.result_title img {
  width: 100%;
  max-width: 375px;
  height: auto;
}

.result_title_text {
  position: absolute;
  margin: auto;
  width: 100%;
  max-width: 375px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: NotoSansCJKjp-Bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.65px;
  font-weight: bold;
}

.result_text {
  font-family: NotoSansCJKjp-Bold;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.36px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.sub_title {
  font-family: rounded-l-mgenplus-2pp-bold;
  font-size: 21px;
  color: #F80072;
  letter-spacing: -0.51px;
  text-align: center;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 20px;
}

.start_button {
  max-width: 420px;
  background: #B262D4;
  box-shadow: 0 5px 0 0 rgba(0,0,0,0.26);
  border-radius: 33.5px;
  margin-left: auto;
  margin-right: auto;
  font-family: rounded-l-mgenplus-2pp-bold;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: -0.6px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.question_text {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;

  font-family: NotoSansCJKjp-Bold;
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.53px;
  text-align: center;
  font-weight: bold;

  border: solid 4px;
  border-image: linear-gradient(to right bottom, #FFCD18 0%, #F35D9B 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
}

/* ここまで */

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

.main-nav .top {
  background: #B262D4;
  box-shadow: 0 5px 0 0 rgba(0,0,0,0.19);
  border-radius: 8px;
}

.main-nav .twitter {
  background: #4A94E6;
  box-shadow: 0 5px 0 0 rgba(0,0,0,0.19);
  border-radius: 8px;
}

.main-nav .twitter img {
  width: 100%;
  max-width: 28px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.main-nav li {
  margin-bottom: 30px;
}


.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;
    color: #FFFFFF;
    border-radius: 0.2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 20px;
    background: #B262D4;
    border: 1px solid #A546C7;
    box-shadow: 0 5px 0 0 rgba(0,0,0,0.19);
    border-radius: 8px;
    font-family: HiraginoSans-W6;
    letter-spacing: -0.48px;
}

.arrow_question {
    margin: 5px 0 0 0;
    padding: 3%;
    font-size: 1.4em;
    text-align: center;
    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;
      background-image: url("/img/base.png");
	}

	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;
      background-image: url("/img/base.png");
	}

	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;
}*/
