@charset "utf-8";
/* CSS Document */

a {
  transition: all 0.3s ease-in-out;
}
a:link {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
.pcOnly { display: none; }
.covid * {
  color: #333;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.covid .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33vw;
}
.covid .breadcrumb .inner {
  padding: 0;
}
.covid img { vertical-align: bottom;}


.page-header {
  background-color: #d1f3ff;
}
.page-header .inner {
  padding: 0;
}

main section {
  margin: 13.33vw 0;
}
main h3 {
  width: 100%;
}

section.lead h2 {
  font-size: 8vw;
  font-weight: bold;
  margin-bottom: 8vw;
}
section.lead p {
  font-size: 4.27vw;
  font-weight: bold;
  margin-bottom: 0;
}

.section h3 {
  color: #FFF;
  font-size: 5.33vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 13.33vw;
  padding: 0.75em 1em;
  background-color: #009100;
  border-radius: 2.67vw;
}

.section .policyList {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .policyList li {
  width: 47%;
  margin-bottom: 13.33vw;
}
.section .policyList li img {
  margin-bottom: 5.33vw;
}
.section .policyList li p,
.section .cautionList li {
  font-size: 4.27vw;
  margin-bottom: 0;
}
.section .cautionList {
  padding-bottom: 13.33vw;
}
.section .cautionList li {
  text-align: left;
  padding-left: 1.6em;
  position: relative;
}
.section .cautionList li::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #333;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}







@media screen and (min-width:737px) {
  
  *, html {
    font-size: 62.5%;
  }
  .spOnly { display: none; }
  .pcOnly { display: block; }
  .page-header .inner {
    padding: 0 20px;
  }
  main section {
    margin: 77px 0;
  }
  section.lead h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  section.lead p {
    font-size: 16px;
  }
  .section h3 {
    font-size: 20px;
    margin-bottom: 37px;
    border-radius: 7px;
  }
  
  .section .policyList li {
    width: 23.5%;
    margin-bottom: 37px;
  }
  .section .policyList li p,
  .section .cautionList li {
    font-size: 16px;
  }
  .section .policyList li img {
    margin-bottom: 20px;
  }
  .section .cautionList {
    padding-bottom: 0;
  }
}




@media screen and (min-width:1040px) {
  
  .covid .inner {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .inner {
    padding: 0;
  }
  main section {
    margin: 100px 0;
  }
  .section h3 {
    margin-bottom: 50px;
    border-radius: 10px;
  }

  .section .policyList li {
    margin-bottom: 50px;
  }
}





