@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600|Poppins:400,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* clearfix */
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* [FAQ-FORMAT]
AS Q&A!
<ul class="list-faq">
<li class="item">
<div class="question"><span class="number">Q<span>1</span></span><p>最短で納期はどれぐらいで対応してもらえますか？</p></div>
<div class="answer"><p>最短で、お申し込み当日の発送に対応させていただいております。</p></div>
</li><!-- / .item -->
</ul>
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #212121;
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

a {
  color: #000; }

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

@media screen and (min-width: 960px) {
  .cnt-pc {
    display: block; } }
@media screen and (max-width: 959px) {
  .cnt-pc {
    display: none; } }

@media screen and (min-width: 960px) {
  .cnt-sp {
    display: none; } }
@media screen and (max-width: 959px) {
  .cnt-sp {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

.tL {
  text-align: left; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

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

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

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

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

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

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

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

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

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

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

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

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

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

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

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

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

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

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #EA5230; }
span.underline {
  text-decoration: underline; }
span.en {
  font-family: "Poppins", serif; }
span.bk-black {
  display: inline-block;
  padding: 3px 8px 3px 5px;
  background: #212121;
  color: white;
  line-height: 1 !important; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }
p.message {
  font: bold 1.333em/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }
p.message-en {
  font: normal 1em/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  margin-bottom: 40px; }
@media screen and (max-width: 767px) {
  p.message {
    line-height: 1.6 !important; }
  p.message-en {
    margin-bottom: 30px; } }
p a {
  color: #EA5230;
  text-decoration: none; }
  p a:hover {
    text-decoration: underline; }
p.attention {
  font: normal 0.875em/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  color: #EA5230;
  margin-top: 5px !important; }

.article {
  position: relative; }
  @media screen and (max-width: 959px) {
    .article {
      padding: 0 15px; } }
  .article-main {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .article-main p {
      font: normal 1em/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .05em; }
      .article-main p + p {
        margin-top: 15px; }
      .article-main p + .btn, .article-main p + .btn-ac {
        margin-top: 35px; }
      @media screen and (max-width: 767px) {
        .article-main p + p {
          margin-top: 10px; }
        .article-main p + .btn, .article-main p + .btn-ac {
          margin-top: 25px; } }
    .article-main ul + .btn, .article-main ul + .btn-ac {
      margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .article-main ul + .btn, .article-main ul + .btn-ac {
        margin-top: 30px; } }
  .article-title {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .article-title {
        margin-bottom: 30px; } }
    .article-title h2 {
      display: inline-block;
      background: #212121;
      color: white;
      font: bold 1.8rem/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 7px 14px 8px 10px; }
    .article-title span.en {
      display: block;
      font-size: 0.875rem;
      font-weight: bold;
      margin-bottom: 13px; }
  .article + .article {
    margin-top: 140px; }
  @media screen and (max-width: 767px) {
    .article + .article {
      margin-top: 90px; } }

.btn, .btn-ac {
  text-align: center; }
  .btn a, .btn-ac a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #212121;
    padding: 20px;
    min-width: 365px;
    font: bold 1rem/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: border .15s ease;
    transition: border .15s ease;
    text-align: left; }
    .btn a img, .btn-ac a img {
      position: absolute;
      right: 20px;
      top: 23px;
      -webkit-transition: right .15s ease;
      transition: right .15s ease; }
    @media screen and (max-width: 959px) {
      .btn a, .btn-ac a {
        padding: 15px 20px;
        min-width: 300px; }
        .btn a img, .btn-ac a img {
          top: 18px;
          right: 15px; } }
    .btn a:hover, .btn-ac a:hover {
      border: 2px solid #EA5230; }
      .btn a:hover img, .btn-ac a:hover img {
        right: 15px; }
  .btn-ac a {
    background: #EA5230;
    color: white;
    border: 2px solid #EA5230; }

.table {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table tr {
    border-top: 1px solid #DDDDDD; }
    .table tr:first-child {
      border: none; }
    .table tr th {
      width: 100px;
      font-size: 1rem;
      line-height: 1.875rem;
      padding: 1.25rem 1.1875rem 0.9375rem;
      font-weight: bold;
      text-align: left; }
    .table tr td {
      font-size: 1rem;
      line-height: 2rem;
      width: 500px;
      position: relative;
      padding: 1rem 2rem 1rem; }
    .table tr td:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.33333rem;
      left: 0;
      bottom: 0;
      height: calc(100% - 2.33333rem);
      border-right: 1px solid #DDDDDD; }
  @media screen and (max-width: 959px) {
    .table tr th, .table tr td {
      display: block;
      width: 100%;
      font-size: 14px; }
    .table tr td {
      padding-left: 1.1875rem; }
    .table tr td:before {
      border: none;
      width: calc(100% - 2.33333rem);
      height: 1px;
      margin: 0 auto;
      right: 0;
      bottom: auto;
      top: 0;
      border-top: 1px solid #DDDDDD; } }

.attention-box {
  padding: 15px 20px;
  margin-top: 30px;
  background: #EEEEEE; }

.cnt-service .article-main {
  max-width: 100%; }
.cnt-service .list-linkarea .item:nth-child(1) {
  background-image: url(/images/service01.jpg); }
.cnt-service .list-linkarea .item:nth-child(2) {
  background-image: url(/images/service02.jpg?20191125); }
.cnt-service .btn-ac {
  margin-top: 25px; }

.boxwithimage {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .boxwithimage .article-title {
    text-align: left; }
  .boxwithimage-image {
    width: 320px; }
  .boxwithimage-text {
    width: calc(100% - 370px); }
  @media screen and (max-width: 767px) {
    .boxwithimage {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .boxwithimage-image {
        margin-top: 30px;
        width: 100%; }
      .boxwithimage-text {
        width: 100%; } }

.img-visual {
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .img-visual {
      margin-top: 50px; } }

/* =========================================================
	general
========================================================= */
.list li {
  position: relative;
  padding-left: 1em; }
  .list li:last-child {
    margin-bottom: 0; }
  .list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #EA5230;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  .list.url li a {
    display: block; } }
.list-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  list-style: none; }
  .list-linkarea .item {
    position: relative;
    width: calc(100%/2);
    height: 480px;
    background-size: cover; }
    .list-linkarea .item-text {
      position: absolute;
      bottom: 40px;
      left: 40px; }
      .list-linkarea .item-text span.bk-black {
        font-size: 1.375rem;
        font-weight: normal; }
  @media screen and (max-width: 959px) {
    .list-linkarea {
      padding: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .list-linkarea .item {
        width: 100%;
        height: 300px;
        padding: 15px; }
        .list-linkarea .item-text {
          position: absolute;
          bottom: 15px;
          left: 15px; } }
  @media screen and (max-width: 767px) {
    .list-linkarea {
      margin-bottom: -30px; }
      .list-linkarea .item {
        margin-bottom: 30px;
        height: 200px; } }
.list-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  .list-works .item {
    width: calc((100% - (50px * (3 - 1)))/3);
    margin-right: 50px;
    margin-bottom: 50px; }
    .list-works .item:nth-child(3n) {
      margin-right: 0; }
    .list-works .item a {
      text-decoration: none; }
    .list-works .item-title {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .list-works .item {
        width: 100%;
        margin-right: 0; }
        .list-works .item-thumbnail {
          width: 100%;
          text-align: center; }
        .list-works .item-info {
          width: 100%;
          margin-top: 10px; } }
  .list-works .item-thumbnail {
    background: #212121;
    border: 3px solid #212121;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    position: relative;
    width: 300px;
    /* 領域の幅を指定 */
    height: 300px;
    /* 領域の高さを指定 */
    margin: 0 auto; }
    .list-works .item-thumbnail img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .list-works .item-title {
    margin-top: 15px;
    font: bold 1.125rem/1.5 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .list-works .item-detail {
    font: normal 0.875rem/1.5 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .list-works .item a:hover .item-thumbnail {
    border: 3px solid #EA5230; }
  @media screen and (max-width: 959px) {
    .list-works {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .list-works .item {
        width: calc(50% - 25px);
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .list-works .item {
      width: 100%; } }
.list-icon {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 14px;
  background: #EEEEEE; }
  .list-icon li {
    margin-right: 7px; }
    .list-icon li:last-child {
      margin-right: 0; }
.list-faq li {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  border-top: 1px solid #212121; }
  .list-faq li:last-child {
    border-bottom: 1px solid #212121; }
  .list-faq li .number {
    font-size: 1.777em;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: "Poppins", serif;
    color: #EA5230;
    vertical-align: -3px; }
    .list-faq li .number span {
      color: #EA5230; }
    @media screen and (max-width: 959px) {
      .list-faq li .number {
        position: absolute;
        font-size: 1.2em;
        top: 24px; } }
  .list-faq li:last-child {
    margin-bottom: 0; }
  .list-faq li .answer,
  .list-faq li .question {
    padding: 30px;
    position: relative; }
    .list-faq li .answer p,
    .list-faq li .question p {
      display: inline-block;
      margin-bottom: 0 !important;
      padding-left: 30px;
      text-align: left; }
    @media screen and (max-width: 959px) {
      .list-faq li .answer,
      .list-faq li .question {
        padding: 15px; }
        .list-faq li .answer p,
        .list-faq li .question p {
          padding-left: 47px;
          padding-right: 20px; } }
  .list-faq li .question {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    z-index: 2; }
    .list-faq li .question:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "+";
      color: #212121;
      font-size: 40px;
      font-family: "Poppins", serif;
      right: 30px;
      font-weight: normal; }
      @media screen and (max-width: 959px) {
        .list-faq li .question:after {
          font-size: 20px; } }
    .list-faq li .question.on {
      border-radius: 10px 10px 0 0; }
      .list-faq li .question.on:after {
        content: "-"; }
    @media screen and (min-width: 960px) {
      .list-faq li .question p {
        font-size: 18px !important;
        font-weight: bold;
        text-align: left; } }
    @media screen and (max-width: 959px) {
      .list-faq li .question:after {
        right: 5px;
        top: 32px; }
      .list-faq li .question p {
        padding-left: 46px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: left; } }
  .list-faq li .answer {
    padding-top: 0;
    padding-left: 55px;
    display: none;
    min-height: 0px;
    font-size: 16px;
    text-align: left; }
    @media screen and (max-width: 959px) {
      .list-faq li .answer {
        padding-left: 0; }
        .list-faq li .answer p {
          padding-left: 61px;
          padding-right: 10px; } }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

/* =========================================================
 special
========================================================= */
body {
  position: relative; }

body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/pattern.png);
  background-size: 9px;
  background-position: 0 0;
  opacity: .04;
  z-index: -1;
  -webkit-animation: bkimg 1s linear normal infinite;
          animation: bkimg 1s linear normal infinite; }

@-webkit-keyframes bkimg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 9px 9px; } }

@keyframes bkimg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 9px 9px; } }
body:not(#home-page) .article + .article {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    body:not(#home-page) .article + .article {
      margin-top: calc($cw/2); } }
body:not(#home-page) .article.cnt-footservice {
  margin-top: 150px; }
  @media screen and (max-width: 767px) {
    body:not(#home-page) .article.cnt-footservice {
      margin-top: calc($cw/2); } }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .pagetitle {
      margin-bottom: 75px; } }
  .pagetitle-title {
    position: relative;
    display: inline-block;
    margin: 150px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .pagetitle-title {
        margin: 125px 0 75px; } }
    .pagetitle-title:before, .pagetitle-title:after {
      position: absolute;
      top: 0;
      content: '';
      width: 20px;
      height: 100%;
      border-top: 2px solid #212121;
      border-bottom: 2px solid #212121;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .pagetitle-title:before {
      left: -50px;
      border-left: 2px solid #212121; }
    .pagetitle-title:after {
      right: -50px;
      border-right: 2px solid #212121; }
  .pagetitle h1 {
    font-size: 2.369em;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: .15em; }
    @media screen and (max-width: 959px) {
      .pagetitle h1 {
        font-size: 26px;
        letter-spacing: .05em; } }
  .pagetitle .en-ttl {
    font: bold 1em/1 "Poppins", serif;
    letter-spacing: .1em; }
  .pagetitle + .article {
    margin-top: calc($cw*0.9); }
    @media screen and (max-width: 959px) {
      .pagetitle + .article {
        margin-top: 45px; } }

/* =========================================================
	header
========================================================= */
.header {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header .head-logo {
    position: fixed;
    margin-left: 18px;
    margin-top: 18px; }
    @media screen and (max-width: 767px) {
      .header .head-logo {
        margin-left: 15px;
        margin-top: 15px; }
        .header .head-logo img {
          width: 50px; } }
  .header .menu {
    position: fixed;
    opacity: 0;
    width: 0;
    height: 100vh;
    background: #ffffff;
    -webkit-transition: width .5s ease, opacity .5s ease;
    transition: width .5s ease, opacity .5s ease;
    z-index: 99;
    overflow: hidden; }
    .header .menu:before {
      content: "";
      display: block;
      position: fixed;
      opacity: 0;
      width: 0;
      height: 100vh;
      background: rgba(255, 255, 255, 0.4);
      -webkit-transition: width .5s ease, opacity .5s ease;
      transition: width .5s ease, opacity .5s ease;
      z-index: -1; }
    .header .menu.on {
      opacity: 1;
      width: 50vw; }
      @media screen and (max-width: 767px) {
        .header .menu.on {
          width: 100vw; } }
      .header .menu.on:before {
        opacity: 1;
        width: 100%; }
  .header .gnav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .header .gnav {
        min-width: 420px; } }
    @media screen and (max-width: 767px) {
      .header .gnav {
        min-width: 90vw;
        width: calc(100% - 30px); } }
    .header .gnav li a {
      position: relative;
      text-decoration: none;
      font-size: 1.777rem;
      -webkit-transition: color .05s ease;
      transition: color .05s ease; }
      @media screen and (max-width: 767px) {
        .header .gnav li a {
          font-size: 1.333rem; } }
      .header .gnav li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        right: 0;
        width: 0;
        height: 1px;
        background: #212121;
        -webkit-transition: width .2s ease;
        transition: width .2s ease; }
      .header .gnav li a:hover {
        color: #EA5230; }
        .header .gnav li a:hover:before {
          background: #EA5230;
          left: 0;
          width: 100%;
          -webkit-transition: width .5s ease;
          transition: width .5s ease; }
    .header .gnav li.small#gnav-material {
      border-top: 1px solid #ddd;
      padding-top: 30px; }
    .header .gnav li.small a {
      font-size: 1rem; }
    .header .gnav li + li {
      margin-top: 30px; }
    .header .gnav li + li {
      margin-top: 30px; }
  .header .menu-btn {
    cursor: pointer;
    position: fixed;
    top: 37px;
    right: 40px;
    width: 22px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .header .menu-btn {
        top: 28px;
        right: 29px; } }
    .header .menu-btn:before {
      content: "";
      display: block;
      position: absolute;
      width: 65px;
      height: 65px;
      top: -19px;
      left: -21px;
      background: #212121;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        .header .menu-btn:before {
          width: 50px;
          height: 50px;
          top: -13px;
          left: -14px; } }
    .header .menu-btn:after {
      content: url(/svg/menu.svg);
      display: block;
      position: absolute;
      height: 5px;
      bottom: 0px;
      text-align: center;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .header .menu-btn figure {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: white;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .header .menu-btn figure:nth-child(1) {
        top: 0; }
      .header .menu-btn figure:nth-child(2) {
        top: 44%; }
      .header .menu-btn figure:nth-child(3) {
        bottom: 0; }
    .header .menu-btn.on:after {
      content: url(/svg/close.svg); }
    .header .menu-btn.on figure:nth-child(1) {
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header .menu-btn.on figure:nth-child(2) {
      background: transparent; }
    .header .menu-btn.on figure:nth-child(3) {
      bottom: 40%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .header .head-logo {
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999; }
  .header .head-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 32px; }
    @media screen and (max-width: 767px) {
      .header .head-title {
        width: 160px;
        margin: 0 auto;
        right: 0; } }
  @media screen and (max-width: 767px) {
    .header .menu-btn {
      position: absolute; } }
  .header .foot-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
    @media screen and (min-width: 960px) {
      .header .foot-menu {
        bottom: -50px; } }
    .header .foot-menu ul {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 42px; }
      .header .foot-menu ul li {
        width: calc(100%/2);
        text-align: center;
        background: #20a839; }
        .header .foot-menu ul li a {
          display: block;
          width: 100%;
          padding-top: 15px;
          padding-bottom: 15px;
          text-decoration: none;
          font-size: 12px;
          color: white; }
        .header .foot-menu ul li:first-child {
          background: #f29100; }

/* =========================================================
	footer
========================================================= */
.footer {
  padding: 15px 15px 0; }
  .footer-content {
    background: #212121; }
    .footer-content .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      padding: 60px 0; }
      @media screen and (max-width: 767px) {
        .footer-content .inner {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .footer-logo {
    width: 108px; }
    @media screen and (max-width: 767px) {
      .footer-logo {
        margin: 0 auto 30px; } }
    .footer-logo:hover {
      opacity: .6; }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto; } }
    .footer-nav .sitemap {
      margin-left: 65px; }
      .footer-nav .sitemap li + li {
        margin-top: 5px; }
      .footer-nav .sitemap a {
        text-decoration: none;
        color: white;
        font: normal 14px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .footer-nav .sitemap a:hover {
          text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .footer-nav .sitemap {
          width: 100%;
          margin: 0 auto;
          margin-bottom: 5px;
          text-align: center; } }
  .footer-copyright {
    font: normal 12px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 20px;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .footer-copyright {
        padding-bottom: 65px; } }
  @media screen and (max-width: 959px) {
    .footer-logo {
      width: 50%;
      margin: 0;
      text-align: left;
      padding-left: 60px; }
      .footer-logo a {
        display: inline-block;
        margin: 0;
        width: 108px;
        text-align: center; }
    .footer-nav {
      width: 50%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .footer-nav .sitemap {
        margin: 0 60px 0 0;
        width: 125px; } }
  @media screen and (max-width: 480px) {
    .footer-logo {
      margin: 0 auto 30px;
      width: 100%;
      text-align: center;
      padding: 0; }
    .footer-nav {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      .footer-nav .sitemap {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: center; } }

/* home page
========================================================= */
#home-page #mv {
  position: relative;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-transition: padding 2.5s ease;
  transition: padding 2.5s ease;
  text-align: center; }
  #home-page #mv.on {
    padding: 100px 18px; }
    @media screen and (max-width: 767px) {
      #home-page #mv.on {
        padding: 80px 15px 15px; } }
  #home-page #mv .video {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #home-page #mv .video:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.39;
      z-index: 1; }
    #home-page #mv .video video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
      @media screen and (max-width: 959px) {
        #home-page #mv .video video {
          max-height: 100vh; } }
  #home-page #mv .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #home-page #mv .copy img {
      width: 156px; }
      @media screen and (max-width: 767px) {
        #home-page #mv .copy img {
          width: 130px; } }
  #home-page #mv .scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    -webkit-animation: bound .8s ease infinite alternate;
            animation: bound .8s ease infinite alternate; }
    @media screen and (max-width: 767px) {
      #home-page #mv .scroll {
        opacity: 0; } }
#home-page .cnt-about {
  margin-top: 50px;
  padding: 110px 0 156px;
  overflow-y: hidden; }
  #home-page .cnt-about .article-title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: right; }
  #home-page .cnt-about .article-main {
    text-align: right;
    position: relative; }
  #home-page .cnt-about .inner {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    text-align: left; }
  #home-page .cnt-about .about-img {
    width: 910px;
    border: 7px solid #212121;
    position: absolute;
    top: -220px;
    right: 720px; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-about {
      padding: 115px 0 156px; }
      #home-page .cnt-about .about-img {
        right: 670px; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-about {
      padding: 0 15px; }
      #home-page .cnt-about .article-title {
        margin-bottom: 30px; }
      #home-page .cnt-about .about-img {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        border: 2px solid #212121;
        margin-top: 30px; } }
  #home-page .cnt-about .btn, #home-page .cnt-about .btn-ac {
    text-align: left; }
#home-page .cnt-works .article-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: left; }

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }
/* about page
========================================================= */
#about-page .article p {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #about-page .article p {
      text-align: left; } }

/* flow page
========================================================= */
#flow-page .flow-wrap {
  position: relative;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    #flow-page .flow-wrap .box h2:before {
      content: "";
      display: block;
      position: absolute;
      border-top: 2px solid #212121;
      border-left: 2px solid #212121;
      width: 30px;
      height: 30px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      bottom: -30px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #flow-page .flow-wrap {
      padding-bottom: 30px;
      border-bottom: 1px solid #212121;
      margin-bottom: 50px; }
      #flow-page .flow-wrap:before {
        content: "";
        display: block;
        position: absolute;
        border: 50px solid transparent;
        border-left: 30px solid #212121;
        width: 50px;
        height: 30px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        bottom: -90px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
