/*
Theme Name:  本橋化成工業MRIファントムcom
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#222;
	font-size:14px;
	line-height:2;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #222;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#0a4c86;
}

::selection{background-color:#555; color: #FFF;}
::-moz-selection{background-color:#555; color: #FFF;}

body , header , footer{
	min-width:1280px;
	max-width: 1920px;
	margin: auto;
}



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

	ぱんくず

==================================================================*/
.breadcrumbs {	
	width:100%;
	margin:0 auto 30px;
	padding:13px 0;
	border-bottom: 1px solid #fff;
	font-size:12px;
	background: #f7f7f7;
}	
.breadcrumbs p {	
	width:1100px;
	margin:auto;
}	
.breadcrumbs i {	
	color:#0a4c86;
	margin-right:5px;
}



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

	main

==================================================================*/
main {
}

/*----------  TOP＊横幅1280px ----------*/
#wrapper {
	position: relative;
	width: 100%;
	padding: 90px 0 120px;
}

/*----------下層＊横幅1100px ----------*/
#container {
	position: relative;
	width: 1100px;
	margin: auto;
	padding: 20px 0 80px;
}
#container section {
	margin: 0 auto 50px;
}
#container section:last-of-type {
	margin-bottom: 0;
}








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

	 タイトル

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

/*------------------------------ h2＊TOP(top.cssにて追加有)・下層タイトル ------------------------------ */
h2 {
	position: relative;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 em {
	position: relative;
	font-size: 60px;
	font-family: 'Cardo', serif;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: capitalize;
}
h2 em::after {
	position: relative;
	content: "/";
	padding: 0 30px;
	font-size: 14px;
}

/*------------------------------ h3＊下層用・Singleタイトル（下記追加有） ------------------------------ */
h3 {
	position: relative;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #222;
}
h3 em {
	position: relative;
	font-size: 50px;
	font-family: 'Cardo', serif;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: capitalize;
}
h3 em::after {
	position: relative;
	content: "/";
	padding: 0 30px;
	font-size: 14px;
}
h4 {
	position: relative;
	margin-bottom: 30px;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-left: 5px solid #555;
}
/*
h5 {
	position: relative;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color:#214083;
}




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

	table

==================================================================*/
table {
	background:#FFF;
	width:100%;
	margin-bottom:70px;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	color: #fff;
	background:#0a4c86;
	border-bottom: 1px solid #fff !important;
	text-align: center;
}
table tr:last-of-type th {
	border-bottom: 1px solid #e6e6e6 !important;
}
table th , table td {
	padding:15px 20px;
	border: 1px solid #e6e6e6;
}
table td {
	background: #f7f7f7;
}
table tr:nth-child(even) td {
	background: #eee;
}



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

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



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

	list

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

/*------------------------------ 左にベージュの●のシンプルリスト ------------------------------*/
ul.list01 {
	position:relative;
	background: #f7f7f7;
	padding: 20px 30px;
}
ul.list01 li {
	position:relative;
	margin-bottom:5px;
	padding-left:17px;
}
ul.list01 li::before {
	position:absolute;
	content:"";
	top:10px;
	left:3px;
	width:5px;
	height:5px;
	background:#ccc;
	border-radius:100%;
}

/*------------------------------ 左にライン・上下2段のリスト ------------------------------*/
.list02 {
}
.list02 dl {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
}
.list02 dl::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 3px;
	height: 90%;
	background: #0a4c86;
}
.list02 dt {
	padding: 5px 20px 0;
	font-size: 15px;
	font-weight: bold;
}
.list02 dd {
	padding: 0 20px 2px;
}



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

	btn

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

/*------------------------------ btn01＊青背景に左横棒 ------------------------------*/
.btn01 {
	text-align: center;
	font-family: 'Didact Gothic', sans-serif;
}
.btn01 a {
	position: relative;
	border: 1px solid #0a4c86;
	padding: 18px 120px;
	background: #0a4c86;
	color: #fff;
	transition: 0.3s ease-out;
}
.btn01 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -50px;
	width: 100px;
	height: 1px;
	background: #2f72ac;
	transition: 0.3s ease-out;
}
.btn01 a:hover {
	color: #0a4c86;
	border: 1px solid #0a4c86;
	background: none;
}
.btn01 a:hover::before {
	left: -10px;
	width: 80px;
}

