@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 10px;
  font-size: 1.0rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 60px;
  z-index: 1;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  width: 18px;
  height: 35px;
  display: inline-block;
  background: url(../images/icon_arrow_left.png) no-repeat;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 60px;
  z-index: 1;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 18px;
  height: 35px;
  display: inline-block;
  background: url(../images/icon_arrow_right.png) no-repeat;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #b5b5b7;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

a {
  transition: opacity .3s;
  color: #3d3d3d;
}
a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  overflow: hidden;
}
.header_logo {
  float: left;
  width: 50%;
}
.header_logo a {
  display: inline-block;
  padding: 22px 0;
}
.header_btn {
  float: left;
  width: 50%;
  text-align: right;
  padding: 12px 0;
}
.header_btn a {
  display: inline-block;
  padding: 20px 0;
}

.mainSlide_flame {
  max-width: 1200px;
  margin: 0 auto;
}

.mainContents {
  padding: 110px 20px 0;
}

.boxTilte {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.boxTilte span {
  display: inline-block;
  background: #fff;
}
.boxTilte:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: url(../images/title_line.png) repeat-x;
  z-index: -1;
}

.news {
  margin-bottom: 66px;
}
.news li {
  border-bottom: 1px solid #ddd;
}
.news .newsIn {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px 0;
  background: url(../images/icon_arrow_bottom.png) no-repeat 98% 25px;
  cursor: pointer;
}
.news .active {
  background: url(../images/icon_arrow_top.png) no-repeat 98% 25px;
}
.news .newsIn_one {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px 0;
}
.news_day {
  font-size: 1.3rem;
  color: #999;
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: top;
  padding: 3px 30px 0 0;
}
.news_detail {
  display: table-cell;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-right: 20px;
}

.newsIn_box {
  padding: 0 0 20px 130px;
  font-size: 1.3rem;
  display: none;
}

.newsIn_box a {
  display: inline-block;
  margin-right: 20px;
}
.newsIn_box a:hover {
  text-decoration: none;
}

.brand {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5px 70px;
}
.brand li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
.brand a {
  display: inline-block;
  text-decoration: none;
}
.brand_logo {
  margin-bottom: 20px;
  background: url(../images/logo_bg.jpg) no-repeat;
  background-size: 100%;
}

.brand_text_sp {
  display: none;
}

