@charset "UTF-8";
/*!
Theme Name: leacraft_renewal
Template: habakiri
*/
/* ここから下に書いていく */

.branch_top{
  width:100%;
  opacity:0.5;
}
.branch_title{
  display:flex;
  width:80%;
  color:#FF68C2;
  margin: 0 auto;
  justify-content:space-around;
}
.number{
  font-size:13vw;
  text-decoration: underline;
  color:#FF68C2;
  justify-content:space-between;
}
.branch_topic{
}
.branch_topic h1{
  font-size:6vw;
  margin:0 auto;
  text-align: center;
}
.branch_topic p{
  font-size:4vw;
  margin:0 auto;
  text-align: center;
}
.branch_content{
  width:80%;
  margin:0 auto;
  font-size:2.5vw;
  text-align: center;
}
.branch_flex{
  display:flex;
  justify-content:space-around;
}
.branch_flex p{
  font-size:2.5vw;
  width:30%;
  height:15vw;
  align-content: center;
  border-radius:20px;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right,#FFDC5B,#FF68C2) border-box;
  border:5px solid transparent;
}