@charset "utf-8";
/* =======================
section--contact-form
======================== */
.section-sub  {
    padding: 0 5.33%;
}

.subTitle {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-sub {
        padding: 0 11.11%;
    }
}

/* =======================
contact-method
======================== */
.title_txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 16px 0 56px;
}

.title_txt a {
    border-bottom: 1px solid  #A6A9C1;
}

.title_txt a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.brPc {
    display: none;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .title_txt {
        text-align: center;
        margin-bottom: 60px;
    }

    .brPc {
        display: block;
    }
}

/* =======================
example
======================== */
.section-example {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid  #A6A9C1;
    padding: 56px 0 64px;
    margin: 0 5.33%;
}

.example__list {
    margin: 24px 0;
}

.example__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.example__txt a {
    border-bottom: 1px solid  #A6A9C1;
}

.example__txt a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.example__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.example__item {
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.example__txtitem {
    margin-top: 8px;
}

.example__txtGroup {
    margin-top: 8px;
    background-color: #fff;
    border: solid 2px #202234;
    padding: 16px;
}


/* pc 769px */
@media screen and (min-width: 769px) {
    .section-example {
        padding: 72px 6.73%;
        margin: 0 11.11%;
    }

    .example__list {
        margin: 32px 0;
    }

    .example__title {
        font-family: "Zen Old Mincho";
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.5; 
        letter-spacing: 1px; 
    }

    .example__txtGroup {
        margin-top: 16px;
    }

    .example__item {
        font-family: "Zen Old Mincho";
        font-size: 2.0rem;
    }

    .example__txtGroup {
        padding: 32px;
    }
    
}

/* =======================
other
======================== */
.section-other {
    border-bottom: 1px solid  #A6A9C1;
    padding: 56px 0 64px;
    margin: 0 5.33%;
}

.other__list:not(:first-child) {
    margin-top: 64px;
}

.other__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 1px; 
}

.other__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

.other__txt a {
    border-bottom: 1px solid  #A6A9C1;
}

.other__txt a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-other {
        padding: 72px 6.73%;
        margin: 0 11.11%;
    }

    .other__title {
        font-size: 3.2rem;
    }
}

/* =======================
contact
======================== */
.section-contact {
    padding: 64px 5.33% 72px ;
}

.contact__list:first-child {
    margin-top: 40px;
}

.contact__list:not(:first-child) {
    margin-top: 40px;
}

.contact__title {
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.contact__title a {
    border-bottom: 1px solid  #A6A9C1;
}

.contact__title a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.contact__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .brSp {
        display: none;
    }

    .contact__group {
        margin-top: 60px;
        
    }

    .section-contact {
        padding: 100px 6.73% 120px;
        margin: 0 11.11%;
    }

    .contact__list {
        display: flex;
    }

    .contact__title {
        width: 292px;
    }

    .contact__txt {
        width: 644px;
        margin-top: 0;
    }
}