@charset "utf-8";
/* CSS Document */

.text-section .section__inn--narrow {
    margin: 0 auto;
    width: 100%;
}

.text-section .section__inn--narrow .text_r{
  text-align: right;
  margin-top: 78px;
}

.text-section p {
    margin-bottom: 1em;
}

.text-section01 .section__inn--narrow >ul{
margin-top: 78px;
}

.text-section01 .section__inn--narrow >ul li{
margin-bottom: 20px;
display: flex;
}

.text-section02 ul li {
    margin-left: 1.325em;
    text-indent: -1.325em;
}

.text-section .section__inn--narrow >ul .flex_column{
  display: flex;
flex-direction: column;
}

.text-section .section__inn--narrow >ul .flex_column{
margin-bottom: 20px;
}

.text-section .section__inn--narrow >ul .flex_column .inner li{
    margin-bottom: 0;
}


.text-section .section__inn--narrow >ul .flex_column .inner .inner02 li{
    margin-left: 10px;
    margin-bottom: 0;
}

.text-section__header02{
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.text-section .text-section__header {
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}

.text-section .text-section__header::before {
    background-color: #036;
    content: "";
    left: 0;
    position: absolute;
    top: -1px;
}

@media print, screen and (min-width: 768px) {

      .text-section {
        margin-top: 6.9642857143vw;
    }

    .text-section .section__inn--narrow {
        max-width: 73.2142857143vw;
        padding: 0 0.8928571429vw;
    }

      .text-section .text-section__header {
        font-size: 2.0535714286vw;
        margin-bottom: 2.6785714286vw;
        padding-top: 1.5178571429vw;
    }

    .text-section .text-section__header::before {
        height: 0.1785714286vw;
        width: 5.3571428571vw;
    }

}


@media print, screen and (min-width: 1120px) {

      .text-section01 {
        margin-bottom: 78px;
    }

    .text-section {
        margin-top: 78px;
    }

    .text-section .section__inn--narrow {
        max-width: 820px;
        padding: 0 10px;
    }

        .text-section .text-section__header {
        font-size: 2.3rem;
        margin-bottom: 30px;
        padding-top: 17px;
    }

    
        .text-section .text-section__header::before {
        height: 2px;
        width: 60px;
    }
}

@media only screen and (max-width: 767px) {
  .text-section .section__inn--narrow .text_r {
        margin-top: 20.8vw;
        margin-bottom: 20.8vw;
}

.text-section01 .section__inn--narrow >ul {
    margin-top: 20.8vw;
}

      .text-section {
        margin-top: 20.8vw;
    }
    .text-section .section__inn--narrow {
        padding: 0 5.3333333333vw;
    }

        .text-section .text-section__header {
        font-size: 6.1333333333vw;
        margin-bottom: 8vw;
        padding-top: 4.5333333333vw;
    }
    .text-section__header02 {
    font-size: 7.1333333333vw;
    font-weight: 500;
    text-align: center;
}

        .text-section .text-section__header::before {
        height: 0.5333333333vw;
        width: 16vw;
    }
}