@charset "UTF-8";
body {
  /*font-family: 'Noto Sans Japanese', serif;*/
  font-family:  'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  line-height: 1.6rem;
}

a {
  color: #1a1a1a;
}

.sp_menu {
  background-color: red;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}

.bottom-slider {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.bottom-slider .slide {
  margin-left: 10px;
  margin-right: 10px;
}

.drawer-menu > li {
  line-height: 44px;
  text-indent: 10px;
  border-bottom: solid 1px #aaa;
}

.drawer-menu .drawer-dropdown-menu li {
  line-height: 44px;
  text-indent: 10px;
  border-bottom: solid 1px #aaa;
  background-color: #ebebeb;
  text-indent: 20px;
}

.site-header {
  padding-top: 1.4rem;
}

.site-header .header {
  padding-bottom: 1.4rem;
}

.site-header .header a.logo {
  margin-left: 10px;
}

.site-header .header .rb {
  text-align: right;
  float: right;
  width: 400px;
  margin-top: 5px;
}

.site-header .header .rb .search {
  float: right;
  border-collapse: collapse;
}

.site-header .header .rb .search ._label {
  height: 25px;
  width: 70px;
  background-color: #009dff;
  text-align: center;
  color: #fff;
}

.site-header .header .rb .search ._textbox {
  background-color: #ebebeb;
}

.site-header .header .rb .search ._textbox input {
  width: 120px;
  margin: 0 !important;
  border: solid 0px #fff;
  background-color: #ebebeb;
}

.site-header .header .rb .search ._textbox input:focus {
  outline: 0px #ff0000 solid;
}

.site-header .header .rb .search ._btn button {
  display: block;
  border: solid 0px #fff;
  font-size: 13px;
  background-color: #fff;
}

.site-header .header .rb .search ._btn button span {
  width: 50px;
  height: 22px;
}

.site-header .header .rb .lang {
  float: right;
}

.site-header .main-menu {
  background-color: #fff;
  text-align: right;
}

.site-header .main-menu .fixlogo {
  float: left;
  width: 220px;
  display: none;
}

.site-header .main-menu .fixlogo a {
  position: relative;
  top: 10px;
  left: 6px;
}

.site-header .main-menu .menu {
  padding: 0;
  margin: 0;
}

.site-header .main-menu .menu ul {
  padding: 0;
  margin: 0;
}

.site-header .main-menu .menu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 44px;
  height: 44px;
  background-color: #fff;
}

.site-header .main-menu .menu > li > a {
  display: inline-block;
  padding: 0px 18px 0px 18px;
  text-decoration: none;
}

.site-header .main-menu .menu > li:hover {
  border-bottom: solid 5px #87a0c6;
}

.site-header .main-menu .menu > li.active {
  border-bottom: solid 5px #3c69b0;
}

.site-header .main-menu .menu > li.netshop {
  background-color: #1a1a1a;
}

.site-header .main-menu .menu > li.netshop a {
  color: #fff;
}

.site-header .main-menu .menu > li.netshop:hover {
  border-bottom: solid 5px #1a1a1a;
}

.site-header .main-menu .menu .l1 {
  text-align: left;
  width: 200px;
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 1000;
  font-size: 11px;
}

.site-header .main-menu .menu .l1 a {
  color: #fff;
  text-decoration: none;
}

.site-header .main-menu .menu .l1 li.l1c {
  background-color: #3c69b0;
  text-indent: 18px;
  height: 44px;
  line-height: 44px;
  position: relative;
  display: block;
}

.site-header .main-menu .menu .l1 li.l1c:hover {
  background-color: #87a0c6;
}

.site-header .main-menu .menu .l2 {
  text-align: left;
  width: 200px;
  display: none;
  position: absolute;
  left: -100%;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1000;
  font-size: 11px;
}

.site-header .main-menu .menu .l2 li.l2c {
  background-color: #3c69b0;
  text-indent: 18px;
  height: 44px;
  line-height: 44px;
  position: relative;
  display: block;
}

.site-header .main-menu .menu .l2 li.l2c a {
  color: #fff;
  text-decoration: none;
}

.site-header .main-menu .menu .l2 li.l2c:hover {
  background-color: #87a0c6;
}

.l_title {
  margin-top: 4.6rem;
}

.l_title h3 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 4px;
}

.l_title h6 {
  text-align: center;
}

.article {
  padding-top: 1.0rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 2px #ccc;
}

.article .detail {
  margin-top: 0px;
  padding-top: 0px;
}

