@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

article.about section.l_col, article.quality section.l_col, article.price section.l_col {
  margin: 50px 0 0;
  padding: 0;
}
article.about section.l_col:after, article.quality section.l_col:after, article.price section.l_col:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
article.about section.l_col div.l_textbox, article.quality section.l_col div.l_textbox, article.price section.l_col div.l_textbox {
  float: left;
  width: 450px;
}
article.about section.l_col div.l_textbox h1.l_title, article.quality section.l_col div.l_textbox h1.l_title, article.price section.l_col div.l_textbox h1.l_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0 0 40px;
  padding: 0;
}
article.about section.l_col div.l_textbox h1.l_title span.l_subtitle, article.quality section.l_col div.l_textbox h1.l_title span.l_subtitle, article.price section.l_col div.l_textbox h1.l_title span.l_subtitle {
  font-size: 24px;
}
article.about section.l_col div.l_textbox p.l_text, article.quality section.l_col div.l_textbox p.l_text, article.price section.l_col div.l_textbox p.l_text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
article.about section.l_col img.l_img, article.quality section.l_col img.l_img, article.price section.l_col img.l_img {
  float: right;
  width: 550px;
}
@media screen and (max-width: 767px) {
  article.about section.l_col, article.quality section.l_col, article.price section.l_col {
    margin-top: 25px;
  }
  article.about section.l_col div.l_textbox, article.quality section.l_col div.l_textbox, article.price section.l_col div.l_textbox {
    float: none;
    width: 100%;
  }
  article.about section.l_col div.l_textbox h1.l_title, article.quality section.l_col div.l_textbox h1.l_title, article.price section.l_col div.l_textbox h1.l_title {
    font-size: 22px;
    margin: 20px 0;
    text-align: center;
  }
  article.about section.l_col div.l_textbox h1.l_title span.l_subtitle, article.quality section.l_col div.l_textbox h1.l_title span.l_subtitle, article.price section.l_col div.l_textbox h1.l_title span.l_subtitle {
    font-size: 18px;
  }
  article.about section.l_col div.l_textbox p.l_text, article.quality section.l_col div.l_textbox p.l_text, article.price section.l_col div.l_textbox p.l_text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 5px;
  }
  article.about section.l_col img.l_img, article.quality section.l_col img.l_img, article.price section.l_col img.l_img {
    float: none;
    width: 100%;
  }
}

div.belt {
  background: #e0e7f1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 55px 0 45px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.belt {
    font-size: 22px;
    height: auto;
    line-height: 1.5;
    padding: 10px 5px;
  }
}

div.belt_b {
  background: #857e76;
  color: #fff;
  font-size: 22px;
  height: 80px;
  line-height: 80px;
  margin: 65px 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.belt_b {
    height: auto;
    line-height: 1.5;
    padding: 10px 5px;
    margin-top: 40px;
  }
}

/*--
  about
---------------*/
article.about {
  margin: 0 auto;
  width: 1040px;
}
article.about section.mt {
  margin-top: 30px;
}
article.about section.in_hr div.l_textbox h1.l_title {
  margin: 0 0 30px;
}
article.about section.in_hr div.l_textbox hr {
  border: 1px solid #d6d6d6;
}
article.about section.in_hr div.l_textbox p.l_text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 16px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  article.about {
    width: 100%;
  }
  article.about section.in_hr div.l_textbox h1.l_title {
    margin: 20px 0;
  }
  article.about section.in_hr div.l_textbox p.l_text {
    font-size: 14px;
  }
}

ul.s_columns {
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
}
ul.s_columns:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.s_columns li {
  margin: 0;
  float: left;
  overflow: hidden;
  padding: 0;
}
ul.s_columns li:first-child {
  margin-left: -31px;
}
@media screen and (max-width: 767px) {
  ul.s_columns {
    margin-top: 20px;
    width: 100%;
  }
  ul.s_columns li {
    margin: 20px 0 0;
    width: 100%;
  }
  ul.s_columns li:first-child {
    margin: 20px 0 0;
  }
}

