@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

body, html {
  margin: 0px;
  width: 100%;
  padding: 0px;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  font-family: 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif; }

.clearFix {
  clear: both;
  float: none !important; }

.hide {
  display: none; }

.noScroll {
  overflow: hidden; }

.cage {
  margin: 0 auto;
  padding: 0 20px; }

.flex {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.flexC {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.animate {
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out; }

input, textarea, select {
  border: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  font-size: 0.85rem;
  padding: 15px 15px;
  letter-spacing: 1px;
  border-style: solid;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #cccccc;
  focus-outline: none;
  focus-outline-style: none;
  focus-outline-color: transparent; }

a {
  text-decoration: none; }

.checkbox {
  margin: 0 15px 25px 0;
  display: inline-block; }
  .checkbox [type="checkbox"]:not(:checked),
  .checkbox [type="checkbox"]:checked {
    left: -9999px;
    position: absolute; }
  .checkbox [type="checkbox"]:not(:checked) + label,
  .checkbox [type="checkbox"]:checked + label {
    color: #818181;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 0.8rem; }
  .checkbox [type="checkbox"]:not(:checked) + label:before,
  .checkbox [type="checkbox"]:checked + label:before {
    left: 0;
    top: 0;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    border: 1px solid #cccccc; }
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    left: 0;
    top: -2px;
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    content: url("../img/check.png"); }
  .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

body#covidLP {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5em; }
  body#covidLP .textJP {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #000000; }
  body#covidLP .ttlJP {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #000000; }
  body#covidLP .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  body#covidLP .flexC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body#covidLP a {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #000000; }
    body#covidLP a:hover {
      cursor: pointer;
      opacity: .6;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  body#covidLP .pc {
    display: block; }
  body#covidLP .tablet {
    display: none; }
  body#covidLP .sp {
    display: none; }
  body#covidLP #wrapper {
    position: relative; }
  body#covidLP h2.ttlBlock .ttl {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 6px;
    margin-bottom: 15px; }
  body#covidLP h2.ttlBlock .subttl {
    font-size: 15px;
    line-height: 20px; }
  body#covidLP a.btn {
    font-size: 18px; }
  body#covidLP .bg01 {
    background: url("../img/bg01.jpg") no-repeat center center/cover;
    padding-bottom: 20px; }
    body#covidLP .bg01 .header {
      margin: 0 auto;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 100;
      background: rgba(255, 255, 255, 0.7); }
      body#covidLP .bg01 .header ul.block_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 10px; }
        body#covidLP .bg01 .header ul.block_link li {
          background: url("../img/arrow02.png") no-repeat center left;
          padding-left: 20px;
          margin: 0 15px;
          background-size: auto 60%; }
      body#covidLP .bg01 .header #gnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto; }
        body#covidLP .bg01 .header #gnav .block_logo {
          padding-top: 15px; }
        body#covidLP .bg01 .header #gnav ul {
          padding: 15px 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 80%; }
          body#covidLP .bg01 .header #gnav ul li {
            margin: 0 5px; }
            body#covidLP .bg01 .header #gnav ul li a {
              text-align: center;
              line-height: 1em;
              font-weight: bold; }
              body#covidLP .bg01 .header #gnav ul li a span {
                color: #1b90de;
                font-size: 10px;
                text-align: center;
                line-height: 1em;
                font-weight: bold; }
            body#covidLP .bg01 .header #gnav ul li .menu .menu_inner {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              width: 100%;
              padding: 1em 0; }
              body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li {
                position: relative;
                display: inline-block;
                margin: 0 .5em;
                text-align: center; }
                body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li dl {
                  text-align: center; }
                  body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li dl dt {
                    width: auto;
                    height: 55px;
                    margin-bottom: 5px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center; }
                    body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li dl dt img {
                      height: 55px; }
                  body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li dl dd {
                    color: #ffffff;
                    font-weight: bold;
                    font-size: 90%;
                    line-height: 1.2em;
                    padding-top: 5px; }
                    body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li dl dd.single {
                      padding: 15px 0 5px 0; }
                body#covidLP .bg01 .header #gnav ul li .menu .menu_inner li a {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  color: #ffffff;
                  text-align: center; }
      body#covidLP .bg01 .header #gnav > ul > li {
        display: table-cell; }
      body#covidLP .bg01 .header #gnav > ul .menu {
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute;
        background-color: #19192b;
        z-index: 1000;
        margin-top: 10px; }
      body#covidLP .bg01 .header #gnav > ul > li:hover .menu {
        max-height: 9999px;
        opacity: 1; }
    body#covidLP .bg01 .hambarger {
      display: none; }
    body#covidLP .bg01 .main {
      height: 525px;
      position: relative;
      padding-top: 125px; }
      body#covidLP .bg01 .main .main_img {
        width: 100%;
        max-width: 1200px;
        height: 370px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url("../img/kv.jpg") no-repeat center center/cover; }
        body#covidLP .bg01 .main .main_img h1 {
          width: 100%;
          display: block;
          padding: 20px 0;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 30px;
          letter-spacing: 4px; }
          body#covidLP .bg01 .main .main_img h1 span {
            font-size: 1rem;
            padding-top: 20px;
            display: inline-block; }
  body#covidLP section#main {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0 150px; }
    body#covidLP section#main .mainIndex {
      margin-bottom: 40px; }
      body#covidLP section#main .mainIndex .box {
        padding-bottom: 60px; }
        body#covidLP section#main .mainIndex .box ul li.num {
          color: #0e7c3d;
          padding-right: 10px; }
    body#covidLP section#main .linear {
      height: 1px;
      width: 100%;
      background-color: #0e7c3d; }
    body#covidLP section#main .counterplanCotents {
      position: relative;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      body#covidLP section#main .counterplanCotents #tabArea {
        width: 280px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        padding-top: 100px; }
        body#covidLP section#main .counterplanCotents #tabArea ul li {
          background-color: rgba(0, 0, 0, 0.1);
          margin-bottom: 12px;
          padding: 5px 0 5px 12px; }
          body#covidLP section#main .counterplanCotents #tabArea ul li a {
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s;
            color: #000000;
            display: inline-block;
            width: 100%; }
          body#covidLP section#main .counterplanCotents #tabArea ul li.active {
            background-color: #0e7c3d;
            position: relative;
            vertical-align: middle;
            text-decoration: none; }
            body#covidLP section#main .counterplanCotents #tabArea ul li.active a {
              color: #ffffff;
              -webkit-transition: 0s;
              -o-transition: 0s;
              transition: 0s; }
            body#covidLP section#main .counterplanCotents #tabArea ul li.active:after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: -20px;
              margin: auto;
              content: "";
              vertical-align: middle;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: 10px;
              height: 10px;
              border: 10px solid transparent;
              border-left: 13px solid #0e7c3d; }
      body#covidLP section#main .counterplanCotents .linear {
        width: calc(98% - 303px);
        margin-left: auto; }
      body#covidLP section#main .counterplanCotents .contentsArea {
        width: calc(98% - 303px);
        margin-left: auto;
        padding: 200px 0 100px;
        margin-top: -100px; }
        body#covidLP section#main .counterplanCotents .contentsArea h2 {
          font-size: 25px;
          line-height: 50px;
          color: #0e7c3d;
          margin-bottom: 40px; }
        body#covidLP section#main .counterplanCotents .contentsArea .box {
          margin-bottom: 25px; }
          body#covidLP section#main .counterplanCotents .contentsArea .box.points {
            border: 3px solid #0e7c3d;
            padding: 20px; }
          body#covidLP section#main .counterplanCotents .contentsArea .box h3 {
            font-size: 20px;
            line-height: 27px;
            color: #0e7c3d; }
          body#covidLP section#main .counterplanCotents .contentsArea .box p span {
            color: #0e7c3d; }
          body#covidLP section#main .counterplanCotents .contentsArea .box p a {
            color: #0e7c3d;
            text-decoration: underline; }
            body#covidLP section#main .counterplanCotents .contentsArea .box p a.btn {
              background-color: #0e7c3d;
              color: #ffffff;
              padding: 10px 50px 10px 30px;
              margin-top: 20px;
              text-decoration: none;
              position: relative; }
              body#covidLP section#main .counterplanCotents .contentsArea .box p a.btn:after {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
                content: "";
                vertical-align: middle;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 5px;
                height: 5px;
                border: 5px solid transparent;
                border-left: 8px solid #ffffff; }
          body#covidLP section#main .counterplanCotents .contentsArea .box ul li.num {
            padding-right: 10px; }
          body#covidLP section#main .counterplanCotents .contentsArea .box ul li.color {
            color: #0e7c3d; }
          body#covidLP section#main .counterplanCotents .contentsArea .box ul li a {
            color: #0e7c3d;
            text-decoration: underline; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .subBox {
            padding-left: 30px; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul:nth-child(1) {
            width: 200px; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul:nth-child(2) {
            width: calc(100% - 200px); }
          body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul li a {
            color: #0e7c3d;
            text-decoration: underline; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .youtube {
            position: relative;
            width: 100%;
            padding-top: 56%; }
            body#covidLP section#main .counterplanCotents .contentsArea .box .youtube iframe {
              position: absolute;
              top: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .appArea a {
            height: 4rem; }
            body#covidLP section#main .counterplanCotents .contentsArea .box .appArea a img {
              height: 100%; }
            body#covidLP section#main .counterplanCotents .contentsArea .box .appArea a:nth-child(2) {
              margin-left: 20px; }
  body#covidLP footer .area_foot {
    background: #97bbdb;
    padding: 30px 0; }
    body#covidLP footer .area_foot ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      body#covidLP footer .area_foot ul.sns li {
        margin: 0 5px; }
      body#covidLP footer .area_foot ul.link li {
        border-left: 1px solid #555;
        padding: 0 20px;
        margin: 10px 0; }
        body#covidLP footer .area_foot ul.link li:first-child {
          border-left: none; }
      body#covidLP footer .area_foot ul.img li {
        margin: 0 5px; }
    body#covidLP footer .area_foot .address,
    body#covidLP footer .area_foot .copyright {
      text-align: center;
      padding: 10px 0;
      font-size: 1rem;
      color: #ffffff; }
  body#covidLP footer #pagetop {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 99; }

