@charset "utf-8";
/*
theme Name: WordPressレスポンシブテーマ
Author: Y.Y
Description: original theme
version： 1.0.0
*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display:block;
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.0;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

p{
	line-height: 1.5;
}

/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

address{
	font-style: normal;
}
/* --------------------------------------------------------------------*/
/* hタグ */
h1#page-title{
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 3.0em;
	font-weight: bold;
	line-height: 1.3;
/*	border-left: 5px solid #005fc1; */
	border-left: 5px solid #0a6498;
}
h1#page-title span{
	text-transform: capitalize;
	display: none;
}

h2{
	padding: 8px 0px 5px 10px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.3;
/*	background-color: #005fc1; */
	background-color: #0a6498;
}

article h3{
	margin-bottom: 20px;
	font-size: 1.2em;
}
article h3:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
  font-weight: 900;
  font-size: 1.0em;
	color: #ff3300;
	padding-right: 5px;
}
/* table タグ */
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
}
table th, table td{
	padding: 15px 0px 15px 15px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
	border: 1px solid #000;
}
table th{
	width: 25%;
	background-color: #EEE;
}
/* dlタグ */
dl{
	margin-bottom: 10px;
}
dt,dd{
	margin-bottom: 10px;
	line-height: 1.5;
}
dt a, dd a{
	color: #000;
}
dt a:hover, dd a:hover{
	color: #ff3300;
}
dt{
	font-size: 1.3em;
	margin-top: 30px;
	border-bottom: 1px dashed #555;
}
dl.sitemap-list dt a{
	font-weight: bold;
}
dd.point{
	line-height: 1.0;
	padding-left: 20px;
}
dd.point i{
	font-size: 1.2em;
	padding-right: 3px;
	color: #ff3300;
}

/* コンテンツのサイズ指定 */
.header-inner, .container, .footer-inner{
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container{
	padding-top: 0;
	padding-bottom: 0;
}

.contents, #sidebar{
	margin: 20px 0;
}
/* --------------------------------------------------------------------*/
/*header_Start --------------------------------------------------------*/
.header-inner{
	position: relative;
	overflow:hidden;
}
.header-nav{
	padding-left: 10px;
}
.header-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-nav li a{
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.header-nav li a span{
	font-size: 0.8em;
}
.header-nav li a:hover{
/*	color: #005fc1; */
	color: #0a6498;
	opacity:0.8;
}

/* プレス金型&板金溶接.com へのリンク 2024.06.14 */
.link-txt{
	width: auto;
	float: right;
	vertical-align: middle;

	display:table-cell;
	text-align: right;
/*	padding: 12px 12px; */
	font-weight: normal;
	float: right;
	margin: 0px;
	vertical-align:middle;
}
.link-txt p{
	width: auto;
/*	float: right;
	vertical-align: middle; */

	display:table;
	text-align: right;
/*	padding: 8px 8px; */
	padding: 16px 8px;
	font-weight: normal;
	float: left;
	margin: 0px;
	vertical-align:middle;
}
.link-txt a.link{
	max-width: 355px;
	display: block;
	text-align: right;
/*	padding: 8px 8px; */
	padding: 16px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #ff3300;
	float: right;
	margin: 4px 0px;
}


/*トップテキスト*/
.top-txt{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1;
	clear: both;
}
/*サイトタイトル*/
.site-title{
	position: relative;
}
.site-title p{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8;
}
.site-title p.logo{
	font-size: 2.4em;
	margin: 0;
	padding: 0 5px;
}
.site-title p.logo a{
	display: block;
}
/*header_End --------------------------------------------------------*/
/*contents_Start --------------------------------------------------------*/
/* パンくず */
.breadcrumb{
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumb ul{
	overflow: hidden;
}
.breadcrumb ul li{
	padding: 0 2px;
	float: left;
}
.breadcrumb ul li a{
	color: #000;
}
.breadcrumb ul li a:hover{
/*	color: #005fc1; */
	color: #0a6498;
}
/* ページトップへリンク */
.btn-top{
	text-align: right;
	clear: both;
	margin-bottom: 10px;
}
.btn-top a{
/*	color: #005fc1; */
	color: #0a6498;
}
.btn-top i{
	margin-right: 5px;
}


/*contents_End --------------------------------------------------------*/
/*side_Start --------------------------------------------------------*/
aside h3{
	padding: 13px 0px 8px 10px;
	margin-bottom: 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3;
/*	background-color: #005fc1; */
background-color: #0a6498;
}

aside ul{
	background-color: #EEE;
}
aside ul li{
	padding: 12px 0 10px 10px;
	border-bottom: 1px dashed #000;
}
aside ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #ff3300;
    font-weight: 900;
    font-size: 1.0em;
    padding-right: 3px;
}
aside ul li a{
	color: #000;
}
aside ul li a:hover{
	color: #ff3300;
}
/*side_End --------------------------------------------------------*/
/*footer_Start --------------------------------------------------------*/
footer{
	background-color: #c5e9fa;
}
/*Left*/
.footer-info-left p{
	line-height: 1.4;
}
.footer-info-left p a{
	color: #000;
}
.footer-info-left p a.map{
	color: #ff3300;
}
.footer-info-left p.co{
	padding: 8px 0 3px 0;
	font-size: 1.6em;
	font-weight: bold;
}

/*プリントボタン*/
.footer-info-left a.print {
	width: 50%;
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-color: #ff3300;
}

.footer-info-left address{
	margin-top: 8px;
}
.footer-info-left address a.contact{
	width: 50%;
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
/*	background-color: #005fc1;	*/
	background-color: #0a6498;
}
.footer-info-left a.contact:hover{
	opacity:0.8;
}
.footer-info-left address a.contact i{
	padding-right: 2%;
}
.footer-info-left ul{
	margin: 10px 0;
}
.footer-info-left li{
	margin-bottom: 5px;
}
.footer-info-left li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #ff3300;
	font-weight: 900;
	font-size: 1.0em;
	padding-right: 3px;
}
.footer-info-left li a{
	color: #000;
	font-size: 0.9em;
}
.footer-info-left li a:hover{
	color: #ff3300;
}

