/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper {
  background-image: url(../../images/ttl_en_doctor.svg);
}
main section.s01 {
  padding-top: 50px;
}
main section.s01 .wrapper {
  width: 1020px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .photobox {
  width: 403px;
}
main section.s01 .wrapper .photobox .photo01 {
  width: 372px;
  display: block;
}
main section.s01 .wrapper .photobox ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
main section.s01 .wrapper .photobox ul li {
  width: 180px;
}
main section.s01 .wrapper .photobox ul li.li02 {
  padding-top: 50px;
}
main section.s01 .wrapper .photobox ul li img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .txtbox {
  width: calc(100% - 403px);
  padding-left: 50px;
}
main section.s01 .wrapper .txtbox .t02 {
  font-weight: bold;
  color: #182987;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 25px;
}
main section.s01 .wrapper .txtbox .t03 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
  letter-spacing: 1px;
}
main section.s01 .wrapper .txtbox .t04 {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  margin-top: 50px;
  color: #6797e8;
}
main section.s01 .wrapper .txtbox .t05 {
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  color: #182987;
  margin-top: 20px;
}
main section.s02 {
  padding-top: 150px;
}
main section.s02 .mainttlbox {
  text-align: center;
}
main section.s02 .wrapper {
  padding: 150px 0 200px;
  background-color: #D2E0F8;
  margin-top: 90px;
}
main section.s02 .wrapper .list01 {
  width: 1020px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper .list01 .li01 {
  width: 469px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #182987;
  position: relative;
}
main section.s02 .wrapper .list01 .li01 .num {
  height: 106px;
  display: block;
  position: absolute;
  top: -53px;
  left: 60px;
}
main section.s02 .wrapper .list01 .li01 .mainttlbox {
  text-align: left;
}
main section.s02 .wrapper .list01 .li01.li0101 {
  padding: 90px 80px 80px;
}
main section.s02 .wrapper .list01 .li01.li0101 ul {
  margin-top: 40px;
}
main section.s02 .wrapper .list01 .li01.li0101 ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 20px;
  padding-left: 60px;
}
main section.s02 .wrapper .list01 .li01.li0101 ul li:last-child {
  padding-bottom: 0;
}
main section.s02 .wrapper .list01 .li01.li0101 ul li:last-child::after {
  height: calc(100% - 10px);
}
main section.s02 .wrapper .list01 .li01.li0101 ul li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #6797e8;
  border-radius: 14px;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
}
main section.s02 .wrapper .list01 .li01.li0101 ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #182987;
  border-radius: 14px;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 8px;
}
main section.s02 .wrapper .list01 .li01.li0102, main section.s02 .wrapper .list01 .li01.li0103 {
  padding: 90px 0 80px 90px;
}
main section.s02 .wrapper .list01 .li01.li0102 .t01, main section.s02 .wrapper .list01 .li01.li0103 .t01 {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}
main section.s02 .wrapper .list01 .li01.li0103 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper {
    background-image: url(../../images/ttl_en_doctor.svg);
  }
  main section.s01 {
    padding: 10px 20px 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .photobox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  main section.s01 .wrapper .photobox .photo01 {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s01 .wrapper .photobox ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  main section.s01 .wrapper .photobox ul li {
    width: calc(50% - 15px);
  }
  main section.s01 .wrapper .photobox ul li.li02 {
    padding-top: 30px;
  }
  main section.s01 .wrapper .photobox ul li img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .txtbox .t02 {
    font-weight: bold;
    color: #182987;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
  }
  main section.s01 .wrapper .txtbox .t03 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    letter-spacing: 1px;
  }
  main section.s01 .wrapper .txtbox .t04 {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    color: #6797e8;
  }
  main section.s01 .wrapper .txtbox .t05 {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #182987;
    margin-top: 10px;
  }
  main section.s02 {
    padding-top: 70px;
  }
  main section.s02 .mainttlbox {
    text-align: center;
  }
  main section.s02 .wrapper {
    padding: 70px 20px 45px;
    background-color: #D2E0F8;
    margin-top: 30px;
  }
  main section.s02 .wrapper .list01 {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .list01 .li01 {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #182987;
    position: relative;
  }
  main section.s02 .wrapper .list01 .li01 .num {
    height: 70px;
    display: block;
    position: absolute;
    top: -35px;
    left: 20px;
  }
  main section.s02 .wrapper .list01 .li01 .mainttlbox {
    text-align: left;
  }
  main section.s02 .wrapper .list01 .li01.li0101 {
    padding: 60px 0 35px 50px;
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul {
    margin-top: 20px;
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 15px;
    padding-left: 40px;
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul li:last-child {
    padding-bottom: 0;
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul li:last-child::after {
    height: calc(100% - 10px);
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul li::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #6797e8;
    border-radius: 14px;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .list01 .li01.li0101 ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #182987;
    border-radius: 14px;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 7px;
  }
  main section.s02 .wrapper .list01 .li01.li0102, main section.s02 .wrapper .list01 .li01.li0103 {
    padding: 60px 0 30px 50px;
    margin-top: 70px;
  }
  main section.s02 .wrapper .list01 .li01.li0102 .t01, main section.s02 .wrapper .list01 .li01.li0103 .t01 {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 15px;
  }
  main section.s02 .wrapper .list01 .li01.li0103 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}