@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


/* 
 default Style [
----------------------------------------------------------- */
html
  {
	height:100%;
	margin-bottom:1px;
	text-align: center;
	overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	margin: 0;
	font-size: 1.3em;
	color: #333333;
}

ol,ul {
	font-size: 1em;
}

ol,ul li {
	list-style: none;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}

img { 
	border:0;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 1em;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
	overflow:hidden;
	cursor: pointer;
}

.red {
	color: #F00;
	font-weight: normal;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
	color: #00A3D9;
}

a:hover {
	text-decoration: none;
	color: #AAAAAA;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*Base Stylesheet*/
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
パソコン向けスタイルおよび共通スタイルの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	font-variant: normal;
	float: left;
	background-repeat: repeat-x;
	background-position: 0% top;
	border-top: 3px solid #00468C;
}

	
.share {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	float: left;
	}
	
#headerTop {
	width: 980px;
	float: left;
	}
	
#headerTop h1 {
	float: left;
	margin-top: 27px;
	margin-bottom: 28px;
	}
	
#headerBlock {
	float: right;
	margin-top: 14px;
	margin-bottom: 13px;
	}
	
#headerBlock p {
	padding-bottom: 8px;
	text-align: right;
	}
	
#headerBlock form #textfield {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 218px;
	}
	
#headerBlock form #imageField {
	vertical-align: middle;
	margin-left: 7px;
	}
	
header nav ul{
	display: none;
	
	}
	
#globalNav {
	width: 980px;
	float:left;
	}

#globalNav ul li {
    display: block;
    height: 100%;
	}
	
#globalNav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
	
#globalNav ul li a {
	/*display: block;*/
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 1.6em;
    font-weight: 600;
    box-sizing: border-box;
    color: #565555;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif!important;
    position: relative;
  	display: inline-block;
  	text-decoration: none;
	}

#globalNav ul li a:hover{
    color: #aaa;
}

#globalNav ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 85%;
    margin: 0 10%;
    height: 2px;
    background: #00468c;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#globalNav ul li a:hover::after {
  transform: scale(1, 1);
}

.naviLine {
	width: 100%;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	}
	
.menu01 {
	margin-top: 10px;
	}
	
#topImg {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 5px;
	}
	
.pcImg,
.pcImg2 {
	display: inherit;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.mbImg,
.mbImg2 {
	display: none;
	}
	
/*==========================================
 メインコンテンツ共通スタイル
===========================================*/
#main {
	width: 100%;
	float: left;
	}
	
.shareStyle {
	width: 100%;
	float: left;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.shareStyle2 {
	width: 100%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/bg.png);
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.shareStyle3 {
	width: 100%;
	float: left;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #5B5E65;
	}
	
.shareStyle4 {
	width: 980px;
	float: left;
	text-align: left;
	}
	
.shareStyle5 {
	width: 100%;
	float: left;
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/dot2.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	margin-top: 50px;
	}
	
#topics {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#topicsInnr {
	width: 823px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: left;
	margin-bottom: 20px;
	}
	
#topics h2 {
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 36px;
	width: 100%;
	}
	
#topics ul {
	padding-left: 45px;
	padding-right: 45px;
	width: 100%;
	}
	
#topics ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	}
	
#topics ul li a {
	color: #333333;
	text-decoration: none;
	}
	
#topics ul li a:hover {
	color: #999999;
	text-decoration: none;
	}
	
.photoList {
	text-align: center;
    width: 300px;
    margin: 0 auto;
	}
	
.photoList li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 15px;
	}
	
.photoList li a {
	color: #333333;
	text-decoration: none;
	outline: none
	}

.photoList li a span {
    display: block;
}

.photoList li a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
.photoList li img {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/photo_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin: 0 auto 8px;
	width: 229px;
    height: 150px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
	}

.slick-prev:before,
.slick-next:before
{
    color: #00468c!important;
}

button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    top: 33%!important;
}

	
.titleStyle {
	padding-bottom: 33px;

	}

.exampleTop .titleStyle {
	width: 100%;
}
	
