/**
Theme Name: jpdetox
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jpdetox
Template: astra
*/


/* common
--------------------- */
body{
	background-color:#fff !important;
	/* font-family: TBUDGothic R ; */
}
strong{
	/* font-family: TBUDGothic E ; */
}
figcaption{
	margin:0 !important;
	padding-top:0.5em;
	font-size:14px;
	line-height:1.3;
}
#bg{
	width:15% !important;
}
@media (max-width:1200px){
	#bg{
		display:none;
	}
}
.flex{
	display:flex;
}
.flexw{
	display:flex;
	flex-wrap:wrap;
}
.flexsb{
	justify-content:space-between;
}
.col-2{
	width:49%;
}
.col-3{
	width:32%;
}
.col-4{
	width:24%;
}
th{
	width:15%;
}
td ul, td ol{
	margin-left:1em !important;
	margin-bottom:0 !important;
}
td ul li, td ol li{
	margin-left:1em !important;
}
@media (max-width:800px){
	th{
		width:25%;
	}
}
h1,h2,.serif{
	/* font-family:A1 Mincho !important; */
}
.posted-on{
	font-family:Century;
}
.fit_image img{
	width:100% !important;
	height:auto !important;
}


/* table
--------------------- */
th{
	min-width:20%;
	background:#eee;
}


/* 見出し
--------------------- */

/* トップページ */
.h2{
	position: relative;
	width:auto !important;
	margin: 50px auto !important;
}
.h2 h2.uael-heading{
	position: relative;
	width:auto !important;
	margin: 0 auto;
	color:#61865E !important;
	text-align: center;
}
.h2 h2.uael-heading span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.h2 h2.uael-heading::before {
	position: absolute;
	top:50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
}
.uael-sub-heading{
	color:#61865E !important;
	/* font-family:A1 Mincho !important; */
	font-size:12px;
}


/* 共通 */
h1.page-title,
h1.entry-title {
	margin-bottom:50px;
	padding: 30px;
	position: relative;
	background:#fafafa;
	text-align:center;
}
h1.page-title::before, h1.page-title::after,
h1.entry-title::before, h1.entry-title::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
h1.page-title::before,
h1.entry-title::before {
	border-left: solid 1px #61865E;
	border-top: solid 1px #61865E;
	top: 0;
	left: 0;
}
h1.page-title::after,
h1.entry-title::after {
	border-right: solid 1px #61865E;
	border-bottom: solid 1px #61865E;
	bottom: 0;
	right: 0;
}
h2:not(.uael-heading) {
        position:  relative;
        margin:2em 0 1em !important;
        padding-bottom:15px !important;
        border-bottom:#eee solid 3px;
	/* font-family:A1 Mincho !important; */
        font-weight:  normal;
}
h2:not(.uael-heading):before {
        content:  '';
        width: 100px;
        height: 3px;
        background-color: #61865E;
        display:  block;
        position:  absolute;
        left:  0;
        bottom: -3px;
}

@media (max-width:800px){
	.h2 h2{
		font-size:24px !important;
	}
}
.entry-content h3{
	margin:1em 0 0.5em;
	color: #61865E;
	font-size:20px;
}


/* header
--------------------- */
body:not(.home) #header_{
	width:75% !important;
	margin-left:10%;
	background:#fafafa;
}
@media (max-width:1200px){
	body:not(.home) #header_{
		width:100% !important;
		margin-left:0;
	}
}
.header_catch{
	position:relative;
	/* font-family:A1 Mincho !important; */
}

/* #main_colmn
--------------------- */
#main_colmn,
#content{
	width:75% !important;
	margin-left:10%;
}
#footer_bnr{
	width:85% !important;
}
@media (max-width:1200px){
	#footer_bnr,
	#content,
	#main_colmn{
		width:100% !important;
		margin-left:0;
	}
	#footer_bnr{
		width:100% !important;
	}
}
#main{
	width:85%;
	margin:0 auto;
}
@media (max-width:1500px){
	#main{
		width:100%;
	}
}
@media (min-width:1200px){
	body.single .entry-title,
	body.single .post-thumb-img-content{
		text-align:center;
	}
	body.single .entry-meta,
	body.single .entry-content{
		width:960px;
		margin:0 auto;
	}
}


/* #gloval_nav
--------------------- */
#gloval_nav{
	position: fixed !important;
	top: 0px !important;
	left:85% !important;
	width:15% !important;
	height:100vh !important;
	background:#61865E !important;
	border-left:1px solid #eee !important;
	/* font-family:A1 Mincho !important; */
}
#gloval_nav ul li a{
	/* color:#000 !important; */
}
@media (max-width:1200px){
	#gloval_nav{
		display:none;
	}
}


/* #footer_
--------------------- */
#footer_{
	/* font-family:A1 Mincho !important; */
}


/* .top_message
--------------------- */
.top_message{
	/* font-family:A1 Mincho !important; */
	color:#000 !important;
}


/* .top_message
--------------------- */
.top_message h2{
        margin:0 !important;
        padding-bottom:0 !important;
        border-bottom:none !important;
	font-size:auto !important;
}
.top_message h2:before{
	display:none;
}

/* .top_gyoumu
--------------------- */
.top_gyoumu .uael-faq-accordion{
	padding:30px;
	background:#fafafa;
}
.top_gyoumu .uael-accordion-title{
	margin-bottom:15px;
	/* font-family:A1 Mincho !important; */
	font-size:24px;
	text-align:center;
}
.top_gyoumu .image img{
	border:1px solid #ccc;
}
.top_gyoumu .comment{
	padding:15px;
}
.top_gyoumu .elementor-button-wrapper i{
	font-size:24px;
}
.top_gyoumu .elementor-button-text{
	/* font-family:A1 Mincho !important; */
}
.top_gyoumu .elementor-icon-list-items{
/*
	width:70% !important;
*/
	margin:15px auto !important;
}
.top_gyoumu .elementor-icon-list-items li{
	margin:0 0 7px 0;
	padding:7px;
	list-style-type:none;
	color:#fff;
	font-size:14px;
	line-height:1.3;
}
.top_gyoumu .gyoumu1 .elementor-icon-list-items li{
	background:#61865E;
}
.top_gyoumu .gyoumu2 .elementor-icon-list-items li{
	background:#61865E;
}
.top_gyoumu .gyoumu3 .elementor-icon-list-items li{
	background:#61865E;
}
.top_gyoumu .gyoumu4 .elementor-icon-list-items li{
	background:#61865E;
}


/* .top_products
--------------------- */
.top_products .uael-sub-heading{
	color:#333 !important;
}


/* .top_column
--------------------- */
@media (min-width:800px){
	.top_column .uael-post-grid__inner{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items: stretch !important;
	}
	.top_column .uael-post-grid__inner .uael-post-wrapper{
		width:49%;
	}
	.top_column .uael-post-grid__inner .uael-post__content-wrap{
		margin:20px 20px 20px -20px !important;
	}
}