﻿@charset "utf-8";

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


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, img, 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;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
/*	outline: 0;*/
}


html {
	font-size: 100%;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	l
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

.itembox a:hover img,.itembox2 a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	zoom: 1;
	transition: 1s ;	
}

.alicat_dairiten a:hover img{	
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	zoom: 1;
	transition: 0.5s ;	
}

#column a:hover img{	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	zoom: 1;
	transition: 0.5s ;	
}
strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
    border-collapse:collapse;
	border-spacing:0;
	border: none;
	empty-cells:show;
}

caption, th, td {
	font-weight: normal;

}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

option {
	padding-right: 10px;
}

.block{
	display: inline;
}
.block2{
	display: inline;
}

.block3{
	display: block;
}


@media only screen and (max-width: 768px) {
.block{
	display: block;
}
.block3{
	display: inline;
}
}

@media only screen and (max-width: 440px) {
.block2{
	display: block;
}

}

.right{
	float: right;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


.clear{
	clear: both;
}

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 12px;
	line-height: 130%;
	font-family: "小塚ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

a:link { text-decoration:none;  color: #F00;}
a:visited { text-decoration:none; color: #F00;}
a:active { text-decoration:none; color: #000;}
a:hover {
	text-decoration: none;
	color: #D00;
}

/* ------------------------------
   #menuList
------------------------------ */
#menuList {
	width: 100%;
	height: 35px;
	position: relative;
	z-index: 10;
	background-color: #E60012;
}

#menuList ul {
	margin: 0 auto;
	width: 1100px;
	height: 35px;
	text-align: left;
}

#menuList ul li {
	height: 34px;
	width: 11.11%;
	float: left;
	box-sizing: border-box;
	font-size: 13px;
}

#menuList ul li:last-child {

}

#menuList ul li a {
	font-weight: normal;
	line-height: 35px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	transition: 1.0s ;	
}

#menuList ul li:hover > a {
	background-color: #BF000F;
	color: #FFFFFF;
}

#contents {
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
	text-align: left;
}

#contents p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 2em;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 1100px) {
#menuList ul {
	width: 100%;
}

#menuList ul li {
		width: 14.28%;
}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 1100px) {
#menuList {
	display: none;
	}

#rwdMenuWrap {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	float: left;
	padding-top: 0px;
	}

#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		position: relative;
	}

#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	}

#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #FF0000;
	transition: all 0.2s linear;
	}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

#rwdMenuWrap ul li {
		width: 100%;
	float: left;
	}
#rwdMenuWrap ul li a:last-child {
	border-bottom-style: none;
}
#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: center;
	display: block;
	position: relative;
	background-color: #E8E8E8;
	color: #2A2A2B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
	
	
#rwdMenuWrap ul li a:hover {
	color: #FFF;
	background-color: #D3000F;
}
#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#contents {
		width: 100%;
	}

#contents p {
		padding: 0 20px 2em 20px;
	}
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}


/* header
------------------------- */



.sp{
	display: none;
}


.pc{
	display: block;
}

.txt_small{
	font-size: 10px;
}



@media screen and (max-width: 1100px) {
.pc{
	display: none;	
}
.sp{
	display: block;!important
}
}

header{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	float: left;
	line-height: 120%;
}

#logo_box{
	float: left;
}

/* ----------heaer---------- */

@media screen and (max-width: 1000px) {
header #logo {
	font-weight: bold;
	float: left;
	width: 70%;
	padding-bottom: 10px;
	padding-top: 0px;
}
}

@media screen and (max-width: 1200px) {
header{
	width: 100%;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	float: left;
}

header h1{
	font-weight: bold;
	float: left;
	width: 70%;
	padding-bottom: 10px;
	padding-top: 10px;
}

header h1 img {
	float: left;
	height: auto;
	width: 100%;
	max-width: 380px;
	margin-left: 10px;
	padding-top: 0px;
}

header .toiawase {
	float: right;
	width: 390px;
	padding-top: 10px;
	margin-right: 30px;
	padding-bottom: 10px;
}

#logo {
	font-weight: bold;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}

}



#logo {
	font-weight: bold;
	float: left;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
}

#headtxt {
	float: left;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
	letter-spacing: -0.05em
}

header img {
	height: auto;
	width: 380px;
}


header .alicat_dairiten img{
	float: left;
	width: 140px;
	margin-bottom: 5px;
}

header .alicat_dairiten {
	float: right;
	padding-top: 10px;
	width: 140px;
}

header .alicat_dairiten span a{
	border: 1px solid #999999;
	float: left;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: #333333;
	border-radius: 5px;
	font-size: 12px;
	transition: 0.2s ;	
}

header .alicat_dairiten span a:hover{
	background-color: #F0F0F0;
	border: 1px solid #E9E9E9;
}
	
header .toiawase {
	float: right;
	width: 390px;
	padding-top: 20px;
	margin-right: 30px;
	padding-bottom: 10px;
}

header #boxleft {
	float: left;
	width: 53%;
	border: 1px solid #E20D1E;
	line-height: 1.1em;
}

header #boxright {
	float: left;
	width: 47%;
	padding-left: 10px;
}

header .soudan {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	color: #E60012;
	line-height: 1em;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

header .soudan img{
	height: auto;
	width: 16px;
	margin-right: 10px;
	margin-left: 10px;
}

header #contact {
	width: 100%;
	float: left;
	text-align: center;
}
header #contact strong{
	font-size: 13px;
}

header .tel {
	font-size: 18px;
	color: #E60012;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E60012;
	margin-bottom: 3px;
	padding-bottom: 5px;

}

header .fax {
	float: left;
	font-size: 11px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 5px;

}