.titleStyle2 {
	padding-bottom: 45px;
	text-align: left;
	}
	
.btnImg {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
	
.imgStyle {
	padding-bottom: 50px;
	}
	
.imgLeft {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	}
	
.imgRight {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
	}

.fontStyle2 {
	color: #FFFFFF;
	padding-bottom: 114px;
	}
	
.linkStyle {
	text-align: right;
	}
	
.linkStyle a {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 53px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	}
	
.linkStyle a:hover {
	color: #73DCFF;
	}
	
#accessBlock {
	width: 100%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/bg3.png);
	}
	
#accessBlock h2 {
	padding-top: 59px;
	padding-bottom: 59px;
	}
	
#accessInnr {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 68px;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/yajirushi.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 65px;
	text-align: left;
	}
	
#accessInnr iframe {
	float: left;
	margin-right: 30px;
	margin-bottom: 66px;
	width: 388px;
	height: 232px;
	}
	
#accessInnr h3,
 #accessInnr p {
	text-align: left;
	padding-bottom: 25px;
	}

 #accessInnr p a {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	}
	
 #accessInnr ul {
	width: 100%;
	text-align: center;
	float: left;
	}
	
 #accessInnr ul li {
	text-align: center;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	}
	
 #accessInnr ul li img {
	padding-bottom: 10px;
	}
	
#blogBlock {
	width: 100%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/bg4.png);
	padding-top: 26px;
	padding-bottom: 65px;
	}

.blogBlock h2 a {
    text-decoration: none!important;
    color: #FFFFFF!important;
}
.blogBlock h2 a:hover {
    text-decoration: underline!important;
}
	
#blogList {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 45px;
	padding-top: 45px;
	margin-top: 20px;
	}
	
#blogList p {
	margin-left: 50px;
	margin-right: 50px;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/dot.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}
	
#blogList p a {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	}
	
#blogList p strong {
	font-weight: normal;
	}
	
#infoBlock {
	text-align: center;
	}
	
#infoBlock section {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
	}
	
#infoBlock section p {
	padding-bottom: 25px;
	}
	
#infoBlock section dl dd {
	padding-left: 37px;
	padding-right: 37px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.7em;
	padding-top: 25px;
	}
	
#left {
	width: 700px;
	float: left;
	text-align: left;
	}
	
#right {
	width: 240px;
	float: right;
	text-align: left;
	}
	
#title {
	width: 700px;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/title.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 159px;
	margin-bottom: 20px;
	}
	
#title h1 {
	color: #FFFFFF;
	font-size: 3em;
	padding-left: 20px;
	padding-top: 50px;
	text-shadow: 0px 0px 10px #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#title h1 span {
	font-size: 0.5em;
	margin-top: -7px;
	margin-bottom: -3px;
	display: block;
	}
	
#pNavi {
	width: 700px;
	float: left;
	padding-bottom: 20px;
	font-size: 1.2em;
	text-align: left;
	}
	
#pNavi a {
	color: #000000;
	}
	
.leftShare {
	width: 700px;
	float: left;
	padding-bottom: 60px;
	}
	
.titleStyle3 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/titleber.png);
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 1.4em;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	}
	
.titleStyle4 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/titleline.png);
	color: #2C659E;
	font-size: 1.8em;
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-position: 0% bottom;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.titleStyle5 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/sub_titber.png);
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-position: 0% top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 10px #000000;
	}
	
.fontStyle3 {
	line-height: 1.9em;
	padding-bottom: 20px;
	}

.both {
	clear: both;
	}
	
.tableStyle {
	width: 100%;
	border: 1px solid #CCCCCC;
	float: left;
	}
	
.tableStyle th {
	background-color: #F7F7F7;
	color: #000000;
	font-size: 1.3em;
	line-height: 1.9em;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	width: 30%;
	}
	
.tableStyle td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.3em;
	line-height: 1.9em;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.imgCenter {
	text-align: center;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	}
	
.imgCenter2 {
	text-align: center;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}
	
