@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, blockquote, a, address, em, strong, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup,
menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

sup {
  vertical-align: top;
  font-size: 75.5%;
}

address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border: none;
}

html {
  font-size: 62.5%;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: #333;
}

body {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img.link {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

div.catch {
  padding: 8px 0;
  color: #fff;
  font-size: 1.3rem;
  font-size: 13px;
  width: 1141px;
  margin: 0 auto;
  /* overflow: hidden; */
}
div.catch:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

div.catch span:first-of-type {
  width: 45%;
  text-align: left;
  float: left;
  display: block;
}
div.catch span:nth-of-type(2) {
  width: 50%;
  float: right;
  display: block;
  text-align: right;
}
div.catch span:nth-of-type(2) li{
  display: inline-block;
}
div.catch span:nth-of-type(2) a{
  color: #fff;
}

header {

}

#header-inner {
  position: relative;
  text-align: left;
  width: 1141px;
  margin: 0 auto;
  padding: 0 10px;
}
#header-inner ul.m11s {
  font-size: 1.3rem;
  font-size: 13px;
  position: absolute;
  top: 5px;
  right: 10px;
}
#header-inner ul.m11s li {
  display: inline;
}
#header-inner ul.m11s li.access,
#header-inner ul.m11s li.sitemap {
  padding-left: 10px;
  margin-left: 20px;
  background: url(../images/common/mk_rd_arw.png) no-repeat left center;
}
#header-inner ul.m11s li.sitemap {
  margin-right: 15px;
}
#header-inner ul.m11s li.language {
  margin-left: 10px;
}
#header-inner ul.m11s li.language a {
  background: #e48c08;
  color: #fff;
  padding: 1px 20px 0;
}
#header-inner ul.m11s li.language a:hover {
  background: #f7a428;
  text-decoration: none;
}
#header-inner p.tel {
  position: absolute;
  top: 30px;
  right: 210px;
}
#header-inner p.contact {
  position: absolute;
  top: 30px;
  right: 0;
}
nav.header-nav {
  background: #f88804;
  height: 65px;
  width: 100%;
}
nav.header-nav ul {
  width: 1141px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;


}
nav.header-nav li {
  /* float: left; */
  /* padding: 0 1em; */
  /* border-right: 1px #333 solid; */
}
nav.header-nav li::after{
  content: "";
  border-right: 1px #333 solid;
  padding-left: 2em;
}
nav.header-nav li:last-of-type::after{
  content: none;
}
nav.header-nav li:first-of-type {padding-left: 0;}
nav.header-nav li:last-of-type {padding-right: 0;border: 0;}
nav.header-nav li a {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;

}


body.strength nav.header-nav li#strength a {
  width: 163px;
}
body.machining nav.header-nav li#machining a, body.parent-pageid-37 nav.header-nav li#machining a {
  width: 163px;
}
body.measurement nav.header-nav li#measurement a, body.parent-pageid-39 nav.header-nav li#measurement a {
  width: 163px;
}
body.equipment nav.header-nav li#equipment a {
  width: 163px;
}
body.post-type-archive-results nav.header-nav li#results a, body.tax-results_cat nav.header-nav li#results a, body.single-results nav.header-nav li#results a {
  width: 163px;
}
body.company nav.header-nav li#company a, body.parent-pageid-9 nav.header-nav li#company a {
  width: 163px;
}

footer {
  margin-top: 50px;
  text-align: left;
  background: #1d1d1d;
}
footer small {
  background: #1d1d1d;
  color: #868686;
  display: block;
  text-align: center;
  padding: 5px 10px;
}

#footerNav {
  position: relative;
  width: 1141px;
  padding: 25px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footerNav ul {
  margin-top: 5px;
}
#footerNav li {
  margin-bottom: 5px;
}
#footerNav li a {
  color: #fff;
}
#footerNav p.toTop {
  position: absolute;
  right: 10px;
  top: -55px;
}

#footerNav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #footerNav {
  zoom: 1;
}

*:first-child + html #footerNav {
  zoom: 1;
}

#footerNav > ul {
  float: left;
}

#footerNav > ul > li > a {

}

#footerNav > ul ul li {
  margin-left: 1em;
}
#footerNav > ul ul li::before{
  content: "-";
  margin-right: 0.5em;
  color: #fff;
}

#footerInfo {
  padding: 20px 0;
  background: #000;
}

#footerInfo-inner {
  position: relative;
  width: 1141px;
  padding: 0 10px;
  margin: 0 auto;
}
#footerInfo-inner p.footerLogo {
  margin-bottom: 20px;
}
#footerInfo-inner p.footerCatch {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#footerInfo-inner address{
  color: #bdbdbd;
}
#footerInfo-inner p.character {
  position: absolute;
  right: 0;
  bottom: 0;
}

body.blog h2.ttlMain,
body.category h2.ttlMain,
body.single-post h2.ttlMain,
body.sitemap h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_information.jpg) no-repeat center top;
}

body.strength h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_strength.jpg) no-repeat center top;
}

body.machining h2.ttlMain,
body.parent-pageid-37 h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_machining.jpg) no-repeat center top;
}

body.measurement h2.ttlMain,
body.parent-pageid-39 h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_measurement.jpg) no-repeat center top;
}

body.equipment h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_equipment.jpg) no-repeat center top;
}

body.recruit h2.ttlMain,
body.parent-pageid-15 h2.ttlMain,
body.parent-pageid-19 h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_recruit.jpg) no-repeat center top;
}

body.company h2.ttlMain,
body.parent-pageid-9 h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_company.jpg) no-repeat center top;
}

