@charset "UTF-8";

/*
Theme Name: JAMTPL 2019
Theme URI: http://jam.codes
Version: 1.05
Author: JAM Community Design
Description: オフィシャルWEBサイトテンプレート
*/


/* ==================== タグの初期設定 ==================== */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body,html{
height:100%;
}
body {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h1 {
font-weight: normal;
font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 14px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {
text-align: center;
}

ul.reset{
	margin:0;
	padding:0;
	list-style:none;
}

.caution{
	color:#ff0000;
}

BR.clear {
clear: both;
}
.center {
text-align: center;
}

a img:hover {
    transition: 0.3s linear;
    opacity: 0.7;
}

.aligncenter {
display: block;
margin: 5px auto;
}

/*forsp*/

.pcNone {
  display: none;
}
.ac_Menu {
  display: none;
}

#sp_gnavi{
  display: none;
}

.mincho{
    font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.imgScale{
	overflow: hidden;
	width: 100%;
}

.imgScale img {
	display: block;
	transition-duration: 0.3s;
}
.imgScale img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

p.btn{
border:solid 1px #333;
max-width:300px;
box-sizing:border-box;
margin:50px auto;
text-align:center;
}

p.btn i{
margin-right:10px;
}

p.btn a{
display:block;
padding:10px 30px ;
}

.navigation{
	font-size:12px;
}

.navigation a{
color:#ddd;
}


.alignleft{
	float:left;
	width:50%;
}

.alignright{
	float:right;
	width:50%;
	text-align:right;
}

.pagetop {
	z-index:9999;
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 60px;
}

/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
#header {
width:100%;
z-index:9999;
position:absolute;
}

#header.fixed{
position:fixed;
top:0;
background: rgb(10,74,137); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(10,74,137) 0%, rgb(10,100,161) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(10,74,137) 0%,rgb(10,100,161) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(10,74,137) 0%,rgb(10,100,161) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4a89', endColorstr='#0a64a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#headerTitle {
max-width:1200px;
margin: 0 auto;
padding:0 20px;
letter-spacing:-8px;
}
#headerAreaLogo {
display:inline-block;
vertical-align:middle;
width:20%;
}

#headerAreaLogo img{
max-height:40px;
padding:10px 0;
}

#headerAreaLogo img:hover {
}

#headerAreaSub {
display:inline-block;
text-align: right;
vertical-align:middle;
width:30%;
}

#headerAreaSub ul{
margin:0;
padding:0;
list-style:none;
}

#headerAreaSub ul li{
display:inline-block;
margin-left: 25px;
}



.topPage #mainBg{
	padding: 0 ;
}

#mainBg {
margin: 0 auto;
padding: 65px 0 0;
}



@media screen and (min-width: 992px) {
.navbar-toggle {
    display: none;
}
}

/* ========== キャッチ画像 ========== */

.bx-wrapper .bx-viewport{
left: 0!important;
}

.bx-wrapper .bx-controls-direction a{
z-index: 9998!important;
}

#catchArea,
#catchArea_sp{
position:relative;
}
#catchArea_wrapper {
	position:absolute;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}
.catchImage {
	position:absolute;
	top:0;
	background: url(./cmn/images/bgimage.jpg);
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-animation-name: slide-zoomin;
    animation-name: slide-zoomin;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    will-change: opacity;
}
@-webkit-keyframes slide-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
  12.5% {
    opacity: 1
  }
  33% {
    opacity: 1
  }
  45.5% {
    opacity: 1
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes slide-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
  12.5% {
    opacity: 1
  }
  33% {
    opacity: 1
  }
  45.5% {
    opacity: 1
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
#catchArea h1,
#catchArea_sp h1{
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
text-align:center;
height:250px;
position:absolute;
z-index:9999;
font-size: 48px;
font-weight: 800;
color: #fff;
text-shadow: -1px 2px 10px #333;
}
#catchArea h1 span {
font-size: 36px;
display: block;
margin: 40px auto 0;
}

#catchArea ul{
margin:0;
padding:0;
list-style:none;
}


@media screen and (min-width:768px){

#catchArea {
      min-width: 1140px;
      overflow: hidden;
	height:100%;
}

.bx-wrapper{
max-width:1140px!important;
}