#flow-page .box {
  display: table;
  max-width: 1000px;
  width: 100%;
  height: 160px;
  vertical-align: middle; }
  #flow-page .box h2, #flow-page .box .txt, #flow-page .box .img {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #flow-page .box h2, #flow-page .box .txt, #flow-page .box .img {
        display: block; } }
  #flow-page .box h2 {
    position: relative;
    width: 300px;
    padding: 0 0 0 20px;
    border: none;
    font-size: 1.2em;
    border-left: 1px solid #212121;
    border-right: 1px solid #DDDDDD; }
    #flow-page .box h2 span {
      display: inline-block;
      margin-right: 10px;
      color: #212121;
      font-family: "Poppins", serif;
      font-size: 1.777em;
      text-align: center;
      vertical-align: -1px; }
    @media screen and (max-width: 959px) {
      #flow-page .box h2 {
        text-align: center;
        width: 230px;
        padding: 0; }
        #flow-page .box h2 span {
          display: block;
          margin-bottom: 10px;
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #flow-page .box h2 {
        width: 100%;
        border: 0;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #DDDDDD; } }
  #flow-page .box .txt {
    padding: 0 20px; }
    #flow-page .box .txt p:last-child {
      margin-bottom: 0; }
  #flow-page .box .img {
    width: 227px; }
    @media screen and (max-width: 767px) {
      #flow-page .box .img {
        margin-top: 15px;
        width: 100%;
        text-align: center; } }

