/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
/* Webフォント読み込み */
@font-face {
	font-family: PixelMplus10-Regular;
	src: url('../font/PixelMplus10-Regular.ttf') format("truetype");
}
body {
	font-family: PixelMplus10-Regular;
}
.footer {
  width: 100%;
  text-align: center;
  height: 80px;
  padding-top: 30px;
  background-color: #f5f5f5;
}

a,a:visited {
  color : #ffffff;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
	max-width: 1366px;
	width: auto;
}

.content-innner {
	max-width: 960px;
	padding: 0 15px;
}

.head_one {
	background-color: #01a2e5;
	height: 60px;
	border-radius:15px;
	margin-top: 30px;

}
.head_one h1{
	color: #fff;
	padding-top: 15px;
	font-size: 26px;
}

.head_two {
	padding-top: 10px;
	font-size: 18px;
	color: #fff;
}

.answer-btn {
	display: inline-block;
	width: 80%;
    padding: 0.5em 1em;
    font-size: 24px;
    text-decoration: none;
    letter-spacing:5px;
    background: #f19ec2;
    color: #fff;
    box-shadow: 4px 4px 0px 2px #d64d89;
    border-radius:15px;
}
.answer-btn:hover{
    text-decoration: none;
    color: #fff;
}
.answer-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

/* TOPページ
-------------------------------------------------- */
#main-top {
  background-image: url("../images/quiz_top_pc_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

#top {
	display: none;
}

#mainimages-top {
	height: 730px;
	background-image: url("../images/quiz_top.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.texts {
	position: relative;
	padding-left: 10px;
}

.get-img {
	margin-top: 390px;
}
.st-btn {
	margin-top: 10px;
}
.texts a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tyui-txt {
	font-size: 10px;
	color: #000;
}

/* root sarch
-------------------------------------------------- */
main {
  background-image: url("../images/Route-Search_bg_pc_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.fukidasi {
	border-radius: 15px;
	background-color: #000;
	box-shadow: 0 0 0 10px #fff;
	padding: 35px;
	margin: 0 10px 35px 10px;
}

.fukidasi p {
	color: #fff;
	font-size: 22px;
}

.sentakusi a{
	color: #fff;
	font-size: 22px;
	padding-left: 30px;
}

.sentakusi a:hover {
	text-decoration:none;
}

.sentakusi a:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  display: inline-block;
  pointer-events: none;
  width: 15px;
  height: 18px;
}

