@charset "UTF-8";
/*---------------------------------------

diagnostics

---------------------------------------*/
.diagnostics {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 80px 0 130px;
}

@media screen and (max-width: 768px) {
  .diagnostics {
    padding: 40px 0 142px;
  }
}

@media screen and (max-width: 768px) {
  .diagnostics .container {
    padding: 0 15px;
  }
}

.diagnostics ul {
  padding-left: 0;
  list-style-position: inside;
}

.diagnostics hr {
  border-color: #b9b9b9;
}

.diagnostics_head a {
  color: #2965a8;
}

.diagnostics_head_cat {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .diagnostics_head_cat {
    margin-bottom: 20px;
  }
}

.diagnostics_head_cat span {
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 23px;
  border: 1px solid #000;
  padding: 6px 37px 5px;
}

@media screen and (max-width: 768px) {
  .diagnostics_head_cat span {
    font-size: 1.6rem;
    padding: 2px 26px;
  }
}

.diagnostics_head_box {

  padding: 10px;
  margin-bottom: 10px;
}

.diagnostics_head_box .large {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.diagnostics_head_ttl {
  margin-bottom: 20px;
}

.diagnostics_head_p {
  margin-bottom: 20px;
}

.diagnostics_head_q {
  margin-bottom: 20px;
}

.diagnostics_head_list {
  margin-bottom: 22px;
}

.diagnostics_head_list_item {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .diagnostics_head_list_item {
    font-size: 1.6rem;
  }
}

.diagnostics_head_list_item:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .diagnostics_head_list_item:not(:last-child) {
    margin-bottom: 0;
  }
}

.diagnostics_head_list_item a {
  display: inline-block;
}

.diagnostics_head_movie {
  max-width: 560px;
  margin: 0 auto;
}

.diagnostics_head_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.diagnostics_head_movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.diagnostics_select_list {
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .diagnostics_select_list {
    font-size: 1.4rem;
  }
}




.diagnostics_select_list a {
    display: block;
    position: relative;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-color: #52c2b4;
    background-color: #52c2b4;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
}



.diagnostics_select_list a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.diagnostics_select_list a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
   font-size: clamp(12px, 1.2vw, 14px);
    color: #fff;
    right: 25px;
        line-height: 1.5;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.diagnostics_select_list a:hover:after {
    right: 15px;

}
.diagnostics_select_list a:hover {
  filter: brightness(110%);
  text-decoration: none;
}



.diagnostics_select_list:not(:last-child) {
  margin-bottom: 20px;
}

.diagnostics_return {
  margin: 10px 0;
  text-align: center;
}

.diagnostics_return_btn {
  display: inline-block;
  padding: 10px;
}

.diagnostics_close1 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .diagnostics_close1 {
    font-size: 2rem;
    margin-bottom: 28px;
  }
}

.diagnostics_close2 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .diagnostics_close2 {
    font-size: 1.6rem;
    margin-bottom: 64px;
  }
}

.diagnostics_closeBtn {
  text-align: center;
}

.diagnostics_closeBtn a {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border: 4px solid #ffd51a;
  padding: 20px 0;
  font-size: 2.8rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .diagnostics_closeBtn a {
    font-size: 1.6rem;
    padding: 22px 0;
  }
}

.diagnostics_closeBtn a span {
  position: relative;
  left: 13px;
}

.diagnostics_closeBtn a span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  background: url(../../../assets/images/icon-mail.svg) no-repeat center center/contain;
  top: 0;
  left: -45px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .diagnostics_closeBtn a span::before {
    width: 22px;
    height: 18px;
    left: -33px;
  }
}

.diagnostics_closeBtn a:hover {
  text-decoration: none;
  background-color: #ffd51a;
}

.diagnostics_border {
  border: 8px solid #eaeaea;
  padding: 40px;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .diagnostics_border {
    padding: 30px;
  }
}

.diagnostics_border .ttl {
  font-size: 2.4rem;
}

.diagnostics_border p:not(:last-child) {
  margin-bottom: 20px;
}

.diagnostics_agreeBtn {
  text-align: center;
}

.diagnostics_agreeBtn a {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  border: 2px solid #ffd51a;
  padding: 11px 0;
  color: #000;
  position: relative;
}

.diagnostics_agreeBtn a::before {
  font-family: FontAwesome;
  content: "\f178";
  display: block;
  position: absolute;
  right: 23px;
  top: 11px;
}

.diagnostics_agreeBtn a:hover {
  text-decoration: none;
  color: #1a23ff;
}

#agreement h2 {
  font-size: clamp(14px, 1.8vw, 18px);
}

/*---------------------------------------

ヘッダーサブメニュー

---------------------------------------*/
.subMenu {
  padding: 5px 0;
  position: relative;
  color: #3d3d37;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .subMenu {
    font-size: 1.4rem;
  }
}

.subMenu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #ffd51a;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.subMenu .list {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.subMenu .list_item {
  width: 130px;
  padding: 4px 0;
  text-align: center;
  background-color: #ffd51a;
}

.subMenu .list_item:not(:last-child) {
  border-bottom: 1px #fff solid;
}

.subMenu .list_item a {
  font-size: 1.2rem !important;
}

.subMenu .list_item a:hover {
  text-decoration: underline;
}

.subMenu:hover::after {
  width: 100%;
}

.subMenu:hover .list {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=diagnostics.css.map */




.h-banner-amazon{
  display: none!important;
}

.diagnostics_head_box li::marker{
  display: none;
}
.diagnostics_head_box ul li{
  padding-left: 0px;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.diagnostics_flex{
  display: flex;
   gap: 30px;
  justify-content: space-between;
  text-align: center;

}

.diagnostics_flex .diagnostics_select{
   width: calc( 100% - 15px );
   display: block;
}

@media screen and (max-width: 768px) {
  .diagnostics_flex .diagnostics_select{
    margin-bottom: 40px;
  }
    .diagnostics_flex{
      display: block;

       gap: 0px;
    }

}