@charset "UTF-8";
/* コンテンツ */

.kukaku_box {
    text-align: center;
}
.kukaku_box h3 {
    font-size: 2em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em; 
}
.kukaku_box h4 {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.kukaku_box p {
    width: 80%;
    margin: 0 auto;
}

.ga_sub {
    margin-bottom: 3em;
    text-align: center;
}
.ga_sub h3 {
    font-size: 3em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 0.5em;
}
.ga_sub p {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em
}
.ga_tx {
    text-align: center;
}
.ga_tx span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em; 
    padding: 1em 3em;
}

.pl_tx ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_tx ul li {
    font-size: 1.8em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em; 
}
.pl_tx ul li:nth-child(2) {
    height: 1px;
    width: 50px;
    background-color: #333;
    margin: auto 0.5em;
}
.btn_set {
    width: 50%;
    min-width: 300px;
    margin: 1em auto 2em;
}


@media screen and (max-width: 960px) {
.kukaku_box h3 {
    font-size: 1.8em;
}
.kukaku_box h4 {
    font-size: 1em;
}
.kukaku_box p {
    width: 100%;
}

.ga_sub {
    margin-bottom: 3em;
}
.ga_sub h3 {
    font-size: 2.5em;
}
.ga_sub p {
    font-size: 1.6em;
}

.ga_tx span {
    font-size: 1.32em; 
    padding: 1em 2em;
}

.pl_tx ul {
    flex-wrap: wrap;
    margin-bottom: -0.5em;
}
.pl_tx ul li {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0.5em;
}
.pl_tx ul li:nth-child(2) {
    display: none;
}

}


@media screen and (max-width: 520px) {
.kukaku_box h3 {
    font-size: 5vw;
}

.ga_sub {
    margin-bottom: 3em;
}
.ga_sub h3 {
    font-size: 6vw;
}
.ga_sub p {
    font-size: 4.5vw;
}

.ga_tx span {
    display: block;
    font-size: 4vw; 
    padding: 1em 0;
}

.pl_tx ul li {
    font-size: 4.5vw; 
}

.btn_set {
    width: 80%;
    min-width: auto;
    margin: 1em auto;
}

}
