
/* ------------------------------------------
                  COMMON
------------------------------------------ */

body {
  position: relative;
  padding-top: 80px;
  font-size: 15px;
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}
a {
  color: #0c3281;
}

a:visited {
  color: #70269b;
}

p {
  margin: 0 0 15px;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

ul > li {
  position: relative;
  padding-left: 1.7em;
  padding-bottom: 5px;
  background: none;
}

ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid #c59c33;
  border-radius: 4%;
}

ul > li > ul {
  position: relative;
  margin-top: 8px;
  background: none;
}

ul > li > ul > li {
  padding-left: 1.3em;
}

ul > li > ul > li:before{
  left: 5px;
  border: 2px solid #dfc88d;
}

ol {
  padding-left: 1.7em;
}

ol > li {
  padding-bottom: 8px;
}

.linkList li {
  padding-left: 2em;
  padding-bottom: 8px;
}

.linkList li > a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/linklist_icon.png);
}

.linkList+.linkList {
  margin-top: 25px;
}

/* ***************************
table
*************************** */
table {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid rgba(170, 170, 170, 0.5);
  word-break: break-all;
}

th,
td {
  padding: 12px 13px 11px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
}

th {
  background: #eeeeee;
}

.th2 {
  background: #fff;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    margin: 0;
    border: none;
    background: rgba(255,255,255,0.88);
    z-index: 1000;
    -webkit-transition :all 0.2s ease-in-out 0s;
    transition :all 0.2s ease-in-out 0s;
}
.sticky {
    padding: 0;
    background: rgba(255,255,255,0.88);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar .navbar-header {
  padding-left: 50px;
}
.navbar .navbar-header .sticky{

}
.navbar .navbar-header img {
    -webkit-transition :all 0.2s ease-in-out 0s;
    transition :all 0.2s ease-in-out 0s;
}
.sticky .navbar-header img {
  position: relative;
  top: -12px;
  -webkit-transform :scale(0.8);
          transform :scale(0.8);
}
.navbar-header {
  margin: 0;
}
.navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  float: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.navbar-nav > li {
    padding: 5px 20px;
}
.navbar-nav > li:before {
  display: none;
}
.navbar-nav > li > a,
.navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a {
    background: transparent;
    padding: 0;
    color: #333;
}
.navbar-nav li > a:hover,
.navbar-nav li.active > a,
.navbar-nav li.force-active > a,
.smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
.smooth-scroll-scrolling .navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a:focus {
  background-color: transparent;
    color: #222;
    text-decoration: underline;
}

.navbar-nav > .contact {
  display: none;
}

.header-purchasebtn .btnLink__body {
  margin: 0;
}

.header-purchasebtn .btnLink__body li {
  margin: 0;
  padding: 0;
  width: 200px;
}

.header-purchasebtn .btnLink__body li a {
  padding: 22px 0;
  font-weight: normal;
}

.header-purchasebtn .btnLink__body li a:before {
  content:"";
  display: block;
  position: relative;
  top: 0;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url(/images/cart_icon.png);
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse.collapse.in {
  display: block;
  position: relative;
  top: 1px;
}

footer {
  background: #333;
  font-size: 80%;
  text-align: center;
  color: #fff;
}

.p-footerLink__right {
  display: flex;
  justify-content: center;
  background-color: rgb(206, 206, 206);
  margin-bottom: 0;
}

.p-footerLink__right li {
  padding: 10px 5px;
}

.p-footerLink__right li::before{
  border: 0;
}

.copyright {
    padding: 10px 0;
    margin: 0;
}

em {
  color: #b88a15;
  font-style: normal;
  font-weight: bold;
}

.strong {
  color: #c93c32;
}

.caption,
figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}

@media screen and (max-width:1040px) {
  .navbar {
    padding: 0.5em 0;
    height: 60px;
  }

  .navbar-collapse {
    position: relative;
    top: 1px;
  }


  .header-purchasebtn .btnLink__body {
    margin-top: 30px;
  }

  .navbar .navbar-header img {
    position: relative;
    top: -9px;
    width: 100px;
  }

  .sticky .navbar-header img {
    top: -20px;
  }

  .navbar-nav > li {
    padding: 0;
  }
  .navbar-content {
    display: block;
    padding: 45px 0 30px;
    background: #e9e4d9;
    opacity: 0.9;
    border-bottom: 2px solid rgb(136, 136, 136);
    border-top: 2px solid rgb(136, 136, 136);
    text-align: center;
  }

  .navbar-nav > .contact {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
}


/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */
.mainvisual-lower {
    position: relative;
    margin-top: 70px;
    padding: 3.5em 0;
    background: url(/images/h1_bg_img.jpg) no-repeat center bottom;
    background-size: cover;
    color: #ffffff;
    text-shadow: 0 1px 0px #000;
}
.mainvisual-lower .overray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.mainvisual-lower .row {
    display: table;
    width: 100%;
}
.mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.mainvisual-lower h1,
.mainvisual-lower h2 {
    margin: 0;
    font-size: 40px;
}
.mainvisual-lower h1 i,
.mainvisual-lower h2 i
 {
    padding-right: 10px;
    font-size: 50px;
}
.mainvisual-lower h1 a,
.mainvisual-lower h2 a {
    color: #ffffff;
}
.mainvisual-lower h1 a:hover,
.mainvisual-lower h2 a:hover, {
    color: #ffffff;
    text-decoration: underline;
}
.mainvisual-lower h1 a:focus,
.mainvisual-lower h2 a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb {
    background-color: none;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}
.blog-primary-content {
    padding-left: 0;
}
.entry-list article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #e9e9e9;
}
.entry-list figure {
    float: right;
    margin-left: 2em;
    width: 240px;
    overflow: hidden;
}
.entry-list figure img {
    width: 100%;
    border: solid 1px #e9e9e9;
}
.entry-meta {
    margin-bottom: 1em;
    font-size: 86%;
}
.entry-meta time {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.2em 0.3em 0.2em 0.5em;
    background: #f1f1f1;
}
.entry-meta time span {
    display: inline-block;
}
.entry-meta time span.year {
    padding-right: 0.3em;
}
.entry-meta time span.monthday {
    padding: 0.2em 0.5em;
    background: #ffffff;
}
.entry-meta .category {
    padding: 0.5em 0.8em;
    background: #666666;
    color: #ffffff;
    margin-right: 8px;
}
.entry-excerpt {
    margin-bottom: 1em;
}
.pagemore {
    text-align: left;
}
.content {
  padding: 40px 0 30px;
}
.content .entry-list h1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}
.content .container{
  padding: 0;
}
.entrytitle {
  font-size: 24px;
  font-weight: bold;
}
.entry-body {
  padding-bottom: 20px;
}
.sidebar nav {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 3px #e9e9e9;
}
.sidebar h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.sidebar ul {
    padding: 0;
    margin: 12px 0 auto 12px;
    list-style-type: none;
}
.sidebar ul li {
    margin: 0px 0px 12px 0px;
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 0px;
    list-style: none;
    border-bottom: solid 1px #e9e9e9;
}

