@charset "utf-8";

.header-right{
  display: flex;
  gap: 20px;
}

#wrapper #main {
  @media only screen and (max-width: 571px) {
    height: auto;
    max-height: none;
  }
}

.section_first .section_inner{
  padding-top: 100px;
  @media only screen and (max-width: 571px) {
    padding-top: 0;
  }
}


.section_first_sick_item:hover{
  opacity: 1;
  transform: scale(1);
}


.section_second_catch{
  width: 100%;
  @media only screen and (max-width: 571px) {
    width: 93%;
  }
}

.modalQa_detail ul li{
  list-style-type: disc;
  margin-left: 1em;
}

.modalStepdown_point{
  list-style-type: disc;
  margin-left: 1em;
}

.collaboration_title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  @media only screen and (max-width: 571px) {
    font-size: 20px;
  }
}

.collaboration_banner{
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: 1px solid #000;
  @media only screen and (max-width: 571px) {
    max-width: 100%;
  }
}

.collaboration_banner a{
  transition: 0.5s all;
}

@media (hover: hover){
  .collaboration_banner a:hover{
    opacity: 0.6;
  }
}

@media only screen and (max-width: 571px) {
  .sixth_inner {
      padding: 0 6%;
  }
}

