@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */

.sp {
  display: none;
}

/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.page-footer {
  min-width: 960px;
  padding-top: 70px;
  overflow: visible;
  zoom: 1;
  background-color: #fff;
}

.page-footer::before,
.page-footer::after {
  display: table;
  content: "";
}

.page-footer::after {
  clear: both;
}

.page-footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}

.page-footer .footer-nav a:hover {
  text-decoration: underline;
}

.page-footer .footer-lower {
  position: relative;
  padding: 30px 0 60px;
  overflow: visible;
  clear: both;
  font-size: 1em;
  background-color: #fff;
  border-top: #094 3px solid;
}

.page-footer .footer-lower .footer-logo {
  float: left;
  margin-top: 0;
}

.page-footer .footer-lower .footer-sub-nav {
  float: right;
  width: 620px;
  overflow: hidden;
  text-align: right;
}

.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
  margin-right: -10px;
}

.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
  display: inline-block;
  padding-right: 5px;
  margin: 0 5px 12px 0;
  font-size: 1.1em;
  line-height: 1;
  border-right: 1px solid #bcbcbc;
}

.page-footer .footer-lower .copyright {
  clear: both;
  font-size: 1.1em;
  color: #666;
  text-align: right;
}

.page-footer.theme-popup {
  padding: 16px 0;
  margin-top: 70px;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.page-footer.theme-popup .footer-logo {
  float: left;
  margin: 0 0 0 25px;
}

.page-footer.theme-popup .footer-logo:first-child {
  margin-top: 0;
}

.page-footer.theme-popup .copyright {
  float: right;
  margin: 0 25px 0 0;
  clear: none;
  font-size: 1.1em;
  color: #666;
  text-align: right;
}

#footerArea .pbNestedWrapper {
  overflow: visible;
}

.page-footer .pbNestedWrapper {
  overflow: visible;
}

.footer-totop {
  margin-top: 0 !important;
}

.footer-totop a {
  position: absolute;
  top: -84px;
  right: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 67px;
  padding: 66px 5px 20px;
  font-size: 1.2rem;
  line-height: 1.1667;
  color: #094 !important;
  text-align: center;
}

.footer-lower .inner,
.footer-nav-wrap .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* Page Copyright
   ========================================================================== */
.page-copyright {
  padding: 10px 0;
}

.page-copyright_inner {
  width: 960px;
  margin: 0 auto;
}

.page-copyright_inner > p {
  margin-top: 0 !important;
  font-size: 1.1rem;
  text-align: right;
}

.page-copyright_inner > p br {
  display: none;
}

/* PC to SP button
   ========================================================================== */
.stViewMode {
  padding: 60px 0 19px;
}

.stViewMode dt,
.stViewMode dd {
  display: none;
}

.stViewMode .stLast {
  display: block;
  width: 710px;
  margin: 0 auto;
}

.stViewMode .stLast > a {
  display: block;
  width: 710px;
  height: 130px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(../../common/sp-footer_btn_pc-page.png) no-repeat 0 0;
}

.win,
.mac {
  overflow-y: auto;
}

html.active {
  height: 100%;
  overflow: hidden !important;
}

body.active {
  overflow: hidden;
}