.side-nav > ul > li {
  margin-bottom: 24px;
  border-bottom: 0px;
}

.side-nav > ul > li:before {
  display: none;
}

.sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
h3.page-title {
    margin: 0 0 1em 0;
}

.row + .row {
  margin-top: 20px;
}

* + .row {
  margin-top: 20px;
}

/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */
.entry-detail figure {
    margin-bottom: 2em;
}
.entry-detail img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn-primary {
    background: #fff;
    border-color: #888;
    padding: 8px 15px;
    color: #333;
}
.btn-primary:hover {
    background: #888888;
    border-color: #888888;
}
.btn-primary:focus {
    background: #888888;
    border-color: #888888;
}
.btn-primary:active {
    background: #888888;
    border-color: #888888;
}
.btn-secondary {
    background: #f1f1f1;
    border-color: #e1e1e1;
}
.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #e9e9e9;
}
.btn-info {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-info:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}
.btn-success {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-success:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}

/* ------------------------------------------
                    TOP
------------------------------------------ */
body#sitetop {
    padding-top: 0;
}

#sitetop .navbar h1 a{

}

.mainvisual {
  width: 100%;
  min-height: 100vh;
  padding: 5em 0 3em 0;
  background-image: url(/images/main-visual_bg.jpg);
  background-size: cover;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.mainvisual .btn-group .btn {
    width: 300px;
}
.catch-copy {
  margin-top: 100px;
}
.webpages {
    background-color: #ffffff;
}
  .webpages .container{
      padding: 35px 15px 80px;
  }
  .webpages .container .product-box {
    display: flex;
    width: 100%;
  }

  .webpages .container .product-box .product_img {
  	max-width: 100%;
  }

  .webpages .container .product-box .product_text {
    padding: 12px 0 0 20px;
    height: 100%;
  }

  .webpages .container .product-box .dt_none {
    border: 0;
    margin: 0;
  }

  .webpages .image-top{
      padding: 35px 15px 50px 15px;
  }
.webpages h2,
.entry-body h2{
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.webpages h3,
.entry-body h3 {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
.webpages h4,
.entry-body h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.webpages h5,
.entry-body h5 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}
.webpages img {
  height: auto;
}
.pageimage {
  height: 500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.pageimage.no-fixed {
  height: 930px;
  background-position: inherit;
  background-attachment: inherit;
}

.top-news {
    position: relative;
}

.top-news a {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.top-news a.col-sm-4 {
    display: block;
    width: 300px;
    padding: 0;
    margin: 0 15px 35px 15px;
    background: #ffffff;
    color: #111;
}
.top-news a:hover {
    color: #5f76a6;
    text-decoration: none;
}
.top-news figure {
    display: block;
    height: 200px;
    overflow: hidden;
}
.top-news figure.noimage {
    height: 200px;
    background: #999;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    font-size: 30px;
}
.top-news figure img {
    width: 100%;
}
.top-news .entry-detail {
    padding: 1em;
    height: 120px;
}
.top-news h4 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
    line-height: 1.1;
    font-weight: bold;
}
.top-news p {
    margin: 0;
}
.top-news p.entry-excerpt {
    font-size: 86%;
    height: 60px;
    overflow: hidden;
}
.top-news .top-newslist {
    margin-top: 2em;
    text-align: center;
}

.information {
    background: url(/images/news_bg.png) no-repeat scroll center 30%;
    background-size: cover;
}

.thought:before, .about:before,
.knowledge:before, .corporate:before,
.toppage .top-news:before{
  content:"";
  display: block;
  position: relative;
  top: -42px;
  left: 0;
  margin-bottom: -42px;
  height: 44px;
  background-image: url(/images/wavy-line-bg.png);
  background-size: cover;
}

.top-news .container {
  padding-bottom: 30px;
}

.gradation_bg {
  position: relative;
  width: 100%;
}

.gradation_bg:after {
  content: '';
  position: absolute;
  display: block;
  margin-top: -1px;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)),to(rgba(255,255,255,0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 100%);
  background-size: 100% 100%;
}

.thought > .pageimage {
  background-image: url(/images/section1_bg_img.jpg);
}

.about > .pageimage {
  background-image: url(/images/section2_bg_img.jpg);
}

.about > .history {
  background-color: #fff;
  background-image: url(/images/nekka-history_bg.png);
  background-repeat: repeat-x;
}

.knowledge > .pageimage{
  background-image: url(/images/section3_bg_img.jpg);
}

.corporate > .pageimage {
  background-image: url(/images/section4_bg_img.jpg);
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */
@media screen and (max-width:1040px){
  img {
      max-width: 100%;
  }
  header {
      margin-bottom: 5px;
  }
  .navbar > .navbar-header {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 5px 0;
    padding-left: 15px;
    float: none;
  }
  .navbar-nav {
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid rgb(136, 136, 136);
    float: none;
  }
  .navbar-nav > li {
    width: 100%;
    border-top: 1px solid rgb(136, 136, 136);
    float: none;
  }

  #sitetop .navbar-nav > li > a,
  #sitetop .navbar-nav li > a:focus,
  #sitetop .smooth-scroll-scrolling .navbar-nav li.active > a {
    padding: 18px 15px;
  }

  button.navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin: 10px 15px 10px 0;
    background: #f6f6f6;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      margin-bottom: 3em;
  }
  section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
      margin-bottom: 0;
  }

  .footer-logoarea {
      text-align: center;
  }

  footer .col-sm-6 {
      margin-bottom: 0;
  }

  .mainvisual {
    padding: 4em 0 3em 0;
  }

  .mainvisual .btn-group {
      display: block;
      text-align: center;
  }
  .mainvisual .btn-group .btn {
      display: inline-block;
      width: 45%;
      float: none;
      margin-bottom: 0.5em;
      border-radius: 3px;
  }
  .mainvisual .btn-group .btn:last-of-type {
      margin: 0;
  }

  .sidebar {
      width: 100%;
  }
  .sidebar h3 {
      padding: 1em 0.7em;
      background: #f6f6f6;
  }
  .entry-list figure {
      width: 40%;
  }

  .gradation_bg:after {
    height: 300px;
  }

  .content .container{
    padding: 0 15px;
  }

}