#catchArea .bx-viewport {
      background: transparent !important;
      border: 0;
      overflow: visible !important;
      height: 560px !important;
	z-index: 1;
    }

    .bx-wrapper .bx-prev {
      left: -50px !important;
    }
    .bx-wrapper .bx-next {
      right: -50px !important;
    }

}



#main {
width: 1200px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}



/* ========== メインメニュー ========== */
#mainMenu {
margin: 0 auto ;
display:inline-block;
vertical-align:middle;
width: 50%;
}
#mainMenu ul {
padding: 0;
margin:0 auto;
}

/* メインメニュー */
div#mainMenu ul {
	text-align:center;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {
box-sizing:border-box;
	color:#fff;
}

div#mainMenu ul li {
letter-spacing: normal;
display:inline-block;
position:relative;
padding:8px 0;
}

div#mainMenu ul li a{
padding:10px 25px/*40px*/;
display:block;
font-size:16px;
}

div#mainMenu ul li a:hover{
text-decoration:none;
background: rgba(0, 0, 0, .25);
}

div#mainMenu ul li:last-child a{
}

div#mainMenu div.sub_menu{
background: rgba(0,0,0,0.25);
position:absolute;
z-index:9999;
width:100%;
color:#000;
left:0;
}

div#mainMenu div.sub_menu.show{
display:block;
}

div#mainMenu ul li ul {
text-align:left;
width:100%;
}

div#mainMenu ul li ul li:first-of-type{
}


div#mainMenu ul li ul li{
display:block;
padding:0;
text-align:center;
}

div#mainMenu ul li ul li a{
border-left:none;
padding: 10px 15px;
border-top:solid 1px #0a4589;
}

div#mainMenu ul li ul li:last-child a{
border-right:none;
}

div#mainMenu ul li ul li a:hover{
}

div#mainMenu ul li i{
margin-right:8px;
}

div#mainMenu ul li ul {
float:none;
}

div#mainMenu ul li ul li a:before {
display:none;
}

div#mainMenu ul li ul li:before{
display:none;
}

div#mainMenu ul li ul:after{
display:none;
}

div#mainMenu ul a {
}

.sub_menu{
display:none;
}


/* ========== 2カラム 設定 ========== */
#secondArea {
}
#contents {
}

/* ==================== コンテンツ ==================== */
#contents {
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.5;
font-size: 16px;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
margin-bottom: 15px;
font-size:16px;
}
#contents tr{
border-bottom: 1px solid #dddddd;
}

#contents tr:nth-child(even) {
}

#contents td{
padding: 15px 10px;
}
#contents th{
font-weight:bold;
padding: 15px 10px;
}
#contents thead th,
#contents tfoot th{
color: #fff;
background-color: #333;
}




/* ---------- 見出し ---------- */

#contents .mainTitle h2:after,
.underPage .mainTitle h1:after {
content: "";
background: url(./cmn/images/titlebar02.png);
background-repeat: no-repeat;
    width: 140px;
    height: 10px;
    display: block;
    margin: 15px auto;
}
#contents #about .mainTitle h2:after,
#contents #news .mainTitle h2:after{
background: url(./cmn/images/titlebar01.png);
background-repeat: no-repeat;
}
#contents .mainTitle h2,
.underPage .mainTitle h1{
/*font-family:"游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
text-align:center;
font-size:36px;
position: relative;
margin:50px 0;
}
.underPage .mainTitle h1{
font-size:30px;
color:#0a4589;
}

#contents .mainTitle h2 span{
/*font-family: 'Noto Sans JP','Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
display:block;
font-size:14px;
color:#aaa;
}

#contents .mainTitle h3 {
text-align:center;
font-size:22px;
/*font-family:"游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
color:#771c1c;
}

#contents .mainTitle h2.rss {
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h3 {
font-weight:700;
font-size:20px;
}



/* ---------- ボディー ---------- */
#contents .mainContents {
padding:0;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("./cmn/images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
text-align: center;
line-height: 1;
font-size: 130%;
margin: 0 5px 0 0;
padding: 5px 8px;
border: 2px solid #efefef;
/* color */
color: #1C55FF;
border-color: #efefef;
background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
.pankuzu {
background:#f3f3f3;
padding:5px;
color:#333;
}

.pankuzu p{
	width:1200px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
}

.pankuzu a{
color:#333;
}



/* ==================== ブログセカンドエリア ==================== */
#secondArea {
width: 300;
float:right;
}

#contents.has_secondArea{
	width:850px;
	float:left;
}

