@charset "utf-8";
/* CSS Document */
/******************************************************************
Theme Name: kaiei
Autor: LeafLink Inc
*/


/*====================================================================
個別製品ページ　まだUPしてない。
====================================================================*/
.product-each {
	overflow: hidden;
}
.product-each .point-area {
	text-align: center;
	margin-bottom: 140px;
	overflow: hidden;
}
.product-each .l-space {
	padding-left: 3%;
}
.product-each .lm-space {
	margin-left: 3%;
}
/*　slick　*/
#slick-product-wrap {
	max-width:1280px; 
	width: 100%;	
	margin: 0 auto 6%;
}
#slick-product-wrap .slick-slide img {
  width: 100%;
  height: auto;
}
#slick-product-wrap .slick-prev, #slick-product-wrap .slick-next {
  z-index: 1;/*ボタン矢印の重なりの順序*/
}
#slick-product-wrap .slick-prev:before, #slick-product-wrap .slick-next:before {
  color: #000;/* ボタン矢印色 */
  font-size: 28px;/* ボタン矢印大きさ */
}
#slick-product-wrap .product-screen .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0;/* 両サイドの画像透明度0 */
}
#slick-product-wrap .product-screen .slick-current {
  opacity: 1;/* 真ん中メインの画像透明度MAX */
}
#slick-product-wrap .slick-dots li {/* ●●●●間隔　*/
	margin: 0 1.5%;
}
#slick-product-wrap .slick-dots li button:before {/* ●大きさ　*/
	font-size: 16px;
}
#slick-product-wrap .slick-dots {/* ●●●●位置　*/
	bottom: -35px;
}
/*　メイン全体　*/
#product-each-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1280px;
	margin: 0 auto;
}
/* メイン本文 */
#product-each-wrap .product-each-inner {
	width: 80%;	
}
#product-each-wrap .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #a8d8dc;
	line-height: 1.5;
	color: #595959;
}
#product-each-wrap .heading .title09 {
    font-size: 33px;
    width: 60%;
    padding: 10px 0 0 3%;
    box-sizing: border-box;
}
#product-each-wrap .heading .title09 span {
	display: inline-block;
}
#product-each-wrap .heading ul {
	display: inline-block;
    width: 40%;
	font-size: 21px;
	font-weight: bold;
    border: solid 10px #a8d8dc;
	background: #ffffff;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#product-each-wrap .heading ul .name_no span {
	display: inline-block;
	font-size: 16px;
}
#product-each-wrap .heading ul .name span:first-of-type {
	font-weight: normal;
	margin-right: 10px;
}
#product-each-wrap .heading ul .name span:last-of-type {
	display: inline-block;
}
#product-each-wrap .desc {
	margin: 3% 0 0 3%;
	padding-left: 1.3em;
	position:relative;
	text-align: left;
	line-height: 2.5;
}
#product-each-wrap .desc li {
	padding-left: 8px;
}
#product-each-wrap .desc li:before {
    content: "■";
    position: absolute;
    left: 0px;
    color: #5c97af;
}
#product-each-wrap .desc .catch {
    background: #fdec91;
    font-weight: bold;
}
#product-each-wrap .desc .jis-nav {
	display: inline-block;
	background: #ccc;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 0.9em;
	line-height: 1.9;
}
#product-each-wrap .product-icon_group {
	margin: 3% 0 3% 3%;
	text-align: left;
}
#product-each-wrap .product-icon_group img {
	margin: 5px;
	height: 70px;
}
/*　シリーズ　*/
#product-each-wrap .product-series {
	max-width: 60%;
	background: #eaf1f3;
	text-align: center;
	border: solid 5px #c8e0e7;
	font-weight: bold;
	color: #2b6487;
}
#product-each-wrap .product-series2 {
	max-width: 100%;
}
#product-each-wrap .product-series >div {
	font-size: 20px;
	background: #c8e0e7;
}
#product-each-wrap .product-series ul {
	display: flex;
	justify-content: space-evenly;
	padding: 3% 0;
}
#product-each-wrap .product-series2 ul li {
	width: 23%;
}
#product-each-wrap .product-series li {
	width: 43%;
	background: #fff;
	border: solid 1px #c8e0e7;
}
#product-each-wrap .product-series2 .dositu {
	display: inline-block;
	font-size: 16px;
}
#product-each-wrap .product-series li span {
	display: block;
	font-size: 14px;
}
/*hoverした際の変化*/
#product-each-wrap .product-series li:hover{
	color: red;
	background: #fffce7;
	transition: 0.2s;
}
#product-each-wrap .product-series li:hover a {
	color: red;
}
/*表示するテキストが切り替わる*/
#product-each-wrap .product-series .btntextchange {
	position: relative; /*テキストの基点とするためrelativeを指定*/
}
#product-each-wrap .product-series .btntextchange div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*差し替わるテキストの設定*/
#product-each-wrap .product-series .btntextchange div:nth-child(2){
	display: none;
}
/*hoverするとテキストが入れ替わる設定*/
#product-each-wrap .product-series .btntextchange:hover div:nth-child(1){
	display: none;
}
#product-each-wrap .product-series .btntextchange:hover div:nth-child(2){
	display: block;
}
#product-each-wrap .product-series li a {
	display: block;
	color: #2b6487;
}
/* PRポイント */
#product-each-wrap .title05 {
	font-size: 35px;
    color: #2b7987;
    text-align: left;    
}
#product-each-wrap .title05 span {
    background: linear-gradient(transparent 60%, #d3ecef 50%);
}
#product-each-wrap .point-area .title05-desc{
	text-align: left;
    padding-bottom: 5%;
}
/*　サイドメニュー　*/
#product-each-wrap .sidebar {
	width: 16%;	
	margin-left: 4%;
}
#product-each-wrap .sidebar .download-btn {
	text-align: center;	
}
#product-each-wrap .sidebar .download-btn div a {
	display: block;	
	font-weight: bold;
	background: #5c97af;
	color: #FFFFFF;
	padding: 13px 0 5px;
	margin-bottom: 20px;
}
#product-each-wrap .sidebar .download-btn .data span:nth-of-type(1) {
	font-size: 25px;
}
#product-each-wrap .sidebar .download-btn .data span:nth-of-type(2) {
	display: block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: -8px 0 7px;
}
#product-each-wrap .sidebar .download-btn .data span:nth-of-type(3) {
	display: block;
}	
#product-each-wrap .sidebar .download-btn .data:hover a{	
	transform: scale(0.95);
	transition-duration: 0.2s;
}
#product-each-wrap .sidebar .download-btn:hover img {
	opacity: 1;
}
#product-each-wrap .sidebar .download-btn .search {
	position: relative;
    top: -18px;
}
#product-each-wrap .sidebar .download-btn .search a {
	background: #FFFFFF;
	color: #5c97af;
	border: 3px solid #5c97af;
	padding-bottom: 0;
}
#product-each-wrap .sidebar .download-btn .search span {
	display: block;
	font-size: 25px;
}
#product-each-wrap .sidebar .download-btn .search span:nth-of-type(1) {
    padding-top: 23px;
    line-height: 1em;
}
#product-each-wrap .sidebar .download-btn .search span:nth-of-type(3) {
	font-size: 11px;
    margin-bottom: 13px;
}
#product-each-wrap .sidebar .download-btn .search span:nth-of-type(4) {
	color: white;
	background: #5c97af;
	padding-top: 5px;
	font-weight: normal;
	font-size: 16px;
}
#product-each-wrap .sidebar .download-btn .search:before {
  content: '';
  display: block;
  position: relative;
  top: 18px;
  left: 9px;
  height: 50px;
  background: url("個別製品アイコン/each-construction.png") center center no-repeat;
}
#product-each-wrap .sidebar .download-btn .search:hover {
	transform: scale(0.95);
	transition-duration: 0.2s;
}
#product-each-wrap .sidebar .product-list {
	background: #eaf1f3;
	padding: 18px 10px;
	overflow: hidden;
	width: 100%;	
	color: #2b6487;
	box-sizing: border-box;
	position:-webkit-sticky;
	position:sticky;
	top:120px;
}
#product-each-wrap .sidebar .product-list div {
	font-weight: bold;
	margin-bottom: 15px;
	background: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 10px;
}
#product-each-wrap .sidebar .product-list span {
	display: block;
	font-size: 10px;
}
#product-each-wrap .sidebar .product-list li a {
	color: #2b6487;
    font-size: 14px;
    font-weight: bold;    
}
#product-each-wrap .sidebar .product-list li img {
	vertical-align: middle;
    margin-right: 10px;
    width: 13%;
}
#product-each-wrap .sidebar .product-list li {
	line-height: 50px;
	margin-left: 10px;
}
#product-each-wrap .sidebar .product-list li:hover a{
   color: red;
}
/* for PC1366pX -------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
#product-each-wrap .product-each-inner {
	width: 100%;	
}
#product-each-wrap .sidebar {
  display: none;
}}

/*　タブ　*/
#product-each_tab-wrap .title06 {
	font-size: 25px;
	letter-spacing: 10px;
	color: #003d6b;
	background: #a8d8dc;
	margin-bottom: 50px;
	padding: 20px 0;
}
#product-each_tab-wrap .point-area .title06-desc{
	text-align: center;
    padding: 0 20px 50px;
}
#product-each_tab-wrap .point-area a {
	font-weight: bold;
	color: #036EB8;
}
#product-each_tab-wrap .point-area a:hover {
	color: red;
	transition: 0.2s;
}
#product-each_tab-wrap .point-area .l-box {
	width: 48.5%;
	float: left;
	text-align: left;
	padding-left: 3%;
}
#product-each_tab-wrap .point-area .r-box {
	width: 48.5%;
	float: right;
	text-align: left;
}
#product-each_tab-wrap .point-area .product-table {
	margin: 0 0 20px 0;
}
#product-each_tab-wrap .point-area .bottom-box {
	width: 100%;
	clear: both;
	text-align: left;
	padding-left: 3%;
}
#product-each_tab-wrap .point-area .l-box dl,#product-each_tab-wrap .point-area .r-box dl,.point-area .bottom-box dl {
	padding: 0 0 40px 20px;
}
#product-each_tab-wrap .point-area .l-box dt,#product-each_tab-wrap .point-area .r-box dt,.point-area .bottom-box dt {
	font-weight: bold;
	color: #006bb1;
}
#product-each_tab-wrap .point-area .l-box dd span {
	display: inline-block;
	width: 270px;
}
#product-each_tab-wrap .point-area .r-box dd span {
	display: inline-block;
	width: 270px;
}
#product-each_tab-wrap .point-area .r-box dd p {
	margin: -5px 0 10px;
}
#product-each_tab-wrap .point-area table {
    width: 95%;
    border: 1px solid #C3C3C3;
    text-align: center;
	margin: 0 auto 20px;
 } 