section.s_column {
  float: left;
  margin: 0 0 0 31px;
  width: 326px;
}
section.s_column h2.s_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 26px;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
section.s_column h2.s_title span {
  color: #864;
}
section.s_column p.s_text {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.s_column {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  section.s_column h2.s_title {
    font-size: 22px;
    margin: 15px 0;
  }
  section.s_column p.s_text {
    padding: 0 5px;
    line-height: 1.5;
    text-align: left;
  }
  section.s_column img {
    width: 100%;
  }
}

/*--
 3G image
---------------*/
article.trig_wrap {
  position: relative;
}
article.trig_wrap p.trailer {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.trig_wrap p.trailer {
    font-size: 18px;
  }
}

div.trig {
  background: url(../media/images/import/trig_bg.png) 0 0 no-repeat;
  height: 841px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  div.trig {
    background: #fff;
    height: auto;
    top: auto;
    width: 100%;
  }
}

div.bnr {
  background-color: #b22;
  background: -webkit-gradient(linear, from("#b22+40"), to("#b22"));
  background: -webkit-linear-gradient(#e34a4a, #b22);
  background: linear-gradient(#e34a4a, #bb2222);
  box-sizing: border-box;
  font-size: 18px;
  height: 50px;
  text-align: center;
  width: 210px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
div.bnr a {
  color: #fff;
  display: block;
  line-height: 45px;
  text-decoration: none;
}
div.bnr a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 20px;
  padding-right: 0;
  font-size: 24px;
}

div.design {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  div.design {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

div.quality {
  margin: auto;
  position: absolute;
  top: 290px;
  left: 95px;
}
@media screen and (max-width: 767px) {
  div.quality {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
}

div.price {
  margin: auto;
  position: absolute;
  top: 290px;
  right: 95px;
}
@media screen and (max-width: 767px) {
  div.price {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}

/*--
 quality
---------------*/
article.quality {
  margin: 0 auto;
  width: 1040px;
}
article.quality section.l_col h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0 0 50px;
  text-align: center;
}
article.quality section.l_col h1 span {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  article.quality {
    width: 100%;
  }
  article.quality section.l_col h1 {
    font-size: 22px;
    padding: 0 5px;
    margin-bottom: 25px;
  }
  article.quality section.l_col h1 span {
    font-size: 18px;
  }
}

div.l_textbox p.l_text {
  width: 449px;
  line-height: 1.7;
}
div.l_textbox p.text_img {
  font-size: 12px;
  line-height: 1.6;
  margin: 25px 0 0;
  padding: 0;
  width: 458px;
}
@media screen and (max-width: 767px) {
  div.l_textbox p.l_text {
    width: 100%;
  }
  div.l_textbox p.text_img {
    margin: 15px 0 0;
    padding: 0 5px;
    width: 100%;
  }
}

div.survey {
  margin: 35px 0 0;
  position: relative;
}
div.survey:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.survey img.sur_img {
  float: left;
  margin: -124px 0 0;
  position: absolute;
  top: 50%;
  width: 320px;
}
@media screen and (max-width: 767px) {
  div.survey {
    margin: 20px 0 0;
  }
  div.survey img.sur_img {
    float: none;
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
}

div.sur_text {
  float: right;
  width: 680px;
}
div.sur_text div.sur_title {
  color: #864;
  font-size: 18px;
  float: left;
  margin-left: -10px;
  text-align: left;
}
div.sur_text div.sur_subtitle {
  color: #000;
  font-size: 14px;
  text-align: right;
}
div.sur_text div.sur_subtitle:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.sur_text div.prov {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  div.sur_text {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
  div.sur_text div.sur_title {
    float: none;
    text-align: center;
    width: 100%;
  }
  div.sur_text div.sur_subtitle {
    text-align: center;
    width: 100%;
  }
  div.sur_text div.prov {
    padding: 0 5px;
  }
}

table.survey {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-spacing: 0;
  box-sizing: border-box;
  font-size: 14px;
  height: 235px;
  line-height: 59px;
  margin: 15px 0;
  padding: 0;
  width: 680px;
}
table.survey thead {
  background: #f5f3e8;
  box-sizing: border-box;
  height: 59px;
}
table.survey tr {
  box-sizing: border-box;
  height: 59px;
}
table.survey td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  height: 59px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  table.survey {
    height: auto;
    line-height: 1.5;
    width: 100%;
  }
  table.survey thead {
    height: auto;
  }
  table.survey tr {
    height: auto;
  }
  table.survey td {
    height: auto;
    padding: 10px 0;
  }
}

/*--
 price
---------------*/
article.price {
  margin: 0 auto;
  width: 1040px;
}
article.price section.l_col img.l_img {
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  article.price {
    width: 100%;
  }
}

/*--
 design
---------------*/
div.design_wrap {
  background: #fff;
  margin: 10px auto 0;
  width: 1040px;
}
div.design_wrap ul.design {
  list-style: none;
  margin: 0 0 0 -40px;
  padding: 0;
  width: 1080px;
}
div.design_wrap ul.design::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.design_wrap ul.design > li {
  font-size: 14px;
  float: left;
  line-height: 1.7;
  margin: 40px 0 0 40px;
  padding: 0;
  width: 500px;
}
@media screen and (max-width: 767px) {
  div.design_wrap {
    width: 100%;
  }
  div.design_wrap ul.design {
    margin: 20px 0 0;
    width: 100%;
  }
  div.design_wrap ul.design > li {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
  div.design_wrap ul.design > li img {
    width: 100%;
  }
  div.design_wrap ul.design > li div p {
    padding: 0 5px;
  }
}

div.d_materials {
  background: #f5f5f5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  margin: 20px auto 50px;
  width: 1040px;
}
div.d_materials div.mat_title {
  font-size: 34px;
  margin: 0 auto;
  padding: 25px 0 0;
  text-align: center;
}
div.d_materials div.mat_subtitle {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
}
div.d_materials ul.material {
  list-style: none;
  margin: 25px auto 0;
  padding: 0 0 25px;
  width: 980px;
}
div.d_materials ul.material:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.d_materials ul.material > li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: center;
  width: 230px;
}
div.d_materials ul.material > li:first-child {
  margin: 0;
}
div.d_materials div.style_name {
  color: #864;
  font-size: 24px;
}
div.d_materials div.style_text {
  color: #864;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  div.d_materials {
    width: 100%;
  }
  div.d_materials ul.material {
    width: 100%;
  }
  div.d_materials ul.material > li {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}

/*# sourceMappingURL=n-import.css.map */