/* material-page 
========================================================= */
@media screen and (max-width: 767px) {
  #material-page .cnt-intro + .article {
    margin-top: 40px !important; } }
#material-page .list-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -50px; }
#material-page .item {
  width: calc(50% - 25px);
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #material-page .item {
      width: 100%; } }
  #material-page .item-title {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  #material-page .item h3 {
    position: relative;
    font-size: 1.333rem;
    font-weight: bold;
    padding-left: 15px; }
    #material-page .item h3 span {
      font-size: 1rem;
      margin-left: 10px;
      vertical-align: -1px; }
      @media screen and (max-width: 959px) {
        #material-page .item h3 span {
          display: block;
          margin-top: 10px;
          margin-left: 0; } }
    #material-page .item h3:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 4px;
      background: #212121;
      left: 0;
      top: 1px; }
  #material-page .item .table-cover {
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    #material-page .item .table-cover .tap {
      position: absolute;
      width: 100%;
      height: 40px;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.2)), to(transparent));
      background: linear-gradient(to top, rgba(33, 33, 33, 0.2), transparent);
      text-align: center; }
      #material-page .item .table-cover .tap .js-icon {
        width: 98px;
        height: 28px;
        display: block;
        position: absolute;
        right: 10px;
        background: #212121;
        cursor: pointer;
        -webkit-transition: background-color .15s ease;
        transition: background-color .15s ease; }
        #material-page .item .table-cover .tap .js-icon:after {
          content: "規格を確認";
          display: block;
          color: white;
          font-size: 12px;
          letter-spacing: .09em;
          padding: 7px 24px 3px 8px; }
        #material-page .item .table-cover .tap .js-icon:before {
          content: "";
          display: block;
          position: absolute;
          border: 6px solid transparent;
          border-left: 6px solid white;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          bottom: 5px;
          right: 7px;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        @media screen and (min-width: 768px) {
          #material-page .item .table-cover .tap .js-icon:hover {
            background: #666; } }
        @media screen and (min-width: 768px) {
          #material-page .item .table-cover .tap .js-icon.on:after {
            content: "戻す"; } }
        #material-page .item .table-cover .tap .js-icon.on:before {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          bottom: 11px; }
        @media screen and (max-width: 767px) {
          #material-page .item .table-cover .tap .js-icon {
            width: 28px; }
            #material-page .item .table-cover .tap .js-icon:after {
              content: none; }
            #material-page .item .table-cover .tap .js-icon:before {
              right: 8px; } }
    #material-page .item .table-cover.on .tap {
      background: transparent; }
    #material-page .item .table-cover .table-material {
      width: 100%;
      background: white;
      border-top: 1px solid #DDDDDD;
      border-left: 1px solid #DDDDDD;
      border-right: 1px solid #DDDDDD; }
      #material-page .item .table-cover .table-material td, #material-page .item .table-cover .table-material th {
        padding: 10px;
        font-size: 14px; }
      #material-page .item .table-cover .table-material tr {
        border-bottom: 1px solid #DDDDDD; }
      #material-page .item .table-cover .table-material thead {
        background: #EEEEEE; }
      #material-page .item .table-cover .table-material tr:nth-child(even) {
        background: rgba(238, 238, 238, 0.4); }

