@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        color: red;
        display: block;
    }
}

/* 点滅 */
.blink {
    -webkit-animation: blink 10s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
    color: red;
    font-size: 0.8em;
}

/*==================================================*/
/*  Header  */

.headerdownstream {
    margin-top: 20px;
}

@media all and (max-width: 750px) {
    .headerdownstream {
        margin-top: 20px;
    }
}

/*==================================================*/
.ibarakimain {
    /* all : initial; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 1000px; */
    width: 100%;
}

.mainpippbody {
    display: inline-block;
    text-align: left;
    max-width: 1000px;
    width: 95%;
    margin-top: 50px;

}



.settingwidth {
    max-width: 900px;
}


.hhh1 {
    font-size: 2em;
    font-weight: 800;
    color: #003a70;
    text-align: center;
    margin-top: 50px;
}

.hhh2 {
    font-size: 1.6em;
    font-weight: 800;
    color: #008ad8;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #008ad8;
}

.hhh3 {
    font-size: 1em;
    font-weight: 800;
    color: black;
    text-align: left;
}




/* 
#hha1 {
    all : initial;
    font-size: 4em;
    color: #d0006f;
    font-weight: 800;
    margin-bottom: 20px;
} */

.mainpippbody pers {
    text-align: left;
    font-size: 5em;
    font-weight: bold;
    margin: 50px;
}

.mainpippbody .ulbox,
.mainpippbody .ulbox2 {
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainpippbody ul {
    all: initial;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
}

.mainpippbody .ulbox2 ul {
    all: initial;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
}

.mainpippbody .ulbox2 li {
    list-style-type: disc;
}


.box1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.box2 {
    padding: 10px;
}

.box3 {
    margin: 20px;
}


.pqr {
    font-size: 1em;
    /* color : red; */
    margin-bottom: 10px;
}

.pqs {
    font-size: 1em;
    /* color : red; */
    margin-bottom: 10px;
    text-align: right;
}