@charset "utf-8";

/**************************************************/
/*                                                */
/*  ベーススタイル　                              */
/*                                                */
/**************************************************/

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family:"ヒラギノ角ゴ Pro","HiraKakuPro","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

input,
select,
textarea {
  font-size: 1em;
  font-family:"ヒラギノ角ゴ Pro","HiraKakuPro","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

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

a {
  text-decoration: none;
  transition: 0.2s linear;
}

 a:hover {
  color: #2d59b4;
 }

ol,
ul {
  list-style: none;
}

@font-face {
  font-family: "impact";
  src: url("/font/impact.ttf") ;
}

@font-face {
  font-family: "usaaf";
  src: url("/font/USAAF_Stencil.ttf") ;
}

@font-face {
  font-family: "free-serif";
  src: url("/font/FreeSerif.otf") ;
}

@font-face {
  font-family: "yeehaw";
  src: url("/font/YEEHAW.TTF") ;
}

@font-face {
  font-family: "wendyville";
  src: url("/font/Wendyville.ttf") ;
}

/**************************************************/
/*                                                */
/*  ユーティリティ                                */
/*                                                */
/**************************************************/

 .cf::before,
 .cf::after {
   clear: both;
   content: "";
   display: block;
 }

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #c33;
}

.blue {
  color: #2d59b4;
  font-weight: bold;
}

.black {
  color: #000;
}

.gray {
  color: #ccc;
}

.form-error {
  background: #ffe0e0 !important;
}


/**************************************************/
/*                                                */
/*  レイアウト（骨組み）　　                      */
/*                                                */
/**************************************************/

#wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-header {
  background: #333;
}

.l-footer {
  background: url(../images/footer_bg.jpg) no-repeat left top;
  background-size: cover;
  height: 460px;
}

.l-main {
  display: block;
}

/* ================================================
 *  ヘッダー
 * ================================================*/

/*ロゴ*/
.logo {
  margin-top: 22px;
}

/*-- お問合せボタン --*/
.header-contact {
  background: #515151;
  float: right;
  height: 103px;
  position: relative;
  transform: skewX(-15deg);
  width: 255px;
}

.contact-btn {
  background: #7e7e7e;
  height: 40px;
  position: absolute;
  right: 55px;
  top: 40px;
  transition: .3s ease-in-out;
  transform: skewX(0deg);
  margin: 0;
  width: 250px;
  -webkit-transition: .3s ease-in-out;
}

.contact-btn:hover {
  background-color: #000;
}

.contact-btn-text {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 36px;
  text-align: center;
  transform: skewX(15deg);
  margin-top: 2px;
}

/* ================================================
 *  フッター
 * ================================================*/

.footer-inner {
  padding-top: 110px;
}

.address {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
  margin: 50px 0;
}

.footer-nav ul {
  display: inline-block;
  margin-top: 65px;
  vertical-align: top;
}

.footer-nav ul + ul {
  margin-left: 30px;
}

.footer-nav ul li {
  margin-bottom: 35px;
  list-style-type: none;
}

