@charset "utf-8";
/*a{
    transition: none !important;
}*/
/* ヘッダー
========================================== */
.logo-wrap{
	top:10px;
}
#pagewrap.hfeed{
	padding-top: 0 !important;
}
.home #pagewrap.hfeed{
/*	padding-top: 63px !important; */
}
.mobile_menu_active.admin-bar #headerwrap.fixed-header{
	top: 0 !important;
}
/* グローバルナビ
========================================== */
.custom_header_wrap .menu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;

}
.custom_header_wrap .menu ul,
.custom_header_wrap .menu li{
    margin: 0 !important;
    list-style: none;
}
.custom_header_wrap .menu > li {
    width: 15%;
    height: 50px;
    line-height: 50px;
    
}
.custom_header_wrap .menu > li a {
    display: block;
    color: #000;
    text-align: center;
}
.custom_header_wrap .menu > li a:hover {
    color: #000;
}
.custom_header_wrap ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.custom_header_wrap ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
.custom_header_wrap ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.custom_header_wrap .menu > li:hover {
    background: #f1f1f1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.custom_header_wrap .menu__second-level li {
    border-top: 1px solid #111;
}
.custom_header_wrap .menu__third-level li {
    border-top: 1px solid #111;
}
.custom_header_wrap .menu__second-level li .btn a:hover {
    background: #1074c4;
    color: #fff;
}
.custom_header_wrap .menu__third-level li a:hover {
    background: #2a1f1f;
}
.custom_header_wrap .menu__fourth-level li a:hover {
    background: #1d0f0f;
}
.custom_header_wrap .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_header_wrap .menu:before,
.custom_header_wrap .menu:after {
    content: " ";
    display: table;
}
.custom_header_wrap .menu:after {
    clear: both;
}
.custom_header_wrap .menu {
    *zoom: 1;
}
.custom_header_wrap li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 128px !important;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #f1f1f1;
    transition: .25s height ease-out;
}
.custom_header_wrap li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.custom_header_wrap li.menu__mega ul.menu__second-level .solution_menu li {
    margin-bottom: 10px;
    border: none;
    list-style: circle;
    text-align: left;
}

.custom_header_wrap li.menu__mega ul.menu__second-level > li {
    width: 20%;
    margin-right: 2% !important;
    border: none;
    float: left;
}
.custom_header_wrap li.menu__mega ul.menu__second-level > li .description{
    line-height: 1.5;
    width: 260px;
    margin: 0 auto 5px;
    display: block;
}
.custom_header_wrap ul.menu__second-level li > div {
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
    width: 85%;
}
.custom_header_wrap ul.menu__second-level li > div h2 {
    margin-bottom: 13px;
    padding-left: 15px;
    border-left: 4px solid #273892;
    color: #273892;
}
.custom_header_wrap .deteil_link{
    width: 255px; 
    display: block;
    margin: 0 auto;
}

.custom_header_wrap .deteil_link a{
    width: 255px;    
    display: block;
    background: #e5e5e5;
}
.custom_header_wrap ul.menu__second-level li img{
    width:250px; 
}
.custom_header_wrap ul.menu__second-level li h2 {
    font-size: 20px;
    font-weight: bold;
}
.custom_header_wrap ul.menu__second-level li h2 span{
    margin-right: 10px;
    font-size: 20px;
    font-style: italic;
    color: #043784;
    font-weight: bold;
}
.custom_header_wrap li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
.custom_header_wrap .menu > li.menu__single {
    position: relative;
}
.custom_header_wrap li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #3f51b4;
}
.custom_header_wrap li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.custom_header_wrap{
    width: 100%;
    padding-top: 10px;
    border-top: 3px solid #043784;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #fff;
    z-index: 999999;
}
.custom_header_wrap .menu li {
    
}
.custom_header_wrap li{
    list-style: none;
}
.custom_header_wrap .custom_header_inner{
    width: 1180px;
    margin: 0 auto;
}
.custom_header_wrap .custom_header_top{
    display: flex;
    align-items: center;
}
.custom_header_wrap .custom_header_top .custom_logo_area{
    margin-left: 10px;
    margin-bottom: 5px;
    width: calc(40% - 10px);
}
.custom_header_wrap .custom_header_top .custom_logo_area .site_id{
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 22px;
}


.custom_header_wrap .custom_header_top .custom_logo_area .tag_line{
    line-height: 1em;
    margin: 0 0 5px;
    font-size:12px; 
}
.custom_header_wrap .custom_header_top .custom_remote_area{
    width: 60%;
    margin-left: auto;
}
.custom_header_wrap .custom_header_top .custom_remote_area p{
    margin: 0;
}
.custom_remote_area .custom_remote_area_inner{
    display: flex;    
    align-items: center;
}
.custom_remote_area .custom_remote_tel{
    display: flex;
    align-items: center;
}
.custom_remote_area .custom_remote_tel p{
    width: 43px;
    color: #000;
}
.custom_remote_area .custom_remote_tel p i {
    font-size: 36px;
}
.custom_remote_area .custom_remote_tel ul {
    margin: 0;
}
.custom_remote_area .custom_remote_tel ul li{
	margin-bottom:0;
}
.custom_remote_area .custom_remote_tel ul a {
    color: #273892;
    /*color: #000;*/
    font-size: 25px;
    font-weight: bold;
}
.custom_remote_area .custom_remote_tel .tel_info{
    margin: 0 0 1px 0;
    font-size: 12px;
}
.custom_remote_mail{
    margin: 0 20px;
}
.custom_remote_mail p{
    font-size: 20px;
}
.custom_remote_mail p a,
.custom_remote_mail_sp p a{
    padding: 8px 25px;
    border-radius: 20px;
    background: #283993;
    color: #fff !important;
    font-weight: normal;
    display: block;
}
.custom_remote_mail_sp p a{
    font-size: 20px;
    text-align: center;
}
.custom_remote_mail_inner{

}
.custom_header_bottom{
    
}
.custom_header_wrap li.menu__mega ul.menu__second-level .solution_menu li{
    margin-bottom: 10px;
    border: none;
    list-style: circle;
}

/* サブナビ改修 */
.btn_s {
    line-height: 1.4em;
    font-size: 14px;
    padding: 8px 0;
}
.menu__second-level li {
    line-height: 1.4em;
}
.custom_header_wrap ul.menu__second-level li .menu__second-level-ttl {
    font-size: 17px;
}
.description {
    font-size: 15px;
    padding: 5px 0;
}

/* 問い合わせ */
.bl_btn_contact:hover {
    background: #E0B73A;
    box-shadow: 5px 5px 5px -6px rgb(0 0 0 / 40%);
    cursor:pointer;
    color: #fff;
}
.bl_btn_contact {
    background: #273892;
    border-radius: 25px;
    box-shadow: 5px 5px 14px -6px rgb(0 0 0 / 60%);
    color: #fff;
    font-size: 18px;
    max-width: 240px;
    margin: 0 auto;
    padding: 10px 25px;
    transition-duration: 300ms;
}



/* スマホメニュー
========================================== */
.mobile_menu_active #menu-icon-close{
    top: 0.5em !important;
    left: 0 !important;
    right: auto !important;
}
.custom_remote_tel_sp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_remote_tel_sp p{
    font-size: 42px;
    margin-bottom: 0;
}
.custom_remote_tel_sp ul{
    margin: 10px;
}
.custom_remote_tel_sp ul li{
    font-size: 14px;
    list-style: none;
}
 .custom_remote_tel_sp ul li a{
    font-size: 26px;
    font-weight: bold;
}       
/* フォント 
========================================== */
body h1,body h2,body h3,body h4,body h5,body p,body li,
body #content h3{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
td{
	text-transform: none;
}
#content .font_blackback{
	margin-bottom:1%;
	padding:1%;
	text-align:center;
	background: #000;
	color: #fff;
}
.center{
    text-align: center;
}
.after_heder{
    line-height: 1.5;
    font-size:14px;
}
.font_bold{
	font-size:32px;
	text-align:center;
	font-weight:bold;
}
/* footer
========================================== */
.footer_companyinfo{
    text-align: left;
    color: #fff;
}
.footer_companyinfo img{
    width: 150px;
}
.pagewidth, .full_width .themify_builder_row .row_inner{
    
}
.mobile_menu_active #header{
    margin-right: 0;
    margin-left: 0;
}
/* 見出し
========================================== */
.pagewidth #content{
	padding:0 0;
}
.pagewidth #sidebar{
	padding:0 0;
}
.single .entry-content h2{
    margin: 24px 0 15px;
    padding: 5px 0;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #181818;
}
.single .entry-content h3{
	background: #ccc;
}
.single .entry-content .red{
    font-weight: bold;
    color: #e74c3c;
}
.basic_title{
	width:100%;
    background:#000;
	color:#fff;
    font-size: 20px;
	font-weight: bold;
    padding-top: 1%;
    padding-bottom: 1%;
	text-align: center;
}
.basic_title_002{
	width:100%;
    font-size: 20px;
	font-weight: bold;
    padding-top: 1%;
    padding-bottom: 1%;
	text-align: center;
}
body .entry-content .title_blue_001{
    background: #3dace1;
    text-align: center;
    padding: 4px;
    color: #1b2f04;
	color: #fff;
    border-radius: 8px;
}
body .entry-content .title_green_001{
    background: #cddc39;
    text-align: center;
    padding: 4px;
    color: #1b2f04;
    border-radius: 8px;
}
.title_gray{
	line-height: 1.7;
	background: #ccc;
    text-align: center;
	font-size: 28px;
	color:#000;
}
.title_blue{
	line-height: 1.7;
	background: #2fa7e0;
	text-align: center;
	font-size: 28px;
	color:#fff;
}
.title_blue_002{
    margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    color:#fff;
	background-color: #255287;
    font-size: 20px;
}
h1.page-title,
.single-post .post-title {
	margin-top:10px;
	margin-bottom:15px;
	padding: 0.4em 0.5em;
	color: #494949;
   	background: #f4f4f4;
	border-left: solid 5px #494949;
	border-bottom: solid 3px #ececec;
	font-size:26px;
	font-weight:normal;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.title_circle_blue{
    font-size: 50px;
    background: #3e4d79;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.title_circle_orange{
    font-size: 50px;
    background: #fe7102;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.title_inflex{
    width: 90%;
    margin: 3% 0;
    padding-left: 15px;
    border-left: 5px solid #54402d;
    font-size: 150%;
    font-weight: bold;
    color:#54402d;
}
.text_center{
    text-align: center;
}
.font_l{
    line-height: 1.7;
    font-size: 150%;
	font-weight: bold;
}
.font_m_white{
    font-size: 1.5rem;
	font-weight: bold;
    color:#fff;
}
.font_l_white{
    font-size: 2.0rem;
	font-weight: bold;
    color:#fff;
}
/* 区切り
========================================== */
.border{
	display:block;
	border:none;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
hr.border{
	border:none;
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:1px dashed #ccc;
}
hr.clear{
	clear:both;
	border:none;
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:1px dashed #eee;
}
hr.borderflex{
    width:100%;
	clear:both;
	border:none;
    margin-top:15px;
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:1px dashed #ccc;
}
hr.noborder{
	margin-bottom:15px;
	padding-bottom:15px;
    border:none;
}
/* スマホとPCでの表示切替
========================================== */
.sp_area{
    display: none;   
}
/* ボタン
========================================== */
.products_btn_area_002 .square_btn *{
	box-sizing: border-box;
}
.products_btn_area_002 .square_btn a{
    	display: block;
    	color: #000000;
    	width: 100%;
    	margin-top:20px;
    	margin-bottom:20px;
    	padding: 17px 0 17px 0px;
    	border-radius: 5px;
    	box-shadow: 0 4px 0 0 #cecece;
    	-moz-box-shadow: 0 4px 0 0 #cecece;
    	-webkit-box-shadow: 0 4px 0 0 #cecece;
    	position: relative;
    	bottom: 0;
    	background-color: #fff;
	font-size:1.5em;
	text-align:center;
	border: #607D8B 1px dashed;
}
.products_btn_area_002 .square_btn a::before{
    	font-family: FontAwesome;
    	position: absolute;
    	top: 50%;
    	-webkit-transform: translate(0,-50%);
    	-ms-transform: translate(0,-50%);
    	transform: translate(0,-50%);
    	content: '\f105';
    	left: 40px;
    	color: #242525;
}
.products_btn_area_002 .square_btn a:hover{
	background:#242525;
	color: #fff;
}
.products_btn_area_003{
    padding: 1% 0;
    position: relative;
    text-align: center;
    background: #544436;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products_btn_area_003:after{
    position: absolute;
    right: 22px;
    width: 10px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.products_btn_area_003 a{
    color:#fff;
}
.products_btn_area_003 a:hover{
    color:#fff;
}
.products_btn_area_004 {
    width: 1000px;
    margin: 20px auto;
}
.products_btn_area_004 .button {
    line-height: 52px;
    border-radius: 4px;
    text-align: center;
    display: block;
    position: relative;
    background-color: #2d3145;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.products_btn_area_004 .button:hover {
    background: #786559;
    box-shadow: 0 3px 0 #492c00;
}
.products_btn_area_004 .button:active {
    top: 3px;
    box-shadow: none;
}

/* CVボタン
========================================== */
.bl_btn__l {
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1em;
    padding: 1em;
}
.bl_cvBox_fxd {
    background: #f0f0f1;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.bl_cvBox_fxd__inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    list-style-type: none;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bl_cvfxd__tel span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.bl_cvfxd__tel {
    font-size: 18px;
    font-weight: 600;
    color: #273892;
}
ul.bl_cvBox_fxd__inner li {
    margin: 0 10px;
    width: calc(25% - 20px);
}
.bl_cvfxd__btn {
    border: 1px solid #FFD814;
    background: #FFD814;
    box-shadow: 4px 4px 12px -6px rgb(0 0 0 / 50%);
    color: #273892;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.bl_cvfxd__btn i {
    color: #273892;
}
.bl_btn__l:hover {
    box-shadow: 5px 5px 14px -6px rgb(0 0 0 / 60%);
    background: #fff;
    border: 1px solid #273892;
    color: #273892;
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1200px) {
    .bl_cvBox_fxd__inner {
        padding: 8px 6px 10px
    }
    .bl_cvfxd__tel {
        font-size:16px;
    }
    .bl_cvfxd__tel span {
        display: inline-block;
        padding-right: 10px
    }
    ul.bl_cvBox_fxd__inner li:first-child {
        width: 100%;
        padding-bottom: 5px;
        text-align: center;
    }
    ul.bl_cvBox_fxd__inner li {
        margin: 0 5px;
        width: calc(33% - 10px);
    }
    .bl_cvfxd__btn {
        font-size: 14px;
        padding: 8px;
    }
    .bl_cvfxd__btn i {
        font-size: 12px;
    }
    .mobile_menu_active.admin-bar.mobile-menu-visible .sidemenu,
    .mobile_menu_active.admin-bar #headerwrap.fixed-header {
        z-index: 999999;
    }
    .custom_remote_tel_sp ul li a {
        font-size: 16px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .custom_remote_tel_sp ul li a span {
        display: block;
        margin: 0 auto;
    }

}


/* フッター
========================================== */
.footer_img img{
	max-width:100%;
}
#footerwrap a {
    color: #fff;
}
#footerwrap .one{
    color: #fff;
}
.arrow-up{
	background: #217ca7;
}
/* トップ
========================================== */
.home .top_topic_head{
	text-align: center;
	font-size: 30px;
}
.home .top_topic_description{
	text-align: center;
}
.home .topic_menu{
	border-left: solid 2px #494949;
}
.home .top_benefit_area h2{
    	font-size: 24px;
	font-weight: bold;
}
.home .top_benefit_area h3{
	font-size:1.1em;
}
.home .top_benefit_area p{
	font-size:13px;
}
.home .top_benefit_area p:nth-of-type(1){
    	border-bottom: #ddd dashed 1px;
	padding-bottom: 17px;
}
.home .top_benefit_area{
	color:#fff;
}
.home .top_benefit_area h2,
.home .top_benefit_area h3{
	color:#fff;
}


/* new top */
.bl_ttl_subtxt {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
}

.bl_ttl_maintxt {
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-top: 16px;
}

.bl_btn_col2 {
    display: flex;
    list-style-type: none;
}
ul.bl_btn_col2 {
    list-style-type: none;
    margin: 2em 0;
}

.bl_btn {
    border-radius: 4px;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.2);
    padding:  1em;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
.bl_btn:hover {
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.2);
}
.bl_btn.__btn_blu {
    background: #273892;
    color: #fff;
}

