@charset "utf-8";

body p{
    font-size: 18px;
    line-height: 2;
}

.bigflex{
    display: flex;
    position: relative;
    justify-content: space-around;
}

.bigflex img{
       width: 500px;
}

.text12 li{
    list-style: none;
    padding-left: 15px;
}

.text12{

    background-color: #e9fcfb;
    display: flex;
    flex-direction: column;
    width: 620px;
    height: 250px;
     font-size: 18px;
line-height: 2;
padding-top: 20px;
}

.text12 h2{
    text-align: center;
    text-decoration: underline dotted 2px #000;
    text-underline-offset: 10px;
}

.text2{
    background-color: #e9fcfb;
    position: absolute;
    right: 80px;
    top: 370px;
    width: 620px;
    padding: 15px;
}

.text3{
    background-color: #e9fcfb;
    position: absolute;
    bottom: 130px;
    right: 80px;
    width: 620px;
    padding: 15px;
}

.textbox4{
    background-color: #e9fcfb;
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 50px;
}

.textbox4 h2{
    margin-bottom: 10px;
    text-decoration: underline dotted 2px #000;
    text-underline-offset: 7px;
}

.last{
    background-color: #e9fcfb;
}

.txtbox2{
    background-color: #e9fcfb;
}

.lastme{
     padding-top: 10px;
    text-align: center;
    font-size: 30px;
    background-color: #e9fcfb;
    height: 70px;
    margin-top: 100px;
margin-bottom: 50px;
}

.text21{
    display: none;
}
.text31{
    display: none;
}
.textbox41{
    display: none;
}
.page{
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    background-color:#e9fcfb ;
    height: 70px;
    margin-bottom: 50px;
    
}
section:first-of-type h2:nth-of-type(2){
    display: none;
}

@media (max-width:500px){
    body p{
    font-size: 16px;
}

body h2{
    font-size: 20px;
}
    .page{
        font-size: 20px;
        height: 50px;
    }
    .text12,.text2,.text3{
        position: static;
        display: block;
        width: 100%;
    }
    td,th{
        font-size: 16px;
    }

    .text12{
        height: inherit;
        padding: 5px;
    }

    .text2,.text3{
        display: none;
    }


    .bigflex{
        display: block;
    }

    .text31,.text21{
        display: block;
        background-color:#e9fcfb ;
        margin-top: 30px;
        padding: 5px;
    }

    .textbox4{
        display: none;
    }
    .textbox41{
        display: block;
        background-color:#e9fcfb ;
        margin-top: 30px;
        padding: 5px;
    }
    .textbox41 h2{
        font-size: 20px;
        text-decoration: underline dotted 2px #000;
        text-underline-offset: 5px;
        margin-bottom: 10px;
        text-align: center;
    }
    .text12 h2{
        font-size: 20px;
        text-decoration: underline dotted 2px #000;
        text-underline-offset: 5px;
        margin-bottom: 10px;
        text-align: center;
    }
    .text21 h2{
        font-size: 20px;
        text-decoration: underline dotted 2px #000;
        text-underline-offset: 5px;
        margin-bottom: 10px;
        text-align: center;
    }
    .text31 h2{
        font-size: 20px;
        text-decoration: underline dotted 2px #000;
        text-underline-offset: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .txtbox2 h2{
        text-align: center;
    }
    .last{
        font-size: 20px;

        height: 50px;
    }

    .lastme{

        font-size: 20px;
        height: 50px;
    }
    section:first-of-type h2:nth-of-type(2){
        display: block;
    }
}