/*Right*/
.footer-info-right address{
	margin-top: 8px;
}
.footer-info-right address a.contact{
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
/*	background-color: #005fc1;	*/
	background-color: #0a6498;
}
.footer-info-right a.contact:hover{
	opacity:0.8;
}
.footer-info-right address a.contact i{
	padding-right: 2%;
}
.footer-info-right ul{
	margin: 10px 0;
}
.footer-info-right li{
	margin-bottom: 5px;
}
.footer-info-right li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #ff3300;
	font-weight: 900;
	font-size: 1.0em;
	padding-right: 3px;
}
.footer-info-right li a{
	color: #000;
	font-size: 0.9em;
}
.footer-info-right li a:hover{
	color: #ff3300;
}

/*Copyright*/
.copyright{
	padding: 5px 0;
/*	border-top: solid 7px #005fc1; */
	border-top: solid 7px #0a6498;
}
.copyright p{
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	color: #000;
}

/* big-map btn */
#big-map{
	margin: 10px auto 0 auto;
	padding: 15px 3px;
	display: block;
	color: #FFF;
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
	background-color: #ff3300;
}

#big-map:hover{
	opacity: 0.8;
}

/*footer_End --------------------------------------------------------*/
@media screen and (max-width:480px){
	/*　画面サイズが480pxまではここを読み込む　*/
	#navbutton{
		position: absolute;
		top: 45%;
		right: 10px;
		padding: 8px 12px;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
/*		border: solid 2px #005fc1;*/
		border: solid 2px #0a6498;
		border-radius: 5px;
		background-color: #fff;

	}
	#navbutton:hover{
		background-color: #ddd;
	}
	#navbutton:focus{
		outline: none;
	}
	#navbutton i{
		font-size: 2em;
/*		color: #005fc1;*/
		color: #0a6498;
	}
	/*ヘッダーナビ*/
	#header-nav{
		display: none;
	}
	.header-nav ul li{
		border-bottom: solid 1px #ccc;
	}
	.header-nav li a{
		padding: 15px 5px;
	}
	#sidebar{
		display: none;
	}
	#big-map{
		width: 100%;
	}
	/*プリントボタン非表示*/
	.footer-info-left a.print {
		display: none;
	}
	.footer-info-left address a.contact {
		display: none;
	}
}
@media screen and (min-width:480px) and (max-width:600px) {
    /*　画面サイズが480pxから600pxまではここを読み込む　*/
		#navbutton{
			position: absolute;
			top: 45%;
			right: 10px;
			padding: 8px 12px;
			cursor: pointer;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
/*			border: solid 2px #005fc1;*/
			border: solid 2px #0a6498;
			border-radius: 5px;
			background-color: #fff;
		}
		#navbutton:hover{
			background-color: #ddd;
		}
		#navbutton:focus{
			outline: none;
		}
		#navbutton i{
			font-size: 2em;
/*			color: #005fc1;*/
		color: #0a6498;
		}
		/*ヘッダーナビ*/
		#header-nav{
			display: none;
		}
		.header-nav ul li{
			border-bottom: solid 1px #ccc;
		}
		.header-nav li a{
			padding: 15px 5px;
		}
		#sidebar{
			display: none;
		}

		#big-map{
			width: 100%;
		}
		/*プリントボタン非表示*/
		.footer-info-left a.print {
			width: 100%;
			display: block;
		}
		.footer-info-left address a.contact {
			width: 100%;
			display: block;
		}
}
@media screen and (min-width:600px) and (max-width:960px) {
    /*　画面サイズが600pxから960pxまではここを読み込む　*/
		#navbutton{
			position: absolute;
			top: 45%;
			right: 10px;
			padding: 8px 12px;
			cursor: pointer;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
/*			border: solid 2px #005fc1;*/
			border: solid 2px #0a6498;
			border-radius: 5px;
			background-color: #fff;
		}
		#navbutton:hover{
			background-color: #ddd;
		}
		#navbutton:focus{
			outline: none;
		}
		#navbutton i{
			font-size: 2em;
