@charset "UTF-8";
/***********************************************/
/*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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*addition*/
img {
  vertical-align: bottom;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/***********************************************/
/*BASE*/
/***********************************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  background-image: url(../common/img/bg.png);
  background-color: #EDF2F9;
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-text-size-adjust: 100%;
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.img_alpha:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

a {
  color: #507FC4;
  text-decoration: underline;
}
a:hover {
  color: #84A5D6;
  text-decoration: underline;
}
a:visited {
  color: #999999;
  text-decoration: underline;
}

.breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 5px 20px 10px;
}
.breadcrumb li {
  display: inline-block;
}

.breadcrumb-product {
  background-color: #ededed;
  height: 25px;
  padding: 7px 4px 0px;
  line-height: 1;
}
.breadcrumb-product li {
  display: inline-block;
}

/***********************************************/
/* HEADER */
/***********************************************/
header {
  width: 960px;
  margin: 0 auto 2px;
}

.header {
  display: flex;
  padding: 0 20px;
  align-items: flex-end;
}
.header_logo {
  margin-right: auto;
}
.header_lang {
  padding: 4px;
}
.header_copy {
  color: #666666;
  margin: 0 20px;
  display: flex;
  height: 42px;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 1.1rem;
}
.header_copy strong {
  color: #454545;
  font-weight: bold;
  margin-left: 1em;
}
.header form input {
  vertical-align: middle;
}
.header form input[type="text"] {
  width: 200px;
  margin-left: 20px;
  padding: 0.25em;
}
.header_nav {
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #c9c9c9;
  display: flex;
  justify-content: space-around;
  height: 60px;
  margin-top: 16px;
}
.header_nav li {
  flex: 1;
  text-align: center;
  background-image: url(../common/img/header_nav-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.header_nav li:hover {
  background-image: url(../common/img/header_nav-bg-on.png);
}
.header_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #454545;
}

/* NAVIGATION ACTIVE */
#page-home .header_nav li:nth-child(1) {
  background-image: url(../common/img/header_nav-bg-on.png);
}
#page-product .header_nav li:nth-child(2) {
  background-image: url(../common/img/header_nav-bg-on.png);
}
#page-company .header_nav li:nth-child(3) {
  background-image: url(../common/img/header_nav-bg-on.png);
}
#page-recruit .header_nav li:nth-child(4) {
  background-image: url(../common/img/header_nav-bg-on.png);
}
#page-contact .header_nav li:nth-child(5) {
  background-image: url(../common/img/header_nav-bg-on.png);
}

/***********************************************/
/* FOOTER */
/***********************************************/
footer {
  width: 960px;
  margin: 0 auto;
}

.pagetop {
  font-size: 1.1rem;
  text-align: right;
  padding: 10px 20px;
}

.footer {
  background: #333333;
  padding: 20px;
}
.footer_nav {
  display: flex;
  height: 250px;
  color: #dddddd;
/*
  background-image: url(../common/img/footer_logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
 */
}
.footer_nav li {
  list-style: disc inside;
  line-height: 2em;
  white-space: nowrap;
}
.footer_nav li.banner{
  list-style: none;
  margin-left: auto;
}
.footer_nav li.banner img{
  margin-bottom:10px;
  float: right;
  width:200px;
}

.footer_nav li li {
  margin-left: 1em;
}
.footer_nav li a {
  color: #dddddd;
  margin-right: 1em;
  text-decoration: none;
}
.footer_nav li a::before {
  /* content: "・"; */
}

.copyright {
  /* padding: 10px; */
  font-size: 1.0rem;
  text-align: center;
  color: #dddddd;
}

