@charset "UTF-8";

.c-list-marked li {
font-size: 12px;
}

.qx-bgcolor-gray {
  background: #f2f2f2;
  width: 80%;
  margin: 40px auto 0;
  padding: 40px;
}

@media screen and (max-width: 768px) {
.qx-bgcolor-gray {
  width: 95%;
  padding: 5%;
}
}

.qx-step-wrapper{
  background: #f9dec9;
  padding: 40px 80px;
  margin-top:60px;
}

@media screen and (max-width: 768px) {
.qx-step-wrapper{
  padding: 40px 5%;
  margin-top:60px;
}
}
.c-step_box {
    border-color: #e16501;
}
.c-step_num {
    background: #e16501;
}

.c-step_box:not(:last-child)::after {
  border-top: 25px solid #e16501;
}

.c-step_box:last-child{
    background: none;
    border: none;
  padding-block: 0px 0px;
  padding-inline: 0px;
}

.qx-text-title{
  font-size: 18px;
}

.qx-link-text{
  text-decoration: underline;
  color: #e16500;
}


.qx-title-line {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  color: #e16500;
  margin-top: 60px;
  bottom: -40px;
}

.qx-title-line::before,
.qx-title-line::after {
  display: block;
  content: '';
  width: 3px;
  height: 36px;
  background-color: #e16500;
  position: absolute;
  bottom: 0;
  top: -5px;
}

.qx-title-line::before {
  left: 0;
  transform: rotate(-35deg)
}

.qx-title-line::after {
  right: 0;
  transform: rotate(35deg)
}

@media (max-width: 768px) {
  .qx-title-line {
    font-size: 18px;
    padding-inline: .6em;
    margin-top: 20px;
   bottom: -20px;
 }
  .qx-title-line::before {
    left: -15px;
    transform: rotate(-35deg);
    width: 2px;
   }
  .qx-title-line::after {
    right: -15px;
    transform: rotate(35deg);
    width: 2px;
  }
  .qx-title-line::before, .qx-title-line::after {
    height: 48px;
    top: 1px;
  }
}

@media (max-width: 374px) {
  .qx-title-line {
    font-size: 16px;
    padding-inline: .6em .4em;
  }
}

.qx-tab {
  margin: 30px 0 0;
}

.qx-tab__lab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}

.qx-tab__lab--unit {
  flex: 1;
  border-style: solid;
  border-width: 7px 2px 0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.qx-tab__lab--unit.is-current {
  background: none;
  padding: 20px 10px;
}

.qx-tab__lab--unit.is-current::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.qx-tab__lab--yellow {
  border-color: #ee8800;
  background: #ee8800;
}

.qx-tab__lab--yellow.is-current {
  background: #f1e0cc;
  color: #ef8700;
}

.qx-tab__lab--yellow.is-current::after {
  background: #f1e0cc;
}


.qx-tab__lab--orange {
  border-color: #f65334;
  background: #f65334;
}


.qx-tab__lab--orange.is-current {
  background: #f5d6d0;
  color: #f45336;
}

.qx-tab__lab--orange.is-current::after {
  background: #f5d6d0;
}

.qx-tab__lab--green {
  border-color: #4bbab4;
  background: #4bbab4;
}

.qx-tab__lab--green.is-current {
  background: #d0e6e4;
  color: #47bab5;
}

.qx-tab__lab--green.is-current::after {
  background: #d0e6e4;
}

.qx-tab__content {
  border-style: solid;
  border-width: 2px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  padding: 45px 20px 45px;
}

.qx-tab-title{
  color: #1a1a1a;
  text-align: center;
}

.qx-company-links{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.qx-company-links li{
  background: #ffffff;
  color: #1a1a1a;
  width: 24.25%;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 1%;
  margin-top: 10px;
  height: 63px;
  align-items:center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.qx-company-links li:nth-child(4n){
  margin-right: 0;
}

.qx-company-links li a{
  display: inline-block;
  position: relative;
  height: 63px;
  width: 100%;
  text-align: center;
  padding-top: 23px;
  color: #4653a2;
}

.qx-company-links li a::after{
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: inherit;
}


@media screen and (max-width: 768px) {
  .qx-tab {
    margin: 20px 0 0;
  }
  .qx-tab__content {
    padding: 20px 10px;
  }
  .qx-tab__lab--unit {
    font-size: 12px;
  }
  .qx-tab__lab--unit.is-current {
    padding: 12px 5px;
  }
  .qx-tab__lab--unit {
    padding: 8px 0;
    margin-top: 5px;
  }

  .qx-company-img{
    width: 70%;
  }

  .qx-tab-title {
    font-size: 12px;
  }
  .qx-company-links li{
    width: 48.5%;
    margin-right: 3%;
  }

  .qx-company-links li:nth-child(2n){
    margin-right: 0;
  }

  .qx-company-links li a::after{
    right: 5px;
  }
}

.qx-merit-title{
  font-size: 20px;
}


.qx-merit{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.qx-merit picture{
  flex: 1 1 calc((100% - 30px) / 2);
  display: flex;
}


@media screen and (max-width: 768px) {
.qx-merit-title{
  font-size: 16px;
}

.qx-merit-title img{
  width: 60%;
}
.qx-merit{
  display:block;
}

.qx-merit picture{
  display:block;
  margin-top: 30px;
  text-align: center;
}  
}
