.flex{
  display: flex;
}


.main_section{
  overflow: hidden;
}
.leaf_img{
  width: 58rem;
  height: 45rem;
  object-fit: cover;
  position: absolute;
  transform: rotate(45deg) scale(0.8);
  object-position: 33% 50%;
  right: -19.5rem;
  top: -15rem;
}
.main_wrapper{
  width: 98rem;
  background-color: #FCF7E7;
  padding: 5rem 6.5rem;
  margin: 2rem 2.5rem 16rem;
  border-radius: 1rem;
  position: relative;
}
.maintitle_en{
  color: #83468B;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 4.5rem;
}
.maintitle_ja{
  font-size: 4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 4.5rem;
  margin-top: -1.3rem;
}
.main_frame{
  width: 85rem;
  margin-top: 3rem;
  padding: 5rem 0 5rem 4.4rem;
  background-color:#FFFFFF ;
  border-radius: 1rem;
}
.title_teikan{
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 17.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #D55167;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.title_regulation{
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 26.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #D55167;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.title_namelist{
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 28.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #D55167;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.title_calculation{
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 21.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #D55167;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.title_report{
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 23rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #D55167;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.pdf_wrapper{
  pointer-events: none; /* a の余白はクリックさせない */
  margin-bottom: 5rem;
}
.pdf_wrapper:last-child{
  margin-bottom: 0;
}
.pdf_wrapper .pdf_inner{
  align-items: center;
  pointer-events: auto; /* 中身だけクリック可能 */
}
.pdf_inner{
  width: 26rem;
}
.pdf_icon{
  width: 4rem;
  height: 5rem;
  object-fit: cover;
}
.pdf_title{
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3A3333;
  padding-left: 2.9rem;
  white-space: nowrap;
}

@media screen and (max-width:699.98px){
  
  .leaf_img{
    width: 41.2rem;
    height: 33.4rem;
    object-fit: cover;
    position: absolute;
    transform: rotate(45deg) scale(0.8);
    object-position: 33% 50%;
    right: -13rem;
    top: -10.7rem;
  }
  .main_wrapper{
    width: 33.5rem;
    padding: 10.6rem 1rem 5rem 1rem;
    margin: 2rem 2rem 16rem;
  }
  .maintitle_en{
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    padding-left: 0.2rem;
  }
  .maintitle_ja{
    font-size: 3rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    padding-left: 0rem;
    margin-top: -1rem;
  }
  .main_frame{
    width: 31.5rem;
    margin-top: 3rem;
    padding: 5rem 0 5rem 1.5rem;
    background-color:#FFFFFF ;
    border-radius: 1rem;
  }
  .pdf_wrapper{
    margin-bottom: 5rem;
  }
  .pdf_title{
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3A3333;
    padding-left: 3rem;
  }
  
}