@charset "utf-8";

#img-top img {
    width:100%;
}

.secbox .ttl {
    color: var(--main-color);
    background: none;
    text-align: center;
    margin-bottom: 0;
    font-size: 4.3rem;
    font-weight: 600;
    font-family: Montserrat;
}



/* advantage
****************************/
.advantage-box {
    background-color:var(--sub-color);
/*    position:absolute;
    left:0;*/
    width:100%;
    margin-top:100px;
}

.advantage-subbox {
    max-width: var(--content-width);
    margin: auto;
    padding: 0 5%;
}

.advantage-box .wp-block-columns {
    margin-top:60px;
}
.advantage_list {
    text-align: center;
    /* 1. 背景色を白に設定 */
    background-color: #ffffff;
    
    /* 2. 角丸を適用 */
    border-radius: 15px;
    
    /* 3. シャドウ（影）を適用 - 濃く修正 */
    /* 影の色を濃くするため、透明度を 0.1 から 0.2 または 0.25 へ引き上げます */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* 縦のオフセットとぼかしをわずかに調整 */
    
    /* 4. コンテンツ内の余白（パディング）を設定 */
    padding: 30px; 
    
    /* 5. 必要に応じてアニメーションを追加 */
    transition: box-shadow 0.3s ease;
}

.advantage_list .wp-block-image img {
    margin:auto;
    max-height:100px;
    min-height: 100px;
}
.advantage_list h3 {
    color:var(--main-color);
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em 0;
}

.advantage_list p {
    text-align: left;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5;
}

.sri p {
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 500;
}

/* 以下SP用スタイル
****************************/


@media all and (max-width: 768px) { 

.secbox .ttl {
    font-size:3.5rem;
}
/* 最新情報
****************************/
#news { padding: 30px 0;}
#news .secbox { display: block;}
#news .secbox .ttl {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
#news .secbox .ttl span {
    display: block;
    padding-left: 0;
    font-size: 1.6rem;
}
#news .newslist {
    width: 90%;
    margin: 0 auto;
}



} /* SP media */