/*edgeのみに適用*/
_:-ms-lang(x)::backdrop, header .tel {
	font-size: 18px;
	color: #E60012;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
	
_:-ms-lang(x)::backdrop, header .fax {
	float: left;
	font-size: 10px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 5px;

}
	
/*ChromeとOperaのみだけに適用*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
header .tel {
	font-size: 18px;
	color: #E60012;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

header .fax {
	float: left;
	font-size: 10px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 5px;

}

}



header .time {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

header .time strong{
	margin-left: 10px;
}

header .contact{
	width: 100%;
	float: left;
}

header .contact a {
	float: left;
	padding-top: 15px;
	font-size: 12px;
	background-color: #E60012;
	color: #FFFFFF;
	width: 100%;
	padding-bottom: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

header .contact a:hover {
	background-color: #BF000F;
}

header .contact a span{
	margin-left: 55px;
	float: left;
	line-height: 1.2em;
}

.mail.icon {
	color: #FFF;
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	width: 32px;
	height: 20px;
	border-radius: 1px;
	border: solid 1px currentColor;
}

.mail.icon:before {
  content: '';
  position: absolute;
  left: 14px;
  top: -8px;
  width: 1px;
  height: 20px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}

.mail.icon:after {
  content: '';
  position: absolute;
  left: 14px;
  top: -8px;
  width: 1px;
  height: 20px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

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

.inner h2{
	font-size: 26px;
	color: #FF0000;
	margin-bottom: 40px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 35px;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	margin-top: 40px;
}
.inner h2 .en{
	margin-bottom: 10px;
	font-size: 15px;
	float: left;
	margin-top: 10px;
}

.inner h2 .h2leftbox{
	float: left;
	width: 40%;
}
.inner h2 .h2rightbox{
	float: right;
	width: 60%;
	padding-top: 10px;
}
@media only screen and (max-width: 768px) {
	
.inner h2{
	font-size: 23px;!important
}

.inner h2 .h2leftbox{
	float: left;
	width: 100%;
}

.inner h2 .h2rightbox{
	float: left;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


}

#contact_top{
	float: left;
	width: 100%;
}

#contact_top li{
	float: left;
	width: 33.3%;
	padding-right: 1px;
	padding-left: 1px;
}
#contact_top a{
	margin-bottom: 10px;
	font-size: 10px;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 1.3em;
	width: 100%;
	float: left;
	text-align: center;
}

.inner h2 .web2{
	margin-bottom: 10px;
	font-size: 10px;
	float: right;
	background-color: #F7F7F7;
	margin-left: 5px;
	line-height: 1.3em;
}

.inner h2 .web2 a{
	background-color: #333333;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	border-radius: 5px;
}

.inner h2 .web2 a:hover{
	background-color: #E60012;
}

.inner h3, .inner_index h3 {
	position: relative;
	text-indent: 20px;
	font-weight: normal;
	line-height: 25px;
}

.productname{
	font-size: 12px;
	float: right;
	padding-right: 5px;
}


.inner h3 .icon_c,.inner_index h3 .icon_c{
	width: 5px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(to right, rgb(255, 0, 0), transparent);
	background: linear-gradient(to bottom, rgb(255, 0, 0), transparent);
}

.inner h3 .icon_c2,.inner_index h3 .icon_c2{
	width: 5px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(to right, rgb(17, 70, 162), transparent);
	background: linear-gradient(to bottom, rgb(17, 70, 162), transparent);
}


.inner h3 .icon_c3,.inner_index h3 .icon_c3{
	width: 5px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(to right, rgb(255, 255, 255), transparent);
	background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
}


.inner h4{
	font-size: 20px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 0px;
}	

	
.inner .midasi-reed{
	margin-bottom: 30px;
	font-size: 15px;
	float: left;
	font-weight: normal;
	width: 100%;
}

/* ------------------- */


#about{
	background-color: #313131;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #FFF;
	background-image: url(../img/back_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1100px) {
#about{
	background-color: #313131;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #FFF;
	background-image: url(../img/back_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
}
}

.inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.inner2{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.inner_index{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

@media screen and (max-width: 1100px) {
.inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}

.inner2{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	text-align: left;
}
.inner_index{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
}


/* ----------column---------- */

.new_icon{
	color: #FFF;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #E60012;
	margin-right: 10px;
	border: 1px solid #F00;
}

#column{
	float: left;
	width: 49%;
	background-image: linear-gradient(320deg, rgba(135, 23, 23, 1), rgba(255, 0, 0, 1));
	padding: 20px;
	border: 4px solid #FFF;
	color: #FFF;
}

#column2{
	float: right;
	width: 49%;
	background-image: linear-gradient(320deg, rgba(66, 114, 176, 1), rgba(68, 180, 211, 1));
	padding: 20px;
	border: 4px solid #FFF;
	color: #FFF;
}

#column .basebox,#column2 .basebox{
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}
#column .basebox iframe,#column2 .basebox iframe{
	float: left;
	height: 200px;
	width: 100%;
}
#column h1,#column2 h1{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 15px;
	float: left;
	width: 100%;
	line-height: 1.6em;
}

#column p,#column2 p{
	font-size: 12px;
}

#column .baseimg,#column2 .baseimg{
	height: auto;
	width: 100%;
}

.btn_column{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.btn_column a{
	background-color: #00994D;
	padding-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
	transition: 1.0s ;	
}
.btn_column a:hover{
	background-color: #007138;
}


.btn_column2{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.btn_column2 a{
	background-color: #003399;
	padding-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
	transition: 1.0s;
}
.btn_column2 a:hover{
	background-color: #002B84;
}

.btn_column3{
	width: 100%;
	float: left;
	margin-top: 5px;
}

.btn_column3 a{
	background-color: #555555;
	padding-top: 5px;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-bottom: 5px;
	transition: 1.0s;
}
.btn_column3 a:hover{
	background-color: #999999;
}


@media screen and (max-width: 600px) {
#column{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	background-color: #000000;
}


}


/* ----------news---------- */

#osirase_top{
	float: left;
	width: 100%;
	padding: 20px;
	line-height: 1.6em;
	color: #E60012;
	border: 1px solid #E60012;
	margin-bottom: 20px;
}

