@charset "utf-8";
/* CSS Document */

/****************************************************************
*
*   共通
*
*****************************************************************/

.text-vertical {
  display: table;
}

.text-vertical>* {
  display: table-cell;
  vertical-align: middle;
}

.global-ttl {
  background-image: url(../images/common/bgTitle.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 60px;
  line-height: 60px;
  padding-left: 40px;
  color: #fff;
  margin-bottom: 30px;
}

/* breadcrumb */
.breadcrumb {
  background-color: #E8E8E8;
  padding: 10px;
}

.breadcrumb>li+li:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #999;
}

.breadcrumb .current {
  color: #0E3887;
}

#ttl-visual {
  height: 250px;
  color: #fff;
  background: url(../images/top/bg_main.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#ttl-visual .text-vertical {
  padding-left: 30px;
}

.strong {
  font-size: 200%;
  font-weight: 700;
  color: #264B98;
}

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

@media (max-width:1199px) {
  main {
    padding-right: 15px;
    padding-left: 15px;
  }

  #ttl-visual,
  #breadcrumb {
    margin-right: -15px;
    margin-left: -15px;
  }

}

@media (max-width:768px) {
  .global-ttl {
    padding-left: 15px;
    font-size: 120%;
    background-position: 60% center;
  }

  #ttl-visual {
    height: 115px;
  }

  #ttl-visual h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Sawarabi Mincho";
  }

  #ttl-visual h2+p {
    font-size: 14px;
  }

  #ttl-visual .text-vertical {
    padding-left: 15px;
  }

}

/****************************************************************
*
*   ナカノの技術
*
*****************************************************************/

.technology #ttl-visual>div {
  background-image: url(../images/technology/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* greeting */
#greeting {
  margin: 25px 0 50px;
}

#greeting>div {
  background-color: #F9F9F9;
  border: 4px solid #0080C9;
  padding: 15px 30px 0;
}

#greeting .lead {
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
}

#greeting .lead span {
  font-weight: 500;
  font-size: 130%;
  display: inline-block;
  margin-bottom: .7em;
}

/* strong */
#strong article {
  margin: 0 0 80px;
}

#strong article {
  min-height: 315px;
}

#strong .sec01 {
  background-image: url(../images/technology/bgSection01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#strong .sec02 {
  background-image: url(../images/technology/bgSection02.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#strong .sec03 {
  background-image: url(../images/technology/bgSection03.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#strong .sec04 {
  background-image: url(../images/technology/bgSection04.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


#strong .text-wrap {
  width: 50%;
  height: 100%;
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#strong>div>article:nth-child(even) .text-wrap {
  float: left;
}

#strong .text-wrap h3 {
  padding: 30px 0 30px 90px;
  margin: 0;
}

#strong .text-wrap p {
  font-size: 99%;
  line-height: 1.6;
  padding: 15px 30px 30px 30px;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}

#strong .sec01 .text-wrap h3 {
  background: #0F3888 url(../images/technology/icon_tech01.png) 20px center no-repeat;
  color: #fff;
  letter-spacing: 1px;
}

#strong .sec02 .text-wrap h3 {
  background: #0F3888 url(../images/technology/icon_tech02.png) 20px center no-repeat;
  color: #fff;
  line-height: 1.3;
}

#strong .sec03 .text-wrap h3 {
  background: #0F3888 url(../images/technology/icon_tech03.png) 20px center no-repeat;
  color: #fff;
}

#strong .sec04 .text-wrap h3 {
  background: #0F3888 url(../images/technology/icon_tech04.png) 20px center no-repeat;
  color: #fff;
}

@media (max-width:768px) {
  #strong .text-wrap h3 {
    font-size: 110%;
  }
}

@media (max-width:320px) {
  #strong .text-wrap p {
    padding: 22vw 30px;
  }
}



/* result */
#result>.container-fluid>div {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width:768px) {
  #result>.container-fluid>div:nth-of-type(2n+3) {
    /*clear: both;*/
  }
}

/* flow */
#flow>div>div {
  color: #0F3888;
  font-weight: 700;
  position: relative;
}

#flow>div>div:not(:last-child)>div::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 400%;
  font-weight: 300;
  position: absolute;
  top: 10%;
  right: -10px;
  color: #666;
}

#flow .fa {
  font-size: 500%;
  margin-bottom: 15px;
}

@media (max-width:767px) {

  #strong .text-wrap {
    float: none;
    width: 100%;
  }

  #strong .text-wrap h3 {
    font-size: 120%;
  }

  #strong article {
    height: auto;
  }

  #flow>div>div {
    margin-bottom: 50px;
  }

  #flow>div>div:not(:last-child)>div::after {
    content: "\f107";
    font-size: 200%;
    top: 100%;
    right: 0;
    left: 0;
  }



}


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