.company {
  padding: 30px 0 35px;
  border-bottom: 1px dotted #bdc3d0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
.company li {
  margin-bottom: 5px;
}
.company_add {
  background: url(../images/icon_map.png) no-repeat right center;
  display: inline-block;
  padding-right: 25px;
}

.linkBox_flame {
  border-bottom: 1px dotted #bdc3d0;
}

.linkBox {
  text-align: center;
  padding: 35px 0;
}
.linkBox li {
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
  font-size: 1.5rem;
}
.linkBox li:first-child {
  border-right: 1px solid #3d3d3d;
}
.linkBox a {
  display: inline-block;
  text-decoration: none;
}
.linkBox a:hover {
  text-decoration: underline;
}
.linkBox_privacy {
  background: url(../images/icon_arrow_bottom.png) no-repeat right center;
  cursor: pointer;
}
.linkBox_privacy.active {
  background: url(../images/icon_arrow_top.png) no-repeat right center;
}

.add img {
  vertical-align: middle;
}

.linkBoxIn {
  /*display: none;*/
}
.linkBoxIn_title {
  text-align: center;
  margin: 20px 0 10px;
}
.linkBoxIn_sub {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.linkBoxIn_text {
  font-size: 1.3rem;
  line-height: 1.6;
}
.linkBoxIn_text dt {
  font-weight: bold;
}
.linkBoxIn_text dd {
  margin-bottom: 20px;
}
.linkBoxIn_list {
  list-style: outside;
  padding: 20px 0 0 18px;
}
.linkBoxIn_list li {
  list-style: outside;
}

.linkBox_contact_flame {
  text-align: center;
  margin: 30px 0 40px;
}

.linkBox_contact {
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #eee;
  padding: 20px;
  display: inline-block;
  line-height: 1.6;
}
.linkBox_contact dt {
  font-weight: bold;
}

.footer {
  padding: 40px 0;
  position: relative;
}

.copyright {
  font-size: 1.2rem;
}

.topBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.snsBox {
  background: #f2f2f2;
  padding: 40px 0;
}
.snsBox .snsBoxIn {
  text-align: center;
}
.snsBox .snsBoxIn li {
  display: inline-block;
  padding: 0 24px;
  vertical-align: middle;
}

.modalBox {
  width: 630px;
  position: relative;
  display: none;
  background: #fff;
  z-index: 2;
  position: fixed;
}
.modalBox_in {
  text-align: center;
  padding: 130px 0;
}
.modalBox_in dt {
  margin-bottom: 50px;
}
.modalBox_in dd {
  line-height: 3.4;
  font-size: 1.4rem;
  padding: 0 30px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1000px) {
  .slick-prev {
    left: 20px;
  }

  .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 630px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 17.5px;
    width: 9px;
  }

  .slick-prev:before, .slick-next:before {
    background-size: 9px 17.5px;
    height: 17.5px;
    width: 9px;
  }

  .block {
    display: block;
  }

  .header_logo img {
    width: 127px;
  }

  .header_btn img {
    width: 81px;
  }

  .header_btn a {
    padding: 18px 0;
  }

  .header_logo a {
    padding: 25px 0 21px;
  }

  .mainContents {
    padding: 60px 0 0;
  }

  .boxTilte {
    margin: 0 0 30px 8px;
  }
  .boxTilte img {
    height: 9px;
    width: auto;
  }

  .news {
    margin-bottom: 30px;
  }
  .news .newsIn_one {
    padding: 10px 0;
  }

  .news_detail {
    font-size: 1rem;
  }

  .news_day {
    padding: 3px 10px 0 0;
    font-size: .8rem;
    width: 70px;
  }

  .newsIn_box {
    padding: 0 0 20px 80px;
    font-size: 1rem;
  }

  .brand {
    padding: 0 0 30px;
    display: block;
  }
  .brand li {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  .brand_logo {
    background: none;
    margin-bottom: 0;
  }
  .brand_logo img {
    width: 200px;
  }
  .brand_text {
    margin-top: -10px;
  }
  .brand_text img {
    width: 78px;
  }
  .brand_text_sp {
    display: block;
    font-size: .9rem;
    line-height: 2;
    text-decoration: none;
    margin-top: -20px;
  }

  .company {
    padding: 0 0 25px;
  }
  .company li {
    font-size: .9rem;
  }
  .company_add {
    background-position: right 14px;
  }

  .add img {
    width: 93px;
  }

  .linkBox {
    padding: 25px 0;
  }
  .linkBox li {
    font-size: .9rem;
    padding: 0 20px;
  }

  .linkBoxIn_title img {
    width: 120px;
  }

  .linkBoxIn_sub {
    font-size: 1rem;
  }

  .linkBoxIn_text {
    padding: 0 8px;
    font-size: 1rem;
  }

  .linkBox_contact_flame {
    margin: 20px 0;
  }

  .linkBox_contact {
    font-size: 1rem;
  }

  .footer {
    padding: 25px 8px;
  }

  .copyright {
    font-size: .7rem;
  }

  .snsBoxIn li {
    padding: 0 10px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .company_add {
    background: url(../images/icon_map@2x.png) no-repeat right bottom;
    background-size: 8px 12px;
  }

  .linkBox_privacy {
    background: url(../images/icon_arrow_bottom@2x.png) no-repeat no-repeat right center;
    background-size: 7px 6px;
  }

  .linkBox_privacy.active {
    background: url(../images/icon_arrow_top@2x.png) no-repeat no-repeat right center;
    background-size: 7px 6px;
  }

  .news .newsIn {
    background: url(../images/icon_arrow_bottom@2x.png) no-repeat 98% 10px;
    background-size: 7px 6px;
  }
  .news .active {
    background: url(../images/icon_arrow_top@2x.png) no-repeat 98% 10px;
    background-size: 7px 6px;
  }

  .add img {
    width: 93px;
  }
}
@media print {
  .mainSlide {
    width: 750px;
  }

  .mainContents {
    padding: 20px 20px 0;
  }

  .boxTilte {
    margin-bottom: 10px;
  }

  .news {
    margin-bottom: 50px;
  }

  .brand {
    padding-bottom: 50px;
  }

  .snsBox {
    padding: 20px 0;
  }
}

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