.sentakusi a:hover:before{
  background: url("../images/tri.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.teacher-root {
	width: 370px;
	text-align: center;
	margin-top: 15px;
}

/* momo
-------------------------------------------------- */
#momo {
  background-image: url("../images/quiz-Select_momo.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

#kyuri {
  background-image: url("../images/kyuri-bk.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

#onigiri {
  background-image: url("../images/onigiri-bk.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

.answer_bg {
	background-image: url("../images/quiz-answer-bk.png");
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.fadein {
	width: 100%;
	height: 100%;
	position:relative;
	z-index: 99;
}
.fukidashi {
	position:absolute;
	left:0;
	top:0;
	z-index: 99;
}

/* object
-------------------------------------------------- */

.fukidasi {
	border-radius: 15px;
	background-color: #000;
	box-shadow: 0 0 0 10px #fff;
	padding: 35px;
	margin: 0 10px 35px 10px;
}

.fukidasi p {
	color: #fff;
	font-size: 22px;
}

.fukidasi img {
	text-align: center;
}

.fukidasi a:hover {
	text-decoration: none;
}

.sentakusi a{
	color: #fff;
	font-size: 22px;
	padding-left: 30px;
}

.sentakusi a:hover {
	text-decoration:none;
}

.sentakusi a:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  display: inline-block;
  pointer-events: none;
  width: 15px;
  height: 18px;
}

.sentakusi a:hover:before{
  background: url("../images/tri.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

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

.gauge li > div {
    background: #fff;
    border: solid 3px #626262;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    margin-top: 15px;
}

.gauge .gauge-inner {
    background: #f19ec2;
    border-radius: 7px 0 0 7px;
    height: 30px;
}

.gauge .gauge-inner-h {
    background: #f19ec2;
    border-radius: 7px;
    height: 30px;
}

.gauge .gauge-inner-out {
    background: #f19ec2;
    border-radius: 7px;
    height: 30px;

}

.head_one {
	background-color: #fff;
}

.head_one h1 {
	color: #01a2e5;
}

.next-arrow {
  animation: 0.8s linear infinite blink_effect;
}
@keyframes blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.teacher {
	position: relative;
	width: 370px;
	height: 465px;
	margin-top: 15px;
}

.teacher2 {
	position: absolute;
	width: 280px;
	bottom: 10px;
	left: 0;
}

.box {
	position: absolute;
	width: 140px;
	bottom: 40px;
	right: 0;
}

.kurukuru {
	position: relative;
	width: 300px;
	height: 398px;
	margin-top: 15px;
}

.kurukuru img{
	width: 300px;
}

#seikai {
	font-size: 7.0em;
	font-weight: bold;
	color: #f583b4;
}

.margin {
	height:450px;
}

.answer_fukidasi {
	 /* height: 500px; */
	padding: 35px 35px 15px;
	border-radius: 15px;
	background-color: #000;
	box-shadow: 0 0 0 5px #fff;
	padding: 35px;
	margin: 25px 10px 35px 10px;
}

.answer_fukidasi p {
	color: #fff;
	font-size: 22px;
}

.answer_fukidasi-inner {
	padding: 20px;
	border: 1px solid white;
	border-radius:15px;
	margin-bottom: 20px;
}

#answer {
	font-size: 38px;
	color: #fff;
}

.kaisetu h3{
	font-size: 26px;
	color: #fff;
}

.kaisetu-wrapper {
	margin-bottom: 15px;
	width:100%;
	height:200px;
	overflow:auto;
}

.kaisetu-wrapper p{
	font-size: 18px;
	color: #fff;
}

.next-text a{
  color: #fff;
}

.answer_margin {
    height: 200px;
    background-image: url(../images/Tablet-Teacher_2.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.comp_margin {
	height:200px;
	background-image: url("../images/Tablet-Teacher.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#box {
	position: absolute;
	bottom: 40px;
	left: 0;
}

#box_open{
	position: absolute;
	bottom: 40px;
	left: 0;
}

#peach {
	position: absolute;
	top: 80px;
	right: 0;
}

.collection_bg {
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
}

.collection_fukidasi {
	border-radius: 15px;
	background-color: #fff;
	padding: 50px;
	margin: 25px 10px 25px 10px;
}

.collection_fukidasi .row {
	padding-bottom: 15px;
}

.collection_fukidasi-inner {
	padding: 10px;
	background-color: #f19ec2;
	border-radius: 15px;
	margin-bottom: 25px;
}

#otakara {
	font-size: 26px;
	color: #fff;
	margin-bottom: 0px;
}

.collection_comp h2{
	color: #f583b4;
	font-size: 26px;
	font-weight: bold;
	transform: rotate(-4deg);
}



.fukidasi a {
	text-decoration: none;
}
.fukidasi a:hover {
	text-decoration: none !important;
}

#answer_head {
	color: #fff;
}



/* 解説ページに設置するリンク
-------------------------------------------------- */
.next-page {
	position: relative;
}
.next-page a {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	font-size: 20px;
	margin-top: 35px;
	margin-left: -85px;
	display: block;
}



.comment-link {
	color: #ffffff !important;
	text-decoration: underline;
}
.comment-link:hover {
	color: #ffffff !important;
	text-decoration: underline;
}


/* 正解ページ
-------------------------------------------------- */
#canvas {
  position:absolute;
  overflow: hidden;
  opacity: 0.45;
  z-index: 9999;
}
.answer_head {
	margin-top: 80px;
}

.answer_head {
	width: 100%;
	height: 240px;
	max-width: 335px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.answer_headh1 {
	position: absolute;
	top: 20px;
	left: 45px;
	color: #448aca;
	font-size: 80px;
	text-align: center;
	z-index: 999;
}
.answer_head img {
	width: 100%;
	max-width: 335px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.answer_head h1 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #f583b4;
	font-size: 100px;
	text-align: center;
	z-index: 999;
}
.answer_head h2 {
	position: absolute;
	color: #000000;
	font-size: 18px;
	text-align: center;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
}
.answer_head h3 {
	position: absolute;
	color: #f583b4;
	font-size: 54px;
	text-align: center;
	top: 75px;
	left: 42px;
	margin: auto;
	z-index: 999;
}
.answer_head .iyoiyo {
	position: absolute;
	color: #000000;
	font-size: 30px;
	text-align: center;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
}
.answer_head .ni {
	position: absolute;
	color: #000000;
	font-size: 42px;
	top: 82px;
	right: 30px;
	margin: auto;
	z-index: 999;
}
.answer_head .charange {
	position: absolute;
	color: #000000;
	font-size: 42px;
	text-align: center;
	left: 55px;
	bottom: 50px;
	margin: auto;
	z-index: 999;
}
.answer_sub {

}
.answer_sub img {
	width: 335px;
}

/* 不正解ページ
-------------------------------------------------- */
#quiz-retry-bk {
  background-image:
   url("../images/quiz-retry-bk.png")
   ;
   background-repeat:
   repeat-x
   ;
  background-position:
  top
  ;
}

.quiz-retry-head {
	width: 100%;
	height: 240px;
	max-width: 370px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.quiz-retry-head h1 {
	position: absolute;
	top: 20px;
	left: 45px;
	color: #448aca;
	font-size: 80px;
	text-align: center;
	z-index: 999;
}
.quiz-retry-head .retry-img01 {
	width: 100%;
	max-width: 335px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.quiz-retry-head a  {
	width: 217px;
	position: absolute;
	top: 130px;
	left: 55px;
	z-index: 99;
	display: block;
}
.quiz-retry-head a:hover {
	opacity: 0.8;
}
.quiz-retry-head a > img {
	width: 100%;
	max-width: 217px;
}
.retry-teacher {
	position: absolute;
	bottom: 0;
	margin-top: 50px;
}
.retry-teacher img {
	width: 100%;
	max-width: 295px;
}

.retry-img02 {
	width: 295px;
}

/* quiz_question
-------------------------------------------------- */

main {
  background-image: url("../images/quiz_question_pc_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

#mainimages {
	width: 940px;
	border-radius: 15px;
	background-color: #000;
	box-shadow: 0 0 0 10px #fff;
	padding: 0 35px;
	margin: 40px 10px 25px 10px;
}


.fukidasi p {
	color: #fff;
	font-size: 22px;
}

input[type=radio] {
	display: none;
}
input[type=radio] label {
	background-color: #ffffff !important;
}
input[type="radio"]:checked + label {
	border: 5px solid #e3312b;
	border-radius: 15px;
}
.label {
	display: block;
	width: 100%;
	height: 80px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.answer-btn {
	margin-bottom: 25px;
}
.answer-btn img {
	width: 100%;
	max-width: 335px !important;
}
.answer-btn a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.answer-btn {
	margin-bottom: 25px;
}
.answer-btn img {
	width: 100%;
}
.answer-btn a:hover img{
}

.quesion-title01 {
	background-color: #01a2e5 !important;
}
.quesion-title01 h1 {
	color: #ffffff !important;
}

/* 問題のタイトル
-------------------------------------------------- */
.bg-color-9ad2ef {
	background-color: #9ad2ef !important;
	background-image: none !important;
}

/* 背景色
-------------------------------------------------- */
.bg-color-f0d163 {
	background-color: #f0d163 !important;
	background-image: none !important;
}

/* 選択ボタン
-------------------------------------------------- */
.btn-wrapper{
	padding-right: 10px;
    padding-left: 0px;
}
.btn-style01 input[type=radio] {
	display: none;
}
.btn-style01 input[type=radio] label {
	border-radius: 15px;
}
.btn-style01 input[type="radio"]:checked + label {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	border: none;
}
.btn-style01 .label {
	display: block;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8 !important;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-radius: 15px;
	background-color: #ffffff !important;
	box-shadow: 5px 7px 0px 5px #f19ec2;
	cursor: pointer;
}

/* テキストスタイル
-------------------------------------------------- */
.font-size12 {
	font-size: 12px;
}
.font-color-pink {
	color: #f19ec2;
}
.font-size20 {
	font-size: 20px;
}

/* クイズ1
-------------------------------------------------- */
#quiz01-bk {
	background-image: url(../images/quiz01-item.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.quiz01-box input[type=checkbox] {
	display: none;
}
.quiz01-box input[type=checkbox]:checked + label {
	box-shadow: 0px 0px 0px 5px #e3312b;
	border-radius: 15px;
	opacity: 0.8;
}
.quiz01-box .label {
	display: block;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
	cursor: pointer;
}

/* クイズ2
-------------------------------------------------- */
.quiz02-box img {
	width: 100%;
	max-width: 335px;
}
.quiz02-box input[type=checkbox] {
	display: none;
}
.quiz02-box input[type=checkbox]:checked + label {
	border: none !important;
	border-radius: none !important;
	opacity: 0.8;
}
.quiz02-box .label {
	display: block;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	cursor: pointer;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 12px;
}

.quiz02-btn01 {
	box-shadow: 4px 4px 0px 2px #00a0e9;
}
.quiz02-btn01-inner {
	width: 287px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.quiz02-btn01-inner span{
	font-size: 24px;
	padding-left: 10px;
	color: #00a0e9;
	vertical-align: middle;
}
.quiz02-btn02 {
	box-shadow: 4px 4px 0px 2px #f58b02;
}
.quiz02-btn02-inner {
	width: 287px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.quiz02-btn02-inner span{
	font-size: 24px;
	padding-left: 40px;
	color: #f58b02;
	vertical-align: middle;
}
.quiz02-btn03 {
	box-shadow: 4px 4px 0px 2px #e60012;
}
.quiz02-btn03-inner {
	width: 287px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.quiz02-btn03-inner span{
	font-size: 24px;
	padding-left: 30px;
	color: #e60012;
	vertical-align: middle;
}
.quiz02-btn04 {
	box-shadow: 4px 4px 0px 2px #009944;
}
.quiz02-btn04-inner {
	width: 287px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.quiz02-btn04-inner span{
	font-size: 24px;
	padding-left: 15px;
	color: #009944;
	vertical-align: middle;
}



/* クイズ3
-------------------------------------------------- */
.quiz3-box {
	position: relative;
	max-width: 400px;
	min-height: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
/* 	border: 1px solid #000000; */
	background-image: url(../images/quiz03-item01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.quiz03-subtitle {
	width: 100%;
	color: #d64d89;
	padding: 3px;
	border-radius: 8px ;
	background-color: #ffffff;
	display: block;
}
#quiz3-item {
	position: absolute;
	top: 25px;
	left: 0%;
	width: 100px;
	height: 70px;
}
#quiz3-item img {
	width: 100%;
}
.quiz03-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -180px;
}
#slider {
}
.slider-view {
	height: 70px;
	position: relative;
}
.slider-container {
	width: 100px;
	height: 70px;
}
.point {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -140px;
}
.point span {
	color: #f662a3;
	font-size: 60px;
	font-weight: bold;
	margin: 0px 7px;
	padding: 0px 18px;
	background-color: #ffffff;
	border-radius: 10px;
	display: block;
	float: left;
}
.err {
	color: #ffffff;
	margin-top: 10px;
	padding: 10px ;
	display: none;
	border-radius: 10px;
	background-color: #d64d89;
}



/* クイズ4
-------------------------------------------------- */
.quiz04 {

}
.quiz04-bt {
	margin-bottom: -25px;
}


/* クイズ5
-------------------------------------------------- */
.quiz05 {
	position: relative;
	max-width: 360px;
	height: 400px;
	background-image: url(../images/quiz05-table.png);
	background-repeat: no-repeat;
	background-position: center ;
	background-size: contain;
}
.quiz05 .items {
	position: absolute;
	z-index: 1;
}
.quiz05 .items img {
	width: 100%;
}
.quiz05 .items input[type=checkbox] {
	display: none;
}
.quiz05 .items input[type=checkbox]:checked + label {
	border: none !important;
	border-radius: none !important;
}
.quiz05 .items .label {
	display: block;
	width: 100px;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.quiz05 .item01 {
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -160px;
}
.quiz05 .item02 {
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -60px;
}
.quiz05 .item03 {
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: 60px;
}
.quiz05 .item04 {
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -120px;
}
.quiz05 .item05 {
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: 20px;
}
.cart {
	position: relative;
	width: 294px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}
.cart img {
	position: relative;
	z-index: 99;
}
.item-after img {
	width: 100px;
}
.is-active {
	opacity: 0.8;
}
#item01-after {
	position: absolute;
	top: -50px;
	left: 0px;
	z-index: 1;
	display: none;
}
#item02-after {
	position: absolute;
	top: -40px;
	left: 40px;
	z-index: 1;
	display: none;
}
#item03-after {
	position: absolute;
	top: -60px;
	left: 180px;
	z-index: 1;
	display: none;
}
#item04-after {
	position: absolute;
	top: -50px;
	left: 150px;
	z-index: 1;
	display: none;
}
#item05-after {
	position: absolute;
	top: -60px;
	left: 80px;
	z-index: 1;
	display: none;
}



/* クイズ6
-------------------------------------------------- */
.quiz06-item01 {
	width: 100%;
	max-width: 370px;
}
.quiz06 img {
	width: 100%;
}


/* クイズ7
-------------------------------------------------- */
.quiz07-item01 {
}




/* クイズ8
-------------------------------------------------- */
.quiz08-bg {
  background-image: url("../images/quiz08-bk.jpg");
  background-position: center top;
  background-repeat: repeat;
}
.quiz08-box {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.quiz08-box .box-table {
	width: 100%;
	max-width: 370px;
	display: table;
}
.quiz08-box .box-left {
	width: 70px;
	vertical-align: top;
	display: table-cell;
}
.quiz08-box .box-right {
	width: 260px;
	vertical-align: top;
	display: table-cell;
}
.quiz08-box .box-right img {
	max-width: 335px;
/*     min-width: 243px; */
    width: 100%;
}
.quiz08-box .arrow {
}
.quiz08-box .arrow img {
	width: 100%;
/* 	width: 100%; */
    max-width: 75px;
/*     min-width: 60px; */
}
.quiz08-box .label {
	height: auto !important;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.8 !important;
	cursor: pointer;
}
.quiz08-box input[type=radio]:checked + label {
	border: none !important;
	border-radius: none !important;
	opacity: 0.8;
}

/* クイズ9
-------------------------------------------------- */
.quiz09-bg {
  background-image: url("../images/quiz08-bk.jpg");
  background-position: center top;
  background-repeat: repeat;
}
.quiz09-box {
/* 	margin-top: 20px; */
}
.quiz09-box img {
	width: 100%;
	max-width: 335px;
}

.quiz09-item {

}
.quiz09-btn {
	margin-top: -30px;
}



/* クイズ10
-------------------------------------------------- */
.quiz10-bg {
  background-image: url("../images/quiz10-bk.jpg");
  background-position: center top;
  background-repeat: repeat;
}
.quiz10-box {
	margin-bottom: 30px;
}
.quiz10-box img {
	width: 100%;
	max-width: 500px;
}
.quiz10-box .label {
	height: auto !important;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8 !important;
	cursor: pointer;
}
.quiz10-box input[type=radio]:checked + label {
	border: none !important;
	border-radius: none !important;
	opacity: 0.8;
}
.quiz10-item {

}
.quiz10-btn {
}




/* インセンティブ
-------------------------------------------------- */

/* NOTE: 一旦SPだけレイアウトと背景修正する */
.quiz-insentib-bk {
  background: none;
}
main.quiz-insentib-box {
  background-size: contain;
  background-color: #99c941;
}

.quiz-insentib-leadTxt {
  margin-top: 20px;
}



.quiz-insentib-wallpapers {
  min-height: 100px;
  padding: 45px 60px;
  border-radius: 10px;
  background: #ffffff;
}
.wallpapersBox + .wallpapersBox {
  margin-top: 40px;
}
.wallpapersBox-label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.wallpapersBox-dlBtn {
  margin-top: 30px;
}
.wallpapersBox-dlBtn > li {
  margin-top: 15px;
}









.quiz-insentib-bk {
  background-image: url("../images/quiz-insentib-bk.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.quiz-insentib-box {
	margin-bottom: 30px;
}
.quiz-insentib-box img {
	width: 100%;
}
.quiz-insentib-box p {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.8;
}
.quiz-insentib-box02 {
	position: relative;
	margin-top: 40px;
	z-index: 1;
}
.quiz-insentib-box02 .menu{
	position: relative;
	right: 0;
	width: 140px;
	z-index: 1;
}
.quiz-insentib-box02 .fukidasi01 {
	position: relative;
	border-radius: 15px;
    background-color: #000;
    box-shadow: 0 0 0 10px #fff;
    padding: 20px 35px;
    margin: 40px 10px 25px 10px;
}
.quiz-insentib-box02 .fukidasi01 p {
	font-size: 20px;
	margin-bottom: 30px;
}
.quiz-insentib-box02 .ml {
  width: 200px;
	margin-top: -20px;
	margin-left: auto !important;
	margin-bottom: 10px;
}
.quiz-insentib-item05 {
	position: relative;
	width: 180px;
	/* height: 120px; */
	margin-top: -100px;
	margin-bottom: -30px;
	z-index: 2;
}
.quiz-insentib-item05 img {
	width: 100%;
/* 	max-width: 70px; */
	height: auto;
}
@media only screen and (max-width: 576px) {
  .quiz-insentib-item05 {
    width: 50%;
    left: -20%;
  }
}

/* コミュタン福島 */
.com-fukushima{
  background: #fff;
}

.com-fukushima .com-fukushima_txt{
  padding: 24px 15px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.com-fukushima a{
  color: #e772a5;
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (max-width: 420px) {
  .quiz-insentib-item05 {
      margin-top: -70px;
  }
}



/* Toggle */
 /* === ボタンを表示するエリア ============================== */
.switchArea {
	line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 10px;
    width: 69px;
    left: 10px;
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display: none;
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display: block;
  box-sizing: border-box;
  height: 32px;
  border: 2px solid #999999;
  border-radius: 16px;
  background: #fff;
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color: #4BD964;
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content: "♪";
  padding: 0 0 0 19px;
  color: #999999;
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
  content: "♪♪";
  padding: 0 19px 0 0;
  color: #4BD964;
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #999999;
  top: 4px;
  left: 4px;
  border-radius: 12px;
  transition: .2s;
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform: translateX(37px);
  background: #4BD964;
}



/* responsive
-------------------------------------------------- */

@media only screen and (max-width: 576px) {
	main {
	background-size: cover;
	}
	.fukidasi {
    box-shadow: 0 0 0 5px #fff;
    padding: 35px;
    margin-bottom: 35px;
    }
	.teacher {
	width: 265px;
	}
	.teacher-route{
	width: 265px;
	}
	.sentakusi a:before{
	  background: url("../images/tri.png");
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center top;
	}
	.collection_fukidasi {
		margin: 22px 20px;
		padding: 35px;
	}

	.collection_fukidasi .row {
	padding: 6px 15px;
	}

	.collection_item {
		padding-right: 12px;
		padding-left: 0px;
	}
	.collection_item-outer div:last-child{
		padding-right: 0px;
	}

	.collection_fukidasi-inner {
    margin-bottom: 10px;
	}

}

@media only screen and (max-width: 375px) {
	main {
	background-size: cover;
	}
	.fukidasi {
    box-shadow: 0 0 0 5px #fff;
    padding: 35px;
    margin-bottom: 35px;
    }
	.teacher {
	width: 265px;
	}
	.teacher-route{
	width: 265px;
	}
	.teacher {
	width: 335px;
	height:320px;
	}

	.teacher2 {
	width: 230px;
	margin-top: 50px;
	}
	.sentakusi a:before{
	  background: url("../images/tri.png");
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center top;
	}
	.collection_fukidasi {
		margin: 22px 20px;
		padding: 35px;
	}

	.collection_fukidasi .row {
	padding: 6px 15px;
	}

	.collection_item {
		padding-right: 12px;
		padding-left: 0px;
	}
	.collection_item-outer div:last-child{
		padding-right: 0px;
	}

	.collection_fukidasi-inner {
    margin-bottom: 10px;
	}

}