#product-each_tab-wrap .point-area td,#product-each_tab-wrap .point-area th {
    border: 1px solid #C3C3C3;
	vertical-align: middle;
}
#product-each_tab-wrap .point-area .column_name td:first-of-type,.column_name2 { /* 製品呼び名左揃え */
	text-align:left;
	padding-left:3%;
}
#product-each_tab-wrap .point-area .r-column {
	width: 40%;
    float: right;
    margin: 8% 8% 0 0;
}
#product-each_tab-wrap .point-area .size-g {
	background: #d5e9cd;
}
#product-each_tab-wrap .point-area .size-y {
	background: #f7f7cf;
}
#product-each_tab-wrap .point-area .even tr:nth-child(even) td {/*奇数だけ黄色*/
	background: #f7f7cf;
}
#product-each_tab-wrap .point-area .odd tr:nth-child(odd) td {/*偶数だけ黄色*/
	background: #f7f7cf;
}
#product-each_tab-wrap .point-area .size-wh {
	background: #fff;
}
#product-each_tab-wrap .point-area .size-mg {
	background: #75b46e;
    color: #ffffff;
}
#product-each_tab-wrap .point-area .size-bottom {
	width: 980px;
	text-align: left; 
    margin: auto;
}
#product-each_tab-wrap .point-area .red {
	color: red;
	margin-bottom: 20px;
}
#product-each_tab-wrap .point-area .chart {
	width: 30%;
	margin: auto;
}
#product-each_tab-wrap .point-area .chart li {
	border: 1px solid;
    padding: 10px;
	background: #f7f7cf;
}
#product-each_tab-wrap .point-area .chart p {
	font-size: 30px;
}
#product-each_tab-wrap .product-conne ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2% 20px;
}
#product-each_tab-wrap .product-conne li {
    width: 23.9%;
    padding: 2%;
    box-sizing: border-box;
    color: #666666;
	text-align: left;
    border: 1px solid #ccc;
	background: #eee;
}
#product-each_tab-wrap .product-conne li div {
	font-size: 1.2rem;
	font-weight: bold;
}
#product-each_tab-wrap .product-conne li span {
	display: inline-block;
}
/*タブjQuery*/
#product-each_tab-wrap .product-each_tab-wrap {
	max-width: 1280px;
	margin: 0 auto;	
}
#product-each_tab-wrap .tab {
  margin: 30px auto;
  max-width: 1280px;
  width: 100%;
}
#product-each_tab-wrap .tab-list {
  align-items: flex-end;
  display: flex;
  height: 50px;
}
#product-each_tab-wrap .tab-menu {
  align-items: center;
  background-color: #5ab4bd;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  padding-right: 10px;
  position: relative;
  transition: all .3s ease-out;
}
#product-each_tab-wrap .tab-menu:not(:first-of-type) {
  border-left: 1px solid #fff;
}
#product-each_tab-wrap .tab-menu::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  width: 8px;
}
#product-each_tab-wrap .tab-menu.current::after {
  border-right: 1px solid #565656;
  border-top: 1px solid #565656;
  top: -6px;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