body.post-type-archive-results h2.ttlMain,
body.tax-results_cat h2.ttlMain,
body.single-results h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_results.jpg) no-repeat center top;
}

body.privacypolicy h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_privacypolicy.jpg) no-repeat center top;
}

body.catalog h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_catalog.jpg) no-repeat center top;
}

body.contact h2.ttlMain,
body.confirm h2.ttlMain,
body.thankyou h2.ttlMain {
  background: #000 url(../images/common/bg_ttlmain_contact.jpg) no-repeat center top;
}

#contents {
  overflow: hidden;
  width: 1141px;
  margin: 20px auto 0;
  padding: 0 10px;
}

#main {
  text-align: left;
  float: left;
  width: 785px;
}
#main .contactArea {
  margin: 6em 39px 0;
  position: relative;
  background: url(../images/common/bg_contactarea02.png) no-repeat center bottom;
  min-height: 260px;
}
#main .contactArea p.message {
  padding-right: 250px;
  position: absolute;
  left: 0;
  bottom: 210px;
  color: #fff;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
#main .contactArea p.tel {
  position: absolute;
  left: 20px;
  bottom: 110px;
}
#main .contactArea p.btnMail {
  position: absolute;
  right: 50px;
  bottom: 45px;
}

#sub {
  text-align: left;
  float: right;
  width: 317px;
}
#sub .btnArea {
  margin-bottom: 20px;
}
#sub .btnArea li {
  margin-bottom: 10px;
}
#sub .btn {
  margin-bottom: 20px;
  border: 1px solid #a8a8ad;
}

#breadcrumbs {
  text-align: left;
  font-size: 1.2rem;
  font-size: 12px;
  margin-bottom: 20px;
}
#breadcrumbs li {
  color: #fefefe;
  display: inline;
  /* background: url(../images/common/mk_bk_arw.png) no-repeat left center; */

}
#breadcrumbs li::before {
  content: '\03e';
  color: #fefefe;
  padding: 0.5em;
}
#breadcrumbs li:first-child {
  background: none;
  padding-left: 0;
}
#breadcrumbs li:first-child::before {
  content: '';
}
#breadcrumbs li a {
  color: #fefefe;
  text-decoration: underline;
}
#breadcrumbs li a:hover {
  color: #f88804;
}

#subNav {
  margin-bottom: 20px;
}

#subNav > ul > li {
  background: #000;
}

#subNav > ul > li > a {
  position: relative;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px 15px 25px;
  display: block;
  font-size: 1.8rem;
  font-size: 18px;
}
#subNav > ul > li > a::before {/*右向き三角*/
  content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #f88804;
position: absolute;
top: 1.3em;
left: 12px;
padding-right: 0.3em;
}

#subNav > ul > li > a:hover {
  text-decoration: none;
}

#subNav > ul > li ul li a {
  background-color: #fff !important;
  background-position: 10px center;
  background-repeat: no-repeat;
  display: block;
  padding: 10px 10px 10px 25px;
  border-top: 1px solid #a8a8ad;
  position: relative;
}
#subNav > ul > li ul li a::before {/*右向き三角*/
  content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #f88804;
position: absolute;
top: 1.1em;
left: 12px;
}


#subNav > ul > li ul li a:hover {
  background-color: #d2d2d2 !important;
  color: #333;
  text-decoration: none;
}

#subNav ul > li ul li.current-menu-item a,
body.parent-pageid-19 #subNav ul > li ul li.current-page-ancestor a {
  background-color: #d2d2d2 !important;
  color: #333;
  text-decoration: none;
}



.wp-pagenavi {
  text-align: center;
  font-size: 1.5rem;
  font-size: 15px;
  margin-top: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
.wp-pagenavi span {
  text-decoration: underline;
}
.wp-pagenavi a:hover {
  color: #cb2517;
}

aside.pageNation {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
aside.pageNation ul {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto 0 0;
}
aside.pageNation ul li {
  background: none;
}
aside.pageNation ul li a {
  color: #9e9e9e;
}
aside.pageNation ul li.prev {
  float: left;
  text-align: left;
  background: url(../images/common/bg_gn_arw_prev.png) no-repeat left center;
  padding-left: 15px;
}
aside.pageNation ul li.next {
  float: right;
  text-align: right;
  background: url(../images/common/bg_gn_arw.png) no-repeat right center;
  padding-right: 15px;
}
aside.pageNation p {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0 260px;
  width: 200px;
}

.ttlMain {
  /* border-bottom: 2px solid #c8c8cb; */
  text-align: center;
  height: 40px;
  font-size: 3rem;
  font-size: 30px;
  padding: 32px;
  margin: 0;
}

.ttlMain span {
  text-align: left;
  line-height: 1.0;
  color: #fff;
  width: 1124px;
  margin: 0 auto;
  border-left: 6px solid #fff;
  display: block;
  padding: 5px 0 7px 15px;
  font-weight: normal;
}

.ttlSub {
  font-size: 1.8rem;
  font-size: 22px;
  padding: 12px;
  font-weight: normal;
  background: #000;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.ttlSub span {
  padding-left: 10px;
  display: block;
}

.ttlGnDbLine {
  background: url(../images/common/bg_gn_dbline.png) repeat-x left bottom;
  padding: 10px 0;
  font-size: 1.8rem;
  font-size: 18px;
  color: #f88804;
  margin-bottom: 15px;
}
body.page-id-11 .ttlGnDbLine{
  color: #fff;
}

table.basic {
  width: 100%;
  border-top: 1px solid #a8a8ad;
  border-left: 1px solid #a8a8ad;
  border-right: 1px solid #a8a8ad;
}
table.basic th, table.basic td {
  padding: 15px;
  border-bottom: 1px solid #a8a8ad;
  background: #fff;
  color: #333;
}
table.basic th {
  text-align: center;
  width: 150px;
  background: #eaeaeb;
  color: #333;
}

ul.dot li {
  background: url(../images/common/mk_bk_dot.png) no-repeat left 0.5em;
  padding-left: 10px;
  margin-top: 3px;
}
ul.dot li:first-child {
  margin-top: 0;
}

ul.dpI li {
  display: inline;
  white-space: nowrap;
}

.blue {
  color: #5096ff;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fwB {
  font-weight: bold;
}

.dpB {
  display: block;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.flR {
  float: right;
}

.clear {
  clear: both;
}

#keyVisual ul {
  box-sizing: border-box;
}

.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

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

.wideslider ul li img {
  width: 100%;
  height: auto;
  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;
  background: #fff;
}

.wideslider .pagination {
  display: none;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}

#homeContents {
  overflow: hidden;
  width: 1141px;
  margin: 0 auto;
  padding: 0 10px;
}

#homeMain {
  text-align: left;
  float: left;
  width: 785px;
}

