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

/*トップ*/
.section-top-img {
  background:url("../img/about/about_top.png")no-repeat center/cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.section-top-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.25);
}
.section-top-img h2 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
}
@media(max-width: 480px) {
  .section-top-img {
    background:url("../img/about/about_top_mobile.png")no-repeat center/cover;
    height: 150px;
  }
  .section-top-img h2 {
    font-size: 2.4rem;
    top: 43%;
    left: 23%;
  }
}
/*パンクズリスト*/
.list  {
  width: 1040px;
  margin: 20px auto 0;
  font-size: 1.5rem;
}
.list a {
  color: #EE7800;
}
@media(max-width: 480px) {
  .list  {
  width: 335px;
  margin: 20px auto 0;
}
}

/*交通事故治療*/
.section-accident h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 80px;
}
.h2_line {
  border-bottom: 2px dashed #532A18;
  width: 90px;
  margin: 20px auto 40px;
}
.section-accident_p {
  text-align: center;
  font-weight: bold;
  padding-bottom: 60px;
}
@media(max-width: 480px) {
  .section-accident_p {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
/*交通事故にあったときの流れ*/
.accident_list {
  text-align: center;
  display: block;
  margin-bottom: 80px;
}
.accident_list .accident_item {
  text-align: left;
  display: inline-block;
}
.accident_item li {
  list-style: none;
  padding-bottom: 80px;
}
.accident_item li h3 {
  font-size: 2.0rem;
  padding-bottom: 20px;
}
.accident_item li p {
  width: 760px;
}


.accident_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accident_item {
  padding-left: 0;
}

.accident_item > li {
  list-style-type: none;
  position: relative;
  padding-left: 70px;
}

.accident_item > li:not(:last-child) {
  padding-bottom: 80px;
}

.accident_item > li .icon05 {
  width: 86px;
  height: 86px;
  line-height: 4em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background:rgba(238, 120, 0, 0.3);
  color: #532A18;
  position: absolute;
  left: -30px;
  top: -30px;
}

.accident_item > li:not(:last-child)::before {
  content: '';
  background: #EE7800;
  width: 4px;
  height: 88px;
  position:absolute;
  left: 10px;
  top: 55px;
}
.accident_item > li:nth-child(3)::before {
  content: '';
  background: #EE7800;
  width: 4px;
  height: 183px;
  position:absolute;
  left: 10px;
  top: 55px;
}

.accident_item > li dl dt {
  font-size: 2.0rem;;
  font-weight: 600;
  color: #532A18;
}

.accident_item > li dl dd {
  margin-left: 0;
  padding-top: 20px;
  width: 800px;
}
.accident_item li dl p {
  display: none;
}
@media(max-width: 480px){
 .accident_item > li {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

  .accident_item > li .icon05 {
    left: 20px;
    transform: none;
  }

  .accident_item > li dl {
    text-align: center;
  }

  .accident_item > li dl dt {
    padding-left: 100px;
    text-align: left;
  }

  .accident_item > li dl dd {
    width: 335px;
    padding-top: 60px;
    padding-left: 20px;
    text-align: left;
  }
  .accident_item > li::before{
    display: none;
  }
  .accident_item > li:last-child{
    padding-bottom: 0;
  }
  .accident_item li p {
    width: 335px;
    padding-top: 30px;
  }
  .accident_item li dl p {
  display: block;
}
}

/*交通事故治療の説明*/
.promise_list {
  text-align: center;
  display: block;
  margin-bottom: 80px;
  line-height: 30px;
}
.promise_list .promise_list_item {
  text-align: left;
  display: inline-block;
}  
@media(max-width: 480px){
  .promise_list {
    padding: 0 20px 0;
  }
}


/*労災*/
.section_industrial-accident {
  padding-bottom: 80px;
}
.section_industrial-accident h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 80px;
}
.explanation {
  text-align: center;
  display: block;
  margin-bottom: 80px;
  line-height: 30px;
}
.explanation .explanation_list {
  text-align: left;
  display: inline-block;
}  
.explanation_list span {
  color: #FF2C2C;
}
@media(max-width: 480px){
 
  .explanation {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}