.rightShare {
	width: 240px;
	float: right;
	padding-bottom: 20px;
	}
	
.listStyle {
	}
	
.listStyle li {
	font-size: 1.2em;
	line-height: 1.5em;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/b_dot.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}
	
.listStyle li a {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/point.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 19px;
	margin-left: 12px;
	padding-right: 15px;
	display: block;
	}
	
.imgStyle2 {
	padding-bottom: 20px;
	}
	
.bnList li {
	padding-bottom: 20px;
	}
	
.pageNavi {
	width: 100%;
	float: left;
	text-align: center;
	}
	
.titleStyle6 {
	color: #333333;
	font-size: 1.7em;
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-position: 0% bottom;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	}
	
/*==========================================
 フッターのスタイル
===========================================*/
footer {
	width: 100%;
	float: left;
	}
	
	
#footerInnr {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	padding-top: 63px;
	padding-bottom: 63px;
	background-color: #00468C;
	}
	
#footerInnr aside {
	padding-bottom: 56px;
	}
	
#footerInnr p {
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
	
#footerInnr p a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footerInnr p a:hover {
	color: #00A3D9;
	text-decoration: underline;
	}
	
#copy {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 18px;
	}

/*==========================================
 その他ページ
===========================================*/
	
.categoryTitle {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/tit_bg.png);
	color: #00468C;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	}
	
.categoryTitle2 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/tit_bg2.png);
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	}
	
.productBlock {
	width: 100%;
	display: flex;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/line.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-top: 10px;
	margin-bottom: 30px;
	}
	
.productBlock2 {
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
.productBlock h2 {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	overflow: hidden;
	}
	
.productBlock p,
.productBlock2 p {
	line-height: 1.7em;
	padding-bottom: 20px;
	}

.productBlock a{
	text-decoration: none;
	color: #333333;
}

.productBlock a:hover {
	color: #CCCCCC;
}

.productImg img{
	width: 229px;
    height: 150px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
	
.linkStyle2 {
	text-align: right;
	}
	
.linkStyle2 a,
.linkStyle3 a {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/point.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 19px;
	}
	
.box {
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
	
.box h1 {
	background-color: #F1F1F1;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	}
	
.box ul,
.box ol {
	padding-bottom: 20px;
	}
	
.box ul li{
	font-size: 1.3em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	}
	
.box ol li{
	font-size: 1.3em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 15px;
	}
	
.back {
	float: left;
	text-align: left;
	}
	
.next {
	float: right;
	text-align: right;
	}
	
/*==========================================
 contact
===========================================*/
#contactBox {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px;
	}
	
#contactBox dl dt {
	color: #3F70A1;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/contact/title_ber.png);
	background-repeat: repeat;
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 18px;
	}
	
#contactBox dl dt span {
	font-size: 0.9em;
	font-weight: normal;
	}
	
#contactBox dl dd {
	font-size: 1.2em;
	line-height: 2em;
	padding-bottom: 50px;
	padding-left: 0%;
	padding-right: 0%;
	color: #777777;
	}
	
#contactBox dl dd input.formStyle,
#contactBox dl dd textarea {
	font-size: 15px;
	width: 94%!important;
	border: 1px solid #DDDDDD!important;
	padding-top: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	}
	
#contactBox dl dd input.formStyle2,
#contactBox dl dd select {
	font-size: 15px;
	width: 30%!important;
	border: 1px solid #DDDDDD!important;
	padding-top: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	}
	
#contactBox dl dd input.formStyle3 {
	font-size: 15px;
	width: 50%!important;
	border: 1px solid #DDDDDD!important;
	padding-top: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	}
	
#contactBox dl dd input.formStyle4 {
	font-size: 15px;
	width: 10%!important;
	border: 1px solid #DDDDDD!important;
	padding-top: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	}
	