#product-each_tab-wrap .tab-menu:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
#product-each_tab-wrap .tab-menu.current {
  background-color: #fff;
  border-top: 3px solid #5ab4bd;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  color: #565656;
  height: 50px;
  font-weight: bold;
  transition: all .3s ease-in-out;
}
#product-each_tab-wrap .content-box {
  background-color: #fff;
  display: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #fff;
}
/*====================================================================
個別製品ページ　まだUPしてない。↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
====================================================================*/


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
dl{
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Global WebFont reset ---------------------------- */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic');
}
@font-face {
  font-family: 'Source Code Pro', monospace;
}
/* フェードイン ---------------------------- */
.element {
  /* 最初は非表示  opacityだけだと透過はできるがリンクの判定が残ったりするのでvisibilityも入れる*/
  transform: translateY(100px);  /*ちょっと下に配置*/
  opacity: 0; /*透明*/
  visibility: hidden; /*要素分の領域は確保されたまま非表示*/	
  transition: transform 1s, opacity 1s;  /*アニメーション1sかけて下から上に・透明から不透明に*/	
}
.element2 {
  /* 最初は非表示  opacityだけだと透過はできるがリンクの判定が残ったりするのでvisibilityも入れる*/
  transform: translateX(-300px);  /*ちょっと左に配置*/
  opacity: 0; /*透明*/
  visibility: hidden; /*要素分の領域は確保されたまま非表示*/
  transition: transform 1s, opacity 1s;  /*アニメーション1sかけて下から上に・透明から不透明に*/
}
.element3 {
  /* 最初は非表示  opacityだけだと透過はできるがリンクの判定が残ったりするのでvisibilityも入れる*/
  transform: translateX(300px);  /*ちょっと左に配置*/
  opacity: 0; /*透明*/
  visibility: hidden; /*要素分の領域は確保されたまま非表示*/
  transition: transform 1s, opacity 1s;  /*アニメーション1sかけて下から上に・透明から不透明に*/
}	
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0); /*元の配置になる*/
  opacity: 1; /*不透明*/
  visibility: visible; /*表示*/
}
@media screen and (max-width: 1000px) {
/* フェードイン 表示させたまま---------------------------- */
.element,.element2,.element3 {
	opacity: 1; /*透明なし*/
	visibility: visible; /*表示*/
	transform: none;
}}
/* Global TAG styles---------------------------- */
* {
  margin: 0;
  padding: 0;
}
a {
	text-decoration: none;
	color: #333;
	overflow: visible;
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}
a:hover {
    color: #FF0000;
}
a:hover img {
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  opacity: 0.7;
}
.hop:hover img {/*画像上がる*/
  transform: translateY(-8px);
  transition-duration: 0.2s;
  opacity: 1;
}
.scale-s:hover img {/*画像縮小*/
	transform: scale(0.95);
	transition-duration: 0.2s;
	opacity: 1;
}
.scale-l:hover img {/*画像拡大*/
	transform: scale(1.2);
	transition-duration: 0.3s;
	opacity: 1;
}
.clear {/*ポインターイベント解除*/
	pointer-events: none;
}
.domhover {
  text-decoration: none;
  color: #2589d0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.domhover:hover {
  opacity: 0.7;
}
.domhover:hover img {
  opacity: 1;
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-family: 'MyYuGothicM', 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.05em;
  background: #fff;
}
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
/*両端斜め線　タイトル*/
.title-slash {
	position: relative;
	padding: 0 1.3em;
	display: inline-block;
}
.title-slash:before,.title-slash:after {
    position: absolute;
    top: 0.5rem;
    height: 2rem;
    content: '';
}
.title-slash:before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}
.title-slash:after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}
.title01 {
	font-size: 36px;
	color: #333333;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
}
.title01 span {
  display: block;
  margin: 22px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.25em;
}
.title02 {
  font-size: 21px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.title02 span {
	display: inline-block;
	zoom: 1;
  *display: inline;
	margin-left: 10px;
	font-family: 'MyYuGothicM', 'Yu Gothic', sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #AF143E;
	letter-spacing: 0.25em;
}
.title03 {
	font-size: 21px;
	color: #333333;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #75b46e;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
.btn01 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  color: #fff;
  padding: 2px 30px 3px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  border: 1px solid #fff;
  text-align: center;
}
.btn01:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  background: url("/assets/img/common/icn_arr_b.png") center center no-repeat;
  background-size: 100% auto;
}
.btn01:hover {
  color: #2589d0;
  background: #fff;
  text-decoration: none;
}
.btn02 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  color: #333333;
  padding: 2px 30px 3px;
  margin-left: 5px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  border: 1px solid #333333;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-align: center;
}
.btn02:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  background: url("/assets/img/common/icn_arr_bk.png") center center no-repeat;
  background-size: 100% auto;
}
.btn02:hover {
  color: #fff;
  background: #e5893f;
  text-decoration: none;
}
.btn03 {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 2px 30px 3px;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  background: #3B70AB;
  margin-bottom: 5px;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.btn03:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
.btn03:hover {
  color: #3B70AB;
  border: 1px solid #3B70AB;
  background: #fff;
  text-decoration: none;
}
.btn04 {
  display: inline-block;
  zoom: 1;  
  position: relative;
  color: #fff;
  padding: 5px 30px;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  background: #3B70AB;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.btn04:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
.btn04:hover {
  color: #3B70AB;
  border: 1px solid #3B70AB;
  background: #fff;
  text-decoration: none;
}
.btn05 {
  width: 60%;
  display: inline-block;
  zoom: 1;  
  position: relative;
  color: #fff;
  padding: 10px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  background: #009F4A;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.btn05:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
.btn05:hover {
  color: #3B70AB;
  border: 1px solid #3B70AB;
  background: #fff;
  text-decoration: none;
}

/* Grobal Layout styles------------------------------ */
#main {
  margin: 0 auto;
  padding-top: 5.5vmax;
  text-align: left;
  clear: both;
}
#main .wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* 1280px幅・850px幅 */
#main .wrap-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#main .wrap-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;	
}
#main #mv img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sectionbg {
  padding-top: 35px;
  padding-bottom: 150px;
  position: relative;
}
.sectionbg:before {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  content: '';
  width: 100%;
  height: 70px;
  background-size: 100% auto;
}
.bg-w {
  background: #fff;
}
/*.bg-w:before {
  background-image: url("https://www.kaiei-kyowa.jp/assets/img/common/bg-wave-w.png");
}*/
.bg-b1 {
  background: #3B70AB;
  color: #fff;
}
.bg-b1:before {
  background-image: url("file:///D|/メルマガ/HP/求人/bg-wave-b1.png");
}
.bg-g {
	background-color: #E6E9EC;
}
/*.bg-gn:before {
  background-image: url("https://www.kaiei-kyowa.jp/assets/img/common/bg-wave-b2.png");
}*/
.bg-be {
  background: #f3efed;
}
.bg-be:before {
  background-image: url("https://www.kaiei-kyowa.jp/assets/img/common/bg-wave-be.png");
}
/*-----------header------------*/
header {
  width: 100%;
  height: 5.5vmax;
  position: fixed;
  background: white;
  z-index: 1000;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 50%);
}
/*-----------navi------------*/
.navbes1 {
  width: 100%; 
}
.navbes2 {
	width: 26%;
    padding: 1% 2% 0 1%;
    float: left;
	box-sizing: border-box;
}
.navbes2 p {
	font-size: 0.9vw;
}
nav {
 width: 74%;
 box-sizing: border-box;
 float: left;
 background: #009F4A;
 } 
