

.choose_box {
  position: relative;
  width: 100%;
  /* max-width: 750px; */
}
/* .choose_box p {
  margin-top: 5%;
  margin-bottom: 10%;
    font-size: 20px;
    display: block;
    font-weight: 600;
    text-align: center;
  }
    */
.choose_box img {
  width: 100%;
}
.QA_inner  {
  position:relative;
}
.choose_box li {
  display: block;
  width: 100%;
  /* padding: 12%; */
}

ul {
  /* margin-left: 10%; */
  position: absolute;
  bottom: 7.3%;
  width: 100%;
  height: 40%;
}
.choose_box ul li a {
  width: 100%;
  /* color: #fff; */
  display: block;
  padding: 10.5% 0;
  text-align: center;
  /* background-color: #2791d4; */
  /* font-weight: 600; */
  /* font-size: 16px; */
  /* border: 2px solid #2791d4; */
  /* text-decoration: none; */
  /* -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
  border-radius: 6px;*/
}
.choose_box ul li a:hover {
   background-color: #fff;
  color: #2791d4;
   opacity: 0.2;
/*    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;*/
}
.choose_box li:last-child {
  padding-top: 2%;
}
/* .choose_box li {
  display: inline-flex;
  width: 46%;
  /* margin: 5em; */
  /* margin-top: 30px; */
  /* list-style: none; 
}

ul {
  /* margin-left: 10%; 
  position: absolute;
  bottom: 1.5%;
  padding-left: 3.5%;
  width: 100%;
  /* height: 27%; 
}
.choose_box ul li a {
  width: 100%;
  /* color: #fff; 
  display: block;
  padding: 48%;
  text-align: center;
  /* background-color: #2791d4; */
  /* font-weight: 600; */
  /* font-size: 16px; */
  /* border: 2px solid #2791d4; */
  /* text-decoration: none; */
  /* -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.choose_box ul li a:hover {
   background-color: #fff;
  color: #2791d4;
   opacity: 0.2;
/*    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
} */
.app-theme p {
  color: #2791d4;
  margin-bottom: 5%;
  margin-top: 5%;
}

/* .fit , .result {
  display: flex;
} */

.fit p {
 /* margin-top: 5%;
  margin-bottom: 10%; */
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-align: center;
  }




.result_type0 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #10c010;
  }

.result_type1 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #DC143C;
  }



.result_theme p  {
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
}


.result_discription0 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription1 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription0 h2 {
    color: #10c010;
    text-align: center;
}

.result_discription1 h2 {
    color: #DC143C;
    text-align: center;
}


  .result_discription0 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #10c010;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #10c010;
    border-radius: 5px;
  }
  .result_discription1 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding: 20px;
    text-align: left;
    border: 1px solid #DC143C;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #DC143C;
    border-radius: 5px;
  }

.return-btn {
  margin-top: 5%;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    margin-bottom: 100px;
}
.return {
  display: inline-block;
  text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2791d4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #2791d4 ;
}

.return:hover {
    border: 1px solid #2791d4 ;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
}