#homeSide {
  text-align: left;
  float: right;
  width: 317px;
}
#homeSide ul.btnArea {
  margin-bottom: 45px;
}
#homeSide ul.btnArea li {
  margin-bottom: 20px;
}
#homeSide .btn {
  margin-bottom: 20px;
  border: 1px solid #a8a8ad;
}
#homeSide #informationArea {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
#homeSide #informationArea h2 {
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 10px 5px;
    background: #000;
}
#homeSide #informationArea h2 span {
  color: #fff;
  display: block;
}
#homeSide #informationArea p.toDetail {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.3rem;
  font-size: 13px;
  padding-left: 15px;
}
#homeSide #informationArea p.toDetail a{
  color: #fff;
}
#homeSide #informationArea dl {
  font-size: 1.3rem;
  font-size: 13px;
  padding: 10px;
}
#homeSide #informationArea dl dt {
  color: #333;
  padding: 5px 5px 0;
  padding-left: 15px;
  position: relative;
  /* background: url(../images/common/mk_rd_arw.png) no-repeat left center; */
}
#homeSide #informationArea dl dt::before {/*右向き三角*/
  content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #f88804;
position: absolute;
top: 0.7em;
left: 0;
}
#homeSide #informationArea dl dt span,
#homeSide #informationArea dl dt span a {
  color: #999;
}
#homeSide #informationArea dl dd {
  padding: 0 5px 5px;
  border-bottom: 1px dotted #a8a8ad;
  padding-left: 15px;
}
#homeSide #informationArea dl dd a {
  color: #333;
}

#strengthArea {
  margin-bottom: 50px;
}
#strengthArea h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
border-bottom: 2px #a0a0a0 dotted;
}
#strengthArea .strengthTxt {
  padding: 1px;
  margin-bottom: 30px;
}
#strengthArea .strengthTxt p {
  font-size: 1.6rem;
  font-size: 16px;
  padding: 25px;
  background: #191919;
  line-height: 1.8;
  color: #fff;
}
#strengthArea ol {
  margin-left: 5px;
}
#strengthArea ol li {
  color: #fff;
  font-size: 3rem;
  font-size: 30px;
  padding-left: 50px;
  margin-bottom: 0.2em;
}
#strengthArea ol li a{
  color: #fff;
}
#strengthArea ol li.no1 {
  background: url(../images/home/mk_gn_no1.gif) no-repeat left center;
}
#strengthArea ol li.no2 {
  background: url(../images/home/mk_gn_no2.gif) no-repeat left center;
}
#strengthArea ol li.no3 {
  background: url(../images/home/mk_gn_no3.gif) no-repeat left center;
}
#strengthArea ol li.no4 {
  background: url(../images/home/mk_gn_no4.gif) no-repeat left center;
}
#strengthArea ol li.no5 {
  background: url(../images/home/mk_gn_no5.gif) no-repeat left center;
}

#resultsArea {
  padding-bottom: 10px;
  position: relative;
  background: #fff;
}
#resultsArea h2 {
  margin-bottom: 5px;
  font-weight: normal;
  padding: 10px;
  font-size: 1.7rem;
  font-size: 17px;
  color: #fff;
  background: #000;
}
#resultsArea h2 span {
  padding-left: 1em;
  display: block;
}
#resultsArea p.toDetail {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 1.3rem;
  font-size: 13px;
  padding-left: 15px;
}
#resultsArea p.toDetail a{color: #fff;}
#resultsArea .result {
  padding: 5px 5px 0;
  margin: 0 5px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px dotted #a8a8ad;
  position: relative;
  transition: .5s;
}
#resultsArea .result .link {
  overflow: hidden;
}
#resultsArea .result a.link {
  display: block;
}
#resultsArea .result:hover {
  /* opacity: 0.7; */
}
#resultsArea .result:hover .txtArea h3{
  text-decoration: underline;
}
#resultsArea .result p.cat {
  position: absolute;
  top: 15px;
  left: 265px;
}
#resultsArea .result:hover p.cat a{text-decoration: none;}
{
  color: #8a8a8a;
}
#resultsArea .result p.cat span,
#resultsArea .result p.cat span a {
  color: #f88804;
}
#resultsArea .result p.cat span a:hover {
  background: none;
  color: #333;
}
#resultsArea .result p.cat span {
  margin-left: -7px;
}
#resultsArea .result .txtArea {
  line-height: 1.6;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  width: 500px;
}
#resultsArea .result .txtArea h3 {
  font-size: 1.7rem;
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #333;
}