#secondArea .widget{
	border:solid 3px #f3f3f3;
	padding: 15px;
	box-sizing:border-box;
	margin-bottom:50px;
}

#secondArea .widget h3 { margin-bottom: 20px;}

#secondArea .post-list-wrapper li {
display: inline-block;
border-bottom: 1px solid rgb(235, 235, 235);
width: 100%;
margin-top: 12px;
padding-bottom:12px;}
.small_featured_image { float: left;
width: 70px;
height: 60px;
background-size: cover;
margin-right: 15px;}
.list_metas { font-size: 11px;
margin-top: -5px;}

#secondArea .list_metas span {margin-right:15px;}
#secondArea .list_metas i {margin-right:5px;}
#secondArea .small_title {font-size: 14px;
font-weight: bold;
color: rgb(134, 134, 134);
line-height: 18px;
}

#contents.has_secondArea .mainTitle h2{
text-align:left;
}

#contents.has_secondArea .mainTitle h2:before{
margin:30px 0 15px;
}

.post-meta{
	border-bottom:solid 1px #eee;
	padding-bottom:15px;
}

.post-meta .post-date i{
	margin-right:10px;
}

.post-meta .category{
	margin-left:15px;
	background:#e01d03;
	border-radius :3px;
	padding:3px 30px;
}

.post-meta .category a{
color:#fff;
}



/* ========== フッター ========== */
DIV#footer {
background:url(./cmn/images/footerBg.jpg);
clear: both;
padding-top: 80px;
background-position: center;
}
DIV#footer a {
}

DIV#footerInner {
width: 100%;
margin: 0 auto;
}

/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
    margin: 0 auto 280px;
}

#footerAreaLogo img{
max-height:60px;
}

#footerAreaLogo p{
font-size:12px;
line-height:1.8;
margin-bottom:25px;
text-align: center;
}

#footerAreaLogo p span{
}

#footerAreaLogo p span.footer_tel{
font-size:13px;
letter-spacing:2px;
line-height:1.6;
}

/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {
width:100%;
margin-top:45px;
background: #0a4589;
}
DIV#footer DIV#footerMenu ul {
width:1160px;
letter-spacing: -8px;
list-style:none;
padding:0;
margin:auto;
}

DIV#footer DIV#footerMenu ul h3{
font-size:14px;
font-weight:500;
margin-bottom:8px;
}


DIV#footer DIV#footerMenu ul li {
position: relative;
margin: 10px 0;
font-size:12px;
font-weight:200;
    display: inline-block;
    letter-spacing: 0;
	width: 12%;
    text-align: center;
}
DIV#footer DIV#footerMenu ul li:nth-child(6),
DIV#footer DIV#footerMenu ul li:nth-child(7){
	width: 20%;
    text-align: center;
}
DIV#footer DIV#footerMenu ul li a {
    padding: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    border-left: 1px solid #75ccf9;
}
DIV#footer DIV#footerMenu ul li:first-child a {
    border: 0;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 10px 0;
clear:both;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:11px;
}

ul#footer_sns{
margin:0 0 30px 0;
padding:0;
list-style:none;
}

ul#footer_sns li{
font-size:24px;
display:inline-block;
margin-right:10px;
}

ul#footer_sns li:last-child{
margin-right:0;
}



/* ==================== トップページ ==================== */

.mainBlock{
	padding:80px 0 ;
}



.date {
list-style:none;
margin:0;
padding:0;
text-align:center;
}


.date li {
width: 100%;
display: inline-block;
margin-bottom: 15px;
vertical-align: top;
text-align: left;
letter-spacing: -8px;
padding: 0 15px 20px;
border-bottom: 1px solid #76ccf9;
}

.date li a{
	display:block;
    font-size: 16px;
}

.date li img{
border:solid 1px #e8e8e8;
padding:2px;
}

.date li span.dateTime{
display: inline-block;
letter-spacing: 2px;
color: #fff;
font-size: 16px;
margin: 10px 30px 5px 0;
background: #76ccf9;
padding: 5px 10px;
width: 110px;
text-align: center;
}

.date li span.news_title{
display:inline-block;
font-weight:600;
letter-spacing:0;
}

#news{
margin:120px auto 0;
}