/* works-metal-page 
========================================================= */
#works-metal-page .gallary .slide {
  position: relative;
  overflow: hidden;
  background: transparent; }
  #works-metal-page .gallary .slide .img {
    background: #212121;
    position: relative;
    width: 500px;
    /* 領域の幅を指定 */
    height: 500px;
    /* 領域の高さを指定 */
    margin: 0 auto; }
    #works-metal-page .gallary .slide .img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  @media screen and (min-width: 960px) {
    #works-metal-page .gallary .slide {
      width: 550px;
      height: 500px; } }
  @media screen and (max-width: 959px) {
    #works-metal-page .gallary .slide {
      width: 310px;
      height: 300px; }
      #works-metal-page .gallary .slide .img {
        width: 300px;
        height: 300px; } }
#works-metal-page .gallary .slick-arrow {
  position: absolute;
  top: 223px;
  width: 30px;
  height: 80px;
  background: #EA5230;
  font-size: 0;
  z-index: 1; }
  @media screen and (max-width: 959px) {
    #works-metal-page .gallary .slick-arrow {
      top: 112px; } }
  #works-metal-page .gallary .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 15px;
    width: 8px;
    background-size: cover;
    background-image: url(/images/sp-arrow.png); }
  #works-metal-page .gallary .slick-arrow.slick-prev {
    left: -5px; }
  #works-metal-page .gallary .slick-arrow.slick-next {
    right: -5px; }
    #works-metal-page .gallary .slick-arrow.slick-next:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 42%;
      left: 38%; }
