@charset "utf-8";
/* CSS Document */

	
	
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  
}

	
.choose_box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  
  
}
 .choose_box p {
    margin-top: 5%;
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
  }

.choose_box li {
  display: inline-block;
  width: 80%;
  margin: 20px 0px;
  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: #2E8B57;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #2E8B57;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.choose_box ul li a:hover {
   background-color: #fff;
  color: #2E8B57;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.app-theme p {
	position: relative;
	padding: 0.8rem 0;
    color: #550000;
    margin:20px 0px;
    border-bottom: 5px solid;
    color: black;
    font-weight: bold;
}
	
	.app-theme p:before,p:after{
	position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
		
	}

	.app-theme p:before{
		
	border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
	}
	
	p:after{
		
	border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
		
	}

.fit {
  position: absolute;
  width: 100%;
  margin:10px 0px;
  
  
}

.fit p {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    text-align: center;
  }



.result_type1 h4 {
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  background-color: #550000;
  }



.result_theme p  {
    margin-bottom: 2%;
    text-align: center;
}

.result_discription1 img{
	
	width:100%;
	
	}

.result_discription1 {
    text-align: center;
    margin-bottom: 5%;
}

.result_discription1 h2 {
    color: #550000;
    text-align: center;
}


  .result_discription1 p {
    margin:0 auto;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #550000;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #550000;
    border-radius: 5px;
  }

.return-btn {
     
	margin: 20px auto;

}
.return {
        
        display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;

}

.return:hover {
   
    background-color: #fff;
    color: #27acd9;
}	
	
	@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
		
		.choose_box ul li a {
   font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/ }
		
		.result_discription0 p{
			width:100%;			
		}
		
		
}

