:root {
    --withcorona-blue: #2E8CCD;
    --withcorona-paleblue: #C9E9F1;
}

#withcorona h1,
#withcorona h2,
#withcorona h3,
#withcorona h4 {
    color: var(--withcorona-blue);
}

#withcorona h3 {
    font-size: 1.9rem;
    line-height: 120%;
}

#withcorona h4 {
    font-size: 1.5rem;
    margin: 72px 0 0;
    line-height: 120%;
}

#withcorona .withcorona_title {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}

#withcorona .withcorona_title h1 {
    width: 76%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 2.3rem;
    text-align: center;
    line-height: 120%;
    border-top: 1px solid var(--withcorona-blue);
    border-bottom: 1px solid var(--withcorona-blue);
    order: 2;
}

#withcorona .withcorona_title img {
    width: 300px;
    display: block;
    margin: 0 auto;
    order: 1;
}

#withcorona h2 {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
}

#withcorona h2 span {
    font-size: 2.2rem;
}

.widthcorona__center {
    text-align: center;
}

.withcorona_title2 {
    margin-top: 80px
}

#withcorona .seven-changies h4:first-of-type {
    margin-top: 32px;
}

.withcorona_title2 h3 {
    background: linear-gradient(transparent 60%, var(--withcorona-paleblue) 0%);
    display: inline;
    padding: 5px 2px 1px;
    color: var(--withcorona-blue);
    line-height: 130%;
}

#withcorona hr {
    border: none;
    border-top: dashed 2px var(--withcorona-paleblue);
    height: 1px;
    width: 500px;
    color: white;
    background: none;
    margin: 64px auto;
}

.withcorona_title3 {
    background: var(--withcorona-blue);
    color: white;
    text-align: center;
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
}

.withcorona_title3:after {
    content: "新型コロナウイルスを忘れない";
    background: #F15A40;
    position: absolute;
    width: 60%;
    padding: 3px;
    top: 10%;
    left: -10%;
    transform: rotate(-17deg);
}

#withcorona .withcorona_title3 h3 {
    color: white;
}

.seven-changies {
    margin: 0;
    counter-reset: number;
}

#withcorona .seven-changies h4::before {
    counter-increment: number;
    content: counter(number);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 2.5rem;
    font-weight: normal;
    position: absolute;
}

#withcorona .seven-changies h4 {
    font-size: 1.5rem;
    margin-top: 64px;
    position: relative;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#withcorona .seven-changies h4 img {
    margin-left: 10px;
    width: 30%;
}

#withcorona .seven-changies h4+p {
    margin-top: 1em;
}

#withcorona .pc-br {
    display: block;
}

#withcorona .photo {
    text-align: center;
}

#withcorona .photo img {
    margin: 0 auto;
    display: block;
}

body.white .site #withcorona .withcorona_title img {
    width: auto;
    height: 50px;

}

body.white .site #withcorona .withcorona_title h1 {
    width: 100%;
}

body.white .site #withcorona h2 {
    margin: 30px 0;
}

body.white .site #withcorona .pc-br {
    display: none;
}

body.white .site #withcorona .seven-changies h4 {
    padding-left: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 140px;
}

body.white .site #withcorona .seven-changies h4::before {
    top: 8px;
    transform: translateY(0);
}

body.white .site #withcorona .seven-changies h4 img {
    width: 250px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

body.white .site .withcorona_title3 {
    padding-top: 50px;
}

body.white .site .withcorona_title3:after {
    width: 70%;
    transform: rotate(0deg);
    left: 0;
    top: 15px;
}

body.white .site #withcorona .withcorona_title3 h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
}