#works-metal-page .gallary .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-bottom: 50px; }
  #works-metal-page .gallary .slick-dots > li {
    background: #212121;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    position: relative;
    width: 90px;
    /* 領域の幅を指定 */
    height: 90px;
    /* 領域の高さを指定 */
    margin: 20px 10px;
    cursor: pointer; }
    #works-metal-page .gallary .slick-dots > li:hover {
      opacity: .6; }
    #works-metal-page .gallary .slick-dots > li img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    @media screen and (max-width: 959px) {
      #works-metal-page .gallary .slick-dots > li {
        width: 60px;
        height: 60px;
        margin: 10px 4px; } }
#works-metal-page .table th {
  vertical-align: middle; }
#works-metal-page .table .list-icon {
  margin-top: 0;
  padding: 0;
  background: transparent; }
#works-metal-page .detail {
  margin-top: 50px; }

/* form-page 
========================================================= */
#forseller-page .mw_wp_form .error-area,
#metalwork-page .mw_wp_form .error-area,
#contact-seller-page .mw_wp_form .error-area,
#contact-metal-page .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#forseller-page .mw_wp_form.mw_wp_form_error .error-area,
#metalwork-page .mw_wp_form.mw_wp_form_error .error-area,
#contact-seller-page .mw_wp_form.mw_wp_form_error .error-area,
#contact-metal-page .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#forseller-page .mw_wp_form .confilm-area,
#metalwork-page .mw_wp_form .confilm-area,
#contact-seller-page .mw_wp_form .confilm-area,
#contact-metal-page .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#forseller-page .mw_wp_form.mw_wp_form_confirm .confilm-area,
#metalwork-page .mw_wp_form.mw_wp_form_confirm .confilm-area,
#contact-seller-page .mw_wp_form.mw_wp_form_confirm .confilm-area,
#contact-metal-page .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#forseller-page .mw_wp_form dl .error,
#metalwork-page .mw_wp_form dl .error,
#contact-seller-page .mw_wp_form dl .error,
#contact-metal-page .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #forseller-page .mw_wp_form dl .error + .error,
  #metalwork-page .mw_wp_form dl .error + .error,
  #contact-seller-page .mw_wp_form dl .error + .error,
  #contact-metal-page .mw_wp_form dl .error + .error {
    left: 200px; }
