/* 備品カタログ */
#column ul {
	width: calc(100 + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 20px 0px 5px;
}

#column li a,
#column li a:visited {
	text-decoration: none;
	color: #111;
}

#column li p {
	font-size: 100%;
	margin-bottom: 10px;
}

#column li span {
	font-size: 80%;
	display: block;
	margin-bottom: 2px;
}

.column02 li {
	width: calc(50% - 20px);
}

 li {
  list-style-type: none;
}


/* フッダ */
@media only screen and (max-width: 640px) {
  #footer03 .inner-block {
    padding: 10px 10px 10px;
	font-size:14px;
	background-color:lightgrey;
  }
    #footer03 .name {
	font-size:18px;
  }
  #footer03 .address {
    margin: 5px 0;
	font-size:14px;
  }
  #footer03 .nav {
    width: calc(100% + 20px);
    margin-left: -20px;
  }

  #footer03 .nav li a {
    display: block;
    padding: 6px 0px;
    background-size: 6px auto;
  }
  #footer03 .footer-btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
  }
  #footer03 .js-aco li a {
    padding-left: 40px;
  }
  #footer03 .nav .footer-btn-wrap a {
    padding: 10px;
    width: 40%;
  }
  ol {
  list-style-type: none;
}
}




/* 全体 */
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    margin:0;
	padding:0;
    overflow-x:hidden;
    box-sizing : border-box;
}

#wrapper {
	width:100%;
    max-width:960px;
    margin:0 auto;
	padding:0 auto;
    font-size:14px;
    min-height: 100%;

}

a {
	text-decoration: none;
    color:black;

}

/* ヘッダー */



.header_tel {
    float:right;
    width:30%;
    max-width:300px;
    line-height:0.7;
}

.header_tel span {
    font-size:22px;
    font-weight:bold;
    color:darkblue;    
}

.info {
    font-size:10px;
}



/* メインメニューエリア */

nav {
    width:100%;
    max-width:960px;
    clear: both;
}

#menu {
	width:100%;
    max-width:960px;
    font-size: 0;
    margin-left:-50px;
	padding-top:10px;    
}



small {
    color:darkgray;
    
}

/* トップイメージエリア */

.main_area {
	position: relative;    
    margin-top:10px;
}

.main_area h2 {
    position: absolute;
    font-size:20px;
    top: -10%;
    left: 3%;
}

.main_area p {
    position: absolute;
    font-size:16px;
    top: 25%;
    left: 3%;

}

.main_area img {
  width: 100%;
  max-width:960px;
}

.main_taxt {
	position: absolute;
    color:white;
    width:100%;
    max-width:940px;
    top: 70%;
    bottom:6px;
    padding:10px 10px;
    line-height:1.4;
    background:#091d3d;
    filter: Alpha(opacity=70);
    opacity: 0.7;    
    
}


/* ご案内エリア */


h3 {
    padding:5px 5px 5px 10px;
    margin-bottom: 10px;
    border-bottom: 3px double #ccc;
    font-size:20px;
}

.text_box{
    padding:10px 10px 5px 10px;
    margin-bottom:10px;
	font-size:18px;
}

.text_box2{
    padding:10px 10px 5px 10px;
    margin-bottom:10px;
	font-size:14px;
}

h3.heading{
    font-weight:normal;
    padding:10px 0;
    margin-bottom:5px;
    border-top:3px double #ebebeb;
    border-bottom:3px double #ebebeb;
}

.service {
    margin-bottom:0px;
}


dt {
	float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 120px;
    font-weight:bold;    
}

dd {
    float: left ;
    margin-left: 1em ;
}

/*****　バナーエリア ******/

.container {
	margin-top:-30px;
	clear: both;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
}

.container>a:hover {
    opacity:0.7;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=70 )”;
}

.mail {
	position: relative;
    width:475px;
    height:100px;
    background-repeat: no-repeat;	
    background-image: url("img/mail_maga.jpg");   
    margin-bottom:5px;
    
    
}

.flyer {
	position: relative;
    width:475px;
    height:100px;
    background-repeat: no-repeat;	
    background-image: url("img/flyer.jpg");
    background-position: center;
   
}

.tubo {
    position: relative;
    width:315px;
    height:100px;
    background-repeat: no-repeat;	
    background-image: url("img/kametubo.jpg");
    background-position:80% 70%;
}

.catalog {
    position: relative;
    width:315px;
    height:100px;
    background-repeat: no-repeat;	
    background-image: url("img/catalog.jpg");
    background-position:90% 70%;
}

.blog {
    position: relative;
    width:315px;
    height:100px;
    background-repeat: no-repeat;	
    background-image: url("img/blog.jpg");
}


.absolute {
    position: absolute;
    background:#0B3861;
    width:50%;
    height:100%;
    top:0%; right:0%;
    color:white;
    text-align:center;
    opacity: 0.9;  
    
}

.mb >.absolute {
    padding-bottom:100px;
}

.reco {
    font-size:19px;
    font-weight:bold;
    padding-top:10px;
}

.desc {
    font-size:11px;
    margin:-10px;
}

.reco_s {
    font-size:16px;
    font-weight:bold;
    padding-top:12px;
}

