@charset "UTF-8";
/* 緑背景 */
/* 白背景通常緑枠 */
/* 白背景オレンジ枠 */
/* 虫眼鏡 */
/* バスとバス停 */
/* 全国 */
/* メニュー */
/* 右向き */
/* green */
/* white */
/* orange */
/* gray */
/* 上向き */
/* green */
/* white */
/* 下向き */
/* green */
/* white */
@media screen and (max-width: 767px) {
  .header_detail {
    padding-bottom: 6px;
    border-bottom: 4px solid #f5f5f5;
  }
}

.detail_ttl_area {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.detail_ttl_area .detail_ttl_bg {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .detail_ttl_area .detail_ttl_bg {
    width: 100%;
    padding: 30px 0 0 0;
    background-image: url("/img/common/icon/icon_diamond_2_l.svg"), url("/img/common/icon/icon_diamond_3_r.svg");
    background-position: 7% 10%, 95% 90%;
    background-size: 90px, 60px;
  }
}
@media screen and (min-width: 768px) {
  .detail_ttl_area .detail_ttl_bg {
    max-width: 1400px;
    min-width: 960px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 50px;
    background-image: url("/img/common/icon/icon_diamond_4_r.svg"), url("/img/common/icon/icon_diamond_3_r.svg"), url("/img/common/icon/icon_diamond_2_l.svg"), url("/img/common/icon/icon_diamond_1_l.svg");
    background-position: 0 -10%, 70% -20%, 24% 90%, 100% 100%;
    background-size: 90px, 93px, 95px, 100px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_box {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ttl_box {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .detail_ttl_hr {
    border-top: 1px solid #00a61c;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .detail_ttl_hr {
    display: none;
  }
}

.detail_list_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .detail_list_ttl {
    line-height: 30px;
    margin: 40px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .detail_list_ttl {
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .detail_con_mbox {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .detail_con_mbox {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .detail_con_bottom_mbox {
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .detail_con_bottom_mbox {
    padding: 60px 0 0 0;
  }
}

.detail_con_main_txt,
.detail_separate_txt_box,
.detail_no_m_txt {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .detail_con_main_txt,
  .detail_separate_txt_box,
  .detail_no_m_txt {
    margin: 16px 16px 50px;
  }
}
@media screen and (min-width: 768px) {
  .detail_con_main_txt,
  .detail_separate_txt_box,
  .detail_no_m_txt {
    margin: 16px 0 50px;
  }
}
.detail_con_main_txt a,
.detail_separate_txt_box a,
.detail_no_m_txt a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .detail_separate_txt_box {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .detail_separate_txt_box {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .detail_no_m_txt {
    margin: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .detail_no_m_txt {
    margin: 0;
  }
}

.detail_sub_ttl {
  font-weight: bold;
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .detail_sub_ttl {
    line-height: 1.7;
    margin-top: 24px;
  }
  .detail_sub_ttl span {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 366px) {
  .detail_sub_ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .detail_sub_ttl {
    text-align: left;
    margin-bottom: 16px;
  }
}

.detail_sub_ttl_s {
  color: #00a61c;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}

.detail_select_area {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detail_select_area {
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 768px) {
  .detail_select_area {
    text-align: right;
  }
}
.detail_select_area .detail_select_box {
  overflow: hidden;
  margin: 0;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border: solid 1px #c7c7c7;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .detail_select_area .detail_select_box {
    width: 100%;
    background: linear-gradient(90deg, #fff 0, #fff 85%, #00a61c 15%, #00a61c 100%);
  }
}
@media screen and (min-width: 768px) {
  .detail_select_area .detail_select_box {
    width: 180px;
    background: linear-gradient(90deg, #fff 0, #fff 145px, #00a61c 100px, #00a61c 100%);
  }
}
.detail_select_area .detail_select_box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .detail_select_area .detail_select_box select {
    padding: 14px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .detail_select_area .detail_select_box select {
    padding: 8px 38px 8px 8px;
    font-size: 14px;
  }
}
.detail_select_area .detail_select_box select::-ms-expand {
  display: none;
}
.detail_select_area .detail_select_box::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/icon/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: rotateZ(90deg);
  pointer-events: none;
  position: absolute;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .detail_select_area .detail_select_box::before {
    width: 10px;
    height: 10px;
    top: 1.1em;
    right: 6%;
  }
}
@media screen and (min-width: 768px) {
  .detail_select_area .detail_select_box::before {
    width: 8px;
    height: 8px;
    top: 0.8em;
    right: 0.8em;
  }
}

.contactus_area {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactus_area {
    margin: 50px 16px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .contactus_area {
    margin-top: 100px;
  }
}
.contactus_area .addicon_contactus {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contactus_area .addicon_contactus {
    position: relative;
    text-align: center;
  }
  .contactus_area .addicon_contactus::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_contact.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 40px;
    height: 23px;
    display: block;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .contactus_area .contactus_box {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .contactus_area .contactus_box {
    display: flex;
  }
}
.contactus_area .contactus_box p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contactus_area .contactus_box p {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contactus_area .contactus_box .contactus_btn {
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contactus_area .contactus_box .contactus_btn {
    display: flex;
  }
}
.contactus_area .contactus_box .contactus_btn .btn_white {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactus_area .contactus_box .contactus_btn .btn_white {
    display: inline-block;
    width: 100%;
  }
  .contactus_area .contactus_box .contactus_btn .btn_white:nth-child(1) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contactus_area .contactus_box .contactus_btn .btn_white {
    width: 210px;
    height: 50px;
  }
  .contactus_area .contactus_box .contactus_btn .btn_white:nth-child(2) {
    margin-left: 20px;
  }
}

.partner_list_area {
  border: 1px solid #b4b4b4;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .partner_list_area {
    margin: 16px;
  }
}
.partner_list_area .partner_ttl {
  background-color: #f5f5f5;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partner_list_area .partner_list_box {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .partner_list_area .partner_list_box {
    display: flex;
  }
}
.partner_list_area .partner_list_box .partner_list {
  text-align: left;
  box-sizing: border-box;
  padding: 30px 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .partner_list_area .partner_list_box .partner_list {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .partner_list_area .partner_list_box .partner_list {
    width: 50%;
  }
}
.partner_list_area .partner_list_box .partner_list .partner_list_ttl::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333;
  display: inline-block;
  margin-left: -10px;
  margin-right: 4px;
}
.partner_list_area .partner_list_box .partner_list p {
  margin-bottom: 10px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
  line-height: 1.5;
}
.partner_list_area .partner_list_box .partner_list p a {
  color: #00a61c;
  text-decoration: underline;
  margin: 0 4px;
}
.partner_list_area .partner_list_box .partner_list p:last-child {
  margin-left: 16px;
}
.partner_list_area .partner_list_box .partner_list img {
  max-width: 100%;
  height: 80px;
}
.partner_list_area .partner_list_box .partner_list span {
  margin-top: 16px;
  display: block;
}
.partner_list_area .partner_list_box .partner_list ul li {
  list-style-type: disc;
  line-height: 1.7;
  margin-left: 20px;
}
.partner_list_area .partner_list_box .partner_list:last-child span img {
  width: 188px;
  height: auto;
}

.infection-prevention_area {
  background-color: #e5efdf;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .infection-prevention_area ul {
    width: auto;
    margin: 16px;
    box-sizing: border-box;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .infection-prevention_area ul {
    width: 960px;
    margin: 70px auto 0 auto;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
.infection-prevention_area ul li {
  line-height: 1.5;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px;
}
.infection-prevention_area ul li::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #00a61c;
  position: absolute;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  top: -16px;
  left: 16px;
  border-radius: 50px;
  background-size: 22px;
}
.infection-prevention_area ul li h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #00a61c;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .infection-prevention_area ul li h3 {
    margin-bottom: 20px;
  }
}
.infection-prevention_area ul li h3::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 24px;
}
.infection-prevention_area ul li:nth-child(1)::after {
  background-image: url(/img/infection_prevention/point_control1.svg);
}
.infection-prevention_area ul li:nth-child(2)::after {
  background-image: url(/img/infection_prevention/point_control2.svg);
}
.infection-prevention_area ul li:nth-child(3)::after {
  background-image: url(/img/infection_prevention/point_control3.svg);
}
.infection-prevention_area ul li:nth-child(4)::after {
  background-image: url(/img/infection_prevention/point_control4.svg);
}
.infection-prevention_area ul li:nth-child(5)::after {
  background-image: url(/img/infection_prevention/point_control5.svg);
}
.infection-prevention_area ul li:nth-child(n+3):nth-child(-n+5) h3::after {
  width: 80px;
  height: 55px;
}
.infection-prevention_area ul li:nth-child(6)::after {
  background-image: url(/img/infection_prevention/point_control6.svg);
}
@media screen and (max-width: 767px) {
  .infection-prevention_area ul li {
    border-radius: 20px;
    width: 100%;
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .infection-prevention_area ul li {
    border-radius: 10px;
    width: 300px;
    margin: 0 30px 30px 30px;
  }
  .infection-prevention_area ul li:nth-child(1), .infection-prevention_area ul li:nth-child(3), .infection-prevention_area ul li:nth-child(4), .infection-prevention_area ul li:nth-child(6) {
    margin: 0 0 30px 0;
  }
  .infection-prevention_area ul li p {
    margin-top: 16px;
  }
}
