

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   /*padding: 6px 10px;*/
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
embed, iframe, object {
	max-width: 100%;
}
/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #444444;
	font: 16px 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
}
body {
	
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
	
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px;
	color: #333333;
	font-weight: normal;

}

hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
.font_b{
	font-weight:bold;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 1.6;
	margin-bottom: 0px;
	font-size: 15px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
	font-size: 20px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}


/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #289dcc;
	color: #FFFFFF;
	border-radius: 5px;
}
blockquote p {
	font-size: 20px;
	font-family: 'Open Sans', serif;
	line-height: 1.4;
	position: relative;
	padding-top: 13px;
	padding-left: 40px;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 60px;
	position: absolute;
	top: -27px;
	left: -27px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}



/* =LINKS
----------------------------------------------- */
a {
	color: #289dcc;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {

}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {

}
#page {
	max-width: 1200px;
	margin: 0 auto;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	margin: 0 auto 130px;
	max-width: 1092px;
}

/* =HEADER
----------------------------------------------- */
header {
	position:absolute;
	top:0;
	width:100%;
}
header h1{
	z-index:10;
}

header p{
	float:left;
	margin:20px 0 0 20px;
	
}

header #tel{
	float:right;
	margin:20px 0 0 0;
	
}

#header_logonavi{
	height:100%;
	display:block;
	
}




.mainphoto{
	margin:0 0 136px 0;
}


#navi_last{
	background-color:#054DA2;
	padding: 5px 1.3em 0px;
}

#borderno{
	border:none !important;
}

.main-content-section {
   background:url(../img/bg_left.jpg) left bottom no-repeat;
   min-height:1000px;
}
.main-content-section .tg-one-half {
   width: 48.75%;
   padding-bottom: 0;
}

#primary {
	float: right;
	width: 73.2%;
	margin:0;
	padding:0;
}

#secondary {
	float: left;
	width: 230px;
	padding:10px;
	box-sizing:border-box;
}

/* =left
----------------------------------------------- */
#secondary ul{
	min-height:1100px;
}
#secondary li{
	border-bottom:1px #CECECE solid;
	padding:10px 0;
	white-space:nowrap;
}
#secondary li a{
	color:#464646;
	display:block;
}
#secondary li a:hover{
	color:#6B6B6B;
}
#secondary li a img{
	vertical-align:middle;
	padding:0 10px 0 0;
	margin:0;
	max-width: 21px;
}
#secondary li a div{
	font-size:0.7em;
	display: block;
  margin: 0 0 0 30px;
}
.left_overtxt{
	letter-spacing: -2px;
}

/* =トップページ
----------------------------------------------- */
.top_news{
	margin:0 0 80px 0;
	
}
.top_news h2{
	margin: 0 0 25px 0;
}
.top_news_inner{
	margin: 0 auto;
	padding:20px;
	box-sizing:border-box;
	width:100%;
	background:url(../img/bg_news.jpg) 0 bottom no-repeat;
	background-color:#EEFAFA;
	
}
.top_news_inner iframe{
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width:100%;
  height:700px;
  overflow-y: scroll;
}

.top_kanri h3{
	background-color:#41C5C7;
	padding:5px;
	color:#FFF;
	font-size:1.2em;
	margin:0 0 40px 0;
}
.top_kanri h4{
	background-color:#0F2361;
	padding:2px 30px;
	color:#FFF;
	margin:0 0 15px 0;
	display:inline-block;
}
.top_kanri_leftbox{
	float:left;
	width:350px;
}
.top_kanri_leftbox ul{
	margin:0 0 25px 20px;
}
.top_kanri_leftbox li{
	list-style-position:outside;
	list-style-type:decimal;
}
.top_kanri_rightbox{
	float:right;
	width:420px;
}
.top_kanri_rightbox img , .top_kanri_leftbox img{
	margin:0!important;
}
.top_kanri_leftbox p{
	margin:0!important;
}

#sp_navi{
	display:none;
}


#sp_navitel{
	display:none;
}


#sp_top_access{
	display:none;
}
#sp_top_access01{
	display:none;
}


