/*
Theme Name: Chiba Rebuilt
Description:Chiba Rebuilt
Tags: Chiba Rebuilt
Version: 1.6.0
*/
@charset "utf-8";
/* ----------------------------------
              COMMON
---------------------------------- */
html {
  scroll-behavior: smooth;
}
body {
    margin: 0px auto;
    font-family:"Noto Sans JP","メイリオ",meyrio;
    background: #fff;
    font-size: 18px;
}
main.page {
	margin:66px auto 0;
}
@media screen and (max-width:768px) {
    body { font-size: 16px; }
	main.page {
		margin:20px auto 0;
	}
}
header, section, article, aside, footer {
    display: block;
}
img {
	width:100%;
	height:auto;
    margin: 0;
    padding: 0;
    border: none;
	display:block;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
/* PC TB SP */
.pc { display: inline-block; }
.pctb { display: inline-table; }
.tb { display: none; }
.sp { display: none; }
.sp-table { display: none; }
@media screen and (max-width: 769px) {
    .pc { display: none; }
    .tb { display: inline-block; }
    .sp { display: none; }
    .sp-table { display: none; }
}
@media screen and (max-width: 480px) {
    .pc { display: none; }
    .pctb { display: none; }
    .tb { display: none; }
    .sp { display: inline-block; }
    .sp-table {
        display: inline-table;
        font-size: 14px;
        width: 100%;
    }
}
.aligncenter {
	display: block;
	text-align:center;
	margin: 0 auto;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.wp-caption{
  display: block;
  max-width: 100% !important;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
.sec-404 {
	margin:100px auto;
}
.sec-404 .contents-inner{
	text-align:center;
}
.page .entryCon img{
	display: inline-block;
	width:auto;
	margin-top:0;
}
.entryCon img.imgBox {
	padding: 2px;
    border: 1px solid #0f2b58;
}
@media screen and (max-width:480px){
	#wpadminbar{
		display:none !important;
	}
	.page .entryCon img {
		max-width: 100% !important;
		margin:0;
	}
}

/* ----------------------------------
              COMMON
---------------------------------- */
body{
	background: #f4f4f4;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	width: 100%;
}
a {
	color: #0f2b58;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img,img{
	border: none;
}

/* ----------------------------------
              HEADER
---------------------------------- */
#wrap_header{
	/*background: url(./image/header_bg.gif) repeat-x 0 0;*/
	background:#fff;
	padding: 0;
	margin: 0;
	width:100%;
	max-width:100%;
}
#header{
	padding: 0;
	margin: 0 auto;
	width:100%;
	max-width:960px;
	height: 128px;
}
#wrap_nav{
	background: url(./image/nav_bg.png) repeat-x 0 0;
	padding: 0;
	margin: 0;
	width:100%;
	max-width:100%;
}
#nav{
	padding: 0;
	margin: 0 auto;
	width:100%;
	max-width:960px;
	height: 6vw;
	max-height: 60px;
}
#wrap{
	padding: 0 0 50px;
	margin: 0 auto;
	width:100%;
	max-width:960px;
}
#content{
	float: left;
	background: #ffffff;
	padding: 10px 10px 30px;
	margin: 0;
	width:100%;
	max-width:710px;
	/*border: 1px solid #dadada;*/
	border: 3px solid #bfbfbf;	
}
#right{
	float: right;
	padding: 0;
	margin: 0;
	width: 216px;
}
#content table.blog, #content table.blog td:first-child, #content table.contentpaneopen, #content table.contentpaneopen td:first-child{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width:100%;
	max-width:710px;
}
#wrap_footer{
	background: #efefef;
	width:100%;
	max-width:100%;
}
#footer{
	padding: 0;
	margin: 0 auto;
	width:100%;
	max-width:960px;
	height: 100px;
}
#wrap_bottom{
	background: #000000;
	border-top: 1px solid #515151;
	width:100%;
	max-width:100%;
}
#bottom{
	padding: 0;
	margin: 0 auto;
	width:100%;
	max-width:960px;
}
#breadcrumbs{
	padding: 0;
	margin: 6px 0;
}
#breadcrumbs img{
	display: inline;
	width:9px;
}
#breadcrumbs span{
	font-weight:normal;
}
@media screen and (max-width:960px){
	#content{
		float: none;
		padding: 10px 10px 30px;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
	}
	#content table.blog, #content table.blog td:first-child, #content table.contentpaneopen, #content table.contentpaneopen td:first-child{
		max-width:100%;
	}
	#right{
		float: none;
		width:100%;
		max-width:100%;
		margin-top: 20px;
	}
	#footer{
		width:98%;
		max-width:98%;
	}
}
@media screen and (max-width:768px){
	#header{
		height: auto;
        padding-bottom: 20px;
        background: #fff;
	}
}
/* new clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* 追加
-------------------------------------------------------------------*/
.f_c{ text-align: center;}
.f_l{ text-align: left;}
.f_r{ text-align: right;}
.clr{ color: #0f2b58;}

h3.clr {
	font-size:1.17em;
	text-align:left;
}
.tit_h3{
    padding: 5px 0 6px 21px;
    margin: 0 0 30px 00;
    position: relative;
    border-bottom: 1px #ccc solid;
    font-size: 18px;
    color: #555;
    font-family: monospace;
    letter-spacing: 0.5px;
	text-align:left;
}
.tit_h3:before{
	content:url(./image/h3_arrow.png) ;
	width:16px;
	height:21px;
	position:absolute;
	top:3px;
	left:0;
}
.tit_h4{
	background: url(./image/icon_h4.gif) no-repeat 0 10px;
	padding: 0 0 3px 12px;
	margin: 15px 0;
	border-bottom: 1px dashed #cccccc;
	font-size: 16px;
	color: #0f2b58;
}

.ul_style{
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.ul_style li{
	background: url(./image/icon_arrow.gif) no-repeat 0 9px;
	padding: 3px 0 3px 9px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.ul_style li .newsdata{
	display: inline-block;
	width: 195px;
}

.table_style{
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}
.table_style th{
	background: #c2d9ff;
	padding: 3px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #0f2b58;
	text-align: left;
}
.table_style td{
	padding: 3px 5px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.flow_box{
	padding: 0;
	margin: 30px 0 10px;
}
.flow_box .ul_style li{
	background: url(./image/icon_arrow.gif) no-repeat 0 6px;
	padding: 0 0 0 7px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.flow_lbox{
	float: left;
	padding: 0;
	margin: 0;
	width: 210px;
}
.flow_rbox{
	float: right;
	padding: 0;
	margin: 0;
	width: 480px;
}
.img_box{
	padding: 2px;
	border: 1px solid #0f2b58;
}

@media screen and (max-width:480px){
	.ul_style li .newsdata {
		display: block;
		width: 100%;
	}
	.flow_lbox{
		width:100%;
		max-width: 480px;
	}
	.flow_rbox{
		width:100%;
		max-width: 480px;
	}
}

/* header
-------------------------------------------------------------------*/
.header_h3{
	padding: 4px 0 2px;
	margin: 0;
	font-size: 10.5px;
	color: #ffffff;
	background: #000;
}
#logo{
	float: left;
	padding: 0;
	margin: 45px 0 0;
	width: 283px;
}
.header_r{
	float: right;
	padding: 16px 0 0; 
	margin: 0;
	width: 455px;
}
@media screen and (max-width:768px){
	#wrap_header h3{
		padding: 4px 0 2px;
	}
	#logo {
		width:32%;
		max-width:283px;
	}
	.header_r{
		width: 67%;
		max-width: 455px;
	}
}
@media screen and (max-width:480px){
	#wrap_header h3{
		font-size: 2.2vw;
	}
	#logo {
		width:90%;
		max-width:205px;
		 margin: 5px 0 0 5%;
		z-index: 10002;
		position:relative;
	}
	.header_r{
		width:90%;
		max-width: 455px;
		margin: 0 5%;
	}
}
/* nav-menu
-------------------------------------------------------------------*/
#navi_continer{
	background: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index:1500;
	width:100%;
	max-width:960px;
}
#navi {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	max-width:960px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#navi li {
	float: left;
	margin: 0;
	width: calc(100% / 6);
	max-width:160px;
}
#nav li img{
	vertical-align: bottom;
}
#navi li a {
	display: block;
	text-decoration: none;
	color: #ffffff
}
#navi li span {
	display: none;
}