/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:767px){
.entry-list figure {
    display: none;
}
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.pageimage.no-fixed {
  height: auto;
  background-size: contain;
}
.navbar h1 {
    font-size: 18px;
}

.top-news a.col-sm-4 {
    margin: 0 auto 20px;
}

.gradation_bg:after {
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)),color-stop(80%, rgba(255,255,255,0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 80%);
}

.webpages h2,
.entry-body h2{
    font-size: 24px;
    line-height: 30px;
}

.webpages h3,
.entry-body h3 {
  font-size: 22px;
  line-height: 25px;
}

.mainvisual-lower {
  padding: 3em 0 1.5em;
}

.mainvisual-lower h1 {
  font-size: 28px;
}

.product-introduce {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

}
  @media screen and (max-width:400px) {
    .webpages .container .product-box {
      display: block;
    }
      
  .webpages .container .product-box .dt_none{
    border: 0.5px solid rgba(170, 170, 170, 0.315);
    margin-top: 20px;
    margin-bottom: 20px;
    }

    .webpages .container .product-box .product_text {
      padding: 0;
  }
    .webpages .container .product-box .product_img {
      margin-top: 0.5em;
    }

    .webpages .container .product-box .product_img img {
      width: 100%;
    }
  }
  @media screen and (min-width: 600px) {
    .knowledge .container .youtube_wrap p {
      margin: 0;
    }

    .knowledge .container .youtube_wrap .float-right {
      float: right;
      width: 49%;
    }
    .knowledge .container .youtube_wrap .float-left{
      float:left;
      width: 49%;
    }
    .knowledge .container .youtube_wrap::after{
      display: block;
      clear: both;
      content: "";
    }
  }