/* =下層ページ
----------------------------------------------- */
#primary h2{
	margin:0 0 30px 0;
}
#primary h3{
	margin:0 0 30px 0;
	background-color:#3FC5C5;
	color:#fff;
	padding:5px;
}
#primary h4{
	background-color:#0F2361;
	padding:2px 30px;
	color:#FFF;
	margin:0 0 15px 0;
	display:inline-block;
}
#primary h6{
	color:#0E2260;
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:1.1em;
}
#primary p{
	margin:0 0 40px 0;
}
.mpos_txt01{
	color:#3FC5C5;
	margin:0 0 5px 0;
}
.m-b90{
	margin:0 0 90px 0;
}
.mpos_box{
	margin:0 0 55px 0;
	font-size:0.9em;
}
.mpos_leftbox{
	float:left;
	width:48.5%;
}
.mpos_rightbox{
	float:right;
	width:48.5%;
}
.mpos_leftbox img , .mpos_rightbox img{
	margin:0 0 5px 0;
}
.mpos_att{
	background:url(../img/img_mpos06.jpg) repeat;
	box-sizing:border-box;
	padding:10px;
	font-size:0.9em;
}

.com_area{
	margin:0 0 60px 0;
}
.com_area td{
	padding:10px 5px;
	border-bottom:1px #CCCCCC dotted;
}
.com_areatxt01{
	text-align:center;
	display:block;
	margin:auto;
}

.product_txt01{
	color:#777777;
}
.product_txt02{
	margin:0 0 5px 0!important;
	font-weight:600;
	font-size:1em;

}
.product_txt02 span{
	color:#F00;
}
.product_txt03{
	margin:0 0 5px 0!important;
	color:#F00;
	font-weight:600;
	white-space:nowrap;

}
.product_txt04{
	color:#001F5F;
	font-weight:600;
}
.product_txt05{
	color:#8C6800;
	font-weight:600;
}
.product_txt06{
	color:#00B050;
	font-weight:600;
}
.product_txt07{
	font-size:1.1em;
	font-weight:600;
	margin:0 0 20px 0!important;
}
.product_renzu{
	margin:0 0 50px 0;
}

.product_renzu_left{
	float:left;
	width:26.8%;
}
.product_renzu_right{
	float:right;
	width:68.1%;
}
.product_renze_detail{
	/*border:1px #CCCCCC solid;*/
	border-collapse:collapse;
	margin:0 0 65px 0;
	min-width:600px;
}
.product_renze_detail th{
	border:1px #CCCCCC solid;
	background-color:#41C5C7;
	color:#fff;
	text-align:center;
	padding:5px 10px;
}
.product_renze_detail td{
	border:1px #CCCCCC solid;
	text-align:center;
	padding:5px 10px;
}


.product_renzudetail{
	margin:0 0 20px 0;
}

.product_renzudetail_left{
	float:left;
	width:50.6%;
}
.product_renzudetail_left th{
	border:1px #CCCCCC solid;
	background-color:#41C5C7;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	width:50%;
}
.product_renzudetail_left td{
	border:1px #CCCCCC solid;
	text-align:center;
	padding:5px 10px;
}
.product_renzudetail_right{
	float:right;
	width:41.7%;
}
.original_color{
	margin:0 0 40px 0;
}
.original_color td{
	padding:10px 0;
	border-bottom:1px #999999 dotted;
}


.product_renew{
	margin:0 0 30px;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}

.product_renew div{
	width:48%;
}
.product_renew p{
	min-height:100px;
}
.product_renew h5{
	font-weight:600;
	margin:0 0 20px;
	font-size:1.2rem;
	color:#0F2361;
}
.product_renew_txt01{
	margin:0 0 40px !important;
}

.espo_td{
	border:none !important;
}
.espo_td span{
	color:#f00;
}
.espo_txt01{
	font-size:0.8em;
}
.espo_txt02{
	display:inline;
}
.espo_txt03{
	color:#2C73B6;
	font-weight:600;
}
.espo_txt04{
	color:#BF9000;
	font-weight:600;
}

.ta_mar0{
	margin:0 !important;
}