.gray{
background:#fafafa;
border-top:solid 1px #efefef;
border-bottom:solid 1px #efefef;
}

/* ==================== 1カラム ==================== */
/*主な用途
コンセプト
メッセージ
*/

#overview{
/*background-image:url("./cmn/images/concept_bg.jpg");*/
background-image:url("./cmn/images/bgimage2.jpg");
background-size: cover;
background-attachment: fixed;
position:relative;
}

#about,
#news{
background: rgb(10,74,137);
background: -moz-linear-gradient(-45deg, rgb(10,74,137) 0%, rgb(10,100,161) 100%);
background: -webkit-linear-gradient(-45deg, rgb(10,74,137) 0%,rgb(10,100,161) 100%);
background: linear-gradient(135deg, rgb(10,74,137) 0%,rgb(10,100,161) 100%);
background-size: cover;
background-attachment: fixed;
position:relative;
}
#contents #about #read p,
#contents #about h2,
#contents #about a,
#contents #news #read p,
#contents #news h2,
#contents #news a{
color:#fff;
}

.one_colomun #read {
margin:80px auto;
text-align:center;
}

.one_colomun #read p{
font-size:16px;
line-height:2.1;
font-weight:500;
margin-bottom:30px;
color:#fff;
}




/* ==================== サービスの特徴 ==================== */

#point ul{
margin:0 auto;
padding:0;
list-style:none;
  display: flex;
flex-wrap: wrap;
}

#point ul li{
    width: 23%;
    margin: 0 1% 50px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: solid 1px #dddddd;
	background:#fafafa;
}


#point ul li div.imgScale{
margin-bottom:15px;
background:#000;
 transition: all .5s ease;
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -ms-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
}

#point ul li:hover div.imgScale{
	background:#333;
}

#point ul li img{
	width:100%;
}



#point p{
	font-size:16px;
	font-weight: 700;
line-height: 1.4em;
color: #0a4589;
letter-spacing: 5px;

}






/* ==================== サービスの特徴 ==================== */

#point2 ul{
margin:0 auto;
padding:0;
list-style:none;
}

#point2 ul li{
	margin-bottom:50px;
}

#point2 ul li div.imgScale{
	width:45%;
	display: table-cell;
	vertical-align:top;
}

#point2 ul li div.imgScale span{
		max-height:600px;
	overflow:hidden;
	display:block;
}

#point2 ul li div.textArea h3{
	text-align:left;
}

#point2 ul li div.textArea{
	width:55%;
	display: table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0 70px;
}

#point2 ul li div.imgScale{
margin-bottom:15px;
}

#point2 ul li:hover div.imgScale{
}

#point2 ul li div.textArea .subcomment{
	padding:30px 15px;
	background:#f3f3f3;
	margin-bottom:20px;
}

#point2 ul li img{
	width:100%;
}

#point2 ul li p{
	font-size:16px;
}

#point2 ul li p.mini{
font-size:14px;
}

#point2 ul li h3{
	font-size:26px;
	margin-bottom:20px;
}

/* ==================== メニュー紹介 ==================== */

#menu table th{
}

#menu table{
margin:0 0 30px;
}

#menu p{
margin-bottom:50px;
}

#menu h3.title{
    border-bottom: 1px solid #dddddd;
    color: #e01d03;
    padding: 15px 10px;
margin-bottom:0;
}

/* ==================== 会社 ==================== */

#about h3{
text-align:center;
}

#about ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#about ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#about ul li:nth-child(3n) {
    margin-right: 0;
}


#insta ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#insta ul li{
display:inline-block;
width:150px;
margin:5px;
}

#insta ul li img{
width:100%;
height:auto;
}


/* ==================== 問い合わせボックス ==================== */


#contact_box{
width:1000px;
border:solid 5px #eee;
margin: 50px auto;
box-sizing:border-box;
}

#contact_box p{
margin:30px 0;
font-size:20px;
text-align:center;
}

#contact_box p span{
font-size:28px;
color:#e01d03;
}

#contact_box table{
width:100%;
}

/* ==================== contactform7 ==================== */

.widget label {
  display: block; }

.widget .wpcf7-text,
.widget .wpcf7-textarea {
  margin-bottom: 20px !important; }