#resultsArea .result .imgArea {
  float: left;
  height: 150px;
  width: 225px;
  border: 1px solid #a8a8ad;
  background: #ddddde;
  display: table;
  margin: 10px;
}
#resultsArea .result .imgArea span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.informationPage {
  /* 配置位置 右 */
  /* 配置位置 中央 */
  /* 配置位置 左 */
}
.informationPage dl {
  border-top: dotted 1px #999;
}
.informationPage dt {
  clear: both;
  float: left;
  width: 220px;
  padding: 15px 0;
}
.informationPage dt span,
.informationPage dt span a {
  color: #999999;
  font-size: 1.2rem;
  font-size: 12px;
}
.informationPage dd {
  border-bottom: dotted 1px #999;
  padding: 15px 15px 15px 220px;
}
.informationPage dd a {
  color: #fff;
}
.informationPage #categoryList dt {
  width: 7em;
}
.informationPage #categoryList dd {
  padding-left: 7.5em;
}
.informationPage #articleHeader {
  border-left: 5px solid #f88804;
  padding-left: 10px;
  margin-bottom: 20px;
}
.informationPage #articleHeader p {
  margin-bottom: 0;
}
.informationPage #articleHeader p span, .informationPage #articleHeader p a {
  color: #9e9e9e;
  text-decoration: none;
}
.informationPage #articleHeader p a:hover {
  text-decoration: underline;
}
.informationPage article {
  border-bottom: 1px dotted #a8a8ad;
  margin-bottom: 10px;
}
.informationPage article p,
.informationPage article ul {
  clear: both;
  line-height: 1.7;
  margin-bottom: 10px;
}
.informationPage article img {
  clear: both;
  margin: 0 auto 15px;
  display: block;
  max-width: 600px;
  height: auto;
}
.informationPage article li {
  background: url(../images/common/mk_gy_circ.png) no-repeat left 0.5em;
  padding-left: 15px;
}
.informationPage article table {
  min-width: 30%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.informationPage article caption {
  text-align: left;
  padding: 5px 0;
  font-weight: bold;
}
.informationPage article table td {
  border: 1px solid #999;
  padding: 5px;
  background: #fff;
}
.informationPage article hr {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #999;
  height: 1px;
  clear: both;
  margin-bottom: 10px;
}
.informationPage article a {
  color: #2e8f00;
  text-decoration: underline;
}
.informationPage article a:hover {
  color: #cb2517;
  text-decoration: underline;
}
.informationPage article p.wp-caption-text {
  margin: -5px 10px 0;
  font-size: 1.3rem;
  font-size: 13px;
  text-align: left;
  max-width: 100%;
  line-height: 1.3;
}
.informationPage article .wp-caption {
  clear: both;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 15px 10px 10px;
  text-align: center;
}

.strengthPage #strengthKeyvisual {
  margin-bottom: 50px;
  background: url(../images/strength/bg_strength_keyvisual.png) no-repeat 98% 30% #191919;

  padding: 35px;
}
.strengthPage h3 {
  margin-bottom: 20px;
}
.strengthPage h4 {
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 10px;
  margin: 50px 0  20px;
}
.strengthPage .lead {
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 1.7;
}
.strengthPage ul {
  margin: 20px 0 30px;
  overflow: hidden;
}
.strengthPage ul li {
  margin-right: 20px;
  float: left;
}
.strengthPage ul li img {
  display: block;
  border: 1px solid #a8a8ad;
  margin-bottom: 3px;
  width: 100%;
  height: auto;
}
.strengthPage ul.microfabrication li,
.strengthPage ul.smalllot li {
  width: 372px;
}
.strengthPage ul.accuracy li {
  width: 365px;
}