.comfort_area{
	margin:0;
}
.comfort_area li{
	width:48%;
	float:left;
	margin:0 4% 4% 0;
}
.comfort_area li:nth-of-type(2n){
	width:48%;
	margin:0 0 4% 0;
}

.kanri_txt01{
	font-weight:600;
	font-size:1.1em;
}
.kanri_txt02{
	margin:0 0 2px 0;
}
.kanri_txt03{
	margin:0 auto 80px;
	text-align:center;
}
.kanri_txt04{
	color:#FF0000;
}
.kanri_txt05{
	margin:0!important;
}

.kanri_mokuji{
	margin:0 0 50px 0;
}
.kanri_mokuji_left{
	float:left;
	width:48%;
	margin:0 4% 0 0;
}
.kanri_mokuji_right{
	float:right;
	width:48%;
	margin:0 0 0 0;
}

.kanri_att , .kanri_att01{
	background:url(../img/img_mpos06.jpg) repeat;
	box-sizing:border-box;
	padding:10px;
	font-size:1em;
	margin:0 0 80px 0;
}
.kanri_att h5{
	font-weight:bold;
	margin:0 0 5px 0;
}
.kanri_att p{
	margin:0 0 0 0!important;
}
.kanri_att ul{
	margin:0 0 20px 20px;
}
.kanri_att01 ul{
	margin:0 0 0 20px;
}
.kanri_att ul li{
	list-style-position:outside;
	list-style-type:circle;
}
.kanri_att01 ul li{
	list-style-position:outside;
	list-style-type:disc;
}

.qa_area{
	margin:0 0 30px 0;
	
}
.qa_area h5{
	background-color:#FFE1E1;
	color:#FF4F4F;
	padding:5px;
	margin:0!important;
	font-weight:bold;
}
.qa_area h6{
	background-color:#F0FCFF;
	font-weight:normal!important;
	color:#000;
	padding:5px;
	margin:0!important;
	font-size:1em!important;
}


.kanri_select{
	margin:0 auto 20px;
}
.kanri_select img{
	margin:0;
	padding:0 10px 0 0;
}
.kanri_select h2{
	margin:0 0 0 0!important;
	color:#EC6D56;
	font-size:1.2em;
	border-bottom:1px #EC6D56 solid;
	display:inline-block;
	font-weight:600;
	vertical-align:bottom;
}
.kanri_select p{
	margin:0;
	padding:20px 0 0;
}
.kanri_select p span{
	font-size:0.8em;
}
.members li{
	margin:0 0 20px;
}
.m_customers_area{
	background:#D8F3F3;
	padding:20px;
	box-sizing:border-box;
	margin:0 0 50px;
}
.m_customers01{
	font-size:1.2em;
	margin:0 0 30px;
	text-align:center;
	
}
.m_customers01 span{
	font-size:1.4rem;
	font-weight:600;
}
.m_customers02{
	margin:0 0 30px;
	line-height:180%;
}

.members li::before{
content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico_pdf.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat:no-repeat;
}

.special_page li{
	list-style-type:decimal;
	list-style-position:inside;
	margin:0 0 25px 0;
	border-bottom:1px #ccc dotted;
	font-size: 0.85em;
}
.special_page li img{
vertical-align: middle;
}
.voice_txt span{
	font-weight:bold;
	color:#C00;
}
.voice_name{
	display:block;
	margin:25px 0 0;
	text-align:right;
	font-weight:bold;
	color:#000 !important;
}

#tit_tori{
color: #001966;
border-bottom: 1px #001966 solid;
padding: 0 0 3px;
margin: 0 0 20px !important;
}

/* =map
----------------------------------------------- */

#map_area{
	margin:0 0 50px 0;

	position:relative;
	width:100%;

}

#map_area h2{
	margin:0 0 40px 0;
}
.map_japan{
	margin:0 0 0 220px;
	padding:50px 0 0 0;
	
}
.map_tabjapan{
	display:none;
}
.map_japan_txt{
	position:absolute;
	top:0;
	left:0px;
	
}