.wrapper {
  width: 870px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

area {
  border: none;
  outline: none;
}

/* common reset */
section {
  margin: 0;
}

.theme-single-column .pbAreaWrapper1 {
  width: auto;
}

/* nav */
.navMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

body.active .navMask {
  display: block;
}

.sidenav {
  position: fixed;
  top: 0;
  right: 0;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 600;
  height: 100%;
  pointer-events: none;
}

.sidenav__toggle {
  width: 80px;
  margin-top: 80px;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.sidenav__toggle:hover {
  opacity: 0.9;
}

.sidenav__toggle .close {
  display: none;
}

.sidenav__toggle.active .open {
  display: none;
}

.sidenav__toggle.active .close {
  display: block;
}

.sidenav__outer {
  width: 0;
  height: 100%;
  overflow-x: hidden;
  pointer-events: auto;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.sidenav__outer.active {
  width: 440px;
}

.sidenav__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 440px;
  min-height: 100vh;
  padding: 50px 30px;
  background: #fff;
}

.sidenav__list {
  height: 80vh;
  overflow-y: auto;
}

.sidenav__list li {
  margin-top: 30px;
}

.sidenav__list li .date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #009944;
  letter-spacing: 0.06em;
}

.sidenav__list li a {
  font-weight: 700;
  color: #009944;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.sidenav__list li a:hover {
  text-decoration: underline;
}

.sidenav__list li a .text {
  font-size: 1.6rem;
}

/* header */
.featureHead {
  padding: 15px 0 10px;
  border-bottom: #009944 4px solid;
}

.featureHead * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.featureHead .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

.featureHead .wrapper .anshin {
  width: 60px;
}

.featureHead .wrapper .logo {
  width: 210px;
  padding-top: 4px;
  margin-left: 15px;
}

/* breadcrumb */
.covid-19 .breadcrumb {
  width: 750px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.covid-19 .breadcrumb li {
  position: relative;
  font-size: 1.2rem;
  color: #666;
  white-space: nowrap;
}

.covid-19 .breadcrumb li:first-child {
  padding-left: 2em;
}

.covid-19 .breadcrumb li:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: url("/library/anshin/202012/images/home.png") left center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.covid-19 .breadcrumb li:not(:first-child) {
  padding-left: 12px;
  margin-left: 4px;
}

.covid-19 .breadcrumb li:not(:first-child)::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.covid-19 .breadcrumb li:last-child {
  white-space: normal;
}

.covid-19 .breadcrumb li a {
  color: #666;
}

/* main */
.covid-19 {
  color: #666;
  /* contents内の吹き出し付きコメント */
}

.covid-19 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.covid-19 .wrapper {
  width: 750px;
  padding: 0 35px;
  margin: 0 auto;
}

.covid-19 .headArea {
  width: 870px;
  padding: 12px 0 0 60px;
  margin: 40px auto 0;
  /* padding-topとmargin-topが52pxになるように調整 */
  background: url("/library/anshin/202012/images/illust_pc.png") right center no-repeat;
  background-size: contain;
}

.covid-19 .headArea h1 {
  width: 566px;
}

.covid-19 .headArea .img {
  display: none;
}

.covid-19 .headArea .text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.04em;
}

.covid-19 .contentsArea {
  padding: 35px 0 70px;
}

.covid-19 .contentsArea .title {
  position: relative;
  padding-left: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  letter-spacing: 0.06em;
}

.covid-19 .contentsArea .title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: #FFE300;
}

.covid-19 .contentsArea .text {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2;
}

.covid-19 .contentsArea .text p {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
}

.covid-19 .contentsArea .text p + p {
  margin-top: 1em;
}

.covid-19 .contentsArea .text + .title {
  margin-top: 65px;
}

.covid-19 .contentsArea .text a {
  color: #666;
  text-decoration: underline;
}

.covid-19 .contentsArea .text a:hover {
  text-decoration: none;
}

.covid-19 .contentsArea .movie {
  margin-top: 40px;
}

.covid-19 .contentsArea .movie + .title {
  margin-top: 50px;
}

.covid-19 .contentsArea .column {
  display: inline-block;
  padding: 30px;
  margin-top: 30px;
  background: #e8f6dc;
  border-radius: 10px;
}

.covid-19 .contentsArea .column p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.93;
  color: #009944;
}

.covid-19 .contentsArea .note {
  margin: 30px 0 0;
  font-size: 1.4rem;
  color: #666;
}

.covid-19 .contentsArea .note a {
  color: #666;
  text-decoration: underline;
}

.covid-19 .contentsArea .note a:hover {
  text-decoration: none;
}

.covid-19 .contents {
  padding: 100px 0;
  background: #EFEEE8;
}

