.covid_view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.covid_view ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 16px 16px 0;
}

.covid_view ul li:nth-child(2) {
  padding: 0 0 16px 0;
}

.covid_view ul li:nth-child(3) {
  padding: 0 0 16px 16px;
}

.covid_view ul li .bg1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0FCFF), color-stop(14.29%, #F2FCFF), color-stop(28.57%, #F4FDFF), color-stop(42.86%, #F6FDFF), color-stop(57.14%, #F9FEFF), color-stop(71.43%, #FBFEFF), color-stop(85.71%, #FDFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F0FCFF 0%, #F2FCFF 14.29%, #F4FDFF 28.57%, #F6FDFF 42.86%, #F9FEFF 57.14%, #FBFEFF 71.43%, #FDFFFF 85.71%, #FFFFFF 100%);
  -webkit-filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
  filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
}

.covid_view ul li .bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0FCFF), color-stop(14.29%, #F2FCFF), color-stop(28.57%, #F4FDFF), color-stop(42.86%, #F6FDFF), color-stop(57.14%, #F9FEFF), color-stop(71.43%, #FBFEFF), color-stop(85.71%, #FDFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F0FCFF 0%, #F2FCFF 14.29%, #F4FDFF 28.57%, #F6FDFF 42.86%, #F9FEFF 57.14%, #FBFEFF 71.43%, #FDFFFF 85.71%, #FFFFFF 100%);
  -webkit-filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
  filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
}

.covid_view ul li .bg3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0FCFF), color-stop(14.29%, #F2FCFF), color-stop(28.57%, #F4FDFF), color-stop(42.86%, #F6FDFF), color-stop(57.14%, #F9FEFF), color-stop(71.43%, #FBFEFF), color-stop(85.71%, #FDFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F0FCFF 0%, #F2FCFF 14.29%, #F4FDFF 28.57%, #F6FDFF 42.86%, #F9FEFF 57.14%, #FBFEFF 71.43%, #FDFFFF 85.71%, #FFFFFF 100%);
  -webkit-filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
  filter: drop-shadow(0px 5px 15px rgba(38, 45, 51, 0.08));
}

.covid_view ul li .top_cvbrs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 124px;
  border-radius: 6px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #716e6e;
  padding: 24px 0 0 24px;
  border: solid 1px #eee;
}

