body {
  font-family: "Noto Sans JP", sans-serif;
}
header {
      width: 1200px;                         /* 任意の幅にする*/
    margin: 0 auto;                        /* 中央に置く*/
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;                /* 文字間隔を広げる*/
    text-align: center;   
    margin-top: 30px;              /*テキストの中央寄せ」*/
    }
.section1 .container {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
}
.section1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .col {
    width: 50%;
    margin-top: 50px;
    margin-left: 50px;
}
.section1 img {
    width: 80%;
    border-radius: 20px;
}
.section1 .container .col table {
    width: 100%;
 
}
.section1 table tr {
    font-size: 20px;
    padding: 20px 0;
    display: block;
    border-bottom: solid 2px ;

}
.section1 table tr th {
    width: 150px;
}
.section2 nav {
    margin: 0 auto;
    width: 1200px;
   display: flex;
}
.section2 nav  ul{
    display: flex;
    width: 900px;
    margin: 0 auto;
    gap: 100px
   } 
 .section2 ul a {
    text-align: center;
    font-size: 24px;
    padding: 30px;
    display: inline-block;
 }   
 .section2 nav p {
    font-size: 24px;
    padding: 30px;
    display: inline-block;

 }
 .section3 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:50px ;
 }
 .section3 p {
    font-size: 32px;
    font-weight: 700;
    padding: 20px 0;
 }
 footer {
    background-color: rgb(21, 81, 81);
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
 }