@charset "utf-8";

html {font-size:62.5%;}

html,body {height:100%;}
body{
	overflow:hidden;
	color:#000;
	font-size:1rem;
	line-height:1.6;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

h1 {display:none;}

section{
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	background: #000;
}
.section-body a{
	color:#000;
	text-decoration:none;
}


/*===== SectionBox =====*/
.section-body{
    background-image: url(../images/bg.jpg);
    background-color: #fff;
    background-size: cover;
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 40px;
    overflow: hidden;
    padding: 3% 0;
    box-shadow: 0 0 30px #fff;
    -webkit-box-shadow: 0 0 30px #fff;
    -moz-box-shadow: 0 0 30px #fff;
}

.qaWrap{
	text-align:center;
	margin: 3em 0;
}

.number{
	display: block;
	margin:auto;
	}

.border{
    display:block;
    text-align:center;
}
	
.section-body h3{
}

#logoarea{
	width:100%;
	line-height:1rem;
	text-align:center;
	background: #000;
	margin-top:10px;
	color:#fff;
	padding: 15px 0;
}

.pink {
	color:#e95383!important;
}

.qBox{
	width:90%;
	margin:20px auto 0;
	    clear: both;
}
.qBox li{
    list-style-type:none;
	display:block;
	text-align:center;
}
.qBox li p{
	background:#fff;
}
.answer_a a {
}

.answer_b a {
}

.answer_a a img,.answer_b a img{
	transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	filter:grayscale(0);
}

.answer_a a:hover img,.answer_b a:hover img{
	filter:grayscale(100);
}

.copy{
display:block;
text-align:center;
color:#fff;
}

/*付箋*/
.fusen01 {border-right:20px solid #ff9600;}
.fusen02 {border-right:20px solid #8deb00;}
.fusen03 {border-right:20px solid #ff6da4;}
.fusen04 {border-right:20px solid #54c2ff;}
.fusen05 {border-right:20px solid #ffff00;}

h2.oshi{
	display:inline;
}
.fadeIn{
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode:backwards;
  }
 @keyframes fadeIn{
   0% {opacity: 0}
   100% {opacity: 1}
}

/*********************
	スマートフォン
*********************/
@media only screen and (max-width: 640px) {
/* スマートフォン用のスタイル記述 */
section {overflow:auto;}
.section-body{
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px 0 30px 0;
    background-image: url(../images/bg_sp.jpg);
    background-color: #fff;
    background-size: cover;
}


.qaWrap{
	margin:2em 0;
}
.section-body h3{
	width:100%;
}
.section-body h3 img{
	width:100%;
}

.qBox{
	margin-bottom:30px;
	padding-bottom:30px;
}
.qBox li {
    width: 100%;
    margin-bottom: 0px;
}

.qBox li img{
    width: 100%;
    margin-bottom: 0px;
}

.border img{
    width: 100%;
    height: auto;
    max-width: 800px;
}
.number{
	max-height:80px;
	width:auto;
}

}