/* =Responsive Structure
----------------------------------------------- */
/*ここから下がハンバーガーメニューのスタイル*/
.nav_sp{
	display:none;
}
@media screen and (max-width: 812px) {
.nav_sp{
	display:block;
	position:fixed;
	top:0;
	right:0;
	width:60px;
	height:60px;
}
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: ##0088cc;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 36px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 12px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 12px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  display: inline-table;
  width: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(0,0,0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 60px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

.nav_item a {
	display:block;
	padding:0.75rem 0;
  color: #fff;
  text-decoration: none;
  /*font-family: "游明朝","游明朝体",sans-serif;*/
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  top: 0;/* メニューを画面に入れる */
  
}

}
@media screen and (max-width: 1189px) {
	.site {
	    margin: 0 auto;
	    width: 100%;
	}

	#primary {
	    width: 570px;
	}

	#site-title {
		font-size: 40px;
	    font-size: 2.5rem;
	}

	.entry-header .entry-title,
	#homepage-message {
		font-size: 26px;
		font-size: 1.625rem;
	}

	#featured-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	#homepage-message span {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.main-navigation a {
        padding: 6px 13px;
    }
}

@media screen and (max-width: 1020px) {
	.site {
		margin: 0 auto;
		width: 100%;
	}

	.page-links,
	.widget,
	blockquote,
	.site-content article,
	.site-content .site-navigation,
	#infinite-handle,
	.comments-title, #reply-title,
	#respond {
		margin-bottom: 30px;
	}

	#homepage-message,
	.single-format-gallery .entry-meta {
		margin-top: 30px;
	}

	article.sticky .featured-post,
	.page-header,
	p,
	.featured-image,
	.entry-content table,
	.comment-content table,
	.widget.widget_catcheverest_social_widget,
	#content .searchform,
	.page-link,
	.single-attachment .entry-attachment img {
		margin-bottom: 20px;
	}
	.header-sidebar .widget,
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 20px;
	}
	.page .entry-header,
	.widget-title,
	.header-sidebar .widget.widget_catcheverest_social_widget {
		margin-bottom: 10px;
	}
	.container {
		padding: 0 0;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main {
		padding-top: 30px;
	}
	#site-logo{
		padding-top:20px;
	}
	.main-navigation a {
        padding: 6px 15px;
    }
	#main {
		padding-top: 163px;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article {
		padding-bottom: 30px;
	}
	#hgroup-wrap{
		padding-bottom:0;
	}
	#site-generator .site-info {
		padding: 20px 0;
	}
	#colophon #access-footer ul.menu a {
		padding: 0 15px;
	}
	.entry-header .entry-title {
		padding-bottom: 0;
	}
	/* Font Sizes */
	#homepage-message span {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.entry-content h1,
	.comment-content h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.entry-content h2,
	.comment-content h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.entry-content h3,
	.comment-content h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 1000px) {
	.site,
	.no-sidebar-one-column .site {
		width: 100%;
	}

	#primary,
	#secondary {
		width: 100%;
	}
	#colophon #access-footer ul.menu a {
		padding: 0 10px;
	}
	#featured-post.layout-four .post,
	#secondary .widget {
	    float: left;
	    margin-left: 4%;
	    width: 48%;
	}
	#featured-post.layout-four .post:nth-child(2n+1),
	#secondary .widget:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	/* Four Footer Widget Areas */
	#supplementary.four .widget-area {
	    width: 48%;
	}
	#supplementary.four #third.widget-area {
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 812px) {
	/* Larger Smart Devices */
	.site,
	.no-sidebar-one-column .site {
		margin:  0 auto;
	}
	#header-left,
	.header-sidebar,
	#header-right {
		clear: both;
	    display: block;
	    float: none;
	    text-align: center;
	    width: 100%;
	}
	#header-left{
		text-align:inherit;
	}
	#site-logo {
		float: left;
		padding-top: 18px;
	}
	#hgroup-wrap{
		height:60px;
	}
	#hgroup-wrap img{
		margin: 0 auto;
	}
	.header-sidebar,
	#header-right {
		max-width: 100%;
	}
	#header-right{
		display:none;
	}
	.header-sidebar .widget,
	.header-sidebar ul.social-profile li,
	.header-sidebar #s {
		float: none;
	}
	.header-sidebar ul.social-profile {
		width: 100%;
	}
	#site-title {
		font-size: 30px;
		font-size: 1.875rem;
	}
	#main-slider .entry-container {
		bottom: 0;
		max-width: 100%;
		position: relative;
	}
	#main-slider .entry-header {
		margin-bottom: 0;
	}
	#main-slider .entry-title a,
	#main-slider .entry-title a:hover,
	#main-slider .entry-title a:focus,
	#main-slider .entry-title span,
	#main-slider .entry-title span:hover,
	#main-slider .entry-title span:focus {
		background-color: transparent;
	}
	#main-slider .entry-title span {
		padding: 10px 25px 0;
	}
	#main-slider .entry-content,
	#main-slider .entry-content:hover {
		background-color: transparent;
	}
	#main-slider .entry-content {
		padding: 0 25px 25px;
	}
	#slider-nav a {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4;
		padding: 0 5px;
	}
	#feature-heading {
		width: 100%;
		margin-left: 0;
	}
	#site-generator .copyright,
	#site-generator .powered {
		margin: 0;
		width: 100%;
	}
	#site-generator .copyright,
	#site-generator .powered {
		text-align: center;
	}
	#masthead .header-sidebar .menu,
	#footer-menu {
		display: none;
	}
	.mobile-footermenu #footer-menu {
		display: block;
	}
	.mobile-footermenu #footer-menu .menu {
		display: none;
	}
	.tinynav {
		display: block;
	}
	.sb-holder {
		display: block;
	}
	.commentlist .children {
		margin-left: 0;
	}
	.woocommerce #content ul.products li {
		margin-right: 0;
		width: 100%;
	}
	.woocommerce #content .product a.added_to_cart {
		clear: both;
		display: block;
	}
	#main .woocommerce .col-1,
	#main .woocommerce .col-2 {
		width: 100%;
	}
	.header-sidebar .widget.widget_nav_menu {
		width: 100%;
	}
	.widget.widget_nav_menu .sb-holder {
		background-color: #3A3D41;
		color: #eee;
		clear: both;
		display: block;
		width: 100%;
	}
	.widget.widget_nav_menu .sb-holder a,
	.widget.widget_nav_menu .sb-holder a:hover {
		color: #eee;
	}

	/*Main Menu*/
	.main-navigation li {
		display: block;
	}

	.main-navigation a {
		background-color: #3a3d41;
		box-sizing: border-box;
		display: block;
		font-size: 12px;
		outline: none;
		padding: 6px 15px;
	}

	.main-navigation a,
	.main-navigation  ul ul a {
		border-bottom: 1px solid #666;
	}

	.main-navigation a {
		color: #fff;
	}

	.main-navigation ul ul {
	    float: none;
	    position: static;
	    box-shadow: none;
	}

	.main-navigation  ul ul a {
		width: 100%;
	}

	.main-navigation li:hover > a,
	.main-navigation li:focus > a {
		background-color: #3a3d41;
	 }

	.main-navigation ul a:hover,
	.main-navigation ul a:focus {
	 	background-color: #000;
	}

	.main-navigation .menu-item-has-children li a:before,
	.main-navigation .page_item_has_children li a:before {
		content: "-";
		height: 1px;
		padding-right: 5px;
		margin-left: 10px;
		width: 5px;
	}

	.main-navigation .menu-item-has-children li li a:before,
	.main-navigation .page_item_has_children li li a:before {
		content: "--";
		margin-left: 20px;
	}

	.main-navigation .menu-item-has-children li li li a:before,
	.main-navigation .page_item_has_children li li li a:before {
		content: "---";
		margin-left: 30px;
	}

	.main-navigation .menu-item-has-children li li li li a:before,
	.main-navigation .page_item_has_children li li li li a:before {
		content: "----";
		margin-left: 40px;
	}

	#primary-menu-wrapper {
		text-align: left;
		display:none;
	}

	.menu-toggle-wrapper {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		background-color: #3a3d41;
		background-image: none;
		border: 0;
		color: #fff;
		font-weight: 700;
		padding-right: 50px;
		position: relative;
		text-align: left;
		text-shadow: 0 -1px 0 #000;
		width: 100%;
	}
	.menu-toggle:after {
		background-color: transparent;
		background: url(../images/select-icons.png) 0 10px no-repeat;
	    content: "";
	    display: block;
	    position: absolute;
	    right: 0;
	    z-index: 9;
	    top: 0;
	    width: 40px;
	    height: 40px;

	}

	.menu-toggle.selected:after{
		background: url(../images/select-icons.png) 0 -45px no-repeat;
	}
	.menu-toggle:hover,
	.menu-toggle:focus {
		box-shadow: none;
	}

	.menu-toggle-wrapper {
		display: block;
	}

	.menu-wrapper {
		position: relative;
	}

	.menu-inside-wrapper {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 999;
	}

	.is-open .menu-inside-wrapper {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.site,
	.no-sidebar-one-column .site {
		width: 100%;
		margin: 0 auto;
	}

	#featured-post.layout-four .post,
	#secondary .widget {
	    float: left;
	    margin-left: 6%;
	    width: 47%;
	}
}
@media screen and (max-width: 540px) {
	#featured-post .post,
	#supplementary.three .widget-area {
		width: 100%;
		margin-left: 0;
	}
	#featured-post .post img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#secondary .widget,
	#colophon #supplementary .widget-area,
	#featured-post.layout-four .post {
		width: 100%;
		margin-left: 0;
	}
	#main .woocommerce .col-1,
	#main .woocommerce .col-2 {
		width: 100%;
	}
	.container {
		padding: 0 0;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article {
		padding-bottom: 20px;
	}
	#hgroup-wrap{
		padding-bottom:0;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main,
	#masthead .breadcrumb {
		padding-top: 20px;
	}
	#site-logo{
		padding-top:18px;
	}
	#main{
		padding-top:0;
	}
	#homepage-message {
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
	/* Small Devices iphone 5 and below Portrait */
	#site-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.container {
		padding: 0 0;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article {
		padding-bottom: 15px;
	}
	#hgroup-wrap{
		padding-bottom:0;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main,
	#masthead .breadcrumb {
		padding-top: 15px;
	}
	#main{
		padding-top:0;
	}
	#homepage-message {
		margin-top: 15px;
	}
}