/***********************************************/
/* CONTENTS */
/***********************************************/
main {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
main section {
  margin-bottom: 20px;
}
main strong {
  font-weight: bold;
}
main p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.column_main {
  width: 650px;
  float: left;
}
.column_side {
  width: 250px;
  float: right;
}
.column_side_menu_title {
  background-color: #ededed;
  color: #454545;
  font-size: 1.4rem;
  line-height: 1;
  height: 25px;
  padding: 7px 8px 0px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.column_side_menu ul {
  margin: 5px 0 15px;
}
.column_side_menu ul li {
  background: url(../common/img/dot.gif) repeat-x 0 bottom;
  padding: 7px 0;
}
.column_side_menu ul li a {
  background: url(../common/img/arrow01.gif) no-repeat 0 center;
  padding: 0 0 0 15px;
  display: block;
}

.title_h2 {
  background-image: url(../common/img/h2-bg.png);
  background-repeat: no-repeat;
  height: 30px;
  font-size: 1.6rem;
  padding: 4px 0 0 12px;
  color: #454545;
  margin-bottom: 10px;
}

.title_h3 {
  background-color: #ededed;
  color: #454545;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 8px 6px 8px;
  margin-bottom: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.title_h4 {
  margin: 15px 0 15px 0;
  padding: 6px 10px 5px;
  background: #507FC4;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}

table {
  border: double 1px #aaaaaa;
}
table th {
  border: solid 1px #dddddd;
  background-color: #EDF2F9;
  padding: 0.5em 0.8em;
}
table td {
  border: solid 1px #dddddd;
  padding: 0.5em 0.8em;
}

/***********************************************/
/* TOP */
/***********************************************/
.swiper {
  width: 960px;
  height: 360px;
  margin: 0 auto 20px;
}
.swiper-slide {
  width: 740px;
  height: 360px;
}

.information dt {
  float: left;
  clear: both;
  width: 150px;
  padding: 5px 0;
}
.information dd {
  background: url(../common/img/dot.gif) repeat-x 0 bottom;
  padding: 5px 0 5px 160px;
}

/***********************************************/
/* SYSTEM */
/***********************************************/
.system_title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 920px;
  height: 140px;
  background-image: url(../img/system_title.png);
  margin-bottom: 20px;
}

.lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #507FC4;
}

/***********************************************/
/* PRODUCT */
/***********************************************/
.product_title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 920px;
  height: 140px;
  background-image: url(../product/img/product_title.jpg);
  margin-bottom: 20px;
}
.product_list {
  background-color: #edf2f9;
  border: solid 1px #dddddd;
  padding: 0 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.product_list ul a {
  margin: 10px 0 0;
}
.product_list ul a li {
  position: relative;
  width: 292px;
  height: 113px;
  background-image: url(../product/img/product_list-bg.jpg);
  background-repeat: no-repeat;
}
.product_list ul a li:hover {
  background-image: url(../product/img/product_list-bg-on.jpg);
}
.product_list ul a li p {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  top: 20px;
  left: 15px;
}
.product_list ul a li p.baiyou {
  width: 86px;
  height: 42px;
  background-image: url(../product/img/product_list01-title.jpg);
}
.product_list ul a li p.keisoku {
  width: 141px;
  height: 43px;
  background-image: url(../product/img/product_list02-title.jpg);
}
.product_list ul a li p.soft {
  width: 144px;
  height: 54px;
  background-image: url(../product/img/product_list03-title.jpg);
}
.product_list ul a li p.syuhen {
  width: 85px;
  height: 44px;
  background-image: url(../product/img/product_list04-title.jpg);
}
.product_list ul a li p.bunri {
  width: 143px;
  height: 43px;
  background-image: url(../product/img/product_list05-title.jpg);
}
.product_list ul a li p.kankyo {
  width: 129px;
  height: 43px;
  background-image: url(../product/img/product_list06-title.jpg);
}
.product_list ul a li div.thumbnail {
  position: absolute;
  top: 7px;
  left: 178px;
  width: 106px;
  height:97px;
  overflow: hidden;
}
.product_list ul a li img {
}
.product_link {
  font-size: 1.4rem;
  line-height: 2em;
  text-align: center;
  padding: 10px 0;
}
.product_detail_header {
  background: url(../common/img/dot.gif) repeat-x 0 bottom;
  width: auto;
  margin: 0 0 15px 0;
  padding: 25px 0;
}
.product_detail_header h2 {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4em;
}
.product_detail_header p {
  line-height: 1.6rem;
}
.product_detail_box {
  margin-bottom: 20px;
}
.product_detail_box p {
  margin-bottom: 1em;
}
.product_detail_box01-thumb {
  width: 210px;
  float: left;
  text-align: center;
  font-size: 1.1rem;
}
.product_detail_box01-thumb img {
  max-width: 210px;
  height: auto;
}
.product_detail_box01-thumb p {
  margin-top: 0.5em;
}
.product_detail_box01-right {
  width: 420px;
  float: right;
}
.product_detail_box table{
/*   width:100% !important; */
}
.product_detail_box table th,
.product_detail_box table td{
/*   width:auto !important; */
  text-align: center;
}
.product_detail_box table tr td:first-child{
  white-space: nowrap;
}

.thumb_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumb_list li {
  width: 200px;
  /*margin-right: 6px;
  margin-bottom: 16px;*/
  margin-bottom: 1em;
}
.thumb_list li:nth-child(3n+2):last-child {
  margin-right: 225px;
}

.thumb_list li.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.thumb_list p{
  font-size: 1.1rem;
  text-align: justify;
}
.thumb_list-image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumb_list-title {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin: 5px 0;
}
.thumb_list .tags{
  font-size:8px;
  background-color: #BBF0F1;
  padding:0.3em;
  margin-right:0.2em;
}
.thumb_list .tags a{
  color:#666;
  text-decoration: none;
}

/***********************************************/
/* COMPANY */
/***********************************************/
.company_title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 920px;
  height: 140px;
  background-image: url(../img/company_title.png);
  margin-bottom: 20px;
}
.company_branch_list dl {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.company_branch_list dl dt{
  font-weight: bold;
}

.company_branch_list dl dd div#map01,
.company_branch_list dl dd div#map02,
.company_branch_list dl dd div#map03,
.company_branch_list dl dd div#map04,
.company_branch_list dl dd div#map05
{
  width:250px;
  height:200px;
}

#map #gmap {
  height: 400px;
  width: 650px;
  border: 1px solid #CCC;
}
#map .gmap {
  margin-bottom: 15px;
  font-size: 1rem;
}
#map .map {
  width: 650px;
  margin: 0 auto;
  padding: 20px 0;
}
#map .access_info {
  margin-top: 15px;
}
#map .access_info dt {
  float: left;
  clear: both;
  width: 150px;
  padding: 10px 0;
}
#map .access_info dd {
  background: url(../common/img/dot.gif) repeat-x 0 bottom;
  padding: 10px 0 10px 160px;
}
#map .close {
  text-align: center;
  padding: 10px;
}