.article .detail .title {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.article .detail .title .tag {
  background-color: #009dff;
  padding: 4px 10px 4px 10px;
  margin-right: 10px;
  font-weight: bold;
}

.article .detail .title .product_info {
  background-color: #ffb423;
}

.article .detail .title a {
  font-size: 15px;
  text-decoration: underline;
  font-weight: bold;
}

.article .detail p {
  line-height: 1.0rem;
}

.article .date {
  padding-left: 30px;
}

.news_list_btn {
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
  background-color: #4d4d4d;
  border-radius: 0;
  padding: 16px 100px 16px 70px;
  color: #fff;
}

.news_list_btn .icon-chevron-right {
  padding-right: 30px;
}

.news_list_btn:hover {
  color: #fff;
  background-color: #5d5d5d;
}

.bg {
  padding-top: 1.0rem;
  padding-bottom: 3.0rem;
  background-image: url("./img/bg.jpg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-bottom: solid 6px #3c69b0;
}

.product_column .c_b {
  text-align: center;
  background-color: #fff;
}

.product_column .c_b img.logo {
  padding: 10px;
  padding-top: 40px;
}

.product_column .c_b h6 {
  padding-bottom: 40px;
}

.product_m h6 {
  color: #009dff;
}

.product_m .link {
  height: 36px;
  background-color: #009dff;
  color: #fff;
  line-height: 280%;
  text-align: center;
}

.product_m .link span {
  float: right;
  position: relative;
  top: 12px;
  right: 10px;
}

.product_d h6 {
  color: #00c6b3;
}

.product_d .link {
  height: 36px;
  background-color: #00c6b3;
  color: #fff;
  line-height: 280%;
  text-align: center;
}

.product_d .link span {
  float: right;
  position: relative;
  top: 12px;
  right: 10px;
}

.scale {
  width: 370px;
  height: 180px;
  overflow: hidden;
}

.scale img {
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}

.scale img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.bottom_slider {
  padding-top: 3.5rem;
  padding-bottom: 3.0rem;
}

.footer {
  background-color: #ebebeb;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

.footer h6 {
  font-size: 13px;
  margin-bottom: 20px;
  text-indent: 30px;
}

.footer h6 span {
  color: #3c69b0;
  font-size: 12px;
  padding-right: 8px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer ul li span {
  font-size: 12px;
  padding-right: 8px;
}

.container-bg-gray {
  background-color: #ebebeb;
  padding-top: 2.4rem;
}

.container-bg-gray_recruit {
  background-color: #ebebeb;
}

.brand-container {
  border-bottom: solid 6px #3c69b0;
  font-size: 12px;
}

.brand-container .brand {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  text-align: center;
}

.brand-container .brand .logo {
  padding-top: 2.0rem;
  padding-bottom: 1.0rem;
}

.brand-container .brand .logo img {
  width: 200px;
}

.brand-container .brand .inquiry .text {
  border-bottom: solid 1px #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.brand-container .brand .inquiry .tel {
  font-weight: bold;
}

.brand-container .brand .inquiry .tel .pn {
  font-size: 16px;
}

.brand-container .brand .inquiry .mail {
  background-color: #4d4d4d;
  color: #fff;
  margin-top: 8px;
  padding: 4px 6px 4px 6px;
  font-size: 10px;
}

.copyright {
  margin-top: 24px;
  font-size: 10px;
  color: #aaa;
  padding-bottom: 0.9rem;
}

.subheader {
  height: 252px;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  position: relative;
  background-image: url("./img/subheader/subheader_company.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.subheader-company{
  background-image: url("./img/subheader/subheader_company.png");
}

.subheader-product{
  background-image: url("./img/subheader/subheader_product.png");
}

.subheader-recruit{
  background-image: url("./img/subheader/subheader_recruit.png");
}

.subheader-tokuyakuten{
  background-image: url("./img/subheader/subheader_tokuyakuten.png");
}

.subheader h3 {
  font-size: 33px;
  padding-top: 5.8rem;
  font-weight: 900;
}

.subheader span {
  border: solid 1px #fff;
  width: 100px;
  padding: 4px 16px 4px 16px;
}

.subheader .bc {
  font-size: 11px;
  position: absolute;
  top: 212px;
  left: 20px;
}

.submenu-container {
  background-color: #ebebeb;
}

.submenu-container .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.submenu-container .submenu {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-top: solid 0px #ebebeb;
  border-right: solid 0px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  text-indent: 16px;
}

.submenu-container .submenu span {
  padding-right: 5px;
}

.submenu-container .submenu.active {
  color: #fff;
  background-color: #3c69b0 !important;
}

.submenu-container .submenu.active a {
  color: #fff;
}

.submenu-container1 {
  background-color: #ebebeb;
}

.submenu-container1 .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.submenu-container1 .submenu {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-top: solid 0px #ebebeb;
  border-right: solid 0px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-bottom: solid 0px #ebebeb;
  text-indent: 16px;
}

.submenu-container1 .submenu span {
  padding-right: 5px;
}

.submenu-container1 .submenu.active {
  color: #fff;
  background-color: #3c69b0 !important;
}

.submenu-container1 .submenu.active a {
  color: #fff;
}

.submenu-container2 {
  background-color: #3c69b0;
}

.submenu-container2 .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.submenu-container2 .submenu {
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.submenu-container2 .submenu span {
  padding-right: 5px;
}

.submenu-container2 .submenu a {
  color: #fff;
  padding: 4px 14px 4px 14px;
  border-radius: 3px;
}

.submenu-container2 .submenu.active {
  color: #fff;
  background-color: #3c69b0 !important;
}

.submenu-container2 .submenu.active a {
  color: #fff;
  border: solid 1px #fff;
}

.content {
  border-bottom: solid 5px #3c69b0;
}

/*.content h1 {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin-top: 4.6rem;
  margin-bottom: 1.4rem;
}*/

.content-company .photo-box {
  text-align: center;
  margin-top: 10px;
}

.content-company .idea {
  text-align: center;
  padding: 36px;
  background-color: #d9f0ff;
}

.content-company .idea h3 {
  font-size: 26px;
  color: #3c69b0;
  margin-top: 2.0rem;
  margin-bottom: 1.3rem;
}

.content-company .idea h4 {
  font-size: 18px;
  line-height: 1.66rem;
}

.content-company h7 {
  text-decoration: underline;
}

._iso_img_box img {
  margin-right: 6px;
}

._iso_img_box ._data {
  line-height: 150%;
}

._iso_img_box ._iso_img_box_one {
  margin-top: 1.0rem;
}

._hinshitsu_box h5 {
  color: #009dff;
  text-align: center;
}

.content-gaiyo h5 {
  border-left: solid 6px #3c69b0;
  padding-left: 10px;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
  padding: 2px 10px 2px 10px;
}

.content-gaiyo .office-row {
  margin-bottom: 1.4rem;
}

.content-gaiyo .office-row ._data {
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}

.content-gaiyo .office-row img {
  width: 100%;
  max-width: 300px;
}

.content-gaiyo .office-row h6 {
  margin-top: 2.0rem;
}

.p_h4 {
  margin-bottom: 2.0rem;
  text-align: center;
  color: #3c69b0;
}

.p_h4 span {
  font-size: 36px;
}

.p_h4 h4 {
  font-weight: 600;
}

.p_h5 {
  text-align: center;
  margin-bottom: 1.0rem;
  font-weight: bold;
}

.p_p1 {
  margin-right: auto;
  margin-left: auto;
}

.p_list {
  list-style: none;
  padding: 0;
}

.p_list li {
  border-bottom: dotted 1px #4d4d4d;
  line-height: 38px;
}

.p_list1 li span.num {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #656464;
  margin-right: 10px;
}

.p_box {
  padding: 1.6rem 4.0rem 1.6rem 4.0rem;
}

.p_box_white {
  background-color: #fff;
}

.p_table {
  background-color: #fff;
}

.p_table_1 tr {
  border-top: dotted 1px #ccc !important;
  border-bottom: dotted 1px #ccc !important;
}

.p_table_1 th {
  background-color: #d9f0ff;
}

.p_table_1 th, .p_table_1 td {
  border-top: solid 0px #fff !important;
}

.p_table_2 th {
  text-align: center;
}

span.p_link a {
  color: #fff;
  background-color: #009dff;
  padding: 2px 14px 2px 14px;
  border-radius: 3px;
}

.pull-right {
  float: right;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.sod_select {
  width: 150px !important;
}

.sod_option {
  width: 150px !important;
}

.sod_select.custom {
  background-color: #fff !important;
  border: solid 0px #fff !important;
  box-shadow: inset 0 0px 0px transparent !important;
}

.sod_select.custom.custom {
  width: 150px;
}

.sod_list_wrapper {
  width: 150px;
}

.sod_select.custom:after {
  border-left: 0px solid #e5e5e5 !important;
}

.list-icon {
  position: absolute;
  top: 18px;
  left: -16px;
}

.mapbox {
  padding-left: 26px;
  padding-right: 26px;
}

.c1 {
  color: #3c69b0;
}

p.p_left {
  display: inline-block;
  text-align: left !important;
}

.p_h5_2 {
  border-left: solid #3c69b0 6px;
  text-indent: 0.6rem;
}

.access_data {
  margin-top: -44px;
  padding-top: 44px;
}

.access_data span {
  color: #40b6ff;
  font-size: 14px;
  padding-right: 10px;
}

.bluebox {
  padding: 2.0rem;
  background-color: #d9f0ff;
}

.bluebox h4 {
  font-size: 20px;
  line-height: 1.66rem;
}

/*********************
 繧ｰ繝ｭ繝ｼ繝舌Ν
 */
hr {
  height: 1px;
  background-color: #fff;
  border: none;
  color: #fff;
}

h5 {
  margin-top: 1.6rem;
  margin-bottom: 1.0rem;
}

/********************/
.imgbox {
  padding: 2.0rem;
  text-align: center;
}

.imgbox img {
  max-width: 100%;
}

.imgbox_w {
  background-color: #fff;
}

/********************/
.product .img_box {
  background-color: #fff;
}

.product .name {
  border-bottom: solid 1px #656464;
  margin-bottom: 1.0rem;
}

.fit_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/*********************
 逕ｻ蜒上・繝・け繧ｹ
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/********************/
._btn {
  color: #656464;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #656464;
}

._btn span {
  font-size: 19px;
}

._btn-gray {
  background-color: #656464;
  border: solid 1px #656464;
  color: #fff;
}

._btn-contant {
  background-color: #009dff;
  color: #fff;
  line-height: 200%;
  border: solid 0px #fff;
}

._btn-contant span {
  position: relative;
  top: 2px;
  right: 10px;
}

.support_tool span {
  position: relative;
  top: 1px;
  right: 3px;
}

.support_tool_package {
  background-color: #fff;
  text-align: center;
  margin-bottom: 1.6rem;
}

.support_tool_package .name {
  padding: 10px;
  background-color: #848383;
  color: #fff;
}

.land_pattern {
  background-color: #fff;
  text-align: center;
  margin-bottom: 1.6rem;
}

.land_pattern .name {
  padding: 10px;
  background-color: #6387c0;
  color: #fff;
}

.p_box_white_mft li {
  list-style: none;
  text-decoration: underline;
  line-height: 220%;
}

.p_box_white_mft li span {
  color: #ffb423;
}

.under_tri {
  text-align: center;
  font-size: 40px;
  padding: 1.0rem;
}

.whitebox_mft {
  padding: 12px;
  text-align: center;
  background-color: #fff;
}

.whitebox_mft img {
  max-width: 801px;
  margin-left: auto;
  margin-right: auto;
}

.whitebox_mft .text1 {
  background-color: #ebebeb;
  padding: 10px;
}

.whitebox_mft .text2 {
  padding: 20px;
  color: #009dff;
}

.whitebox_mft .text2 span {
  font-size: 40px;
}

.bluebox_mft {
  background-color: #3c69b0;
  color: #fff;
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.bluebox_mft .num {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  font-size: 32px;
}

.bluebox_mft p {
  padding: 0.3rem 0 0rem 0;
}

.table-mft th, .table-mft td {
  boder-color: solid 1px #333;
}

.mft_arror {
  font-size: 32px;
  text-align: center;
  color: #009dff;
}

.img_product_padding {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mono_pattern .title {
  background: #7F7F7F;
  text-align: center;
  color: #fff;
}

.mono_pattern table tr {
  border-top: solid 2px;
}

.mono_pattern table th, .mono_pattern table td {
  text-align: center;
}

.ac {
  margin: 0 auto 0 auto;
}

.w100 {
  width: 100%;
}

.mw100 {
  max-width: 100%;
}

.pc_w80__sp_w100 {
  width: 80%;
}

.pc_w70__sp_w100 {
  width: 70%;
}

.pc_w60__sp_w100 {
  width: 60%;
}

.subheader_bg100_bg260{
  background-size: 100%;
}

@media (max-width: 768px) {
  .pc_w80__sp_w100 {
    width: 100%;
  }
  .pc_w70__sp_w100 {
    width: 100%;
  }
  .pc_w60__sp_w100 {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .subheader_bg100_bg260{
    background-size: 260%;
  }
}

panel {
  width: 100%;
}
 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #00BCD4;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
 
#panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}







.cover-img {
	height: 600px;
	display: table;
	width: 100%;
	background-size: cover;
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 800px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 500px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 300px;
	}
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

.table .filter  td{background-color:#dcdcdc;color:#888;}
.download button{color:#ffffff;background-color:#aaa;}
h4 {
  border-left: solid 6px #3c69b0;
  padding-left: 10px;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
  padding: 2px 10px 2px 10px;
}

/* icoc add start */
div.headder_link a{
  color:#fff;
  text-decoration: none; border:0px;
}

.headder_link_contact{
  height:25px;
  background-color: #0088cc;
  color:#fff;
  text-align: center;
  float:left;
  width:100px;
  margin-right: 5px;
}

div.headder_link_contact a{
  color:#fff;
  text-decoration: none; border:0px;
}

h1 {
  font-size :17px; 
  text-align: left;
  border-left: solid 6px #3c69b0;
  padding-left: 10px;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
  padding: 2px 10px 2px 10px;
}

/* icoc add end */