.machiningPage h3 {
  margin-bottom: 30px;
}
.machiningPage .lead {
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.machiningPage ul.ourWorks,
.machiningPage ul.advantage {
  margin-bottom: 50px;
}
.machiningPage ul.ourWorks li,
.machiningPage ul.advantage li {
  padding: 8px 0 10px 60px;
  background: url(../images/common/mk_check.png) no-repeat left 0.2em;
  font-size: 1.8rem;
  font-size: 17px;
  margin-bottom: 1em;
}
.machiningPage ul.btn {
  overflow: hidden;
}
.machiningPage ul.btn li {
  float: right;
}
.machiningPage ul.btn li:first-child {
  margin-left: 20px;
}

.measurementPage h3 {
  margin-bottom: 30px;
}
.measurementPage ul.weHelp,
.measurementPage ul.proof {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 20px;
}
.measurementPage ul.weHelp li,
.measurementPage ul.proof li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.measurementPage ul.weHelp li::before,
.measurementPage ul.proof li::before{
  content: "\25a0";
color: #fff;
font-size: 30px;
position: absolute;
left: 0;
top: 2px;
line-height: 0.6;
}
.measurementPage ul.equipment,
.measurementPage ul.record {
  margin-bottom: 30px;
  overflow: hidden;
}
.measurementPage ul.equipment li,
.measurementPage ul.record li {
  margin-right: 17px;
  text-align: left;
  float: left;
}
.measurementPage ul.equipment li img,
.measurementPage ul.record li img {
  display: block;
  border: 1px solid #a8a8ad;
  margin-bottom: 3px;
}
.measurementPage ul.record {
  color: #fff;
}
.measurementPage ul.ourFeature,
.measurementPage ul.works {
  margin-bottom: 20px;
}
.measurementPage ul.ourFeature li,
.measurementPage ul.works li {
  padding: 10px 0 10px 50px;
  background: url(../images/common/mk_check.png) no-repeat left 0.2em;
  font-size: 1.8rem;
  font-size: 18px;
}
.measurementPage ul.btn {
  overflow: hidden;
}
.measurementPage ul.btn li {
  float: right;
}
.measurementPage ul.btn li:first-child {
  margin-left: 20px;
}

.equipmentPage {
  text-align: left;
}
.equipmentPage h3 {
  margin-bottom: 30px;
}
.equipmentPage .lead {
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.equipmentPage section section {
  margin-bottom: 50px;
}
.equipmentPage p.machine {
  width: 378px;
  text-align: center;
}
.equipmentPage p.machine img {
  margin-bottom: 3px;
  display: block;
  border: 1px solid #a8a8ad;
}
.equipmentPage ul.machine {
  width: 100%;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.equipmentPage ul.machine li {
  float: left;
  margin-left: 13px;
}
.equipmentPage ul.machine li:first-child {
  margin-left: 0;
}
.equipmentPage ul.machine li img {
  margin-bottom: 3px;
  display: block;
  border: 1px solid #a8a8ad;
}
.equipmentPage table {
  color: #333;
  margin-bottom: 20px;

}
.equipmentPage table tr{
  background: #fff;
}
.equipmentPage table tr:nth-child(odd) {
  background: #ececec;
}
.equipmentPage table th,
.equipmentPage table td {
  border-bottom: 1px solid #a8a8ad;
  border-right: 1px solid #a8a8ad;
  padding: 5px 10px;
  vertical-align: middle;
}
.equipmentPage table th:last-of-type,
.equipmentPage table td:last-of-type{
  border-right: 0;
}
.equipmentPage table th {
  text-align: center;
  background: #f48834;
}
.equipmentPage table th.wt,
.equipmentPage table td.wt {
  background: #fff;
}
.equipmentPage table th.color,
.equipmentPage table td.color {
  background: #ececec;
}
.equipmentPage table.w100 {
  width: 100%;
}
.equipmentPage table.polish th {
  width: 100px;
}
.equipmentPage table.polish th.note {
  width: 279px;
}
.equipmentPage table.cad {
  width: 380px;
}

body.parent-pageid-37 #machiningFlow h4,
body.parent-pageid-39 #measurementFlow h4 {
  background: #fff;
  color: #f88804;
}

.flowPage #flowArea {
  overflow: hidden;
}
.flowPage #machiningFlow,
.flowPage #measurementFlow {
  width: 382px;
}
.flowPage #machiningFlow {
  float: left;
  border-right: 1px solid #646464;
  padding-right: 10px;
}
.flowPage #machiningFlow th {
  background: url(../images/flow/bg_machining.png) no-repeat center bottom;
}
body.parent-pageid-39 .flowPage #machiningFlow th {
  background: url(../images/flow/bg_measurement.png) no-repeat center bottom;
}
.flowPage #measurementFlow {
  float: right;
  padding-left: 10px;
}
.flowPage #measurementFlow th {
  background: url(../images/flow/bg_measurement.png) no-repeat center bottom;
}
body.parent-pageid-39 .flowPage #measurementFlow th {
  background: url(../images/flow/bg_machining.png) no-repeat center bottom;
}
.flowPage h4 {
  color: #333;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
}
.flowPage table th {
  text-align: center;
  color: #fff;
  width: 353px;
  background: url(../images/flow/bg_measurement.png) no-repeat center bottom;
  padding: 7px 20px 13px;
}
.flowPage table td {
  text-align: center;
  padding: 10px 20px 30px;
}
.flowPage table td p {
  text-align: center;
}
.flowPage table td img {
  margin: 10px auto 0;
}
.flowPage table td.taL {
  text-align: left;
}
.flowPage .attn {
  font-size: 1.6rem;
  font-size: 16px;
  color: #cb2517;
  margin: 60px 0 20px 10px;
  font-weight: bold;
}

.companyPage table.basic th {
  width: 100px;
}
.companyPage table.history th {
  text-align: left;
}
.companyPage #accessArea h5 {
  background: #f88704;
  color: #fff;
  padding: 5px 12px;
  display: inline;
  font-size: 1.4rem;
  font-size: 14px;
}
.companyPage dl dt {
  /* color: #bfbfbf; */
  margin-bottom: 5px;
}
.companyPage dl dd {
  margin-bottom: 10px;
}
.companyPage #presidentMessage {
  margin-bottom: 40px;
}
.companyPage #presidentMessage h4 {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  font-size: 18px;
}
.companyPage #presidentMessage p {
  margin-bottom: 10px;
  line-height: 1.9;
}
.companyPage #companyPolicy {
  margin-bottom: 30px;
}
.companyPage #companyPolicy li {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 5px;
}
.companyPage #qualityPolicy h5 {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 3px;
  color: #fff;
}
.companyPage #qualityPolicy p {
  margin-bottom: 10px;
}