#osirase_top_sp{
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 5%;
	line-height: 1.6em;
	color: #E60012;
	border: 1px solid #E60012;
	margin-bottom: 20px;
}

#osirase_top2{
	float: left;
	width: 50%;
	height: 390px;
	line-height: 1.6em;
	color: #E60012;
	border: 1px solid #E60012;
	background-color: #F7F7F7;
}

#osirase_top2 h3{
	color: #FFF;
	background-color: #E60012;
	padding-top: 10px;
	padding-bottom: 10px;
}

.osiraseinner{
	padding: 10px;
	float: left;
	width: 100%;
}

/* ----------news---------- */

#news{
	float: left;
	width: 100%;
	padding-left: 0px;
}


@media screen and (max-width: 600px) {

#news{
	float: left;
	width: 100%;
	padding-left: 0px;
}

}

#news h2{
	text-align: left;
	font-size: 20px;
	color: #FF0000;
	float: left;
	width: 100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#news_box{
	float: right;
	width: 48%;
	background-color: #F1F1F1;
}

#news_box h3{
	background-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

#news_box_inner{
	padding: 20px;
	float: left;
	width: 100%;

}

#news_box ul{
	float: left;
	height: 304px;
	overflow: auto;	
}

#news_box li{
	float: left;
	width: 95%;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5B5B5;
	padding-bottom: 10px;
}

#news_box li img{
	width: 100px;
	height: 100px;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
}

#news_box li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

} 

/* -----01_お知らせ------- */

#news .osirase a{
	color: #FF0000;
	margin-right: 5px;
}

#news .osirase a:hover{
	color: #DF0000;
}

#news .osirase .icon{
	float: left;
	background-color: #FF0000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	border-radius:5px;
}
.hplink{
	background-color: #F7F7F7;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	border: 1px solid #F00;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	float: left;
}


/* -----02_ブログ------- */

#news .blog a{
	color: #52A400;
	margin-right: 5px;
}

#news .blog a:hover{
	color: #5EBB00;
}

#news .blog .icon{
	float: left;
	background-color: #6C0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	border-radius:5px;
}

/* -----03_展示会------- */

#news .tenjikai a{
	color: #039;
	margin-right: 5px;
}

#news .tenjikai a:hover{
	color: #004EEE;

}

#news .tenjikai .icon{
	float: left;
	background-color: #039;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	border-radius:5px;
}

/* -----04_メディア------- */

#news .media a{
	color: #F60;

}

#news .media a:hover{
	color: #FF7B24;
	margin: 0px;
	padding: 0px;
}

#news .media .icon{
	float: left;
	background-color: #F60;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	border-radius:5px;
}


/* -----05_レポート------- */

#news .report a{
	color: #090;
	margin-right: 5px;
}

#news .report a:hover{
	color: #00CC00;
}

#news .report .icon{
	float: left;
	background-color: #090;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	width: 60px;
	border-radius:5px;
}


#news .osirase .date,#news .tenjikai .date,#news .blog .date,#news .media .date,#news .report .date{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#news .newstxt{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

/* ----------banner---------- */

#banner_top{
	float: left;
	width: 100%;
	background-color: #F1F1F1;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#banner4,#banner3{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#banner4 ul,#banner3 ul{
	float: left;
	width: 100%;
	padding-left: 8px;
}

#banner4 li{
	float: left;
	width: 25%;
	padding-right: 8px;
}
#banner3 li{
	float: left;
	width: 33.3%;
	padding-right: 8px;
}

@media only screen and (max-width: 440px) {
#banner3 li,#banner4 li{
	float: left;
	width: 50%;
	padding-right: 8px;
	margin-bottom: 8px;
}
}

#banner4 img,#banner3 img{
	float: left;
	width: 100%;
}

#banner3 a:hover img, #banner4 a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	zoom: 1;
	transition: 1s ;	
}

/* ----------prouct_top---------- */

#product_top{
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	padding-top: 40px;
}

#product_other{
	float: left;
	width: 100%;
	background-color: #F6F6F6;
	padding-top: 40px;
}

#product_handoutai{
	float: left;
	width: 100%;
	padding-top: 40px;
	background-color: #272727;
	color: #FFF;
}

#product_fusion{
	float: left;
	width: 100%;
	padding-top: 40px;
	background-color: #0891B2;
	color: #FFF;
}

#product_equir{
	float: left;
	width: 100%;
	padding-top: 40px;
	background-color: #2E5E76;
	color: #FFF;
}
#product_basis{
	float: left;
	width: 100%;
	background-image: linear-gradient(90deg, #D61F28, #D61F28);
	padding-top: 40px;
	color: #FFF;
	padding-bottom: 40px;
}
.mems{
	float: left;
	height: auto;
	width: 100%;
}

#productmenu, #productmenu_index{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#handoutai_head {	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#handoutai_head img{	float: left;
	width: 100%;

}

@media only screen and (max-width: 1100px) {
#productmenu, #productmenu_index{
	display: none;
}
}

#productmenu_index strong{
	float: left;
	font-size: 12px;
	padding-left: 20px;
	font-weight: normal;
	background-color: #D9D9D9;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #000;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

#productmenu strong{
	float: left;
	font-size: 12px;
	padding-left: 20px;
	font-weight: normal;
	background-color: #EEEEEE;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #000;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#dropmenu{
	list-style-type: none;
	width: 100%;
	height: 40px;
	padding: 0;
	float: left;
	margin-bottom: 0px;
	background-color: #000000;

}
#dropmenu li{
	position: relative;
	width: 33.3%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 0;
	width: 100%;
	font-weight: normal;
}
#dropmenu li:hover > a{
	color: #FFFFFF;
	background-color: #BF000F;
	font-weight: normal;
}
#dropmenu li a span{
	font-size: 10px;
	margin-right: 10px;
}


#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
}

#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	z-index: 200;
	float: left;
}
#dropmenu li ul li a{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffe8e8;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #000;
	float: left;
	width: 100%;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 47px;
	float: left;
	width: 100%;

}