/*			color: #005fc1;*/
			color: #0a6498;
		}
		/*ヘッダーナビ*/
		#header-nav{
			display: none;
		}
		.header-nav ul li{
			border-bottom: solid 1px #ccc;
		}
		.header-nav li a{
			padding: 15px 5px;
		}
		#sidebar{
			display: none;
		}

		#big-map{
			width: 50%;
		}
		/*プリントボタン非表示*/
		.footer-info-left a.print {
			width: 100%;
			display: block;
		}
		.footer-info-left address a.contact {
			width: 100%;
			display: block;
		}
}
@media screen and (min-width:960px) and (max-width:1280px) {
	/*　画面サイズが960pxから1280pxまではここを読み込む　*/
	/* 非表示 */
	 .disp-pc-non{
		display: none;
	 }

	/* コンテンツとサイドバーを横に並べる */
	.container:after{
		display: block;
		clear: both;
		content: '';
	}
	.contents{
		float: left;
		width: 70%;
		margin-right: 2%;
	}

	#sidebar{
		display: block;
		float: left;
		width: 28%;
	}

	.site-title{
		width: 19%;
		float: left;
		text-align: left;
	}

	#header-nav{
		display: block!important;
	}
	.header-nav{
		width: 100%;
		min-width: 960px;
/*		max-width: 1000px;*/
		margin: 0 auto;
		padding: 6px 0 0 0;
		box-sizing:border-box;
	}
	.header-nav li{
		display: inline-block;
		width: auto;
	}
	.header-nav li a{
		padding: 5px 32px;
		font-size: 1.2em;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.header-nav li a span{
		letter-spacing: 0;
	}
	.header-nav li.current a{
/*		color:#005fc1;*/
		color: #0a6498;
	}

	#navbutton{
		display: none;
	}
	h1#page-title span{
		display: inline;
	}
	.footer-inner{
		position: relative;
		overflow: hidden;
	}

	.footer-info-left{
		width: auto;
		float: left;
		margin-right: 10%;
		margin-bottom: 20px;
	}
	/*プリントボタン非表示*/
	.footer-info-left a.print {
		display: block;
	}
	.footer-info-right{
		width: 320px;
		float: right;
	}

	#big-map{
		width: 30%;
	}
}
@media screen and (min-width:1280px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
		/* 非表示 */
		 .disp-pc-non{
		 	display: none;
		 }

	 	/* コンテンツとサイドバーを横に並べる */
		.container:after{
			display: block;
			clear: both;
			content: '';
		}
		.contents{
			float: left;
			width: 70%;
			margin-right: 2%;
		}
		#sidebar{
			display: block;
			float: left;
			width: 28%;
		}
		.site-title{
			margin-right: 2%;
			width: 20%;
			float: left;
			text-align: left;
		}

		#header-nav{
			display: block!important;
		}
		.header-nav{
			max-width: 1000px;
			margin: 0 auto;
			padding: 6px 0 0 0;
			box-sizing:border-box;
		}
		.header-nav li{
			display: inline-block;
			width: auto;
		}
		.header-nav li a{
			padding: 5px 32px;
			font-size: 1.2em;
			text-align: center;
			letter-spacing: 0.1em;
		}
		.header-nav li a span{
			letter-spacing: 0;
		}
		.header-nav li.current a{
/*			color:#005fc1;*/
			color: #0a6498;
		}

		#navbutton{
			display: none;
		}
		h1#page-title span{
			display: inline;
		}
		.footer-inner{
			position: relative;
			overflow: hidden;
		}

		.footer-info-left{
/*			width: 65%; */
			width: max-content;
			float: left;
			margin-right: 10%;
			margin-bottom: 20px;
		}
		/*プリントボタン非表示*/
		.footer-info-left a.print {
			display: block;
		}
		.footer-info-right{
			width: 320px;
			float: right;
		}

		#big-map{
			width: 30%;
		}

}
/*----------------------------------------------------------------------------1*/
.tel a{
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
}

.big-btn a.contact{
	max-width: 355px;
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-color: #ff3300;
}

.big-btn a.contact:hover{
	opacity:0.8;
}

.big-btn a.contact i{
	padding-right: 2%;
}

/*margin ----------------------------------------------------------*/
.mb15{
	margin-bottom: 15px;
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}
