@charset "utf-8";

img {
	max-width: 100%;
}
body{
	background:-webkit-gradient(linear,left top, right top,from(#ed5f86),color-stop(50%, #ed5f86),color-stop(50%, #aee4e8),to(#aee4e8));
	background:linear-gradient(90deg,#ed5f86 0%,#ed5f86 50%,#aee4e8 50%,#aee4e8 100%);
	color: #1e1a33;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
}
a:hover{
	text-decoration: none;
}
.article-navi ul li a{
	color: #1e1a33;
	font-size: 100%;	
}
.container {
	width: 960px;
	background-color: #ffffff;
	margin: 64px auto 0;
	padding: 48px 0 64px;
	font-size: 16px;
	min-height: calc(100vh + 300px);
}
.notice {
	text-align: center;
    font-weight: bold;
    color: #285bac;
	margin: 0.8rem auto 1rem;
	letter-spacing: 0.1em;
    font-size: 1.2em;
	width: 90%;
}
.device-sp .notice {
	line-height: 1.2em;
}
.device-pc .sp-Only{
	display: none !important;
}
.device-pc .article-title {
    background: url(../images/title_main-pc.png) no-repeat;
	background-size: 900px auto;
    background-position: center;
	padding-top: 22.918%;
	margin-bottom: 98px;
}
.device-sp .sp-Only{
	display: block !important;
}
.device-sp .container{
	width: 100%;
	font-size: 15px;
	margin: 40px auto 0;
    padding: 20px 0 40px;
}
.device-sp .article-title {
	background: url(../images/title_main-sp.png) no-repeat;
	background-size: 93.75% auto;
    background-position: center;
	max-width: 560px;
	padding-top: 420px;
    margin: 0 auto 50px;
}
@media screen and (max-width: 768px){
	.device-sp .article-title {
		padding-top: 51%;
	}
}
@media screen and (max-width: 640px){
	.device-sp .article-title {
		padding-top: 71%;
	}
}
.question_image {
	text-align: center;
}
.question_image_area{
	display: inline-block;
}
.device-sp .question_image {
	display: block;
}
.question_image img {
	max-width: 240px;
}
.device-sp .question_image img{
	max-width: 100%;
    padding: 0 16px;
}
.question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 0;
	border-width: 8px 2px 8px 2px;
	border-style: solid;
	border-color: #e5505b;
	position: relative;
}
.device-sp .question{
	padding: 56px 18px 36px;
}
.question h2 {
	width: 120px;
	position: absolute;
	top: -60px;
}
.device-sp .question h2 {
	width: 80px;
	top: -40px;
}
.question p {
	width: 400px;
	margin-bottom: 20px;
}
.device-sp .question {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.quiz {
	width: 800px;
    margin: 0 auto;
}
.device-sp .quiz{
	width: 93.75%;
	max-width: 560px;
    margin: 0 auto;
}
.quastion_area{
	padding-top: 50px;
}
.answer {
	width: 400px;
	padding: 0 0 0 40px;
}
.device-sp .answer {
	width: 100%;
	padding: 32px 16px 16px;
}
.choices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.device-sp .choices {
	display: block;
}
.choices.choice-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: calc((100% - 96.1%)/3);
  position: relative;
  margin-bottom: 0;
}
.device-sp .choices.choice-text dl{
	width: 100%;
	margin-bottom: 36px;
}
.choices.choice-text dl:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}
.choices dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 46px;
    height: 46px;
    text-align: center;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
	background-color: #e5505b;
	position: absolute;
	top: -14px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.device-sp .choices dt{
    width: 44px;
    height: 44px;
}
.choices.choice-text dt span{
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
	color: #ffffff;
	font-size: 24px;
	font-family: 'A1 Gothic B', sans-serif;
}
/* .choices.choice-text dd{
	background-image: url(../images/left_top.png), url(../images/right_top.png), url(../images/left_bottom.png), url(../images/right_bottom.png), url(../images/top.png), url(../images/bottom.png), url(../images/left.png), url(../images/right.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
	background-size: 18px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 20px 40px;
	width: 100%;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
} */
.choices.choice-text dd{
	-o-border-image: url(../images/line.png) 18 round;
	   border-image: url(../images/line.png) 18 round;
	border-style:solid;
	border-width:18px;
	padding: 32px 2px 24px;
	width: 100%;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}
.device-sp .choices.choice-text dd {
	padding: 50px 20px 24px 20px;
}
.choices.choice-text dd span{
	display: block;
	font-weight: normal;
}
.choices dl:hover {
	cursor: pointer;
}
.choices dl:hover dt {
	background-color: #1e1a33;
}
/* .choices.choice-text dl:hover dd{
	background-image: url(../images/left_top-on.png), url(../images/right_top-on.png), url(../images/left_bottom-on.png), url(../images/right_bottom-on.png), url(../images/top-on.png), url(../images/bottom-on.png), url(../images/left-on.png), url(../images/right-on.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
	background-size: 18px 18px;
} */
.choices.choice-text dl:hover dd{
	-o-border-image: url(../images/line-on.png) 18 round;
	   border-image: url(../images/line-on.png) 18 round;
	border-style:solid;
	border-width:18px;
}
.choices.choice-image dl {
	width: 25%;
	margin-bottom: 1rem;
	padding: 0.1rem;
}
.device-sp .choices.choice-image dl {
	width: 50%;
	padding: 0.2rem;
}
.choices.choice-image dt {
	margin: 0.2rem auto 0.3rem;
    width: 1.8rem;
    height: 1.8rem;
}
.choices.choice-image dd {
	font-size: 0.77rem;
	text-align: center;
	line-height: 1.1rem;
}
.choices.choice-image dd img{
	margin-bottom: 0.2em;
}
.answer h3 {
	text-align: center;
	font-size: 1.8rem;
}
.device-sp .answer h3 {
	font-size: 1.6rem;
}
.answer h3 img{
	width: 40%;
	margin: 5px 0 20px;
}
.device-sp .answer h3 img{
	width: 80%;
	margin: 0.2em auto 0.5em;
}
.answer h3, .answer h4 {
	color: red;
	margin-bottom: 0;
}
.device-pc .answer h4 {
	font-size: 110%;
}
.device-sp .answer h4 {
	font-size: 100%;
}
.answer_area{
	border-width: 8px 2px 8px 2px;
    border-style: solid;
	border-color: #e5505b;	
	margin-top: 48px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 112px 0 40px;
}
.device-sp .answer_area{
	display: block;
	padding: 112px 0 0;
}
.answer_area h3{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	width: 124px;
	margin: 0 auto;
}
.episode{
	border-top: 4px solid #ffdf77;
	padding-top: 1em;
}
.episode .ttl{
	display: block;
	position: relative;
	padding-left: 22px;
}
.episode .ttl:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/icon_naruto.png) no-repeat;
    background-size: contain;
}
.device-sp .episode .ttl{
	padding-bottom: 5px;
}
nav {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	border-bottom: 4px solid #ffdf77;
}
.device-sp nav{
	max-width: 560px;
    margin: 0 auto;
	width: 93.75%;
	padding: 40px 0 32px;
}
nav ul {
	padding: 0 79px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
			justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.device-sp nav ul {
	display: block;
	margin: 0 auto;
	padding: 0;
}
nav.quiz_nav li {
  width: 300px;
  max-width: 100%;
  cursor: pointer;
  transition: opacity 1s;
}
.device-sp nav.quiz_nav li{
	width: 100%;
}
.device-sp nav.quiz_nav li:first-of-type{
	padding-bottom: 40px;
}
nav.quiz_nav li.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.device-pc nav.quiz_nav li:hover {
	opacity: 0.3;
}
.banner{
	text-align: center;
	padding-top: 80px;
	margin-bottom: 80px;
}
.device-sp .banner{
	max-width: 560px;
	width: 93.75%;
	margin: 0 auto;
	padding-top: 32px;
}
.device-sp .article-share {
    max-width: 560px;
	width: 93.75%;
	margin: 0 auto;
	padding: 0;
}
.device-sp .article-share ul {
    padding: 12px 0;
}
.article-share ul li {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: top;
}
.device-sp .article-share ul li {
    margin: 0 1em;
}
.article-share img, .article-share-r img{
	width: 30px;
}
.copyright{
	text-align: center;
	padding: 40px 0;
	font-size: 10px;
}}
