.box .ttl{
  font-size: 2.0rem;
  text-align: center;
  border-bottom: 1px solid #ffa200;
  padding-bottom: 10px; 
  margin-bottom: 50px;
}
.box .ttl span{
  color: #ffa200;
  font-size: 2.4rem;
}
.box01 .img_box{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.box01 .house{
  border: 1px solid #ccc;
  padding: 50px;
  margin-top: 50px;
}
.box01 .house .flex{
  display: flex;
  justify-content: space-between;   
}

.box01 .house .flex .house01{
  width: 30%;
  text-align: center;
}
.box01 .house .flex .house01 .text p{
  text-align: center;
}
.box01 .house .flex .house01 .img{
  margin-bottom: 20px;
}
.box01 .house .flex .house01 .img img{
  padding: 10px;
  box-sizing: border-box;
}

.box01 .house .flex .house01 .ttl{
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;

}
.box01 .house .flex .house01 .ttl span{
  color: #ffa200;
  font-size:3.0rem;
  line-height: 1;
  font-weight: bold;
}

.box02,.box03,.box04,.box05{
  margin-top: 160px;
}
.box02 h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 30px 0;
}
.box02 .level{
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.box02 .level .level_box{
  width: 32%;
  border: 1px solid #ccc;
  padding-bottom: 50px;
}
.box02 .level .level_box .ttl{
  background: #f8b869;
  color: #fff;
  border-bottom: none;
  padding: 20px 0;
  font-size:2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box02 .level .level_box .ttl2{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;  
}
.box02 .level .level_box .img img{
  display: block;
  margin: 30px auto;
  padding:0 50px;
  box-sizing: border-box;
}
.box02 .level .level_box .detail{
  text-align: center;
  border-bottom: 1px solid #333;
  margin: 20px 20px;
  padding-bottom: 20px;
}
.box02 .level .level_box .value{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;  
}
.box02 .level .level_box .value span{
  color: #f8b62b;
  font-size: 4.0rem;
}
.box02 .level .level_box p{
  text-align: center;
}
.box02 .level_detail h3{
  background: #f8b869;
  color: #fff;
  font-size: 2.2rem;
  padding:10px 20px;
}
.box02 .level_detail .text{
  margin-bottom: 80px;
}

.box02 .level_img .img img{
  display: block;
  margin: 50px auto;
}

.box03 > .img img{
  display: block;
  margin: 50px auto;
}
.box03 .text_box{
  margin: 50px 0;
}
.box03 .text_box h3{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box03 .flex{
  display: flex;
  justify-content: space-between;  
}
.box03 .flex .glass01{
  width: 48%;
}
.box03 .flex .glass01 .ttl{
  border-bottom: none;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box03 .flame_flex{
  display: flex;
  margin-top: 20px;
}
.box03 .flame_flex .box{
  margin-right: 20px;
  text-align: center;
}

.box04 .text_box span{
  color: #ffa200;
}
.box04 .material_box{
  margin: 50px auto;
}
.box04 .material_box h4{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box04 .material_box .flex{
  display: flex;
  justify-content: space-between;  
  margin-top: 20px;  
}
.box05{
  margin-bottom: 160px;
}
.box05 .text_box p{
  margin-bottom: 2em;
} 
.box05 .text_box p span{
  color: #ffa200;

}


  @media screen and (max-width: 600px){
    .box01 .house{
      padding: 20px;
    }
    .box01 .house .flex{
      display: block;
    }
    .box01 .house .flex .house01{
      width: 100%;
    }
    .box02 .level{
      display: block;
    }
    .box02 .level .level_box{
      width: 100%;
    }
    .box01 .img_box{
      display: block;
    }
    .box .ttl span{
      font-size: 2.4rem;
    }
    .box .ttl{
      font-size: 1.8rem;
    }
    .box01 .house .flex .house01 .img{
      width: 60%;
      margin-right: auto;
      margin-left: auto;
    }
    .box02, .box03, .box04, .box05{
      margin-top: 50px;
    }
    .box02 h3{
      font-size: 2.0rem;
    }
    .box02 .level .level_box .ttl{
      font-size: 2.2rem;
    }
    .box02 .level .level_box .img img{
      width: 80%;
    }
    .box02 .level_detail h3{
      font-size: 1.8rem;
    }
    .box03 .text_box h3{
      font-size: 2.0rem;
    }
    .box03 .flex .glass01 .ttl{
      font-size: 1.6rem;
    }

  }