/* サブメニュー */
#navi ul.sub{
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
#navi ul.sub li{
	float: none;
	position: static;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: none;
	text-align: left;
	width:100%;
}
#navi ul.sub li a{
	margin: 0;
	padding: 18px 0 18px 5px;
	display: block;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	background: #0f2b58;
	border-bottom: 1px solid #999999;
}
#navi ul.sub li a:hover{
	background: #222222;
}
#navi ul.sub li img{
	vertical-align: bottom;
}
#sp_menu_btn{
	display:none;
}

@media screen and (max-width:480px){
	#navi {
	    background:#14376e;
		pointer-events: none;
	}
	.open #navi {
		pointer-events: auto;
	}

	/* ボタン */
#sp_menu_btn{
	display:block;
    width:42px;
    height:34px;
    position:absolute;
    right:15px;
    top:30px;
    cursor:pointer;
    z-index:10001;
}
#sp_menu_btn.open{
    position:fixed;
}
#sp_menu_btn span{
    display:block;
    width:100%;
    height:3px;
    background:#000;
    border-radius:3px;
    position:absolute;
    transition:.3s;
}
#sp_menu_btn span:nth-child(1){
    top:0;
}
#sp_menu_btn span:nth-child(2){
    top:10px;
}
#sp_menu_btn span:nth-child(3){
    top:20px;
}

/* メニュー */
#nav{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:#14376e;
    transform:translateY(-100%);
    opacity:0;
    transition:.45s ease;
    z-index:9998;
}
#nav.open{
    transform:translateY(0);
    opacity:1;
	top:70px;
}