#forseller-page .mw_wp_form dd,
#metalwork-page .mw_wp_form dd,
#contact-seller-page .mw_wp_form dd,
#contact-metal-page .mw_wp_form dd {
  position: relative; }
#forseller-page .mw_wp_form dt,
#metalwork-page .mw_wp_form dt,
#contact-seller-page .mw_wp_form dt,
#contact-metal-page .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD; }
  #forseller-page .mw_wp_form dt:before,
  #metalwork-page .mw_wp_form dt:before,
  #contact-seller-page .mw_wp_form dt:before,
  #contact-metal-page .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #212121;
    top: 0;
    left: 0; }
  #forseller-page .mw_wp_form dt span.must,
  #metalwork-page .mw_wp_form dt span.must,
  #contact-seller-page .mw_wp_form dt span.must,
  #contact-metal-page .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #212121;
    color: #212121;
    font-size: 14px;
    line-height: 1; }
#forseller-page .mw_wp_form dd.flex-col4,
#metalwork-page .mw_wp_form dd.flex-col4,
#contact-seller-page .mw_wp_form dd.flex-col4,
#contact-metal-page .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #forseller-page .mw_wp_form dd.flex-col4 > span:not(.error),
  #metalwork-page .mw_wp_form dd.flex-col4 > span:not(.error),
  #contact-seller-page .mw_wp_form dd.flex-col4 > span:not(.error),
  #contact-metal-page .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #forseller-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #metalwork-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #contact-seller-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #contact-metal-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #forseller-page .mw_wp_form dd.flex-col4 > span:not(.error),
      #metalwork-page .mw_wp_form dd.flex-col4 > span:not(.error),
      #contact-seller-page .mw_wp_form dd.flex-col4 > span:not(.error),
      #contact-metal-page .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#forseller-page .mw_wp_form dd.flex-col2,
