/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

span.hissu {
    background-color:#D30000;
    padding:3px 5px;
    color:#ffffff;
}

/*フォントサイズ相対値指定*/
span.f_zero-point-five {
    font-size: 0.5em;
}
span.f_zero-point-six {
    font-size: 0.6em;
}
span.f_zero-point-sevenfive {
    font-size: 0.75em;
}
span.f_zero-point-eight {
    font-size: 0.8em;
}
span.f_one-point-five {
    font-size: 1.5em;
}
span.f_one-point-twofive {
    font-size: 1.25em;
}
span.f_one-point-four {
	font-size: 1.4em;
}
span.f_one-point-seven-five {
	font-size: 1.75em;
}
span.f_2x {
    font-size: 2em;
}

span.red {
	color:#BA0001;
}

/* - ボタン - */
.insite-bt_100 a {
    display:inline-block;
    width: 100% !important;
}
.insite-bt_80 a {
    display: inline-block;
    width: 80% !important;
}
.insite-bt_50 a {
    display: inline-block;
    width:50% !important;
}

.insite-bt_14 a {
	display:inline-block;
	width:14% !important;
}

@media screen and (max-width: 764px) {
    .insite-bt_50 a,
    .insite-bt_80 a {
        width:100% !important;
    }
}

/*TOP info area */
section#TOP_info_area {
    width: 100%;
    height: auto;
    margin: 0;
    /*background: #fff;*/
    overflow: auto;
    padding: 0 10px 10px;
}
#TOP_info_area ul {
    margin: 0;
}
#TOP_info_area li {
    display: block;
    height: auto;
    padding: 15px 0 5px;
    /*border-bottom: 1px dotted #cccccc;*/
    color: #2c2c2c;
    line-height: 1.5em;
    font-size: 1em;
}
#TOP_info_area li span.info-date {
    font-size: 1em;
    margin: 0 10px 0 0;
}
#TOP_info_area li span.date {
    display: inline-block;
    background: red;
    color: #ffffff;
    border-radius: 3px;
}
/* ページネーション */
.elementor-pagination a {
    display: inline-block;
    border: 1px solid #333333;
    padding: 5px 13.5px;
    border-radius: 3px;
    color: #333333;
}

.elementor-pagination a:hover {
    display: inline-block;
    border: 1px solid #333333;
    padding: 5px 13.5px;
    background: #333333;
    color:#ffffff;
}

.elementor-pagination .current {
    display: inline-block;
    border: 1px solid #333333;
    padding: 5px 13.5px;
    border-radius: 3px;
    background: #333333;
    color:#ffffff;
}

.elementor-pagination .prev,
.elementor-pagination .next {
    display: inline-block;
    border: 1px solid #333333;
    padding: 5px 13.5px;
    border-radius: 3px;
}
/* サイドバー */
.sidebar_cat-box h5 {display:none;}
.sidebar_cat-box ul {
	margin:0;
}
.sidebar_cat-box li {
	list-style:none;
	padding:10px;
	border-bottom:1px solid #dddddd;
}

.entry_content h2 {
    height: auto;
    margin: 50px 0 20px;
    padding: 15px 10px;
    width: 100%;
    border-top: 2px solid #0e3c6e;
    font-weight: 700;
    border-bottom: 2px solid #0e3c6e;
    color: #333;
}
.entry_content h3 {
    border-left: 5px solid #0e3c6e;
    color: #2d2d2d;
    display: block;
    height: auto;
    margin: 50px 0 25px;
    padding: 5px 0 4px 10px;
    text-decoration: none;
    line-height: 1.2em;
    clear: both;
    font-weight: 700;
}
.entry_content h4 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 30px 0 10px;
    border-bottom: 2px solid #ccc;
    padding: 0;
    clear: both;
    font-weight: 700;
}
.entry_content h5 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 30px 0 10px;
    border-bottom: 2px solid #ccc;
    padding: 0;
    clear: both;
    font-weight: 700;
}

/*投稿－個別ページテンプレートの設定*/
#content_box img {
    margin-bottom: 20px;
}
/*投稿‐アーカイブテンプレートの設定*/
.main-red {
	color:#CA0000;
}

.br-sp {
    display: none;
}

@media (max-width: 768px) {
.br-sp {
    display: inline;
}
.br-pc {
    display: none;
}
}