.bl_btn.__btn_yel {
    background: #ffd812;
    color: #212529;
}

.col_2 {
    width: calc(50% - 20px);
    margin: 0 10px;
}
/* sub ttl */
.el_contents_subTtl {
    max-width: 1000px;
    margin:0 auto;
    line-height: 1em;
}
.el_contents_subTtl .main-head {
    font-size: 18px;
    position: relative;
    display: inline-block!important;
    padding: 0 25px;
    line-height: 1em;
    margin-bottom: 20px;
}

.el_contents_subTtl .main-head:before,
.el_contents_subTtl .main-head:after
{
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 20px;
}
.el_contents_subTtl .main-head:before {
    left: 0;
    top: 50%;
    transform: rotate(55deg);   
}
.el_contents_subTtl .main-head:after {
    right: 10px;
    top: 50%;
    transform: rotate(-55deg);
}

div.el_contents_subTtl .module-fancy-heading span.sub-head {
    font-size: 35px;
}

.module.module-fancy-heading.el_contents_subTtl .sub-head {
    font-size: 38px;
    color: #000;
    font-family: UI-SANS-SERIF;
    font-weight: 600;
}
.module.module-fancy-heading.el_contents_subTtl .sub-head:after {
    border: none;
}

/* cont:case */
.bl_case_list {
    margin: 0 auto 100px!important;
}
.bl_case_list h3 {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .module.module-fancy-heading.el_contents_subTtl .sub-head {
        font-size: 28px;
    }
    .bl_case_list {
        margin: 0 auto 80px!important;
    }   
}

/* 
========================================== */
body .module_row_0 .module_column_0.tb_1961_column.module_column{
	border-right:none;
}
body .themify_builder_1961_row.module_row_1.module_row{
	background:#f4f4f4;
}
/* パンくず
========================================== */
#pagewrap .bread-crumb{
	margin:0% auto 0;
	width:1150px;
}
#pagewrap .bread-crumb ul{
	margin: 0;
    padding: 0.8em 0 0.5em;
    clear: both;
    height: 20px;	
}
#pagewrap .bread-crumb ul li{
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
    /* margin-right: 1em; */
    list-style: none outside none;
}
#pagewrap .bread-crumb  ul li:after {
    content: '>';
    padding-left: 10px;
    margin-right: 10px;
}
#pagewrap .bread-crumb  ul li:last-child:after {
    content: '';
}
/* font
========================================== */
body #pagewrap #body .page_head{
	margin-top:10px;
	padding: 0.4em 0.5em;
	color: #494949;
   	background: #f4f4f4;
	border-left: solid 5px #494949;
	border-bottom: solid 3px #ececec;
	font-size:26px;
	font-weight:normal;
	font-family: "Hiragino Kaku Gothic ProN","???C???I", sans-serif;
}
.patent_area h2.patent_head{
	clear:both;
	font-size: 35px;
	font-weight: bold;
    	padding-top: 5%;
}
/* 
========================================== */
.entry .catch{
	display:block;
	font-weight: bold;
    	font-size: 1.1em;
}
.entry .em{
	font-weight: bold;
}

.entry .entry_img img{
	max-width:100%;
}
.entty_pointdescription{
	background:#fff4db;
	border-radius: 0px 0px 5px 5px;
}
.entty_pointdescription h3{
	background:#ffb400;
	padding: 3px 13px;
	border-radius: 5px 5px 0px 0px;
}
.entty_pointdescription ul{
	padding: 10px;
	list-style:none;
	position:relative;
}
.entty_pointdescription ul li{
}
.entty_pointdescription ul li:before{
    content: '\f105';
    font-family: FontAwesome;
    left: 0px;
	position: absolute;
	color: #8f742f;

}

/* 製品情報 機能一覧
========================================== */
.text-2569-0-0-0{
    background-color: #f0f0f0;
}
.products_list_area{
    width: 100%;
    margin: 0 auto 0;
	padding: 1% ;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
	background-color: #f0f0f0;
}
.products_list_wrap{
    width: 25%;
    margin: 0.5%;
    padding: 1%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 1%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}