#metalwork-page .mw_wp_form dd.flex-col2,
#contact-seller-page .mw_wp_form dd.flex-col2,
#contact-metal-page .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #forseller-page .mw_wp_form dd.flex-col2 > span:not(.error),
  #metalwork-page .mw_wp_form dd.flex-col2 > span:not(.error),
  #contact-seller-page .mw_wp_form dd.flex-col2 > span:not(.error),
  #contact-metal-page .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #forseller-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
    #metalwork-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
    #contact-seller-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
    #contact-metal-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #forseller-page .mw_wp_form dd.flex-col2 > input,
  #metalwork-page .mw_wp_form dd.flex-col2 > input,
  #contact-seller-page .mw_wp_form dd.flex-col2 > input,
  #contact-metal-page .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #forseller-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
    #metalwork-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
    #contact-seller-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
    #contact-metal-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#forseller-page .mw_wp_form dl + dl,
#metalwork-page .mw_wp_form dl + dl,
#contact-seller-page .mw_wp_form dl + dl,
#contact-metal-page .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    #forseller-page .mw_wp_form dl + dl,
    #metalwork-page .mw_wp_form dl + dl,
    #contact-seller-page .mw_wp_form dl + dl,
    #contact-metal-page .mw_wp_form dl + dl {
      margin-top: 40px; } }
#forseller-page .mw_wp_form .mwform-radio-field-text,
#metalwork-page .mw_wp_form .mwform-radio-field-text,
#contact-seller-page .mw_wp_form .mwform-radio-field-text,
#contact-metal-page .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  font-size: 16px !important;
  cursor: pointer; }
  #forseller-page .mw_wp_form .mwform-radio-field-text:before, #forseller-page .mw_wp_form .mwform-radio-field-text:after,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:before,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #forseller-page .mw_wp_form .mwform-radio-field-text:before,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #forseller-page .mw_wp_form .mwform-radio-field-text:after,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #forseller-page .mw_wp_form .mwform-radio-field-text:before,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121;
    z-index: 1; }
  #forseller-page .mw_wp_form .mwform-radio-field-text:after,
  #metalwork-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-seller-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-metal-page .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#forseller-page .mw_wp_form .mwform-radio-field,
#metalwork-page .mw_wp_form .mwform-radio-field,
#contact-seller-page .mw_wp_form .mwform-radio-field,
#contact-metal-page .mw_wp_form .mwform-radio-field {
  margin-top: 15px; }
#forseller-page .mw_wp_form input[type=radio],
#metalwork-page .mw_wp_form input[type=radio],
#contact-seller-page .mw_wp_form input[type=radio],
#contact-metal-page .mw_wp_form input[type=radio] {
  display: none; }
#forseller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#metalwork-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-seller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-metal-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #212121; }
#forseller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#metalwork-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-seller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-metal-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#forseller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#metalwork-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#contact-seller-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#contact-metal-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #212121;
  color: white; }
#forseller-page .mw_wp_form input[type=file],
#metalwork-page .mw_wp_form input[type=file],
#contact-seller-page .mw_wp_form input[type=file],
#contact-metal-page .mw_wp_form input[type=file] {
  margin-top: 20px; }
#forseller-page .mw_wp_form input[type="text"], #forseller-page .mw_wp_form input[type="email"], #forseller-page .mw_wp_form input[type="url"], #forseller-page .mw_wp_form textarea,
#metalwork-page .mw_wp_form input[type="text"],
#metalwork-page .mw_wp_form input[type="email"],
#metalwork-page .mw_wp_form input[type="url"],
#metalwork-page .mw_wp_form textarea,
#contact-seller-page .mw_wp_form input[type="text"],
#contact-seller-page .mw_wp_form input[type="email"],
#contact-seller-page .mw_wp_form input[type="url"],
#contact-seller-page .mw_wp_form textarea,
#contact-metal-page .mw_wp_form input[type="text"],
#contact-metal-page .mw_wp_form input[type="email"],
#contact-metal-page .mw_wp_form input[type="url"],
#contact-metal-page .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #EEEEEE;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  @media screen and (max-width: 959px) {
    #forseller-page .mw_wp_form input[type="text"], #forseller-page .mw_wp_form input[type="email"], #forseller-page .mw_wp_form input[type="url"], #forseller-page .mw_wp_form textarea,
    #metalwork-page .mw_wp_form input[type="text"],
    #metalwork-page .mw_wp_form input[type="email"],
    #metalwork-page .mw_wp_form input[type="url"],
    #metalwork-page .mw_wp_form textarea,
    #contact-seller-page .mw_wp_form input[type="text"],
    #contact-seller-page .mw_wp_form input[type="email"],
    #contact-seller-page .mw_wp_form input[type="url"],
    #contact-seller-page .mw_wp_form textarea,
    #contact-metal-page .mw_wp_form input[type="text"],
    #contact-metal-page .mw_wp_form input[type="email"],
    #contact-metal-page .mw_wp_form input[type="url"],
    #contact-metal-page .mw_wp_form textarea {
      margin-top: 8px; } }
#forseller-page .mw_wp_form .mwform-tel-field,
#metalwork-page .mw_wp_form .mwform-tel-field,
#contact-seller-page .mw_wp_form .mwform-tel-field,
#contact-metal-page .mw_wp_form .mwform-tel-field {
  width: 100%; }