main.company #ttl-visual>div {
  background-image: url(../images/company/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main.company #greeting>div {
  border: 0;
  padding: 0;
  background-color: #fff;
}

main.company #philosophy .lead {
  font-size: 16px;
  font-weight: 400;
}

main.company #philosophy .mincho.lead {
  font-size: 180%;
  line-height: 1.6;
}

main.company #philosophy .lead {
  line-height: 2;
}

main.company #philosophy img {
  border: 1px solid #ddd;
}


@media (max-width:768px) {
  main.company article>div>div {
    margin-bottom: 30px;
  }

  main.company .table th {
    white-space: nowrap;
  }

}

/****************************************************************
*
*   設備紹介
*
*****************************************************************/
.machine #ttl-visual>div {
  background-image: url(../images/machine/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.facility article>div>div {
  background-color: #E9EFF7;
  padding: 30px;
  margin-bottom: 30px;
  border-top: 4px solid #0F3888;
}

.facility article h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}

.facility article h3~p {
  width: 22em;
  font-size: 16px;
  text-align: left;
  margin: 15px auto 0;
}

@media (max-width:768px) {
  .machine #ttl-visual>div {
    background-position: 50% 50%;
  }

  .facility article h3~p {
    width: auto;
  }

}


/****************************************************************
*
*   オリジナル商品
*
*****************************************************************/
.product #ttl-visual>div {
  background-image: url(../images/product/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* print */
.print a {
  background: #ebeef0;
  padding: 5px 10px;
  color: #0E3887;
}

/* nav */
.product nav {
  margin-bottom: 30px;
}

.product nav a {
  position: relative;
  padding: 20px 30px 34px;
  font-size: 18px;
  color: #0F3888;
  font-weight: 700;
  white-space: nowrap;
  width: 90%;
  margin: auto;
  display: block;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
}

.product nav a:hover {
  color: #fff;
  text-decoration: none;
  background: #0F3888;
}

.product nav li a::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  font-size: 24px;
}

@media (max-width:768px) {
  .product nav li {
    margin-bottom: 15px;
  }
}

/* origin */
#origin {
  background: url(../images/product/bg_origin2026.jpg) right bottom no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding: 0 15px;
  min-height: 500px;
}

#origin h1 {
  color: #1F76B2;
  text-shadow: 2px 2px 10px #ccc;
  line-height: 1.6;
  text-indent: -0.7em;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-right: calc(100% - 14em);
  background-color: rgba(255, 255, 255, 0.5);
}

#origin h1 span {
  font-size: 120%;
}

#origin h2 {
  display: inline-block;
  font-size: 18px;
  background: #0E3887;
  color: #fff;
  padding: 5px 10px;
  margin-right: calc(100% - 13em);
}

#origin p {
  line-height: 1.6;
}

.pdf-link {
  margin: 0 15px 30px;
  background-color: #eee;
  padding: 30px 30px 20px;
  text-align: center;
}

.pdf {
  padding-top: 10px;
  padding-left: 40px;
  background: url(../images/product/pdficon.png) left bottom no-repeat;
  margin-right: 30px;
}

@media (max-width:768px) {
  #origin {
    -webkit-background-size: 50vw;
    background-size: 50vw;
    min-height: inherit;
  }

  #origin h1 {
    font-size: 120%;
  }

  #origin h2+p {
    display: inline-block;
    width: 50%;
  }

  #origin h2+p br {
    display: none;
  }

  .pdf-link {
    padding: 15px 30px;
  }

  .pdf-link .pdf {
    display: block;
    text-align: left;
  }
}

/* type */
#type section {
  margin-bottom: 80px;
}

#type section .clearfix>div {
  margin-bottom: 60px;
}

#type h4 {
  background: #0F3888;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  border-radius: 30px;
}

#type .sec02 h4 {
  background: #1683DC;
}

#type .sec03 h4 {
  background: #3FBA92;
}

#type h5 {
  text-align: left;
  margin-left: 15px;
  font-size: 24px;
  border-bottom: 1px dotted;
  padding: 10px 0 10px 20px;
  margin-top: 30px;
  font-weight: 700;
  color: #666;
}

#type table {
  /*width: 250px;*/
  margin: 15px auto 30px;
}

#type table th,
#type table td {
  text-align: left;
}

#type table th {
  color: #0F3888;
}