.footer-nav ul li a{
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.footer-nav ul li a:link,
.footer-nav ul li a:visited,
.footer-nav ul li a:active {
  color: #fff;
}

.footer-nav ul li a:hover {
  color: #7e7e7e;
}

.tel a {
  color:#fff;
  text-decoration:none;
}

.copyright {
  color: #ccc;
  clear: both;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/*-- トップへ戻るボタン--*/
  .page-top *,
  .page-top *::before,
  .page-top *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.page-top {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 0 0 auto;
  position: relative;
  width: 100%;
}

.page-top .page-top-container {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  height: 100px;
  padding: .8em 1.6em .4em;
  position: absolute;
  right: 20px;
  text-align: center;
  /*top: 0%;*/
  width: 150px;
  z-index: 1;
  -webkit-transform: translate(50%, 0%) rotateZ(0deg);
          transform: translate(50%, 0%) rotateZ(0deg);
}
  .page-top-container::before {
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(1.3) perspective(.6em) rotateX(3deg);
    transform-origin: bottom;
    right: 0;
    z-index: -1;
  }

.page-top .page-top-container:hover {
  cursor: pointer;
}

.page-top .page-top-container:hover .arrow {
  top: 30%;
}

.page-top .arrow {
  left: 35%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
	      transition: all 0.3s ease-in-out;
}

  .page-top .arrow::before,
  .page-top .arrow::after {
    background: #fff;
    border-radius: 0px;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
            transform: translate(-50%, -50%) rotateZ(-135deg);
    transform-origin: bottom right;
    width: 4px;
  }

  .page-top .arrow::after {
    -webkit-transform: translate(75%, -50%) rotateZ(135deg);
            transform: translate(75%, -50%) rotateZ(135deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

.page-top .arrow:nth-child(1) {
  top: 30%;
}

.page-top .arrow:nth-child(2) {
  top: 45%;
}

/**************************************************/
/*                                                */
/*  その他（共通の装飾） 　　                     */
/*                                                */
/**************************************************/

.under-contents-inner,
.under-contact-inner {
  margin: 0 auto;
  width: 960px;
}

.header-inner,
.footer-inner {
  margin: 0 auto;
  width: 1000px;
}

.colum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.dot {
 list-style : disc;
 list-style-position: inside;
 text-indent: 0.5em;
}

/**************************************************/
/*                                                */
/*  トップページ  　　                            */
/*                                                */
/**************************************************/

.top-main-visual .top-contents-inner {
  position: relative;
}

.top-about-figure {
  background: #05254b;
  height: 250px;
  position: relative;
  transition: .3s ease-in-out;
  width: 360px;
  -webkit-transition: .3s ease-in-out;
}

.top-about-figure:hover {
  background: #999;
  opacity: .7;
}

.top-about-figure img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

  .top-about-copy::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 150px;
    top: 350px;
    transform: rotate(135deg);
    width: 50px;
  }

.detail-contents-img img {
  height: 200px;
  width: 300px;
}

.detail-ttl {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.detail-info {
  color: #000;
  line-height: 1.5;
  margin-top: 35px;
}

.top-about-detail .colum {
  justify-content: flex-start;
}

.btn-wrap {
  background: #000;
  border: 5px solid #7e7e7e;
  height: 45px;
  transform: skewX(-20deg);
  transition: .3s ease-in-out;
  position: absolute;
  right: 100px;
  bottom: -30px;
  width: 255px;
  -webkit-transition: .3s ease-in-out;
}

.btn {
  color: #fff;
  font-size: 1.5rem;
  line-height: 35px;
  transform: skewX(20deg);
  margin-left: 30px;
  position: relative;
}

  .btn::after {
    content: '\0025B6';
    font-size: 1.0rem;
    right: 15px;
    position: absolute;
  }

.btn-wrap:hover {
  background-color: #555;
}

.top-product-ttl {
  color: #000;
}

.top-product .colum +.colum {
  margin-top: 55px;
}

.top-product-bnr {
  color: #fff;
  display: table-cell;
  height: 450px;
  letter-spacing: 2px;
  opacity: 1;
  text-align: center;
  transition: .3s ease-in-out;
  vertical-align: middle;
  width: 450px;
  -webkit-transition: .3s ease-in-out;
}

.top-metapro-name {
  font-family: 'free-serif';
  font-size: 4.5rem;
  font-weight: lighter;
}

.top-bamboard-name {
  font-family: 'usaaf';
  font-size: 4.6rem;
  font-weight: lighter;
}

.top-evowood-name {
  font-family: 'Bahnschrift',sans-serif;
  font-size: 4.5rem;
  font-weight: lighter;
}

.top-product-info {
  font-size: 1.4rem;
  margin-top: 30px;
}

.top-product-bnr:hover {
  opacity: .8;
}

.top-product-bnr.meta {
  background: url(../images/metapro_topbnr.jpg) no-repeat;
  background-size: cover;
}

.top-product-bnr.bam {
  background: url(../images/bamboard_topbnr.jpg) no-repeat;
  background-size: cover;
}

.top-product-bnr.evo {
  background: url(../images/evowood_topbnr.jpg) no-repeat;
  background-size: cover;
}

.top-product-bnr.tokusyu {
  background: url(../images/tokusyu_topbnr.jpg) no-repeat;
  background-size: cover;
}

/**************************************************/
/*                                                */
/*  下層ページ  　　                              */
/*                                                */
/**************************************************/

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

.under-visual {
  height: 375px;
}

.under-ttl-wrap {
  padding-top: 50px;
}

.main-contents {
  background: #070707;
  color: #fff;
}

.under-contents-inner {
  padding: 100px 0;
}

.under-sub-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 60px;
}

/*-- 下方お問い合わせエリア --*/
.under-contact {
  background: #fff;
}

.tel-num {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 10px;
}

.tel-memo {
  font-weight: bold;
  margin-top: 15px;
}

.under-contact-btn,
.product-pdf-btn {
  float: right;
  background: #2d59b4;
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0;
  width: 300px;
  transition: .3s ease-in-out;
  transform: skewX(-15deg);
  margin: 0;
  -webkit-transition: .3s ease-in-out;
}

.under-contact-link {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  transform: skewX(15deg);
}

.under-contact-btn:hover {
  color: #fff;
  opacity: .5;
}

.icon-phone {
  float: left;
  padding-right: 13px;
}

/*-- 404、プライバシー --*/

.other-pages-inner {
  line-height: 1.6;
  margin: 0 auto;
  min-height: 250px;
  padding: 100px 0;
  width: 800px;
}

.other-pages-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.other-btn-wrap {
  background: #000;
  border: 5px solid #7e7e7e;
  height: 45px;
  transform: skewX(-20deg);
  transition: .3s ease-in-out;
  width: 250px;
  -webkit-transition: .3s ease-in-out;
  margin: 50px auto 0;
}

/* ================================================
 * 製品ページ　共通
 * ================================================*/
.bg-gray-wrap,
.product-desc-wrap,
.product-under-wrap {
  background: #333;
}

.under-contents-inner.product-desc {
  padding: 100px 108px; 
}

.product-detail-ttl {
  color: #ccc;
  font-family: 'arial', sans-serif;
  font-size: 4.0rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  /*padding-top: 20px;*/
  text-align: center;
}
  .product-detail-ttl::after {
    content: "";
    background-color: #999;
    display: block;
    height: 6px;
    margin: 25px auto 0;
    transform: skewX(-30deg);
    width: 34px;
  }

.topics-inner,
.product-under-inner {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  position: relative;
}

.product-under-inner+.product-under-inner {
  margin-top: 40px;
}

.topics-num {
  color: #204082;
  font-family: impact;
  font-size: 8.0rem;
  margin: -15px 25px 0 0;
}

.topics-info {
  padding-top: 1.5em;
  line-height: 1.7;
}

/*.topics-left-box img,
.topics-right-box img {
  padding-top: 25px;
}*/


.product-lead {
  font-size: 2.2rem;
  font-weight: bold;
}

.product-pdf-btn:hover {
  background-color: #ccc;
}

/* ================================================
 * METAPRO!(metapro.html)
 * ================================================*/

.under-visual.metapro {
  background: url(../images/metapro_under_visual.jpg) no-repeat;
  background-size: cover;
}

.en-metapro {
  color: #fff;
  font-size: 5.0rem;
  font-family: 'free-serif';
  font-weight: lighter;
  letter-spacing: 2px;
}

.metapro-products-img img,
.bamboard-application-img img {
  padding: 5px;
}

.metapro-left-box img,
.metapro-right-box img,
.bamboard-left-box img,
.bamboard-right-box img {
  padding-top: 25px;
}

.metapro-btn-wrap {
  background: #000;
  border: 5px solid #7e7e7e;
  height: 45px;
  transform: skewX(-20deg);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}


/* ================================================
 * BAMBOARD(bamboard.html)
 * ================================================*/

.en-bamboard {
  color: #fff;
  font-size: 5.0rem;
  font-family: 'usaaf';
  font-weight: lighter;
}

.under-visual.bamboard {
  background: url(../images/bamboard_under_visual.jpg) no-repeat;
  background-size: cover;
}

.application-info {
  line-height: 1.7;
}

/* ================================================
 * EVOWOOD(evowood.html)
 * ================================================*/

.en-evowood {
  color: #fff;
  font-size: 5.0rem;
  font-family:'Bahnschrift',sans-serif;
  font-weight: lighter;
}

/* ================================================
 * EVOSTONE(evostone.html)
 * ================================================*/

.under-visual.evostone {
  background: url(../images/evostone_under_visual.jpg) no-repeat;
  background-size: cover;
}

.en-evostone {
  color: #fff;
  font-family: 'wendyville';
  font-weight: lighter;
  font-size: 6.0rem;
  letter-spacing: 2px;
}

.antjack {
  border-bottom: solid 10px #2d59b4;
  font-weight: bold;
}

.lineup-sub-ttl {
  color: #2d59b4;
  font-size: 1.8rem;
  font-weight: bold;
}

.lineup-info {
  line-height: 2.25;
}

.lineup-right-box {
  padding: 85px 45px 50px 0;
  position: relative;
  width: 500px;
}

.before-box {
  float: left;
}

.after-box {
  float: right;
}

.before-after-text {
  padding-top: 10px;
  font-weight: bold;
}

  .before-box::after {
    border: 15px solid transparent;
    border-left: 15px solid #999;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 25px;
    left: 220px;
    position: absolute;
    top: 150px;
    width: 25px;
  }

.lineup-left-box {
  margin-right: 0;
  padding: 57px 0 57px 57px;
  width: 430px;
}

.under-contents-inner .lineup-right-box {
  margin-right: 0;
}

/* ================================================
 * 環境触媒アパテック (apatech.html)
 * ================================================*/

.under-visual.apatech {
  background: url(../images/apatech_under_visual.jpg) no-repeat;
  background-size: cover;
}

.apatech-ttl,
.qchaku-ttl {
  padding-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

.apatech-info,
.qchaku-info {
  line-height: 1.8;
  padding-top: .5em;
}

.apatech-info-img {
  padding-top: 1.25em;
}

.apatech-note {
  font-size: 1.4rem;
}

/* ================================================
 * QCHAKU(qchaku.html)
 * ================================================*/

.under-visual.qchaku {
  background: url(../images/qchaku_under_visual.jpg) no-repeat;
  background-size: cover;
}

.qchaku-ttl.space {
  padding-top: 2em;
}

.topics-left-box.lineup.qchaku {
  width: 550px;
}

.qchaku-right-box {
  padding-top: 10px;
}

.product-detail-square.qchaku {
  margin-bottom: 10px;
}

.topics-copy {
  padding-top: 1em;
}

.qchaku-pdf-link,
.pet-pdf-link {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  transform: skewX(15deg);
}

/* ================================================
 * 特殊表面処理・その他(other_product.html)
 * ================================================*/

.under-visual.other-product {
  background: url(../images/other_product_under_visual.jpg) no-repeat;
  background-size: cover;
}

.other-product-name {
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0 20px;
  text-align: center;
}

.other-product-name span {
  font-size: 2rem;
  font-weight: bold;
}


.other-product-name.evostone {
  font-family: 'wendyville';
  font-size: 5.5rem;
  font-weight: lighter;
}

.other-product-info {
  color: #ccc;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 15px 0 15px;
  text-align: center;
}

.other-product-info.qchaku {
  margin: 25px 0;
}

.other-product-bnr {
  background-color: #555;
}

.other-product-bnr:hover {
  opacity: .5;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

.other-product-under {
  margin-top: 50px;
}

.other-product-img {
  display: table-cell;
  height: 240px;
  vertical-align: middle;
  width: 460px;
}

.other-product-img.evo {
  background: url(../images/evostone_bnr.jpg) no-repeat;
}

.other-product-img.qchaku {
  background: url(../images/qchaku_bnr.jpg) no-repeat;
}

.other-product-img.apa {
  background: url(../images/apa_bnr.jpg) no-repeat;
}

.other-product-img.shield {
  background: url(../images/shield_bnr.jpg) no-repeat;
}

/* ================================================
 * ギャラリー(gallery.html)
 * ================================================*/

.under-visual.gallery {
  background: url(../images/gallery_under_visual.jpg) no-repeat;
  background-size: cover;
}

.gallery-memo {
  color: #fff;
  text-align: right;
  padding-bottom: 20px;
}

.gallery-inner ul {
  padding-bottom: 60px;
}

.gallery-thum {
  height: 200px;
  object-fit: cover;
  width: 300px;
}

.gallery-thum-ttl {
  color: #fff;
  padding: 10px 0 50px 8px;
}

.gallery-thum:hover {
  opacity: .5;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

.gallery-contents-inner ul li {
  float: left;
  padding: 10px;
} 

/* ================================================
 * 会社紹介(company.html)
 * ================================================*/

.under-visual.company {
  background: url(../images/company_under_visual.jpg) no-repeat;
  background-size: cover;
}

.under-sub-ttl.company {
  letter-spacing: 2px;
  text-align: center;
}

.map {
  background: #fff;
}

/* ================================================
 * 海外拠点(oversea.html)
 * ================================================*/

.under-visual.oversea {
  background: url(../images/oversea_under_visual.jpg) no-repeat;
  background-size: cover;
}

.oversea-inner {
  background-color: #000;
}

.oversea-inner:nth-child(even) {
  background: #333;
}

.oversea-space {
  padding-top: 1em;
}

/* ================================================
 *  採用情報(recruit.html)
 * ================================================*/

.recruit-form-inner {
  margin: 0 auto;
  padding: 100px 0;
  width: 740px;
}

.recruit-form-inner .mt {
  margin-top: 10px;
}

/* ================================================
 *  お問合せ(contact.html)
 * ================================================*/

#contact {
  background: #070707;
}

.under-visual.contact {
  background: url(../images/contact_under_visual.jpg) no-repeat;
  background-size: cover;
}

.recruit-form dl,
.contact-form dl {
  padding: 16px 0;
}
  .recruit-form dl:first-child,
  .contact-form dl:first-child {
    border-top: none;
  }

.recruit-form dt,
.contact-form dt {
  float: left;
  font-size: 1.8rem;
  margin-bottom: .75em;
}

.recruit-form input,
.recruit-form select,
.recruit-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #eee;
  border: solid 1px #ccc;
  padding: 5px 10px;
}

.contact-caution {
  color: #fff;
  background: #c33;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 2px 6px;
}

.contact-form .site-know {
  float: none;
}

.privacy-memo {
  margin-top: 40px;
  text-align: center;
}

.privacy-memo a {
  color: #789deb;
  text-decoration: underline;
}

.form-space + .form-space {
  padding-top: 15px;
}

.privacy-memo img {
  padding: 0 2px
}

/*-- ラジオボタン --*/
.contact-radio {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.contact-radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkmark {
  background-color: #eee;
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
  .checkmark::after {
    content: "";
    display: none;
    position: absolute;
  }
  .contact-radio input:checked ~ .checkmark::after {
    display: block;
  }
  .contact-radio .checkmark::after {
    background: #fff;
    border-radius: 50%;
    height: 10px;
    left: 5px;
    top: 5px;
    width: 10px;
  }

.contact-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.contact-radio input:checked ~ .checkmark {
  background-color: #2d59b4;
}

/*-- お問合せボタン --*/
.contact-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.contact-form-btn {
  background: #000;
  border: 5px solid #7e7e7e;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 10px;
  transition: .3s ease-in-out;
  text-indent: 2px;
  width: 200px;
  -webkit-transition: .3s ease-in-out;
}

.contact-form-btn:hover {
  background-color: #555;
}


/* ================================================
 *  お問合せ：確認ページ
 * ================================================*/

.reset {
  background: #555;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  height: 50px;
  margin: 6px 30px 0 0;
  transition: .3s ease-in-out;
  width: 160px;
  -webkit-transition: .3s ease-in-out;
}

.reset:hover{
  background-color: #7e7e7e;
}

.contact-confirm-form dl {
  height: auto;
  padding: 20px 0;
}

/* ================================================
 *  プライバシーポリシー
 * ================================================*/

.under-visual.privacy {
  background: url(../images/privacy_under_visual.jpg) no-repeat;
  background-size: cover;
}

.privacy-en {
  font-size: 4.0rem;
  text-indent: 0.5em;
}

.privacy-box {
  line-height: 1.8;
  padding: 15px 0;
}
  .privacy-box:first-of-type {
    padding: 0 0 15px;
  }

.privacy-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.privacy-box li {
  margin: 10px 0 0 30px;
}

.privacy-box .indent {
  text-indent: 1em;
}

.privacy-adress {
  margin-top: 15px;
}

/* ================================================
 *  404.html
 * ================================================*/

.under-visual.notfound {
  background: url(../images/notfound_under_visual.jpg) no-repeat;
  background-size: cover;
}