/*--------hd------------*/
@media screen and (max-width: 834px) {
#site-logo {
    padding-top: 7px;
}
.hd_form {
    position: absolute;
    top: 15px;
    right: 2%;
    width: 300px;
}
.hd_form a {
	font-size: 13px;
}
.main-navigation a {
    padding: 6px 6px;
	font-size:13px;
}
}
@media screen and (max-width: 812px) {
#header-left{
	margin-top:0;
}
.site_suB{
	display:none;
}
#site-logo{
	width: 250px;
    margin-top: 7px;
}
.hd_form {
	display:none;
}	
}
@media screen and (max-width: 750px) {
header {
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: #0193dc;
    z-index: 99999;
}
#hgroup-wrap {
    height: 30px;
	padding-top: 0;
}
#site-logo {
    width: 140px;
    margin-top: 0;
	padding-top: 10px;
}
}
	
/*-------ft-----------*/
@media screen and (max-width: 750px) {
#supplementary #first .ft_logo {
    float: inherit;
    display: block;
    margin: 1rem 0 1.75rem;
    width: 42%;
}
#supplementary #first .ft_Rbox {
    float: inherit;
    width: 100%;
}
#supplementary #first .ft_menus {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
}


/*-------共通--------*/
.w-100{
	width:100%;
}
.w-980{
	max-width: 980px;
    width: 90%;
	margin: 0 auto;
}
.w-1230{
	max-width: 1230px;
    width: 90%;
	margin: 0 auto;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.bg_Beige{
	background-color:#f8fafd;
	padding: 5rem 0;
}
.bg_white{
	background-color:#ffffff;
	padding: 5rem 0 0;
}
.bg_wbeige{
	background-color:#eeece4;
	padding: 5rem 0;
}
/*.Box-BT{
	margin-bottom: 7rem;
}*/
.pB-07{
	padding-bottom: 7rem;
}
.cBg-shoEi:after{
	content: ' ';
	background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/08/bc_shoeisha.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom right;
    width: 100%;
    height: 90px;
    display: block;
    margin-top: 4rem;
}
.bg_wW p,
.bg_Bb p{
	margin-bottom:0;
}
.magt-30{
	margin-top:3rem !important;
}
.magt-50{
	margin-top:5rem !important;
}
.mb-5r{
	margin-bottom:5rem !important;
}
.pb-0{
	padding-bottom:0 !important;
}
.cT_tt{
	font-family: 'Zen Maru Gothic', sans-serif;
    margin: 0 auto;
    padding: 20px 0 17px;
    color: #182a4f;
    font-size: 36px !important;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 3px;
}
.cT_tt span{
	color: #d4d4d4;
    font-size: 65% !important;
    display: block;
}
a.bN_C{
	display: table;
    margin: 0 auto;
}

@media screen and (max-width: 812px) {
/*-------共通--------*/

}
@media screen and (max-width: 540px) {
/*-------共通--------*/
.bg_Beige,
.bg_white,
.bg_wbeige{
	padding: 1.5rem 0 1.5rem;
}
.cT_tt{
	font-size: 160% !important;
}
}
@media screen and (max-width: 360px) {

}

/*-------TOP--------*/
#post-25 header{
	display:none;
}
.tP_CC{
	display: inline-block;
    width: 100%;
	margin-top: -10px;
}