/* ------------------------------------------
                  SNS
------------------------------------------ */

.entry-social-buttons ul {
  clear: both;
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 0px;
}

.entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-buttons ul li:before{
  display: none;
}

.entry-social-facebook {
  padding-bottom: 6px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}
.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li:before {
    display: none;
}
.page-navigation li a{
    padding: 10px;
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/* サブカテゴリー対応 */
.sidebar .catdepth-2 {
    position: relative;
    margin-left: 0px;
    padding-left: 0px;
}

.sidebar li.catdepth-2  {
    border: 0px;
}

.sidebar .catdepth-2 .nolink {
    color: #999999;
}
.sidebar .catdepth-2 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-2::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
    border: none;
}

.sidebar .catdepth-3 {
    position: relative;
    margin-left: 12px;
}

.sidebar .catdepth-3 .nolink {
    color: #999999;
}
.sidebar .catdepth-3 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-3::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
}


/* ------------------------------------------
             Bootstrap カスタマイズ
------------------------------------------ */

.mainvisual h2, .thought h2, .about h2,
.knowledge h2, .corporate h2, .top-news h2 {
  position: relative;
  margin: 20px 0 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.thought h2:after, .about h2:after,
.knowledge h2:after, .corporate h2:after, .top-news h2:after {
  position: absolute;
  display: block;
  content: url(/images/h2_border.png);
  left: 50%;
  top: 35px;
  width: 60px;
  height: 2px;
  margin-left: -30px;
}

.history h3 {
  margin-top: 0;
  margin-bottom: 23px;
}

.container {
  width: 990px;
}

.history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15px 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1070px;
}

.history-container__right {
  width: 100%;
}

