@charset "utf-8";

/*------------------------------------------------
   交通事故治療
------------------------------------------------*/

/* このような症状でお困りではありませんか？
****************************************/

#symptom {
  width: 100%;
}

#symptom .contentsBlock {
  width: 100%;
}

.symptomBlock {
  width: 100%;
}

.symptomBox {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 4px solid var(--main-color);
  margin-bottom: 60px;
}

.symptomBox::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid var(--main-color);
  margin: 0 auto;
}

.symptomBox .imageBlock {
  margin-bottom: 20px;
}

.symptomBox .image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.symptomBox .image img {
  width: 100%;
  height: auto;
}

.symptomBox .symptomList {
	list-style: none;
  padding-left: 20px;
}

.symptomBox .symptomList li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.symptomBox .symptomList li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  font-size: 1.5em;
}

.symptomBlock .symptomText {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .04em;
  text-align: justify;
}

.symptomBlock .symptomText span {
  font-size: 1em;
  background: linear-gradient(transparent 30%, #ff6 30%);
}

@media print, screen and (min-width: 601px) {

  .symptomBlock {
    width: 800px;
    margin: 0 auto;
  }

  .symptomBox {
    padding-bottom: 80px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
  }

  .symptomBox .imageBlock {
    width: 50%;
    margin-bottom: 0;
  }

  .symptomBox .symptomList {
    width: 50%;
    padding-left: 40px;
  }

  .symptomBox .symptomList li::before {
    margin-right: 0.4em;
  }

  .symptomBlock .symptomText {
    font-size: 1.8rem;
    text-align: center;
  }

}

/* 自賠責保険での治療
****************************************/

#flow {
  width: 100%;
  background: var(--bg2-color);
}

#flow .contentsBlock {
  width: 100%;
}

.flowBlock {
  width: 100%;
}


.flowBox {
  width: 90%;
  margin: 60px auto 80px;
  padding: 50px 10px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.flowBox::before {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8em;
  line-height: 1;
  letter-spacing: .04em;
  text-indent: .04em;
  color: #fff;
  background: var(--sub-color);
  border-radius: 60px;
  content: attr(data-number);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowBox:last-of-type {
  margin-bottom: 0;
}
  
.flowBox:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 14px solid transparent;
  width: 0;
  height: 0;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: var(--main-color);
}

.flowBox .textBlock {
  padding: 0 40px;
}

.flowBox .textBlock .flowTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .4em;
  text-indent: .4em;
  font-feature-settings: "palt" 1;
  color: var(--sub-color);
  text-align: center;
  margin-bottom: 20px;
}

.flowBox .textBlock .flowDesc {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
}

@media print, screen and (min-width: 601px) {

  .flowBlock {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .flowBox {
    width: calc((100% - 84px) / 4);
    margin: 40px 0 0;
  }
  
  .flowBox:last-child {
    padding-right: 14px;
  }
  
  .flowBox:not(:last-child)::after {
    right: -35px;
    bottom: auto;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    border-left-color: var(--main-color);
    border-top-color: transparent;
  }

  .flowBox .textBlock {
    padding: 0;
  }


}

/* 治療費
****************************************/

#charge {
  width: 100%;
}

#charge .contentsBlock {
  width: 100%;
}

.chargeBlock {
  width: 100%;
}

.chargeBlock .desc {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .04em;
  text-align: justify;
  margin-bottom: 1em;
}

.chargeBlock .desc span {
  font-size: 1em;
  background: linear-gradient(transparent 30%, #ff6 30%);
}

@media print, screen and (min-width: 601px) {

  .chargeBlock {
    width: 800px;
    margin: 0 auto;
  }

  .chargeBlock .desc {
    font-size: 1.8rem;
    text-align: center;
  }


}