.recruitPage h3 {
  margin-bottom: 30px;
}
.recruitPage .lead {
  font-size: 1.8rem;
  font-size: 18px;
  margin: 0 20px 20px;
}
.recruitPage ul.weFind {
  margin: 28px 20px;
}
.recruitPage ul.weFind li {
  padding: 10px 0 10px 50px;
  background: url(../images/common/mk_check.png) no-repeat left center;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.recruitPage .navArea {
  margin-top: 20px;
  border: 20px solid #b8db94;
  padding: 0;
}
.recruitPage .navArea ul {
  text-align: center;
}
.recruitPage .navArea ul li {
  display: inline-block;
  margin: 30px 35px;
}
.recruitPage .navArea ul li.last {
  margin-top: -10px;
}
.recruitPage .activitiesPhotos {
  margin-top: 30px;
  width: 785px;
}
.recruitPage .activitiesPhotos ul {
  width: 810px;
  overflow: hidden;
}
.recruitPage .activitiesPhotos ul li {
  width: 380px;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}
.recruitPage .activitiesPhotos ul li img {
  margin-bottom: 5px;
}
.recruitPage .voiceCatch {
  color: #f88804;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruitPage .voicePhotos {
  width: 785px;
}
.recruitPage .voicePhotos ul {
  margin-top: 20px;
  width: 801px;
  overflow: hidden;
}
.recruitPage .voicePhotos ul li {
  margin-bottom: 20px;
  float: left;
  margin-right: 17px;
}
.recruitPage .voicePhotos ul li figcaption {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 10px 5px;
  color: #fff;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.recruitPage .voicePhotos ul li figcaption span {
  display: block;
  font-size: 1.7rem;
  font-size: 17px;
}
.recruitPage .voicePhotos ul li a {
  width: 248px;
  background: #181818;
  display: block;
  border: 1px solid #181818;
}
.recruitPage .voicePhotos ul li a:hover {
  background: #f88804;
  text-decoration: none;
  border: 1px solid #f88804;
}
.recruitPage #messageKeyvisual {
  margin-bottom: 30px;
}
.recruitPage #messageKeyvisual img {
  border: 1px solid #474747;
}
.recruitPage dl.interview {
  margin-bottom: 50px;
}
.recruitPage dl.interview dt {
  color: #f88804;
  font-size: 2rem;
  font-size: 20px;
  background: url(../images/recruit/mk_q.png) no-repeat left 0.3em;
  padding: 10px 0 10px 45px;
}
.recruitPage dl.interview dt img {
  border: 1px solid #a8a8ad;
  float: right;
  margin: 0 0 10px 10px;
}
.recruitPage dl.interview dd {
  margin-bottom: 30px;
  line-height: 2.0;
}
.recruitPage .btnToList {
  display: block;
}
.recruitPage .btnToList a {
  padding: 10px 20px;
  background: #f88804;
  color: #fff;
  border-radius: 10px;
  line-height: 3.0;
  font-weight: bold;
}
.recruitPage .btnToList a:hover {
  background: #ffbc6c;
  text-decoration: none;
}

.resultsPage .result {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #a8a8ad;
  position: relative;
}
.resultsPage .result:hover{
  color: #333;
}
.resultsPage .result:first-child {
  border-top: 1px solid #a8a8ad;
}
.resultsPage .result .link {
  overflow: hidden;
}
.resultsPage .result a.link {
  display: block;
}
.resultsPage .result a:hover {
  background: #fff;
  color: #333;
}
.resultsPage .result p.cat {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-right: 250px;
}

.resultsPage .result p.cat span,
.resultsPage .result p.cat span a {
  color: #f88804;
}
.resultsPage .result p.cat span a:hover {
  background: none;
}
.resultsPage .result p.cat:hover ~ a.link:first-of-type{
  background: #fff;
}
.resultsPage .result p.cat span {
  margin-left: -7px;
}
.resultsPage .result .txtArea {
  color: #fff;
  line-height: 1.6;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  width: 520px;
}
.resultsPage .result:hover .txtArea{
  color: #333;
}
.resultsPage .result .txtArea h3, .resultsPage .result .txtArea h4 {
  font-size: 1.7rem;
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 7px;
}
.resultsPage .result .imgArea {
  float: right;
  height: 150px;
  width: 225px;
  border: 1px solid #a8a8ad;
  background: #ddddde;
  display: table;
  margin: 10px;
}
.resultsPage .result .imgArea span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.resultsPage #articleHeader {
  margin-bottom: 20px;
}
.resultsPage #articleHeader p {
  margin-bottom: 0;
}
.resultsPage #articleHeader p span, .resultsPage #articleHeader p a {
  color: #f88804;
  text-decoration: none;
}
.resultsPage #articleHeader p a:hover {
  text-decoration: underline;
}
.resultsPage #articleHeader p span {
  margin-left: -7px;
}
.resultsPage #mainArea {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.resultsPage #mainArea .imgArea {
  float: left;
  height: 300px;
  width: 450px;
  border: 1px solid #a8a8ad;
  background: #ddddde;
  display: table;
}
.resultsPage #mainArea .imgArea span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.resultsPage #mainArea .txtArea {
  float: right;
  width: 310px;
}
.resultsPage #mainArea .txtArea p span,
.resultsPage #mainArea .txtArea p a {
  color: #0053d0;
}
.resultsPage #mainArea .txtArea p span {
  margin-left: -7px;
}
.resultsPage #mainArea .txtArea h3, .resultsPage #mainArea .txtArea h4 {
  font-size: 1.7rem;
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.resultsPage #subArea {
  width: 785px;
  overflow: hidden;
}
.resultsPage #subArea ul {
  overflow: hidden;
  width: 835px;
}
.resultsPage #subArea ul li {
  background: #ddddde;
  width: 380px;
  height: 255px;
  float: left;
  border: 1px solid #a8a8ad;
  display: table;
  margin-right: 21px;
  margin-bottom: 20px;
}
.resultsPage #subArea ul li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.resultsPage .btnToList {
  text-align: center;
  display: block;
  margin-top: 30px;
}
.resultsPage .btnToList a {
  background: #f88804;
  padding: 5px 20px 5px 25px;
  color: #fff;
  line-height: 3.0;
  font-weight: bold;
}
.resultsPage .btnToList a:hover {
  background: #ffa53f;
  text-decoration: none;
}