@media only screen and (max-width: 1025px) {
  body#covidLP .pc {
    display: none; }
  body#covidLP .sp {
    display: none; } }

@media only screen and (max-width: 770px) {
  body#covidLP .pc {
    display: none; }
  body#covidLP .sp {
    display: block; }
  body#covidLP .textJP {
    font-size: 15px; }
  body#covidLP .ttlJP {
    font-size: 15px; }
  body#covidLP .bg01 .header {
    display: none; }
  body#covidLP .bg01 .hambarger {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 60px;
    position: fixed;
    z-index: 100; }
    body#covidLP .bg01 .hambarger .img_logo {
      padding: 13px; }
    body#covidLP .bg01 .hambarger .nav_btn .navToggle {
      display: block;
      position: fixed;
      right: 13px;
      top: 2px;
      width: 42px;
      height: 51px;
      cursor: pointer;
      z-index: 101;
      text-align: center; }
      body#covidLP .bg01 .hambarger .nav_btn .navToggle span {
        display: block;
        position: absolute;
        width: 35px;
        border-bottom: solid 3px #574D48;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px; }
        body#covidLP .bg01 .hambarger .nav_btn .navToggle span:nth-child(1) {
          top: 8px; }
        body#covidLP .bg01 .hambarger .nav_btn .navToggle span:nth-child(2) {
          top: 18px; }
        body#covidLP .bg01 .hambarger .nav_btn .navToggle span:nth-child(3) {
          top: 28px; }
        body#covidLP .bg01 .hambarger .nav_btn .navToggle span:nth-child(4) {
          border: none;
          color: #574D48;
          font-size: 9px;
          font-weight: bold;
          top: 34px; }
        body#covidLP .bg01 .hambarger .nav_btn .navToggle span p {
          font-size: 12px; }
      body#covidLP .bg01 .hambarger .nav_btn .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      body#covidLP .bg01 .hambarger .nav_btn .navToggle.active span:nth-child(2), body#covidLP .bg01 .hambarger .nav_btn .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    body#covidLP .bg01 .hambarger .globalMenuSp {
      position: fixed;
      z-index: 2;
      top: 60px;
      left: 0;
      text-align: center;
      -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      transform: translateY(-150%);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      width: 100%;
      color: #ffffff; }
      body#covidLP .bg01 .hambarger .globalMenuSp ul {
        background: rgba(0, 0, 0, 0.8);
        margin: 0 auto;
        padding: 0;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        height: 140vw; }
        body#covidLP .bg01 .hambarger .globalMenuSp ul li {
          font-size: 1.1em;
          font-weight: bold;
          color: #ffffff;
          list-style-type: none;
          padding: 10px 0;
          width: 100%;
          border-bottom: 1px dotted #ccc; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li a {
            display: block;
            color: #ffffff; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li label {
            display: block;
            margin: 0;
            background: url("../img/arrow03.png") no-repeat center right 15px;
            color: #ffffff; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li input[type='checkbox'].on-off {
            display: none; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li input[type='checkbox'].on-off + ul {
            height: 0;
            overflow: hidden; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li input[type='checkbox'].on-off:checked + ul {
            height: auto;
            padding: 10px 0; }
          body#covidLP .bg01 .hambarger .globalMenuSp ul li .accordion {
            border-bottom: none; }
            body#covidLP .bg01 .hambarger .globalMenuSp ul li .accordion li {
              padding: 3px;
              border-bottom: none;
              font-size: 0.9rem; }
      body#covidLP .bg01 .hambarger .globalMenuSp.active {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
  body#covidLP section#main .counterplanCotents #tabArea {
    width: 100%;
    background-color: #ffffff;
    z-index: 50;
    top: 0;
    padding-top: 70px; }
    body#covidLP section#main .counterplanCotents #tabArea ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body#covidLP section#main .counterplanCotents #tabArea ul li {
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
        border: 1px solid rgba(0, 0, 0, 0.2); }
        body#covidLP section#main .counterplanCotents #tabArea ul li.active {
          border: none; }
          body#covidLP section#main .counterplanCotents #tabArea ul li.active:after {
            top: auto;
            left: 0;
            right: 0;
            bottom: -20px;
            border-left: 10px solid transparent;
            border-top: 13px solid #0e7c3d; }
  body#covidLP section#main .counterplanCotents .linear,
  body#covidLP section#main .counterplanCotents .contentsArea {
    width: 100%; } }

