@charset "utf-8";
/* ヘッダー */
.he_top{
    background-image: url(../image/shotai-top.jpg);
}
/* トップ キャッチコピーエリア */
.conA{
    left: 25%;
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem;
}
.catch-copy{
    line-height: 2rem;
}

/* 書体説明 */
main{
    background-image: url(../image/back-image11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.type{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 8rem 0;
    color: rgb(64, 34, 15);
}
.type-grid{
    /* width: 80vw; */
    margin: 5rem auto;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-column-gap: 3%;
}
.type-grid img{
    width: 100%;
    padding: 3%;
}
.type-grid .sonota{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 30px;
}
.type-des{
    /* padding: 3%; */
    padding: 2% 3% 3% 3%;
    display: grid;
    grid-row-gap: 1rem;
}
.type-type h3{
    border-bottom: solid 2px rgba(64, 34, 15, 0.5);
    padding-bottom: 3px; /* 下線とh3の間隔 */
    font-size: 1.2rem;
}
.type-type p{
    margin-top: 2%;
}
.type-min-cap{
    font-size: 1.1rem;
}
.eva{
    margin-top: 1rem;
}
.eva-grid{
    width: 100%;
    max-width: 400px;
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    font-family: sans-serif;
    /* font-weight: bold; */
    font-size: 0.98rem;
}
.eva-grid div img{
    width: 1.5rem;
    padding: 0;
}
.eva-grid-02{
    width: 100%;
    max-width: 400px;
    display: grid;
    grid-template-columns: 35% 1fr;
    align-items: center;
    font-family: sans-serif;
    /* font-weight: bold; */
    font-size: 0.98rem;
}
.eva-grid-02 div img{
    width: 1.5rem;
    padding: 0;
}
.sonota{
    background-color: #fff;
    padding: 2rem 0;
    color: rgb(64, 34, 15);
    font-weight: bold;
    border: solid 3px rgba(64, 34, 15, 0.5);
}
.type-grid-sonota{
    display: grid;
    align-items: center;
}
.shotai-mihon a{
    color: rgb(64, 34, 15);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(64, 34, 15, 0.3);
    padding: 2rem;
}
.shotai-mihon a:hover{
    background-color: rgba(64, 34, 15, 0.8);
    color:#fff;
    transition: 0.5s ;
}