html,body {
  margin: 0;
  padding: 0;
  width: 1200px;
}
h1,p{
  margin: 0;
  padding: 0;
}
.all{
  width: 1200px;
  margin: 0 auto 50px;

}
h1{
  color: var(--text-Body, #333);
  font-family: Meiryo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 2px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  }
  .box{
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    display: flex;
    align-items: start;
  }
  .box-tit{
    width: 244px;
    display: flex;
    align-items: center;
  }
  .box-tit .tit{
    flex: 1;
    margin-left: 6px;
    color: #333;
    font-family: Meiryo;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 25.5px */
    letter-spacing: 0.75px;
  }
  .imgStyle{
    display: flex;
  }
.sonStyle{
  /* background: url('../images/MAKERZ_Logo_wh.svg') lightgray 50% / cover no-repeat; */
background-color: #333;
display: flex;
align-items: center;
justify-content: center;
}
  .box-con{
    
  }
  .box-con img{
    width: 180px;
    height: 50px;
    margin-left: 50px;
  }
  .box-con img:first-child{
    margin-left: 0;
  }

  .box-con p{
    color: #333;
    font-family: Meiryo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 25.5px */
    letter-spacing: 0.75px;
  }
  .box-con button{
    border-radius: 100px;
    border: 1px solid #424449;
    background: #FFF;
    padding: 5px 15px;
  }
  .flexStyle{
    width: 550px;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flexStyle button{
    width: 91px;
    border-radius: 100px;
    border: 1px solid #424449;
    background: #FFF;
    padding: 5px 15px;
    display: flex;
  }
  .flexStyle button span{
    display: inline-block;
    margin-right: 20px;
  }

  .boxStyle{
    width: 550px;
  }
  .blueP{
    color: #2444A5 !important;
    text-decoration: none;
    /* cursor: pointer; */
  }
  .pathBtn{
    border-radius: 100px;
    cursor: pointer; 
    border: 1px solid #424449; 
    height: 30px;width: 91px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-decoration: none;
  }