/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Custom Mega Menu  */
.jeg_viewport {
    overflow: hidden;
}

.jeg_header .jeg_menu.jeg_main_menu > li > a{
	font-family: "カクミン R";
	
}

.sub-menu.custom-mega-menu {
background-color: #fffffff2;
	border-bottom: 5px #e50012 solid;
	font-family: "カクミン M";
}

.sub-menu.custom-mega-menu div.vc_custom_heading{
    font-size: 20px;
    color: #e11d2c;
    text-align: left;
    font-weight: 700;
    margin: 10px 10px 20px 10px;
}
.jeg_header .jeg_column ul li{

    border-bottom: 1px dashed #787878;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 14px;
    display: block;
}

.jeg_column ul li  a{    color: #1d69b0 !important ;}
.sub-menu.custom-mega-menu .jeg_main_content ul ,
.sub-menu.custom-mega-menu .jeg_main_content ol {
    margin: 10px 10px 10px 10px;
}

.sub-menu.custom-mega-menu .jeg_main_content li {
    list-style: circle;
    border-bottom: 1px dashed #8c8c8c;
    padding: 6px 0px;
}

.sub-menu.custom-mega-menu .jeg_main_content li a {
   color: #0943a9;
	font-size: 15px;
}

.sub-menu.custom-mega-menu .jeg_main_content li a:hover {
   color:red;
	text-decoration : underline ;
}

.jeg_bottombar.jeg_navbar.jeg_container.jeg_navbar_wrapper.jeg_navbar_shadow.jeg_navbar_fitwidth.jeg_navbar_dark {
    border-bottom: 4px #e50012 solid !important;
}

.jeg_block_heading_1 .jeg_block_title span {
    background: #0000 !important;
    color: #222;
    border-radius: 2px 2px 0 0;
    margin: 0px;
    border-bottom: 0px solid #f84f4f;
    font-size: 20px;
    padding: 0px 5px !important;
    display: block;
}

.jeg_block_heading_1 {
    border-bottom: 5px solid #e42222;
}

.jeg_block_title {
    font-family: "カクミン B" !important;
}

.jeg_block_title i {
    color: #c90c0c;
}

button.vc_general.vc_btn3.vc_btn3-color-danger {
    background-color: #c90c0c;
    font-weight: bold;
}

.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.bg-migishita.wpb_column.vc_column_container div.jeg_wrapper {
    background-position: right bottom !important;
}

html .entry-header .jeg_post_title , html .jeg_archive_title {
    color: #212121;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.45;
    margin: .4em 0 0.4em 0;
    letter-spacing: 0;
    font-family: "カクミン M" !important;
    border-left: 9px #cb1313 solid;
    padding-left: 10px;
    padding-bottom: 7px;
}

/* HOME */

html body .jeg_main .wpb_text_column.wpb_content_element h3 {
    font-family: "カクミン M";
    font-size: 24px !important;
}

.entry-content h2 {
    font-family: "カクミン M";
    font-size: 20PX;
    background-color: #ffedde;
    padding: 9px 8px 12px 8px;
    border: 1px solid #a0c4e3;
    margin-bottom: 1em;
	margin-top : 2em ;
}