/*------------------------------ btn02＊ボーダー箱横棒なし ------------------------------*/
.btn02 a {
	position: relative;
	padding: 13px 100px;
	border: 1px solid #FFF;
	color: #FFF;
	letter-spacing: 2px;
	font-family: 'Didact Gothic', sans-serif;
}
.btn02 a i {
	padding-right: 10px;
}
.btn02 a:hover {
	background: #FFF;
	color: #111 !important;
}

/*------------------------------ btn03＊ボーダーのみ ------------------------------*/
.btn03 {
	position:relative;
	display:inline-block;
	padding-left:40px;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Didact Gothic', sans-serif;
}
.btn03::before {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #fff;
	transition: 0.3s ease-out;
}
.btn03 a {
	color:#FFF;
}
.btn03:hover::before {
	left: 10px;
	width: 25px;
}



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

		$製品紹介ページ　#product

==================================================================*/
.product_about {
	position: relative;
	margin-bottom: 130px;
}
.product_about p {
	position: absolute;
	display: block;
    width: 400px;
    bottom: -60px;
    padding: 110px 50px 100px;
    background: #f2f2f2;
    box-sizing: border-box;
    text-align: center;
	z-index: 1;
}
.product_about img {
	position: relative;
	float: right;
}

.product_list li {
	position: relative;
	height: 260px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 20px 80px 20px 20px;
	background: #f7f7f7;
}
.product_list li img {
	position: absolute;
}
.product_list li dl {
	padding-top: 10px;
	padding-left: 390px;
}
.product_list li dt {
    border-bottom: 2px solid #FFF;
    padding-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.product_list li dd.btn .btn03 {
	position: absolute;
    top: 33px;
    right: 80px;
}
.product_list li dd.btn .btn03 a {
	color: #222;
}
.product_list li dd.btn .btn03::before {
	background: #222;
}
.product_list li dd.model {
	position: relative;
	margin: 15px 0;
}
.product_list li dd.model::before {
	position: relative;
	content: "型式";
	margin-right: 10px;
	padding: 5px 15px;
	background: #999;
	color: #FFF;
}
.product_list li dd.text {
}



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

		$製品紹介ページ＊下層　#product/xxxxx

==================================================================*/
.product_under_MV19901z {
	position: relative;
	background: url(/wp-content/uploads/19-901Z.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
    text-align: center;
	z-index: 0;
}
.product_under_MV90401 {
	position: relative;
	background: url(/wp-content/uploads/90-401_2006.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
    text-align: center;
	z-index: 0;
}
.product_under_MV951108z {
	position: relative;
	background: url(/wp-content/uploads/95-1108z.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
    text-align: center;
	z-index: 0;
}
.product_under_MV98701 {
	position: relative;
	background: url(/wp-content/uploads/98-701.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
    text-align: center;
	z-index: 0;
}
.product_under_MV19901z:before , .product_under_MV90401:before , .product_under_MV951108z:before , .product_under_MV98701:before {
	position: absolute;
	content: '';
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: inherit;
	-webkit-filter: blur(5px);-moz-filter: blur(5px);-o-filter: blur(5px);-ms-filter: blur(5px);filter: blur(5px);
	z-index: -1;
}
.product_under_heading {
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
	background: #eee;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}



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

		$会社概要　

==================================================================*/
.company_greeting {
	 box-sizing: border-box;
	padding: 30px 50px;
	background: #f7f7f7;
}
.company_greeting div p {
	padding-top: 20px;
}
.company_greeting div img {
	width: auto;
	max-height: 250px;
}
.company_greeting div:nth-child(odd) img {
	margin-left: 40px;
}
.company_greeting div:nth-child(even) img {
	margin-right: 40px;
}



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

		$よくあるご質問　

==================================================================*/
#qa dl {
	margin-bottom: 30px;
}
#qa dt {
	position: relative;
	min-height: 64px;
	box-sizing: border-box;
	padding: 15px 20px 15px 80px;
	background: #0a4c86;
	color: #FFF;
	font-size: 17px;
	overflow: hidden;
}
#qa dt::before {
	position: absolute;
	content: "Q";
	top: 8px;
	left: -9px;
	font-size: 88px;
	font-family: 'Cardo', serif;
	color: #FFF;
	line-height: 0.5;
	opacity: 0.4;
}
#qa dd {
	position: relative;
	min-height: 64px;
	box-sizing: border-box;
	padding: 19px 20px 15px 80px;
	background: #eee;
	overflow: hidden;
}
#qa dd::before {
	position: absolute;
	content: "A";
	top: 8px;
	left: -9px;
	font-size: 95px;
	font-family: 'Cardo', serif;
	color: #555;
	line-height: 0.5;
	opacity: 0.2;
}



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

		$弊社製造の強み　

==================================================================*/
#advantage {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#advantage dl {
	position: relative;
	width: 49%;
	margin-bottom: 20px;
	background: #222;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}
#advantage dl::before {
	position: absolute;
	content: "Advantage01";
	top: 8px;
	left: -4px;
	font-size: 88px;
	font-family: 'Cardo', serif;
	line-height: 0.5;
	opacity: 0.1;
}
#advantage dl:nth-child(2)::before {
	content: "Advantage02";
}
#advantage dl:nth-child(3)::before {
	content: "Advantage03";
}
#advantage dl:nth-child(4)::before {
	content: "Advantage04";
}
#advantage dt {
	padding: 40px 20px 15px;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}