/***********************************************/
/* Privacy Policy */
/***********************************************/
.privacy_title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 920px;
  height: 140px;
  background-image: url(../img/privacy_title.png);
  margin-bottom: 20px;
}
.privacy{}
.privacy p,
.privacy h2,
.privacy ul{
  padding-bottom: 15px;
  margin-bottom: 0;
}

/***********************************************/
/* TOPICS */
/***********************************************/
.topics_title{
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 920px;
  height: 140px;
  background-image: url(../img/topics_title.png);
  margin-bottom: 20px;
}
.topics_header{
  background: url(../common/img/dot.gif) repeat-x 0 bottom;
  width: auto;
  margin: 0 0 15px 0;
  padding: 25px 0 10px 0;
}
.topics_header h2 {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4em;
}

table.table2{
  width:80% !important;
  margin:0 auto;
}
table.table2 th{
  width:120px !important;
}
table.table2 td{
  width:auto !important;
}

/***********************************************/
/* Contact */
/***********************************************/
#page-product main article form{
  text-align: center;
}
#page-product main article input[type=submit]{
  width: 220px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  border: none;
  background-color: #027FD3;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

/* 20180701 add sub/sup style */
sub{
    font-size: 50%;
    vertical-align: sub;
}
sup{
    font-size: 50%;
    vertical-align: super;
}

