main p{
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #333;
}
main h2{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #a58734;
    font-weight: bold;
}
main h3{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #a58734;
    font-weight: bold;
}
.header_rigth img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.co-sec{
    max-width: 100%;
    margin:0 auto;
    padding: 80px 0px;
}
.co-sec1{
    max-width: 1200px !important;
    margin:0 auto;
    padding: 80px 40px !important;
}
.co-sec2{
    background-color: #222;
    padding: 100px 0 50px 0;
}
.co-sec2huyo{
    padding: 50px 0 100px 0;
}
.section1{
    background-color: rgb(142, 18, 18) !important;
    padding: 80px 40px !important;
}
.section1-unity{
    position: relative;
}
.section1 h2, .section1 p{
    color: #fff;
}
.section1 h2{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.section1 p{
    font-size: 1.2rem;
}
.denwa{
    color: rgb(142, 18, 18) !important;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 3px 3px #5f1717;
    position: absolute;
    right: 0;
    bottom: -4rem;
    text-decoration: none;
}
.box1{
    padding: 0 70px;
}
.bo{
    margin-bottom: 3rem;
}
.gazoboxes{
    padding: 0 70px;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.gazoboxes img{
    margin: 0 30px;
    width: 30%;
}
.mae{
    position: absolute;
    top:50%;
    left:-70px;
    transform: translateY(-50%) translateX(0%);
    font-size: 4rem;
    color: #e6e6e6;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 148%;
    letter-spacing: 0.1em;
}
.huyo{
    position: relative;
}
.ato{
    position: absolute;
    bottom:50%;
    right:-70px;
    transform: translateY(-50%) translateX(0%);
    font-size: 4rem;
    color: #b3974a;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 178%;
    letter-spacing: 0.1em;
}
.atohuyo{
    position: absolute;
    top:50%;
    right:-70px;
    transform: translateY(-50%) translateX(0%);
    font-size: 4rem;
    color: #b3974a;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 178%;
    letter-spacing: 0.1em;
}
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .row {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  
  .row.header {
    font-weight: bold;
  }
  
  .cell {
    padding: 10px;
  }
  
  .cell:first-child {
    flex: 2;
    font-weight: bold;
    background-color: #8f1c1c;
    color: #fff;
    text-align: center;
  }
  
  .cell:nth-child(2) {
    flex: 8; /* 右側のセルの幅を全体の7に設定 */
    background-color: #e3e3e3;
    text-align: center;
  }
  .btn-box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .btn-box a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 30px;
    background-color: #a58734;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .co-sec4{
    padding-top: 0 !important;
    margin-top: 0;
  }
  .btn2{
    background-color: #8F1C1C !important;
  }
  .btn-box a img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
@media screen and (max-width:599px) {
    .co-sec1{
        padding: 80px 20px !important;
    }
}