.covid_view ul li .top_cvbrs.-pcr {
  background-image: url("/image/covid/pcr-kit-banner_img.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: center right;
}

.covid_view ul li .top_cvbrs.-score {
  background-image: url("/image/covid/circular-bar_img.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: bottom  right;
}

.covid_view ul li .top_cvbrs.-reserch {
  background-image: url("/image/covid/note_img.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: bottom right;
}

.lpwrap {
  font-size: 14px;
  line-height: 1.6;
  background-color: #E5E5E5;
}

.lpwrap a {
  text-decoration: none;
}

.lpwrap .wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.lpwrap h1 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #656B70;
  position: relative;
  margin-bottom: 20px;
}

.lpwrap h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 48px;
  height: 2px;
  background-color: #04BEED;
}

.lpwrap h1.text-center:after {
  left: 50%;
  margin-left: -24px;
}

.lpwrap h2 {
  font-weight: 700;
  font-size: 24px;
  color: #262D33;
  line-height: 1.3;
  border: none;
  margin-left: 16px;
}

.lpwrap .lead {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.lpwrap .seeresult {
  margin: 30px 0;
}

.rad_field {
  border-radius: 6px;
  padding: 56px;
  background-color: #fff;
  margin: 24px 0;
  -webkit-box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
  box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
}

.rad_field.-blue {
  background-color: #F3F9FB;
}

#bmi a,
#sports a {
  color: #04BEED;
  text-decoration: none;
}

.box_covid li {
  background-color: #fff;
  padding: 12px 18px;
  margin: 6px 0;
  position: relative;
  display: block;
}

.box_covid li .cate {
  color: #939699;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
}

.box_covid li .name {
  color: #4B5157;
  font-weight: 700;
}

.box_covid li .typetitle {
  color: #4B5157;
  font-weight: 700;
  margin-top: 22px;
  background-image: url("/image/covid/info.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center right;
  cursor: pointer;
  padding-right: 30px;
}

.box_covid li .level {
  color: #ED1C24;
}

.box_covid li .type.-apple {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #ED1C24;
  border-radius: 6px;
  background-image: url("/image/covid/apple-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-banana {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #F79228;
  border-radius: 6px;
  background-image: url("/image/covid/banana-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-pear {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #62BB46;
  border-radius: 6px;
  background-image: url("/image/covid/pear-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-adameve {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #00AE8E;
  border-radius: 6px;
  background-image: url("/image/covid/adam-eve-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-fast {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #E85741;
  border-radius: 6px;
  background-image: url("/image/covid/fast-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-balance {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #F79228;
  border-radius: 6px;
  background-image: url("/image/covid/balance-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .type.-slow {
  color: #fff;
  min-height: 98px;
  font-weight: 700;
  font-size: 22px;
  padding: 13px 16px;
  background-color: #D7DF23;
  border-radius: 6px;
  background-image: url("/image/covid/slow-icon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 98px;
  margin: 18px 0;
}

.box_covid li .more {
  display: none;
  position: relative;
}

.box_covid li .more .inner {
  position: absolute;
  top: -124px;
  right: -60px;
  width: 145px;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
  box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
  border-radius: 6px;
}

.box_covid li .disp_more {
  position: absolute;
  top: 5px;
  right: 20px;
}

.box_covid li .disp_more .dot {
  display: none;
  color: #939699;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
}

.box_covid li .disp_more:hover .more {
  display: block;
}

.box_covid li:hover {
  -webkit-box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
  box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
}

.box_covid li:hover .dot {
  display: block;
}

.box_covid.nohov li {
  border: none;
}

.box_covid.nohov li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.showlimited li {
  display: none;
}

.showlimited li:nth-child(-n+8) {
  display: block;
}

.showlimited .showall {
  margin-top: 22px;
  margin-left: 16px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 2px;
}

.showlimited.-open li {
  display: block;
}

.showlimited.-open .showall {
  display: none;
}

.head_nav {
  margin: 68px 0 11px;
  color: #939699;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  height: 22px;
}

.head_nav a {
  background-image: url("/image/covid/arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: bottom left;
  text-decoration: none;
  display: inline-block;
  width: 60px;
  height: 22px;
}

.btn_round {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  height: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #04BEED;
  border: 1px solid #D9DADB;
  border-radius: 20px;
}

.btn_round:hover {
  background-color: #fff;
}

.simplelink {
  display: inline-block;
  margin-left: 18px;
  color: #4B5157;
  font-weight: 700;
  text-decoration: none;
}

.box_line {
  border: 1px solid #D9DADB;
  border-radius: 6px;
  padding: 12px;
  color: #939699;
}
.box_line:hover{
  background-color: #fff;
}

.box_line h3 {
  font-size: 16px;
  font-weight: 700;
  color: #656B70;
}
.box_line a{
  color: #656B70;
}

.box_line + .box_line {
  margin-top: 24px;
}

.text_gray {
  color: #939699;
  /* pointer-events: none; */
}
.text_gray a{
  text-decoration: underline;
}

.accordlist {
  position: relative;
  margin-bottom: 52px;
}

.accordlist p {
  display: -webkit-box;
  max-height: 5.5em;
  overflow-y: hidden;
  /* cursor: pointer; */
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

.accordlist:before {
  content: "";
  display: block;
  text-align: center;
  width: 100%;
  height: 1em;
  border-bottom: solid 1px #D9DADB;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 10;
}

.accordlist:after {
  content: "詳細";
  display: inline-block;
  text-align: center;
  width: 130px;
  margin-left: -65px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  font-weight: 700;
  background-image: url("/image/covid/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 8px right 12px;
  z-index: 20;
  cursor: pointer;
  letter-spacing: 8px;
}

.accordlist.-open p {
  max-height: none;
  overflow-y: auto;
  cursor: default;
}

.accordlist.-open:before {
  content: "";
  display: block;
  text-align: center;
  width: 100%;
  height: 1em;
  border-bottom: solid 1px #D9DADB;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 10;
}

.accordlist.-open:after {
  content: "非表示";
  display: inline-block;
  text-align: center;
  width: 130px;
  margin-left: -65px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  font-weight: 700;
  background-image: url("/image/covid/arrow_up.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 8px right 12px;
  z-index: 20;
}

.modalwin {
  display: none;
}

.modalwin.-open {
  display: block;
}

.modalwin .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modalwin .overlay .textmodal {
  max-width: 512px;
  min-width: 512px;
  min-height: 345px;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
  box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
}

.modalwin .overlay .textmodal h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modalwin .overlay .textmodal .closebtn {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.inwrap{
  max-width: 600px;
  margin: 20px auto;
  padding-bottom: 300px;
}
.toapps{
  display: flex;
  margin: 30px auto;
  width: 250px;
}
.toapps div{
  padding: 5px;
}
.toapps div img{
  width: 120px;
}
@media screen and (max-width: 1018px) {
  .pconly {
    display: none;
  }
  .lpwrap {
    width: 100%;
    padding: 65px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .lpwrap h2 {
    margin-left: 0;
  }
  .covid_view ul {
    display: block;

  }
  .covid_view ul li {
    width: 100%;
    padding: 0 0 16px;
  }
  .covid_view ul li:nth-child(2) {
    padding: 0 0 16px;
  }
  .covid_view ul li:nth-child(3) {
    padding: 0 0 16px;
  }
  .rad_field {
    padding: 24px 12px;
  }
  .box_covid li {
    background-color: #fff;
    padding: 12px 0;
    margin: 6px 0;
    position: relative;
    display: block;
    border-bottom: solid 1px #D9DADB;
  }
  .box_covid li .more {
    position: relative;
  }
  .box_covid li .more .inner {
    position: absolute;
    top: -124px;
    right: -10px;
    width: 145px;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
    box-shadow: 0 5px 15px rgba(38, 45, 51, 0.08);
    border-radius: 6px;
  }
  .box_covid li .disp_more {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .box_covid li .disp_more .dot {
    display: block;
    color: #939699;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
  }
  .box_covid li .disp_more:hover .more {
    display: block;
  }
  .box_covid li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .box_covid li:hover .dot {
    display: block;
  }
  .rad_field .text-center {
    text-align: left;
  }
  .rad_field h1.text-center {
    text-align: left;
  }
  .rad_field h1.text-center:after {
    left: 0;
    margin-left: 0;
  }
  .modalwin .overlay .textmodal {
    margin: 24px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .spmgt{
    margin-top: 40px;
  }
}