/*---T slider---*/
#soliloquy-container-36{
	display:block;
}
#soliloquy-container-87{
	display:none;
}
.mV_uni{
	position: relative;
    margin: 0 auto 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/09/top_imgs1_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 79vh;;
}
strong.tT_catch{
	position: absolute;
    font-size: 0;
    display: block;
    background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/09/top_catch.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56%;
    height: 169px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
img.bn_Tshop{
	max-width: 980px;
    width: 100%;
	margin: 0 auto;
}

/*---T 昌栄社とは---*/
.cP-catch{
	font-weight: 600;
    line-height: 220%;
    margin-bottom: 5rem;
    margin-top: 3rem;
	text-align: center;
}
.cP-catch span{
	background: linear-gradient(transparent 50%, #fff100 50%);
}

/*---T 昌栄社が選ばれる理由---*/
.tC_bSN{
	margin:0 auto;
}
.tC_busine{
	width:100%;
	display: flex;
	margin:3rem auto 0;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.tC_busine div{
	background-color: #ebe8ed;
    border-radius: 16px;
    width: 50%;
    margin: 0 2% 0 0;
	padding: 5% 2% 4%;
    position: relative;
}
.tC_busine div span{
	text-align: center;
    display: block;
    font-size: 145%;
    font-weight: 600;
	color: #333333;
    letter-spacing: 2px;
}
.tC_busine div span:after{
    content: ' ';
    border-bottom: 2px solid #111;
    display: block;
    /*width: 45px;*/
	width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

.tC_busine div:last-of-type{
	margin:0 0;
}
.tC_busine a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
	text-shadow: 1px 1px 5px #000;
}
.tC_busine div p{
	margin: 3rem 0 0;
    font-size: 15px;
    padding: 0 2%;
    font-weight: 600;
    color: #333333;
	line-height: 220%;
}
.tC_busine div:nth-of-type(1) span:after{
	border-bottom: 2px solid #00b0f0;
}
.tC_busine div:nth-of-type(2) span:after{
	border-bottom: 2px solid #ffc000;
}
.tC_busine div:nth-of-type(3) span:after{
	border-bottom: 2px solid #92d050;
}
/*.tC_busine div:nth-of-type(1){
	background: url(/demo6/wp-content/uploads/2023/11/toP_Cimg01.png);
    background-size: cover;
}
.tC_busine div:nth-of-type(2){
	background: url(/demo6/wp-content/uploads/2023/11/toP_Cimg02.png);
    background-size: cover;
}
.tC_busine div:nth-of-type(3){
	background: url(/demo6/wp-content/uploads/2023/11/toP_Cimg04.png);
    background-size: cover;
}*/
img.bn_Tec{
    margin: 10rem auto 0;
	max-width: 980px;
    width: 100%;
}

/*---T 新着情報---*/
.tC_news{
	margin: 0 0 0;
}
.iF-box{
	max-width: 930px;
    width: 90%;
    background-color: #d9e8e6;
    border: 2px solid #182a4f;
    margin: 3rem auto 0;
}
div.oshirase {
    padding: 2% 3% 1%;
    font-size: 100%;
    word-break: break-all;
    overflow: hidden;
}
div.oshirase h2{
	display:none;
}
div.oshirase a {
    padding: 0.5rem 2% 0.5rem;
	font-weight: 600;
}
div.oshirase hr {
    margin: 0;
    padding: 0;
    display: none;
}
div.oshirase dt {
    margin: 0 0 0 0;
    color: #1c1918;
    letter-spacing: 3px;
	width: 11em;
}
div.oshirase dd{
	color: #1c1918;
    letter-spacing: 3px;
}
.tNews_a{
	text-align: center;
	margin-top: 2rem;
    padding-bottom: 2.5rem;
}
.tNews_a a{
	background-color: #182a4f;
    color: #fff;
    padding: 10px 30px;
}
.tNews_a a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/demo6/wp-content/uploads/2023/11/icon_triangle.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.tNews_a a:hover{
}

/*---T 新着情報---*/
.me-gunzi{
	text-align: left;
    font-weight: normal;
	margin-bottom: 1rem;
}
.name-gunzi{
	font-weight: 600;
    line-height: 220%;
    font-size: 150%;
    text-align: right;
}
.name-gunzi span{
	font-size: 15px;
    margin-right: 1rem;
}

/*---T 会社概要---*/
/*#company{
	padding-top: 5rem;
    margin-top: -5rem;
}*/
/*#company .cT_tt{
	margin-top: -5rem;
}*/
.cT_company {
    width: 80%;
    margin: 3rem auto 3rem;
}
ul.cT-list {
    width: 100%;
    display: flex;
    vertical-align: bottom;
    margin: -1px 0px 0px;
    padding: 0px;
}
ul.cT-list li {
    float: left;
    list-style-type: none;
    width: 19.5%;
    margin: 0px;
    padding: 15px 3%;
    border-bottom: 1px solid rgb(186, 186, 186);
    border-top: 1px solid rgb(186, 186, 186);
}
ul.cT-list li:last-child {
    width: 73%;
    border-left: 1px solid rgb(186, 186, 186);
}
.gMap {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 29%;
}
.gMap iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
}
p.tC_ACp{
	text-align:center;
	margin: 3rem 0 2rem;
}
.tP_CC iframe{
	max-width: 980px;
    width: 90%;
    margin: 0 auto;
    display: table;
}

@media screen and (max-width: 1189px) {
/*-------TOP--------*/

}
@media screen and (max-width: 1020px) {	
.mV_uni {
	height: 31vh;
}
strong.tT_catch{
	height: 51px;
}
.tC_busine div span {
    font-size: 110%;
}
}
@media screen and (max-width: 812px) {
/*-------TOP--------*/
strong.tT_catch {
    font-size: 128%;
}
}

@media screen and (max-width: 540px) {
/*-------TOP--------*/
#soliloquy-container-36{
	display:none;
}
#soliloquy-container-87{
	display:block;
}
.mV_uni {
	height: 17.5vh;
	margin-top: 63px;
}
strong.tT_catch {
    font-size: 0;
    width: 76%;
    margin: 6vh 12% 0;
}
img.bn_Tshop{
	margin: 0 auto;
}
	
/*---T 昌栄社とは---*/
.cP-catch {
    text-align: left;
	margin-bottom: 3rem;
}

/*---T 選ばれる理由---*/
.tC_busine {
    width: 100%;
    display: block;
    margin: 3rem auto 0;
    padding: 0 0 0;
}
.tC_busine div {
    width: 90%;
    margin: 1.5rem 0 0 0;
	padding: 30px 5% 30px;
    position: relative;
    height: initial;
	display: inline-block;
}
.tC_busine div:nth-of-type(1){
	margin:0 0 0 0;
}
.tC_busine div:last-of-type {
    margin: 1.5rem 0 0 0;
}
.tC_busine div span {
    font-size: 150%;
	margin-bottom: 2rem;
}
.tC_busine div p {
    margin: 0 0 0;
    font-size: 15px;
    padding: 0 2% 0;
}
img.bn_Tec {
    margin: 3.5rem auto 0;
}
.cBg-shoEi:after {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 2rem;
}
/*---T 新着情報---*/
.iF-box {
    margin: 3rem auto 6rem;
}
.tC_news{
	margin: 1.5rem 0 0;
}
/*---T 会社概要---*/
/*#company {
    padding: 4rem 0 0;
    margin-top: -4rem;
}*/
.gMap {
    position: relative;
    width: 100%;
    height: 80px;
}
}