.wpcf7 {
  margin: 30px auto !important;
  padding: 40px 30px !important;
  background: rgba(215, 215, 215, 0.15); }
  @media (max-width: 767px) {
    .wpcf7 {
      width: 100%; } }
  @media (min-width: 768px) {
    .wpcf7 {
      width: 80%;max-width:600px; } }

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  -webkit-appearance: none; }

.wpcf7-form p {
	margin-bottom:30px;
}

.wpcf7-form input[type="submit"] {
  border-radius: 2px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #ddd;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #ccc;
  border: 1px solid #ccc; }



/* カート（ゴースト）ボタン設定
----------------------------------------------- */
.form_btn a {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    max-width: 300px;
    width: 300px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 15px;
	overflow: hidden;
box-sizing:border-box !important;
}

.form_btn a:hover{
  color: #fff !important;
	    text-decoration: none;
}
.form_btn a::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.form_btn a:hover::after {
	left: 0;
	 background: #e01d03;
}
.form_btn a::before,
.form_btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.form_btn a,
.form_btn a::before,
.form_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contact_box p.form_btn a i{
margin-right:15px;
}


#contents .faq_block{
	padding:15px;
	background:#fff;
	margin-bottom:20px;
}


#contents .faq_block h3 {
    cursor:pointer;
    border:solid 1px #ccc;
    padding:8px;
    font-size:16px;
	margin-bottom:0;
}

.faq_block h3::after {
font-family: 'Font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.faq_block h3.active:after {
font-family: 'Font Awesome 5 Free';
    content: "\f068";
    }

.answer_area{
    display:none;
    font-size:14px;
    line-height:140%;
    margin:0;
    padding:15px 15px 0;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
    }

.faq_block h3.over {
background-color: #efefef;
}

/* ==================== ブログ記事デザイン ==================== */

#contents.blog blockquote {
	margin:0 0 25px 0;
    padding: 20px;
    font-size: .9em;
    background: #eee;
    border-radius: 4px; }

#contents.blog blockquote p:last-child{
margin-bottom:0;
}

#contents.blog iframe{
}

#contents.blog h1{
	font-size:200%;
border-left:solid 3px #e01d03;
	padding-left:10px;
	margin-bottom:25px;
}

#contents.blog h2 {
font-weight:700;
border-bottom:solid 1px #ddd;
	padding-bottom:15px;
font-size:22px;
	margin:40px 0 20px;
}

#contents.blog h3 {
font-weight:700;
font-size:17px;
color:#e01d03;
}
#contents.blog h4 {
font-weight:700;
font-size:17px;
}

#contents.blog .mainContents A,
#contents.blog .mainContents A:visited,
#contents.blog .mainContents A:hover{
}

/* ==================== スクロールボタン ==================== */

.scroll-btn p {
  margin-left: -42px;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
    }


/* ==================== 以下サイト別追加CSS ==================== */

.wpco{background-color:#fcfcfc;border:1px solid #eee;padding:.93478rem .93478rem .46739rem;}.wpco-wrapper[aria-hidden=false] .wpco{visibility:visible}@media (min-width:40em){.wpco{padding:.93478rem 1.86957rem .46739rem}}.wpco__title{margin:0 0 .46739rem;font-size:16px;font-size:1rem;line-height:1.86957}.wpco .contents-outline ol{list-style:none;margin-left:0;padding-left:0;counter-reset:wpco;border-top:1px dotted #eee}.wpco .contents-outline li:not(:first-child){border-top:1px dotted #eee}.wpco .contents-outline li ol{margin-top:-1px}.wpco .contents-outline a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#333;padding:.46739rem 0;text-decoration:none}@media (min-width:64em){.wpco .contents-outline a:active,.wpco .contents-outline a:focus,.wpco .contents-outline a:hover{color:#888}}.wpco .contents-outline a:before{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;margin:3px 10px 0 0;display:inline-block;background-color:#e01d03;color:#fff;font-size:10px;line-height:1;padding:.25em .55em .35em;counter-increment:wpco;content:counter(wpco)}.wpco .contents-outline li li>a{padding-left:1.5em}.wpco .contents-outline li li li>a{padding-left:3em}.wpco .contents-outline li li li li>a{padding-left:4.5em}.wpco .contents-outline li li li li li>a{padding-left:6em}

.wp-oembed-blog-card{margin-bottom:15px;}

a.wp-share-button__button:hover{text-decoration:none!important;}

#contents.blog h2.wpco__title{
font-weight: 500;
border:none;
padding-bottom: 0;
font-size: 18px;
margin:0 0 15px 0;
}

