@charset "UTF-8";
.l-section {
    margin-top: 0;
    padding-top: 120px;
}
.p-service__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    margin-top: 56px;
}
.p-service__img {
    width: 480px;
}
.p-service__text {
    width: 560px;
}
.p-service__img img{
    border-radius: 30px;
}
.p-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.p-service__item::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    vertical-align: bottom;
    background-image: url(../../images/services/ico_check_orange_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.border07 {
    font-size: 30px;
}
.menu-box{
	display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
.menu-box .c-button{
    width: 28%;
    margin: 0 2% 20px;
}
.p-orthodontics__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 16px 40px;
    color: #fff;
    background-color: #F9A016;
    border-radius: 16px;
    font-size: 3.6rem;
    font-weight: 700;
}
.p-orthodontics__title::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 24px;
    background-image: url(../../images/services/ico_arrow_01.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.orthodontics-box{
    display: flex;
        flex-wrap: wrap;
}
.orthodontics-box div{
    width: 28%;
    background: #FBEAD5;
    padding: 20px;
    border-radius: 10px;
    margin: 50px 2% 0;
    border: 1px solid #555;
}
.orthodontics-box div h4{
color: #F2A31E;
    font-size:20px;
    text-align: center;
}
table.orthodontics{
border-collapse: collapse;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 10px;
}
table.orthodontics th,table.orthodontics td {
        padding: 10px;
    border: 1px solid #000;
}
table.orthodontics th {
    width: 30%;
    text-align: center;
    background: var(--main-color);
    color: var(--txt-color-on-bg);
    vertical-align: middle;
}
.flow__body {
  margin-top: 56px;
}

.flow__item {
  /*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;
  overflow: hidden;
}

.flow__thumb {
  width: 390px;
  margin-right: 40px;
  max-width: 390px;
  float: left;
}

.flow__thumb img {
  max-width: 100%
}

.flow__thumb img.arrow {
  display: block;
  margin: 35px auto;
  width: 80px;
  height: auto;
  box-sizing: border-box;
    border: none;
}

.flow__thumb img {
  border-radius: 15px;
}

.flow__text {
  float: left;
  width: 51%;
  padding-top: 50px;
}

.flow__copy {
  position: relative;
  padding: 0 0 12px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.flow__copy span {
  position: relative;
  font-size: 2.8rem;
}

.flow__copy--sub {
  color: #719F24;
  border-bottom: 4px dashed #8AA81F;
}

.flow__copy::before {
  content: attr(data-num);
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.024em;
}

.flow__copy::after {
  content: "STEP";
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.38em;
}

.flow__copy--sub::before,
.flow__copy--sub::after {
  color: #F5F4C4;
}

.flow__copy--main {
  color: #FA991F;
  border-bottom: 4px dashed #FA991F;
}

.flow__copy--main::before,
.flow__copy--main::after {
  color: #FAECD5;
}

.flow__thumb img.sp_arrow {
  display: none;
}


@media screen and (max-width: 767px) {
  .flow__item {
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }

  .flow__thumb {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    float: none;
  }

  .flow__thumb img {
    max-width: 100%;
  }

  .flow__thumb img.arrow {
    display: none;
  }

  .flow__thumb img.sp_arrow {
    display: block;
    margin: 35px auto;
    width: 50px;
    height: auto;
    box-sizing: border-box;
    display: block;
  }

  .flow__text {
    float: none;
    width: 100%;
    padding-top: 0px;
  }

  .flow__copy span {
    font-size: 2rem;
  }

  .flow__text {
    margin-top: 60px;
  }

}
.orthodontics-lisk{
background: #FBEAD5;
    padding: 20px;
    border-radius: 10px;
    margin: 50px 2% 0;
    border: 1px solid #555;
}
.orthodontics-lisk h5{
color: #F2A31E;
    font-size: 20px;
    text-align: center;
}
.p-orthodontics__section h4{
        padding-bottom: 10px;
    margin: 50px 0 20px;
    font-size: 2.8rem;
    font-weight: 700;
    border-bottom: 4px dashed var(--color-main02);
}
ul.checklist.check2 li p {
    font-size: 17px;
    line-height: 1.7;
}
ul.checklist.check2 li p span{
display: block;
    font-size: 110%;
    margin-bottom: 10px;
}
@media (max-width:1024px) {
    .p-orthodontics__section h4 {
    padding-bottom: 6px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px dashed var(--color-main02);
    margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
  .border07 {
    font-size: 18px;
  }
        .p-service__body {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }
        .p-service__img {
        width: 100%;
    }
        .p-service__text {
        width: 100%;
    }
    .menu-box {
    display: block;
}
    .menu-box .c-button {
    width: 100%;
    margin: 0 auto 20px;
}
        .menu-box .c-button a{
    padding: 15px 40px 15px 20px;
}
.p-orthodontics__title {
        padding: 18px;
        padding-left: 20px;
        font-size: 2rem;
    }
    .orthodontics-box {
    display: block;
    }
    .orthodontics-box div {
    width: 100%;
        margin: 30px auto 0;
    }
    table.orthodontics th, table.orthodontics td {
    padding: 5px;
    }
    .p-orthodontics__section h4 {
    padding-bottom: 6px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px dashed var(--color-main02);
    margin-bottom: 20px;
    }
}
#s01,#s02,#s03,#s04,#s05 {
    padding-top: 60px;
    margin-top:-60px;
}