nav ul {
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
nav li {
	flex-grow: 1;
	text-align: center;
	height: 5.5vmax;
}
nav li:after {
    content: "";
    display: block;
    height: 60%;
    width: 0;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav li:first-of-type:after,
nav li:last-of-type:after{
    content: none;
}
nav li a {
  display: inline-block;
  font-size: 1vw;
  font-weight: bold;
  font-family: 'Meiryo';
  text-decoration: none;
  color: white;
  box-sizing: border-box;
  padding-top: 1.4vmax;
    height: 5.5vmax;
    width: 100%;
 }
nav li a span {
	display: block;
	font-size: 0.7vw;
	font-weight: normal;
}
nav li a:hover {
	color: #F7FF00;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
} 
nav li:last-of-type img {
	width: 30%;
}
nav li:last-of-type {
    background: #0071BC;
    width: 8%;
}
nav li:last-of-type a {
  padding-top: 0.9vmax;
}
nav li:last-of-type a:hover {
	background: #ff0000;
	color: white;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
nav li:last-of-type a:hover img{
	opacity: 1;
}
.head--menu {
  display: none;
}
.head--menu__close {
  display: none;
}
/*プルダウンサブメニュー*/
li.menu__single {
    position: relative;
}
li.menu__single dl.menu__second-level {
	    visibility: hidden;
    opacity: 0;
	background: #009F4A;
    position: absolute;
    top: 5.6vmax;
	left: -28%;
	width: 150%;
	padding-bottom: 1rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover dl.menu__second-level {
    visibility: visible;/*要素を表示する*/
    opacity: 1;
}
li.menu__single .menu__second-level dt a {
	padding: 1rem 0;
	height: 0;
	font-weight: normal;
}
li.menu__single .menu__second-level dt a:hover {
	color: #F7FF00;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
/*-----------under------------*/
#sv {
  position: relative;
}
#sv img {
	width:100%; 
}
#panList {
  z-index: 1;
  position: absolute;
  margin-top: 10px;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#panList #panListInner {
  max-width: 450px;
  margin-left: auto;
}
#panList li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.4;
}
/* --------------------------------------------
 *					Footer
 * -------------------------------------------- */
footer {
	clear: both;
	width: 100%;
	padding: 70px 20px 20px;
	box-sizing: border-box;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 5px solid #009F4A;
	color: #666666;
}
footer #toparr {
	opacity: 0.6;
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-size: 12px auto;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	background-color: #3b70ab;
	background-image: url(/assets/img/common/icn_totop_w.png);
	background-repeat: no-repeat;
	background-position: center 16px;
}
footer #toparr:hover {
  opacity: 1;
}
footer .wrap {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
footer #footer--sitemap {
	background: #ffffff;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	font-size: 0.8rem;
}
footer #footer--sitemap dl {
  display: block;
  box-sizing: border-box;
  padding-left: 3%;
  flex-grow: 1;
}
footer #footer--sitemap dl dt {
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
}
footer #footer--sitemap dl dd {
  display: block;
  margin-bottom: 12px;
}
footer .footer--cta {
	width: 80%;
	overflow: hidden;
	margin: 6% auto 3%;
	font-size: 0.9rem;
}
footer .footer--cta .cont1 {
	float: left;
	width: 45%;
}
footer .footer--cta .cont1 img {
	width: 60%;
}
footer .footer--cta .cont1 span {
	margin-left: 2%;
}	
footer .footer--cta .cont2 {
	float: left;
	overflow: hidden;
	width: 50%;
	position: relative;
}
footer .footer--cta .cont2>div{
	background: #E6E9EC;
	text-align: center;
    margin-bottom: 10px;
}
footer .footer--cta .cont2 ul {
	float: left;
	width: 50%;
}
footer .footer--cta .cont2 ul:after {
    content: "";
    display: block;
    height: 90%;
    width: 0;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: 20%;
    left: 50%;
}
footer .footer--cta .cont2 li {
	position: relative;
	display: block;
}
footer .footer--cta .cont2 ul li span {
	position: absolute;
	left: 40%;
}footer .footer--cta .cont2 ul:last-of-type li span {
	position: absolute;
	left: 40%;
}
footer .footer--cta .cont2 ul:last-of-type {
	float: right;
	width: 45%;
}
#footer--rights {
  text-align: center;
  padding: 15px;
  font-size: 11px;
}
.section {
  margin-bottom: 50px;
}
.onlypc {
  display: inherit;
}
.onlysp {
  display: block;
  display: none;
}

