@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  line-height: 2.5;
  letter-spacing: 2px;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #000;
}

/*
Font-size list (base: 16px)
   75% =  12px
   81% =  13px
   88% =  14px
   93% =  15px
 100% =  16px
 106% =  17px
 113% =  18px
 119% =  19px
 125% =  20px
 131% =  21px
 138% =  22px
 148% =  23px
 150% =  24px
*/
/* リンク色 */
a {
  color: #000000;
}

a:hover, a:active {
  color: #999;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .point-check:after, .faq-category .faq-category__list:after, .information-list li:after, .voice-list li:after, .staff-list-wrap .staff-list:after, .service-paint-list:after, .top-staff-list-wrap .top-staff-list:after, .footer-content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .point-check, .faq-category .faq-category__list, .information-list li, .voice-list li, .staff-list-wrap .staff-list, .service-paint-list, .top-staff-list-wrap .top-staff-list, .footer-content {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .point-check, .faq-category html .faq-category__list, .information-list html li, .voice-list html li, .staff-list-wrap html .staff-list, * html .service-paint-list, .top-staff-list-wrap html .top-staff-list, * html .footer-content {
  height: 1%;
}

.clearfix, .point-check, .faq-category .faq-category__list, .information-list li, .voice-list li, .staff-list-wrap .staff-list, .service-paint-list, .top-staff-list-wrap .top-staff-list, .footer-content {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents {
  padding: 0 20px;
  text-align: left;
}

.layout-section {
  margin-bottom: 40px;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  position: relative;
  width: 100%;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 151px;
}
.header .header-site-description {
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 1px;
  font-size: 75%;
}
.header .header-menu-open {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #313339;
  border-bottom: 13px solid #000;
  padding: 70px 30px 36px;
  margin-bottom: 123px;
  clear: both;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.63;
  letter-spacing: 2.5px;
  color: #fff;
}
footer img {
  vertical-align: top;
}

.contact-page footer {
  margin-bottom: 0;
}

.footer-content {
  margin-bottom: 60px;
}

.footer-area {
  margin-bottom: 60px;
}
.footer-area dt {
  margin-bottom: 10px;
}

.footer-tel-time {
  display: block;
}

.footer-sns {
  margin-top: 80px;
  list-style: none;
  text-align: center;
}
.footer-sns li {
  display: inline-block;
  margin: 0 6px;
}
.footer-sns li img {
  height: 56px;
}

.footer-instagram-bnr {
  width: 72%;
  margin: 60px auto -20px;
}

/* コピーライト */
.copy {
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #000000 url(../img/sp/common/menu/bgi--01.png) center bottom 67px no-repeat;
  width: 100%;
  min-height: 100vh;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-bottom: 30px;
  clear: both;
  z-index: 21;
}
.global-nav .nav-header {
  padding-top: 10px;
  margin-bottom: 75px;
}
.global-nav .nav-header__title {
  text-align: left;
}
.global-nav .nav-header-description {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 75%;
  color: #FFF;
}
.global-nav .global-nav-close {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
}
.global-nav a {
  display: block;
  color: #fff;
}

.global-nav-content {
  text-align: left;
  margin: 0 auto;
}
.global-nav-content .global-nav-list {
  list-style: none;
}
.global-nav-content .global-nav-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2C2C2C;
}
.global-nav-content .global-nav-list > li:last-child {
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
}
.global-nav-content .global-nav-list .drop {
  display: block;
  position: relative;
}
.global-nav-content .global-nav-list .drop:before {
  content: url(../img/sp/common/menu/ico--plus.svg);
  position: absolute;
  top: 0;
  right: 0;
}
.global-nav-content .global-nav-list ul {
  display: none;
  list-style: none;
  margin-top: 20px;
}
.global-nav-content .global-nav-list ul li {
  background: url(../img/common/menu/bgi--sub.svg) left center no-repeat;
  margin-left: 10px;
  padding-left: 20px;
}
.global-nav-content .global-nav-list ul li img {
  vertical-align: middle;
}
.global-nav-content .global-nav-list .global-sub-list {
  display: block;
  list-style: none;
}
.global-nav-content .global-nav-list .global-sub-list li {
  background: none;
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.global-nav-instagram-bnr {
  width: 60%;
  margin: 0 auto 40px;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #000;
  padding: 7px;
  font-size: 113%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #000;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #000;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #000;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

/*
	サイト全体の見出しの設定
*/
/* 見出し */
.title-lv1 {
  margin-bottom: 40px;
  line-height: 2.1;
  letter-spacing: 8px;
  font-size: 138%;
}

.title-lv2 {
  margin-bottom: 40px;
  line-height: 2.1;
  font-size: 125%;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 125%;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #000;
  margin-bottom: 5px;
  color: #000;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  font-size: 88%;
  letter-spacing: 5px;
}
.table-ptn--01 th {
  border-bottom: 1px solid #3c3c3c;
  padding: 5px 0;
}
.table-ptn--01 td {
  border-bottom: 1px solid #3c3c3c;
  padding: 5px 0;
}
.table-ptn--01 tr:last-child th, .table-ptn--01 tr:last-child td {
  border-bottom: none;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #000;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}
.btn--main:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media (max-width: 680px) {
  .btn--main {
    padding: 18px 12%;
    line-height: 1.8;
  }
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 36px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.btn--white:hover {
  border: 2px solid #bbb;
  background: rgba(255, 255, 255, 0.8);
  color: #000 !important;
}
@media (max-width: 680px) {
  .btn--white {
    padding: 18px 12%;
    line-height: 1.8;
  }
}

.btn--border {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 36px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.btn--border:hover {
  border: 2px solid #ccc;
  color: #ccc;
}
@media (max-width: 680px) {
  .btn--border {
    padding: 18px 12%;
    line-height: 1.8;
  }
}

.btn-return {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #383838;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01, .dark-point-check, .permanence-point-section.permanence-point-section--01 {
  background: #F2F2F2;
  border-radius: 23px;
  padding: 20px;
}

.box-sub--02, .permanence-point-section.permanence-point-section--02 {
  background: #81878B;
  border-radius: 23px;
  padding: 20px;
}

.box-sub--03 {
  background: #222222;
  border-radius: 23px;
  padding: 20px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.article img {
  max-width: 100%;
  height: auto !important;
}
.article .article__date {
  background: url(../img/information/pic--date.svg) left center no-repeat;
  padding-left: 100px;
  display: block;
  letter-spacing: 6.6px;
  font-size: 88%;
}
.article .article__title {
  letter-spacing: 11px;
  font-size: 225%;
}
@media screen and (max-width: 480px) {
  .article .article__title {
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: 175%;
    line-height: 1.6;
  }
}
.article .article__title-sp {
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 6px;
  font-size: 150%;
}
.article p {
  margin-bottom: 40px;
}

.label {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.5;
  font-size: 88%;
  font-effect: none;
}

.article-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.article-nav li {
  width: 33.3%;
}
.article-nav li a {
  display: inline-block;
  /*width: 243px;*/
  padding: 15px 12px;
  border: 1px solid #383838;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 88%;
}

.article-nav-sp {
  margin-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.article-nav-sp li {
  width: 45%;
}
.article-nav-sp li a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #383838;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 88%;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #000 !important;
}
.pagination a {
  border: 1px solid #000;
}
.pagination a:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff !important;
}
.pagination .current {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff !important;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  margin-bottom: 40px;
}
.catch .catch__title {
  padding: 0 20px 40px;
  text-align: left;
}
.catch .catch__title img {
  height: 60px;
}
.catch .catch__title-row {
  padding: 0 20px 40px;
  text-align: left;
}
.catch .catch__title-row img {
  height: 90px;
}
.catch .catch__img {
  width: 100%;
}

.catch-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.catch-img.catch-img--afterfollow {
  background-image: url(../img/about/afterfollow/catch/bgi--catch.jpg);
}
.catch-img.catch-img--about {
  background-image: url(../img/about/index/catch/bgi--catch.jpg);
}
.catch-img.catch-img--estimate {
  background-image: url(../img/contact/catch/bgi--catch.jpg);
}
.catch-img.catch-img--pamphlet {
  background-image: url(../img/contact/catch/bgi--pamphlet.jpg);
}
.catch-img.catch-img--privacy {
  background-image: url(../img/contact/catch/bgi--privacy.jpg);
}
.catch-img.catch-img--office {
  background-image: url(../img/office/index/catch/bgi--catch.jpg);
}
.catch-img.catch-img--message {
  background-image: url(../img/office/message/catch/bgi--catch.jpg);
}
.catch-img.catch-img--showroom {
  background-image: url(../img/office/showroom/catch/bgi--catch.jpg);
}
.catch-img.catch-img--staff {
  background-image: url(../img/office/staff/catch/bgi--catch.jpg);
}
.catch-img.catch-img--service {
  background-image: url(../img/service/index/catch/bgi--catch.jpg);
}
.catch-img.catch-img--sitemap {
  background-image: url(../img/sitemap/catch/bgi--catch.jpg);
}
.catch-img.catch-img--faq {
  background-image: url(../img/faq/catch/bgi--catch.jpg);
}
.catch-img.catch-img--voice {
  background-image: url(../img/voice/catch/bgi--catch.jpg);
}
.catch-img.catch-img--works {
  background-image: url(../img/works/catch/bgi--catch.jpg);
}
.catch-img.catch-img--information {
  background-image: url(../img/information/catch/bgi--catch.jpg);
}
.catch-img.catch-img--loan {
  background-image: url(../img/about/loan/catch/bgi--catch.jpg);
}
.catch-img.catch-img--flow {
  background-image: url(../img/about/flow/catch/bgi--catch.jpg);
}
.catch-img.catch-img--point {
  background-image: url(../img/knowledge/index/catch/bgi--catch.jpg);
}
.catch-img.catch-img--choose {
  background-image: url(../img/knowledge/choose/catch/bgi--catch.jpg);
}
.catch-img.catch-img--interview {
  background-image: url(../img/interview/catch/bgi--catch.jpg);
}
.catch-img.catch-img--fp {
  background-image: url(../img/fp/catch/bgi--catch.jpg);
}

.catch-sub {
  margin-bottom: 40px;
  /*
  height: 150px;
  position: relative;
  &.catch-sub--30years{
  	background: url(../img/service/30years/catch/bgi--catch.jpg) calc(50% + 45px) top no-repeat;
  	background-size: cover;
  	margin-bottom: 60px;
  	.catch__title{
  		position: absolute;
  		top: 40px;
  		left: 0;
  		img{
  			height: 85px;
  		}
  	}
  }
  &.catch-sub--design{
  	background: url(../img/service/design/catch/bgi--catch.jpg)  calc(50% + 75px) top no-repeat;
  	background-size: cover;
  	margin-bottom: 60px;
  	.catch__title{
  		position: absolute;
  		top: 40px;
  		left: 10px;
  		img{
  			height: 85px;
  		}
  	}
  }
  &.catch-sub--dark{
  	background: url(../img/service/dark/catch/bgi--catch.jpg) center top no-repeat;
  	margin-bottom: 120px;
  	.catch__title{
  		position: absolute;
  		top: 125px;
  		left: 50%;
  		margin-left: -510px;
  	}
  }
  */
}

.topic-path {
  position: relative;
  display: block;
  font-size: 64%;
  margin: 12px 0 0 4%;
  padding-bottom: 12px;
  text-align: left;
}
.topic-path li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  list-style: none;
  letter-spacing: 0.2rem;
}
.topic-path li::after {
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  opacity: 0.8;
  margin-left: 0.4em;
  margin-right: 0.8em;
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topic-path li:nth-last-child(1)::after {
  content: none;
}

.bottom-contact {
  margin-bottom: 120px;
}

.cta-nav {
  background: #EBEBEB;
  width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  line-height: 1;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: -130px;
  z-index: 20;
}
.cta-nav .cta-nav__tel {
  display: block;
  padding: 20px 0;
}
.cta-nav .cta-nav-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta-nav .cta-nav-list li {
  width: 50%;
}
.cta-nav .cta-nav-list li a {
  background: #313339;
  border: 1px solid #fff;
  display: block;
  padding: 20px 0;
}
.cta-nav .cta-nav-list li:nth-child(1) {
  border-right: none;
}
.cta-nav img {
  vertical-align: top;
}

.contact-page .cta-nav {
  display: none;
}

.common-works {
  background: #171717;
  padding: 60px 20px;
  border-top: 1px solid #555555;
  margin-bottom: 80px;
}
.common-works .top-works__title {
  margin-bottom: 70px;
  text-align: center;
}

.common-reason {
  background: #151515;
  position: relative;
  margin-top: 350px;
  padding-bottom: 40px;
}
.common-reason .top-reason__title img {
  position: absolute;
  top: -153px;
  left: 50%;
  margin-left: -31px;
  z-index: 2;
}
.common-reason .top-reason-list {
  margin-bottom: 0;
}

.common-message {
  margin-bottom: 120px;
}

.common-kavenavi-bnr {
  width: 80%;
  margin: 40px auto 80px;
}

.common-instagram-bnr {
  width: 80%;
  margin: 40px auto 20px;
}

.common-btn-estimate {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#a08928), to(#9a831d));
  background: linear-gradient(#a08928 0%, #9a831d 100%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 88%;
  margin: 140px auto;
  padding: 28px 6% 40px;
  text-align: center;
  text-decoration: none;
  font-size: 160%;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.common-btn-estimate span {
  display: block;
  margin-bottom: 10px;
  font-size: 64%;
  font-weight: 300;
}
.common-btn-estimate::after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 24px;
  height: 1px;
  bottom: 28px;
  left: calc(50% - 12px);
}
.common-btn-estimate:hover {
  opacity: 0.7;
  color: #fff;
}

/* トップページ */
.top-header {
  width: 100%;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 151px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
.top-header .header-site-description {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 75%;
}
.top-header .header-menu-open {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 30px;
}

.top-main-01 {
  background: url(../img/sp/index/main/01/pic--01.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.top-main-01 .top-main__lede {
  width: 100%;
  position: absolute;
  top: 18vh;
  vertical-align: top;
  text-align: center;
}
.top-main-01 .top-main__lede img {
  height: 71vh;
}

.top-topics {
  background: #F7F7F7;
  margin-bottom: 0px;
  padding: 0 4%;
}
.top-topics img {
  vertical-align: top;
}
.top-topics .top-topics__title {
  width: 127px;
  height: 72px;
  padding-top: 40px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*float: left;*/
}
.top-topics .top-topics__dl {
  display: block;
  /*line-height: 58px;*/
  margin-bottom: 10px;
}
.top-topics .top-topics__dl dt {
  display: block;
  font-size: 87.5%;
  /*width: 120px;*/
}
.top-topics .top-topics__dl dd {
  display: inline-block;
}
.top-topics .top-topics__more {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-top: 0px;
  line-height: 1;
  float: right;
}

.top-about {
  background: url(../img/sp/index/about/bgi--section.jpg) calc(50% + 168px) 126px no-repeat;
  padding: 30px 20px 0;
  margin-top: 150px;
  margin-bottom: 270px;
  position: relative;
  margin-top: 150px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.top-about.is-show {
  margin-top: 0;
  opacity: 1;
}
.top-about .top-about__title {
  margin-bottom: 90px;
}
.top-about .top-about__intro {
  margin-bottom: 60px;
  letter-spacing: 6px;
  line-height: 2.9;
}

.top-about-nav {
  margin: 0 -20px 250px;
  list-style: none;
  color: #fff;
}
.top-about-nav li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 52px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.top-about-nav li .top-about-nav__lede {
  margin-bottom: 40px;
  display: block;
  font-size: 112%;
}
.top-about-nav li .top-about-nav__title {
  display: block;
  margin: 0 auto 55px;
}
.top-about-nav li:nth-child(1) a {
  background: url(../img/sp/index/about/bgi--01.jpg) center center no-repeat;
  background-size: cover;
}
.top-about-nav li:nth-child(2) a {
  background: url(../img/sp/index/about/bgi--02.jpg) center center no-repeat;
  background-size: cover;
}
.top-about-nav li:nth-child(3) a {
  background: url(../img/sp/index/about/bgi--03.jpg) center center no-repeat;
  background-size: cover;
}

.top-reason {
  background: #151515;
  padding: 286px 35px 45px;
  margin-top: 250px;
  position: relative;
  text-align: center;
}
.top-reason .top-reason__title img {
  position: absolute;
  top: -153px;
  left: 50%;
  margin-left: -31px;
  z-index: 2;
}

.top-reason-list {
  list-style: none;
}
.top-reason-list li {
  margin-bottom: 30px;
}

.top-message {
  background: url(../img/sp/index/message/bgi--section.jpg) center center no-repeat;
  background-size: cover;
  height: 540px;
  padding: 90px 10px 0;
  margin-bottom: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.top-message img {
  vertical-align: top;
}
.top-message .top-message__title {
  margin-bottom: 80px;
}
.top-message .top-message__lede {
  display: block;
  margin: 0 auto 110px;
}

.top-staff .top-staff__title {
  text-align: center;
  margin: 0 auto 145px;
}

.top-staff-fade {
  margin-top: 150px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.top-staff-fade.is-show {
  margin-top: 0;
  opacity: 1;
}

.top-sraff-bg {
  background: #292929;
  padding: 0 35px 60px;
}

.top-staff-list-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-staff-list-wrap .top-staff-list {
  list-style: none;
  margin-bottom: 40px;
}
.top-staff-list-wrap .top-staff-list li {
  width: 60%;
  margin-top: -75px;
}
.top-staff-list-wrap .top-staff-list li:nth-child(odd) {
  float: left;
}
.top-staff-list-wrap .top-staff-list li:nth-child(even) {
  float: right;
}

.top-works {
  background: #171717;
  padding: 100px 20px 124px;
  border-top: 1px solid #fff;
  margin-bottom: 160px;
}
.top-works .top-works__title {
  margin-bottom: 115px;
}

.top-works-list {
  list-style: none;
  margin-bottom: 96px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-works-list li {
  width: 48%;
  margin-bottom: 10px;
  position: relative;
}
.top-works-list li span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 2.2 !important;
}
.top-works-list li a {
  text-decoration: none;
  font-size: 88%;
  color: #fff;
}
.top-works-list li a .top-works-list__pic {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.top-works-list .slick-next {
  background: url(../img/index/works/btn--next.svg) center center no-repeat;
  width: 33px;
  height: 33px;
  right: -60px;
}
.top-works-list .slick-next:before {
  content: none;
}
.top-works-list .slick-prev {
  background: url(../img/index/works/btn--prev.svg) center center no-repeat;
  width: 33px;
  height: 33px;
  left: -60px;
}
.top-works-list .slick-prev:before {
  content: none;
}

.top-interview {
  margin: 80px 0;
  text-align: center;
}
.top-interview .top-interview__title {
  margin-bottom: 40px;
}
.top-interview .top-interview-list-wrap {
  overflow-x: scroll;
}
.top-interview .top-interview-list {
  list-style: none;
}

.top-voice {
  margin-top: 80px;
  margin-bottom: 80px;
}
.top-voice .top-voice__title {
  margin-bottom: 55px;
  text-align: center;
}
.top-voice .top-voice-list {
  list-style: none;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
  margin-bottom: 0px !important;
}
.top-voice .top-voice-list li {
  width: 229px;
  margin: 0 20px;
  font-size: 88%;
}
.top-voice .top-voice-list li .top-voice-list__pic {
  display: block;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
}
.top-voice .top-voice-list li a {
  text-decoration: none;
  color: #717171;
}
.top-voice .top-voice-list p {
  margin-bottom: 15px;
}

.bottom-nav {
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
}
.bottom-nav a {
  display: inline-block;
  margin-bottom: 40px;
}

/* サービス */
.service-nav-bg {
  background: url(../img/service/index/nav/bgi--01.jpg) left bottom no-repeat;
  background-size: 100% auto;
}

.service-nav {
  height: 460px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-nav li {
  background: url(../img/index/about/bgi--nav-line.svg) center top no-repeat;
  padding-top: 25px;
  margin: 0 30px 0;
}

.service-wrap-bg {
  background: #151515;
  padding: 70px 35px 0;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
}
.service-wrap-bg .service-index {
  padding-bottom: 80px;
  list-style: none;
  text-align: center;
}
.service-wrap-bg .service-index li {
  padding: 0 0 120px;
}
.service-wrap-bg .service-index li:nth-child(1) {
  background: url(../img/service/index/service/bgi--01.png) center top no-repeat;
  background-size: 100% auto;
}
.service-wrap-bg .service-index li:nth-child(2) {
  background: url(../img/service/index/service/bgi--02.png) center 50px no-repeat;
  background-size: 100% auto;
}
.service-wrap-bg .service-index li:nth-child(3) {
  background: url(../img/service/index/service/bgi--03.png) center 50px no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
}
.service-wrap-bg .service-index .service-index__title {
  display: block;
  margin: 0 auto 20px;
}

.service-paint {
  background: #292929;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
  padding: 70px 35px 70px;
  color: #fff;
}

.service-paint-list {
  list-style: none;
}
.service-paint-list li {
  margin-bottom: 60px;
  font-size: 88%;
}
.service-paint-list li img {
  display: block;
  margin: 0 auto 20px;
}
.service-paint-list li dt {
  font-size: 114%;
}

.service-pagelink {
  width: 88%;
  margin: 80px auto 80px;
}

.service-pagelink-list {
  list-style: none;
  width: 88%;
  padding-top: 0px;
  margin: 0 auto 60px;
}
.service-pagelink-list li {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.service-pagelink-list li img {
  display: block;
  margin-bottom: 12px;
}

/* 三十年塗装 */
.permanence-intro {
  letter-spacing: 5px;
  margin-bottom: 100px;
}

.contents-bg {
  background: #151515;
  padding: 60px 35px 100px;
  margin-bottom: 130px;
  color: #fff;
}
.contents-bg a {
  color: #fff;
}

.contents-bg-section {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
.contents-bg-section:before {
  content: " ";
  background: #fff;
  width: 36px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  z-index: 2;
}
.contents-bg-section.contents-bg-section--last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contents-bg-section.contents-bg-section--last:before {
  content: none;
}
.contents-bg-section .contents-bg-section__text {
  line-height: 2.5;
  letter-spacing: 5.6px;
}

.contents-bg--white {
  padding: 0 35px 0;
}

.permanence-merit-section--01 {
  background: url(../img/service/30years/merit/bgi--01.png) right top no-repeat;
  background-size: 30% auto;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
  padding-top: 60px;
  padding-left: 35px;
  padding-right: 35px;
}
.permanence-merit-section--03 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.permanence-merit-section--03:before {
  content: none;
}

.permanence-check-img {
  background: #272727;
  text-align: center;
  margin-bottom: 40px;
}

.permanence-check-text {
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.permanence-check-link {
  letter-spacing: 4px;
}

.design-merit-section--01 {
  background: url(../img/service/design/merit/bgi--01.jpg) right top no-repeat;
  background-size: 45% auto;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
  padding-left: 35px;
  padding-right: 35px;
}
.design-merit-section--01 .permanence-merit-section__text {
  margin-bottom: 220px;
}

.design-merit-section--02 {
  background: url(../img/service/design/merit/bgi--02.png) left top no-repeat;
  background-size: 30% auto;
  padding-top: 40px;
}

.design-merit-section--03 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.design-merit-section--03:before {
  content: none;
}

.design-merit-ill {
  background: #FFFFFF;
  padding: 20px 10px;
  text-align: center;
  border-radius: 20px;
}

.dark-point-section--01 .contents-bg-section__text {
  margin-bottom: 80px;
}

.dark-point-section--02 {
  background-size: 420px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
}
.dark-point-section--02:before {
  content: none;
}

.dark-point-ill {
  background: #DBDBDB;
  padding: 20px 10px;
  margin-bottom: 80px;
  text-align: center;
  border-radius: 20px;
}

.afterfollow-03 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.permanence-point {
  padding: 0 15px;
}
.permanence-point .permanence-point__title {
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 5px;
  font-size: 150%;
}

.permanence-point-section {
  margin-bottom: 60px;
  font-size: 88%;
}
.permanence-point-section.permanence-point-section--01 {
  padding: 20px;
}
.permanence-point-section.permanence-point-section--02 {
  padding: 20px;
  color: #fff;
}
.permanence-point-section .permanence-point-section__title-01 {
  background: url(../img/service/30years/point/ico--01.svg) center top no-repeat;
  padding-top: 80px;
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-size: 129%;
}
.permanence-point-section .permanence-point-section__title-02 {
  background: url(../img/service/30years/point/ico--02.svg) center top no-repeat;
  padding-top: 80px;
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-size: 129%;
}
.permanence-point-section .permanence-point-section__ill {
  background: #EDEDED;
  padding: 60px 10px 30px;
  text-align: center;
  color: #000;
}
.permanence-point-section .permanence-point-section__ill img {
  display: block;
  margin: 0 auto 40px;
}

.permanence-point-titan {
  list-style: none;
}
.permanence-point-titan .permanence-point-titan__title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 110%;
}
.permanence-point-titan li {
  margin-bottom: 40px;
}

/* デザイン塗装 */
.sevice-common-lede {
  margin-bottom: 40px;
  letter-spacing: 8px;
  font-size: 125%;
}

.sevice-common-intro {
  margin-bottom: 100px;
  letter-spacing: 5px;
  line-height: 2.75;
}

.design-before-after__title {
  text-align: center;
}
.design-before-after__title img {
  vertical-align: top;
}

.design-before-after__list {
  list-style: none;
}
.design-before-after__list li {
  margin-bottom: 60px;
  position: relative;
}
.design-before-after__list li .design-before-after__before {
  position: absolute;
  bottom: -10px;
  left: 10px;
}
.design-before-after__list li .design-before-after__after {
  position: absolute;
  bottom: -10px;
  left: 10px;
}

.design-flow {
  padding: 0 30px;
}
.design-flow .design-flow__title {
  margin-bottom: 100px;
  letter-spacing: 8px;
  text-align: center;
  font-size: 163%;
}

.design-flow-list, .estimate-flow-list {
  list-style: none;
  position: relative;
}
.design-flow-list:after, .estimate-flow-list:after {
  content: " ";
  background: #c1c1c1;
  display: block;
  width: 1px;
  height: 92%;
  position: absolute;
  top: 1%;
  left: 7px;
}
.design-flow-list li, .estimate-flow-list li {
  margin-bottom: 100px;
}
.design-flow-list dl, .estimate-flow-list dl {
  width: 100%;
}
.design-flow-list dl dt, .estimate-flow-list dl dt {
  padding-left: 35px;
  font-size: 113%;
  letter-spacing: 3px;
  position: relative;
}
.design-flow-list dl dt:after, .estimate-flow-list dl dt:after {
  content: " ";
  background: #c1c1c1;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  top: 15px;
  left: 0;
}
.design-flow-list dl dd, .estimate-flow-list dl dd {
  padding-left: 35px;
  letter-spacing: 2px;
  font-size: 88%;
}

/* ダーク塗装 */
.dark-point-check {
  letter-spacing: 6px;
  font-size: 88%;
  color: #000;
}
.dark-point-check .dark-point-check__title {
  margin-bottom: 40px;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
  font-size: 129%;
}
.dark-point-check a {
  color: #000;
}

/* 選ばれる理由 */
.about-finding {
  padding-bottom: 0;
  margin-bottom: 60px;
}
.about-finding:before {
  content: none;
}

.about-brand-03-content {
  margin-bottom: 80px;
}

.about-finding {
  background: #81878B;
  display: block;
  padding: 20px 10px 40px;
  border-radius: 20px;
  text-align: center;
}
.about-finding dt {
  margin-bottom: 40px;
  font-size: 150%;
}

/* アフターフォロー　*/
.afterfollow-intro {
  padding-bottom: 0;
  margin-bottom: 0;
}
.afterfollow-intro:before {
  content: none;
}

.afterfollow-content__img-01 {
  display: block;
  margin: 0 auto 40px;
}

.afterfollow-content__img-02 {
  display: block;
  margin: 0 auto 40px;
}

.afterfollow-caution {
  background: #FFFFFF;
  padding: 40px 20px;
  font-size: 88%;
  color: #000;
}
.afterfollow-caution .afterfollow-caution__title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 160%;
  letter-spacing: 5px;
}

/* 店舗 */
.office-iamge {
  text-align: center;
  margin-bottom: 30px;
}

.office-content {
  text-align: left;
}

/* 代表メッセージ */
.message-intro {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.message-intro:before {
  content: none;
}

.message {
  margin-bottom: 180px;
  font-size: 88%;
  letter-spacing: 3px;
}
.message.message--last {
  margin-bottom: 0;
}
.message .message__lede {
  margin-bottom: 40px;
  padding-left: 70px;
  position: relative;
  font-size: 129%;
  letter-spacing: 6px;
}
.message .message__lede:before {
  content: " ";
  background: #fff;
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
}

/* ショールーム */
.showroom-intro {
  margin-bottom: 120px;
  padding: 0 35px;
}
.showroom-intro:before {
  content: none;
}

.showroom-main-content {
  /*margin-bottom: 450px;*/
  margin-bottom: 0;
  padding-bottom: 1px;
}

.showroom-slide {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
}
.showroom-slide li {
  margin: 0 5px;
}

.showroom-feature {
  list-style: none;
}
.showroom-feature li {
  margin-bottom: 80px;
  letter-spacing: 3px;
  font-size: 88%;
}
.showroom-feature li .showroom-feature__title {
  padding: 10px 0;
  display: block;
  letter-spacing: 3px;
  font-size: 125%;
}

.showroom-data {
  margin-bottom: 275px;
}

.showroom-attention {
  background: #fff;
  border: 3px solid #000;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  /*margin-bottom: -330px;*/
  letter-spacing: 3px;
  font-size: 88%;
  color: #000;
}
.showroom-attention a {
  color: #000;
}
.showroom-attention .showroom-attention__title {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 125%;
}

.showroom-about {
  margin: 60px auto 80px;
  text-align: left;
}

/* お見積り */
.estimate-flow-list dd {
  padding-top: 10px;
}
.estimate-flow-list:after {
  content: " ";
  background: #c1c1c1;
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 2%;
  left: 7px;
}

/* スタッフ　*/
.sraff-bg {
  background: #151515;
  padding: 160px 35px 70px;
}

.staff-list-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff-list-wrap .staff-list {
  list-style: none;
  margin-bottom: 40px;
}
.staff-list-wrap .staff-list li {
  width: 60%;
  margin-top: -75px;
}
.staff-list-wrap .staff-list li:nth-child(odd) {
  float: left;
}
.staff-list-wrap .staff-list li:nth-child(even) {
  float: right;
}

.modal {
  max-width: 1020px !important;
}

.blocker {
  z-index: 30 !important;
}

.staff-content .staff-data .staff-photo {
  display: block;
  margin: 0 auto 10px;
}
.staff-content .staff-data .staff-data__title {
  display: block;
}
.staff-content .staff-data .staff-data__en {
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  line-height: 1.5 !important;
  font-size: 75%;
}
.staff-content .staff-data .staff-data__jp {
  display: block;
  margin-bottom: 0;
  line-height: 1.5 !important;
  font-weight: bold;
  font-size: 125%;
}
.staff-content .staff-data p {
  line-height: 2 !important;
}

/* 施工事例 */
.works-category {
  margin-bottom: 60px;
}
.works-category dt {
  margin-bottom: 40px;
  text-align: center;
}
.works-category .works-category__list {
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  list-style: none;
}
.works-category .works-category__list li {
  width: 48%;
  margin-bottom: 30px;
}
.works-category .works-category__list li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 88%;
}
.works-category .works-category__list li a.active {
  background: #fff;
  color: #000;
}

.works-list {
  list-style: none;
  margin-bottom: 96px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-list li {
  width: 48%;
  margin-bottom: 10px;
  position: relative;
}
.works-list li span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 2.2 !important;
}
.works-list li a {
  text-decoration: none;
  font-size: 88%;
  color: #fff;
}
.works-list li a .top-works-list__pic {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.works-gallery-wrap {
  position: relative;
  margin-bottom: 80px;
}
.works-gallery-wrap .slick-dots {
  margin-bottom: -35px;
}

.works-gallery {
  margin: 0 auto;
}
.works-gallery .slick-dots li button:before {
  opacity: 0.5;
  color: #fff;
}
.works-gallery .slick-dots li.slick-active button:before {
  color: #fff;
}
.works-gallery .slick-prev:before, .works-gallery .slick-next:before {
  color: #fff;
}

.works-data {
  line-height: 2;
}
.works-data dt {
  font-size: 113%;
}
.works-data dt:before {
  content: "- ";
}
.works-data dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
  font-size: 88%;
}
.works-data dd p {
  margin-bottom: 2em;
}

/* お客様の声 */
.voice-list {
  list-style: none;
}
.voice-list li {
  margin-bottom: 60px;
  font-size: 88%;
}
.voice-list li:nth-child(4n) {
  margin-right: 0;
}
.voice-list li:nth-child(4n+1) {
  clear: both;
}
.voice-list li .top-voice-list__pic {
  width: 42%;
  margin-right: 8%;
  display: block;
  float: left;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
}
.voice-list li a {
  color: #717171;
}
.voice-list p {
  overflow: hidden;
  margin-bottom: 15px;
}

.voice {
  font-size: 88%;
  letter-spacing: 3px;
}
.voice .voice__pic {
  display: block;
  margin: 0 auto 40px;
}
.voice .voice__dl {
  overflow: hidden;
}
.voice .voice__dl dt {
  background: url(../img/voice/ico--faq-q.svg) 10px 3px no-repeat;
  padding-left: 45px;
  margin-bottom: 28px;
  position: relative;
  line-height: 1.44 !important;
  font-size: 129%;
}
.voice .voice__dl dd {
  background: url(../img/voice/ico--faq-a.svg) 10px 3px no-repeat;
  padding-left: 45px;
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cecece;
  line-height: 1.85;
}

/* お知らせ */
.category-list {
  list-style: none;
}
.category-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.category-list li a {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.5;
  font-size: 88%;
  font-effect: none;
}

.archive-list {
  list-style: none;
}
.archive-list li {
  display: inline-block;
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.information-list {
  list-style: none;
}
.information-list li {
  background: #F4F4F4;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 60px;
}
.information-list a {
  text-decoration: none;
}
.information-list .information-list-content {
  overflow: hidden;
}
.information-list .information-list__pic {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.information-list .information-list__date {
  background: url(../img/information/pic--date.svg) left top no-repeat;
  padding-top: 20px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 6.6px;
  font-size: 88%;
}
.information-list .information-list__title {
  display: block;
  line-height: 1.5;
  letter-spacing: 7px;
  font-size: 100%;
}

/* サイトマップ */
.sitemap {
  width: 80%;
  margin: 0 auto 120px;
}

.sitemap-list {
  color: #222222;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.sitemap-list a {
  color: #000;
}
.sitemap-list a:hover {
  opacity: 0.7;
}
.sitemap-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  list-style: none;
  margin: 0px 0 40px 0;
}
.sitemap-list > li > ul {
  margin-left: 10px;
  margin-bottom: 20px;
}
.sitemap-list > li > ul > li {
  font-size: 88%;
  list-style: none;
}
.sitemap-list > li > ul > li::before {
  content: "-";
  margin-right: 8px;
}

/* よくある質問 */
.faq-category {
  margin-bottom: 120px;
}
.faq-category dt {
  margin-bottom: 40px;
  text-align: center;
}
.faq-category .faq-category__list {
  margin: 0 auto;
  list-style: none;
}
.faq-category .faq-category__list li {
  margin-bottom: 30px;
}
.faq-category .faq-category__list li a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  text-decoration: none;
}

.faq-section {
  margin-bottom: 80px;
}
.faq-section .faq-section__title {
  margin-bottom: 40px;
  padding-right: 30px;
  position: relative;
  letter-spacing: 3px;
  line-height: 1.3 !important;
  font-size: 150%;
}
.faq-section .faq-section__title span {
  background: #fff;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.faq-section .faq-section__title:after {
  content: " ";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
}

.faq dt {
  background: url(../img/faq/ico--faq-q.svg) left 7px no-repeat;
  padding-left: 40px;
  margin-bottom: 40px;
  letter-spacing: 5px;
  font-size: 113%;
}
.faq dd {
  background: #151515;
  padding: 30px;
  margin-bottom: 80px;
  margin-left: 40px;
  border-radius: 5px;
  position: relative;
  letter-spacing: 5px;
  font-size: 88%;
  color: #fff;
}
.faq dd a {
  color: #fff;
}
.faq dd p {
  margin-bottom: 15px;
}
.faq dd p:last-child {
  margin-bottom: 0;
}
.faq dd:before {
  content: url(../img/faq/ico--faq-a.svg);
  position: absolute;
  top: -22px;
  left: 8px;
}

/* リフォームローン */
.loan-rate {
  border: 3px double #151515;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 6px;
}
.loan-rate .loan-rate__percentage {
  line-height: 1.5;
  font-size: 200%;
}
.loan-rate .loan-rate__note {
  font-size: 88%;
}

.loan-bank {
  background: #F5F5F5;
  padding: 20px;
}
.loan-bank dt {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 6px;
}
.loan-bank dd {
  letter-spacing: 2px;
  font-size: 88%;
}
.loan-bank .loan-bank-list {
  margin-bottom: 40px;
  list-style: none;
}
.loan-bank .loan-bank-list li {
  text-align: center;
  margin-bottom: 20px;
}
.loan-bank .loan-bank-list li img {
  height: 40px;
}

.loan-case .loan-case__title {
  line-height: 1.8;
  letter-spacing: 6px;
  font-size: 113%;
}

.loan-case__sheet {
  background: #fff;
  padding: 10px 10px 10px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
  color: #000;
}
.loan-case__sheet dt {
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-size: 113%;
}
.loan-case__sheet a {
  color: #000;
}

.loan-case__table {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  font-size: 75%;
}
.loan-case__table th, .loan-case__table td {
  border: 1px solid #000;
  padding: 15px 0;
}
.loan-case__table th.th-sub {
  letter-spacing: 1.5px;
  font-size: 88%;
}
.loan-case__table td {
  font-size: 88%;
}

/* 外壁塗装の流れ */
.flow-point-title {
  font-size: 113%;
}

.flow-text {
  letter-spacing: 6px;
  font-size: 88%;
}

.flow-attention {
  background: #313131;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-radius: 3px;
  letter-spacing: 3px;
  font-size: 88%;
}

.flow-pic-02 {
  display: block;
  margin: 0 auto 20px;
}

.flow-pic-03 {
  display: block;
  margin: 0 auto 20px;
}

.flow-pic-04 {
  display: block;
  margin: 0 auto 60px;
}

.flow-list {
  list-style: none;
  position: relative;
}
.flow-list:before {
  content: " ";
  background: #c1c1c1;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 16px;
  left: 35px;
}
.flow-list li {
  padding-left: 80px;
  padding-right: 20px;
  margin-bottom: 60px;
  position: relative;
}
.flow-list li:before {
  content: " ";
  background: #c1c1c1;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 7px;
  position: absolute;
  top: 16px;
  left: 28px;
}
.flow-list li.flow-list__em {
  background: #fff;
  border: 1px solid #C1C1C1;
  padding: 10px 0;
  /*margin-left: 10px;
  margin-right: 10px;*/
  display: block;
  text-align: center;
}
.flow-list li.flow-list__em:before {
  content: none;
}
.flow-list li strong {
  display: block;
  margin-top: -4px;
  letter-spacing: 6px;
  font-size: 113%;
}
.flow-list li p {
  letter-spacing: 2px;
  font-size: 88%;
}

/* 劣化ポイント */
.point-intro-attention {
  background: #313131;
  padding: 20px 40px;
  margin-bottom: 120px;
  letter-spacing: 3px;
  border-radius: 3px;
  font-size: 88%;
}

.point-age-table {
  width: 100%;
  margin-bottom: 75px;
}
.point-age-table th, .point-age-table td {
  text-align: center;
}
.point-age-table th {
  border-top: 1px solid #fff;
  padding-top: 10px;
  letter-spacing: 7px;
  font-size: 100%;
}
.point-age-table td {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  letter-spacing: 10px;
  font-size: 150%;
}
.point-age-table .point-age-table__heading {
  padding: 10px 0;
  letter-spacing: 5px;
  font-size: 100%;
}
.point-age-table .point-age-table__heading-02 {
  border-right: none;
}

.point-pic-01 {
  display: block;
  margin: 0 auto 20px;
}

.point-section-01 {
  margin-bottom: 150px;
}

.point-pic-02 {
  display: block;
  margin: 0 auto 60px;
}

.point-check {
  list-style: none;
}
.point-check li {
  margin-bottom: 100px;
}
.point-check li:last-child {
  margin-bottom: 0;
}
.point-check .point-check__title {
  margin: 20px 0 10px;
  display: block;
  letter-spacing: 1px;
  font-size: 113%;
}
.point-check .point-check__text {
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 88%;
}

.point-section-02 {
  margin-bottom: 170px;
}

.point-pic-03 {
  display: block;
  margin: 0 auto 20px;
}

.point-section-03 {
  margin-bottom: 120px;
}

/* 選び方 */
.choose-em-01 {
  background: #313131;
  display: inline-block;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose-em-02 {
  background: #7E3030;
  display: inline-block;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose-pic-01 {
  display: block;
  margin: 0 auto 20px;
}

.choose-icon-01 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.choose-section-01 {
  margin-bottom: 120px;
}

.choose-difference-title {
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 144%;
}
.choose-difference-title span {
  display: inline-block;
  padding: 0 20px 10px;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}

.choose-difference {
  padding: 85px 20px 40px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choose-difference dt {
  padding: 10px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 3px;
  font-size: 113%;
}
.choose-difference dd {
  padding: 15px 0 0;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 88%;
}

.choose-difference--ng {
  background: #262626 url(../img/knowledge/choose/ico--ng.svg) center 15px no-repeat;
  border-radius: 10px;
}
.choose-difference--ng dt {
  background: #000;
}

.choose-difference--ok {
  background: #2F4C57 url(../img/knowledge/choose/ico--ok.svg) center 15px no-repeat;
  border-radius: 10px;
}
.choose-difference--ok dt {
  background: #D0D2D3;
  color: #000;
}

.choose-pic-02 {
  width: 240px;
  display: block;
  margin: 60px auto 60px;
}

.choose-other-title {
  margin-bottom: 40px;
  letter-spacing: 3px;
  line-height: 1.6;
  font-size: 138%;
}

.choose-other-text {
  overflow: hidden;
  letter-spacing: 2px;
  font-size: 88%;
}

.common-interview {
  position: relative;
  margin-top: 350px;
  padding-bottom: 40px;
  margin-bottom: 170px;
}

.contents-wh {
  background: #fff;
  padding: 60px 35px 100px;
  color: #000;
}
.contents-wh a {
  color: #000;
}

.interview {
  margin-bottom: 80px;
  font-size: 88%;
  letter-spacing: 3px;
}
.interview.interview--last {
  margin-bottom: 0;
}
.interview .interview__lede {
  margin-bottom: 40px;
  padding-left: 70px;
  position: relative;
  font-size: 129%;
  letter-spacing: 6px;
}
.interview .interview__lede:before {
  content: " ";
  background: #000;
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
}

.interview-contents-bg-section {
  position: relative;
  margin-bottom: 80px;
}
.interview-contents-bg-section .contents-bg-section__text {
  line-height: 2.5;
  letter-spacing: 5.6px;
  font-size: 88%;
}

.common-interview {
  margin-top: 100px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.common-interview .interview-list-title {
  height: 66px;
}

.interview-top-list__title {
  width: 80%;
  font-weight: bold;
  margin: 12px auto 4px;
}

.interview-top-list__text {
  font-size: 75%;
  width: 80%;
  margin: 0 auto 40px;
}

/*FP*/
.fp-life-list {
  text-align: center;
  list-style-type: none;
}
.fp-life-list li {
  margin-bottom: 30px;
}

.fp-service-list {
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fp-service-list li {
  margin-bottom: 20px;
  letter-spacing: 3.6px;
  line-height: 2;
  font-size: 112%;
}
.fp-service-list li:before {
  content: url(../img/fp/ico--arrow.svg);
  margin-top: 5px;
  padding-right: 20px;
  position: relative;
  float: left;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 89%;
}

.u-font-size--large {
  font-size: 111%;
}

.u-font-size--x-large {
  font-size: 133%;
}

.u-font-size--xx-large {
  font-size: 144%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #000;
}

.u-color-sub {
  color: #000;
}

.u-font-serif, .permanence-intro, .sevice-common-lede, .sevice-common-intro, .voice .voice__dl dt, .faq-section .faq-section__title {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.5;
}

.u-font-san-serif, .copy, .top-works-list li span, .top-voice .top-voice-list, .service-paint-list, .works-list li span, .voice-list, .information-list li {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.u-font-midashi, .title-lv1, .title-lv2, .title-other-01, .article .article__title, .article .article__title-sp, .common-btn-estimate, .top-about-nav li .top-about-nav__lede, .permanence-point .permanence-point__title, .about-finding dt, .choose-other-title {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.u-font-nomal, .works-data dd {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

.u-letter-space {
  letter-spacing: 6px;
}

.u-paragraph-fix {
  letter-spacing: 6px;
  font-size: 88%;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master-sp.css.map */