@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////////////
////////////　　　　共通　　　　////////////
///////////////////////////////////////////*/
body {}
/*float*/
.f_o {
  overflow: hidden;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/*img*/
*:first-child + html img {
  vertical-align: top;
}
* html img {
  vertical-align: top;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}
.inner {
  width: 100%;
  max-width: 880px;
  margin: 8vh auto;
}
.f_s {
  font-size: 50%;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/*///////////////////////////////////////////
////////////　　　　個別　　　　////////////
///////////////////////////////////////////*/
body {
  background-color: #DAF7F5;
}
.all_bg {
  background-image: url(../img/bg.png);
  position: fixed;
  height: 30vh;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
.c_bg {
  background-image: url(../img/main_001.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 85vh;
  position: relative;
  z-index: 2;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.c_bg a {
  position: absolute;
  background-color: #FFF35F;
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #604C3F;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  bottom: 8vh;
  border-radius: 40px;
  left: 0;
  right: 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.c_bg a:hover {
  opacity: 0.7;
  background-color: #fff;
  border: 1px solid #FFF35F;
}
#question_area {
  font-size: 1.5em;
  padding: 11vh 0 0;
  position: relative;
  font-weight: bold;
  color: #604C3F;
  line-height: 1.8;
}
.q_bg {
  background-image: url(../img/main_002_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 430px;
  position: relative;
  z-index: 2;
  color: #604C3F;
  font-weight: bold;
  text-align: center;
  padding: 20vh 0 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.txt_hide {
  display: none !important;
}
.txt_display {
  text-align: center;
}
.txt_display .question {
  animation: fadein 2s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#btn_area {
  position: absolute;
  z-index: 20;
  display: block;
  height: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20vh;
  top: auto;
}
span.q {
  color: #FFA022;
  font-size: 120%;
}
#btn_yes, #btn_no {
  display: inline-block;
  text-decoration: none;
  width: 150px;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  color: #604C3F;
  font-weight: bold;
  background: #ccc;
  font-size: 90%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
#btn_yes:hover {
  background: #92C5EB;
}
#btn_yes:hover, #btn_no:hover {
  opacity: 1;
}
#btn_no:hover {
  background: #F7ACB5;
}
a#btn_yes:after, a#btn_no:after {
  content: ">";
  float: right;
  padding: 0 5px 0 0;
}
div#result_area {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
div#result_area .a_bg img {
  animation: fadein2 7s forwards;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.a_bg {
  background-image: url(../img/main_003.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 430px;
  position: relative;
  z-index: 2;
  color: #604C3F;
  font-weight: bold;
  text-align: center;
  padding: 20vh 0 0;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.a_bg img {
  width: 435px;
  margin: 55px 0 0;
}
#result_area ul {
  width: 260px;
  margin: 0 auto;
  font-size: 12px;
}
#result_area ul li {
  font-weight: bold;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
  border-radius: 50px;
  padding: 10px;
  margin: 0 0 10px;
}
#result_area ul li a {
  text-decoration: none;
  color: #333;
}
#result_area ul li a:hover {
  opacity: 0.7;
}
#result_area ul li a:after {
  content: ">";
  padding: 0 5% 0 0;
  font-weight: 100;
  position: absolute;
  right: 3%;
  top: 24%;
}
#result_area ul.pack {
  margin: 1% auto 0;
  position: relative;
}
//*#result_area ul.pack:before{
content: "+";
position: absolute;
top: -35px;
background-color: #333;
font-weight: 900;
width: 30px;
height: 30px;
color: #fff;
font-size: 20px;
border-radius: 100%;
margin: 0 auto;
left: 0;
right: 0;
}
**/ #a1 ul li.kaikata {
  background: #C7C5E2;
}
#a2 ul li.kaikata {
  background: #f1f1f1;
}
#a3 ul li.kaikata {
  background: #C7C5E2;
}
#a4 ul li.kaikata {
  background: #BAD1ED;
}
#a5 ul li.kaikata {
  background: #BAD1ED;
}
#a6 ul li.kaikata {
  background: #C7C5E2;
}
#a7 ul li.kaikata {
  background: #FDD2B8;
}
#a8 ul li.kaikata {
  background: #FDD2B8;
}
#a9 ul li.kaikata {
  background: #FDD2B8;
}
#a10 ul li.kaikata {
  background: #FDD2B8;
}
#a11 ul li.kaikata {
  background: #AEDFE5;
}
#a12 ul li.kaikata {
  background: #AEDFE5;
}
#a13 ul li.kaikata {
  background: #AEDFE5;
}
#a14 ul li.kaikata {
  background: #AEDFE5;
}
#a15 ul li.kaikata {
  background: #C7C5E2;
}
#a16 ul li.kaikata {
  background: #C7C5E2;
}
#result_area ul li.maintenance_pack {
  background: #C7C5E2;
}
#result_area ul li.tsukatte {
  background: #FFFAC2;
}
#result_area ul li.integrated_credit {
  background: #DFC3DD;
}
.back_top {
  position: fixed;
  z-index: 999;
  right: 5%;
  bottom: 5vh;
}
.back_top a {
  position: relative;
  font-size: 14px;
  display: block;
  width: 90px;
  max-height: 90px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #FFF35F;
  color: #5F4C3F;
  font-weight: bold;
  padding: 39px 15px;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.back_topsite {
  position: fixed;
  z-index: 999;
  left: 5%;
  bottom: 5vh;
}
.back_topsite a {
  position: relative;
  font-size: 14px;
  display: block;
  width: 110px;
  max-height: 90px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #FFF35F;
  color: #5F4C3F;
  font-weight: bold;
  padding: 39px 10px;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*///////////////////////////////////////////
////////////　ブレイクポイント　////////////
///////////////////////////////////////////*/
/*PC・SP切り分け*/
@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
/* デスクトップ */
@media screen and (min-width:1401px) {}
/* ノートパソコン */
@media screen and (min-width:960px) and (max-width:1400px) {}
/* タブレット */
@media screen and (min-width:640px) and (max-width:959px) {}
/*スマホ*/
@media (max-width: 639px) {
	
	
	
.inner {
    margin: 5vh auto;
}
	
	
	
	.c_bg {
    background-image: url(../img/main_001_sp.png);
	}
	
	
.c_bg,
.q_bg,
.a_bg {
    background-size: 150%;
    width: 100%;
    max-width: 100%;
    height: 75vh;
    padding: 4vh 0 3vh;
}	

.q_bg,
	.a_bg{
margin: -15vh 0 0;
    padding: 15vh 0 1vh;
    height: 70vh;
	}

	
#btn_area {
    top: 40vh;
}	
	
#btn_yes, #btn_no {
    width: 120px;
}

.txt_display .question {
    width: 90%;
    margin: 0 auto;
}
	
	
.back_top a,
.back_topsite a {
	width: 110px;
    padding: 15px 10px;	
}

	
.a_bg img {
width: 320px;
    margin: 130px auto 10px;
}
	
.text {
display: block;
    width: 90%;
    margin: 0 auto 15px;
}	
	
#result_area ul li a {
    width: 240px;
    display: block;
    margin: 0 auto;
}	
	

div#main {
    overflow-x: hidden;
}	
	
#result_area ul li {
    width: 100%;
    padding: 5% 0px;
    font-size: 14px;
}
	
	
		
	
	
	
	
	
	
	
	
	
	
}