.covid-19 .contents .contentsTitle {
  text-align: center;
}

.covid-19 .contents .contentsTitle .eng {
  width: 313px;
  margin: 0 auto 20px;
}

.covid-19 .contents .contentsTitle .jpn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  letter-spacing: 0.06em;
}

.covid-19 .contents .contentsTitle.article {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
  letter-spacing: 0.06em;
}

.covid-19 .contents .contentsTitle2 {
  margin-top: 50px;
  text-align: center;
}

.covid-19 .contents .contentsTitle2 span {
  display: inline-block;
  padding: 2px 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #009944;
  letter-spacing: 0.06em;
  background: #fff;
  border-radius: 100px;
}

.covid-19 .balloon {
  width: 870px;
  padding-top: 25px;
  margin: 0 auto;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.covid-19 .balloon__item {
  position: relative;
  width: 280px;
  padding: 25px 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.64;
  color: #009944;
  text-align: center;
  letter-spacing: 0.1em;
  border: 2px solid;
  border-radius: 10px;
}

.covid-19 .balloon__item::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #009944 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.covid-19 .balloon__item::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #EFEEE8 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.covid-19 .linkList {
  width: 870px;
  margin: 0 auto;
}

.covid-19 .linkList li {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.covid-19 .linkList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #666;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.covid-19 .linkList li a:hover {
  opacity: 0.6;
}

.covid-19 .linkList li a .img {
  width: 36%;
}

.covid-19 .linkList li a .img img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.covid-19 .linkList li a .textArea {
  width: 64%;
  padding: 20px 10px 10px 30px;
  background: #fff;
}

.covid-19 .linkList li a .textArea .title {
  padding-right: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  letter-spacing: 0.06em;
}

.covid-19 .linkList li a .textArea .text {
  padding-right: 20px;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
}

.covid-19 .linkList li a .textArea .foot {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.covid-19 .linkList li a .textArea .foot .category {
  padding: 2px 6px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #009944;
  letter-spacing: 0.1em;
  border: 1px solid;
  border-radius: 3px;
}

.covid-19 .linkList li a .textArea .foot .link {
  position: relative;
  padding-right: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
}

.covid-19 .linkList li a .textArea .foot .link::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url("/library/anshin/202011/images/arrow_next.png") center center no-repeat;
  background-size: contain;
}

.covid-19 .personArea {
  width: 870px;
  margin: 25px auto;
}

.covid-19 .personArea__wrapper {
  background: #EFEEE8;
}

.covid-19 .personArea__wrapper .personArea {
  padding: 0 0 90px;
  margin: 0 auto;
}

.covid-19 .personArea__wrapper .person {
  background: #fff;
}

.covid-19 .personArea .title {
  text-align: center;
}

.covid-19 .personArea .title span {
  position: relative;
  padding: 0 5px 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  letter-spacing: 0.06em;
  background-image: url(/library/anshin/202011/images/brackets_l.png), url(/library/anshin/202011/images/brackets_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: contain, contain;
}

.covid-19 .person {
  width: 278px;
  padding: 20px 25px;
  margin-top: 25px;
  background: #faf8f2;
  border-radius: 10px;
}

.covid-19 .person:not(:first-child) {
  margin-left: 18px;
}

.covid-19 .person__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.covid-19 .person .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.covid-19 .person .head .img {
  width: 60px;
  margin-right: 15px;
}

.covid-19 .person .head .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
}

.covid-19 .person .text {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2;
  color: #666;
}

.covid-19 .person__speechBubble {
  width: 278px;
  margin-top: 28px;
}

.covid-19 .person__speechBubble:not(:first-child) {
  margin-left: 18px;
}

.covid-19 .person__speechBubble--outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.covid-19 .person__speechBubble .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.covid-19 .person__speechBubble .head .img {
  width: 70px;
}

.covid-19 .person__speechBubble .head .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
}

.covid-19 .person__speechBubble .text {
  position: relative;
  display: inline-block;
  padding: 25px 20px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2;
  color: #666;
  background: #faf8f2;
  border-radius: 10px;
}