table.tw1000{
width:1000px;
	box-sizing:border-box;
border:solid 5px #eee;
margin: 50px auto;
}


.viwport{
    margin-top: -120px;
    padding-top: 120px;
}

.wd1200{
width:1200px;
margin:0 auto;
}

#contents h2,
.logona{
font-family: vdl-logona, sans-serif;
font-style: normal;
font-weight: 400;
}

.dinb {
    letter-spacing: -8px;
}
.dinb_inner {
    letter-spacing: 0;
    display: inline-block;
}

#overview .dinb_inner {
    width: 560px;
    margin-right: 40px;
    background: #fff;
}
#overview .dinb_inner:nth-child(2) {
    margin-right: 0;
}
#overview .dinb {
width: 1160px;
margin: auto;
}
.topcontact {
    text-align: center;
    margin: 60px auto;
}
.topcontact a {
    background: #fff;
    display: inline-block;
}


#contents ul.date {
width: 980px;
margin: auto;
}

#contact .viewport {
    width: 980px;
    margin: auto;
}
#contact .viewport#access {
    margin-bottom: 80px;
}
.access_inner {
    margin-bottom: 80px;
}
#access {
    width: 1160px;
    margin: auto;
}

.dinb.accessWrap .dinb_inner {
    width: 560px;
    margin-right: 40px;
    vertical-align: top;
}
.dinb.accessWrap .dinb_inner:nth-child(2) {
    margin-right: 0;
}

#contents #access h3 {
    color: #0a4589;
    border-bottom: 1px solid #75ccf9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#contents #access h3:before {
    content: "■";
    margin-right: 10px;
}
#contents #access p {
    padding: 0 15px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #0a4589;
}

/*下層共通*/
.underPage #header{
background: rgb(10,74,137); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(10,74,137) 0%, rgb(10,100,161) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(10,74,137) 0%,rgb(10,100,161) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(10,74,137) 0%,rgb(10,100,161) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4a89', endColorstr='#0a64a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*取扱商品*/
#contents.productsCont {
    width: 820px;
    float: right;
}
#secondArea.productsidebar {
    float: left;
}
#contents.productsCont h2 {
    font-size: 30px;
    border: 1px solid #0068b7;
    border-left: 12px solid #0068b7;
    padding: 20px 25px;
}
#contents.productsCont h3 {
    font-size: 24px;
    color:#0068b7;
}
#contents.productsCont h3:before {
	content:"◆";
	margin-right:5px;
}
#categoryFreePage {
    padding-top: 0;
}
.sec_inner {
    margin-bottom: 60px;
}
.productsWrap ul,
.productsWrap2 ul {
    margin: auto;
    padding: 0;
    list-style: none;
    letter-spacing: -8px;
}
.productsWrap ul li,
.productsWrap2 ul li {
    display: inline-block;
    width: 32.3333%;
    margin-bottom: 1.5%;
	margin-right:1.5%;
}

.productsWrap ul li:nth-child(1) {
    width: 100%;
}
.productsWrap ul li:nth-child(4) {
	margin-right:0;
}

.productsWrap2 ul li:nth-child(3) {
	margin-right:0;
}
.productsWrap ul li img,
.productsWrap2 ul li img {
    max-width: 100%;
}
ul.dinb.productsWrap3 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.dinb.productsWrap3 li {
	margin-right:100px;
	width: 360px;
}
ul.dinb.productsWrap3 li:nth-child(2) {
	margin-right:0;
}
#contents .underCont_read p {
    line-height: 2;
}

#secondArea.productsidebar .widget {
    border: solid 1px #f3f3f3;
	padding:0;
}
#secondArea.productsidebar .widget h3 {
margin-bottom: 0;
background:url(./cmn/images/navBg01.jpg);
padding:15px;
color:#fff;
font-size:24px;
font-weight:600;
}
#secondArea.productsidebar .widget h4 {
margin-bottom: 0;
background:url(./cmn/images/navBg02.jpg);
padding:15px;
color:#000;
font-size:18px;
font-weight:600;
}
#secondArea.productsidebar .widget ul {
padding:0;
margin:auto;
list-style:none;
}
#secondArea.productsidebar .widget li a {
display:block;
padding: 20px 0 20px 60px;
margin:auto;
color:#000;
font-size:16px;
position:relative;
}
#secondArea.productsidebar .widget li a:before {
content: "";
position: absolute;
left: 15px;
width: 15px;
height: 15px;
border: 3px solid;
border-color: #0a4589 #0a4589 transparent transparent;
transform: rotate(45deg);
}
#secondArea.productsidebar .widget li.current a {
    background: #75ccf9;
    color: #fff;
}
#secondArea.productsidebar .widget li.current a:before {
    border-color: #ffffff #ffffff transparent transparent;
}