.map_hokkaido{
	position:absolute;
	top:125px;
	left:640px;
	border:1px #386AB3 solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_tohoku{
	position:absolute;
	top:250px;
	right:73px;
	border:1px #00AAEA solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_shinetsu{
	position:absolute;
	top:150px;
	left:130px;
	border:1px #6DBA5A solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_kanto{
	position:absolute;
	top:430px;
	right:0;
	border:1px #01A283 solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_cyugoku{
	position:absolute;
	top:310px;
	left:0;
	border:1px #EA6EA4 solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_kyusyu{
	position:absolute;
	top:660px;
	left:100px;
	border:1px #ED6D6A solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_kinki{
	position:absolute;
	top:625px;
	right:0px;
	border:1px #F5AC3D solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_shikoku{
	position:absolute;
	top:680px;
	right:245px;
	border:1px #A28B6B solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_tokai{
	position:absolute;
	top:535px;
	right:245px;
	border:1px #00698C solid;
	padding:0 25px 15px 25px;
	z-index:100;
	background-color:#FFF;
}

.map_tohoku h6 , .map_hokkaido h6 , .map_shinetsu h6 , .map_kanto h6 , .map_cyugoku h6 , .map_kyusyu h6 , .map_kinki h6 , .map_shikoku h6 , .map_tokai h6{
	margin:-13px 0 5px 0;
	text-align:center;
}
.map_tohoku h6 a:hover img, .map_hokkaido a:hover img, .map_shinetsu h6 a:hover img, .map_kanto h6 a:hover img, .map_cyugoku h6 a:hover img, .map_kyusyu h6 a:hover img, .map_kinki h6 a:hover img, .map_shikoku h6 a:hover img, .map_tokai h6 a:hover img{
	filter: alpha(opacity=100) !important;
    -moz-opacity:1 !important;
    opacity:1 !important;
}


#map_leftbox{
	float:left;
	font-size:14px;
	margin:0 10px 0 0;
}

#map_rightbox{
	float:right;
	font-size:14px;
	margin:0 0 0 10px;
}

#map_leftbox li , #map_rightbox li{
	line-height:180%;
	vertical-align:top;
	margin:0;
	padding:0;
}

#map_leftbox li a , #map_rightbox li a{
	color:#333;
}

#map_leftbox li a:hover , #map_rightbox li a:hover{
	text-decoration:underline;
}

#map_leftbox li img , #map_rightbox li img{
	vertical-align:top;
	padding:0 5px 0 0;
	margin:0;
}
.top_kanriarea{
	text-align:left;
}

.top_kanriarea li{
	list-style-position:outside;
	list-style-type:decimal;
	margin:0 0 0 20px;
}




/* =FOOTER WIDGET AREA
----------------------------------------------- */
footer{
	background:url(../img/bg_footer.jpg) no-repeat;
	background-size:cover;
	border-top:5px #41C5C7 solid;
}

footer .inner{
	width:1092px;
	margin:0 auto;
	padding:45px 0;
}

.footer_leftbox{
	float:left;
	width:550px;
}

.footer_leftbox p{
	color:#fff;
}
.footer_leftbox p span{
	font-weight:bold;
	font-size:1.2em;
}
.footer_rightbox{
	float:right;
	width:430px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
}
.footer_rightbox dl{
	width:48%;
}

.footer_rightbox dd{
	background:url(../img/ico_footer.png) 0 50% no-repeat;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
	display:block;
}
.footer_rightbox dd a{
	color:#fff;
	font-size:0.7em;
}
.footer_rightbox dd a:hover{
	color:#CCC;
	font-size:0.7em;
}
.copyright{
	text-align:center;
	margin:20px 0;
}

.only_pc{
	display:block!important;
}

.only_smp{
	display:none!important;
}
/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
a#scroll-up i {
	font-size: 40px;
	color: #289dcc;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



/*--------------------------------------------------------------
フォーム
--------------------------------------------------------------*/

.all_cover{
    width: 100%;
    margin: 15px auto;
    padding: 10px;
    background: #E9F8F8;
    border-radius: 10px;
	box-sizing:border-box;
}
#form_cover{
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
	
}