#type table+a,
#type table+a+a {
  display: block;
  color: #0E3887;
  padding: 15px 20px;
  border: 1px solid #0E3887;
  margin: 10px 0;
}

#type table+a:hover,
#type table+a+a:hover {
  color: #fff;
  background: #0E3887;
  text-decoration: none;
}

#type ul.func li {
  background: #1E294C;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 15px;
}

@media (max-width:767px) {
  #type section .clearfix>div {
    margin-bottom: 45px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 45px;
  }
}

/* detail */
#detail h2 {
  font-size: 20px;
  background: #1F76B2;
  color: #fff;
  padding: 10px;
}

#detail ul,
#detail ol {
  padding: 10px;
}

#detail ol li {
  margin-bottom: 15px;
}

#detail ol li span.num {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0F3888;
  padding: 2px 0 0;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 1rem;
}

.marker {
  background: #FFFF99;
}

#detail ul li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width:768px) {
  #detail ol li {
    text-indent: -2em;
    padding-left: 2em;
  }

  #detail ol li span.num {
    text-indent: 0;
    margin-right: 0;
  }

  #type,
  #option,
  #movie,
  #voice {
    padding-top: 90px;
    margin-top: -90px;
  }
}

/* option */
#option section.sec01>div>div>div {
  background: #E9EFF7;
  padding: 0 0 30px;
  height: 344px;
  margin-bottom: 30px;
}

#option section h4 {
  background: #A5C4E9;
  line-height: 20px;
  margin-bottom: 20px;
}

#option section .clearfix>div>div p {
  margin-top: 20px;
  padding: 0 30px;
}

#option section h4 span {
  background: #0F3888;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

#option section ul li {
  color: #0F3888;
  font-weight: 700;
  font-size: 20px;
  padding: 2px 5px;
}

#option section ul li:nth-child(odd) {
  background: #E9EFF7;
}

#option section.sec02>div>div>div>h4 {
  background: none;
  border-bottom: 1px solid;
}

#option section.sec02>div>div:first-of-type {
  padding-top: 60px;
}

#option section.sec02 table th {
  width: 10em;
  background: #eee;
}

@media (max-width:768px) {
  #option section.sec02>div>div:first-of-type {
    padding-top: 0;
  }
}


/* movie */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#movie section .clearfix>div {
  margin-bottom: 30px;
}

#movie section .clearfix>div>div {
  padding: 5px 30px 30px;
  background: #E9EFF7;
  border-top: 4px solid #0F3888;
}

#movie section .clearfix>div>div h4 {
  font-size: 16px;
  height: 2em;
}

/* voice */
#voice .balloon {
  background-color: #E9EFF7;
  min-height: 130px;
  position: relative;
  padding: 30px;
}

#voice .balloon::before {
  content: "";
  display: block;
  width: 38px;
  height: 44px;
  background: url(../images/product/balloon_arrow.png) left center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
}

@media (max-width:768px) {
  #voice .balloon {
    margin-top: 40px;
  }

  #voice .balloon::before {
    left: 0;
    right: 0;
    bottom: 115%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #voice>div {
    margin: 15px 0 30px;
  }

}


/* result */
.product #result {
  background: url(../images/product/bg_result.jpg) right bottom no-repeat;
  min-height: 390px;
}

.product #result ul li {
  color: #fff;
  background: #1683DC;
  padding: 5px 10px;
}

.product #result p {
  line-height: 1.6;
  margin-bottom: 45px;
}


@media (max-width:768px) {
  .product #result {
    -webkit-background-size: 60%;
    background-size: 60%;
    padding-bottom: 35vw;
  }

  .product #result ul li {
    margin-bottom: 10px;
  }

}



/****************************************************************
*
*   スタッフブログ
*
*****************************************************************/
main.blog #ttl-visual>div {
  background-image: url(../images/blog/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* ウィジェット */
h2.widgettitle {
  background-color: #0E3887;
  color: #fff;
  font-size: 100%;
  padding: 10px 15px;
}

.widget ul li {
  border-bottom: 1px dotted #ccc;
  position: relative;
}

.widget ul li a {
  display: block;
  padding: 10px;
}

.widget ul li:hover a {
  background-color: #ddd;
  /*color: #fff;*/
  text-decoration: none;
}

.widget ul li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}

#search-3 h2 {
  margin-top: 0;
}

label.screen-reader-text {
  display: none;
}

input#s {
  width: calc(100% - 3em);
}

input#searchsubmit {
  -webkit-appearance: none;
  width: 2.7em;
  border: 0;
  padding: 2px 0;
  background-color: #bbb;
}

