@charset "utf-8";

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.1em;
}

.title {
    width: 90%;
    max-width: 1200px;
    display: block;
    padding: 90px 0 60px;
    margin: 0 auto;
    border-bottom: 1px solid #DADDD8;
    margin-top: 70px;
}

.title>div {
    display: flex;
    align-items: center;
}

.title>div>span {
    font-size: 11px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    margin-right: 15px;
}

.title>div>small {
    font-size: 10px;
}

.title>h1 {
    font-size: 23px;
    margin-top: 10px;
}

.info_body {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto;
}

.info_body p {
    line-height: 2.4;
    font-size: 13px;
}

.textAria{
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
}
.textAria h3 {
    font-size: 13px;
}

.textAria p {
    padding-bottom: 40px;
    line-height: 2.4;
    font-size: 13px;
}
.textAria1 {
    width: 90%;
    max-width: 1000px;
    padding-bottom: 40px;
    margin: 0px auto;
}
.textAria1 h3 {
    font-size: 13px;
}
.textAria1 p {
    padding-bottom: 30px;
    line-height: 2.4;
    font-size: 13px;
}
.textAria1 .line-btn {
  display: inline-block;
}
.textAria1 .line-btn img {
  max-width: 135px;        /* 好きなサイズに調整 */
  height: auto;
  display: block;           /* 下の余白防止 */
}
.textAria1 .photo-img {
max-width: 82px;        /* 好きなサイズに調整 */
  height: auto;
  display: block;           /* 下の余白防止 */
}
.textAria2 {
    width: 90%;
    max-width: 1000px;
    padding-bottom: 40px;
    margin: 0px auto;
}
.textAria2 h3 {
    font-size: 13px;
}
.textAria2 p {
    line-height: 2.4;
    font-size: 13px;
}

@media(min-width:1000px) {
    .title {
        padding: 90px 50px;
    }

    .title>h1 {
        font-size: 34px;
    }

    .info_body {
        border-bottom: none;
        width: 90%;
    }

    .info_body p {
        line-height: 2.4;
        font-size: 16px;
    }
    .textAria{
    border-bottom: none;
        width: 90%;
    }
    .textAria h3 {
    font-size: 16px;
    }

.textAria p {
padding-bottom: 60px;
   line-height: 2.4;
        font-size: 16px;
    }
        .textAria1{
            padding-bottom: 60px;
    border-bottom: none;
        width: 90%;
    }
.textAria1 h3 {
    font-size: 16px;
    }
.textAria1 p {
   line-height: 2.4;
        font-size: 16px;
    }
    .textAria1 .line-btn img {
  max-width: 250px;
    }
    .textAria1 .photo-img {
  max-width: 180px;
    }
        .textAria2{
            padding-bottom: 60px;
    border-bottom: none;
        width: 90%;
    }
.textAria2 h3 {
    font-size: 16px;
    }
.textAria2 p {
   line-height: 2.4;
        font-size: 16px;
    }
}