.covid-19 .person__speechBubble .text::after {
  position: absolute;
  top: 98%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12.5px;
  content: "";
  border: solid transparent;
  border-color: #faf8f2 transparent transparent transparent;
  border-width: 22px 12.5px 0 12.5px;
}

.covid-19 .commonArea {
  padding: 90px 0;
}

.covid-19 .commonArea .wrapper {
  width: 870px;
  padding: 0;
}

.covid-19 .commonArea__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
  letter-spacing: 0.06em;
}

.covid-19 .commonArea__title2 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
  letter-spacing: 0.06em;
}

.covid-19 .commonArea .lead {
  margin-top: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.covid-19 .commonArea .img,
.covid-19 .commonArea .img--sp {
  margin-top: 40px;
}

.covid-19 .commonArea .img img,
.covid-19 .commonArea .img--sp img {
  height: auto;
}

.covid-19 .commonArea .img {
  margin-top: 40px;
}

.covid-19 .commonArea .img--sp {
  display: none;
}

.covid-19 .commonArea__list {
  margin-top: 30px;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.covid-19 .commonArea__list li {
  width: 278px;
  background: #e8f6dc;
  border-radius: 10px;
}

.covid-19 .commonArea__list li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px 20px 65px;
  padding-bottom: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.covid-19 .commonArea__list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.covid-19 .commonArea__list li a .icon {
  width: 22.3%;
  margin: 0 auto;
}

.covid-19 .commonArea__list li a .title {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
  letter-spacing: 0.06em;
}

.covid-19 .commonArea__list li a .title2 {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
  letter-spacing: 0.06em;
}

.covid-19 .commonArea__list li a .price,
.covid-19 .commonArea__list li a .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.06em;
}

.covid-19 .commonArea__list li a .price {
  margin-top: 5px;
  text-align: center;
}

.covid-19 .commonArea__list li a .link {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding-right: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.1em;
}

.covid-19 .commonArea__list li a .link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url("/library/anshin/202011/images/common_arrow.png") center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.covid-19 .commonArea .btn {
  width: 240px;
  margin: 60px auto 0;
}

.covid-19 .commonArea .btn a {
  display: block;
  width: 100%;
  height: 66px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  background: #009944 url("/library/anshin/202011/images/images/arrow.png") right 20px center no-repeat;
  background-size: 9px auto;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.covid-19 .commonArea .btn a:hover {
  opacity: 0.8;
}

.movie {
  width: 750px;
  margin: 20px auto 0;
}

.articleArea {
  padding: 10px 0 90px;
  font-size: 1.4rem;
  line-height: 2.2;
}

.articleArea p {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #666;
}

.articleArea p:first-child {
  margin-top: 20px;
}

.articleArea .title,
.articleArea h2 {
  position: relative;
  padding-left: 25px;
  margin: 40px 0 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  letter-spacing: 0.06em;
}

.articleArea .title::before,
.articleArea h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: #FFE300;
}

.articleArea .date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.articleArea .textArea img {
  display: block;
  width: 550px;
  margin: 40px auto;
}

.articleArea .textArea .figure {
  display: block;
  width: 400px;
  margin: 40px auto;
}

.articleArea .textArea .pointlist {
  padding: 30px 38px 16px;
  margin: 40px auto;
  border: 2px solid #009944;
  border-radius: 18px;
}

.articleArea .textArea .pointlist .pointlist__title {
  margin-bottom: 28px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #009944;
  text-align: center;
}

.articleArea .textArea .pointlist .pointlist--type li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #666;
}

.articleArea .textArea .pointlist .pointlist--type li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  color: #009944;
  content: "●";
}