.page-id-1961 .products_list_wrap{

}
.functions_list .products_list_area{
    width: 100%;
    margin: 0 auto 0;
	padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
}
.products_list_area p.head{
	margin:0;
    margin-bottom:1%;
	padding:0;
    background: #009688;
    text-align: center;
}
.products_list_area p.head a{
	display:block;
	padding-top: 1%;
    padding-bottom: 1%;
	background-color: #009688;
    font-size: 18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.products_list_area p.image-wrap{
	text-align:center;
}    
.products_list_area .description a{
	color:#000;
}
.products_list_area .products_detail_link{
    margin-top:auto;
    text-align: center;
}

.products_list_area .products_detail_link a{
    padding: 0.25em 0.5em;
    display: block;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    position: relative;
    text-decoration: none;
    color: #333;
    background: #f2f2f2;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.products_list_area .products_detail_link a:hover{   
    color: #fff;
    background: #00BCD4;
}
/* 製品情報 機能一覧 リニューアル
========================================== */
.products_function_list_area {
    background: #ededed;
}
.products_function_list_area a{
    color: #000;
}
.products_function_list_wrap{
    
}
.products_function_list_inner {
    width: 92%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.products_function_description{
    
}
.funtion_category_list {
    display: flex;
    margin: 0;
}
.funtion_category_list li{
    list-style: none;
    margin-right: 2%;
    border: 1px solid #eee;
    font-size: 14px;
}
.funtion_category_list .category_hard {
    background: #41b2e0;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
}
.funtion_category_list .category_hard a{
    box-shadow: 4px 4px 6px -2px rgb(0 0 0 / 20%);
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 5px 15px;
}
.funtion_category_list .category_hard a:hover{
    background: #283993;
    color: #fff;
}
.funtion_category_list .category_function {
    background: #efefef;
    font-weight: bold;
    padding: 5px 15px;
}
.funtion_category_list .category_patent{
	margin-left:auto;
    background: #FFEB3B;
    font-weight: bold;
    padding: 5px 15px;
}
.products_function_contents{
    display: flex;
}
.products_function_description h3{
    font-weight: bold;
    margin-bottom: 13px;
    padding-left: 15px;
    border-left: 4px solid #273892;
    color: #273892;
}
.products_function_description {
    width: 70%;
    display: flex;
    flex-direction: column;
}
.products_function_description .description{
    margin-right: 4%;
}
.products_function_contents .image-wrap{
    margin-left: auto;
}
.products_function_contents .image-wrap img {
    max-width: 500px;
    width: 100%;
}
.products_function_contents .products_detail_link {
    margin-top: auto;
    margin-left: auto;
    margin-right: 7%;
}
.products_function_contents .products_detail_link a {
    background: #efefef;
    display: block;
    padding: 5px 28px;
}
a.bl_btn__l.btn_more {
    background: #273892;
    border: 1px solid #273892;
    box-shadow: 5px 5px 14px -6px rgb(0 0 0 / 60%);
    color: #fff!important;
    padding: 1em;
}
a.bl_btn__l.btn_more:hover {
    border: 1px solid #273892;
    background: #313f4d;
    box-shadow: 5px 5px 6px -6px rgb(0 0 0 / 60%);    
}

/* 製品情報 タグ
========================================== */
.bl_tags_item {
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;
}

.bl_service_tags {
    background: #e9ecee;
    padding: 10px;
    border-radius: 4px;
    max-width: 96%;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .bl_tags_item {
        font-size: 13px;
    }

    .bl_service_tags {
        margin: 10px auto;
    }
}
/* 製品情報 ラインナップ
========================================== */
.products_item_area{
    width: 1200px;
    margin: 0 auto 0;
	padding: 1% ;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
	background-color:#fff;
}
.item_list_wrap{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 0.5%;
    padding: 1%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 1%;
    background: #fff;
}
.item_list_wrap ul li{
    margin: 0;
}
/* 製品カテゴリーの説明
=========================== */
.category_description{
    display: flex;
    width: 100%;
}
.products_item_area h4{
    width:90%;
    margin: 10px;
    padding-left:15px;
    border-left:2px solid #222;
    font-size: 150%;
    font-weight: bold;
    
}
.category_description .image-wrap{
    width: 30%;
}
.category_description ul.list_basic_001{
    width: 65%;
    list-style: none;
}
.category_description ul.list_basic_001 li.border{
	padding-top:1em;
    padding-bottom:1em;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.category_description ul.list_basic_001 span{
    
}
.category_description .image-wrap img{
    
}

.item_list_wrap .head{
    line-height: 1.5;
    font-size: 150%;
    text-align: center;
    background:#000;
    color: #fff;
}
/* 製品情報 製品カテゴリーの下のリンクバナー
========================================== */
.products_btn_area{
	margin-top:15px;
	text-align:center;
}
.products_btn_area a{
	display:block;
	width:100%;
	height:100px;
	line-height:100px;
	margin-bottom:15px;
	color:#fff;
}
.products_btn_area a:hover{
	color:#b78711;
}

.products_btn_area .products_btn_functions a{
	background: url(http://questar.ac/wp/wp-content/uploads/2018/09/products_btn_funcions_back.png) center center;
}
.products_btn_area .products_btn_functions span:nth-of-type(1){
	font-size:30px;
	margin-right:10px;
}
.products_btn_area .products_btn_functions span:nth-of-type(2){
	font-size:18px;
}
.products_btn_area .products_btn_policy a{
	background: url(http://questar.ac/wp/wp-content/uploads/2018/09/products_btn_policy_back.png) center center;
}
.products_btn_area .products_btn_policy span:nth-of-type(1){
	font-size:30px;
	margin-right:10px;
}
.products_btn_area .products_btn_policy span:nth-of-type(2){
	font-size:18px;
}
.products_btn_area .products_btn_work a{
	background: url(http://questar.ac/wp/wp-content/uploads/2018/09/products_btn_work_back.png) center center;
}
.products_btn_area .products_btn_work span:nth-of-type(1){
	font-size:30px;
	margin-right:10px;
}
.products_btn_area .products_btn_work span:nth-of-type(2){
	font-size:18px;
}
.products_btn_area .products_btn_faq a{
	background: url(http://questar.ac/wp/wp-content/uploads/2018/09/products_btn_faq_back.png) center center;
}
.products_btn_area .products_btn_faq span:nth-of-type(1){
	font-size:30px;
	margin-right:10px;
}
.products_btn_area .products_btn_faq span:nth-of-type(2){
	font-size:18px;
}
/* 製品情報 ボタン btn_mail
========================================== */
.contact_demo_area{
    padding: 12px;
    border-radius: 15px;
    border: solid 1px #e1ecff;
}
.contact_demo_area *{
	box-sizing: border-box;
}
.contact_demo_area .btn_mail a{
    	display: block;
    	color: #fff;
    	width: 100%;
    	margin: auto;
    	padding: 17px 0 17px 0px;
    	border-radius: 5px;
    	box-shadow: 0 4px 0 0 #316d34;
    	-moz-box-shadow: 0 4px 0 0 #316d34;
    	-webkit-box-shadow: 0 4px 0 0 #316d34;
    	position: relative;
    	bottom: 0;
    	background-color: #4caf50;
	    font-size:1.5em;
	    text-align:center;
}
.contact_demo_area .btn_mail a::before{
    	font-family: FontAwesome;
    	position: absolute;
    	top: 50%;
    	-webkit-transform: translate(0,-50%);
    	-ms-transform: translate(0,-50%);
    	transform: translate(0,-50%);
    	content: '\f0e0';
    	left: 25px;
    	color: #fff;
}
.contact_demo_area h4{
    margin-bottom: 1em;
    border-bottom: 1px solid #fffbfb;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: bold;
    background: #910031;
}
.contact_demo_area h5{
    margin: 0.5em auto 1em;
    padding: 0.5em;
    text-align: center;
    color: #241b05;
    background: #f5f5f5;
}
.contact_demo_area p i{
    margin-right: 5px;
    font-size: 1.5em;
    color: #607D8B;
}
.contact_demo_area .btn_mail a:hover{
	background:#316d34;
}
.contact_products_area *{
	box-sizing: border-box;
}
.contact_products_area .btn_icon a{
    	display: block;
    	color: #fff;
    	width: 100%;
    	margin: auto;
    	padding: 17px 0 17px 0px;
    	border-radius: 5px;
    	box-shadow: 0 4px 0 0 #3869a3;
    	-moz-box-shadow: 0 4px 0 0 #3869a3;
    	-webkit-box-shadow: 0 4px 0 0 #3869a3;
    	position: relative;
    	bottom: 0;
    	background-color: #1687bb;
		font-size:1.2rem;
		text-align:center;
}
.contact_products_area .btn_icon a::before{
    	font-family: FontAwesome;
    	top: 50%;
    	-webkit-transform: translate(0,-50%);
    	-ms-transform: translate(0,-50%);
    	transform: translate(0,-50%);
    	content: '\f26c';
    	margin-right: 25px;
    	color: #fff;
}
.contact_products_area .btn_icon a:hover{
	background:#3869a3;
}
.btn_area a{
    display: block;
    color: #fff;
    width: 85%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
	font-size:1.5em;
	text-align:center;
}
.btn_area.btn_blue a{
    box-shadow: 0 4px 0 0 #3869a3;
    -moz-box-shadow: 0 4px 0 0 #3869a3;
    -webkit-box-shadow: 0 4px 0 0 #3869a3;
    background-color: #1687bb;
}
.btn_area.btn_blue a:hover{
    background:#3869a3;
    color:#fff;
}
.btn_area .btn_green a{
    color:#fff !important;
    box-shadow: 0 4px 0 0 #316d34;
    -moz-box-shadow: 0 4px 0 0 #316d34;
    -webkit-box-shadow: 0 4px 0 0 #316d34;
    background-color: #4caf50;
}
.btn_area .btn_green a:hover{
    background:#316d34;
}
.page-id-901 .products_index{
    width: 76%;
    margin: 20px auto;    
}
.page-id-901 .products_index_002{
    width: 60%;
    margin: 20px auto;    
}
.btn_area_002 p{
    width: 40%;
    margin: 0 auto 50px;
    background: #000;
}
.btn_area_002 .btn_blue_002 a{
    display: block;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
	font-size:1.5em;
	text-align:center;
    box-shadow: 0 4px 0 0 #3869a3;
    -moz-box-shadow: 0 4px 0 0 #3869a3;
    -webkit-box-shadow: 0 4px 0 0 #3869a3;
    background-color: #043785;
    transition:none;
}
.btn_area_003 p{
    width: 370px;
    margin: 20px auto;
    background: #000;
    
}
.btn_area_003 .btn_green_002 a{
    display: block;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
	font-size:1.5em;
	text-align:center;
    box-shadow: 0 4px 0 0 #237727;
    -moz-box-shadow: 0 4px 0 0 #237727;
    -webkit-box-shadow: 0 4px 0 0 #237727;
    background-color: #4caf50;
    transition:none;
}
.btn_area_003 .btn_orange a{
    display: block;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
	font-size:1.5em;
	text-align:center;
    box-shadow: 0 4px 0 0 #d67f00;
    -moz-box-shadow: 0 4px 0 0 #d67f00;
    -webkit-box-shadow: 0 4px 0 0 #d67f00;
    background-color: #ff9800;
    transition:none;
}
.btn_area_002 p{
    width: 40%;
    margin: 0 auto 50px;
    background: #000;
}

.btn_case_001,
.btn_case_002 {
    width: 46%;
    text-align: center;
  }
.btn_case_001 a,
.btn_case_002 a{
    display: block;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
	font-size:1.5em;
	text-align:center;
    transition:none;
}
.btn_case_001 i,
.btn_case_002 i{
    margin-right: 2%;
}

/* 製品情報 トップページ
========================================== */
#slider-4662-0-0-0{
    margin: 0;
    padding-top: 30px;
	background: url(../images/bg_town.png) repeat-x,url(../images/bg_paper.jpg);
    background-position: center bottom;
}
body #page-4662 .module-box-content{
    padding: 0;
    background:#fff;
}
#slider-4662-0-0-1{
    margin: 0;
}
/* 製品情報 トップページ ボックス構造
======================== */
.product_top .product_top_about{
    width:800px;
    margin: 0 auto;
}.product_top .product_top_application{
    width:1000px;
    margin: 0 auto 0;
}.product_top .product_top_function{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.product_top .product_top_lineup{
    width:1000px;
    margin: 1% auto;
}
.product_top .product_top_flow{
    width:1000px;
    margin: 0 auto;
}
.product_top .product_top_comparison{
    width:1000px;
    margin: 0 auto;
}
/* 製品情報 トップページ 街並み
======================== */
.product_top_about_wrap:after,
.product_top_application_wrap:after,
.product_top_function_wrap:after,
.product_top_lineup_wrap:after,
.product_top_comparison_wrap:after{
    height: 70px;
    content: "";
    display: block;
    background: url(../images/bg_town.png) no-repeat center center ;
}
/* 製品情報 トップページ ローカルナビ
======================== */
.product_top{
    box-sizing: border-box
}
.product_top ul{
    list-style: none;
}
.product_top  .localnav_horizontal{
    background:#54402d;
}
.product_top .localnav_horizontal ul{
    display: flex;
    justify-content:flex-start;
    align-content: center;
    width:1000px;
    margin: 0 auto 35px;
}
.product_top .localnav_horizontal ul li{
    margin: 0 4px;
}
.product_top .localnav_horizontal ul li a{
    padding: 12px 10px;
    display: block;
    font-weight: bold;
    color: #fff;
}
.product_top .product_top_flex{
    display: flex;
    flex-wrap: wrap;
}
.product_top .bg_brown_full{
    padding-top: 1%;
    padding-bottom: 1%;
    background: #54402d;
    text-align: center;
    color: #fff;
}
.product_top .bg_brown_full h2{
    margin:0;
    font-weight: bold;
    color:#fff;
}
.product_top .bg_brown_full p{
    margin:0;
}
.product_top #comparison.category_header{
    margin-bottom: 20px;
}
/* 製品情報 トップページ サイネージとは
======================== */

.product_top .point_area_003{
    position: relative;
}
.product_top .point_area_003 .title_circle_blue,
.product_top .point_area_003 .title_circle_orange{
    position: absolute;
    top: -35px;
    left: -40px;
}
.product_top .image_style_001{
    position: relative;
    margin: 3% auto;
}
.product_top .image_style_001 li:nth-of-type(2){
    width: 90%;
    line-height: 2em;
    height: 1.75em;
    margin: 0;
    border: 2px solid #000;
    transform: translate(5%, 0%);
    position: absolute;
    bottom: 1%;
    text-align: center;
    background: url(../images/bg_tile.jpg);
    font-weight: bold;
    color:#000;
}
/* 製品情報 トップページ 活用方法とメリット
======================== */
.product_top .product_top_application_wrap{
    padding:2% 0 0; 
    background: url(../images/bg_paper.jpg);
}
.product_top_application_inner p{
    font-weight: bold;
    color: #544436;
}
.product_top .product_top_application_inner .title_line{
    text-align: center;
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 1px));
    background-size: 100% calc(100%);
    font-weight: bold;
    color:#54402d;
}
.product_top .product_top_application_inner .title_line span{
    background: url(../images/bg_paper.jpg);
    padding: 0 1.5rem;
}
.product_top .product_top_application_inner .point_area_003 dt{
    position: absolute;
    background: #fe7002;
    transform: translate(10%,20%);
    color: #fff;
    padding: 1% 3%;
    font-size: 22px;
    font-weight: bold;
}
.product_top .product_top_application_inner h4{
    font-size: 22px;
    color:#54402d;
    font-weight: bold;
    text-align: center;
}
.point_area_004{
    width:31%;
    margin: 1%;
    background: #f8c67c38;
}
body .point_area_004 h5{
    text-align: center;
    background: #544436;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.point_area_004 h5 img{
    width: 56px;
    margin: 0 3% 0 0%;
    padding: 1%;
    vertical-align: middle;
}
.point_area_004 p{
    padding: 3%;
    color: #544436;
}
.point_area_005{
    width:31%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    background: #f3e7d9;
}
body .point_area_005 h3{
    padding: 3% 0;
    position: relative;
    text-align: center;
    background: #544436;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .point_area_005 a h3{
    color:#fff;
}
.point_area_005 h3:after{
    position: absolute;
    right: 22px;
    width: 10px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.point_area_005 h3 img{
    width: 56px;
    margin: 0 3% 0 0%;
    padding: 1%;
    vertical-align: middle;
}
.point_area_005 p{
    margin: auto;
    color: #544436;
    text-align: center;
}
/* 製品情報 トップページ 機能・コンテンツ紹介
======================== */
.product_top .product_top_function h2{
    margin-top: 2%;
}
.product_top .product_top_function .product_top_function_inner h2{
    font-size:18px;
    font-weight:bold;
    color: #544436;
}
.product_top .product_top_function .product_top_function_inner{
    margin-top: 3%;
}
.product_top .product_top_function a{
    color:#000;
}
.product_top .product_top_function .funtion_category_list a{
    color:#fff;
}

/* 製品情報 トップページ ラインナップ
========================================== */

.product_top .product_top_lineup .product_top_lineup_inner{
    margin-top: 3%;
}
.product_top .product_top_lineup .product_top_lineup_inner:nth-of-type(1){
    width:40%;
}
.product_top .product_top_lineup .product_top_lineup_inner:nth-of-type(2){
    width:55%;    
    margin-left: auto;
}
.product_top .product_top_lineup .product_top_lineup_inner h4{
    font-size:18px;
    font-weight:bold;
    color: #544436;
}
.product_top .product_top_lineup .product_top_lineup_inner ul{
    margin-left: 0;
}
.product_top .product_top_lineup .product_top_lineup_inner_002{
    width: 25%;
    margin: 1% 1%;
    padding: 0 3%;
    border-right: solid #ccc 1px;
    display: flex;
    flex-direction: column;
}
.product_top .product_top_lineup .product_top_lineup_inner_002:nth-of-type(1),
.product_top .product_top_lineup .product_top_lineup_inner_002:nth-of-type(4){
    margin-left:0;
}
.product_top .product_top_lineup .product_top_lineup_inner_002:nth-of-type(3),
.product_top .product_top_lineup .product_top_lineup_inner_002:nth-of-type(6){
    border:none;
}
.product_top .product_top_lineup .product_top_lineup_inner_002 p{
    text-align: center;
}
.product_top .product_top_lineup .product_top_lineup_inner_002 p:nth-child(1) {
    margin-bottom: auto;
}
.product_top .product_top_lineup .product_top_lineup_inner_002 h4{
    margin-top: auto;
    font-weight: bold;
    text-align: center;
    font-size:18px;
    color: #544436;
}
.product_top .product_top_lineup .product_top_flex .product_top_lineup_inner .product_top_flex p{
    margin: 1%
}
.product_top .product_top_lineup .product_top_flex .product_top_lineup_inner .product_top_flex p span{
    margin-bottom: 5%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #544436;
}
/* 製品情報 トップページ 導入の流れ
========================================== */
.product_top .product_top_flow_list li{
    margin: 1%;
    border: 1px solid #ccc;
}
.product_top .product_top_flow_list:after{
    display: block;
    content:"";
    width: 0;
    height: 0;
    margin: auto;
    border: 20px solid transparent;
	border-top: 20px solid #cfccc3;
}
.product_top .product_top_flow_list li h4{
    width: 96%;
}
.product_top .product_top_flow_list:nth-of-type(1) h4{ 
    background:#edecea;
}
.product_top .product_top_flow_list:nth-of-type(2) h4{
    background:#cac5c1;
}
.product_top .product_top_flow_list:nth-of-type(3) h4{
    background:#cac5c1;
}
.product_top .product_top_flow_list:nth-of-type(4) h4{
    background:#544436;
    color: #fff;
}
.product_top .product_top_flow_list h4{
    width: 12%;
    margin: 1%;
    padding: 1%;
    text-align: center;
    background: #ccc;    
    font-weight: bold;
}
.product_top .product_top_flow_list p{
    margin: 1%;
    padding: 1%;
    font-weight: bold;
    
}
/* 製品情報 お問い合わせエリア
========================================== */
.contact_area_002{
    width: 1000px;
    margin: 0 auto 2%;
    border: 4px solid #9f2422;
    background:#fff;
}
.contact_area_allpage .contact_area_002{
    width: 100%;
}
.contact_area_allpage .product_top_flex{
    display: flex;
    flex-wrap: wrap;
}
.contact_area_allpage .product_top_flex p{
    width: 46%;
    text-align: center;
}
.contact_area_allpage .product_top_flex p:nth-of-type(2){
    margin: auto 0;
}
body .contact_area_002 h3{
    margin: 1%;
    padding: 1%;
    background: #9e2422;
    color: #fff;
    text-align: center;
}
body .single .entry-content .contact_area_allpage .contact_area_002 h3,
.single .contact_area_allpage .contact_area_002 h3{
    font-size: 1em;
    background: #9e2422;
}
.contact_area_002 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.contact_area_002 ul li{
    width: 48%;
    line-height: 1.7;
    display: flex;
    align-items: center;
}
.contact_area_002 ul li img{
    width:48px;
    height: 40px;
    vertical-align: middle;
    margin-right: 1%;
}
.contact_area_002 .product_top_flex{
    justify-content: center;
}
.contact_area_002 .contact_btn_area{
    padding: 12px;

}
.contact_area_002 .contact_btn_area .btn_mail a{
    	display: block;
    	color: #fff;
    	width: 100%;
    	margin: auto;
    	padding: 17px 0 17px 0px;
    	border-radius: 5px;
    	box-shadow: 0 4px 0 0 #316d34;
    	-moz-box-shadow: 0 4px 0 0 #316d34;
    	-webkit-box-shadow: 0 4px 0 0 #316d34;
    	position: relative;
    	bottom: 0;
    	background-color: #4caf50;
	    font-size:1.5em;
	    text-align:center;
}
.contact_area_002 .contact_btn_area .btn_mail a::before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: '\f0e0';
    left: 25px;
    color: #fff;
}
.contact_area_002 .contact_btn_area .btn_mail a:hover{
	background:#316d34;
}
/* ローカルナビ lnav
========================================== */
.widget .sub ul.localnav li a{
	display:block;
}
.widget .sub .category_head_sub{
	padding-left: 9px;
	background: #494949;
	font-size:22px;
	font-weight: bold;
	color:#fff;
}
.widget .sub .category_menu{
	padding-left: 25px;
	padding-bottom:5px;
	border-bottom:1px dotted #eee;
}
.widget .sub .category_menu a{
	display:block;
}
.widget .sub{
	position:relative;
}
.widget .sub .category_menu:before{
   	content: '\f24d';
    font-family: FontAwesome;
	position: absolute;
    left: 0px;
	color: #333;
}	
/* btn_mail
========================================== */
.contact_demo_area *{
	box-sizing: border-box;
}
.contact_demo_area .btn_mail a{
    display: block;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 17px 0 17px 0px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #316d34;
    -moz-box-shadow: 0 4px 0 0 #316d34;
    -webkit-box-shadow: 0 4px 0 0 #316d34;
    position: relative;
    bottom: 0;
    background-color: #4caf50;
	font-size:1.5em;
	text-align:center;
}
.contact_demo_area .btn_mail a::before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: '\f0e0';
    left: 25px;
    color: #fff;
}
.contact_demo_area .btn_mail a:hover{
	background:#316d34;
}

.contact_products_area *{
	box-sizing: border-box;
}
/* 知財
========================================== */
.patent_area .patent_description_001{
	float:left;
	width:55%;	
}
.patent_area .patent_description_002{
	float:right;
	text-align:center;
	width:43%;	
}
.patent_area .patent_description_001 ul li{
	list-style:none;
}
.patent_area .patent_description_001 ul li:nth-of-type(1){
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.patent_area .patent_list li{
	list-style:none;
}
.patent_area .patent_list li img{
	width:13%;
	margin-right: 3%;
}
.list_green{
    width: 1250px;
    margin: 15px auto;
}
.list_green dt{
    width: 20em;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    background: #009588;
    text-align: center;    
}
.list_green dd{
}
/* テーブル
========================================== */
.table_basic_001 {
	width:100%;
}
.table_basic_001 th{
	background: #f4f8ff;
	text-align: center;
}
.table_basic_001 td{
	position: relative;
}
.table_basic_001 td .deta_right{
	padding-left:10px;
}
.table_faq_001{
	width:100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.table_faq_001 th{
	width:100%;
	padding: 5px;
	padding-left: 2%;
	border: 1px solid #CCC;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color:#fff;
	background-color: #255287;
}
.table_faq_001 tr{
}
.table_faq_001 td{
	padding-left:10px;
	padding: 5px;
	border: 1px solid #CCC; 
}
.table_faq_001 tr.table_head{
	border-bottom: 1px solid #CCC; 	
}
.table_faq_001 tr.table_head td{
	font-weight: bold;
	background-color: #f9fcfe;
}
.table_faq_001 tr .table_head_002{
	border-top: 1px solid #CCC; 
}
.table_faq_001 tr td:nth-of-type(1){
	background-color: #f9fcfe;
	font-weight: bold;
	border-bottom:none;
    border-top:none;
}
.table_faq_001 tr td:nth-of-type(2) {
    color: #8c5706;
    font-weight: bold;
}
body .table_faq_001 td.table_head_003{
	border-bottom: 1px solid #CCC;
}
.table_basic_002{
	width:100%;
	margin-bottom: 15px;
}
.table_basic_002 td,
.table_basic_002 th{
	border-bottom: 1px solid #bdb1b1;
	padding: 4px;
	font-weight: normal;
}
.table_basic_002 tr:nth-of-type(odd){
	background: #f9fcfe;
}
.table_basic_002 tr:nth-of-type(1){
	background: #146ab2;
	color: #fff;
}
.table_basic_002 td{
	text-align: right;
	border-right: 1px solid #bdb1b1;
}
.table_basic_002 th{
	background: #333333;
	text-align: center;
	color: #fff;
}
.table_basic_003{
	width:50%;
	margin: 0 auto;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_003 td,
.table_basic_003 th{
	border-bottom: 1px solid #bdb1b1;
	padding: 4px;
	font-weight: normal;
}
.table_basic_003 tr:nth-of-type(odd){
	
}
.table_basic_003 td{
	text-align: right;
	border-right: 1px solid #bdb1b1;
}
.table_basic_003 td:nth-of-type(1){
	background: #eee;
}
.table_basic_003 th{
	background: #333333;
	text-align: center;
	color: #fff;
}
.table_basic_004{
	width:100%;
	margin: 0 auto 1%;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_004 td,
.table_basic_004 th{
	border-bottom: 1px solid #bdb1b1;
	padding: 4px;
	font-weight: normal;
}
.table_basic_004 td{
    margin: 4px;
    padding: 10px;
	border-right: 1px solid #bdb1b1;
  
}
.table_basic_004 td:nth-of-type(1){
    font-weight: bold;
	background: #f9fcfe;
}
.table_basic_004 th{
	background: #222;
	text-align: center;
    color: #fff;
}
.table_basic_005{
	width:99%;
	margin: 15px auto;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_005 td,
.table_basic_005 th{
	border-bottom: 1px solid #bdb1b1;
	padding: 4px;
	font-weight: normal;
    text-align: center;
}
.table_basic_005 td{
    margin: 4px;
    padding: 10px;
	border-right: 1px solid #bdb1b1;
  
}
.table_basic_005 td:nth-of-type(1){
    font-weight: bold;
	background: #f1f1f1;
}
.table_basic_005 th{
	background: #222;
	text-align: center;
    color: #fff;
}
.table_basic_005{
	width:99%;
	margin: 15px auto;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_005 td,
.table_basic_005 th{
	border-bottom: 1px solid #bdb1b1;
	padding: 4px;
	font-weight: normal;
    text-align: center;
}
.table_basic_006{
	width:100%;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_006 th{
    margin:0;
    padding: 5px;
    text-align:left;
    color:#fff;
	background-color: #255287;
    font-size: 20px;
}
.table_basic_006 td{
    margin:0;
    padding: 5px;
	border-right: 1px solid #bdb1b1;
    border-bottom: 1px solid #bdb1b1;
}
.table_basic_006 tr:nth-of-type(1){
    padding: 5px;
    border: 1px solid #CCC;
    text-align:center;
    font-weight: bold;
}
.table_basic_006 td:nth-of-type(1){
    width:40%;
    font-weight: bold;
    background: #f4f8ff;
}
.table_basic_007{
	width:100%;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_007 th{
    margin:0;
    padding: 5px;
    text-align:left;
    color:#fff;
	background-color: #255287;
    font-size: 20px;
}
.table_basic_007 td{
    margin:0;
    padding: 5px;
	border-right: 1px solid #bdb1b1;
    border-bottom: 1px solid #bdb1b1;
}
.table_basic_007 .table_head{
    background: #f4f8ff;
    font-weight: bold;
}
.table_basic_007 tr:nth-of-type(1){
    padding: 5px;
    border: 1px solid #CCC;
    text-align:center;
    font-weight: bold;
}
.table_basic_007 td:nth-of-type(1){
    width:40%;
}
.table_basic_007 .table_head_002 td:nth-of-type(1){
    background: #283a48;
    color: #fff;
}
.table_basic_007 .table_head_002 td:nth-of-type(2){
    background: #4c5861;
    color: #fff;
}
.table_basic_007 .table_head_002 td:nth-of-type(3){
    background: #e8e8e8;
    color: #000;
}
.table_basic_007 .status,
.table_basic_007 .cause,
.table_basic_007 .step{
    display: none;
}
.scroll{
overflow: auto;
}
.scroll::-webkit-scrollbar{
 height: 10px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb{
 background: #BCBCBC;
}
.table_basic_008 img{
    width: 135px
}
.table_basic_008,
.table_basic_009{
	width:100%;
    margin: 10px auto 15px;
	border-top: 1px solid #bdb1b1;
	border-left: 1px solid #bdb1b1;
}
.table_basic_008 th,
.table_basic_009 th{
    margin:0;
    padding: 5px;
    text-align:left;
    color:#fff;
	background-color: #255287;
    font-size: 20px;
}
.table_basic_008 tr.pc_head td:nth-of-type(1){
    width: 25%;
}
.table_basic_008 td,
.table_basic_009 td{
    margin:0;
    padding: 5px;
	border-right: 1px solid #bdb1b1;
    border-bottom: 1px solid #bdb1b1;
}
.table_basic_008 .model,
.table_basic_009 .model{
    background: #54402d;
    text-align: center;
    color: #fff;
}
.table_basic_008 tr:nth-of-type(odd),
.table_basic_009 tr:nth-of-type(odd){
    background:#fafafa;
}
.table_basic_008 .th,
.table_basic_009 .th{
    background:#efefef;
    font-weight: bold;
}
.table_basic_008 .product_image,
.table_basic_009 .product_image{
    text-align: center;
}
.table_basic_009 tr.pc_head td:nth-of-type(1){
    width: 25%;
}
.comparison_table{
    width: 100%;
    margin: 15px auto 15px;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #252525;
}
.comparison_table tr {
	background-color: #fff;
	padding: 20px;
	border: 1px dashed #a5a4a4;
}
.comparison_table td {
	border-left: 1px solid #252525;
	text-align: center;
	padding: 20px;
}
.comparison_table th{
	border-right: 1px solid #252525;
}
.comparison_table tr:nth-of-type(1) th{
    background: #efefef;    
}
.comparison_table tr:nth-of-type(2) th.koumoku {
    background: #fffce4;
    font-size: 24px;
}
.comparison_table tr:nth-of-type(19) th.koumoku {
    background: #faffc6;
    font-size: 24px;
}
.comparison_table tr:nth-of-type(29) th.koumoku {
    background: #fff1c6;
    font-size: 18px;
}
.comparison_table tr:nth-of-type(39) th.koumoku {
    background: #dafbff;
    font-size: 24px;
}
.comparison_table tr:nth-of-type(1) th.red_bk {
	background: #ff7b5c;
	color: #fff;
	font-size: 125%;
}
.comparison_table .red_txt {
	color: #ff7b5c;
	font-size: 125%;
}
.comparison_table tr td:nth-of-type(1){
	width: 20%;
}
.table_top th {
	padding:10px;
	border-right: 2px solid #252525;

}

.table_basic_010{
    width: 100%;
    margin: 15px auto 15px;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #252525;
}
.table_basic_010 tr {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #a5a4a4;
}
.table_basic_010 td {
	border-left: 1px solid #252525;
	text-align: center;
	padding: 20px;
}
.table_basic_010 th{
	background:#ededed;
	border-right: 1px solid #252525;
}

.table_basic_011{
    width: 100%;
    margin: 15px auto 15px;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #252525;
}
.table_basic_011 tr {
    width: 15%;
	padding: 20px;
	border: 1px solid #a5a4a4;
	background-color: #fff;
}
.table_basic_011 tr:nth-of-type(1) {
    background: #717171;
    color: #fff;
}
.table_basic_011 td {
	border-left: 1px solid #252525;
	text-align: center;
	padding: 20px;
}
.table_basic_011 th{
    width: 16%;
	border-right: 1px solid #252525;
	background:#ededed;
}
.table_basic_011 tr:nth-of-type(2) th {
    background: #faf546;
}
.table_basic_011 tr:nth-of-type(3) th {
    background: #fe962e;
	color:#fff;
}
.table_basic_011 tr:nth-of-type(4) th {
    background: #fd2b1c;
	color:#fff;
}
.table_basic_011 .heatstroke_status{
	display:block;
	padding:1%;
	background: #eee;
}
/* ブログページ スタイルセット
==================================================================================== */	
.post .entry-content p{
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 18px;
}

/* ブログ記事 ポイント 箇条書き
========================================== */


.is-flex {
    display: flex;
}
.section.sec4 .cards .card {
  margin-bottom: 70px;
  flex-direction: column;
}

@media (min-width: 769px) {
  .section.sec4 .cards .card {
    flex-direction: row;
  }
}

.section.sec4 .cards .card:last-of-type {
  margin-bottom: 0;
}

.section.sec4 .cards .card .image {
  width: 100%;
}

@media (min-width: 769px) {
  .section.sec4 .cards .card .image {
    flex-shrink: 0;
    width: auto;
  }

.is-flex {

flex-direction: column;
}
}

.section.sec4 .cards .card .image img {
  width: 100%;
}

.section.sec4 .cards .card .text {
  flex-grow: 1;
  height: 100%;
  padding: 25px 0;
  width: 100%;
}

@media (min-width: 415px) {
  .section.sec4 .cards .card .text {
    width: auto;
  }


}

.section.sec4 .cards .card .text p {
  padding: 0 3.125vw;
}

.section.sec4 .cards .card .text p:first-of-type {
  border-bottom: 2px solid #D2EF99;
  margin-bottom: 21px;
}
.c-blue {
    color: #4A9BEA;
}
.is-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.is-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.post .entry-content .point_area{
    margin: 40px auto 15px;
    border: 5px solid #3869a3;

}
.post .entry-content .point_area ul{
	margin: 0 auto 0;
    width: 95%;
	list-style: none;
}
.post .entry-content .point_area .title{
	margin: 15px;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 2px dotted;
    color: #3869a3;
    font-size: 150%;
    font-weight: bold;
}
.post .entry-content .point_area .theme{
	list-style: none;
    margin: 0 0 30px;
    padding: 5px;
    color: #3869a3;
    font-size: 150%;
}
.post .entry-content .point_area .theme:before{
    padding-right: 0.5em;
	font-family: "FontAwesome";
    content: '\f0a9';
    font-weight: 900;
}
.post .entry-content .point_area span{
    display: block;
    color: #000;
    font-size: 75%;
    padding-top: 8px;
}
.title_bg_obliqueline{
    margin-bottom: 15px;
    padding: 17px;
    border: 2px solid #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: url(../images/bg_tile.jpg);   
}
.title_bg_obliqueline_002{
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 17px 2em;
    border: 2px solid #000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: url(../images/bg_tile.jpg); 
}
.product_top .title_bg_obliqueline_002 span{
    background: url(../images/underline_yellow.gif) center bottom repeat-x;
}

/* ブログ記事 ポイント 
========================================== */
.post .entry-content .point_area_002{
	background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}
.post .entry-content .point_area_003{
    margin: 27px auto;
    padding: 14px 5px;
    border: dashed 1px #4865b2;
    background: #f8f9ff;
}
.post .entry-content .point_area_004 {
	width: 95%;
    margin: 1%;
    padding: 15px;
    background: #c9c9c938;
}
/* ブログ記事 フォント
========================================== */
.post .entry-content .red{
    color: #FF3033;
    font-size: 120%;
    padding-top: 8px;
}
.post .entry-content .fontL{
    color: #222;
    font-size: 150%;
	font-weight: bold;
}
.post .entry-content .fontM{
    color: #222;
    font-size: 125%;
	font-weight: bold;
}
.post .entry-content .fontMlink{
    color: #222;
    font-size: 125%;
	font-weight: bold;
	text-decoration: underline;
}
.post .entry-content .fontMlink:hover{
	text-decoration: none;
}
.post .entry-content .fontS{
    color: #222;
    font-size: 85%;
}
.post .entry-content h3{
    line-height: 1.75;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .04em;
	background:none;
}
/* ブログ記事 カテゴリー名
========================================== */
.post .post-category a {
    background: #03A9F4;
    padding: 5px;
    color: #fff;
}
.home .post-category a:nth-of-type(3) ,
.home .post-category a:nth-of-type(4) {
	display: none;
}
/* ブログ記事 リンク
========================================== */
.post .linktext a{
	color:#444;
	text-decoration: underline;
}
.post .linktext a:hover{
	text-decoration: none;
}
/* ブログページ サムネイル
==================================================================================== */	
.post .post_thum{
    overflow: hidden;
    width: 300px;
    position: relative;
}
.archive .post_thum{
    overflow: hidden;
    width: 300px;
    position: relative;
}
.home .post_thum{
    overflow: hidden;
    width: 100%;
    height: 150px;
    position: relative;
}
.post_thum img{

}
#npcatch img{
    width: 50px;
    height: 42px;
}
.home .themify_builder .post-891-10-0-2.module-post .post{
	border: none;
}

/* ブログ一覧スタイル */
.bl_card_item {
    box-sizing: border-box;
    box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 12%);
    padding: 10px;
    margin: 0 auto 2em!important;
}


/* サポート ページ お問い合わせ
-----------------------------------------------------------------*/
.contact_area{
    display: flex;
}
.contact_area .mail,
.contact_area .phone{
    width: 45%;
    border: 1px solid #ccc;
    margin: 1%;
    text-align: center;
}
.contact_area .mail h5,
.contact_area .phone h5{
    margin: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid;
}
.contact_area .phone .tell{
    font-size: 200%;
    font-weight: bold;
    color: #2c82af;
    margin-bottom: 2%;
}

/* サポート ページ アコーディオン
-----------------------------------------------------------------*/
.download_media{
    display: flex;
}
.download_media_body{
    width:100%;
}
.download_media .icon{
    width: 5%;
}
/* お問い合わせフォームのスタイル
==================================================================================== */	
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#d02828;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#2c6298;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
.underline{
    background: url(../images/underline_yellow.gif) center bottom repeat-x;
}
.contact_accepte{
	margin:10px 5px;
}
/* 動画一覧
-----------------------------------------------------------------*/
.movie .top_contents p{
	margin-bottom: 15px;
}
.movie_list_area{
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 15px;
}
.movie_list_area_inner{
	width: 48%;
}
.movie-setting .movie_list_area_inner{
	width: 98%;
}
.movie_list_area iframe{
	display: block;
	margin-bottom: 15px;
}
.movie-setting .movie_list_area iframe{
	width: 100%;
}
.movie-setting .movie_list_area iframe{
	border-bottom: 2px dotted #4d4d4d;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
body .movie_list_area h2{
	height: 2em;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
	font-weight: bold;
    font-size: 1rem;
}
body.movie-setting .movie_list_area h2{
	height: auto;
	line-height: auto;
	font-size: 1.5rem;
}
.movie_list_area p{
	margin-bottom: 15px;	
}
/* トップページ
==================================================================================== */	
.index{
    overflow-x: hidden;
}
.index *{
    box-sizing: border-box;
}
.index ul{
    list-style: none;
}
.index .index_top_content{
    width: 1000px;
    margin: 0 auto;
}
.index .index_top_content .bnr_fundinno,
.page-id-5386 .bnr_fundinno,
.recruit .bnr_fundinno{
	margin:2% auto;
	text-align:center;
}
.index .index_top_content .bnr_fundinno img,
.page-id-5386 .bnr_fundinno img,
.recruit .bnr_fundinno img{
	max-width:100%;
}
.index .index_flex{
    display: flex;
    justify-content: space-around;
    margin: 0;
}
.index .index_flex .index_flex_inner{
    text-align: center;
}
.index .index_top_content .index_flex li{
    width: 30%;
}
.index .index_flex .index_flex_inner h4{
    font-weight: bold;
}
.index .index_flex .index_flex_inner .index_contents_description{
    width: 90%;
    margin: 0 auto;        
    text-align: left;
}
.index .index_top_content_wrap .index_flex .index_flex_inner p span{
    display: block;
}
.index .index_flex_inner p {
    position: relative;
}
.index .index_top_content .index_flex .index_flex_inner .index_flex_inner_thumbnail{
    width: 206px;
    height: 136px;
    margin: 20px auto;
}
.index .index_top_content .index_flex .index_flex_inner .index_flex_inner_thumbnail::before{
    width: 206px;
    height: 136px;
    margin: 0px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -9999;
    display: block;
    background: #043785;
    content: " ";
}
.index .title_topborder_blue{
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color:#000;
}
p.title_topborder_blue::before{
    display: block;
    content: ' ';
    width: 44px;
    margin: 10px auto 10px;
    border-bottom: 4px solid #043785;
}
.index .title_topborder_blue + h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}
.index .index_middle_contents_wrap{
    width: 150%;
    margin-left: -25%;
    padding: 0 25%;
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    background: #043785;
    position: relative;
    transform: rotate(2.5deg) translate3d(0, 0, 0);
}
.index .index_middle_contents{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 18px 30px 39px;
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    transform: rotate(-2.5deg) translate3d(0, 0, 0);
    color: #fff;
}
.index .index_middle_contents_wrap:nth-of-type(4){
    background: #cee1ff;
}
.index .index_middle_contents .index_flex li{
    width: 24%;
}
.index .index_middle_contents_wrap:nth-of-type(2) .index_middle_contents h4:nth-of-type(1){
    color:#fff;    
}
.index .index_middle_contents_wrap:nth-of-type(4) .index_middle_contents{
    color:#000;    
}
.index .index_middle_contents .index_flex .index_flex_inner h4 span{
    margin-right: 10px;
    font-size:45px; 
}

.index .index_middle_contents_002_inner {
    background: #000;
    padding: 20px 0;
}
.index .index_middle_contents_002_inner ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index .index_middle_contents_002_inner ul li{
    width: 33%;
    padding: 5px 0;
    text-align: center;
    background: #ffc107;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.index .index_middle_contents_003_inner {
    width: 1000px;
    margin: 20px auto;
}
.index .index_middle_contents_003_inner ul li .index_flex_inner{
    width: 150px;
	height: 150px;
	border-radius: 50%;
    background:#eee;
}
.index .index_middle_contents_003_inner ul li{
    margin-bottom: 70px;
}

.module.module-post.post-5137-2-0-2 ,
.index .index_middle_contents_004_inner{
    width: 1000px;
    margin: 20px auto;
}
.index .index_middle_contents_004_inner .index_flex{
    flex-wrap: wrap;
}
.index .index_middle_contents_004_inner ul li{
    width: 30%;
}
.index .index_middle_contents_004_inner ul li span{
    display: block;
    width: 55%;
/*  width: 45%;*/
    margin: -20px auto 0;
    background: #043784;
    color: #ffff;
    z-index: 99999;
    position: relative;
}
.index .index_middle_contents_004_inner ul li .index_flex_inner img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.index .index_middle_contents_004_inner ul li .index_flex_inner .news_title{
    text-align: left;
}
.index .index_middle_contents_004_inner ul li .index_flex_inner a {
    color: #000;
    font-weight: bold;
}
.index span.suptext {
    font-size: 12px;
    position: relative;
    top: -20px;
}
.index .index_middle_contents_006_wrap{
    width: 1200px;
    margin: 0 auto 0;
} 
.index .index_middle_contents_006{
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
.index .index_middle_contents_006_inner{
    width: 34%;
}
.index .index_middle_contents_006_inner a{
    color: #000;
}
.index .index_middle_contents_006 h2{
    font-weight: bold;
}
.index .index_middle_contents_006 h2 span {
    margin-right: 10px;
    font-size: 20px;
    font-style: italic;
    color: #043784;
    font-weight: bold;
}
.index .index_middle_contents_006 .description{
    display: block;
}
.index .index_middle_contents_006 .deteil_link a {
    padding: 10px;
    display: block;
    color: #000;
    text-align: center;
    background: #e5e5e5;
}
.index .index_middle_contents_006 .deteil_link a:hover{
    background: #1074c4;
    color: #fff;
}

/* 動画で確認
-----------------------------------------------------------------*/
.index .top_video_area{
    width: 1000px;
    margin:0 auto 0;
    text-align: center;
}
.index .top_video_area h3{
    width: 56%;
    margin: 20px auto;
    background: #043784;
    color: #fff;
}
/* 投稿カテゴリー 
==================================================================================== */	
.loops-wrapper.grid3 {
    display: flex;
    flex-wrap: wrap;
}
.loops-wrapper.grid3 .post-title {
    line-height: 1.7;
    font-size: 20px !important;
    font-weight: bold;
}
body .loops-wrapper.grid3 .post{
	width: 100%;
    margin-left: 0;
    margin-bottom: 3.1em;
}

.loops-wrapper.grid3 article {
    display: flex;
}
.entry-content p a.more-link {
    background: #e5e5e5;
    display: block;
    color: #000;
    text-align: center;
    margin-top: auto;
    border: none;
}
.loops-wrapper.grid3 .post-meta {

}
.archive .post_thum {
    margin-top: 16px;
}
body .loops-wrapper.boxed .post {
	box-shadow:none;
    background-color: #ffffff;
    border-bottom:1px solid #ccc;
    padding-top: 1em;
}
.more-link:after {
    content: '';
    display: block;
    border-bottom: none !important;
}
/* フッター お問い合わせ
==================================================================================== */	
.global_bottom_contents_001{
    background: #043784;
}
.global_bottom_contents_001_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px;
    background: url(../images/contact_003.png) no-repeat right bottom;
}
.global_bottom_contents_001_inner .flex{
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.global_bottom_contents_001_inner .flex li p{
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.global_bottom_contents_001_inner .flex li{
    margin: 0 20px;
}
/* フッター
==================================================================================== */	
body .footer_top_contents_inner ul,
body .footer_top_contents_inner li{
    list-style: none;
    text-align: left;
}
.footer_top_contents_wrap .footer_top_contents{
    margin-bottom: 15px;
    padding: 20px 0;
    background: #000;
    color: #fff;
}
.footer_top_contents_wrap a{
    color: #fff;
    transition: none;
}
.footer_top_contents_wrap a:hover{
    color: #fff;
}
.footer_top_contents_wrap .footer_top_contents_inner{
    width: 1200px;
    margin: 0 auto;
}
.footer_top_contents_wrap .footer_flex{
    display: flex;
    justify-content: space-around;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner:nth-of-type(2) ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner:nth-of-type(2) ul li{
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 8px;
    
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner:nth-of-type(2) ul li::before{
    

}
.footer_top_contents_wrap .footer_flex .footer_flex_inner{
    width: 48%;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner li{
    list-style: none;
    margin: 0 10px;
    font-size: 14px;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner li.call_info,
.page-id-913 .call_info{
	font-size: 12px ;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner li h5{
    font-size: 14px;
}
body .footer_top_contents_wrap .company_info{
    margin: 0 auto;
    display: flex;
    justify-content:center;
    text-align: left;
}
.footer_top_contents_wrap .company_info li{
    margin: 10px;
}
.footer_top_contents_wrap .footer_logo{
    text-align: center;
}
.footer_top_contents_wrap .footer_logo img{
    width: 150px;
}
/* フッター スタイル上書き
==================================================================================== */	
.footer-block .footer-widgets-wrap{
    max-width:100% !important;
}
.footer-widgets-wrap .widget .textwidget ul{
    margin: 0 auto;
}
.footer-widgets-wrap .widget .textwidget ul li{
    list-style: none;
}
.footer-widgets-wrap .col4-2,.footer-widgets-wrap  .col2-1{
    width: 100%;
}
.footer_flex_inner h4 {
    position: relative;
    height: 16px;
    line-height: 16px;
    margin-bottom: 25px;
    padding: 0 0 12px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    color: #fff;
}
.footer_flex_inner h4 span {
    min-width: 30%;
    display: inline-block;
    padding: 0 8px 11px;
    border-bottom: 2px solid #f5f5f5;
}
.footer_flex_inner .campany_info{
    margin-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #555;
}
.footer_flex_inner .campany_info_002{
    margin-left: 0;
}
.footer_flex_inner .campany_info_003 li{
    list-style: circle;
}
.footer_flex_inner .campany_info_003 li::after{
    margin-right: 0;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 8px;
    content: "";
}
/* 会社概要
==================================================================================== */	
.module-timeline.layout-list p{
    line-height: 1.7;
}
/* 採用サイト
==================================================================================== */	
.recruit{
    
}
.recruit .recruit_top_content{
    padding-bottom: 1%;
    background:url(../images/recruit_001.jpg) no-repeat center top;
}
.recruit .recruit_top_content .btn_recruit{
   
}
.btn_recruit a{
    width: 50%;
    margin: 0 auto 1%;
    padding: 8px 25px;
    border-radius: 20px;
    display: block;
    color:#fff;
    background: #283993;
    text-align: center;
    transition: .4s !important;
}
.btn_recruit a:hover{
    background:#fff;
    color: #283993;
    text-shadow: none;
}
.recruit_top_content_inner,
.recruit_occupation,
.recruit_middlecontents_001,
.recruit_middlecontents_002,
.recruit_middlecontents_003,
.recruit_middle_contents_004,
.recruit_middle_contents_006{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.recruit_middle_contents{
    width: 1200px;
    margin: 0 auto;
    position: relative;

}
.recruit_top_content_inner h2{
    margin-bottom: 75px;
    position: relative;
    top:156px;
    text-shadow: 2px 2px 2px #000;
    font-size: 52px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.recruit_top_content_inner h2 span{
    display: block;
}
.recruit_top_content_inner h3{
    margin-bottom: 135px;
    position: relative;
    top:120px;
    text-shadow: 2px 2px 2px #000;
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.recruit_top_content_inner p{
    line-height: 1.7;
    margin: 1rem;
    text-shadow: 2px 2px 2px #000;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.recruit_occupation_list_wrap{
    background: #C6FFDD;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.recruit_occupation_list_inner{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    
}
.recruit_occupation_list_inner h3{
    width: 12%;
    margin: 10px;
    font-weight: bold;
}
.recruit_occupation_list_inner ul{
    width: 80%;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
.recruit_occupation_list_inner ul li {
    margin: auto;
    font-weight: bold;
}
.recruit_occupation_list_inner ul li a{
    color: #000;
    display: block;
}
.recruit_middle_contents_inner,
.recruit_middle_contents_004_inner{
    display: flex;
    justify-content: center;
}
.recruit_middle_contents_inner:nth-of-type(odd){
flex-direction: row-reverse;    
}
.recruit_middle_contents_inner_left,
.recruit_middle_contents_004_left{
    width:33%;
    margin-right: 5%;
    margin-bottom: 4%;
}
.recruit_middle_contents_inner_right,
.recruit_middle_contents_004_right{
    width:33%;
    margin-bottom: 4%;
}
.recruit_middle_contents_inner:nth-of-type(odd)
.recruit_middle_contents_inner_left{
    flex-direction: row-reverse;    
    margin-right:0;
    margin-left: 5%;
}
.recruit_middle_contents_inner_left h4 {
    font-weight: bold;
    color: #283993;
    font-size: 28px;
    line-height: 1.5;
}
.recruit_middle_contents_inner_left h4 span{
    display: block;
} 
.recruit_middle_contents_inner_left p:nth-of-type(1),
.recruit_middle_contents_inner_right p:nth-of-type(1){
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.recruit_middle_contents_iner_left h4,
.recruit_middle_contents_iner_right h4{
    color:#283993;
    font-siz:14px;
    font-weight: bold;
}
.recruit_middlecontents_001_inner p,
.recruit_middlecontents_006_inner p{
    text-align: center;
}
.recruit_middlecontents_001_inner p::before,
.recruit_middlecontents_006_inner p::before{
    background: #283993;
    content: " ";
    display: block;
    width: 74%;
    height: 490px;
    left: 13%;
    position: absolute;
    z-index: -99999;
    top: -3%;
}
.recruit_middlecontents_002 > h3 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.recruit_middlecontents_002 > h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.recruit_middlecontents_002 .recruit_philosophy{
    display: flex;
    justify-content: space-between;
}
.recruit_middlecontents_002_inner{
    width: 30%;
}
.recruit_middlecontents_002_inner h4{
    font-weight: bold;
}
.recruit_middlecontents_002_wrap{
    margin-bottom: 30px;
    padding-bottom: 425px;
    background: url(https://questar.ac/wp/wp-content/uploads/2019/10/companyinfo_001.jpg) no-repeat center bottom;
}
.recruit_middlecontents_003_wrap{
    text-align: center;
}
.recruit_middlecontents_003_wrap .recruit_middlecontents_003_inner{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.recruit_middlecontents_003_wrap .recruit_middlecontents_003_inner p{
    margin: 1%;
}
.recruit_culture{
    width: 880px;
    margin: 0 auto;
}
.recruit_culture dl{
    margin-bottom: 50px;
    display: flex;
    text-align: left;
}
.recruit_culture dl dt{
    width: 25%;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.recruit_culture dl dd{
    width: 75%;
}
.recruit_middle_contents_004 h2{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  
}
.recruit_middle_contents_004 ul{
    margin: 0;
    font-size: 20px;
    list-style: none;
}
.recruit_middle_contents_004 ul li{
    display: flex;
}
.recruit_middle_contents_004 ul li i{
    width: 10%;
    text-align: center;
    margin-right: 2%;
    color: #283993;
    font-weight: bold;
}
.recruit_middle_contents_004 ul li span{
    
}
.recruit_middle_contents_004 .recruit_middle_contents_004_left,
.recruit_middle_contents_004 .recruit_middle_contents_004_right{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 65px;
    padding: 15px;
    background: #f3f3f3;
}
.recruit_middle_contents_005{
    width: 1000px;
    margin: 0 auto 0;
}
.recruit_middlecontents_006_wrap{
    margin: 50px auto 0;
}
.recruit_middlecontents_006_wrap .recruit_message {
    width: 800px;
    margin: 0 auto;
}
/* フォント
========================================== */
.font_underline_border_wrap{
    width:862px;
    margin:0 auto 60px;
}
.font_underline_border{
    font-size: 60px;
    font-weight: bold;
    background: #fff;
    display: inline;
}
.font_underline_border::after{
    content: " ";
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    top: -20px;
    z-index: -1;
}
.bl_btn_blue {
    display: block;
    background: #273892;
    color: #fff;
    width: 96%;
    margin: 20px auto;
    text-align: center;
}
.btn_roundedcorners_blue{
    width:200px;
    text-align: center;
}
.btn_roundedcorners_blue a {
    padding: 8px 25px;
    border-radius: 20px;
    background: #283993;
    color: #fff !important;
    font-weight: normal;
    display: block;
    transition: .4s !important;
}
.btn_roundedcorners_blue a:hover{
    background: #91b5fb;
    color: #000 !important;
}
.font_underline_border_002{
    margin-bottom: 2vh;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
    font-size: 1.5rem;
    font-weight: bold;
}
.font_bg_gray {
    padding: 1%;
    background: #5b5b5b;
    color: #fff;
}

.font_m_blue {
    color: #283993;
    font-weight: bold;
    font-size: 1.5rem;
}
/* 目次
========================================== */
body #toc_container{
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1%;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
    width: 100%;
    box-sizing: border-box;
}
body #toc_container a{
    line-height: 1.7;
	font-size: 18px;
	color:#000;
}
/* マルチデバイス
==================================================================================== */	

@media screen and (max-width: 1400px){
/* グローバルナビ 1400
========================================== */    
.custom_header_wrap li.menu__mega:hover ul.menu__second-level {
    justify-content: space-around;
}
}

@media screen and (max-width: 1280px){

/* パンくず 1280
========================================== */
#pagewrap .bread-crumb{
	width:98%;
}
/* トップ 1280
========================================== */
.home .topic_menu{
	font-size:1em;
	font-weight:bold;
}
/* 製品情報 ラインナップ 1280
========================================== */
.products_item_area{
    width: 100%;
}
/* リスト
========================================== */
.list_green{
    width: 95%;
}
.list_green dt{
    display: block;
    width: 95%;
}
}
@media screen and (min-width: 1200px){
/* グローバルナビ 1200
========================================== */    
body .header_sp{
        display: none;
    }
}

@media screen and (max-width: 1200px){
/* グローバルナビ 1200
========================================== */    
body .header_sp{
        display: block;
}
body .custom_header_wrap{
    display: none;
}
.custom_header_wrap li.menu__mega:hover ul.menu__second-level {
    justify-content: space-around;
}
    
/* トップページ 1200
========================================== */    
body .index .index_top_content{
    width: 100%;
}
body .index .index_middle_contents{
    width: 100%;
}
body .index .index_middle_contents .index_flex{
    flex-wrap: wrap;
}
body .index .index_middle_contents .index_flex li{
    width: 49%;
}
body .index .index_top_content .index_flex .index_flex_inner .index_flex_inner_thumbnail{

}
body .index .index_top_content .index_flex .index_flex_inner .index_flex_inner_thumbnail::before{

}
body .index .index_middle_contents_002_inner ul{
    width: 95%; 
}    
body .index .index_middle_contents_002_inner ul li span{
    display: block;
}    
body .index .index_middle_contents_003_inner {
    width: 100%;
}
body .module.module-post.post-5137-2-0-2,
body .index .index_middle_contents_004_inner{
    width: 90%;
}
.index .index_middle_contents_006 {
    flex-direction: column;
}    
.index .index_middle_contents_006_wrap {
    width: 100%;
}    
.index .index_middle_contents_006_inner {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}
/* パンくず 1200
-----------------------------------------------------------------*/
#pagewrap.hfeed {
    padding-top: 52px !important;
}    

/* 動画で確認 1200
-----------------------------------------------------------------*/
body .index .top_video_area{
    width: 90%;
}
/* 新お問い合わせ 1200
========================================== */
body .global_bottom_contents_001_inner{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: none;
}
body .global_bottom_contents_001_inner li{
    width:50%;   
}    
body .global_bottom_contents_001_inner li .btn_area_003 p{
    width:100%;
    font-size: 14px;
}    
/* 新フッター 1200
========================================== */
body .footer_top_contents_wrap .footer_top_contents_inner{
    width: 100%;
}    
/* ボタン 1200
========================================== */
.products_btn_area_004 {
    width: 98%;
}
/* 採用サイト 1200
========================================== */
.recruit_top_content_inner,
.recruit_occupation,
.recruit_middle_contents,    
.recruit_middlecontents_001,
.recruit_middlecontents_002,
.recruit_middlecontents_003,
.recruit_middle_contents_004,
.recruit_middle_contents_005,
.recruit_middle_contents_006{
    width: 90%;
}
.recruit .recruit_top_content{
    
}    
.recruit_top_content_inner h2{
    top:70px;
    font-size: 28px;
}    
.recruit_top_content_inner h3{
    margin-bottom: 50px;
    top:20px;
    font-size: 22px;
}    
.recruit_top_content_inner p{
    width: 85%;
    margin: 0 auto 20px;
    font-size: 18px;
}    
.font_underline_border_wrap{
    width: 90%;       
}    
.font_underline_border {
    font-size: 40px;
}


}
@media screen and (max-width: 1024px){
/* トップページ 1024
========================================== */
.index .index_middle_contents_004_inner ul li{
    width: 50%;
}    
/* 製品情報 トップページ ボックス構造 1024
========================================== */
.product_top .product_top_about{
    width:96%;
    margin: 0 auto;
}
.product_top .product_top_application{
    width:96%;
    margin: 0 auto 0;
}
.product_top .product_top_function{
    width:96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.product_top .product_top_lineup{
    width:96%;
    margin: 0 auto;
}
.product_top .product_top_flow{
    width:96%;
    margin: 0 auto;
}
.product_top .product_top_comparison{
    width:96%;
    margin: 0 auto;
}    
/* 製品情報 トップページ ローカルナビ 1024
========================================== */
.product_top .localnav_horizontal ul{
    width:93vw;
    flex-wrap: wrap;
}    
/* 製品情報 1024
========================================== */
.product_top .point_area_003 .title_circle_blue,
.product_top .point_area_003 .title_circle_orange {
    position: absolute;
    top: -54px;
    left: 0;
}    
/* 製品情報 お問い合わせエリア 1024
========================================== */
.contact_area_002{
    width: 95%;
    margin: 0 auto 2%;
    border: 4px solid #9f2422;
    background:#fff;
}
/* 採用サイト 1024
========================================== */    
.recruit_culture {
    width: 100%;
    margin: 0 auto;
}    
.recruit_middle_contents_inner_left,
.recruit_middle_contents_004_left {
    width: 95%;
    margin:1% auto 4%;

}    
   
.recruit_middle_contents_inner,
.recruit_middle_contents_004_inner{
    display: block;
}
.recruit_middle_contents_inner_left,
.recruit_middle_contents_004_left,
.recruit_middle_contents_inner_right,
.recruit_middle_contents_004_right{
    width:86%;
    margin: 0 auto 20px;
	padding:10px;
}   
.recruit_middlecontents_001_inner p::before,
.recruit_middlecontents_006_inner p::before{
    height: 230px;
}
.font_underline_border {
    font-size: 40px;
}    
.recruit_middlecontents_006_wrap .recruit_message{
    width: 95%;        
}      
    
}

@media screen and (max-width: 768px){
/* スマホとPCでの表示切替
========================================== */
.pc_area{
    display: none;   
}
.sp_area{
    display: block;   
}

/* contents 768
========================================== */
.entry .entry_img img{
	max-width:100%;
}
/* lnav 768
========================================== */
.widget *{
	box-sizing: border-box;
}
.widget .sub h3{
    border: 1px solid #ccc;
    text-align: center;
    background-color: #f5f4f4;
}
.widget #sidebar .sub h3 a{

}
.widget .sub .category_menu:before{
   	content: '\f24d';
   	font-family: FontAwesome;
	position: absolute;
   	left: 15px;
	color: #333;
}	
.widget .sub ul.localnav{
	margin:0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget .sub ul.localnav li{
	width: 50%;
 	border-bottom: 1px solid #ccc;
	list-style:none;
}
.widget .sub ul.localnav li:nth-of-type(odd){
 	border-right: 1px solid #ccc;
}

.widget .sub ul.localnav li a{
    display: block;
    padding: 10px 14px 0 14px;
    position: relative;
	font-size:85%;
}
.widget .sub ul.localnav li a::before {
}
.widget .sub ul.localnav li a::after {
    content: '\f105';
    font-family: FontAwesome;
    right: 5px;
	position: absolute;
	color: #8f742f;
}
/* トップ 768
========================================== */
.home .top_topic_head{
	font-size: 135%;
}
.home .top_benefit_area{
    padding: 0 0.5em;
}
/* 新トップ 768
========================================== */
 .index .index_flex{
}
body .index .index_top_content .index_flex{
    flex-direction: column;
}    
body .index .index_top_content .index_flex li{
    width: 95%;
    margin: auto;
}
body .index .index_middle_contents .index_flex li{
    width: 100%;        
}
.index .index_middle_contents_002_inner ul li{
    width: 96%;
}    
.index .index_middle_contents_003_inner .index_flex{
}
.index .index_middle_contents_003_inner .index_flex li .index_flex_inner{
    width: 80px;
    height: 80px;
}    
.index .index_middle_contents_003_inner .index_flex p{
    margin: 0;
    font-size: 10px;
}  
.index .title_topborder_blue{
    font-size:18px; 
}    
.index .title_topborder_blue + h3{
    font-size:20px;         
}
.index .btn_area_002 p{
    width: 90%;
}
.index .index_middle_contents_004_inner .index_flex{
    flex-direction: column;
}
.index .index_middle_contents_004_inner ul li {
    width: 95%;
    margin: auto;
}
.index .index_middle_contents_004_inner ul li .index_flex_inner .news_title {
    text-align: center;
}    
.btn_area_002 .btn_blue_002 a,
.btn_area_003 .btn_orange a,
.btn_area_003 .btn_green_002 a{
    font-size:1.25em;
}
.index .index_middle_contents_006_inner {
    width: 90%;
}    
/* 新お問い合わせ 768
========================================== */
body .global_bottom_contents_001_inner .flex li{
    width:95%;
    margin: 0 auto;
}
.global_bottom_contents_001_inner .flex li p{
    font-size:14px;
}
/* 新フッター 768
========================================== */
.footer_top_contents_wrap .footer_flex{
    flex-direction: column;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner:nth-of-type(2) ul,
.footer_top_contents_wrap .company_info{
    flex-wrap: wrap;
}
.footer_top_contents_wrap .footer_flex .footer_flex_inner {
    width: 98%;
    margin: 0 auto;
}    
/* 製品リスト 768
========================================== */
.text-2569-0-0-0{
    background: #ffffff;
}
.products_list_wrap{
    width: 100%;
    margin: 0.5% auto;
    border: none;
    border-bottom: solid 1px #ccc;
}
.products_list_area{
    width: 96%;
    flex-direction: column;
    background: #ffffff;
}
.products_list_area p.head{
    margin-bottom: 1%;
}
.products_list_area p.image-wrap{
	text-align:center;
}
/* 製品情報ページ インデックスページ 768
========================================== */
.category_description ul.list_basic_001{
    width:91%;
}
    .category_description{
    flex-direction: column;
}    
.page-id-901 .products_index,
.page-id-901 .products_index_002{
    width: 96%;
}
.product_top .product_top_comparison_wrap{
    overflow-x: auto;
}      
.product_top .product_top_comparison table{
    max-width: 760px;
}
/* btn_mail 768
========================================== */
.contact_demo_area .btn_mail a,
.products_btn_area_002 .square_btn a{
    padding: 4%;
	font-size:1em;
}
.contact_demo_area .btn_mail a:before,
.products_btn_area_002 .square_btn a:before{
    display:none;
}
.page-id-3014 #content h2{
	font-size:1.5em;
}
.contact_demo_area h5{
    font-size:1em;    
}
/* テーブル 768px
========================================== */
.table_basic_001 tr{
	width:100%;
}
.table_basic_001 th,
.table_basic_001 td{
	display: block;
}
.table_basic_001 th{
	background:#255287;
	color: #fff;
	text-align: center
}	
.table_faq_001 tr,
.table_faq_001 th{
	width:100%;
	box-sizing: border-box;
}

.table_faq_001 th,
.table_faq_001 td{
	display: block;
}
.table_faq_001 th{
	background:#255287;
	color: #fff;
	text-align: center
}
.table_basic_004,
.table_basic_005{
      width: 93%;
}
.table_basic_004 tr,
.table_basic_005 tr,
.table_basic_006 tr,
.table_basic_007 tr{
    width: 100%;
    box-sizing: border-box;
}    
.table_basic_004 td,
.table_basic_004 th,
.table_basic_005 td,
.table_basic_005 th,
.table_basic_006 td,
.table_basic_006 th,
.table_basic_007 td,
.table_basic_007 th{
	display: block;
}
.table_basic_006 td:nth-of-type(1),
.table_basic_007 td:nth-of-type(1){
    width:auto;
}
.table_basic_007 .table_head_002{
        display: none;
}
.table_basic_007 .status,
.table_basic_007 .cause,
.table_basic_007 .step{
    display: inline;
    margin: 5px;
    padding: 5px;
}
.table_basic_007 .status{
    background: #283a48;
    color:#fff;
}
.table_basic_007 .cause{
    background: #4c5861;   
    color:#fff;
}
.table_basic_007 .step{
    background: #e8e8e8;
}
.table_basic_008 {
 overflow: scroll;        
}   
.table_basic_008 .pc_head{
    
}    
.table_basic_008 td,
.table_basic_008 tr{
	
}    
.comparison_table td{
    font-size: 100%;
 }
.comparison_table td:after{
    content: '';
    width: 80%;
    height: 1px;
    background: #fff;
    display: block;
    margin: 24px auto;
}
.comparison_table tr:nth-of-type(1) td{
    padding-top:20px;
    font-weight: bold;
}
.comparison_table tr td:nth-of-type(3){
    font-size: 100%;
}
/* サポート ページ お問い合わせ 768
========================================== */
.contact_area{
    flex-direction: column;
}	
.contact_area .mail,
.contact_area .phone{
    width:95%;        
}	
.contact_demo_area h4{
        font-size: 1em;
}	
/* 知財 768
========================================== */	
	.patent_area .patent_list li img {
    width: 24%;
    margin-right: 9%;
}		
/* ブログページ 768
========================================== */
.loops-wrapper.grid3 article {
    display: flex;
    flex-direction: column;
}
.post .post_thum{
	width:100%;
	text-align:center;
}
/* 見出し 768
========================================== */
.title_gray{
	line-height: 1.7;
	background: #ccc;
    text-align: center;
	font-size: 20px;
	color:#000;
}
.title_blue{
	line-height: 1.7;
	background: #2fa7e0;
	text-align: center;
	font-size: 16px;
	color:#fff;
}
.font_l_white,
.font_m_white {
    font-size: 1.0rem;
}

/* 製品情報 ラインナップ 768
========================================== */
.item_list_wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0.5%;
    padding: 1%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 1%;
    background: #fff;
}	
/* 製品情報 トップページ サイネージとは 768
======================== */
.product_top .point_area_003 .title_circle_blue,
.product_top .point_area_003 .title_circle_orange{
    top: -32px;
}
.title_circle_blue{
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.title_circle_orange{
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.title_bg_obliqueline{
    line-height: 1.4;
    font-size: 20px;
}
.title_bg_obliqueline_002{
    font-size: 20px;
}    
.product_top .bg_brown_full{
    width: 93%;
    margin: 0 auto;
    padding: 2%;
    font-size: 14px;    
    }
.product_top .bg_brown_full h2{
    font-size: 19px;
}
.product_top .product_top_application_inner .point_area_003 dt {
    position: relative;
    transform: none;
    border: #692e00 2px solid;
    text-align: center;
    border-bottom: none;
}
.point_area_004{
    width: 98%;
}
body .contact_area_002 h3{
    font-size: 18px;    
}    
.contact_area_002 ul{
    font-size: 15px;
    font-weight: normal;
    margin-left: 0.5em;
}
.contact_area_002 ul li{
    width: 96%;
    line-height: 1.5;
}
.contact_area_002 ul li img {
    width: 24px;
    height: 20px;
}
.product_top .product_top_function .product_top_function_inner:nth-of-type(1){
    width:98%;    
}
.product_top .product_top_function .product_top_function_inner:nth-of-type(2){
    width:98%;
}
.product_top .point_area_005{
    width:98%;
    margin: 2% auto;
}
.product_top .product_top_lineup .product_top_lineup_inner:nth-of-type(1),
.product_top .product_top_lineup .product_top_lineup_inner:nth-of-type(2){
    width: 98%;
}
.product_top .title_inflex{
    font-size: 125%;
}
.product_top .product_top_lineup .product_top_lineup_inner_002 {
    width: 92%;
    border-bottom: solid #ccc 1px;
    border-right: none;
}
.product_top .product_top_flow_list h4{
    width: 100%;        
}
.product_top_flow_list {
    margin: 0;    
}
.product_top .point_area_005{
    width: 44%        
}    
body .point_area_005 h3{
    font-size: 12px;
}
.point_area_005 h3:after{
    display: none;
}    
.point_area_005 p {
    transform: translate(0%,25%);
}
.contact_area_002 .contact_btn_area .btn_mail a{
    font-size: 1em;
}
/* 機能一覧 768
========================================== */    
.products_function_list_inner {
    width: 90%;
}
.products_function_description {
    width: 100%;
    flex-direction: column;
}    
.products_function_contents {
    flex-direction: column;
}    
.products_function_contents .image-wrap {
    margin: 0;
    text-align: center;
}
.funtion_category_list {
    flex-wrap: wrap;
}    
.funtion_category_list li {
/*    padding: 2px 15px;*/
    font-size: 12px;
}
.funtion_category_list .category_patent{
	margin-left: inherit;
}
/* 問い合わせ 768
========================================== */    
.global_bottom_contents_001_inner .flex{
    flex-direction: column;
}
    
/* 採用サイト 768
========================================== */ 
.recruit_top_content_inner h2 {
    top: 60px;
    font-size: 20px;
}   
.recruit_top_content_inner h3 {
    margin-bottom: 40px;

    font-size: 22px;
}    
.recruit_top_content_inner p {
    font-size: 15px;
    background: rgba(40, 57, 147, 0.8);
    padding: 10px;
    text-shadow: none;
    font-weight: normal;
}
.recruit_occupation_list_inner {
    display: block;
    text-align: center;
}    
.recruit_occupation_list_inner h3 {
    width: 100%;
    margin: 0px;
}
.recruit_occupation{
    padding-top: 4px;          
}
.recruit_occupation_list_inner ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}    
.recruit_occupation_list_inner ul li {
    width: 45%;
    margin: 10px auto;
}    
.recruit_occupation_list_inner ul li a{
    background: rgba(255, 255, 255, 0.8) ;
}
.recruit_middle_contents_inner_left, 
.recruit_middle_contents_004_left,
.recruit_middle_contents_inner_right,
.recruit_middle_contents_004_right {
    width: 95%;
    margin: 0 auto 20px;
}    
.recruit_middle_contents_inner_left h4 {
    font-size: 22px;
}    
.recruit_middlecontents_002 .recruit_philosophy {
    display: block;
    justify-content: space-between;
}
.recruit_middlecontents_002_inner {
    width: 90%;
    margin: 0 auto 20px;
}    
.recruit_middlecontents_002 > h3 {
    font-size: 20px;
}
.recruit_culture dl {
    width: 95%;        
    display: block;
    margin: 0 auto 20px;    
}    
.recruit_culture dl dt,
.recruit_culture dl dd{
    width: 100%;        
}
.recruit_middle_contents_004 ul {
    margin: 0 0 0 1%;

}    
.recruit_middle_contents_004 h2{
    font-size: 18px;    
    }   

.recruit_middlecontents_001_inner p::before, .recruit_middlecontents_006_inner p::before{
	background:#fff;
}
 

}
/* マルチデバイス 1200px 以下
========================================== */
@media screen and (min-width: 1201px){

.sp_contents{
    display:none;
}

}
/* マルチデバイス 1200px 以下
========================================== */
@media screen and (max-width: 1200px){

.sp_contents{
    display:block;
}
.normal_contents{
    display:none;
}

}
/* マルチデバイス 468
========================================== */
@media screen and (max-width: 468px){

.index .index_middle_contents_003_inner .index_flex {
    flex-wrap: wrap;
}
.index .index_middle_contents_003_inner .index_flex li{
    margin: 0px 10px 80px;
}    
.font_bold{
	font-size:24px;
}
}
 
/* layout style
========================================== */
.ly_innerWrap__680 {
    max-width: 680px;
    margin: 0 auto;
}
.ly_bg_gray {
    background: #f9f9f9;
    padding: 20px;
    margin: 10px auto;
}

/*---------
form style 
---------*/
.bl_formWrap_item {
    position: relative;
}
.bl_formWrap dd {
    margin-bottom: 1em;
}
.bl_formWrap_nece {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.contact_accepte {
    font-size: 13px;
}
/* form btn */
.bl_formWrap__submit {
    display: block;
    max-width: 320px;
    margin: 20px auto;
}
.bl_formWrap input.el_w_100 {
    width: 100%;
}
input[type=submit].bl_formWrap__submit {
    background: #3869a3;
    border: 1px solid #3869a3;
    box-shadow: 5px 5px 14px -6px rgb(0 0 0 / 60%);
    border-radius: 4px;
}

input[type=submit].bl_formWrap__submit:hover {
    background: #1b4575;
    color: #fff;
    box-shadow: 5px 5px 8px -6px rgb(0 0 0 / 60%);
}
/* alert */
span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 1em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid #cc0000;
    background: #fff0f0;
    color: #cc0000;
    font-size: 13px;
}

.el_shadow {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
