@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
*/

/*ヘッダー*/
@media (min-width: 960px){
	.w-header{
		width:50%!important;
	}
	.-series-right .l-header__inner{
		max-width:100%;
	}
}
.custom-link a{
	color:#fff;
}
.custom-link li{
	display: inline-block;
    padding: 0 14px;
    font-size: 12px;
}
.custom-link a::after{
	position: absolute !important;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.custom-link li:nth-child(2){
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}



/*メインビジュアル下メニュー*/
.w-header{
	display:block;
	width:100%;
}
.header-link .swell-block-columns__inner{
	justify-content:end;
}
.-parallel-bottom{
	background:#008ca5;
}
.c-gnav{
	color:#fff;
}
.c-gnav>.menu-item>a .ttl{
	font-size:17px;
	margin: 0 20px;
}
@media (min-width: 960px) {
    .-parallel .l-header__inner {
        display:flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .-parallel .l-header__logo {
        text-align: center;
        width: 100%
    }

    .-parallel .l-header__logo .c-catchphrase {
        font-size: 12px;
        line-height: 1;
        margin-top: 16px
    }

    .-parallel .l-header__gnav {
        width: 100%
    }

    .-parallel .l-header__gnav .c-gnav {
        justify-content: center;
        max-width: 1450px;
        width: 100%;
        justify-self: center;
    }

    .-parallel .l-header__gnav .c-gnav>li>a {
        padding: 2em 16px;
    }

    .-parallel .c-headLogo.-txt,.-parallel .w-header {
        justify-content: center
    }

    .-parallel .w-header {
        margin-bottom: 8px;
        margin-top: 8px
    }

    .-parallel-bottom .l-header__inner {
        padding-top: 8px
    }

    .-parallel-bottom .l-header__logo {
        order: 1;
        padding: 16px 0
    }

    .-parallel-bottom .w-header {
        order: 2
    }

    .-parallel-bottom .l-header__gnav {
        order: 3
    }

    .-parallel-top .l-header__inner {
        padding-bottom: 8px
    }

    .-parallel-top .l-header__gnav {
        order: 1
    }

    .-parallel-top .l-header__logo {
        order: 2;
        padding: 16px 0
    }

    .-parallel-top .w-header {
        order: 3
    }

    .l-header.-parallel .w-header {
        width: 100%
    }

    .l-fixHeader.-parallel .l-fixHeader__gnav {
        margin-left: auto
    }
}

/*メインビジュアル検索*/
.vkfs .btn[type=submit]{
	background-color:#008ca5;
}
.vkfs__label-name{
	font-size:18px;
	color:#008ca5;
}
.vkfs_submit-text{
	color:#fff;
	font-size:17px!important;
}
.vkfs_submit{
	border-radius:10px;
}

/*抜粋*/
table.kanta-expert{
width:100%;	
}

table.kanta-expert th,td{
padding:7px !important;
}

table.kanta-expert tr{
border-bottom:1px solid #dddddd;
}