.item_inner{
	border: 5px solid #E8E8E8;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	text-align: center;
}

.item_inner .itemimage{
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}


.itembox h2{
	font-size: 26px;
	color: #FF0000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 40px;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	width: 100%;
	margin-bottom: 40px;
}

.product_index{
	margin-left: 0px;!important
	padding-left: 0px;!important
}

.itembox ul, .itembox3 ul,.itembox4 ul{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #E8E8E8;
	padding: 5px;
}

.itembox2 ul{
	float: left;
	width: 100%;
	margin-bottom: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #E8E8E8;
	padding: 5px;
}


	
	
.itembox li{
	float: left;
	width: 25%;
}

.itembox2 li{
	float: left;
	width: 20%;
	background-color: #E8E8E8;
}
.itembox3 li{
	float: left;
	width: 50%;
}
.itembox4 li{
	float: left;
	width: 33.3%;
}

.itembox li h4,.itembox3 li h4{
	float: left;
	width: 100%;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0px;
}		

.itembox2 li h4,.itembox3 li h4,.itembox4 li h4{
	float: left;
	width: 100%;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
}	

.means{
	float: left;
	width: 100%;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-bottom: 20px;
	border: 1px solid #333;

}	

@media only screen and (max-width: 900px) {
.itembox li{
	float: left;
	width: 50%;
}

.itembox2 li{
	float: left;
	width: 50%;
	background-color: #E8E8E8;
}
.itembox3 li{
	float: left;
	width: 50%;
}
.itembox4 li{
	float: left;
	width: 50%;
}
.itembox li h4,.itembox3 li h4,.itembox4 li h4{
	float: left;
	width: 100%;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0px;
}		

.itembox2 li h4{
	float: left;
	width: 100%;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
}	

}

.itembox img, .itembox2 img{
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.itembox3 img,.itembox4 img{
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.itembox .txt_p, .itembox2 .txt_p, .itembox3 .txt_p, .itembox4 .txt_p{
	text-align: left;
	float: left;
	width: 100%;
	line-height: 1.5em;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #272727;
	}
	
.itembox .txt_p p, .itembox2 .txt_p p, .itembox3 .txt_p p, .itembox4 .txt_p p{
	text-align: left;
	margin-top: 10px;
	padding: 20px;
	line-height: 1.7em;
	color: #171717;
	}	

.p-syousai a{
	color: #FFF;
	float: left;
	width: 100%;
	background-color: #919191;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	transition: 1.0s ;	
}	
	
.p-syousai a:hover{
	background-color: #E10000;
}	


.p-syousai2 a{
	color: #FFF;
	float: left;
	width: 100%;
	background-color: #919191;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: 1.0s ;	
}	
	
.p-syousai2 a:hover{
	background-color: #E10000;
}	

.p-catalogue a{
	color: #FFF;
	float: left;
	width: 100%;
	background-color: #919191;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: 1.0s ;	
}	
	
.p-catalogue a:hover{
	background-color: #E10000;
}	
	
/* ----------Special---------- */

#special{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 80px;
}
#special h2{
	font-size: 26px;
	color: #FF0000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 40px;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
}
#special h3{
	background-color: #333333;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#special ul{
	float: left;
	width: 100%;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 900px) {
#special ul{
	padding-right: 0px;
	padding-left: 0px;
}
}
#special li{
	float: left;
	width: 50%;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

#special ul li img{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.inner_sp{
	background-color: #FFF;
	padding: 10px;
}


.comment_jc{
	background-color: #F3F3F3;
	margin-bottom: 30px;
	/* [disabled]margin-top: 20px; */
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 40px;
}


.jplogo{
	width: 70%;
	max-width: 300px;
	margin-top: 40px;
}
.btn_jc{
	width: 100%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}


.comment_jc p{
	text-align: left;
	line-height: 1.4em;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
}

@media only screen and (max-width: 900px) {
.comment_jc p{
	padding-right: 0px;
	padding-left: 0px;
}
}


/* ----------slider---------- */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}


.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background-color: #FFFFFF;
	background-image: url(../img/prev.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {
	background-color: #FFFFFF;
	background-image: url(../img/next.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/* テーブル */
.cotactnews{
	color: #E60012;
}

#contactmain{
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 5px;
	border: 1px dotted #CCC;
	color: #E60012;
}

#contact_error{
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	border: 2px solid #F00;
	line-height: 2em;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#contact_error strong{
	color: #F00;
	float: left;
	width: 100%;
	font-size: 35px;
	margin-bottom: 20px;
}
.contact_error_innner{
	float: left;
	width: 100%;
	border: 2px solid #000000;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 80px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.contact_error_innner strong{
	color: #666666;
	font-size: 20px;
	line-height: 1.6em;
}

#contact_error2{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #000;
	line-height: 2em;
	padding-top: 170px;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFF;
	position: relative;
	font-size: 14px;
	float: left;
}
#contact_error2 strong{
	color: #FFF;
	float: left;
	width: 100%;
	font-size: 40px;
	margin-bottom: 10px;
}

.stop.icon {
  color: #FFF;
 position: absolute;
top:120px;
  left: 50%;

  margin-top: 2px;
  width: 15px;
  height: 15px;
  border: solid 2px currentColor;
  border-radius: 8px;
}
.stop.icon:before {
  content: '';
 position: absolute;

  left: 50%;

  top: 5px;
  left: -2px;
  width: 17px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.massage {
	background-color: #F00;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #FFF;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	font-size: 22px;
	margin-top: 10px;
	width: 100%;
}

.txt_error{
	color: #F00;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.txt_error2{
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #E60012;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	line-height: 1.6em;
}

.txt_kakunin{
	float: left;
	width: 100%;
	font-size: 12px;
}

.txt_kakunin span{
	color: #FFF;
	background-color: #F00;
}

#contactmain img{
	float: left;
	height: 150px;
	margin-left: 20px;
}