/* 個別記事 */
.post-ttl {
  color: #0E3887;
  font-size: 24px;
  line-height: 1.3;
}

.post-meta {
  margin-bottom: 1em;
}

.post-meta li span {
  font-size: 90%;
  color: #666;
}

.entry {
  width: 100%;
  overflow-x: hidden;
}


/* 一覧 */
body.blog .post,
body.archive .post,
body.category .post {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  display: table;
}

body.blog .post time,
body.archive .post time,
body.category .post time {
  color: #0E3887;
  display: table-cell;
  padding-right: 10px;
}

body.blog .post time+a,
body.archive .post time+a,
body.category .post time+a {
  display: table-cell;
  width: 100%;
}

main.blog article {
  margin-bottom: 30px;
}

/* ページャー */
.wp-pagenavi {
  display: table;
  margin: 30px auto;
}

nav.navigation h2.screen-reader-text {
  display: none;
}

.nav-links {
  overflow: hidden;
}

.nav-next {
  float: right;
}

.nav-previous {
  float: left;
}

.nav-next a,
.nav-previous a {
  color: #0E3887;
  font-weight: 700;
}

nav.navigation.post-navigation {
  margin-bottom: 60px;
}

@media (max-width:768px) {}


/****************************************************************
*
*   お問い合わせ
*
*****************************************************************/
main.contact #ttl-visual>div {
  background-image: url(../images/contact/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main.contact form .form-group {
  display: table;
}

main.contact .form-group>label {
  display: table-cell;
  width: 15em;
  vertical-align: top;
  color: #264B98;
}

main.contact .form-group>label>span {
  background-color: #C13234;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}

main.contact form .form-control {
  display: table-cell;
}

main.contact form .btn.btn-default {
  margin: 0 auto 30px;
  display: block;
  background-color: #0F3888;
  color: #fff;
  width: 290px;
  padding: 10px 30px;
}

/* 完了ページ */
#thanks {
  padding: 60px 0;
}

#thanks h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0E3887;
}

#thanks a {
  display: inline-block;
  padding: 15px 90px;
  color: #0E3887;
  border: 1px solid #0E3887;
  border-radius: 0;
  margin-top: 30px;
}

#thanks a:hover,
#thanks a:active {
  color: #fff;
  background-color: #0E3887;
}

@media (max-width:768px) {
  main.contact .form-group>label {
    width: auto;
    display: block;
  }

  main.contact form .form-control.tel {
    width: 30%;
  }

  #mw_wp_form_mw-wp-form-250.mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0;
  }
}


/****************************************************************
*
*   個人情報保護方針
*
*****************************************************************/
main.policy #ttl-visual>div,
main.sitemap #ttl-visual>div {
  background-image: url(../images/common/ttlImg.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main.policy .global-ttl {
  line-height: 1.2;
  padding: 15px;
}

#policy h2 span {
  font-size: 75%;
  display: inline-block;
  text-indent: -0.5em;
}

main.policy h3 {
  margin-top: 60px;
}

main.policy table.table {
  max-width: 600px;
}

main.policy table.table th {
  background-color: #eee;
}

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



/****************************************************************
*
*   サイトマップ
*
*****************************************************************/
main.sitemap .sitemap-container.container-fluid>ul {
  margin-bottom: 0;
}

main.sitemap .sitemap-container.container-fluid>ul>li {
  /*margin-bottom: 15px;*/
}

main.sitemap .sitemap-container>ul>li>a {
  display: block;
  color: #0F3888;
  padding: 15px;
  font-size: 115%;
  font-weight: 700;
}

main.sitemap .sitemap-container .list-child li a {
  display: block;
  padding: 10px 0;
  /*border-bottom: 1px dotted #ddd;*/
}

main.sitemap .sitemap-container ul li a:hover {
  background-color: #E9EFF7;
  text-decoration: none;
}

main.sitemap .sitemap-container .list-child li a {
  text-indent: 0;
  padding-left: 2em;
}

main.sitemap .sitemap-container ul li i.fa {
  color: #0F3888;
}


/****************************************************************
*
*   検索結果
*
*****************************************************************/
.page-header,
.page-header h1 {
  margin: 0 0 15px;
}

.page-header {
  padding-bottom: 0;
  border: 0;
}

.page-title {
  background: #0E3887;
  padding: 15px;
  color: #fff;
  font-size: 110%;
}

.search-resultsNum {
  background: #eee;
  padding: 5px 5px 5px 15px;
  margin-bottom: 20px;
}

.search-resultsNum+ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.search-resultsNum+ul li:first-child {
  border-top: 1px dotted #ccc;
}