#advantage dd {
	padding: 10px 40px 35px;
}



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

		$投稿一覧ページ(archive.php)

==================================================================*/
.page-template-archive #top_information {
	width: 100%;
	padding: 0;
}
.page-template-archive #top_information ul {
	margin-bottom: 0;
}
.page-template-archive #top_information ul li {
	margin: 0 0 40px 0;	
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.page-template-archive #top_information ul li:hover {
	background: #fff;
}
.page-template-archive #top_information ul li p.date {
	border-right: none;
}
.page-template-archive #top_information ul li p.title {
	padding-left: 25px;
}
.page-template-archive #top_information ul li p.text {
	margin-bottom: 10px;
}



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

		$投稿ページ(single.php)

==================================================================*/
.single h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 22px;
}
time {
	display: block;
    margin-bottom: 10px;
    padding: 0px 10px 10px;
    text-align: right;
    font-size: 13px;
}
time i {
	margin-right:5px;
}

/*------------------------------ページネーション------------------------------*/
.single_nav {
	text-align:center;
	border-top:1px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}
.single_nav p {
	display:inline-block;
}
.single_nav a {
	margin:0 10px;
    padding: 15px 20px 17px;
    background: #eee;
}
.single_nav a i {
	font-size: 12px;
	padding: 0 5px;
}



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

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
#contact {
	width: 93%;
	margin: auto;
	padding: 50px 60px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 10px;
}
@media(max-width:640px) {
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{ border-top:1px solid #d7d7d7!important; }
	.inquiry .haveto,.inquiry .any { font-size:12px; }
}

.inquiry {
	width:100%;
	margin-bottom:40px;
	border-bottom:solid 1px #fff;
}
.inquiry th{
	width:30%;
	padding:20px 20px;
	border: none;
	border-top:solid 1px #fff;
	color: #333;
	background: #f7f7f7;
	text-align: left;
}
.inquiry td{
	padding:20px 0;
	border: none;
	border-top:solid 1px #fff;
}
.inquiry tr:last-of-type th {
	border-bottom: 1px solid #FFF!important;
}
.inquiry tr:nth-child(even) td{
	background: #f7f7f7;
}
.inquiry td input{
	margin-right: 10px;
	padding:10px 20px;
}
.inquiry td select{
	padding:10px 20px;
}
.inquiry td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
}
.spam {
	margin-top: 30px;
	padding:5px 10px;
	background:#FFF;
	text-align:center;
}
.spam span {
	margin-right:5px;
}
/*------------------------------ ラジオボタンを縦並び指定 ------------------------------*/
.verticallist .wpcf7-list-item{
	display:block;
	margin: 0;
}
/*------------------------------ 必須 ------------------------------*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 送信ボタン ------------------------------*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#0a4c86;
 color:#fff;
 font-size:15px; 
 border-radius:2px;
 margin:25px auto 0;
 border:1px solid #0a4c86;
	-webkit-appearance: none;
}
#formbtn:hover{
 background:#fff;
 color:#0a4c86;
 border:1px solid #0a4c86;
}