.bule{
	color: #3b70ab;
}

/*WP-Members*/
.link-text-username {
	display: none;
}
.cad-login-wrap {
	max-width: 980px;
	margin: 20px auto 70px;
	padding: 30px;
}
/* メルマガボタン 2カラムの各営業所一覧*/ 
.btn-flat-simple {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  color: white;
  background: #1741a0;
  margin: 2px 15px;
  transition: .4s;
}
.btn-flat-simple:hover {
  background: #ECECEC;
    color: #1741a0;
}  
 /* メルマガ全体 */         
#mailmg {
	margin-right:auto;
	margin-left:auto; 
  width: 100%;
  max-width: 600px;
}
#mailmg800 {/*パラペット用*/ 
width: 100%;
max-width: 800px;
text-align: center;
margin: 0 auto; 
}	
#mailmg800 .mail-2columns {
display: flex;    
box-sizing: border-box;
width: 75%;
margin: auto;
}
#mailmg800 .mail-2columns div:first-child {
flex-basis:75%;
margin: auto;		
}
#mailmg800 .mail-2columns div {
flex-basis:25%;		
}
/* 施工実績 隠し文字*/
.search-keyword {
	color: white;
	font-size: 12px;
}

/* for PC1366pX -------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
#main .wrap-1280 {
  max-width: 980px;
}
footer .footer--cta .cont1{
	width: 40%;
	padding-left: 3%;
}
footer .footer--cta {
	width: 100%;
}
footer .footer--cta .cont2 {
    width: 55%;
}}
/* for smartphone -------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    line-height: 1.5;
    border: none;
  }
  img {
    width: 100%;
  }
  h2 {
    margin: 20px 0 10px;
    position: relative;
  }  
/*両端斜め線　タイトル*/
.title-slash:before,.title-slash:after {
    top: 0.3rem;
    height: 1.2rem;
}	
  .title01 {
    font-size: 24px;
    background: url("/assets/img/common/bg-h2.png") center 1.6em no-repeat;
    background-size: 30px auto;
  }
  .title01 span {
    margin: 12px 0 20px;
    font-size: 11px;
  }
  .btn01 a {
    color: #fff;
    padding: 10px;
  }	  
  #main {
    padding-top: 54px;
  }
  #main .wrap {
    margin: 20px;
  }