/*その他下層*/
#contents h2.title01 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #0a5b99;
    padding: 10px 0 10px 30px;
    position: relative;
    margin-bottom: 30px;
}
#contents h2.title01:before {
    width: 5px;
    height: 30px;
    border-radius: 3px;
    position: absolute;
    background: #fff;
    content: "";
    left: 15px;
}
.underPage #contents .mainTitle h1 {
    margin-bottom: 80px;
}
.sec table {
    width: 100%;
    border: 1px solid #ccc;
}
#contents .sec table th {
    width: 20%;
    text-align: center;
    background: #0a5b99;
    color: #fff;
	font-size:16px;
}
#contents .sec table td {
    width: 80%;
	font-size:16px;
	text-align: center;
}
.setubi_num{
	padding: 15px 30px !important;
}

/*会社概要*/
#outlineWrap dl:after {
    content: "";
    clear: both;
    display: block;
}
#outlineWrap dl {
    display: flex;
}
#outlineWrap dd {
    width: 80%;
	font-weight:bold;
    box-sizing: border-box;
    border: 5px solid #fff;
    padding: 10px;
}
#outlineWrap dt {
    width: 20%;
    text-align: center;
	font-weight:bold;
    box-sizing: border-box;
    border: 5px solid #fff;
    padding: 10px;
}
#outlineWrap dl:nth-child(even) dt,
#outlineWrap dl:nth-child(even) dd {
    background: #eee;
    box-sizing: border-box;
}
.dinb.equipmentWrap .dinb_inner {
    width: 47.3333%;
    margin: 1%;
    vertical-align: top;
}

#company1,
#company2,
#company3,
#company4 {
    margin-top: -100px;
    padding-top: 100px;
}

/*プライバシー*/
h3.title02 {
    border-bottom: 1px solid;
}

/*ブログ*/
#archivepage {
    padding-top: 0;
}
#contents.blog .mainTitle h2:after {
    background: url(./cmn/images/titlebar02.png);
    margin-left: 0;
	background-repeat: no-repeat;
}
.archiveList {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

/*---追加---------------------------*/
.text-center{
text-align: center;

}

#contents .productsWrap li{
    text-align: center;
    margin: 2em 0 0;
}


#contents .productsWrap img{
width: 450px;
}

#contents .productsWrap .pro5 img{
width: 660px;
}


/*ダウンロードページ*/
#contents .dl-page table td {
    width: auto;
    font-size: 16px;
}

#contents .dl-page table tr:nth-child(even){
	background: #ccc;
}

#mainBg .button {
	position: relative;
    display: block;
    text-align: center;
    width: 235px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: #0068b7;
	border: 1px solid #0068b7;
    color: #fff;
    padding: 0;
  }



#mainBg .button2 {
	position: relative;
    display: block;
    text-align: center;
    width: 235px;
    height: 60px;
	line-height: 60px;
    border-radius: 0;
    background-color: #FF9900;
	border: 1px solid #FF9900;
    color: #fff;
    padding: 0;
  }


#mainBg .button:hover {
    background-color: #2792c5;
    border: 1px solid #2792c5;
    color: #fff;
  }

#mainBg .button2:hover {
    background-color: #FF6600;
    border: 1px solid #FF6600;
    color: #fff;
  }




#mainBg .add_arrow:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 5%;
      margin: auto;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      transition: 0.2s;
  }


@media screen and (max-width:992px){
	#contents .dl-page table tr {
    display: flex;
}


		.pc_only{
		display:none !important;
	}
}


@media screen and (min-width:993px){
		.sp_only{
		display:none !important;
	}
}
/*20200312 会社案内アクセス修正*/
.vw1200 .mainBlock {
    padding: 0;
}
