/*
Theme Name:  Central-c
Theme URI:
Description:
Version: 1.1
Author: 
Author URI:
*/



body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:14px;
	line-height:1.9;
	letter-spacing:0.07em;
	text-align:justify;
}
a {
	color: #3e3a3a;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#7d81c8;
}
::selection{
	background-color:#eee;
}
::-moz-selection{
	background-color:#eee;
}

body,
#mainvisual .inner,
header,
footer{
	min-width:1200px;
	max-width: 1920px;
	margin: auto;
}



/*============================================================================

	ぱんくず

============================================================================*/
.breadcrumbs {	
	width:100%;
	padding: 7px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #888;
	font-size:12px;
}	
.breadcrumbs p {	
	width:1200px;
	margin:auto;
}	
	


/*==================================================================

	#contents

==================================================================*/
#contents{
	position:relative;
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 40px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



/*==================================================================

	下層共通　＊　タイトル

==================================================================*/

/*---------------------------------------- 左寄せ ----------------------------------------*/
h2.tit01 {
	position: relative;
	margin-bottom: 30px;
	color: #424683;
	font-size: 60px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
h2.tit01 span{
	display: block;
	position:relative;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

/*---------------------------------------- 左寄せ ----------------------------------------*/
h3.tit01 {
	position: relative;
	margin-bottom: 50px;
	padding-left: 30px;
	font-size: 40px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
h3.tit01 span{
	display: block;
	position:relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
h3.tit01::before {
	position: absolute;
	content: "";
	left: 0;
	width: 3px;
	height: 80px;
	background: #424683;
}

/*---------------------------------------- 中央寄せ ----------------------------------------*/
h3.tit02 {
	position: relative;
	margin-bottom:20px;
	letter-spacing: 3px;
	font-size: 27px;
	font-weight: bold;
	text-align:center;
}
h3.tit02::before {
	position: absolute;
	content: "";
	top:60px;
	left: 0;
	right:0;
	width: 80px;
	height: 3px;
	margin:auto;
	background: #424683;
}

/*---------------------------------------- 左寄せ ----------------------------------------*/
h3.tit03 {
	position: relative;
	padding-top:10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

/*---------------------------------------- 左寄せ ----------------------------------------*/
h4.tit01 {
	position: relative;
	display: inline-block;
	padding: 12px 60px 12px 40px;
	background: #424683;
	color: #FFF;
	font-size: 15px;
	z-index: 9;
}
h4.tit01::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: 15px solid #1c1e42;
}



/*==================================================================

	btn

==================================================================*/

/*---------------------------------------- 白抜き ----------------------------------------*/
.btn01 a{
	display:inline-block;
	padding: 16px 65px;
	border:1px solid #1f2257;
	background-color:#1f2257;
	color:#fff;
	transition:ease-in-out 0.2s ;
}
.btn01 a i{
	margin-right:7px;
}
.btn01 a:hover{
	background-color:#fff;
	color:#1f2257;
}


/*---------------------------------------- ななめ線 ----------------------------------------*/
.btn02 {
	position: relative;
}
.btn02 a {
	color: #424683;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.btn02::before {
	position: absolute;
	content: "";
	bottom: 6px;
	height: 75px;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	transform: skewX(-45deg);
	border-left: 1px solid #1c1e42;
	transition: 0.3s ease-out;
}
.btn02:hover::before {
	height: 65px;
	-webkit-transform: skewX(-55deg);
	-moz-transform: skewX(-55deg);
	transform: skewX(-55deg);
}




/*==================================================================

	table

==================================================================*/

/*---------------------------------------- 塗装仕様 ----------------------------------------*/
.tb02 {
	width:100%;
	margin: auto;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
}
.tb02 td, .tb02 th {
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
}
.tb02 th {
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	background-color: #424683;
}
.tb02 td {
	background-color: #ffffff;
}
.tb02 td:first-child {
	background-color: #ccc;
}

/*---------------------------------------- 会社概要 ----------------------------------------*/
.tb03 {
	width:90%;
	margin: auto;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	color: #666;
	background-color: #FAFAFA;
	font-size: 15px;
}
.tb03 th span {
	display:inline-block;
	width:40px;
	text-align:right;
}
.tb03 td {
	background-color: #ffffff;
}

/*---------------------------------------- 製品ラインナップ ----------------------------------------*/
.works_table {
	position: relative;
	width: 100%;
	height:750px;
	overflow: scroll;
}
.tb04 {
	width:auto;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ccc;
}
.tb04 td, .tb04 th {
	min-width: 80px;
	padding: 5px 5px;
	white-space: nowrap;
	font-size: 12px;
	line-height:1.4;
	letter-spacing:1px;
}
.tb04 th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #FAFAFA;
	text-align: center;
}
.tb04 td {
	background-color: #ffffff;
}
/*th　文字小さく*/
.tb04 .font-small {
	font-size: 10px;
	line-height:1;
}
/*td　PORTGUARD*/
.tb04 td span {
	display: block;
	font-size: 11px;
	color: #777;
}
/*td　下塗り・オール水彩タイプ*/
.tb04 td b {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
/*td　2行目着彩*/
.tb04 td.color_01{ background: #f4eccd;}
.tb04 td.color_02{ background: #ffe1bb;}
.tb04 td.color_03{ background: #cde8f3;}
.tb04 td.color_04{ background: #f3cdd3;}
.tb04 td.color_05{ background: #dfd9ff;}

/*カタログPDF*/
.tb04 a {
	color:#7d81c8;
	text-decoration: underline;
}
/*一番左の縦書き部分*/
.first-th {
	width:15px !important;
	min-width:15px !important;
}

/*1行目 上固定*/
.tb04 thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	z-index: 1;
}
.tb04 thead th.fixed_top {
	top: 29px;
	border-top:none;
}
/*2列目 左固定*/
.tb04 .fixed_left , .tb04 .color_01 , .tb04 .color_02 , .tb04 .color_03 , .tb04 .color_04 , .tb04 .color_05 ,.tb04 .nowrap {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	z-index: 2;
}
/*商品名　上固定＆左固定*/
.tb04 .fixed_left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}


/*---------------------------------------- 施工実績リストTable ----------------------------------------*/
.workslist_table {
	position: relative;
	width: 100%;
	height:750px;
	overflow: scroll;
}
.tb05 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ccc;
}
.tb05 td, .tb05 th {
	width:33%;
	min-width: 80px;
	padding: 5px 15px;
	white-space: nowrap;
	font-size: 12px;
	line-height:1.4;
	letter-spacing:1px;
}
.tb05 th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #ddd;
	text-align: center;
}
.tb05 td {
	background-color: #ffffff;
}

/*1行目 上固定*/
.tb05 thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	z-index: 1;
}
.tb05 thead th.fixed_top {
	top: 29px;
	border-top:none;
}



/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
	line-height:2.1;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
.text a {
	text-decoration:underline;
}



/*==================================================================

	$about

==================================================================*/

/*---------------------------------------- メイン部分 ----------------------------------------*/
.about_h3 {
	margin-top: 60px;
	margin-bottom: 20px !important;
	line-height:2;
	letter-spacing: 3px;
	font-size: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align:center;
}
.about_img {
	position:relative;
	top:0;
	float:right;
	margin-left:40px;
}
.about_name {
	position:relative;
	top:-10px;
	font-weight:bold;
	text-align:right;
}



/*==================================================================

	$product

==================================================================*/

/*---------------------------------------- メイン部分 ----------------------------------------*/
.product_main {
	position: relative;
	top: -50px;
	width: 100%;
	height: 570px;
	background: url(images/product_img01.jpg) no-repeat top right;
}
.product_main div {
	position: absolute;
	top: 170px;
	padding: 40px 60px;
	background: #1c1e42;
	color: #FFF;
}
.product_main h3 {
	font-size: 21px;
	font-weight: bold;
}
.product_main p {
	margin-top: 25px;
}
.product_img_figcaption {
	position: relative;
	top: -40px;
	text-align:right;
	font-size:11px;
	color:#888;
}

/*---------------------------------------- 商品リスト ----------------------------------------*/
.product_box {
	position: relative;
	width: 100%;
	height: 260px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 30px 130px 30px 30px;
	background: #f7f7f7;
}
.product_box p {
	position: absolute;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.product_box p img {
	width: 300px;
	height: auto;
}
.product_box dl {
	margin-left: 340px;
}
.product_box dl dt {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.product_box dl dd span {
	position: absolute;
	display:block;
	bottom:40px;
	font-size:10px;
	color:#888;
}
.product_box .btn02 {
	position: absolute;
	right: 40px;
	bottom: 20px;
}


/*==================================================================

	$product_詳細

==================================================================*/
.img_figcaption {
	padding-top:10px;
	text-align:right;
	font-size:11px;
	color:#888;
}
/*---------------------------------------- h4下文章　＊　h4とセット ----------------------------------------*/
.feature_text {
	position: relative;
	top: -25px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 50px 30px 30px;
	background: #f7f7f7;
}
/*---------------------------------------- h4下文章　＊　単体 ----------------------------------------*/
.feature_textbox {
	position: relative;
	margin-bottom: 10px;
	padding: 40px 30px;
	background: #f7f7f7;
}

/*---------------------------------------- figure部分 ----------------------------------------*/
.erfolge_list{
	display:block;
	position:relative;
	float:left;
	width:550px;
	height:370px;
	margin:0 25px 40px;
	padding:20px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.erfolge_list img {
	max-width:100%;
	max-height:100%;
}
.erfolge_list figcaption {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	background:rgba(0,0,0,0.7);
	font-size:13px;
	color:#ddd;
}
.erfolge_list:hover figcaption {
	display:block;
}

/*---------------------------------------- pdf 無料DLはこちらbtn ----------------------------------------*/
.product_btn .btn01 {
	margin-top:40px;
	margin-bottom: 0;
	text-align: center;
}
.product_btn .btn01 a {
	padding: 22px 150px;
}
.product_btn .btn01 i {
	display: block;
	margin-bottom: 9px;
	font-size: 24px;
}



/*==================================================================

	$recruit

==================================================================*/
.recruit_message {
}
.recruit_message img {
	float:right;
}
.recruit_message p {
	padding-top:60px;
	letter-spacing: 3px;
	font-size: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
}
.recruit_message p span {
	display:block;
	padding-top:40px;
	font-size: 17px;
}
.recruit_h3 {
	margin-top: 60px;
	margin-bottom: 25px;
	line-height:2;
	font-size: 27px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align:center;
}


/*==================================================================

	$contact

==================================================================*/
div.wpcf7 { width:90%; background:#fafafa; border:1px solid #ddd; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 auto 30px !important; padding:30px !important; box-sizing:border-box;}
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   background:#1f2257; border:1px solid #1f2257; transition: 0.3s ease-out;
}
div.wpcf7 input.wpcf7-submit:hover { background:#fff; color:#1f2257; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
.wpcf7-form-control {
	padding:10px;
}

.recruit_text {
	text-align:center;
	line-height:1;
}
.recruit_text a {
	text-decoration:underline;
}



/*==================================================================

	お知らせプラグイン

==================================================================*/
.whatsnew hr {
	display:none;
}
.whatsnew dl {
	border-bottom:1px dotted #ccc !important;
	margin:0 90px !important;
}
.whatsnew dt {
	color:#7d81c8 !important;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.08em;
}
.whatsnew dt , .whatsnew dd {
	padding:9px 20px !important;
}
.whatsnew dd {
	position:relative;
	padding-left:70px !important;
}
.whatsnew dd .newmark {
	position:absolute;
	left:10px;
	background:#1c1e42 !important;
}



/*==================================================================

	お知らせページ

==================================================================*/
time {
	display:inline-block;
	margin-bottom:40px;
	padding:5px 20px;
	background:#f7f7f7;
}
.news_footer {
	text-align:center;
}
.news_footer a {
	display:inline-block;
	width:200px;
	background:#eee;
	padding:10px 20px;
	margin:80px 20px 0;
}



/*==================================================================

	施工実績　works.html

==================================================================*/
.works_list a li{
	float:left;
	display:inline-block;
	width:380px;
	margin-bottom:20px;
	margin-right:20px;
	padding: 16px 65px;
	box-sizing:border-box;
	border:1px solid #424683;
	background-color:#424683;
	text-align:center;
	color:#fff;
	transition:ease-in-out 0.2s ;
}
.works_list a:nth-child(3n) li{
	float:right;
}
.works_list li:hover{
	background-color:#fff;
	color:#424683;
}
/*
.works_list dt {
	position:relative;
	margin:20px;
}
.works_list dt span {
	display:none;
	position:absolute;
	right:10px;
	bottom: 5px;
	text-align:right;
	font-size:11px;
	color:#111;
}
.works_list dt:hover span {
	display:block;
}
.works_list dd {
	font-weight:bold;
	background:#eee;
	padding:15px 0;
}
*/


/*==================================================================

	施工実績　下層　

==================================================================*/
.works_underlist li{
	width:100%;
	margin-bottom:40px;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #eee;
}
.works_underlist_img{
	position: relative;
	float:left;
	width:580px;
	height:400px;
	text-align:center;
}
.works_underlist_img img{
	max-width:580px;
	max-height:400px;
	width:auto;
	height:auto;
}
.works_underlist dl {
	float:right;
	width:540px;
	height:400px;
	padding:50px 40px;
	box-sizing:border-box;
	background:#eee;
}
.works_underlist dt {
	position:relative;
	float:left;
	clear:left;
	width:130px;
	margin-bottom:20px;
	line-height:3;
	background:#ddd;
	font-weight:bold;
	text-align:center;
}
.works_underlist dd {
	float:left;
	width:330px;
	margin-bottom:20px;
	padding-left:20px;
	line-height:3;
	background:#FFF;
	box-sizing:border-box;
}


.works_underlist_photoby {
	background: #FFF;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 101%;
    padding-top: 8px;
}
@media screen and (max-width: 640px) {
    .works_underlist_photoby {
		position: relative;
        font-size: 11px;
		padding-top: 5px;
		text-align: right;
	}
}



/*==================================================================

	創立35周年記念ページ

==================================================================*/
#anniversary_li {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 70px;
}
#anniversary_li div {
	width: 25%;
}
#anniversary_li div img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#anniversary_li {
		flex-wrap: wrap;
	}
	#anniversary_li div {
		width: 50%;
	}
}



/*** WordPress共通 ***/
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display : block;
}
.alignright {
   float: right;
/*   margin: 0 0 0 10px; */
}
.alignleft {
   float: left;
/*   margin: 0 10px 0 0; */
}
.alignclear {
   clear:both;
}