#contactBox input[type="text"]:focus,
#contactBox input[type="email"]:focus,
#contactBox input[type="tel"]:focus,
#contactBox input[type="fax"]:focus,
#contactBox input[type="address"]:focus,
#contactBox input[type="text"]:hover,
#contactBox input[type="email"]:hover,
#contactBox input[type="tel"]:hover,
#contactBox input[type="fax"]:hover,
#contactBox input[type="address"]:hover, 
#contactBox textarea:focus,
#contactBox textarea:hover{
	background-color:#efefef!important;
}	

.btn {
	text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
	}
	
#contactBox dd label {
	clear: both;
	display: block;
	}
	
button {
	border: none; /*枠を消す*/
	background-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 0px;
	outline: 0;
}
	
#searchBlock {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	margin-left: 35px;
	margin-bottom: 40px;
	}
		
#searchBlock .form-control {
	width: 394px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	}
	
#searchBtn2 {
	vertical-align: middle;
	}
	
.blogBlock {
	width: 100%;
	float: left;
	background-color: #E4F2FF;
	margin-bottom: 53px;
	}
	
.blogBlock h2 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/tit_bg2.png);
	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	line-height: 1.4em;
	}
	
.day {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 1.2em;
	}
	
.comm {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	}
	
.comm p {
	padding-bottom: 30px;
	}
	
.commCategory {
	font-size: 1.2em;
	background-color: #dde7ea;
	
	
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
.qaBlock {
	width: 100%;
	float: left;
	padding-bottom: 35px;
	}
	
.qaBlock h2 {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/tit_bg2.png);
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 1.4em;
	}
	
.qaBlock h2 span {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/qa/q.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 44px;
	display: block;
	}
	
.qaBlock div {
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/qa/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 44px;
	display: block;
	margin-left: 15px;
	}
	
.qaBlock div p {
	padding-bottom: 20px;
	}

.listStyle2 {
	width: 90%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/parts/bg.png);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.listStyle2 li {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 10px #000000;
	}
	
.fontStyle4 {
	line-height: 1.5em;
	padding-bottom: 20px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.listStyle3 {
	padding-bottom: 20px;
	}
	
.listStyle3 li{
	font-size: 1.3em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
	}

.listStyle4 {
	padding-bottom: 0px;
	padding-left: 14px;
	}
	
.listStyle4 li{
	font-size: 1.3em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
	}

.searchBlock .comm p a {
    text-decoration: none!important;
    color: #333333!important;
}
.searchBlock .comm p a:hover {
    text-decoration: none!important;
    color: #666666!important;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

プラグインのスタイルシート

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/*contactform7　お問い合わせのスタイル　*/
#contactBox div.wpcf7-validation-errors {
border: 4px solid #f7e700;
background-color: red;
color:#FFFFFF;
font-weight:bold;
font-size:1.9em;
}

#contactBox div.wpcf7-mail-sent-ok {
border: 4px solid #398f14;
color:#000000;
font-weight:bold;
font-size:1.9em;
}

.wpcf7-list-item {display: block;}

/*pageNavi ナビゲーションのスタイル　*/
#contactBox .btn input[type="image"] {
border:0;
background:none;
outline: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:2.2em;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

レスポンシブＷＥＢデザイン用のスタイル

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/ 
body {
	padding-top: 0px;
	background-image: url(none);
}

img {
	width: 100%;
	max-width: 94%;
	height: auto;
	width /***/: auto;
	/*IE8のみ適用*/
; 	text-align: center;
	}
	
.share {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.productImg img{
    width: 84%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

	
/*==========================================
 ヘッダーのスタイル
===========================================*/
#headerTop {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	}
		
header #globalNav {
	display: none;
	}
	
#headerTop h1 {
	float: none;
	margin-top: 27px;
	margin-bottom: 15px;
	}
	
#headerBlock {
	float: none;
	margin-top: 14px;
	margin-bottom: 13px;
	}
	
#headerBlock p {
	padding-bottom: 8px;
	text-align: center;
	}
	
#headerBlock form #textfield {
	width: 70%;
	}


/* アコーディオン */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background-color: #00468C;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background-color: #00468C;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size: 1.3em;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=60);
	text-shadow: none !important;
	visibility: visible;
	font-size: 0.8em!important;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding-top: 10px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding-top: 10px;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 16px;
	height: 21px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.naviLine {
	display: none;
	}
	