.form_box{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
	padding:0;
	margin:0;
}
.form_box table{
    border-spacing: 0;
}
.form_box table th,
.form_box table td,{
    font-size: 13px;
}
.form_box table p{
    font-size: 12px;
    padding-top: 5px;
}
.form_box table input[type='text']{
    border: 1px solid #CCC;
    padding: 5px;
    width: 95%;
}
.form_box table input[type="radio"]{
    vertical-align: middle;
}
#form_cover .form_box table tbody tr th{
    width: 166px;
    padding: 10px;
    background: #EEE;
	text-align:left;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
#form_cover .form_box table tbody tr td{
    width: 550px;
    min-height: 21px;
    padding: 11px 10px;
    background: #FFF;
    border-bottom: 1px solid #999;
}
.form_box table tbody tr th{
    vertical-align: middle;
    font-weight: normal;
}
.form_box table tbody tr th span{
    color: #D80000;
}
.form_box table tbody tr td{
    vertical-align: middle;
}
.form_box table select{
    border: 1px solid #CCC;
    padding: 5px;
}
.form_box table tbody tr td textarea{
    min-height: 200px;
    font-size: 13px;
    border: 1px solid #CCC;
    padding: 5px;
    width: 98%;
}
.last{
    border-bottom: 0 !important;
	margin:0;
	padding:0;
}
.btn_cover {
    margin-top: 20px;
    text-align: center;
}
.btn_cover input[type='button'].checkbtn{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 27px;
    vertical-align: baseline;
    font-weight: normal;
    background: #40C5C6;
    color: #B25900;
    cursor: pointer;
}

.btn_cover input[type='reset']{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 40px;
    vertical-align: baseline;
    font-weight: normal;
    background: #FF4D4D;
    color: #FFF;
    cursor: pointer;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
}
.btn_cover input[type='submit']{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 47px;
    vertical-align: baseline;
    font-weight: normal;
    background: #40C5C6;
    color: #fff;
    cursor: pointer;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
}
#back_form{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 48px;
    vertical-align: baseline;
    font-weight: normal;
    background: #FF4D4D;
    color: #FFF;
    cursor: pointer;
}
.long{
    padding: 20px 10px !important;
}
.thanks_text {
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

#tel_sm{
	display:none;
 }
 
 .red
{
  color: #ff0000;
}



#sp_header{
	display:none;
}

#ico_concept{
	display:none;
	
}

/*--------------------------------------------------------------
Responsive Structure
--------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1130px) {


   /*********** contact-responsive **************/
.all_cover{
    width: 85%;
}
.form_box table input[type='text']{
    width: 90%;
}
.form_box table tbody tr th{
    width: 30%;
}
.form_box table tbody tr td{
    width: 70%;
}
.form_box table tbody tr td textarea{
    width: 90%;
}
.btn_cover input[type='button'].checkbtn{
    padding: 10px 27px;
}
.btn_cover input[type='button'].back{
    padding: 10px 48px;
}
.btn_cover input[type='reset']{
    padding: 10px 40px;
}
.btn_cover input[type='submit']{
    padding: 10px 47px;
}

.btn_cover input[type='submit']{
    margin:0 auto 5px auto !important;
	display:block !important;
}
#back_form{
    margin:0 auto 5px auto !important;
	display:block !important;

}
}

@media screen and (max-width:768px) {
   #header-text-nav-wrap {
      padding: 10px 0 !important;
	  margin:0;
   }
   #header-left-section {
      float: none;
      margin-bottom: 10px;
   }
   #header-logo-image {
      float: none;
      text-align: center;
      padding-right: 0;
   }
   #header-text {
      float: none;
      text-align: center;
      padding-right: 0;
   }
  
   #header-right-section .widget {
      text-align:center;
   }
   .menu-toggle {
      display: block;
      float: left;
   }
   .main-navigation ul {
      display: none;
   }
   .main-navigation .home-icon a {
      padding: 7px 10px;
   }
   .widget_slider_area,
   .widget_beside_slider {
      float: none;
      width: 100%;
   }
   .widget_slider_area {
      padding-bottom: 10px;
   }
   #primary{
      float: none;
      width: 96%;
	  margin:auto;
   }
   #secondary {
	   display:none;
   }
   #pc_navi{
	   display:none;
   }
   #sp_navi{
	display:block;
}


