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

.l-header__inner.l-container > #gnav {
    /*display: none;*/
}

.l-fixHeader__gnav > .c-gnav {
    /*display: none;*/
}

.table_scroll{
	overflow-x: scroll; /* 横スクロールを有効にする */
    -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効にする（iOS向け） */
    white-space: nowrap; /* テーブル内の要素が折り返されないようにする */
}

.text_black a{
	color:black;
}

.right_alignment{
    text-align:right !important;
}