/*-------下層　共通--------*/
img.mainV{
	width:100%;
	display:block;
}
.sc_PGtt{
	background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/08/sc_FacM-img-scaled.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 52vh;
}
.sc_PGtt::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 52vh;
    background-color: rgb(17, 15, 28, 0.48);
}
.sc_PGtt div{
	color: #ffffff;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Zen Maru Gothic', sans-serif;
	text-shadow: 0px 0px 16px #000000;
    font-size: 220%;
    letter-spacing: 16px;
	font-weight: 600;
}
@media screen and (max-width: 1189px) {

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

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

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

}

/*-------下層　共通(問い合わせ)--------*/
.sc_FbnBg{
	background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/08/bn_FRbg-scaled.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    padding: 7rem 0 7rem;
}
.sc_bnFR{
}
.sc_bnFR .cT_tt span{
	font-size: 16px !important;
	color: #0193dc;
}
.sc_bnFR .bt-TF{
	display: flex;
}
.sc_bnFR .bt-TF div{
	width: 42%;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2px;
}
.sc_bnFR .bt-TF div a{
	display: block;
    border: 1px solid #858585;
    background-color: #fff;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 6px 0 7px;
	margin: 20px 0 5px;
}
.sc_bnFR .bt-TF div span{
	font-size: 12px;
    color: #686b71;
}
@media screen and (max-width: 540px) {
.sc_FbnBg {
    padding: 3rem 0 3rem;
}
.sc_bnFR .bt-TF {
    display: block;
}
.sc_bnFR .bt-TF div {
    width: 100%;
    font-size: 19px;
}
.sc_bnFR .bt-TF div:nth-of-type(1) {
	border-bottom: 1px solid #7d7979;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
}

/*-------設備一覧--------*/
#post-47 header{
	display:none;
}
.sc_Pcat{
	margin: 7rem auto 3rem;
    font-size: 32px;
    text-align: center;
    color: #182a4f;
    width: 100%;
    display: block;
}
.sSs_tT{
	width: 100%;
    text-align: center;
	margin: 10rem 0 0;
}
h3.sS-line{
	position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	font-size: 180%;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.sS-line:before, h3.sS-line:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.sS-line:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}
