body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}



.choose_box {
  position: relative;
  width: 100%;
}
 .choose_box p {
  margin-top: 5%;
  margin-bottom: 10%;
    font-size: 20px;
    display: block;
    font-weight: 600;
    text-align: center;
  }

.choose_box li {
  display: inline-block;
  width: 80%;
  margin-top: 30px;
  list-style: none;
}

ul {
  margin-left: 10%;
  padding-left: 0;
}



.choose_box ul li a {
  width: 100%;
  color: #fff;
  display: block;
  padding: 10px 20px;
  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;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.app-theme p {
  color: #2791d4;
  margin-bottom: 5%;
  margin-top: 5%;
}


.fit {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
}

.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: #7a67ad;
  }

.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: #c01f21;
  }

.result_type2 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #6fbe44;
  }

.result_type3 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #e97b34;
  }

.result_type4 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #079cdb;
  }

.result_type5 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #f7de36;
  }

.result_type6 h4 {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #2791d4;
  }



.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_discription2 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription3 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription4 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription5 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription0 h2 {
    color: #7a67ad;
    text-align: center;
}
.result_discription1 h2 {
    color: #c01f21;
    text-align: center;
}
.result_discription2 h2 {
    color: #6fbe44;
    text-align: center;
}
.result_discription3 h2 {
    color: #e97b34;
    text-align: center;
}
.result_discription4 h2 {
    color: #079cdb;
    text-align: center;
}
.result_discription5 h2 {
    color: #f7de36;
    text-align: center;
}
.result_discription6 h2 {
    color: #2791d4;
    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 #7a67ad;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #7a67ad;
    border-radius: 5px;
  }
  .result_discription1 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #c01f21;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #c01f21;
    border-radius: 5px;
  }
  .result_discription2 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #6fbe44;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #6fbe44;
    border-radius: 5px;
  }
  .result_discription3 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #e97b34;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #e97b34;
    border-radius: 5px;
  }
  .result_discription4 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #079cdb;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #079cdb;
    border-radius: 5px;
  }
  .result_discription5 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #f7de36;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #f7de36;
    border-radius: 5px;
  }
  .result_discription6 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #2791d4;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #2791d4;
    border-radius: 5px;
  }


.result_discription0 text{
	text-shadow:0 0 10px #7a67ad;
}

.result_discription1 text{
	text-shadow:0 0 10px #c01f21;
}

.result_discription2 text{
	text-shadow:0 0 10px #6fbe44;
}

.result_discription3 text{
	text-shadow:0 0 10px #e97b34;
}

.result_discription4 text{
	text-shadow:0 0 10px #079cdb;
}

.result_discription5 text{
	text-shadow:0 0 10px #f7de36;
}




.etbut{
    text-align: center;
}

.et_pb_module {
  display: inline-block;
    text-align: center;
}



.secList {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #7a67ad;
  border: solid 2px #7a67ad;
  border-radius: 3px;
  transition: .4s;
}
  
.secList:hover {
  background: #7a67ad;
  color: white;
}

.secList1 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #c01f21;
  border: solid 2px #c01f21;
  border-radius: 3px;
  transition: .4s;
}
  
.secList1:hover {
  background: #c01f21;
  color: white;
}

.secList2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #6fbe44;
  border: solid 2px #6fbe44;
  border-radius: 3px;
  transition: .4s;
}
  
.secList2:hover {
  background: #6fbe44;
  color: white;
}

.secList3 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #e97b34;
  border: solid 2px #e97b34;
  border-radius: 3px;
  transition: .4s;
}
  
.secList3:hover {
  background: #e97b34;
  color: white;
}

.secList4 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #079cdb;
  border: solid 2px #079cdb;
  border-radius: 3px;
  transition: .4s;
}
  
.secList4:hover {
  background: #079cdb;
  color: white;
}

.secList5 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #f7de36;
  border: solid 2px #f7de36;
  border-radius: 3px;
  transition: .4s;
}
  
.secList5:hover {
  background: #f7de36;
  color: white;
}


.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;
}

.button-ko{
display: flex;
justify-content: center;
color: #6fbe44;
}