@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーにボタンを設置 */
li.is-style-btn_normal.header-cta {
    height: auto;
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 960px){
li.is-style-btn_normal.header-cta {
    margin-top: 30px;
}
}
li.is-style-btn_normal.header-cta a {
    padding: 15px 40px;
    color: #fff;
}

#header .header-cta a::after{
content: none !important;
}
 
@media screen and (max-width: 960px) {
    li.is-style-btn_normal.header-cta {
        margin-top: 20px;
    }
}

/* スマホハンバーガーメニューのボタン調整 */
.p-spMenu li.header-cta a {
    background-color: #0062b2;
    color: #ffffff !important;
    border-radius: 80px;
    text-align: center;
    padding: 12px 0;
    margin: 10px 20px;
    transition: all 0.1s ease; 
}

.p-spMenu li.header-cta a:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
    left: 10px;
}