h3.sS-line:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}
.sSs_tT p{
	margin-top: 20px;
	font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 220%;
}
.sc_facS {
    width: 100%;
    display: flex;
    margin: 3rem auto 7rem;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.sc_facS div {
    background-color: #ebe8ed;
    border-radius: 16px;
    width: 31.35%;
    margin: 0 2% 0 0;
    position: relative;
}
.sc_facS.iMg1 div{
	margin: 0 auto;
}
.sc_facS div.iMg-l{
	margin-left: 18%;
}
.sc_facS div img{
	
}
.sc_facS div span {
    text-align: center;
    display: block;
    font-size: 130%;
    font-weight: 600;
    color: #333333;
    letter-spacing: 2px;
	padding-top: 2rem;
}
.sc_facS div span.nO-img{
	padding: 2rem 0;
}
.sc_facS div p{
	margin-bottom: 0;
}
.sc_facS div p.sFS-t {
    margin: 2rem 0 0;
    font-size: 15px;
    padding: 0 7% 8%;
    font-weight: 600;
    color: #333333;
    line-height: 220%;
}
@media screen and (max-width: 540px) {
.sc_PGtt {
    width: 100%;
    height: 31vh;
    margin-top: 63px;
}
.sc_PGtt::before {
    width: 100%;
    height: 31vh;
    background-color: rgb(17, 15, 28, 0.48);
}
.sc_PGtt div {
    color: #ffffff;
    position: absolute;
    top: 22.5%;
	font-size: 200%;
}
.sc_Pcat {
    margin: 5rem auto 3rem;
    font-size: 162%;
}
.sSs_tT {
    margin: 5rem 0 0;
}
.sSs_tT p {
    margin-top: 20px;
    font-size: 15px;
    padding: 0 10%;
}
.sc_facS {
    width: 100%;
    display: block;
	margin: 3rem auto 3rem;
}
.sc_facS:nth-of-type(2){
	margin: 0 auto 7rem;
}
.sc_facS div {
    width: 100%;
    margin: 0 0 3rem 0;
    position: relative;
}
.sc_facS div.iMg-l {
    margin-left: 0;
}
}

/*-------お取扱商品--------*/
#post-159 header{
	display:none;
}
#post-159 .sc_PGtt {
    background: url(http://forval-11139540.kir.jp/wp/wp-content/uploads/2026/09/sc_CayM-img-scaled.png) no-repeat;
    background-size: cover;
}
.tT-carry{
	margin: 5rem 0 3rem;
}
.tT-carry2{
	margin: 5rem 0 7rem;
}
  .section-cr{
    margin-bottom: 88px;
  }

  .section-head{
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 8px;
  }

  .section-head h2{
    font-family: var(--serif);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.06em;
    margin: 0;
    white-space: nowrap;
  }

  .section-rule{
    flex: 1;
    height: 1px;
    background: var(--indigo-soft);
    opacity: 0.5;
    transform: translateY(-2px);
  }

  .section-note{
    font-size: 13px;
    color: var(--ink-soft);
    margin: 4px 0 36px;
  }

  /* ---------- ITEM LIST ---------- */

  .list-item-C{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }

  .list-item-C .item{
    display: flex;
    align-items: center;
    padding: 1.6rem 0 2rem;
    border-bottom: 1px solid #bbb;
  }

  .list-item-C .item .item-icon{
    flex: none;
    width: 100px;
    height: 100px;
	margin-right: 2rem;
  }

  .list-item-C .item .item-icon svg{
    width: 100%;
    height: 100%;
    display: block;
	margin-top: -24px;
  }

  .item-text{
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .item-name{
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .item-en{
    font-family: var(--serif);
    font-size: 11px;
    color: var(--ink-soft);
    letter-spacing: 0.03em;
  }

  /*.item.featured .item-icon{
    color: var(--stamp);
  }*/

  .item.featured .item-name{
    font-weight: 700;
  }

@media screen and (max-width: 540px) {
#post-159 .sc_PGtt div{
	font-size: 156%;	
}
.tT-carry2 {
    margin: 5rem 0 5rem;
}
.list-item-C {
    display: block;
}
}

/*-------お問い合わせ--------*/
#post-94 header{
	display:none;
}
#post-94 h2.cBtit{
	margin: 5rem auto 3rem;
	font-size: 32px;
}
.wpcf7{
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.wpcf7 p{
	margin-bottom:0;
}
.tred{
	color:#e71f19;
}
.wpcf7 input,
.wpcf7 textarea{
	margin-bottom:3rem;
}
input[type="text"], input[type="email"], .wpcf7 input[type="tel"], textarea{
	background-color: #f7f7f7;
	border:1px solid #c4c4c4;
}
input[type="text"]{
	width:350px;
}
.wpcf7 input[type="email"], textarea{
	width:100%;
}
input[type="submit"] {
	cursor: pointer;
    color: #2F2D2C;
    border: 2px solid #2F2D2C;
	background-color:#fff;
	background-image: none;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 10%;
    display: table;
    transition: all 0.3s;
    margin: 5rem auto 3rem;
}
input[type="submit"]:hover{
	background:#2F2D2C;
	background-image: none;
	color: #fff;
	opacity:1.0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fR_tel{
	max-width: 920px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #c4c4c4;
    padding-top: 5vh;
	font-size: 18px;
}
.fR_tel a{
	background-color: #46474c;
    color: #fff;
    display: table;
    margin: 3vh auto 0;
    font-size: 25px;
    letter-spacing: 2px;
    padding: 9px 4% 7px;
}
.fR_tel a::before{
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background:url(/wp/wp-content/uploads/icon_tell.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
@media screen and (max-width: 812px) {
#post-94 h2.cBtit {
    margin: 7rem auto 3rem;
}
.wpcf7 input[type="email"], textarea {
    width: 97%;
}
}
@media screen and (max-width: 540px) {
#post-94 h2.cBtit{
	margin: 7rem auto 3rem;
	font-size: 180%;
}
.wpcf7{
    width: 90%;
    margin: 0 auto;
}
input[type="text"],.wpcf7 input[type="tel"],.wpcf7 input[type="email"], textarea {
    width: 94%;
}
}

/*-------お問い合わせ完了--------*/
#post-127 header{
	display:none;
}
#post-127 h2.cBtit{
	margin: 10rem auto 3rem;
	font-size: 32px;
}
.ins-text{
	max-width: 980px;
    width: 100%;
    margin: 0 auto 7rem;
    text-align: center;
}
@media screen and (max-width: 540px) {
#post-127 h2.cBtit{
	margin: 7rem auto 3rem;
	font-size: 180%;
}
.ins-text{
    width: 90%;
	margin: 0 auto 5rem;
}
}