.articleArea .textArea .pointlist .atttext {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.articleArea .profile {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 70px;
}

.articleArea .profile .img {
  width: 17.6%;
}

.articleArea .profile .textArea {
  width: 79.4%;
  font-size: 1.2rem;
}

.articleArea .profile .title {
  width: 100px;
  padding-left: 0;
  margin: 0;
}

.articleArea .profile .title::before {
  display: none;
}

.articleArea .profile .title img {
  margin: 0;
}

.articleArea .profile p {
  margin-top: 10px;
  line-height: 1.9;
}

@media only screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .footer-lower .inner,
  .footer-nav-wrap .inner {
    width: 100%;
  }
  .stViewMode .stLast {
    width: 100%;
  }
  .stViewMode .stLast > a {
    width: 100%;
    height: calc(100vw / 710 * 130);
    background-size: contain;
  }
  body {
    min-width: 0;
  }
  .wrapper {
    width: 100%;
  }
  .sidenav__toggle {
    width: 15vw;
    margin-top: 0;
  }
  .sidenav__outer.active {
    width: 72.8vw;
  }
  .sidenav__inner {
    width: 72.8vw;
    padding: 0 7% 7%;
  }
  .sidenav__list li {
    margin-top: 10%;
  }
  .sidenav__list li .date {
    font-size: 1rem;
  }
  .sidenav__list li a .text {
    font-size: 1.2rem;
  }
  .featureHead {
    border: none;
  }
  .featureHead .wrapper {
    padding: 0 2.6%;
  }
  .featureHead .wrapper .anshin {
    width: 10%;
  }
  .featureHead .wrapper .logo {
    width: 36%;
    margin-left: 3.4%;
  }
  .covid-19 .breadcrumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
    margin-top: 10px;
  }
  .covid-19 .breadcrumb li {
    font-size: 0.9rem;
  }
  .covid-19 .wrapper {
    width: 100%;
    padding: 0 8%;
  }
  .covid-19 .headArea {
    width: 100%;
    padding: 0 5%;
    margin: 5% auto 0;
    background: none;
  }
  .covid-19 .headArea h1 {
    width: 90.07407%;
    margin: 0 auto;
  }
  .covid-19 .headArea .img {
    display: block;
    width: 93.33333%;
    margin: 4.5% auto 0;
  }
  .covid-19 .headArea .text {
    margin-top: 4.5%;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
  }
  .covid-19 .contentsArea {
    padding: 8% 0 16%;
  }
  .covid-19 .contentsArea .title {
    padding-left: 3.4vw;
    margin-top: 2vw;
    font-size: 1.8rem;
  }
  .covid-19 .contentsArea .title::before {
    width: 4px;
  }
  .covid-19 .contentsArea .text {
    margin-top: 4vw;
    font-size: 1.3rem;
    line-height: 2;
  }
  .covid-19 .contentsArea .text + .title {
    margin-top: 12%;
  }
  .covid-19 .contentsArea .movie {
    margin-top: 7vw;
  }
  .covid-19 .contentsArea .movie + .title {
    margin-top: 9%;
  }
  .covid-19 .contentsArea .column {
    padding: 6% 8%;
    margin-top: 7%;
  }
  .covid-19 .contentsArea .column p {
    font-size: 1.3rem;
  }
  .covid-19 .contentsArea .note {
    margin-top: 7%;
    font-size: 1.3rem;
  }
  .covid-19 .contents {
    padding: 13% 0;
  }
  .covid-19 .contents .person__outer {
    margin: 0 8%;
  }
  .covid-19 .contents .contentsTitle .eng {
    width: 58.6%;
    margin-bottom: 6.66667%;
  }
  .covid-19 .contents .contentsTitle .jpn {
    font-size: 1.4rem;
  }
  .covid-19 .contents .contentsTitle.article {
    font-size: 2rem;
  }
  .covid-19 .contents .contentsTitle2 {
    margin-top: 10%;
  }
  .covid-19 .contents .contentsTitle2 span {
    font-size: 1.4rem;
  }
  .covid-19 .balloon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 84%;
    padding-top: 8%;
  }
  .covid-19 .balloon__item {
    width: 48%;
    padding: 4%;
    font-size: 1rem;
  }
  .covid-19 .balloon__item:first-child {
    margin: 0 26% calc(1% + 10px);
  }
  .covid-19 .balloon__item:last-child {
    margin-left: 4%;
  }
  .covid-19 .balloon__item::before {
    bottom: -10px;
    border-width: 10px 5px 0 5px;
  }
  .covid-19 .balloon__item::after {
    bottom: -8px;
    border-width: 10px 5px 0 5px;
  }
  .covid-19 .linkList {
    width: 84%;
    padding-top: 0;
  }
  .covid-19 .linkList li {
    margin-top: 5%;
  }
  .covid-19 .linkList li a {
    display: block;
    padding: 3vw;
    background: #fff;
  }
  .covid-19 .linkList li a .img {
    width: 100%;
  }
  .covid-19 .linkList li a .img img {
    height: auto;
  }
  .covid-19 .linkList li a .textArea {
    width: 100%;
    padding: 4% 1vw 0;
  }
  .covid-19 .linkList li a .textArea .title {
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.58;
  }
  .covid-19 .linkList li a .textArea .text {
    padding-right: 0;
    margin-top: 2.6%;
    font-size: 1.1rem;
    line-height: 1.58;
  }
  .covid-19 .linkList li a .textArea .foot {
    margin-top: 3.7vw;
  }
  .covid-19 .linkList li a .textArea .foot .category {
    font-size: 1rem;
  }
  .covid-19 .linkList li a .textArea .foot .link {
    padding-right: 7.2vw;
    font-size: 1.1rem;
  }
  .covid-19 .linkList li a .textArea .foot .link::after {
    top: 1vw;
    width: 5.6vw;
    height: 5.6vw;
  }
  .covid-19 .personArea {
    width: 84%;
    margin: 12% auto;
  }
  .covid-19 .personArea__wrapper .personArea {
    padding: 0 0 12%;
  }
  .covid-19 .personArea .title span {
    font-size: 1.5rem;
  }
  .covid-19 .person {
    width: 100%;
    margin-top: 4%;
  }
  .covid-19 .person:not(:first-child) {
    margin-left: 0;
  }
  .covid-19 .person__outer {
    margin-bottom: 8%;
  }
  .covid-19 .person .head .img {
    width: 17%;
    margin-right: 4%;
  }
  .covid-19 .person .head .name {
    font-size: 1.5rem;
  }
  .covid-19 .person .text {
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .covid-19 .person__speechBubble {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 84%;
    margin-top: 4%;
  }
  .covid-19 .person__speechBubble:not(:first-child) {
    margin-left: 0;
  }
  .covid-19 .person__speechBubble--outer {
    margin-bottom: 8%;
  }
  .covid-19 .person__speechBubble .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 26.98413%;
  }
  .covid-19 .person__speechBubble .head .img {
    width: 76.47059%;
    margin-right: 0;
    margin-bottom: 1.5873%;
  }
  .covid-19 .person__speechBubble .head .name {
    margin-left: -0.7rem;
    font-size: 1.1rem;
  }
  .covid-19 .person__speechBubble .text {
    width: 73.01587%;
    padding: 4.34783% 4.34783%;
    margin-top: 0%;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .covid-19 .person__speechBubble .text::after {
    top: 12%;
    left: 0%;
    border-color: transparent #faf8f2 transparent transparent;
    border-width: 14.5px 25px 14.5px 0;
  }
  .covid-19 .commonArea {
    padding: 12% 0;
  }
  .covid-19 .commonArea .wrapper {
    width: 100%;
    padding: 0 8%;
  }
  .covid-19 .commonArea__title {
    font-size: 1.8rem;
  }
  .covid-19 .commonArea__title2 {
    margin-top: 6%;
    font-size: 1.8rem;
  }
  .covid-19 .commonArea__title2 br {
    display: none;
  }
  .covid-19 .commonArea .lead {
    margin-top: 10%;
    font-size: 1.3rem;
    text-align: left;
  }
  .covid-19 .commonArea .lead br {
    display: none;
  }
  .covid-19 .commonArea .img,
  .covid-19 .commonArea .img--sp {
    display: none;
  }
  .covid-19 .commonArea .img img,
  .covid-19 .commonArea .img--sp img {
    max-width: 100%;
  }
  .covid-19 .commonArea .img--sp {
    display: block;
    margin-top: 5%;
  }
  .covid-19 .commonArea__list {
    display: block;
  }
  .covid-19 .commonArea__list li {
    width: 100%;
  }
  .covid-19 .commonArea__list li:not(:first-child) {
    margin-top: 5%;
  }
  .covid-19 .commonArea__list li a {
    height: auto;
    padding: 7.3% 5.7%;
  }
  .covid-19 .commonArea__list li a .icon {
    width: 21.5%;
  }
  .covid-19 .commonArea__list li a .title {
    margin-top: 3.5%;
    font-size: 2.1rem;
  }
  .covid-19 .commonArea__list li a .title2 {
    margin-top: 4%;
    font-size: 1.7rem;
  }
  .covid-19 .commonArea__list li a .price,
  .covid-19 .commonArea__list li a .text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .covid-19 .commonArea__list li a .price {
    margin-top: 1.5%;
  }
  .covid-19 .commonArea__list li a .link {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    padding-right: 0;
    margin: 8% auto 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .covid-19 .commonArea__list li a .link::after {
    right: auto;
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 5%;
  }
  .covid-19 .commonArea .btn {
    width: 52%;
    margin-top: 6%;
  }
  .covid-19 .commonArea .btn a {
    height: 12vw;
    font-size: 1.5rem;
    line-height: 12vw;
  }
  .movie {
    width: 100%;
  }
  .movie iframe {
    width: 100%;
    height: calc(84vw * 0.56);
  }
  .articleArea {
    padding: 0 0 15%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .articleArea p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .articleArea p + h2 {
    margin-top: 15%;
  }
  .articleArea .title,
  .articleArea h2 {
    padding-left: 5%;
    margin: 6% 0 5%;
    font-size: 1.8rem;
  }
  .articleArea .date {
    font-size: 1.2rem;
  }
  .articleArea .textArea img {
    width: auto;
    margin: 6% auto;
  }
  .articleArea .textArea .figure {
    width: auto;
    margin: 6% auto;
  }
  .articleArea .textArea .pointlist {
    padding: 7.93651% 4.12698%;
    margin: 11.11111% auto 5.39683%;
    border-radius: 10px;
  }
  .articleArea .textArea .pointlist .pointlist__title {
    margin-bottom: 5.71429%;
    font-size: 1.7rem;
  }
  .articleArea .textArea .pointlist .pointlist--type li {
    padding-left: 2.1rem;
    font-size: 1.3rem;
  }
  .articleArea .textArea .pointlist .pointlist--type li::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .articleArea .textArea .pointlist .atttext {
    margin-top: 3.1746%;
    font-size: 1.3rem;
  }
  .articleArea .profile {
    margin-top: 12%;
  }
  .articleArea .profile .img {
    width: 28.6%;
  }
  .articleArea .profile .textArea {
    width: 67.3%;
  }
}

@media screen and (max-width: 750px) {
  /* Footer
========================================================================== */
  #footerArea {
    padding-bottom: 156px;
  }
  #footerArea .pbNestedWrapper {
    overflow: visible;
  }
  .page-footer {
    min-width: 100%;
    background: none;
  }
  .page-footer .return-top-wrap {
    width: 800px;
    height: 62px;
    margin: 0;
  }
  .page-footer .return-top-wrap .return-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 62px;
    padding: 0;
    margin-right: 40px;
    font-size: 2.2em;
    border-radius: 5px 5px 0 0;
  }
  .page-footer .return-top-wrap .return-top > a {
    display: inline-block;
    padding: 18px 25px 18px 60px;
    background: url(../common/sp-footer_return-top_bg01.png) no-repeat 30px center;
  }
  .page-footer .footer-nav {
    padding: 50px 40px 100px;
    background: #094;
  }
  .page-footer .footer-nav .footer-nav_col {
    float: left;
    width: 340px;
    margin-left: 40px;
  }
  .page-footer .footer-nav .footer-nav_col:first-child {
    margin-left: 0;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category {
    margin-bottom: 35px;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > ul > li {
    padding-left: 23px;
    font-size: 2.4em;
    background: url(../common/sp-footer-nav_bg02.png) no-repeat left 0.5em;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li {
    font-size: 2.8em;
    font-weight: bold;
    border-bottom: 2px solid #00823a;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p:first-child,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li:first-child {
    margin-top: 0;
    border-top: 2px solid #00823a;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li > a {
    padding: 14px 0;
    background: url(../common/sp-footer-nav_bg01.png) no-repeat 322px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_contact > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_contact > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_estimate > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_estimate > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_request > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_request > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_web-procedure > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_web-procedure > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_information-counter > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_information-counter > a {
    padding-left: 55px;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_contact > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_contact > a {
    background: url(/library/default/middle/img/layout/sp-footer-nav_bg_contact.png) no-repeat 5px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_estimate > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_estimate > a {
    background: url(/library/default/middle/img/layout/sp-footer-nav_bg_estimate.png) no-repeat 5px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_request > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_request > a {
    background: url(/library/default/middle/img/layout/sp-footer-nav_bg_request.png) no-repeat 10px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_web-procedure > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_web-procedure > a {
    background: url(/library/default/middle/img/layout/sp-footer-nav_bg_web-procedure.png) no-repeat 5px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p.footer-nav_category_information-counter > a,
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > li.footer-nav_category_information-counter > a {
    background: url(/library/default/middle/img/layout/sp-footer-nav_bg_information-counter.png) no-repeat 10px center;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category > p {
    border-top: 1px solid #00823a;
  }
  .page-footer .footer-nav .footer-nav_col .footer-nav_category:first-child {
    margin-top: 0;
  }
  .page-footer .footer-lower {
    padding: 40px 40px 180px;
    padding: 20px 20px 90px;
  }
  .page-footer .footer-lower .footer-pc-page {
    text-align: center;
  }
  .page-footer .footer-lower .footer-logo {
    float: none;
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-lower .footer-sub-nav {
    float: none;
    width: 100%;
    margin-top: 42px;
    overflow: visible;
  }
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
    margin: 0;
    text-align: center;
  }
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
    display: inline-block;
    padding-right: 15px;
    margin: 25px 15px 0 0;
    overflow: visible;
    font-size: 2.2em;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
    border-right: 2px solid #bcbcbc;
  }
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .page-footer .footer-lower .copyright {
    display: block;
    width: 100%;
    margin: 42px 0 0 0;
    font-size: 2.2em;
    font-size: 1.1em;
    text-align: center;
  }
  .footer-content {
    position: relative;
    overflow: visible;
  }
  .footer-totop {
    display: none;
    margin-top: 0 !important;
  }
  .footer-totop a {
    position: absolute;
    top: -213px;
    right: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 142px;
    padding: 148px 19px 38px;
    margin-top: 0;
    font-size: 25.6px;
    font-weight: 600;
    line-height: 1.166;
    color: #094;
    text-align: center;
    background: url(../common/footer_totop.png) center/142px 244px no-repeat;
  }
  .footer-totop a:hover {
    text-decoration: none;
  }
  /* Page Copyright
   ========================================================================== */
  .page-copyright {
    width: 710px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .page-copyright_inner {
    width: auto;
  }
  .page-copyright_inner > p {
    font-size: 2.2rem;
    text-align: center;
  }
  .page-copyright_inner > p br {
    display: inline;
  }
}

@media only screen and (max-width: 750px) and (max-width: 800px) {
  .page-copyright {
    width: 90%;
  }
}
