@charset "utf-8";

/* 00.USUAL
--------------------------------------------------- */
article#covid19 {
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-size: 131%;
}
article#covid19 img {
	max-width: 100%;
	height: auto;
}
article#covid19 .inner {
    margin: 0 auto;
    width: 800px;
}

/* 01.MV
--------------------------------------------------- */
section#mv {
    background-color: #a0c922;
    padding: 3% 0 3%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
section#mv h1 img {
    width: 65%;
    margin: 0;
    padding: 0;
}
section#mv div.clean {
    position: absolute;
    left: -3.5%;
    bottom: -7%;
    width: 20%;
}

/* 02.LEAD
--------------------------------------------------- */
section#lead {
    padding: 3em 1em;
}
section#lead p {
    margin: 0;
}

section#lead div.movieWrap {
    position: relative;
    margin-top: 2em;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
section#lead div.movieWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#lead div.movieWrap_mov {
    overflow: hidden;
}
section#lead div.movieWrap_mov video {
    max-width: 100%;
}
/* 03.EFFORT
--------------------------------------------------- */
section#effort {
    background-color: #a8ce37;
    color: #fff;
    padding: 3em 0;
}
section#effort a {
    color: #007f41;
    text-decoration: underline;
    font-weight: bold;
}
section#effort ol {
    list-style: none;
    margin-bottom: 2em;
    padding: 0;
}
section#effort ol li {
    display: flex;
    justify-content: space-between;
    background: url("/pr/information/img/dottedline.png") repeat-x bottom left / auto 5px;
    padding: 2em 0;
}
section#effort ol li figure {
    width: 20%;
}
section#effort ol li dl {
    width: 75%;
    margin: 0;
}
section#effort ol li dl dt {
    font-size: 150%;
    margin-bottom: 0.5em;
}
section#effort ol li dl dd {
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 991px) {
    article#covid19 .inner { width:90%; }
    section#mv h1 img { width:75%; }
    section#mv div.clean { left:-4%; bottom:-6.5%; width:22%; }
@media screen and (max-width: 959px) {
    section#effort { padding-top:1em; }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:559px) {
    section#mv { padding:8% 0 7%; }
    section#mv h1 img { width:85%; }
    section#mv div.clean { width:25%; }
    section#lead { padding:2em 1em; }
    section#lead p { margin-bottom:0.8em; }
    section#effort ol li { display:block; }
    section#effort ol li figure,
    section#effort ol li dl { width:auto; }
    section#effort ol li figure { text-align:center; margin-bottom:1em; }
    section#effort ol li figure img { width:35%; }
    section#effort ol li dl { padding:0 1em; }
    section#effort ol li dl dt { text-indent:-1.7em; padding-left:1.7em; font-size:6vw; }
    section#effort p { padding:0 1em; }
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}



