@charset "utf-8";
/*
Theme Name:  DCF DRM version
Theme URI:
Template:    lightning-pro
Description: DCF 2019 version
Tags:        light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
License:     GNU General Public License v2 or later
License URI: https://ja.wordpress.org/about/license/
Version:     1.0.0
*/

/*表示するフォント*/
body,p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

/*Pタグのフォントを太め　PC閲覧時（画面幅992px以上）*/
@media (min-width: 992px) { 
p {
    font-size:20px;
    }    
}

/*ヘッダー(headerTop_description)の文字サイズ*/
header,p {
	font-size:1.5rem!important;
	}
/*メニュー（ナビゲーション）関係*/
/*文字の太字*/
.gMenu_name {
    font-weight:bold !important;
    }
/*文字の色*/
ul.gMenu li a {
    color: #616161 !important;
}
/*メニューと背景の色*/
.gMenu_outer{
    background-color: #fff !important;
}
ul.gMenu li {
    background-color: #fff !important;
}
/*メニュー（ナビゲーション）関係
 * ここまで*/

/*ヘッダーと隙間をうめる*/
.carousel {
    border-bottom:none !important;
    }

.home .siteContent {
    padding-top:0 !important;
    }

/*フォームボタンのワク色*/
.btn-primary[disabled]{
	border-color: #BDBDBD !important;
}