#topImg {
	background-image: url(none);
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	 
/*==========================================
 メインコンテンツ共通スタイル
===========================================*/

#topics {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#topicsInnr {
	width: 100%;
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: left;
	margin-bottom: 0px;
	}
	
#topics h2 {
	padding-left: 3%;
	padding-right: 0%;
	margin-bottom: 20px;
	}
	
#topics ul {
	padding-left: 3%;
	padding-right: 3%;
	}
	
#topics ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 25px;
	margin-bottom: 5px;
	}
	
.shareStyle {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.shareStyle5 {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/dot2.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	margin-top: 80px;
	}
	
.shareStyle2 {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/top/bg.png);
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.shareStyle3 {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
	
.shareStyle4 {
	width: 100%;
	}
	
.fontStyle2 {
	color: #FFFFFF;
	padding-bottom: 60px;
	}

.imgLeft {
	float: none;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.imgRight {
	float: none;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#accessInnr {
	padding-top:0px;
	}
	
#accessInnr iframe {
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 98%;
	height: 232px;
	margin-top: 65px;
	margin-bottom: 30px;
	}
	
.titleStyle,
.titleStyle2 {
	padding-bottom: 33px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#accessInnr {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
	
#blogBlock {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
	
#blogList {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	
#blogList p {
	margin-left: 25px;
	margin-right: 25px;
	}
	
#left {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	text-align: left;
	}
	
#right {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	text-align: left;
	}
	
#title {
	width: 100%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/title2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 159px;
	margin-bottom: 15px;
	}
	
#pNavi {
	width: 100%;
	padding-bottom:15px;
	}

.leftShare {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	}
	
.rightShare {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	}
	
.pcImg2 {
	display: none;
	}

.mbImg2 {
	display: inherit;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.bnList {
	text-align: center;
	}
	
.bnList li {
	padding-bottom: 20px;
	text-align: center;
	display: inline-block;
	width: 32%;
	margin-right: 0.1%;
	margin-left: 0.1%;
	}
	
/*==========================================
 フッターのスタイル
===========================================*/

	
}


@media only screen and (max-width:700px){	
#infoBlock section {
	display: inherit;
	width: auto;
	vertical-align: top;
	}
	
#infoBlock section p {
	padding-bottom: 25px;
	}
	
#infoBlock section dl dd {
	padding-left: 37px;
	padding-right: 37px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.7em;
	padding-top: 25px;
	padding-bottom: 40px;
	}
	
#infoBlock section {
	margin-left: 0%;
	margin-right: 0%;
	}

#footerInnr p {
	display: none;
	}
	
#footerInnr aside {
	padding-bottom:20px;
	}
	
.box {
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 3%;
	padding-left: 4%;
	}

	
	}
	

	
/* 幅460px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 460px){
	
#headerBlock form #textfield {
	width: 60%;
	}
	
.pcImg {
	display: none;
	}
	
.mbImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.fontStyle {
	text-align: left;
	}
	
 #accessInnr ul li {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	display: inherit;
	}
	
#blogList p {
	margin-left: 15px;
	margin-right: 15px;
	}
	
#blogList p strong {
	display: block;
	}
	
#title {
	width: 100%;
	float: left;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	background-color: #002040;
	}
	
#title h1 {
	color: #FFFFFF;
	font-size: 2.5em;
	padding-left: 3%;
	padding-top: 10px;
	text-shadow: 0px 0px 10px #000000;
	padding-right: 3%;
	padding-bottom: 15px;
	line-height: 1.3em;
	}
	
#title h1 span {
	font-size: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#pNavi {
	display: none;
	}
	
	
.tableStyle th {
	background-color: #F7F7F7;
	color: #000000;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	width: 40%;
	}
	
.tableStyle td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.bnList li {
	padding-bottom: 20px;
	text-align: center;
	display: inherit;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	}
	
.shareStyle5 {
	margin-top: 20px;
	}
	
.productBlock {
	width: 100%;
	float: left;
	background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/product/line.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

#contactBox dl dd input.formStyle2,
#contactBox dl dd select {
	width: 94%!important;
	}
	
#contactBox dl dd input.formStyle3 {
	width: 94%!important;
	}
	
button {
	border: none; /*枠を消す*/
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.commCategory {
	font-size: 1em;
	}
	
	