#forseller-page .mw_wp_form .mwform-tel-field input[type="text"],
#metalwork-page .mw_wp_form .mwform-tel-field input[type="text"],
#contact-seller-page .mw_wp_form .mwform-tel-field input[type="text"],
#contact-metal-page .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #forseller-page .mw_wp_form .mwform-tel-field input[type="text"],
    #metalwork-page .mw_wp_form .mwform-tel-field input[type="text"],
    #contact-seller-page .mw_wp_form .mwform-tel-field input[type="text"],
    #contact-metal-page .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#forseller-page .mw_wp_form select,
#metalwork-page .mw_wp_form select,
#contact-seller-page .mw_wp_form select,
#contact-metal-page .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  border-radius: 5px; }
#forseller-page .contact-policy,
#metalwork-page .contact-policy,
#contact-seller-page .contact-policy,
#contact-metal-page .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #EEEEEE; }
  #forseller-page .contact-policy .section,
  #metalwork-page .contact-policy .section,
  #contact-seller-page .contact-policy .section,
  #contact-metal-page .contact-policy .section {
    margin-top: 30px; }
  #forseller-page .contact-policy .section-title,
  #metalwork-page .contact-policy .section-title,
  #contact-seller-page .contact-policy .section-title,
  #contact-metal-page .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #forseller-page .contact-policy .section-title:before,
    #metalwork-page .contact-policy .section-title:before,
    #contact-seller-page .contact-policy .section-title:before,
    #contact-metal-page .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #forseller-page .contact-policy .section-title + .section-main,
    #metalwork-page .contact-policy .section-title + .section-main,
    #contact-seller-page .contact-policy .section-title + .section-main,
    #contact-metal-page .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #forseller-page .contact-policy .inner,
  #metalwork-page .contact-policy .inner,
  #contact-seller-page .contact-policy .inner,
  #contact-metal-page .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #forseller-page .contact-policy,
    #metalwork-page .contact-policy,
    #contact-seller-page .contact-policy,
    #contact-metal-page .contact-policy {
      padding: 15px; } }
#forseller-page .button,
#metalwork-page .button,
#contact-seller-page .button,
#contact-metal-page .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #forseller-page .button,
    #metalwork-page .button,
    #contact-seller-page .button,
    #contact-metal-page .button {
      margin-top: 30px; } }
#forseller-page input[type="submit"],
#metalwork-page input[type="submit"],
#contact-seller-page input[type="submit"],
#contact-metal-page input[type="submit"] {
  background: #EA5230;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #forseller-page input[type="submit"],
    #metalwork-page input[type="submit"],
    #contact-seller-page input[type="submit"],
    #contact-metal-page input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #forseller-page input[type="submit"]:hover,
  #metalwork-page input[type="submit"]:hover,
  #contact-seller-page input[type="submit"]:hover,
  #contact-metal-page input[type="submit"]:hover {
    background: #212121; }
#forseller-page .btns,
#metalwork-page .btns,
#contact-seller-page .btns,
#contact-metal-page .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #forseller-page .btns,
    #metalwork-page .btns,
    #contact-seller-page .btns,
    #contact-metal-page .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  #forseller-page .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #metalwork-page .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #contact-seller-page .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #contact-metal-page .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#forseller-page p + .mw_wp_form,
#metalwork-page p + .mw_wp_form,
#contact-seller-page p + .mw_wp_form,
#contact-metal-page p + .mw_wp_form {
  margin-top: 50px; }
#forseller-page .address,
#metalwork-page .address,
#contact-seller-page .address,
#contact-metal-page .address {
  padding: 15px; }
  #forseller-page .address dl,
  #metalwork-page .address dl,
  #contact-seller-page .address dl,
  #contact-metal-page .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    #forseller-page .address dl + dl,
    #metalwork-page .address dl + dl,
    #contact-seller-page .address dl + dl,
    #contact-metal-page .address dl + dl {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      #forseller-page .address dl,
      #metalwork-page .address dl,
      #contact-seller-page .address dl,
      #contact-metal-page .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #forseller-page .address dl dt,
    #metalwork-page .address dl dt,
    #contact-seller-page .address dl dt,
    #contact-metal-page .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #forseller-page .address dl dt:before,
      #metalwork-page .address dl dt:before,
      #contact-seller-page .address dl dt:before,
      #contact-metal-page .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #forseller-page .address dl dt,
        #metalwork-page .address dl dt,
        #contact-seller-page .address dl dt,
        #contact-metal-page .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #forseller-page .address dl dt .error,
          #metalwork-page .address dl dt .error,
          #contact-seller-page .address dl dt .error,
          #contact-metal-page .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #forseller-page .address dl dd,
    #metalwork-page .address dl dd,
    #contact-seller-page .address dl dd,
    #contact-metal-page .address dl dd {
      width: 80%; }
      #forseller-page .address dl dd input,
      #metalwork-page .address dl dd input,
      #contact-seller-page .address dl dd input,
      #contact-metal-page .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #forseller-page .address dl dd,
        #metalwork-page .address dl dd,
        #contact-seller-page .address dl dd,
        #contact-metal-page .address dl dd {
          width: 100%; } }

#forseller-page .attention-box,
#contact-seller-page .attention-box {
  margin-bottom: 50px; }

/* works-metal-page
========================================================= */
#works-metal-page .btn, #works-metal-page .btn-ac {
  margin-top: 50px; }

.wp-pagenavi {
  display: block;
  text-align: center;
  margin-top: 50px; }

@media print {
  * html body {
    zoom: .7; } }

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