/* UL */
#navi ul{
    display:block;
    padding:5px 0 30px;
    margin:0;
}
#navi ul li{
    display:block;
    width:100%;
    max-width: 100%;
    border-bottom:1px solid rgba(255,255,255,.2);
	text-align: left;
}
#navi ul li a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:16px 20px;
    font-size:17px;
	background: none;
}
#navi ul li a span{
    color:#fff;
	display:block;
}
/* 画像は非表示 */
#navi ul li img{
    display:none;
}

/* サブメニュー */
#navi ul li ul.sub{
    position:static;
    display:block;
    padding:0;
	width:100%;
}
#navi ul li ul.sub li{
    border:none;
}
#navi ul li ul.sub li a{
    padding:12px 40px;
    font-size:15px;
	background:none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#navi ul li ul.sub li:last-child a {
    border-bottom: none;
}
#sp_menu_btn.open span:nth-child(1){
    transform:rotate(45deg);
    top:15px;
}

#sp_menu_btn.open span:nth-child(2){
    opacity:0;
}

#sp_menu_btn.open span:nth-child(3){
    transform:rotate(-45deg);
    top:15px;
}
.sp_text{
    display:none;
}
#navi img{
    display:none;
}
.sp_text{
    display:inline;
    color:#fff;
}
}

/* top
-------------------------------------------------------------------*/
.top_img{
	padding: 0;
	margin: 24px 0 30px;
}

@media screen and (max-width:480pc){
	.top_img{
		padding: 0;
		margin: 0px 0 20px;
	}
}

/* right
-------------------------------------------------------------------*/
.moduletable_info{
	background: #ffffff;
	padding: 0;
	margin: 0;
	/*border: 3px solid #dadada;*/
	border: 3px solid #bfbfbf;
}
.moduletable_info h3{
	padding: 5px 0 10px;
	margin: 0 auto;
	text-align: center;
	max-width:200px;
}
.moduletable_info .left_infocont{
	padding: 0px 5px 10px;
	font-size: 12px;
}
 .moduletable_info img.ac-miran{
	border: 1px solid #908e8e;
	width:100%;
	max-width:210px;
	margin-top:42px;
}
@media screen and (max-width:960px){
	.moduletable_info{
		display:flex;
		justify-content: space-around;
		align-items: center;
	}
	 .moduletable_info img.ac-miran{
		border:none;
		width:100%;
		max-width:210px;
		max-height: 140px;
		margin-top:0;
	}
}

/* footer
-------------------------------------------------------------------*/
.footer_menu{
	padding: 20px 0 0;
}
.footer_menu a{
	display: inline-block;
	background: url(./image/icon_arrow.gif) no-repeat 0 7px;
	color: #777777;
	padding: 0 10px 0 10px;
}
.footer_menu a:hover{
	color: #0f2b58;
}

/* bottom
-------------------------------------------------------------------*/
.copyright{
	text-align: center;
	padding: 8px 0;
	color: #ffffff;
	font-size: 10.5px;
}

/* HOME
-------------------------------------------------------------------*/
.home_news div.news{
	background: url(./image/icon_arrow.gif) no-repeat 0 9px;
	padding: 3px 0 3px 10px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.home_news .createdatenews{
	display: inline-block;
	width: 200px;
}

/* 経営理念
-------------------------------------------------------------------*/
.rinen_rbox{
	float: right;
	width: 200px;
	text-align: center;
}
.rinen_lbox{
	float: left;
	width: 480px;
}
@media screen and (max-width:480px){
	.rinen_lbox{
	width:100%;
	max-width: 480px;
	}
}

/* 会社概要
-------------------------------------------------------------------*/
.gmap_cont{
	width: 200px;
}

/* 商品案内
-------------------------------------------------------------------*/
.rebuilt_img{
	margin-bottom: 80px;
}

/* お問い合せ
-------------------------------------------------------------------*/
legend, .send_title{
	display: none;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
fieldset{
	margin: 0;
	padding: 0;
	background: #f4f7dca;
	border: none;
}
form{
	padding: 0;
	margin: 0;
}
div.error {
	width: 380px;
	background-color: #fcc;
	padding: 5px 0;
}
/* 必須 */
span.required { font-weight: bold; }

h3{
	color: #0f2b58;
	font-size: 30px;
	text-align: center;
}

table.item_table{
	border-collapse: collapse;
	padding: 0;
	margin: 20px 0;
	width: 100%;
}
table.item_table th{
	background: #c2d9ff;
	padding: 3px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #0f2b58;
	text-align: left;
	width: 30%;
}
table.item_table th div{
	background: url(./image/mfp_must.gif) no-repeat right center;
}
table.item_table td{
	padding: 3px 5px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.submit_btn{
	text-align: center;
	margin: 5px auto;
}
@media screen and (max-width:480px){
	table.item_table th,
	table.item_table td{
		display: block;
        margin: 10px 0;
        border: none;
	}
	table.item_table th{
		width: 85%;
        margin: 5px 0;
	}

}
/* サイトマップ
-------------------------------------------------------------------*/
.xmap ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.xmap ul.level_0 ul {
    list-style: inside square;
    padding: 0;
}
.xmap ul.level_1 li {
    margin: 0 0 0 2em;
}








