@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.btn1 {
    font-weight: normal;
    font-size: 106%;
    font-family: var(--font-mincho);
}

.btn1::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.4em solid currentColor;
    transform: rotate(0);
}


/* =====================================================================
    TOP
======================================================================*/
@media screen and (max-width: 767px) {

    .intro_content .box,
    .intro_content .box+p {
        text-align: left;
    }
}