.privacypolicyPage p.attn {
  background: #505050;
  padding: 0.5em 1em;
}
.privacypolicyPage ul.onlinepolicyNav {
  font-size: 1.6rem;
  font-size: 16px;
  margin: 20px 0;
}
.privacypolicyPage ul.onlinepolicyNav li {
  display: inline;
}
.privacypolicyPage ul.onlinepolicyNav li a {
  color: #f88804;
}
.privacypolicyPage ul.onlinepolicyNav li:before {
  content: "| ";
}
.privacypolicyPage ul.onlinepolicyNav li:first-child:before {
  content: " ";
}
.privacypolicyPage section {
  margin-bottom: 50px;
}
.privacypolicyPage p {
  margin-top: 1em;
}
.privacypolicyPage p:first-child {
  margin-top: 0;
}

.sitemapPage {
  margin-top: 30px;
  font-size: 1.6rem;
  font-size: 16px;
  overflow: hidden;
  *zoom: 1;
}
.sitemapPage a {
  color: #f88804;
}

.sitemapPage > ul {
  margin-right: 40px;
  margin-bottom: 50px;
  float: right;
  vertical-align: top;
  width: 330px;
}

.sitemapPage > ul:first-child {
  float: left;
  margin-left: 40px;
}

.sitemapPage > ul > li {
  padding-left: 20px;
  margin-bottom: 13px;
  position: relative;
}
.sitemapPage > ul > li::before {/*右向き三角*/
  content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #f88804;
position: absolute;
top: 0.4em;
left: 8px;
padding-right: 0.3em;
}

.sitemapPage > ul ul {
  margin-top: 10px;
}

.sitemapPage > ul ul li {
  padding-left: 15px;
  margin-bottom: 3px;
  position: relative;
}
.sitemapPage > ul ul li::before {
  content: "\2d";
width: 0;
height: 0;
color: #f88804;
position: absolute;
top: 0;
left: 0;
padding-right: 0.3em;
}

/* カタログダウンロード */

.catalogPage {
  margin-top: 30px;
  font-size: 1.6rem;
  font-size: 16px;
  overflow: hidden;
  *zoom: 1;
}

.catalogPage > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalogPage > ul::after {
  content:'';
  display: block;
  width: 30%;
}

.catalogPage > ul > li {
  width: 30%;
  margin-bottom: 60px;
}

.catalogPage > ul > li img {
  width: 100%;
  height: auto;
}

.catalogPage .catalog_ttl {
  margin-top: 10px;
  text-align: center;
}

.catalogPage .catalogBtn {
  margin-top: 20px;
  text-align: center;
}

.catalogPage .catalogBtn a {
  display: block;
  background: #fa8800;
  color: #fff;
  padding: 15px 40px 15px 20px;
  position: relative;
}

.catalogPage .catalogBtn a::after {
  content: '▶︎';
  color: #fff;
  position: absolute;
  font-size: 10px;
  padding-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.catalogPage .catalogBtn a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.contactPage {
  /*確認画面へ進むボタン用*/
}
.contactPage input[type="text"],
.contactPage input[type="email"],
.contactPage textarea {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  width: 500px;
}
.contactPage label {
  margin-right: 5px;
}
.contactPage .btnArea input[type="text"] {
  width: 200px;
}
.contactPage .mwform-zip-field input[type="text"],
.contactPage .mwform-tel-field input[type="text"] {
  width: 70px;
}
.contactPage p {
  line-height: 1.7;
}
.contactPage span.tel {
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
}
.contactPage h4 {
  margin: 30px 0 5px;
  font-size: 1.5rem;
  font-size: 15px;
}
.contactPage ul.attn {
  margin-bottom: 10px;
}
.contactPage ul.attn li {
  color: #f88804;
  padding-left: 15px;
  position: relative;
}
.contactPage ul.attn li::before{
  color: #cb2517;
  content: "\25a0";
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 1.5em;
}
.contactPage #sendDrawing {
  margin: 20px 0;
  padding: 10px 15px;
  background: #232323;
}
.contactPage h5 {
  font-size: 1.9rem;
  font-size: 19px;
  padding-left: 18px;
  position: relative;
}
.contactPage h5::before{
  content: '\25a0';
  color: #9a9a9a;
  top: -9px;
  left: 0;
  font-size: 1.5em;
  position: absolute;
}
.contactPage h6 {
  color: #f88804;
  font-size: 1.5rem;
  font-size: 15px;
  margin-top: 20px;
}
.contactPage .send {
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
}
.contactPage table.basic {
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-size: 13px;
}
.contactPage table.basic th {
  vertical-align: top !important;
  width: 160px;
  text-align: left;
}
.contactPage table.basic th span {
  color: #cb2517;
  margin-left: 2px;
}
.contactPage .btnArea {
  border-top: 3px double #a8a8ad;
  border-bottom: 3px double #a8a8ad;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.contactPage .btnArea ul {
  margin: 0 auto;
}
.contactPage .btnArea li {
  display: inline;
}
.contactPage .captchaAttn {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 10px;
}
.contactPage .errorMessage {
  text-align: center;
  margin-bottom: 10px;
}
.contactPage .errorMessage span.error {
  background: #fce7e5;
}
.contactPage .errorMessage span:first-child {
  margin-top: 20px;
  padding-top: 10px;
}
.contactPage .errorMessage span:last-child {
  padding-bottom: 10px;
}
.contactPage .mw_wp_form_input .confirm-send input:hover,
.contactPage .mw_wp_form_confirm .back input:hover,
.contactPage .mw_wp_form_confirm .confirm-send input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.contactPage .mw_wp_form_input .confirm-send input {
  width: 283px;
  height: 60px;
  overflow: hidden;
  *display: block;
  border: none;
  cursor: pointer;
  background: #f88804;
color: #fff;
font-size: 25px;
border-radius: 0.5em;
}
.contactPage .mw_wp_form_confirm .back input {
  /*送信ボタン用*/
  width: 146px;
  height: 60px;
  overflow: hidden;
  *display: block;
  border: none;
  cursor: pointer;
  background: #f88804;
color: #fff;
font-size: 25px;
border-radius: 0.5em;
}
.contactPage .mw_wp_form_confirm .confirm-send input {
  /*戻るボタン用*/
  width: 283px;
  height: 60px;
  overflow: hidden;
  *display: block;
  border: none;
  cursor: pointer;
  background: #f88804;
color: #fff;
font-size: 25px;
border-radius: 0.5em;
}