@media only screen and (max-width: 415px) {
  body#covidLP .textJP {
    font-size: 14px; }
  body#covidLP .ttlJP {
    font-size: 14px; }
  body#covidLP .bg01 .main {
    height: 280px;
    padding-top: 0; }
    body#covidLP .bg01 .main .main_img {
      bottom: 0;
      height: 200px; }
      body#covidLP .bg01 .main .main_img h1 {
        width: 95%;
        line-height: 40px; }
        body#covidLP .bg01 .main .main_img h1 span {
          padding-top: 0; }
  body#covidLP section#main {
    padding: 50px 0 100px; }
    body#covidLP section#main .counterplanCotents #tabArea ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body#covidLP section#main .counterplanCotents #tabArea ul li {
        width: 50%;
        margin-bottom: 0; }
        body#covidLP section#main .counterplanCotents #tabArea ul li:nth-child(3), body#covidLP section#main .counterplanCotents #tabArea ul li:nth-child(4), body#covidLP section#main .counterplanCotents #tabArea ul li:nth-child(5) {
          width: 33.333%;
          margin-bottom: 12px; }
        body#covidLP section#main .counterplanCotents #tabArea ul li.active:after {
          content: none; }
    body#covidLP section#main .counterplanCotents .contentsArea {
      padding: 300px 0 80px;
      margin-top: -220px; }
      body#covidLP section#main .counterplanCotents .contentsArea h2 {
        line-height: 35px; }
      body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul {
          width: 100%; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul:nth-child(1) li:nth-child(2) {
            padding-top: 2rem; }
          body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul:nth-child(2) {
            width: 100%;
            position: absolute;
            top: 1.5rem; }
            body#covidLP section#main .counterplanCotents .contentsArea .box .flexBox ul:nth-child(2) li:nth-child(2) {
              padding-top: 2rem; }
      body#covidLP section#main .counterplanCotents .contentsArea .box .appArea a {
        height: 3rem; }
        body#covidLP section#main .counterplanCotents .contentsArea .box .appArea a:nth-child(2) {
          margin-left: 10px; }
  body#covidLP footer .area_foot ul.link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto;
    width: 70%; }
    body#covidLP footer .area_foot ul.link li {
      width: 100%;
      margin: 0;
      padding: 5px 0;
      text-align: center;
      border-left: none;
      border-top: 1px dashed #ffffff; }
      body#covidLP footer .area_foot ul.link li:first-child {
        border-top: none; }
  body#covidLP footer .area_foot ul.img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body#covidLP footer .area_foot .copyright {
    width: 90%;
    margin: 0 auto; }
  body#covidLP footer #pagetop {
    right: 15px; } }
 
 /* 準備中 */   
.junbi {
  background: #ccc;
  text-align: center;
  font-weight: bold;
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 150%;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  border-radius: 5px;
}