.fontStyle4 {
	line-height: 1.5em;
	padding-bottom: 20px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	}
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■　　2020年追加したスタイルシート/ここから ■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*トップページレイアウト変更*/
.shareStyle.firstBox {
    display: flex;
    max-width: 980px;
    margin: 45px auto 0;
    float: none;
    align-items: stretch;
}

.shareStyle.firstBox #topics {
    width: 50%;
}

#topics ul li {
    margin-bottom: 15px;
}

#topics ul li a p{
    font-size: 16.8px;
}

.shareStyle.firstBox .exampleTop {
    width: 50%;
    border-right: 1px solid #CCCCCC;
    display: flex;
    flex-wrap: wrap;
}

.shareStyle.firstBox #topics #topicsInnr {
    width: 100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
}

.shareStyle.secondBox {
    margin-top: 45px;
}

.ourWorks {
    display: flex;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ourWorks section {
    width: calc(50% - 2em);
    margin-bottom: 3em;
}

.ourWorks section h1 {
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: 1em;
    background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/titleber.png);
    color: #FFFFFF;
    font-size: 1.8em;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
}

.ourWorks section img {
	float:left;
	margin:0 1em 1em 0;
	width: 50%;
}

.ourWorks section p {
    text-align: left;
}

/*加工事例変更*/

.productright {
    width: 100%;
}

.productBlock table {
    width: 100%;
    margin-bottom: 4em;
}

.productBlock table th {
	padding: 1em 1em 1em 0;
    font-size: 1.3em;
    width: 110px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}

.productBlock table td {
    font-size: 1.3em;
    padding: 1em 1em 1em 0;
    border-bottom: 1px dotted #ccc;
    width: calc(100% - 110px);
}

/*固定ページ1カラム変更*/

div#onec {
    width: 100%;
    max-width: 980px;
}
div#onec #title {
    width: 100%;
    max-width: 980px;
    float: none;
    background-image: url(/ishibashi_2020/wp-content/themes/ishibashi/images/share/title_bg.png);
    background-size: cover;
}

div#onec #title h1 {
    text-align: left;
}

div#onec .leftShare {
    clear: both;
    width: 100%;
    max-width: 980px;
    float: none;
    padding-bottom: 60px;
    text-align: left;
}

div#onec .leftShare blockquote{
	padding:1em;
	background-color:#0b4d8f;
	border-radius:12px;
	font-size:1.3em;
	margin-bottom:1.5em;
	color: #fff;
	display: block;
    margin-top: 1.5em;
}

/*加工事例個別ページ変更*/

