@charset "UTF-8";

.boby-wrapper{
        margin: 30px 30px 30px 30px;
       
}


.font{
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        color: #00913A;
}

p{
        margin-top: 20px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 18px;
        line-height: 1.7;
       }


       .images{
        width: 100%;
        padding-top: 20px;
      }


      .text-wrapper{
        margin-top: 40px;
}




.hiduke{
text-align: right;
}


        th,td {
    border: solid 1px;              /* 枠線指定 */
    font-family: 'Courier New', Courier, monospace;
    padding: 10px;      /* 余白指定 */
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}





/*
DESKTOP SIZE
========================================================= */
@media (min-width: 600px){
 


        h2{
                font-family: 'Courier New', Courier, monospace;
                font-weight: bold;
                font-size: 20px;
                color: #00913A;
                margin-top: 40px;
                padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 3px dotted #b2d5de;
        }

        h3{
                font-family: 'Courier New', Courier, monospace;
                font-weight: bold;
                font-size: 18px;
                color: #00913A;
                margin-top: 40px;
                line-height: 1.7;
        }

        
        p{
         margin-top: 20px;
         font-family: 'Courier New', Courier, monospace;
         font-size: 18px;
         line-height: 1.7;
        }

        .images{
          width: 90%;
          padding-top: 40px;
        }

        .boby-wrapper{
                margin: 30px 30px 30px 30px;
        }

        .text-wrapper{
                margin-top: 40px;
        }

        th,td {
    border: solid 1px;              /* 枠線指定 */
    font-family: 'Courier New', Courier, monospace;
    padding: 10px;      /* 余白指定 */
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

        


  }
              
  