/*スマホ製品ページ等img画像中央揃え拡大*/	
#main #sv {
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
	justify-content: center;
  }
#main #sv img {
    max-width: 200%;
    width: 200%;	
}	

  .sectionbg {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
  }
  .sectionbg:before {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    content: '';
    width: 100%;
    height: 40px;
    background-size: 100% auto;
  }
  section > .wrap {
    padding: 0 3%;
  }
  section > .wrap-1280 {
    padding: 0 3%;
  }
/*-----------header------------*/
header {
    height: 54px;
	background: #ffffff;
    top: 0;
    overflow: hidden; 
}
/*-----------navi------------*/
.navbes2 {
    width: 75%;
    padding: 1% 0 0 3%;
}
.navbes2 img {
	width:260px;
}
.navbes2 p {
	font-size: 0.8rem;
}	
header .head--menu {
    display: block;
    background: url("http://www.kaiei-kyowa.jp/assets/img/common/ico_menubtn.png") no-repeat center center;
    background-size: 50% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
nav {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	top: 0;
	padding: 0;
	background-size: 50px auto;
	-moz-transition-property: all;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: cubic-bezier(0, 0.37, 0.45, 0.94);
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.37, 0.45, 0.94);
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0, 0.37, 0.45, 0.94);
	opacity: 0;
	left: auto;
	right: -100%;
	  z-index: 910;
  }
  nav.open {
    opacity: 1;
    right: 0;
  }
  nav > ul {
    margin: 80px 0 40px;    
	width: auto;
  } 