.only_pc{
	display:none!important;
}

.only_smp{
	display:block!important;
}

}

/*--------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width:768px) {
	
header{
	display:none !important;
}

#sp_header{
	display:block;

	
}
#sp_header h1{
	position:absolute;
	top:5px;
	left:10px;
	width:100px;
	z-index:50;
}
.main-content-section{
	background:none;
}
.inner-wrap {
    margin: 0 auto 30px;
    max-width: 100%;
}
.mainphoto{
	display:none;
}




#sp_header nav {
	text-align: center;
	background: #efefef;
}
#sp_header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
#sp_header nav ul li {
	display: inline;
	margin-left: 1em;
}
#sp_header nav ul li:first-child {
	margin-left: 0;
}
#sp_header nav ul li ul {
	display: none;
}


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: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 1;
}

.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: 16px;
	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: #0c1923;
	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%;
}

.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 #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

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

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

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

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	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;
}


#main {
	padding-top: 5px !important;
	padding-bottom: 20px;

}

.main-content-section {
   padding-top: 5px;
}



.menu-item:nth-last-of-type(-n+3){
	border:none;
}

.top_news_inner {
    margin: 0 auto;
    padding: 20px 0px;
}
.top_news_inner iframe{
    margin: 0 auto;
	height:350px;
}

.top_kanri_rightbox{
	float:none;
	width:80%;
	text-align:center;
	margin:0 auto 20px;
}
.top_kanri_leftbox{
	float:none;
	margin:0 0 20px 0;
}


footer .inner{
	width:96%;
	margin:0 auto;
	padding:20px 0;
}

.footer_leftbox{
	float:none;
	width:100%;
	margin:0 0 20px 0;
}
.footer_leftbox img{
	width:35%;
}


.footer_rightbox{
	float:none;
	width:100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
}
.footer_rightbox dd{
	font-size:0.8em;
}


.product_renzu_left{
	float:none;
	width:100%;
}
.product_renzu_right{
	float:none;
	width:100%;
}

.product_renzudetail_left{
	float:none;
	width:100%;
}

.product_renzudetail_right{
	float:none;
	width:100%;
}

.product_renze_detail{
	margin:0;

}

.product_renew{
	margin:0 0 30px;
	display:block;
}

.product_renew div{
	width:100%;
}
.scroll table{
width:100%;
margin:0;
}
.scroll{
margin:0 0 45px 0;
-webkit-overflow-scrolling: touch;
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.kanri_mokuji_left{
	float:none;
	width:100%;
	margin:0 0 0 0;
}
.kanri_mokuji_right{
	float:none;
	width:100%;
	margin:0 0 0 0;
}


.map_japan{
	margin:0;
	display:none;
	
}
.map_japan_txt{
	display:none;
}
.map_tabjapan{
	text-align:center;
	display:block;
}

.map_hokkaido , .map_tohoku , .map_cyubu , .map_kanto , .map_cyugoku , .map_tokai , .map_shinetsu , .map_kinki , .map_kyusyu , .map_kansai , .map_shikoku , .map_okinawa{
	margin:0 10px 20px 0;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
	position:relative;
	top:0;
	left:0;
	
}
.map_hokkaido , .map_tohoku , .map_cyubu , .map_kanto , .map_cyugoku , .map_tokai , .map_shinetsu , .map_kinki , .map_kyusyu , .map_kansai , .map_shikoku , .map_okinawa{
	margin:0 0.5% 20px 0.5% !important;
	padding:0 0.5% 15px 0.5%;
	box-sizing:border-box;
	width:47%;
}
#map_leftbox{
	float:none;
	font-size:14px;
	margin:0 0 0 0;
}

#map_rightbox{
	float:none;
	font-size:14px;
	margin:0 0 0 0;
}



.pop_table table{
	width:100% !important;
	box-sizing:border-box;
	border:1px #666666 solid;
	border-collapse:collapse;
}


}






