body{
    color:#454545;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.main_visual {
    background-image: url(https://bao-babjapan.net/images/fv_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.main_visual_inner {
    background-color: rgba(0,0,0,0.3);
    display: grid;
    place-items: center;
    height: 100vh;
}
.main_visual_logo{
    width: 350px;
    animation-name: fadeInAnime;
    animation-fill-mode:backwards;
    animation-duration:3s;
    animation-timing-function:ease;
    animation-delay: 0.5s;
    animation-direction:normal;
}
@keyframes fadeInAnime{
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
section {
    margin: 150px 0;
}
h2 {
    color: #005900;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}
h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
p {
    font-size: 20px;
    text-align: center;
    line-height: 2.1;
}

table {
    margin: 0 auto;
    font-size: 17px;
}
tr {
    border-bottom: 1px solid #005900;
}
th {
    text-align-last: justify;
}
th,td{
    padding: 30px 20px;
}
figure {
    width: 300px;
    margin: 0 auto;
}
footer {
    text-align: center;
    background: #005900;
    color: #ffffff;
    padding: 30px 0;
    font-size: 15px;
}


@media screen and (max-width: 750px) {
    .main_visual_logo {
        width: 210px;
    }
    h3 {
        font-size: 23px;
    }
    p {
        font-size: 14px;
    }
    section {
        padding: 0 10px;
        margin: 100px 0;
    }
    table {
        font-size: 14px;
    }
    tr {
        display: block;
        margin-bottom: 30px;
    }
    th {
        font-weight: 900;
    }
    th, td {
        padding: 5px;
        display: block;
        text-align-last: left;
    }
}

:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}