nav li {
	height:auto;
	}
nav li:after {
	display: none;
}	
 nav li a {
	color: #ffffff;
	width:100%;
	display: block;
	padding: 25px 20px;
	font-size: 1.1rem;
	border:none;
	position: relative;
	height: inherit;
}
nav li a span {
	font-size: 0.8rem;
}
  nav .head--menu {
    display: block;
    width: 50px;
    height: 50px;
    background: url("http://www.kaiei-kyowa.jp/assets/img/common/icn_close_w.png") center center no-repeat;
    background-size: 45% auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  #head--menu>ul {
    display: none;
  }
  #head--menu.open>ul {
    display: block;
  }  
dl.menu__second-level {
	display: none;
 }
nav li:last-of-type {
    background: transparent;
	width: 100%;
}
nav li:last-of-type img {
	width: 70px;
}
/*-----------under------------*/
   #panList {
    display: none;
  }
  footer {
    width: 100%;
    padding: 30px 10px 0;
  }
  footer #toparr {
    right: 10px;
    bottom: 10px;
  }
footer .footer--cta .cont2 {
	display: none;
}
footer .footer--cta .cont1{
	width: 100%;
	float: none;
}
footer .footer--cta .cont1 img {
	width: 80%;
}	
footer .footer--cta {
    text-align: center;
}  
  footer #footer--sitemap {
    display: none;
  }
  footer #footer--rights {
    text-align: center;
    padding: 25px;
    font-size: 10px;
  }
  .section {
    margin-bottom: 50px;
  }
  .onlypc {
    display: none;
  }
  .onlysp {
    display: inherit;
  }
/*メルマガ */
#mailmg800 .mail-2columns {	
	display: none;
}
/*各製品ページ*/
.product-each .point-area {
	margin-bottom: 60px;
}		
#slick-product-wrap .slick-dots li button:before {/* ●大きさ　*/
	font-size: 10px;
}	
#product-each-wrap .sidebar {
	display: none;
	}
#product-each-wrap .product-each-inner {
	width: 100%;
	padding: 15px;
}

#product-each-wrap .heading .title09 {
	width: 100%;
	padding-top: 15px;
	font-size: 22px;
}
#product-each-wrap .heading ul {
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
}
#product-each-wrap .product-icon_group img {
	width: auto;
	height: 50px;
}
#product-each-wrap .product-series {
	display: none;
}
#product-each-wrap .title05 {
	font-size: 23px;
}}