section.singleProductContent {
    margin-bottom: 3em;
    padding: 1.1em;
    background: #f6f6f6;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/*設備一覧-個別ページ変更*/
article.setsubiLIST {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
article.setsubiLIST section{
    width: calc(50% - 2em);
    display: block;
    margin: 0 1em 4em 1em;
}
article.setsubiLIST section h1 {
	font-weight: 600;
    font-size: 2.2em;
    text-align: left;
}
article.setsubiLIST section h1 a {
    text-decoration: none;
    color: #555;
}
article.setsubiLIST section figure {
    width: 100%;
}
article.setsubiLIST section figure img{
    width: 100%;
    height: 300px;
    object-fit:cover;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

article.setsubiLIST section figure a {
    color: #333;
}

article.setsubiLIST section figure a:hover {
    text-decoration: none;
}

article.setsubiLIST section figure a span {
    display: block;
    font-size: 1.3em;
    margin-top: 0.3em;
}

/*設備個別ページ変更*/

.setsubiBox {
    width: 100%;
    display: flex;
}

.setsubiComment {
    width: 75%;
    padding: 0 1em 1em 0;
    text-align: left;
}

.setsubiGroupe {
    margin: 0 0 4em;
}

.setsubiImage {
    width: 25%;
}

.setsubiImage img {
	width: 100%;
    object-fit: cover;
    max-width: 100%;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

.setsubiImage img.height210 {
    height: 210px;
}

.setsubiImage img.height200 {
    height: 200px;
}

.setsubiImage img.height190 {
    height: 190px;
}

.setsubiImage img.height180 {
    height: 180px;
}

.setsubiImage img.height170 {
    height: 170px;
}

.setsubiImage img.height160 {
    height: 160px;
}

.setsubiComment h1 {
    font-size: 2.6em;
    font-weight: 600;
    margin: 0;
    color: #00468c;
    border-bottom: 1px solid #4077aa;
}

.setsubiComment p {
    margin: 0.8em 0 1em;
    line-height: 1.9em;
    padding: 0 0 0 12px;
}

.setsubiComment h2 {
    font-size: 2.2em;
    line-height: 1.15em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 12px;
    }

.setsubiImage figure {
    margin: 0 0 1em;
}
.setsubiImage figure span {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 0.3em 0;
    box-sizing: border-box;
}

.setsubiArea {
	clear: both;
    width: 100%;
    display: block;
}
.setsubiArea .setsubiBox1C {
    width: 100%;
    padding: 0 1em 1em 0;
    text-align: left;
}
.setsubiArea .setsubiBox1C h1 {
    font-size: 2.6em;
    font-weight: 600;
    margin: 0;
    color: #00468c;
    border-bottom: 1px solid #4077aa;
}
.setsubiArea .setsubiBox1C h2 {
    font-size: 2.2em;
    line-height: 1.15em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 12px;
}

.setsubiArea .setsubiBox1C h3 {
    font-size: 2em;
    line-height: 1.15em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 12px;
}

.setsubiArea .setsubiBox1C p {
    margin: 0.8em 0 1em;
    line-height: 1.9em;
    padding: 0 0 0 12px;
}

.setsubiArea .setsubiBox1C figure {
	width:100%;
	height:auto;
}
.setsubiArea .setsubiBox1C figure img{
	width:100%;
}

/*会社案内地図変更*/
figure.companyMap img {
    width: 100%;
    height: auto;
}
.leftShare img.size-full {
    max-width: 100%;
    height: auto;
}

.comm .wp-block-image figcaption {
    font-size: 1.3em;
}

/*お知らせスタイル*/
section.newsBlock {
    margin: 1em 1em 1em 0;
    border-bottom: 1px dotted #ccc;
}
section.newsBlock h1 {
    font-size: 2em;
    font-weight: 600;
    display: block;
}

section.newsBlock h2 {
    font-size: 1.7em;
}

section.newsBlock h2 a {
    text-decoration: none;
    color: #3d3b3b;
}

.isbsInfoBox {
	margin: 1em 0 2em;
    padding: 2em 2em 2em 2em;
    background: #ececf2;
    min-height: 5em;
}

/*パンくずリスト(プラグイン)の調整*/
#pNavi .post:after {
    display: inherit;
}

/*フェードイン効果*/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：961px～980px */
@media only screen and (min-width:961px) and (max-width:980px){
#headerTop {
    width: 950px;
    margin: 0 auto;
}
#topicsInnr {
    border-left: none;
}
.shareStyle.firstBox .exampleTop {
    border-right: none;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：601px～980px */
@media only screen and (min-width:601px) and (max-width:980px){
.ourWorks section h1 {
	font-size: 1.1em;
}
.productBlock p.imgLeft.productImg {
	width:30%;
}
.productBlock .productright {
    width: 70%;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：401px～960px */
@media only screen and (min-width:401px) and (max-width:960px){
p.imgLeft.daihyou {
    float: left;
    width: 50%;
    max-width: 200px;
    margin: 0 1em 1em 0;
}
}

/* レイアウトの指定：1px～980px */
@media only screen and (min-width:1px) and (max-width:980px){
.shareStyle.firstBox {
	width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
img.sp-image,.sp-slide {
    width: 100%!important;
    height:auto;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
}

/* レイアウトの指定：1px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
.shareStyle.firstBox {
	display: block;
}
.shareStyle.secondBox {
	margin-top: 20px;
	padding-top: 0;
}
.shareStyle.firstBox #topics ,
.shareStyle.firstBox .exampleTop {
    width: 100%;
    border: none;
}
#topicsInnr {
    margin-bottom: 45px;
}
#topics h2 {
    text-align: center;
}
#topics ul {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ourWorks section img {
    float: none;
    width: 100%;
    max-width: 100%;
}
div#onec {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    float: left;
    text-align: left;
}
.photoList {
    width: 94%;
    max-width: 950px;
}
button.slick-prev.slick-arrow {
    left: -20px;
}
 button.slick-next.slick-arrow {
    right: -20px;
}
}

/* レイアウトの指定：1px～768px */
@media only screen and (min-width:1px) and (max-width:768px){
.setsubiBox {
    display: block;
}
.setsubiComment {
    width: 100%;
}
.setsubiImage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.setsubiImage figure {
    width: 30%;
    margin: 1.5%;
}
.setsubiImage figure span {
    text-align: center;
}
}

/* レイアウトの指定：1px～600px */
@media only screen and (min-width:1px) and (max-width:600px){
.ourWorks {
    display: block;
}
.ourWorks section {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 3em;
}
.productBlock {
    display: block;
    background: none;
    margin-bottom: 0px;
}
.productImg img ,
.productright {
    width: 80%;
    min-width: 310px;
    margin: 0 auto;
}
section.singleProductContent {
    width: 80%;
    min-width: 310px;
    margin: 0 auto 3em;
    clear: both;
}
div#onec {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    float: left;
    text-align: left;
}

article.setsubiLIST {
    display: block;
    max-width: 400px;
    min-width: 300px;
    margin: 0 auto;
}

article.setsubiLIST section {
    width: 100%;
    margin: 0;
}

article.setsubiLIST section img{
    max-width: 100%;
}
button.slick-prev.slick-arrow {
    left: -5px;
}
 button.slick-next.slick-arrow {
    right: -5px;
}
.setsubiImage figure {
    width: 47%;
    margin: 1.5%;
}
}

.inv-recaptcha-holder {
    display: flex;
    justify-content: center;
}

/* サイトマップ用のスタイル */
.sitemap {
    padding-left: 1.5em;
    margin: 0 0 40px;
}

.sitemap ul li {
	font-size:1em;
	line-height:30px;
	list-style: none;
}

.sitemap ul li a {
    text-decoration: none;
    font-size: 1.3em;
    color: #333;
}

.sitemap ul li a:hover {
    text-decoration: underline;
}

.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #888;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #888;
}

.pcOnly {
    display: block;
    margin: 0 auto;
}
.spOnly {
    display: none;
    margin: 0 auto;
}

/* レイアウトの指定：1px～600px */
@media only screen and (min-width:1px) and (max-width:600px){
.pcOnly {
    display: none;
}
.spOnly {
    display: block;
    font-size: 3.1em;
}
}


h2 .sp-slides .sp-slide img.sp-image{
	filter: opacity(0.5);
}
h2 .sp-slides .sp-slide.sp-selected img.sp-image{
	filter: opacity(1);
}

/* レイアウトの指定：1px～600px */
@media only screen and (min-width:1px) and (max-width:600px){
.comm img.alignleft {
    float: left;
    margin: 0 1em 1.5em 0;
}
.comm img.alignright {
    float: right;
    margin: 0 0 1.5em 1em;
}
}

.commCategory {
    font-size: 1.2em;
    background-color: #dde7ea;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    clear: both;
    margin-top: 1em;
}

/* レイアウトの指定：1px～385px */
@media only screen and (min-width:1px) and (max-width:385px){
.ourWorks section img {
    margin: 0 0 1em 0;
}
}