body.confirm #sendDrawing,
body.thankyou #sendDrawing,
body.confirm .captchaAttn,
body.thankyou .captchaAttn {
  display: none;
}

#NotFound {
  text-align: center;
  padding: 130px 0;
}
#NotFound p.alert {
  font-size: 2.5rem;
  font-size: 25px;
  font-weight: bold;
}
#NotFound p.message {
  margin-bottom: 20px;
}
#NotFound p.toTopPage a {
  color: #fff;
  background: #f88804;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 5px;
}
#NotFound p.toTopPage a:hover {
  background: #ffbc6c;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/*▼add 2018▼*/
.pd08{padding: 8px 0;}

.mb10{margin-bottom: 10px;}

.point-01::before{
  content: "\3e";
  color: #f88804;
  margin-right: 0.5em;
}

.gray{
  color: #929292;
}

/* list-language */
.list-language {
    position: relative;
    width: 100%;
margin-left: 70px;
}

.list-language > li {
    float: left;
    width: 20%; /* グローバルナビ4つの場合 */
    height: 20px;
}

li.fb {
    float: left;
    width:43px; /* 180928追加 */
    height: 20px;
}

.list-language > li a {
    display: block;
    color: #fff;
}

.list-language > li a:hover {
    color: #999;
}

ul.list-language__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.list-language__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.list-language__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.list-language > li:hover {
    /* background: #333; */
    -webkit-transition: all .5s;
    transition: all .5s;
}

.list-language__second-level li {
    /* border: 1px solid #fff; */
    display: block!important;

}
.list-language__second-level li a{
    /* border: 1px solid #fff; */
    display: block!important;
    height: 100%;
    width: 100%;
      padding: 0.3em 0;
}
/* .list-language__second-level li:nth-child(even){
    border-top:none;
} */

.list-language__third-level li {
    border-top: 1px solid #111;
}

.list-language__second-level li a:hover {
    background: #111;
}

.list-language__third-level li a:hover {
    background: #2a1f1f;
}

.list-language__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom::before {
    content: url("../images/common/icon-language.png");
    display: inline-block;
    position: absolute;
    top: 0.12em;
    left: 1.3em;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #fff transparent transparent transparent;
margin-left: 0.5em;
margin-bottom: 2px;
}

/* floatクリア */
.list-language:before,
.list-language:after {
    content: " ";
    display: table;
}

.list-language:after {
    clear: both;
}

.list-language {
    *zoom: 1;
}


.list-language > li.list-language__single {
    position: relative;
}
.list-language > li.list-language__single:nth-child(1)::after,
.list-language > li.list-language__single:nth-child(2)::after {
  content: "/";
position: absolute;
top: 0;
right: -1em;
}

li.list-language__single ul.list-language__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    background: #434343;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    text-decoration: underline;
}

li.list-language__single:hover ul.list-language__second-level {
  text-align: center;
    top: 20px;
    visibility: visible;
    opacity: 1;
}

/* /list-language */
.mb30{margin-bottom: 30px;}
.flex.btw{display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.flex.btw li{display: inline-block;}


/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 110px;
  right:3%;
  cursor:pointer;
  width: 58px;
  height: 58px;
  z-index: 9999;
  opacity: 0.8;
  display: none;
}

#Pagetop p {
  background-color: #333333;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  line-height: 75px;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
  /* box-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5); */
}

@media (max-width: 767px) {
	#Pagetop {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	#Pagetop p {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 2rem;
	}
}

/*追加分*/
.addpage img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.addpage p{
  line-height: 2;
}
.add-2column{
  overflow: hidden;
  margin-bottom: 50px;
}
.add-2column li{
  width: 54%;
  float: left;
}

.type-b li{
  width: 55.7%;
  text-align: center;
}
.add-2column li img.size-adjust187{
  height: 187px;
  width: auto;
}
.add-2column li img.size-adjust249{
  height: 249px;
  width: auto;
}
.add-2column li:nth-child(odd){
  margin-right: 1%;
  width: 44%;
}
.type-b li:nth-child(odd){
  margin-right: 2%;
  width: 42.3%;
}
.addpage .mb12{margin-bottom: 12px;}
.addpage .mb24{margin-bottom: 24px;}
.addpage .mb36{margin-bottom: 36px;}
.addpage .mb60{margin-bottom: 60px;}

.addpage .fz12{font-size: 12px;}
.addpage .fz18{font-size: 18px;}
.addpage .ff{font-family: 'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';}


.banner_area{
  margin-bottom: 30px;
}
.banner_area ul{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.banner_area li{
  flex: 1;
}
.banner_area li a{

}