.desc_s {
    font-size:11px;
    margin:-10px;
}

/* 矢印 */

.arrow {
    position: relative;
    display: inline-block;
    bottom:0;
    right:0;
}

.arrow::before,
.arrow::after{
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.ico::before{
    left: 106px;
    bottom:-7px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 9px solid white;
}

.ico_s::before{
    left: 60px;
    bottom:-12px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 9px solid white;
}

/* フッターエリア */

footer_m {
	width:100%;
    height:400px;
    min-width:960px;
    padding:30px 10px 10px 10px;
	background-color:lightgrey;
    font-size:12px;
    
}

footer p {
    line-height:7px;
}


#footer_m_nav {
	float: right;
    margin-right:30px;
    list-style: none;
    font-size:12px;
    position:relative;
    bottom:5%;
}

#footer_m_nav li {
    text-align: center;
    float: left;
    width:100px;
}


#footer_nav li a {
    text-decoration: none;
    color:dimgray;        
}

}


.no {
    font-size:17px;
    font-weight:bold;
    
}

.alert {
    position:relative;
    top:1%; left:3%;
    font-size:12px;
}


#copyright_m {
	width:100%;
	background:dimgray;
	height:18px;
    position: absolute;
    padding:5px 10px 10px 10px;
    color:white;
}

/* 会社概要 */

h4 {
    font-size:20px;
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;
    margin:10px;
}

h4:before {
	font-family: FontAwesome;
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;
	font-size: 1em;/*サイズ*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.4em;/*アイコンの位置*/
	color:steelblue;    
}

.concept {
    font-size:18px;
}

table {
    margin:5px;
}

td {
    width:150px;
    border-bottom:1px dashed #ccc;
    padding:8px;
}

td.title {
    width:500px;
    
}

.img_box {
       padding:10px;
}

.square_btn{
    position: relative;
    margin-left:0 auto;
    margin-right:0 auto;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
    width:600px;
    text-align: center;
    font-size:20px;
    letter-spacing:2px;

  }

.square_btn:hover {
    background: #00bcd4;
    color: white;
}

.bth {
    text-align:center;
}

h5 {
    font-size:20px;
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;
	color:gray;
    margin-bottom:-30px;
}

h5::before {
	font-family: FontAwesome;
    position: absolute;
	font-size: 1em;/*サイズ*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.4em;/*アイコンの位置*/
	color:dodgerblue;
        
}

.mail_i::before {
	content: "\f0e0";
}

.phone::before {
	content: "\f095";
}

.fax::before {
    content: "\f1ac";
}

.contact {
    font-size:25px;
    margin-bottom:0px;
    padding-left:5px;
}

.alert {
    margin-left:1px;
    font-size:12px;
}

.highlight {
    background: linear-gradient(transparent 50%, #F6CED8 0%);
    line-height: 1.3em;
    font-weight:bold;
}

.top_highlight {
    background: linear-gradient(transparent 50%, #F6CED8 0%);
    line-height: 1.3em;
    font-weight:bold;
	font-size:21px;
	margin-top:10px;
    margin-bottom:10px;
}


/* メールフォーム */

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	margin-bottom:20px;
}
table.formTable{
	width:90%;
	margin:5 auto;
    padding:5px;
	border-collapse:collapse;
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:5px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.btn {
    background-color: #5f8cbc;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration:none;
    padding:6px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
    margin-left:5px;
   
}

.btn:hover {
    background-color:#33719b;
        
}

.red {
    color:red;
    margin:2px;
}

input {
    padding:5px;
}

.hoge {	
	text-align:center;
	width:500px;
	margin-top:200px;
    margin-bottom:300px;
    margin-right: auto;
  	margin-left: auto;
}

.footer {
	margin-top:200px;
}

td.item {
	background:#c3c8cb;
    text-align:center;
    font-weight:bold;
}

.center_area {
    width:200px;
    padding-top:15px;
	margin:0 auto;
	padding:0 auto;
}

.textarea {
	width:80%;
    height:100px;
        
}

/*プロツール*/ 

#contents .ul-list-pro {
    list-style-type: none;
    margin:5px 0px 5px 0px;
}  
  
.ul-list-pro > li {
	width: 200px;
    display:inline-block;
    list-style-type: none;
}  
  
.ul-list-pro > dl { 
	height: 150px;
}

.pro_small {
    font-size:11px;  
}

.center {
  text-align:center;
}


#spmenu {
    display:none;
}

.pc	{ 
	display:inline!important; 
}

.mb	{ 
    display:none!important; 
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size:18px;
	padding:0px 10px 5px 10px;
}

.slicknav_menu {
    width: 414px;
    position: fixed;
    top: 0;
  left: 50%;
    -webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
transform: translate(-50%);
    z-index: 1000000;
}
  
.slicknav_menu:before {
    width: 180px;
    height: 50px;
    float: left;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
  content:"LOGO" !important;
  color: #fff;
  font-size: 30px;
    }

.menu_var_scroll {
    height: 100%;
}

.menu_var_scroll ul {
    height: 100% !important;
    overflow: auto !important;
}

.header_tel {
	display:none;
}

.pc	{ display:none!important; }
.mb { display:inline!important; }


}