#contactmain p{
	margin-left: 10px;
	margin-top: 70px;
	font-size: 14px;
}

.base20{
	width: 20%;
	
}
.base30{
	width: 30%;
	
}
.base40{
	width: 40%;
	
}
.base45{
	width: 45%;
	
}
.base50{
	width: 50%;
	float: left;	
}
.base55{
	width: 55%;
	
}
.base60{
	width: 60%;
	
}

.base70{
	width: 70%;
	
}
.base80{
	width: 80%;
	
}

@media only screen and (max-width: 768px) {
	#contactmain p{
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-right: 3px;
	padding-left: 3px;
}

#contactmain img{
	float: none;
	height: 150px;
	margin-left: 20px;
}

}

.contact_form {
	width: 100%;
}

.contact_form .color1{
	background-color: #E9E9E9;
}

.contact_form .color2{
	background-color: #F7F7F7;
}

.contact_form .formbase{
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
.contact_form .contactboxleft{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 10px;
	text-align: left;
}

.contact_form .contactboxleft h4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact_form .contactboxright{
	width: 100%;
	float: left;
}

.kanryo_send{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 400px;
	padding-top: 100px;
}

.kanryo_send strong{
	color: #E60012;
	font-size: 30px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}



/* フリーウェア
------------------------- */

.free{
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.free_down{
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.free h3, .free_down h3{
	background-color: #333333;
	color: #FFF;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 1.3em;
	border-radius: 5px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	
.free{
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.free_down{
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-bottom: 50px;
	text-align: center;
}
	
	
.free h3, .free_down h3{
	background-color: #333333;
	color: #FFF;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 1.3em;
	border-radius: 5px;
	text-align: center;
}
}


.dlicon{
	font-size: 15px;
	border-top-left-radius: 10px;     /* 左上 */
	border-top-right-radius: 10px;    /* 右上 */
	background-color: #FF0000;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	width: 100%;
	color: #FFF;
	margin-top: 30px;
	border: 1px solid #F00;
	line-height: 1.6em;
}

.dlicon span{
	background-color: #333;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	margin-left: 20px;
}
.fwicon{
	font-size: 16px;
	background-color: #747474;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	float: left;
	width: 100%;
	color: #FFF;
	margin-top: 20px;
	border-top-left-radius: 10px;     /* 左上 */
	border-top-right-radius: 10px;    /* 右上 */
}

.free h3 span, .free_down h3 span {
	font-size: 12px;
	background-color: #FF0000;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;

	text-align: center;
	margin-right: 10px;

}


.free h3 strong, .free_down h3 strong {
	font-weight: normal;
	padding-top: 8px;
	margin-top: 8px;
}

.free h3:after, .free_down h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #333333;
	width: 0;
	height: 0;

}

.free .mainimg, .free_down .mainimg{
	margin-top: 40px;
	width: 100%;
	max-width:520px;
}

.free .mainimg2, .free_down .mainimg2{
	margin-top: 40px;
	width: 300px;
}


.free ul{
	float: left;
	width: 100%;
	font-size: 12px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.free li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
}

.free .manualbutton{
	width: 300px;
	float: right;
}

.free .downloadbutton{
	width: 300px;
	float: left;
}

@media only screen and (max-width: 768px) {
	
.free .manualbutton{
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.free .downloadbutton{
	width: 100%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
}


.free .manualbutton img,.free .downloadbutton img{
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.free .manualbutton a{
	background-color: #999;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: 0.3s ;	
}

.free .manualbutton a:hover{
	background-color: #E10000;
}



.free .downloadbutton a{
	background-color: #F00;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: 0.3s ;	
}
.free .downloadbutton a:hover{
	background-color: #E10000;
}

.kiyaku{
	background-color: #FFF;
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}

.kiyaku h4{
	text-align: left;
}

.kiyaku p{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	padding: 20px;
	line-height: 1.6em;
}
.kiyaku ul{
	float: left;
	width: 100%;
	margin-top: 10px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.kiyaku li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 1.6em;
}

.kiyakubutton{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


@media only screen and (max-width: 600px) {
	
.kiyakubutton{
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
}
.kiyakubutton a{
	background-color: #F00;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	margin-top: 10px;
	transition: 0.3s ;	
}

.kiyakubutton a:hover{
	background-color: #E10000;
}
.kiyakubutton img{
	height: 30px;

	width: 30px;
	margin-right: 10px;
}


/* 会社概要
------------------------- */

.company_form {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}

.company_form table {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 90px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}

.company_form th {
	width: 30%;
	background: linear-gradient(#eaeaec, #f4f4f4);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 30px;
	vertical-align: top;
}

.company_form td {
	width: 70%;
	padding: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	line-height: 1.6em;

}

@media only screen and (max-width: 768px) {
.company_form table {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.company_form th {
	width: 100%;
	display: block;
	background: linear-gradient(#eaeaec, #f4f4f4);
	text-align: left;
	border-bottom-style: none;
	padding: 10px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


.company_form td {
	width: 100%;
	display: block;
	padding: 10px;
	border-bottom-style: none;
	line-height: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
}


.company_form td .syozai {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

.company_form td .syozai2 {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company_form td .dairiten {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dairiten2 {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dairiten2 .icon_d{
	width: 3px;
	height: 20px;
	display: block;
	float: left;
	background-color: #333;
	margin-right: 10px;
}

.dairiten2 h5{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}

.dairiten2 .txtboxdairiten{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.dairiten_product{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.dairiten_product li{
	float: left;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.dairiten_product li img{
	height: auto;
	width: 100px;
	margin-bottom: 10px;
}

.dairitencontact{float: left;
	width: 100%;}

.dairitencontact li{
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.dairitencontact li a{
	color: #FFF;
	background-color: #666;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	transition: 0.3s;
}


.dairitencontact li a:hover{
	color: #FFF;
	background-color: #787878;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.company_form td .syozai .mapbutton, .company_form td .syozai2 .mapbutton, .company_form td .dairiten .mapbutton, .company_form td .dairiten .dairiten{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.company_form td .syozai .mapbutton a,.company_form td .syozai2 .mapbutton a, .company_form td .dairiten a{
	background-color: #F40000;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
	transition: 0.3s;
}


.company_form td .syozai .mapbutton a:hover, .company_form td .syozai2 .mapbutton a:hover, .company_form td .dairiten .mapbutton a:hover{
	background-color: #E10000;
}
.company_form td .syozai .toriatukai,.company_form td .syozai2 .toriatukai{
	font-size: 10px;
}

.company_form td .syozai .address,.company_form td .syozai2 .address{
	float: left;
	width: 100%;
}

.company_form td .syozai .address strong, .company_form td .syozai2 .address strong{
	font-size: 18px;
	font-weight: normal;
}

.company_form td .syozai .address2,.company_form td .syozai2 .address2{
	margin-bottom: 10px;
	float: left;
	margin-top: 5px;
}

.company_form td .syozai .icon_c2,.company_form td .syozai2 .icon_c2{
	width: 3px;
	height: 20px;
	display: block;
	float: left;
	background-color: #333;
	margin-right: 10px;
}

.company_form .jigyo li{
	list-style-type: disc;
	margin-bottom: 10px;
	list-style-position: outside;
	margin-left: 10px;
	font-size: 14px;	
}

.access_map{
	width: 60%;
	float: left;
}

.access_map2{
	width: 40%;
	float: right;
}

.access_map2 img{
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #CCC;
}

@media only screen and (max-width: 500px) {
.access_map{
	width: 100%;
	float: left;
}

.access_map2{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.access_map2 img{
	margin-bottom: 30px;
}

}

	


.enkaku {
	width: 100%;
	float: left;
}

.enkakutxt{
	line-height: 1.4em;
}

#enkaku table{
	width: 100%;
	float: left;
	margin-bottom: 90px;
	font-size: 14px;
}

#enkaku table tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}



#enkaku table tr th{
	vertical-align: top;
	width: 10%;
	float: left;
	padding: 20px;
	text-align: left;
}


#enkaku table tr td{
	padding: 20px 0;
	width: 90%;
	float: left;
}

@media only screen and (max-width: 1000px) {

#enkaku table tr th{
	vertical-align: top;
	width: 30%;
	float: left;
	padding: 20px;
	text-align: left;
}


#enkaku table tr td{
	padding: 20px 0;
	width: 70%;
	float: left;
}
}

/* サイトマップ
------------------------- */
.sitemap {
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.siteleft{	width: 48%;
	float: left;
}

.siteright{	width: 48%;
	float: right;
}

.sitemap1 {
	margin-bottom: 5px;
	font-size: 17px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

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

.siteleft{	width:100%;
	float: left;
}

.siteright{	width:100%;
	float: left;
}

.sitemap1 {
	margin-bottom: 5px;
	font-size: 17px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

}


.sitemap1 a {
	float: left;
	width: 100%;
	color: #FF0000;
	background-color: #F7F7F7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #FF0000;
}
.sitemap1 a:hover {
	color: #F40000;
}

.sitemap2{
	position: relative;
	padding-left: 40px;
	margin-top: 10px;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 6px;
  }
 
.sitemap2:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #FF0000;
  }

.sitemap2 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	background-color: #FFF;
	font-weight: normal;
	float: left;
	padding: 0px;
}
.sitemap2 a:hover {
	color: #F00;
}

.sitemap3{
	float: left;
	width: 100%;
	font-size: 12px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 7px;
	margin: 0px;
}


.sitemap4{
	float: left;
	width: 100%;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
  
.sitemap4 a {
	padding-left: 14px;
} 


/*privacy
------------------------- */

.pricon{
	font-size: 16px;
	border-top-left-radius: 10px;     /* 左上 */
	border-top-right-radius: 10px;    /* 右上 */
	background-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	width: 100%;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
}

.privacy{
	background-color: #FFF;
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 1px solid #EEEEEE;
	line-height: 1.6em;
}

.privacy .comname{
	float: right;
	width: 100%;
	text-align: right;
}

.privacy ul{
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 20px;
	font-size: 12px;
	margin-top: 20px;
}

.privacy li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}


/*QandA
------------------------- */



.qa{
	margin-bottom: 80px;
}

.qaicon{
	background-color: #F00;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	height: 22px;

}

.q-txt{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	line-height: 1.4em;
}

.acmenu {
	width: 100%;
	line-height: 1.8em;
	font-size: 14px;
}

.acmenu a {
    display: block;
    text-decoration: none;
    color: #000;
	margin-top:-60px;
    padding-top:60px;
}

.qaimg{
	width: 100%;
	height: auto;
}
.qaimg2{
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.linkbase a{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.linkbase a{
	color: #FFF;
	background-color: #666;
	margin-top: 10px;
	transition: 1.0s;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkbase a:hover{
	background-color: #999;
}

.acmenu_bar {
	display: block;
	padding : 30px;
	line-height: 1;
	color : #FF0000;
	cursor : pointer;
	display: flex;
	background-color: #EBEBEB;
	border: 1px solid #E6E6E6;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.accordion {
    display: none;
}

.acmenu ul {
	padding: 0;
	background : #FFF;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.acmenu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.acicon {
	padding: 5px;
}

/*右側のアイコン*/

.acicon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
}

/*チェックボックスをクリックした時に見える要素*/

#acmenu_bar01:checked ~ #links01 li,
#acmenu_bar02:checked ~ #links02 li,
#acmenu_bar03:checked ~ #links03 li,
#acmenu_bar04:checked ~ #links04 li,
#acmenu_bar05:checked ~ #links05 li,
#acmenu_bar06:checked ~ #links06 li,
#acmenu_bar07:checked ~ #links07 li,
#acmenu_bar08:checked ~ #links08 li,
#acmenu_bar09:checked ~ #links09 li,
#acmenu_bar10:checked ~ #links10 li,
#acmenu_bar11:checked ~ #links11 li,
#acmenu_bar12:checked ~ #links12 li,
#acmenu_bar13:checked ~ #links13 li,
#acmenu_bar14:checked ~ #links14 li,
#acmenu_bar15:checked ~ #links15 li,

#acmenu2_bar01:checked ~ #links2_01 li,
#acmenu2_bar02:checked ~ #links2_02 li,
#acmenu2_bar03:checked ~ #links2_03 li,
#acmenu2_bar04:checked ~ #links2_04 li,
#acmenu2_bar05:checked ~ #links2_05 li,
#acmenu2_bar06:checked ~ #links2_06 li,
#acmenu2_bar07:checked ~ #links2_07 li,
#acmenu2_bar08:checked ~ #links2_08 li,
#acmenu2_bar09:checked ~ #links2_09 li,
#acmenu2_bar10:checked ~ #links2_10 li,
#acmenu2_bar11:checked ~ #links2_11 li,
#acmenu2_bar12:checked ~ #links2_12 li,
#acmenu2_bar13:checked ~ #links2_13 li,
#acmenu2_bar14:checked ~ #links2_14 li,
#acmenu2_bar15:checked ~ #links2_15 li,
#acmenu2_bar16:checked ~ #links2_16 li,
#acmenu2_bar17:checked ~ #links2_17 li,
#acmenu2_bar18:checked ~ #links2_18 li,
#acmenu2_bar19:checked ~ #links2_19 li,
#acmenu2_bar20:checked ~ #links2_20 li,
#acmenu2_bar21:checked ~ #links2_21 li,
#acmenu2_bar22:checked ~ #links2_22 li,
#acmenu2_bar23:checked ~ #links2_23 li,
#acmenu2_bar24:checked ~ #links2_24 li,
#acmenu2_bar25:checked ~ #links2_25 li,
#acmenu2_bar26:checked ~ #links2_26 li,
#acmenu2_bar27:checked ~ #links2_27 li,
#acmenu2_bar28:checked ~ #links2_28 li,
#acmenu2_bar29:checked ~ #links2_29 li,
#acmenu2_bar30:checked ~ #links2_30 li,
#acmenu2_bar31:checked ~ #links2_31 li,
#acmenu2_bar32:checked ~ #links2_32 li,
#acmenu2_bar33:checked ~ #links2_33 li,
#acmenu2_bar34:checked ~ #links2_34 li,
#acmenu2_bar35:checked ~ #links2_35 li,
#acmenu2_bar36:checked ~ #links2_36 li,
#acmenu2_bar37:checked ~ #links2_37 li,
#acmenu2_bar38:checked ~ #links2_38 li,
#acmenu2_bar39:checked ~ #links2_39 li,
#acmenu2_bar40:checked ~ #links2_40 li,
#acmenu2_bar41:checked ~ #links2_41 li,
#acmenu2_bar42:checked ~ #links2_42 li,
#acmenu2_bar43:checked ~ #links2_43 li,
#acmenu2_bar44:checked ~ #links2_44 li,
#acmenu2_bar45:checked ~ #links2_45 li,
#acmenu2_bar46:checked ~ #links2_46 li,
#acmenu2_bar47:checked ~ #links2_47 li,
#acmenu2_bar48:checked ~ #links2_48 li,
#acmenu2_bar49:checked ~ #links2_49 li,
#acmenu2_bar50:checked ~ #links2_50 li,


#acmenu3_bar01:checked ~ #links3_01 li,
#acmenu3_bar02:checked ~ #links3_02 li,
#acmenu3_bar03:checked ~ #links3_03 li,
#acmenu3_bar04:checked ~ #links3_04 li,
#acmenu3_bar05:checked ~ #links3_05 li,
#acmenu3_bar06:checked ~ #links3_06 li,
#acmenu3_bar07:checked ~ #links3_07 li,
#acmenu3_bar08:checked ~ #links3_08 li,
#acmenu3_bar09:checked ~ #links3_09 li,
#acmenu3_bar10:checked ~ #links3_10 li,
	
#acmenu4_bar01:checked ~ #links4_01 li,
#acmenu4_bar02:checked ~ #links4_02 li,
#acmenu4_bar03:checked ~ #links4_03 li,
#acmenu4_bar04:checked ~ #links4_04 li,
#acmenu4_bar05:checked ~ #links4_05 li,
#acmenu4_bar06:checked ~ #links4_06 li,
#acmenu4_bar07:checked ~ #links4_07 li,
#acmenu4_bar08:checked ~ #links4_08 li,
#acmenu4_bar09:checked ~ #links4_09 li,
#acmenu4_bar10:checked ~ #links4_10 li,
	
#acmenu5_bar01:checked ~ #links5_01 li,
#acmenu5_bar02:checked ~ #links5_02 li,
#acmenu5_bar03:checked ~ #links5_03 li,
#acmenu5_bar04:checked ~ #links5_04 li,
#acmenu5_bar05:checked ~ #links5_05 li,
#acmenu5_bar06:checked ~ #links5_06 li,
#acmenu5_bar07:checked ~ #links5_07 li,
#acmenu5_bar08:checked ~ #links5_08 li,
#acmenu5_bar09:checked ~ #links5_09 li,
#acmenu5_bar10:checked ~ #links5_10 li,


#acmenu6_bar01:checked ~ #links6_01 li,
#acmenu6_bar02:checked ~ #links6_02 li,
#acmenu6_bar03:checked ~ #links6_03 li,
#acmenu6_bar04:checked ~ #links6_04 li,
#acmenu6_bar05:checked ~ #links6_05 li,
#acmenu6_bar06:checked ~ #links6_06 li,
#acmenu6_bar07:checked ~ #links6_07 li,
#acmenu6_bar08:checked ~ #links6_08 li,
#acmenu6_bar09:checked ~ #links6_09 li,
#acmenu6_bar10:checked ~ #links6_10 li

#acmenu7_bar01:checked ~ #links7_01 li,
#acmenu7_bar02:checked ~ #links7_02 li,
#acmenu7_bar03:checked ~ #links7_03 li,
#acmenu7_bar04:checked ~ #links7_04 li,
#acmenu7_bar05:checked ~ #links7_05 li,
#acmenu7_bar06:checked ~ #links7_06 li,
#acmenu7_bar07:checked ~ #links7_07 li,
#acmenu7_bar08:checked ~ #links7_08 li,
#acmenu7_bar09:checked ~ #links7_09 li,
#acmenu7_bar10:checked ~ #links7_10 li

{	
	height: auto;
	opacity: 1;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}


.Knowledge{
	margin-bottom: 60px;
	margin-top: 20px;
	background-color: #F5F5F5;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #F00;
}

.Knowledge .bannerimg{
	width: 50%;
	margin-bottom: 20px;

}

.Knowledge .bannertxt{
	width: 100%;

}

.page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
.page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.page_top a::after{
	content: 'PAGE TOP';
	font-size: 13px;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;

}

.semi_hp{
	float: left;
	width: 100%;
	background-color: #000;
	margin-bottom: 40px;
	color: #FFF;
	border-radius: 10px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.semi_hp img{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.renketu{
	float: left;
	width: 100%;
	background-color: #CCC;
	margin-bottom: 40px;
	color: #000;
	border-radius: 10px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}

.renketu img{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* ----価格改定------------- */
#revision{
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
#revision img{
	height:auto;
	width: 100%;
}

#revision .revision-txt{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}

#revision .revision-txt strong{
	background-color: #FFF;
	float: left;
	width: 100%;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* ----価格改定------------- */
#iten{
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}

.gaikan{
	float: left;
	width: 30%;
}
.gaikan img{
	float: left;
	max-width: 260px;
	width: 100%;
}

.iten-txt{
	float: left;
	width: 70%;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.iten-txt .basetxtiten{
	line-height: 2em;
}

.iten-txt2{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 10px;
	text-align: center;
}
.iten-txt2 .basetxtiten{
	line-height: 2em;
}
.comaddress{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F8F8F8;
	margin-top: 30px;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 20px;
}	


.iten_info{
	max-width: 300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.iten_info dt{
	float: left;
	width: 30%;
	text-align: right;
}

.iten_info dd{	float: left;
	width: 70%;}

.iten_guide{
	text-align: center;
	line-height: 1.8em;
}

@media only screen and (max-width: 750px) {
#iten{
	padding-right: 10px;
	padding-left: 10px;
}

.gaikan{
	width: 100%;
	text-align: center;
}	
.gaikan img{
	float: none;
}

.iten-txt{
	width: 100%;
	padding-bottom: 20px;	
}

.iten-txt2{
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
}
	
.comaddress{
	margin-top: 10px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.iten_guide{
	font-size: 12px;
}	
}




/* footer
------------------------- */
footer{
	color: #FFFFFF;
	background-color: #BF000F;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 10px;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
footer{
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
}

footer small{
	float: right;
	font-size: 10px;
	text-align: left;
	padding-top: 70px;
}

footer #footermenu{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

footer #footermenu ul{
	float: right;
	width: 700px;
	margin-top: 45px;
}

footer #footermenu #logo{
	margin-top: 0px;
	font-size: 20px;
	float: left;
}



@media only screen and (max-width: 1000px) {
footer{
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	
footer small{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #AA000D;
}
	
footer #footermenu{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 10px;

}

footer #footermenu #logo{
	margin-top: 0px;
	font-size: 20px;
	float: left;
	width: 100%;
}

footer #footermenu ul{
	float: left;
	width: 100%;
	margin-top: 20px;
}

footer #footermenu li{
	float: left;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

footer .place{
	float: left;
	font-size: 10px;
	margin-right: 0px;
	display: block;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
}




footer #footermenu #logo img{
	margin-top: 0px;
	width: 80px;
	margin-right: 10px;
	vertical-align: middle;	
}

@media only screen and (max-width: 1000px) {
footer #footermenu #logo img{	
	width: 60px;	
}
}

footer #footermenu li{
	float: left;
	text-align: right;
	margin-left: 20px;
}

footer #footermenu li a{
	font-size: 12px;
	color: #FFF;
	transition: 0.3s;	
}

footer #footermenu li a:hover{
	color: #FF4040;
}

footer .place{
	float: left;
	font-size: 10px;
	margin-right: 30px;
	display: block;
	text-align: left;

}

footer .place strong{
	font-size: 12px;
	margin-bottom: 5px;
	float: left;
	letter-spacing: 0.2em;
	display: block;
	clear: both;

}

footer .place strong span{
	font-size: 10px;
	font-weight: normal;
}


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

footer #footermenu #logo{
	margin-top: 0px;
	font-size: 20px;
	float: left;
	width: 100%;
	text-align: center;
}	
	
footer #footermenu li{
	float: left;
	text-align: center;
	width: 100%;
	background-color: #AA000D;
	padding: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

footer .place{
	float: left;
	font-size: 10px;
	margin-right: 20px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

footer .place strong{
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	letter-spacing: 0.2em;
	display: block;
	clear: both;
	width: 100%;
}
footer .place{
	float: left;
	font-size: 10px;
	margin-right: 0px;
	display: block;
	text-align: center;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #680007;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

footer .place strong{
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	letter-spacing: 0.2em;
	display: block;
	clear: both;

}
}

/* ------------------------------
   展示会ニュース
------------------------------ */

#news_footer{
	z-index: 9999;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}


@media only screen and (max-width: 440px) {
#news_footer{	
	height: 80px;
}
}
.news_footer_box{
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}


#news_footer span{
	color: #FFF;
	background-color: #00994D;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 5px;
}	

#news_footer a {
	font-weight: bold;
	color: #00B75B;
}

#news_footer a:hover {
	color: #00D068;
}