/*-------プライバシーポリシー--------*/
#post-3 header{
	display:none;
}
#post-3 h2.cBtit{
	margin: 5rem auto 3rem;
	font-size: 32px;
}
.pPP_cont{
	max-width: 780px;
	width: 90%;
    margin: 0 auto;
}
.pP_TT{
	text-align:center;
	font-size:180%;
	display:block;
	margin-bottom: 7vh;
}
@media screen and (max-width: 540px) {
#post-3 h2.cBtit {
	font-size: 143% !important;
}
}

/*-------準備中--------*/
#post-91 header{
	display:none;
}
.c_soon{
	margin:19rem auto 13rem;
}
.c_soon strong {
    line-height: 1.3em;
    text-align: center;
    font-size: 58px;
    letter-spacing: 10px;
    margin: 10vh 0 3vh;
    display: block;
}
@media screen and (max-width: 540px) {
.c_soon {
    margin: 15rem auto 8rem;
} 
.c_soon strong {
    font-size: 250%;
}
}

/*----- 下層 お知らせ一覧 -----*/
.type-post{
	max-width: 980px;
    width: 90%;
    margin: 0 auto;
	border-bottom: 1px solid #ddd;
}
.entry-header .entry-title {
    color: #222;
    padding: 0 2%;
	padding: 7px 2% 0;
}
.entry-meta {
    clear: both;
    color: #757575;
    padding: 0 2% 7px;
}
.site-content article.type-post {
    margin-top: 0;
}
.type-post:first-child{
	margin-top: 50px !important;
}
.type-post .entry-container .entry-content{
	margin-bottom:5vh;
}
.type-post .by-author{
	display:none;
}
.type-post footer.entry-meta{
	display:none;
}

/*----- 下層 お知らせ個別 -----*/
.type-post .entry-header{
	margin-top: 2vh;
    position: inherit;
    height: auto;
	background-color: #ddd;
}
.site-content .site-navigation{
	max-width: 980px;
    width: 90%;
    margin: 0 auto 5vh;
}
#comments{
	display: none;
}
@media screen and (max-width: 812px) {
.type-post:first-child{
	margin-top: 100px !important;
}
}
@media screen and (max-width: 540px) {
.type-post:first-child,
.site-content article.type-post {
	margin-top: 100px !important;
}
.site-content article.type-post:nth-last-child(-n+2){
	margin-top: 0 !important;	
}
.site-content .nav-previous {
    float:inherit;
    width: 100%;
    display: grid;
}
.site-content .nav-next {
    float: inherit;
    text-align: right;
    width: 100%;
    display: grid;
}
}

.pc_only{
	display:block !important;}
.sp_only{
	display:none !important;}
@media screen and (max-width: 480px) {
.pc_only{
	display:none !important;}
.sp_only{
	display:block !important;}
}