.knowledge .container {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.knowledge .container .youtube_wrap {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.knowledge .container .youtube_wrap p {
  margin-bottom: 2.5em;
}

.knowledge .container .youtube_wrap .iframeWrap {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  /* overflow: hidden; */
}

.knowledge .container .youtube_wrap .iframeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.knowledge h3 {
  margin-top: 50px;
}

.product {
  margin-top: 40px;
}

.product .product-list{
  margin-bottom: 30px;
}

.product img {
    width: 100%;
}
.product .entry-detail {
    padding: 1em;
    height: auto;
    background: #fff;
}
.product h4 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
    line-height: 1.1;
    font-weight: bold;
}
.product p {
    margin: 0;
}
.product p.entry-excerpt {
    font-size: 86%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

.corporate .container {
  padding-bottom: 50px;
}

@media screen and (max-width:980px){
  .container {
    width: 100%;
  }
}

@media screen and (max-width:767px){
  .container {
    width: 100%;
  }

  .history-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chronology dt {
  float: left;
  clear : both;
  padding-bottom: 5px;
}

.chronology dd {
  margin-left: 150px;
  padding-bottom: 5px;
}

.paint__body {
    position: relative;
    margin: 0;
    padding: 18px 20px;
    background: #e9e4d9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.paint__body.w-640 {
    width: 640px;
}

.paint__body__title:before {
  content:"";
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/images/question.png);
}

.blockList {
  margin-top: 90px;
}

.blockList__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.blockList__content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  width: 100px;
  height: 70px;
  background: #e9e4d9;
}

.blockList__content dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blockList__content:last-child {
  margin-bottom: 0;
}

.access_map {
  margin: 20px 0 40px;
}

iframe {
  border: 0;
}

@media screen and (max-width:1040px) {
  .access_map iframe {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .iframeWrap {
    position: relative;
    padding-top: 65%;
    height: 0;
  }

  .iframeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .access_map {
    margin-bottom: 40px;
  }
}

/* newsArea */

.newsArea {
  margin-bottom: 50px;
}

.newsArea__body .newsList {
  margin: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
}

.newsArea__body .newsList:first-child {
  padding-top: 7px;
}

.newsArea__list {
  margin-top: 42px;
  text-align: center;
}

.newsArea__list__link {
  padding: 7px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

.newsList__title {
  margin-top: 8px;
}

/* .btnLink {
  margin-top: 20px;
} */

.btnLink__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin: -20px -20px 0; */
  padding: 0;
  list-style-type: none;
}

.btnLink__body li {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}

.btnLink__body li:before {
  display: none;
}

.btnLink__body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  padding: 11px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #0c3281;
  font-weight: bold;
}

.btnLink__body .size-l {
  margin-top: 40px;
  width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btnLink__body .size-m {
  margin-top: 40px;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btnLink__body .size-m a {
  padding-top: 17px;
  padding-bottom: 17px;
}

.btnLink__body .size-s {
  margin: 0;
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btnLink__body .online-store {
  background: #c59c33;
  color: #fff;
}

.online-store_text {
  position: relative;
}

.online-store_text:before {
  content:"";
  display: block;
  position: absolute;
  top: -2px;
  left: -35px;
  width: 24px;
  height: 24px;
  background-image: url(/images/cart_icon.png);
}

.online-store_text:after {
  content:"";
  display: block;
  position: absolute;
  top: 4px;
  right: -25px;
  width: 13px;
  height: 13px;
  background-image: url(/images/outside_icon.png);
}

.outside-icon {
  position: relative;
}

.btnLink__body li .outside-icon_link {
  padding: 11px 25px 11px 7px;
}

.outside-icon:after {
  content:"";
  display: block;
  position: absolute;
  top: 22%;
  right: -22px;
  width: 13px;
  height: 13px;
  background-image: url(/images/outside_icon_blue.png);
}

.section-border {
  position: relative;
  margin: 0;
  border-top: 2px solid rgb(197, 156, 51);
}

@media screen and (max-width:767px) {
  .btnLink__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .btnLink__body li {
    padding: 0;
  }

  .btnLink__body .size-l {
    width: 100%;
  }

  .btnLink__body .size-m {
    width: 90%;
  }

  .btnLink__body .size-s {
    width: 85%;
  }

  .btnLink__body li a {
    padding: 11px 17px;
  }

  .online-store:before {
    top: 27%;
    left: 12%;
  }

  .online-store .outside-icon:after {
    top: 39%;
    right: 20%;
  }
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t10 {
  margin-top: 10px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b20 {
  margin-bottom: 20px;
}

.p-l0 {
  padding-left: 0;
}

.p-r0 {
  padding-right: 0;
}

  .p-l75 {
    padding-left: 7.5px;
  }
  
  .p-r75 {
    padding-right: 7.5px;
  }
.p-l30 {
  padding-left: 30px;
}

.p-r30 {
  padding-right: 30px;
}

.w-140 {
  width: 140px;
}

.w-280 {
  width: 280px;
}

/* ***************************
returnTop
*************************** */
.returnTop {
  display: block;
  width: 60px;
  height: 60px;
}

.returnTop__body {
  margin: 0;
}

.returnTop__body__link {
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 16px 17.5px 19px;
  background-color: rgb(197, 156, 51);
}

.returnTop__body__link:hover {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .returnTop__body__link {
    right: 15px;
  }
}

.black {
  color: #333;
}
