@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* width setting
-------------------------------------------------------------------------- */
/* #Base
-------------------------------------------------------------------------- */
/**
 * Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 */
/**
 * `padding`と`border`を`width`に含めます。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* normalize modify */
/**
 * 16px * 50%    =  8px
 * 16px * 56.25% =  9px
 * 16px * 62.5%  = 10px
 * 16px * 68.75% = 11px
 * 16px * 75%    = 12px
 * 16px * 81.25% = 13px
 * 16px * 87.5%  = 14px
 * 16px * 93.75% = 15px
 */
html {
  font-size: 62.5%;
  line-height: 1.8;
}
body {
  /* デフォルトのフォントサイズを1.6em（16pxと同等のサイズ）に設定
   * デフォルトのフォントサイズとは、要素にフォントサイズを指定しなかった場合、
   * 自動的に継承して適用されるフォントサイズ。
   * 理由はchromeブラウザのバグ。body要素にrem指定すると、chromeブラウザではbodyをルートとして解釈してしまう。
   * あくまでルートはhtml要素。body要素では、emを使って親要素のhtmlルートを参照してサイズ指定。
   */
  font-size: 1.6em;
  font-size: 1.4rem;
}

body {
  background-color: #000;
  color: #ddd;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  word-break: break-all;
}

/*----------------------------------------
    HTML 5
----------------------------------------*/
aside,
article,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

/**/
p {
  font-family: inherit;
  color: inherit;
  margin: 1rem 0;
}

/**
 * 日本語では斜体を使用しないためリセット。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

b,
em,
strong {
  font-weight: bold;
}

abbr {
  border-bottom: 1px dotted #aaaaaa;
  cursor: help;
}

kbd {
  border: 1px solid #cccccc;
  padding: 0 0.5rem;
  background-color: #f5f5f5;
  text-transform: uppercase;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 90%;
}

/*----------------------------------------
	HyperLink
----------------------------------------*/
a {
  text-decoration: none;
  color: #c7b299;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  color: #a67c52;
}

/*----------------------------------------
	List
----------------------------------------*/
/**
 * ネストされたリストのマージンをリセットします。
 */
ul, ol {
  list-style-type: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

/* ul, ol {
  list-style-position: outside;
  margin : 0 0 1em 1.5em;
  padding: 0;
}

li {
	margin: 0 0 0.1em 0;
}

li {
  > ul, > ol {
	margin: 0.1em 0 0.1em 1.5em;
  }
} */
/*
dl {
	margin: 1em 0;
}

dt {
	margin: 0.5em 0;
}

dd {
	margin: 0.5em 0 1em;
}
/**/
/*----------------------------------------
	code pre blockquote
----------------------------------------*/
code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.3rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  background-color: inherit;
}

pre {
  margin: 1.6rem 0;
  padding: 1.6rem;
  border: 1px solid #cccccc;
  width: auto;
  overflow: auto;
  color: #000000;
  background-color: #f5f5f5;
  font-size: 1.6rem;
}

blockquote, q {
  quotes: none;
}

blockquote {
  margin: 2.4rem 0;
  padding: 1px 2rem;
  border: 3px solid #e4e4e4;
  color: #666666;
}

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

/*----------------------------------------
	Edit
----------------------------------------*/
del {
  color: #999999;
  text-decoration: line-through;
}

ins {
  border-bottom: 1px dotted #cccccc;
  text-decoration: none;
}

/*----------------------------------------
	Tables
----------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  margin: 0 0 0.8rem 0;
}
table caption {
  text-align: left;
  padding-bottom: 0.5rem;
}
table th,
table td {
  padding: 1.6rem;
  text-align: left;
  border: 1px solid #ddd;
}

/*----------------------------------------
	Image
----------------------------------------*/
/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
/*----------------------------------------
   Micro clearfix
----------------------------------------*/
.clearfix:after { /* clearfix */
  content: "";
  display: block;
  clear: both;
}

/* #Layout
-------------------------------------------------------------------------- */
/*doc
---
title: layout
name: layout
categories: [layout]
---
```block
*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1012px;
  }
}

.l-main {
  width: 100%;
}
.l-main > .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .l-main > .l-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .l-primary {
    max-width: 188px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 188px;
            flex: 0 0 188px;
    margin-left: 50px;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-section {
  width: 100%;
  overflow: hidden;
}

.l-signage {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-signage {
    max-width: 1012px;
  }
}

/* #icon
-------------------------------------------------------------------------- */
/*doc
---
title: icon
name: icon
categories: [component]
---

左にアイコンを配置します。

font awesome
f082  Facebook
f081  Twitter
f16d  Instagram
e055  Instagram 2
f0c8  ■
f111  ●
f0da  ▶
f105  >  右向き
f054  >  右向き大
f077  >  上向き
````````````````````````````````````
font-family: "Font Awesome 5 Free";
font-weight: 900;
Solid→ font-weight: 900;
Regular→ font-weight: 400;
Brands→ font-weight: 400;
Light (Pro)→ font-weight: 300;

```block
<span class="c-icon-square">*****</span>
<span class="c-icon-circle">*****</span>
```
*/
/* c-icon
-------------------------------------------------------------------------- */
.c-icon-square--white, .c-icon-square--beige, .c-icon-square--maroon, .c-icon-square--red {
  display: inline-block;
}
.c-icon-square--white::before, .c-icon-square--beige::before, .c-icon-square--maroon::before, .c-icon-square--red::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
  text-decoration: none;
}

.c-icon-square--red::before {
  color: #b81b22;
}

.c-icon-square--maroon::before {
  color: #813435;
}

.c-icon-square--beige::before {
  color: #c7b299;
}

.c-icon-square--white::before {
  color: #ddd;
}

.c-icon-circle {
  display: inline-block;
}
.c-icon-circle::before {
  content: "\f111";
  color: #b81b22;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
  text-decoration: none;
}

/* #Button
-------------------------------------------------------------------------- */
/*========================================

    Button 基本設定

    順:link visited hover focus active

=========================================*/
/*
button {
    overflow: visible;
}

button, select {
    text-transform: none;
}
*/
.c-button {
  -webkit-transition: none;
  transition: none;
  color: #333333;
  text-decoration: none;
  background-image: none;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  border-radius: 0.375em;
  display: inline-block;
  padding-top: calc(0.5em - 1px);
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-button:focus,
.c-button:active:focus,
.c-button.active:focus,
.c-button.focus,
.c-button:active.focus,
.c-button.active.focus {
  outline: 0;
}

.c-button:hover,
.c-button.hover {
  text-decoration: none;
  border-color: #b5b5b5;
  color: #363636;
}

.c-button:focus,
.c-button.focus {
  text-decoration: none;
  border-color: #485fc7;
  color: #363636;
}

.c-button:active,
.c-button.active {
  background-image: none;
  text-decoration: none;
  border-color: #4a4a4a;
  color: #363636;
}

.c-button:focus:not(:active),
.c-button.focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.c-button.disabled,
.c-button[disabled],
fieldset[disabled] .c-button {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

/* Button Size
---------------------------------------*/
.c-button-lg {
  font-size: 1.8rem;
}

.c-button-sm {
  font-size: 1.4rem;
}

.c-button-xs {
  font-size: 1.2rem;
}

.c-buton-rounded {
  border-radius: 9999px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

/*-----------------------------------------------
    c-button color
-----------------------------------------------*/
/*  c-button-black
---------------------------------*/
.c-button-black {
  color: #fff;
  background-color: #040404;
  border-color: transparent;
}
.c-button-black:hover, .c-button-black.hover {
  color: #fff;
  background-color: _tint(#040404, 25%);
  border-color: transparent;
}
.c-button-black:focus, .c-button-black.focus {
  color: #fff;
  background-color: _tint(#040404, 25%);
  border-color: #485fc7;
}
.c-button-black:active, .c-button-black.active {
  color: #fff;
  background-image: none;
  background-color: #040404;
  border-color: transparent;
}
.c-button-black.disabled, .c-button-black[disabled], .c-button-black.disabled:hover, .c-button-black[disabled]:hover, .c-button-black.disabled:focus, .c-button-black[disabled]:focus, .c-button-black.disabled.focus, .c-button-black[disabled].focus, .c-button-black.disabled:active, .c-button-black[disabled]:active, .c-button-black.disabled.active, .c-button-black[disabled].active {
  background-image: none;
  background-color: _tint(#040404, 50%);
  border-color: _tint(#040404, 50%);
}

/*-----------------------------------------------
    一括設定
    c-button-default
    c-button-danger
    c-button-info
    c-button-primary
    c-button-success
    c-button-warning
-----------------------------------------------*/
/* btn-default
---------------------------------*/
.c-button-default {
  color: #333;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #aaa;
  text-shadow: 0 1px 0 #fff;
}
.c-button-default:focus, .c-button-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.c-button-default:hover, .c-button-default.hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.c-button-default:hover, .c-button-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.c-button-default:active, .c-button-default.active {
  color: #333;
  background-image: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.c-button-default:active:hover, .c-button-default.active:hover, .c-button-default:active:focus, .c-button-default.active:focus, .c-button-default:active.focus, .c-button-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.c-button-default.disabled, .c-button-default[disabled], .c-button-default.disabled:hover, .c-button-default[disabled]:hover, .c-button-default.disabled:focus, .c-button-default[disabled]:focus, .c-button-default.disabled.focus, .c-button-default[disabled].focus, .c-button-default.disabled:active, .c-button-default[disabled]:active, .c-button-default.disabled.active, .c-button-default[disabled].active {
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
}

/* btn-primary
---------------------------------------*/
.c-button-primary {
  color: #fff;
  border-color: #245580;
  background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
  background-repeat: repeat-x;
}
.c-button-primary:hover, .c-button-primary.hover, .c-button-primary:focus, .c-button-primary.focus {
  background-color: #265a88;
  background-position: 0 -15px;
  color: #fff;
}
.c-button-primary:active, .c-button-primary.active {
  border-color: #245580;
  background-color: #265a88;
  color: #fff;
}
.c-button-primary.disabled, .c-button-primary[disabled], .c-button-primary.disabled:hover, .c-button-primary[disabled]:hover, .c-button-primary.disabled:focus, .c-button-primary[disabled]:focus, .c-button-primary.disabled.focus, .c-button-primary[disabled].focus, .c-button-primary.disabled:active, .c-button-primary[disabled]:active, .c-button-primary.disabled.active, .c-button-primary[disabled].active {
  background-color: #265a88;
  background-image: none;
}

/* btn-success
---------------------------------------*/
.c-button-success {
  background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  color: #fff;
}
.c-button-success:hover, .c-button-success.hover, .c-button-success:focus, .c-button-success.focus {
  background-color: #419641;
  background-position: 0 -15px;
  color: #fff;
}
.c-button-success:active, .c-button-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
  color: #fff;
}
.c-button-success.disabled, .c-button-success[disabled], .c-button-success.disabled:hover, .c-button-success[disabled]:hover, .c-button-success.disabled:focus, .c-button-success[disabled]:focus, .c-button-success.disabled.focus, .c-button-success[disabled].focus, .c-button-success.disabled:active, .c-button-success[disabled]:active, .c-button-success.disabled.active, .c-button-success[disabled].active {
  background-color: #419641;
  background-image: none;
}

/* btn-info
---------------------------------------*/
.c-button-info {
  background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  color: #fff;
}
.c-button-info:hover, .c-button-info.hover, .c-button-info:focus, .c-button-info.focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
  color: #fff;
}
.c-button-info:active, .c-button-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
  color: #fff;
}
.c-button-info.disabled, .c-button-info[disabled], .c-button-info.disabled:hover, .c-button-info[disabled]:hover, .c-button-info.disabled:focus, .c-button-info[disabled]:focus, .c-button-info.disabled.focus, .c-button-info[disabled].focus, .c-button-info.disabled:active, .c-button-info[disabled]:active, .c-button-info.disabled.active, .c-button-info[disabled].active {
  background-color: #2aabd2;
  background-image: none;
}

/* btn-warning
---------------------------------------*/
.c-button-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  color: #fff;
}
.c-button-warning:hover, .c-button-warning.hover, .c-button-warning:focus, .c-button-warning.focus {
  background-color: #eb9316;
  background-position: 0 -15px;
  color: #fff;
}
.c-button-warning:active, .c-button-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
  color: #fff;
}
.c-button-warning.disabled, .c-button-warning[disabled], .c-button-warning.disabled:hover, .c-button-warning[disabled]:hover, .c-button-warning.disabled:focus, .c-button-warning[disabled]:focus, .c-button-warning.disabled.focus, .c-button-warning[disabled].focus, .c-button-warning.disabled:active, .c-button-warning[disabled]:active, .c-button-warning.disabled.active, .c-button-warning[disabled].active {
  background-color: #eb9316;
  background-image: none;
}

/* btn-danger
---------------------------------------*/
.c-button-danger {
  background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  color: #fff;
}
.c-button-danger:hover, .c-button-danger.hover, .c-button-danger:focus, .c-button-danger.focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
  color: #fff;
}
.c-button-danger:active, .c-button-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
  color: #fff;
}
.c-button-danger.disabled, .c-button-danger[disabled], .c-button-danger.disabled:hover, .c-button-danger[disabled]:hover, .c-button-danger.disabled:focus, .c-button-danger[disabled]:focus, .c-button-danger.disabled.focus, .c-button-danger[disabled].focus, .c-button-danger.disabled:active, .c-button-danger[disabled]:active, .c-button-danger.disabled.active, .c-button-danger[disabled].active {
  background-color: #c12e2a;
  background-image: none;
}

/* btn-link
---------------------------------------*/
.c-button-link {
  color: #337ab7;
  border-color: transparent;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-button-link:hover, .c-button-link.hover, .c-button-link:focus, .c-button-link.focus, .c-button-link:active, .c-button-link.active {
  color: #337ab7;
  text-decoration: underline;
  border-color: transparent;
}
.c-button-link:active, .c-button-link.active {
  background-color: #f9f9f9;
}
.c-button-link.disabled, .c-button-link[disabled], .c-button-link.disabled:hover, .c-button-link[disabled]:hover, .c-button-link.disabled:focus, .c-button-link[disabled]:focus, .c-button-link.disabled.focus, .c-button-link[disabled].focus, .c-button-link.disabled:active, .c-button-link[disabled]:active, .c-button-link.disabled.active, .c-button-link[disabled].active {
  text-decoration: none;
  border-color: transparent;
}

/* #Cols
-------------------------------------------------------------------------- */
/*doc
---
title: cols
name: cols
categories: [component]
---

Flex Box のコンポーネントです。

```block
<div class="c-cols c-cols--col5 c-cols--gap-small">
  <div class="c-col">
    <div class="p-card">
      <img src="http://lorempixel.com/640/340/" class="p-card__image-top">
      <div class="p-card__body">
        <h2>Card Object</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat illo autem, possimus obcaecati numquam sunt ut quas, repellat cum aspernatur voluptatem, a explicabo! Facilis sed quos, nisi rerum placeat ad?</p>
      </div>
      <ul class="p-card__list">
        <li class="p-card__list-item">list1</li>
        <li class="p-card__list-item">list2</li>
      </ul>
      <div class="p-card__foot">
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, est.</p>
      </div>
    </div>
  </div>

  <div class="c-col">
    <div class="p-card">
      <div class="p-card__head">
        <h2>Card Object</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat illo autem, possimus obcaecati numquam sunt ut quas, repellat cum aspernatur voluptatem, a explicabo! Facilis sed quos, nisi rerum placeat ad?</p>
      </div>
      <ul class="p-card__list">
        <li class="p-card__list-item">list1</li>
        <li class="p-card__list-item">list2</li>
      </ul>
      <img src="http://lorempixel.com/640/340/" class="p-card__image-bottom">
    </div>
  </div>
</div>
```
*/
.c-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/*
 *
 */
.c-cols--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-cols--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-cols--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-cols--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cols--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-cols--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-cols--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-cols--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-cols--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-cols--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/*　gap 無
-------------------------------------------------------------------------- */
/*
 * mixin Flex Setting
 */
/**
 * gap 設定
 *
 */
.c-cols--gap-small {
  margin: -0.5rem;
}
.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}

.c-cols--gap-medium {
  margin: -0.75rem;
}
.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}

.c-cols--gap-large {
  margin: -1rem;
}
.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--gap-small-sm {
    margin: -0.5rem;
  }
  .c-cols--gap-small-sm > .c-col {
    padding: 0.5rem;
  }
  .c-cols--gap-medium-sm {
    margin: -0.75rem;
  }
  .c-cols--gap-medium-sm > .c-col {
    padding: 0.75rem;
  }
  .c-cols--gap-large-sm {
    margin: -1rem;
  }
  .c-cols--gap-large-sm > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--gap-small-md {
    margin: -0.5rem;
  }
  .c-cols--gap-small-md > .c-col {
    padding: 0.5rem;
  }
  .c-cols--gap-medium-md {
    margin: -0.75rem;
  }
  .c-cols--gap-medium-md > .c-col {
    padding: 0.75rem;
  }
  .c-cols--gap-large-md {
    margin: -1rem;
  }
  .c-cols--gap-large-md > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--gap-small-lg {
    margin: -0.5rem;
  }
  .c-cols--gap-small-lg > .c-col {
    padding: 0.5rem;
  }
  .c-cols--gap-medium-lg {
    margin: -0.75rem;
  }
  .c-cols--gap-medium-lg > .c-col {
    padding: 0.75rem;
  }
  .c-cols--gap-large-lg {
    margin: -1rem;
  }
  .c-cols--gap-large-lg > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--gap-small-xl {
    margin: -0.5rem;
  }
  .c-cols--gap-small-xl > .c-col {
    padding: 0.5rem;
  }
  .c-cols--gap-medium-xl {
    margin: -0.75rem;
  }
  .c-cols--gap-medium-xl > .c-col {
    padding: 0.75rem;
  }
  .c-cols--gap-large-xl {
    margin: -1rem;
  }
  .c-cols--gap-large-xl > .c-col {
    padding: 1rem;
  }
}
/*　col 分割 サイズ指定
-------------------------------------------------------------------------- */
/*　gap 有　col 分割 サイズ指定
-------------------------------------------------------------------------- */
/*
 * gap small medium large 6分割
 */
.c-cols--col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cols--col2 > .c-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.c-cols--col2.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}
.c-cols--col2.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}
.c-cols--col2.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--col2-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col2-sm > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .c-cols--col2-sm.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col2-sm.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col2-sm.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--col2-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col2-md > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .c-cols--col2-md.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col2-md.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col2-md.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--col2-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col2-lg > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .c-cols--col2-lg.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col2-lg.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col2-lg.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--col2-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col2-xl > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .c-cols--col2-xl.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col2-xl.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col2-xl.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
.c-cols--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cols--col3 > .c-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
.c-cols--col3.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}
.c-cols--col3.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}
.c-cols--col3.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--col3-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col3-sm > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .c-cols--col3-sm.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col3-sm.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col3-sm.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--col3-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col3-md > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .c-cols--col3-md.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col3-md.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col3-md.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--col3-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col3-lg > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .c-cols--col3-lg.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col3-lg.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col3-lg.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--col3-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col3-xl > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .c-cols--col3-xl.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col3-xl.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col3-xl.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
.c-cols--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cols--col4 > .c-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.c-cols--col4.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}
.c-cols--col4.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}
.c-cols--col4.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--col4-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col4-sm > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .c-cols--col4-sm.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col4-sm.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col4-sm.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--col4-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col4-md > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .c-cols--col4-md.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col4-md.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col4-md.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--col4-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col4-lg > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .c-cols--col4-lg.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col4-lg.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col4-lg.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--col4-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col4-xl > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .c-cols--col4-xl.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col4-xl.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col4-xl.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
.c-cols--col5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cols--col5 > .c-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
.c-cols--col5.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}
.c-cols--col5.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}
.c-cols--col5.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--col5-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col5-sm > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .c-cols--col5-sm.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col5-sm.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col5-sm.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--col5-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col5-md > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .c-cols--col5-md.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col5-md.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col5-md.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--col5-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col5-lg > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .c-cols--col5-lg.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col5-lg.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col5-lg.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--col5-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col5-xl > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .c-cols--col5-xl.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col5-xl.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col5-xl.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
.c-cols--col6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cols--col6 > .c-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
.c-cols--col6.c-cols--gap-small > .c-col {
  padding: 0.5rem;
}
.c-cols--col6.c-cols--gap-medium > .c-col {
  padding: 0.75rem;
}
.c-cols--col6.c-cols--gap-large > .c-col {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .c-cols--col6-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col6-sm > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .c-cols--col6-sm.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col6-sm.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col6-sm.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cols--col6-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col6-md > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .c-cols--col6-md.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col6-md.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col6-md.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-cols--col6-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col6-lg > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .c-cols--col6-lg.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col6-lg.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col6-lg.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-cols--col6-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cols--col6-xl > .c-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .c-cols--col6-xl.c-cols--gap-small > .c-col {
    padding: 0.5rem;
  }
  .c-cols--col6-xl.c-cols--gap-medium > .c-col {
    padding: 0.75rem;
  }
  .c-cols--col6-xl.c-cols--gap-large > .c-col {
    padding: 1rem;
  }
}
/**
 * 横並びから縦にレイアウト
 * max-width 指定
 */
.c-cols--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cols--vertical > .c-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: unset;
}

@media screen and (max-width: 575.98px) {
  .c-cols--vertical-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cols--vertical-sm > .c-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .c-cols--vertical-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cols--vertical-md > .c-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 991.98px) {
  .c-cols--vertical-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cols--vertical-lg > .c-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 1199.98px) {
  .c-cols--vertical-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cols--vertical-xl > .c-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
/* #Column
-------------------------------------------------------------------------- */
/*doc
---
title: column
name: column
categories: [component]
---

Flex Box のコンポーネントです。

```block
<div class="c-column c-column--col5 c-column--gap-small">
  <div class="c-column__item">
    <div class="p-card">
      <img src="http://lorempixel.com/640/340/" class="p-card__image-top">
      <div class="p-card__body">
        <h2>Card Object</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat illo autem, possimus obcaecati numquam sunt ut quas, repellat cum aspernatur voluptatem, a explicabo! Facilis sed quos, nisi rerum placeat ad?</p>
      </div>
      <ul class="p-card__list">
        <li class="p-card__list-item">list1</li>
        <li class="p-card__list-item">list2</li>
      </ul>
      <div class="p-card__foot">
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit, est.</p>
      </div>
    </div>
  </div>

  <div class="c-column__item">
    <div class="p-card">
      <div class="p-card__head">
        <h2>Card Object</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat illo autem, possimus obcaecati numquam sunt ut quas, repellat cum aspernatur voluptatem, a explicabo! Facilis sed quos, nisi rerum placeat ad?</p>
      </div>
      <ul class="p-card__list">
        <li class="p-card__list-item">list1</li>
        <li class="p-card__list-item">list2</li>
      </ul>
      <img src="http://lorempixel.com/640/340/" class="p-card__image-bottom">
    </div>
  </div>
</div>
```
*/
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/*
 *
 */
.c-column--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-column--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-column--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-column--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-column--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-column--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-column--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-column--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-column--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-column--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/*　gap 余白設定
-------------------------------------------------------------------------- */
/*
 * mixin Flex Setting
 */
/*
 * Flex Setting
 */
.c-column--gap-small {
  margin: -5px;
}
.c-column--gap-small > .c-column__item {
  margin: 5px;
}

.c-column--gap-medium {
  margin: -10px;
}
.c-column--gap-medium > .c-column__item {
  margin: 10px;
}

.c-column--gap-large {
  margin: -15px;
}
.c-column--gap-large > .c-column__item {
  margin: 15px;
}

@media screen and (min-width: 576px) {
  .c-column--gap-small-sm {
    margin: -5px;
  }
  .c-column--gap-small-sm > .c-column__item {
    margin: 5px;
  }
  .c-column--gap-medium-sm {
    margin: -10px;
  }
  .c-column--gap-medium-sm > .c-column__item {
    margin: 10px;
  }
  .c-column--gap-large-sm {
    margin: -15px;
  }
  .c-column--gap-large-sm > .c-column__item {
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-column--gap-small-md {
    margin: -5px;
  }
  .c-column--gap-small-md > .c-column__item {
    margin: 5px;
  }
  .c-column--gap-medium-md {
    margin: -10px;
  }
  .c-column--gap-medium-md > .c-column__item {
    margin: 10px;
  }
  .c-column--gap-large-md {
    margin: -15px;
  }
  .c-column--gap-large-md > .c-column__item {
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .c-column--gap-small-lg {
    margin: -5px;
  }
  .c-column--gap-small-lg > .c-column__item {
    margin: 5px;
  }
  .c-column--gap-medium-lg {
    margin: -10px;
  }
  .c-column--gap-medium-lg > .c-column__item {
    margin: 10px;
  }
  .c-column--gap-large-lg {
    margin: -15px;
  }
  .c-column--gap-large-lg > .c-column__item {
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-column--gap-small-xl {
    margin: -5px;
  }
  .c-column--gap-small-xl > .c-column__item {
    margin: 5px;
  }
  .c-column--gap-medium-xl {
    margin: -10px;
  }
  .c-column--gap-medium-xl > .c-column__item {
    margin: 10px;
  }
  .c-column--gap-large-xl {
    margin: -15px;
  }
  .c-column--gap-large-xl > .c-column__item {
    margin: 15px;
  }
}
/*　column item 分割数 設定
-------------------------------------------------------------------------- */
/*　gap 有　設定
-------------------------------------------------------------------------- */
/*
 * gap small medium large 6分割
 */
.c-column--col2.c-column--gap-small > .c-column__item, .c-column--col2.c-column--gap-medium > .c-column__item, .c-column--col2.c-column--gap-large > .c-column__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-column--col2.c-column--gap-small {
  margin: -5px;
}
.c-column--col2.c-column--gap-small > .c-column__item {
  margin: 5px;
  width: calc(50% - 10px);
}
.c-column--col2.c-column--gap-medium {
  margin: -10px;
}
.c-column--col2.c-column--gap-medium > .c-column__item {
  margin: 10px;
  width: calc(50% - 20px);
}
.c-column--col2.c-column--gap-large {
  margin: -15px;
}
.c-column--col2.c-column--gap-large > .c-column__item {
  margin: 15px;
  width: calc(50% - 30px);
}

@media screen and (min-width: 576px) {
  .c-column--col2-sm.c-column--gap-small > .c-column__item, .c-column--col2-sm.c-column--gap-medium > .c-column__item, .c-column--col2-sm.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col2-sm.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col2-sm.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .c-column--col2-sm.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col2-sm.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .c-column--col2-sm.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col2-sm.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-column--col2-md.c-column--gap-small > .c-column__item, .c-column--col2-md.c-column--gap-medium > .c-column__item, .c-column--col2-md.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col2-md.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col2-md.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .c-column--col2-md.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col2-md.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .c-column--col2-md.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col2-md.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .c-column--col2-lg.c-column--gap-small > .c-column__item, .c-column--col2-lg.c-column--gap-medium > .c-column__item, .c-column--col2-lg.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col2-lg.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col2-lg.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .c-column--col2-lg.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col2-lg.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .c-column--col2-lg.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col2-lg.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .c-column--col2-xl.c-column--gap-small > .c-column__item, .c-column--col2-xl.c-column--gap-medium > .c-column__item, .c-column--col2-xl.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col2-xl.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col2-xl.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .c-column--col2-xl.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col2-xl.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .c-column--col2-xl.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col2-xl.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
.c-column--col3.c-column--gap-small > .c-column__item, .c-column--col3.c-column--gap-medium > .c-column__item, .c-column--col3.c-column--gap-large > .c-column__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-column--col3.c-column--gap-small {
  margin: -5px;
}
.c-column--col3.c-column--gap-small > .c-column__item {
  margin: 5px;
  width: calc(33.3333333333% - 10px);
}
.c-column--col3.c-column--gap-medium {
  margin: -10px;
}
.c-column--col3.c-column--gap-medium > .c-column__item {
  margin: 10px;
  width: calc(33.3333333333% - 20px);
}
.c-column--col3.c-column--gap-large {
  margin: -15px;
}
.c-column--col3.c-column--gap-large > .c-column__item {
  margin: 15px;
  width: calc(33.3333333333% - 30px);
}

@media screen and (min-width: 576px) {
  .c-column--col3-sm.c-column--gap-small > .c-column__item, .c-column--col3-sm.c-column--gap-medium > .c-column__item, .c-column--col3-sm.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col3-sm.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col3-sm.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(33.3333333333% - 10px);
  }
  .c-column--col3-sm.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col3-sm.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(33.3333333333% - 20px);
  }
  .c-column--col3-sm.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col3-sm.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-column--col3-md.c-column--gap-small > .c-column__item, .c-column--col3-md.c-column--gap-medium > .c-column__item, .c-column--col3-md.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col3-md.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col3-md.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(33.3333333333% - 10px);
  }
  .c-column--col3-md.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col3-md.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(33.3333333333% - 20px);
  }
  .c-column--col3-md.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col3-md.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .c-column--col3-lg.c-column--gap-small > .c-column__item, .c-column--col3-lg.c-column--gap-medium > .c-column__item, .c-column--col3-lg.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col3-lg.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col3-lg.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(33.3333333333% - 10px);
  }
  .c-column--col3-lg.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col3-lg.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(33.3333333333% - 20px);
  }
  .c-column--col3-lg.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col3-lg.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .c-column--col3-xl.c-column--gap-small > .c-column__item, .c-column--col3-xl.c-column--gap-medium > .c-column__item, .c-column--col3-xl.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col3-xl.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col3-xl.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(33.3333333333% - 10px);
  }
  .c-column--col3-xl.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col3-xl.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(33.3333333333% - 20px);
  }
  .c-column--col3-xl.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col3-xl.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(33.3333333333% - 30px);
  }
}
.c-column--col4.c-column--gap-small > .c-column__item, .c-column--col4.c-column--gap-medium > .c-column__item, .c-column--col4.c-column--gap-large > .c-column__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-column--col4.c-column--gap-small {
  margin: -5px;
}
.c-column--col4.c-column--gap-small > .c-column__item {
  margin: 5px;
  width: calc(25% - 10px);
}
.c-column--col4.c-column--gap-medium {
  margin: -10px;
}
.c-column--col4.c-column--gap-medium > .c-column__item {
  margin: 10px;
  width: calc(25% - 20px);
}
.c-column--col4.c-column--gap-large {
  margin: -15px;
}
.c-column--col4.c-column--gap-large > .c-column__item {
  margin: 15px;
  width: calc(25% - 30px);
}

@media screen and (min-width: 576px) {
  .c-column--col4-sm.c-column--gap-small > .c-column__item, .c-column--col4-sm.c-column--gap-medium > .c-column__item, .c-column--col4-sm.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col4-sm.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col4-sm.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(25% - 10px);
  }
  .c-column--col4-sm.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col4-sm.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .c-column--col4-sm.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col4-sm.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-column--col4-md.c-column--gap-small > .c-column__item, .c-column--col4-md.c-column--gap-medium > .c-column__item, .c-column--col4-md.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col4-md.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col4-md.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(25% - 10px);
  }
  .c-column--col4-md.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col4-md.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .c-column--col4-md.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col4-md.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .c-column--col4-lg.c-column--gap-small > .c-column__item, .c-column--col4-lg.c-column--gap-medium > .c-column__item, .c-column--col4-lg.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col4-lg.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col4-lg.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(25% - 10px);
  }
  .c-column--col4-lg.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col4-lg.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .c-column--col4-lg.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col4-lg.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .c-column--col4-xl.c-column--gap-small > .c-column__item, .c-column--col4-xl.c-column--gap-medium > .c-column__item, .c-column--col4-xl.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col4-xl.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col4-xl.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(25% - 10px);
  }
  .c-column--col4-xl.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col4-xl.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .c-column--col4-xl.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col4-xl.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(25% - 30px);
  }
}
.c-column--col5.c-column--gap-small > .c-column__item, .c-column--col5.c-column--gap-medium > .c-column__item, .c-column--col5.c-column--gap-large > .c-column__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-column--col5.c-column--gap-small {
  margin: -5px;
}
.c-column--col5.c-column--gap-small > .c-column__item {
  margin: 5px;
  width: calc(20% - 10px);
}
.c-column--col5.c-column--gap-medium {
  margin: -10px;
}
.c-column--col5.c-column--gap-medium > .c-column__item {
  margin: 10px;
  width: calc(20% - 20px);
}
.c-column--col5.c-column--gap-large {
  margin: -15px;
}
.c-column--col5.c-column--gap-large > .c-column__item {
  margin: 15px;
  width: calc(20% - 30px);
}

@media screen and (min-width: 576px) {
  .c-column--col5-sm.c-column--gap-small > .c-column__item, .c-column--col5-sm.c-column--gap-medium > .c-column__item, .c-column--col5-sm.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col5-sm.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col5-sm.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(20% - 10px);
  }
  .c-column--col5-sm.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col5-sm.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(20% - 20px);
  }
  .c-column--col5-sm.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col5-sm.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(20% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-column--col5-md.c-column--gap-small > .c-column__item, .c-column--col5-md.c-column--gap-medium > .c-column__item, .c-column--col5-md.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col5-md.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col5-md.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(20% - 10px);
  }
  .c-column--col5-md.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col5-md.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(20% - 20px);
  }
  .c-column--col5-md.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col5-md.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(20% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .c-column--col5-lg.c-column--gap-small > .c-column__item, .c-column--col5-lg.c-column--gap-medium > .c-column__item, .c-column--col5-lg.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col5-lg.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col5-lg.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(20% - 10px);
  }
  .c-column--col5-lg.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col5-lg.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(20% - 20px);
  }
  .c-column--col5-lg.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col5-lg.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(20% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .c-column--col5-xl.c-column--gap-small > .c-column__item, .c-column--col5-xl.c-column--gap-medium > .c-column__item, .c-column--col5-xl.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col5-xl.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col5-xl.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(20% - 10px);
  }
  .c-column--col5-xl.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col5-xl.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(20% - 20px);
  }
  .c-column--col5-xl.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col5-xl.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(20% - 30px);
  }
}
.c-column--col6.c-column--gap-small > .c-column__item, .c-column--col6.c-column--gap-medium > .c-column__item, .c-column--col6.c-column--gap-large > .c-column__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-column--col6.c-column--gap-small {
  margin: -5px;
}
.c-column--col6.c-column--gap-small > .c-column__item {
  margin: 5px;
  width: calc(16.6666666667% - 10px);
}
.c-column--col6.c-column--gap-medium {
  margin: -10px;
}
.c-column--col6.c-column--gap-medium > .c-column__item {
  margin: 10px;
  width: calc(16.6666666667% - 20px);
}
.c-column--col6.c-column--gap-large {
  margin: -15px;
}
.c-column--col6.c-column--gap-large > .c-column__item {
  margin: 15px;
  width: calc(16.6666666667% - 30px);
}

@media screen and (min-width: 576px) {
  .c-column--col6-sm.c-column--gap-small > .c-column__item, .c-column--col6-sm.c-column--gap-medium > .c-column__item, .c-column--col6-sm.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col6-sm.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col6-sm.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(16.6666666667% - 10px);
  }
  .c-column--col6-sm.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col6-sm.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(16.6666666667% - 20px);
  }
  .c-column--col6-sm.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col6-sm.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(16.6666666667% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-column--col6-md.c-column--gap-small > .c-column__item, .c-column--col6-md.c-column--gap-medium > .c-column__item, .c-column--col6-md.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col6-md.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col6-md.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(16.6666666667% - 10px);
  }
  .c-column--col6-md.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col6-md.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(16.6666666667% - 20px);
  }
  .c-column--col6-md.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col6-md.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(16.6666666667% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .c-column--col6-lg.c-column--gap-small > .c-column__item, .c-column--col6-lg.c-column--gap-medium > .c-column__item, .c-column--col6-lg.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col6-lg.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col6-lg.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(16.6666666667% - 10px);
  }
  .c-column--col6-lg.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col6-lg.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(16.6666666667% - 20px);
  }
  .c-column--col6-lg.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col6-lg.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(16.6666666667% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .c-column--col6-xl.c-column--gap-small > .c-column__item, .c-column--col6-xl.c-column--gap-medium > .c-column__item, .c-column--col6-xl.c-column--gap-large > .c-column__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-column--col6-xl.c-column--gap-small {
    margin: -5px;
  }
  .c-column--col6-xl.c-column--gap-small > .c-column__item {
    margin: 5px;
    width: calc(16.6666666667% - 10px);
  }
  .c-column--col6-xl.c-column--gap-medium {
    margin: -10px;
  }
  .c-column--col6-xl.c-column--gap-medium > .c-column__item {
    margin: 10px;
    width: calc(16.6666666667% - 20px);
  }
  .c-column--col6-xl.c-column--gap-large {
    margin: -15px;
  }
  .c-column--col6-xl.c-column--gap-large > .c-column__item {
    margin: 15px;
    width: calc(16.6666666667% - 30px);
  }
}
/**
 * 横並びから縦にレイアウト
 * max-width 指定
 */
.c-column--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-column--vertical > .c-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: unset;
}

@media screen and (max-width: 575.98px) {
  .c-column--vertical-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column--vertical-sm > .c-column__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .c-column--vertical-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column--vertical-md > .c-column__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 991.98px) {
  .c-column--vertical-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column--vertical-lg > .c-column__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
@media screen and (max-width: 1199.98px) {
  .c-column--vertical-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column--vertical-xl > .c-column__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: unset;
  }
}
/* #dlist
-------------------------------------------------------------------------- */
/*doc
---
title: dllist
name: dllist
categories: [component]
---

Modifierは以下のとおりです。

* 
* 

```block
<dl class="c-dlist">
  <dt></dt>
  <dd></dd>
</dl>
```
*/
.c-dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  .c-dlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-dlist > dt, .c-dlist dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
}
.c-dlist > dt {
  background: #f0f0f0;
  border-top: 1px solid #444;
}
@media screen and (min-width: 768px) {
  .c-dlist > dt {
    width: 30%;
  }
}
.c-dlist > dd {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-dlist > dd {
    width: 70%;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
  }
}

/* #Embed
-------------------------------------------------------------------------- */
/*doc
---
title: embed
name: embed
categories: [component]
---

YouTubeなどのエンベディットコンテンツのアクペクト比を指定するオブジェクトです。
必ず Modifierでアスペクト比の設定が必要

Modifierは以下のとおりです。

* アスペクト比16:9 `--16to9`
* アスペクト比 4:3 `--4to3`

```block
<div class="c-embed c-embed--16to9">
  <iframe width="560" height="315" src="" frameborder="0" allowfullscreen></iframe>
</div>
```
*/
.c-embed {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.c-embed .c-embed__item,
.c-embed > iframe,
.c-embed > embed,
.c-embed > object,
.c-embed > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/**
 * アスペクト比 16:9
 */
.c-embed--16to9 {
  padding-bottom: 56.25% !important;
}

/**
 * アスペクト比 4:3
 */
.c-embed--4to3 {
  padding-bottom: 75% !important;
}

/* #Flag
-------------------------------------------------------------------------- */
/*doc
---
title: flag
name: flag
categories: [component]
---

画像とテキストを横並びにするオブジェクトです。縦方向の指定ができます。

Modifierは以下のとおりです。

* 余白の変更 `--small`, `--large`
* vertical-alignの変更 `--middle`, `--bottom`
* 配置を反転 `--reverse`
* 横並びからブロック `--stack`

HTMLは画像・テキストの順番で記述して、Modifierでレイアウトを変更します。

ブレイクポイントは`stack`のみ`max-width`が指定されています。

```block
<div class="c-flag" style="margin-bottom:1rem;">
  <div class="c-flag__image"><img src="http://lorempixel.com/150/150/"></div>
  <div class="c-flag__body" style="background-color:#eee;">
    <p>画像とテキストを横並びにするオブジェクトです。<br>余白サイズ、垂直方向、要素の配置順の反転の指定ができます。</p>
  </div>
</div>

<div class="c-flag c-flag--bottom c-flag--reverse-md" style="margin-bottom:1rem;">
  <div class="c-flag__image"><img src="http://lorempixel.com/150/150/"></div>
  <div class="c-flag__body" style="background-color:#eee;">
    <p>画像とテキストを中央揃え、<code>md</code>から画像を右側に反転させます。</p>
  </div>
</div>

<div class="c-flag c-flag--baseline c-flag--stack-md" style="margin-bottom:1rem;">
  <div class="c-flag__image"><img src="http://lorempixel.com/150/150/"></div>
  <div class="c-flag__body" style="background-color:#eee;">
    <p><code>md</code>未満で横並びから縦にレイアウトさせます。</p>
  </div>
</div>
```
*/
/**
 * 要素間の余白設定　c-flga__imageのpadding
 */
/**
 * 要素間の余白設定　c-flga__imageのpadding
 */
/**
 * 横並びFlex
 */
.c-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}
.c-flag > .c-flag__image {
  padding-right: 1.7rem;
}

.c-flag__image > img {
  max-width: none;
}

.c-flag__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/**
 * c-flag__imageのボックスサイズを指定して画像の拡縮を行う場合
 */
/* .c-flag {
  > .c-flag__image {
    width: 200px;
  }
}

.c-flag__image {
  > img {
    max-width: none;
    width: 100%;
  }
} */
/**
 * 垂直位置を2つのパリエーションから選択します（デフォルトは`flex-start`）。
 */
.c-flag--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flag--baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/**
 * 要素間の余白を変更します。
 */
.c-flag--small > .c-flag__image {
  padding-right: 0.85rem;
}

.c-flag--large > .c-flag__image {
  padding-right: 3.4rem;
}

/**
 * 横並びに 右から左の順番でレイアウト
 */
.c-flag--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flag--reverse > .c-flag__image {
  padding-left: 1.7rem;
  padding-right: 0;
}

/**
 * 横並びに 右から左の順番でレイアウト メディアクエリー以上は左から右に変更
 * min-width 指定
 */
.c-flag--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flag--reverse > .c-flag__image {
  padding-left: 1.7rem;
  padding-right: 0;
}
.c-flag--reverse.c-flag--small > .c-flag__image {
  padding-left: 0.85rem;
}
.c-flag--reverse.c-flag--large > .c-flag__image {
  padding-left: 3.4rem;
}

@media screen and (min-width: 576px) {
  .c-flag--reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flag--reverse-sm > .c-flag__image {
    padding-left: 1.7rem;
    padding-right: 0;
  }
  .c-flag--reverse-sm.c-flag--small > .c-flag__image {
    padding-left: 0.85rem;
  }
  .c-flag--reverse-sm.c-flag--large > .c-flag__image {
    padding-left: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-flag--reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flag--reverse-md > .c-flag__image {
    padding-left: 1.7rem;
    padding-right: 0;
  }
  .c-flag--reverse-md.c-flag--small > .c-flag__image {
    padding-left: 0.85rem;
  }
  .c-flag--reverse-md.c-flag--large > .c-flag__image {
    padding-left: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  .c-flag--reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flag--reverse-lg > .c-flag__image {
    padding-left: 1.7rem;
    padding-right: 0;
  }
  .c-flag--reverse-lg.c-flag--small > .c-flag__image {
    padding-left: 0.85rem;
  }
  .c-flag--reverse-lg.c-flag--large > .c-flag__image {
    padding-left: 3.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-flag--reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flag--reverse-xl > .c-flag__image {
    padding-left: 1.7rem;
    padding-right: 0;
  }
  .c-flag--reverse-xl.c-flag--small > .c-flag__image {
    padding-left: 0.85rem;
  }
  .c-flag--reverse-xl.c-flag--large > .c-flag__image {
    padding-left: 3.4rem;
  }
}
/**
 * 横並びから縦にレイアウト
 * max-width 指定
 */
.c-flag--stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flag--stack > .c-flag__image,
.c-flag--stack > .c-flag__body {
  width: 100%;
}
.c-flag--stack > .c-flag__image {
  margin-bottom: 1.7rem;
  padding-right: 0;
  padding-left: 0;
}
.c-flag--stack > .c-flag__image > img {
  max-width: 100%;
}
.c-flag--stack.c-flag--small > .c-flag__image {
  margin-bottom: 0.85rem;
}
.c-flag--stack.c-flag--large > .c-flag__image {
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 575.98px) {
  .c-flag--stack-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flag--stack-sm > .c-flag__image,
  .c-flag--stack-sm > .c-flag__body {
    width: 100%;
  }
  .c-flag--stack-sm > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-sm > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-sm.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-sm.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-flag--stack-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flag--stack-md > .c-flag__image,
  .c-flag--stack-md > .c-flag__body {
    width: 100%;
  }
  .c-flag--stack-md > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-md > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-md.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-md.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-flag--stack-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flag--stack-lg > .c-flag__image,
  .c-flag--stack-lg > .c-flag__body {
    width: 100%;
  }
  .c-flag--stack-lg > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-lg > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-lg.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-lg.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .c-flag--stack-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flag--stack-xl > .c-flag__image,
  .c-flag--stack-xl > .c-flag__body {
    width: 100%;
  }
  .c-flag--stack-xl > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-xl > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-xl.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-xl.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
/* #List-mark
-------------------------------------------------------------------------- */
/*doc
---
title: list-mark
name: list-mark
categories: [component]
---

リストアイテムの左にアイコンを配置します。`.p-icon`で任意のアイコンを表示させます。
複数行になった場合はテキストの位置で左揃えになります。

アイコンのサイズは以下のmodifierで変更できます。

- `.c-list-mark__icon--small`
- `.c-list-mark__icon--large`

```block
<ul class="c-list-mark">
  <li class="c-list-mark__item"><span class="c-list-mark__icon p-icon p-icon--home" aria-hidden="true"></span>リスト1
  <ul class="c-list-mark__items">
    <li class="c-list-mark__item"><span class="c-list-mark__icon c-list-mark__icon--small p-icon p-icon--home" aria-hidden="true"></span>リスト1.1
    </li>
    <li class="c-list-mark__item"><span class="c-list-mark__icon"></span>リスト1.2</li>
  </ul>
</ul>
```
*/
/* ul */
.c-list-mark {
  margin: 1em 0;
  padding-left: 2.4rem;
  list-style-type: disc;
}

.c-list-mark__items {
  padding-left: 2.4rem;
  list-style-type: disc;
}

/* ol */
.c-list-order {
  margin: 1em 0;
  padding-left: 2.4rem;
  list-style-type: decimal;
}

.c-list-order__items {
  padding-left: 2.4rem;
  list-style-type: decimal;
}

/* #Media
-------------------------------------------------------------------------- */
/*doc
---
title: media
name: media
categories: [component]
---

画像とテキストを横並びにするオブジェクトです。

`c-flag`オブジェクトと違うのは、縦方向の指定ができないこと、（デフォルトで）テキストが画像に回り込みすることです。

Modifierは以下のとおりです。

* 余白の変更 `--small`, `--large`
* 配置を反転 `--reverse`

HTMLは画像・テキストの順番で記述して、Modifierでレイアウトを変更します。

```block
<div class="c-media" style="margin-bottom:1rem;">
  <div class="c-media__image">
    <img src="https://placehold.jp/150x150.png">
  </div>
  <div class="c-media__body">
    画像・テキストの順番でマークアップします。
  </div>
</div>

<div class="c-media c-media--reverse">
  <div class="c-media__image">
    <img src="https://placehold.jp/150x150.png">
  </div>
  <div class="c-media__body">
    画像・テキストの順番でマークアップします。<code>.c-media--reverse</code>を指定すると画像が右側になります。
  </div>
</div>
```
*/
.c-media {
  display: block;
  margin: 0;
  padding: 0;
}
.c-media:after { /* clearfix */
  content: "";
  display: block;
  clear: both;
}

.c-media__image {
  float: left;
  margin: 0;
  margin-right: 1.7rem;
  padding: 0;
}
.c-media__image > img {
  display: block;
}

.c-media__body {
  display: block;
  margin: 0;
  padding: 0;
}
.c-media__body > :last-child {
  margin-bottom: 0;
}

/**
 * 要素間の余白を変更します。
 */
.c-media--small > .c-media__image {
  margin-right: 0.85rem;
}

.c-media--large > .c-media__image {
  margin-right: 3.4rem;
}

/**
 * 横並びになった要素を右から左の順番でレイアウトします。
 */
.c-media--reverse > .c-media__image {
  float: right;
  margin-right: 0;
  margin-left: 1.7rem;
}
.c-media--reverse.c-media--small > .c-media__image {
  margin-left: 0.85rem;
}
.c-media--reverse.c-media--large > .c-media__image {
  margin-left: 3.4rem;
}

@media screen and (min-width: 576px) {
  .c-media--reverse-sm > .c-media__image {
    float: right;
    margin-right: 0;
    margin-left: 1.7rem;
  }
  .c-media--reverse-sm.c-media--small > .c-media__image {
    margin-left: 0.85rem;
  }
  .c-media--reverse-sm.c-media--large > .c-media__image {
    margin-left: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-media--reverse-md > .c-media__image {
    float: right;
    margin-right: 0;
    margin-left: 1.7rem;
  }
  .c-media--reverse-md.c-media--small > .c-media__image {
    margin-left: 0.85rem;
  }
  .c-media--reverse-md.c-media--large > .c-media__image {
    margin-left: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  .c-media--reverse-lg > .c-media__image {
    float: right;
    margin-right: 0;
    margin-left: 1.7rem;
  }
  .c-media--reverse-lg.c-media--small > .c-media__image {
    margin-left: 0.85rem;
  }
  .c-media--reverse-lg.c-media--large > .c-media__image {
    margin-left: 3.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-media--reverse-xl > .c-media__image {
    float: right;
    margin-right: 0;
    margin-left: 1.7rem;
  }
  .c-media--reverse-xl.c-media--small > .c-media__image {
    margin-left: 0.85rem;
  }
  .c-media--reverse-xl.c-media--large > .c-media__image {
    margin-left: 3.4rem;
  }
}
.c-media--stack > .c-media__image {
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.7rem;
}
.c-media--stack.c-media--small > .c-media__image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.85rem;
}
.c-media--stack.c-media--large > .c-media__image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 575.98px) {
  .c-media--stack-sm > .c-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .c-media--stack-sm.c-media--small > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.85rem;
  }
  .c-media--stack-sm.c-media--large > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-media--stack-md > .c-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .c-media--stack-md.c-media--small > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.85rem;
  }
  .c-media--stack-md.c-media--large > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-media--stack-lg > .c-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .c-media--stack-lg.c-media--small > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.85rem;
  }
  .c-media--stack-lg.c-media--large > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .c-media--stack-xl > .c-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .c-media--stack-xl.c-media--small > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.85rem;
  }
  .c-media--stack-xl.c-media--large > .c-media__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
/* #Table
-------------------------------------------------------------------------- */
/*doc
---
title: table
name: table
categories: [component]
---

tableのレイアウトアルゴリズム（`table-layout`）の変更、
`<th>`と`<td>`のpaddingなどを変更します。

Modifierは以下のとおりです。

* セルの余白を変更 `--small`, `--large`

```block
<div class="c-wrapper">
  <table class="c-table c-table--fixed">
    <tr>
      <th class="u-percent50">th1</th>
      <th>th2</th>
      <th>th3</th>
    </tr>
    <tr>
      <td>td1</td>
      <td>td2</td>
      <td>td3</td>
    </tr>
  </table>
</div>
```
*/
.c-table {
  border: 1px solid #ddd;
  margin: 0 0 0.8rem 0;
  width: 100%;
}
.c-table caption {
  text-align: left;
  padding-bottom: 0.5rem;
}
.c-table th,
.c-table td {
  padding: 1.6rem;
  border: 1px solid #ddd;
}

/**
 * セルを均等に。`width`を1つだけ指定した場合は、残りのセルが均等に。
 */
.c-table--fixed {
  table-layout: fixed;
}

.c-table--small th,
.c-table--small td {
  padding: 0.8rem;
}

.c-table--large th,
.c-table--large td {
  padding: 2.4rem;
}

/* #Tabs
-------------------------------------------------------------------------- */
/*doc
---
title: tabs
name: tabs
categories: [component]
---


```block
<div class="c-tabs">
    <dl class="c-tab">
        <dt class="c-tab__label is-active"><span class="tab__title">阿波おどり情報</span></dt>
        <dd class="c-tab__frame is-active">
            <ul class="custompost-lists">
                <li class="custompost-list">
                    <time class="custompost-list__date" datetime="2021-07-18 16:17:13">2021/07/18</time>
                    <a class="custompost-list__title" href="https://tokushima-tour.jp/articles/535">２０２１阿波おどり～ニューノーマルモデル～出演連</a>
                </li>
                <li class="custompost-list">
                    <time class="custompost-list__date" datetime="2020-04-28 13:16:12">2020/04/28</time>
                    <a class="custompost-list__title" href="https://tokushima-tour.jp/articles/252">2020阿波おどり中止のお知らせ</a>
                </li>
            </ul>
        </dd>
    </dl>
    <dl class="c-tab">
        <dt class="c-tab__label"><span class="tab__title">お客様の声</span></dt>
        <dd class="c-tab__frame">
            <ul class="custompost-lists">
                <li class="custompost-list">
                    <time class="custompost-list__date" datetime="2021-06-30 18:12:48">2021/06/30</time>
                    <a class="custompost-list__title" href="https://tokushima-tour.jp/traveler_reviews/521">あなたの街を再発見「東京大会まで４０日！記念まち歩き」参加のお客様</a>
                </li>
                <li class="custompost-list">
                    <time class="custompost-list__date" datetime="2021-04-24 11:56:56">2021/04/24</time>
                    <a class="custompost-list__title" href="https://tokushima-tour.jp/traveler_reviews/434">あなたの街を再発見『ミステリースポットを巡る』ご参加のお客様</a>
                </li>
            </ul>
        </dd>
    </dl>
    <dl class="c-tab">
        <dt class="c-tab__label"><span class="tab__title">Traveler Reviews</span></dt>
        <dd class="c-tab__frame">
            <ul class="custompost-lists">
                <li class="custompost-list"><span>現在準備中です。しばらくお待ちください。</span></li>
            </ul>
        </dd>
    </dl>
    <dl class="c-tab">
        <dt class="c-tab__label"><span class="tab__title">掲載記事</span></dt>
        <dd class="c-tab__frame">
            <ul class="custompost-lists">
                <li class="custompost-list">
                    <time class="custompost-list__date" datetime="2020-03-12 02:06:47">2020/03/12</time>
                    <a class="custompost-list__title" href="https://tokushima-tour.jp/articles/205">2019年10月19日 徳島新聞に掲載されました</a>
                </li>
            </ul>
        </dd>
    </dl>
</div><!-- .c-tabs -->
```
*/
.c-tabs {
  position: relative;
  width: 100%;
  height: auto;
  padding: 68px 0 0 0;
  overflow: hidden;
}

.c-tab,
.c-tab__label,
.c-tab__frame {
  margin: 0;
}

.c-tab__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 12px;
  border: 2px solid #dddddd;
  cursor: pointer;
}

.c-tab__frame {
  display: none;
  width: 100%;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  border: 2px solid #dddddd;
}

/* tab label active hover
-----------------------------------------*/
.c-tab__label.is-active {
  color: #374252;
  z-index: 999;
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

.c-tab__label:hover,
.c-tab__label:focus {
  color: #009fe7;
}

.c-tab__label.is-active:hover,
.c-tab__label.is-active:focus {
  color: #374252;
}

/* tab frame active
-----------------------------------------*/
.c-tab__frame.is-active {
  display: block;
}

.c-tabs dl:nth-child(2) dt {
  left: 25%;
}

.c-tabs dl:nth-child(3) dt {
  left: 50%;
}

.c-tabs dl:nth-child(4) dt {
  left: 75%;
}

@media only screen and (min-width: 767px) {
  .c-tabs {
    padding-top: 58px;
  }
  .c-tab__label {
    font-size: 16px;
    margin: 0 10px -2px 10px;
    width: calc(25% - 20px);
    height: 60px;
  }
  .c-tab__frame {
    padding: 34px 30px;
  }
}
/*-----------------------------------------------
	Tab Modify
-------------------------------------------------*/
/* tab label
-----------------------------------------*/
/* #P-index
-------------------------------------------------------------------------- */
/*doc
---
title: p-index
name: p-index
categories: [project]
---

page index プロジェクトです。

Modifierは以下のとおりです。

```block
<header class="c-page-header">
    <h1 class="c-page-header__title"></h1>
    <p class="c-page-header__subtitle"></p>
</header>
```
*/
/* Top page title setting
-----------------------------------------*/
.c-page-header {
  margin-bottom: 50px;
}

.c-page-header__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #777;
  text-align: center;
}

.c-page-header__subtitle {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}

/* title - 右横棒 共通
-----------------------------------------*/
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a27a52;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.c-section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1em;
  height: 2px;
  background-color: #a27a52;
}

/* title - 左右横棒 共通
-----------------------------------------*/
.c-section-title--rlline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-section-title--rlline::before, .c-section-title--rlline::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background-color: #a27a52;
  }
  .c-section-title--rlline::before {
    margin-right: 1em;
  }
  .c-section-title--rlline::after {
    margin-left: 1em;
  }
}

/* title - 下線 共通
-----------------------------------------*/
.c-section-title--bline {
  color: #a27a52;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #a27a52;
  text-align: center;
}

/* #Forms
-------------------------------------------------------------------------- */
/*doc
---
title: forms
name: forms
categories: [project]
---

Form Element のコンポーネントです。

```block
```
*/
label {
  cursor: pointer;
}

/*========================================

    input

========================================*/
input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea,
[type=search],
[type=file],
[type=text],
[type=email],
[type=tel],
[type=password] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}

[type=search],
[type=password],
[type=text],
[type=email],
[type=tel] {
  height: 34px;
}

select:focus,
textarea:focus,
[type=search]:focus,
[type=password]:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

/*========================================

    textarea

========================================*/
textarea {
  width: 100%;
  height: auto;
}

/*========================================

    select box

========================================*/
select {
  border-radius: 4px;
  font-size: 1em;
}

select {
  display: inline-block;
  width: 100%;
  /*	
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  background: #ffffff url('../../images/common/icon_down.png') no-repeat right .75rem center;
  border-radius: .25rem;
  */
  height: 38px;
  padding: 6px 28px 6px 12px;
  background: #ffffff url("../images/icon_down.png") no-repeat right 12px center;
  background-size: 11px 6px;
  border-radius: 4px;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:hover {
  cursor: pointer;
}

/* #Header Navigation
-------------------------------------------------------------------------- */
/*doc
---
title: header-nav
name: header-nav
categories: [project]
---

Header Navigationを指定するオブジェクトです。

Modifierは以下のとおりです。

* 
* 

```
*/
/* グローバルナビの背景色
--------------------------------------------------------*/
/*-------------------------------------------------------

	Global Navigation

--------------------------------------------------------*/
/* p-header
--------------------------------------------------------*/
.l-signage {
  padding-top: 45px;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), color-stop(30%, #0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #666 0%, #0d0d0d 30%, #000000 100%); /* W3C */
  border-bottom: 1px solid #444;
}

.p-header-brand {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-header-brand {
    max-width: 1012px;
  }
}

/* p-site-title
--------------------------------------------------------*/
.p-site-title {
  margin: 0;
  line-height: 1;
  width: 100px;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .p-site-title {
    width: 172px;
    top: 26px;
    left: 45px;
  }
}

.p-site-title__link {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-decoration: none;
}
.p-site-title__link:hover, .p-site-title__link:focus, .p-site-title__link:active {
  opacity: 0.7;
  text-decoration: none;
}

/* p-header-nav
--------------------------------------------------------*/
.p-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header-nav__menu {
  border-left: 1px solid #444;
}

.p-header-nav__menu-link {
  display: inline-block;
  padding: 0px 25px;
  color: #ccc;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header-nav__menu-link:hover, .p-header-nav__menu-link:focus, .p-header-nav__menu-link:active {
  text-decoration: none;
  color: #999;
}

/* #Navigation
-------------------------------------------------------------------------- */
/*doc
---
title: navigation
name: navigation
categories: [project]
---

Header Navigationを指定するオブジェクトです。

Modifierは以下のとおりです。

* 
* 
<header class="l-header">
  <div class="header-bar">
    <div class="header-bar-container">
    </div>
  </div><!-- .header-bar -->
  <div class="header-brand">
    <div class="header-container">
      <h1 id="site-title" class="site-title">
        <a class="site-title__link" href="">
          <img class="site-title__image" src="">
        </a>
      </h1><!-- .site-title -->
      <div class="menu-hamburger">
        <div class="collapse-button">
          <span class="menu_bar top"></span>
          <span class="menu_bar bottom"></span>
        </div>
      </div><!-- .menu-hamburger -->
    </div><!-- .header-brand-container -->
  </div><!-- .header-brand -->
  <div class="nav">
    <nav id="globalNavi" class="globalnavi globalnavi-container">
      <ul class="globalnavi-menu">
        <li class="menu-item"></li>
        <li class="menu-item"></li>
      <ul><!-- .globalnavi-menu -->
    </nav><!-- .globalNavi -->
  </div><!-- .nav -->
</header><!-- /l-header -->

```block
```
*/
/* グローバルナビの背景色
--------------------------------------------------------*/
/*-------------------------------------------------------

	Global Navigation

--------------------------------------------------------*/
/* header高さの動作
--------------------------------------------------------*/
/* offset 調整
--------------------------------------------------------*/
/* l-header
--------------------------------------------------------*/
/* Drop Shadow設定
--------------------------------------------------------*/
/* color設定
--------------------------------------------------------*/
.l-header {
  background: #000;
}

.nav {
  background: #b81c22;
}
@media screen and (min-width: 768px) {
  .nav {
    background: #000;
  }
}

html.collapsed .nav {
  background-color: #b81c22;
}

.globalnavi-menu {
  background: #b81c22;
}
@media screen and (min-width: 768px) {
  .globalnavi-menu {
    background: #b81c22;
  }
}

/* globalnavi 横幅
--------------------------------------------------------*/
.globalnavi {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* p-assist-nav Setting
--------------------------------------------------------*/
.p-assist-nav {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-assist-nav {
    display: none;
  }
}

.p-assist-nav__item {
  width: 50%;
  padding: 1px;
}
.p-assist-nav__item:nth-child(3) {
  width: 100%;
}
.p-assist-nav__item-link {
  display: block;
  text-align: center;
  padding: 4px 15px;
  background-color: #000;
}

/*-------------------------------------------------------

　スマホ時 設定

--------------------------------------------------------*/
html.collapsed {
  overflow-y: scroll !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------

  z-index設定

--------------------------------------------------------*/
/*
l-header                 static
  p-header               fixed    999
    p-header-brand       relative
      p-header-nav       static
      menu-hamburger     absolute 2
      p-site-title       absolute 3
  l-signage              static
    mainvisual-inner     relative
      swiper-container   relative  1
        swiper-wrapper   relative  1
        ::after          absolute  9
  nav                    fixed     998
    globalnavi
      globalnavi-menu
l-main
  l-container
    l-content
      p-index-catch      relative 20
*/
/* z-index
--------------------------------------------------------*/
.p-header {
  z-index: 999;
}

.menu-hamburger {
  z-index: 2;
}

.p-site-title {
  z-index: 3;
}

.nav {
  z-index: 998;
}

/* overlay
--------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 997;
}

/*-------------------------------------------------------

  ハンバーガーメニュー

--------------------------------------------------------*/
.menu-hamburger {
  position: relative;
  top: 6px;
  right: 0px;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu-hamburger {
    display: none;
  }
}

.collapse-button {
  position: absolute;
  left: 6px;
  top: 12px;
  width: 22px;
  height: 11px;
}

.collapse-button span {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.menu-hamburger .collapse-button span.top {
  top: 0;
}

.menu-hamburger .collapse-button span.middle {
  top: 5px;
}

.menu-hamburger .collapse-button span.bottom {
  bottom: 0;
}

/* Open 
-----------------------------------------------------*/
.menu-hamburger.is-open .collapse-button span.top {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.menu-hamburger.is-open .collapse-button span.middle {
  opacity: 0;
}

.menu-hamburger.is-open .collapse-button span.bottom {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

/*-------------------------------------------------------

  アコーディオンメニュー

--------------------------------------------------------*/
/* スマホ時開閉処理 move設定
--------------------------------------------------------*/
/* スマホメニュー閉じている状態
--------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0;
  right: 0;
  overflow: visible;
  height: 100%;
  width: 260px;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
html.collapsed .nav {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* スマホ時 globalnavi-menu下部のsnsボタン
--------------------------------------------------------*/
/*-------------------------------------------------------

  globalnavi 初期化

--------------------------------------------------------*/
.globalnavi {
  overflow-y: auto;
  height: auto;
  width: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 開閉時は (menu-closing) overflow: hidden
 * スクロールバーが表示されるのを防ぐ
--------------------------------------------------------*/
/* 開いた時 即座に表示する 下部に余白padding-bottom: 20px
--------------------------------------------------------*/
html.collapsed .globalnavi {
  padding-bottom: 2rem;
}

/*-------------------------------------------------------

  各種設定

--------------------------------------------------------*/
.globalnavi-menu,
.globalnavi-menu ul,
.globalnavi-menu li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

/* .globalnavi-menu padding 余白
--------------------------------------------------------*/
/* 全体のリンク設定
--------------------------------------------------------*/
.globalnavi-menu li a {
  display: block;
  border-bottom: 1px solid _tint(#b81c22, 30%);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.2rem 1.2rem;
  text-decoration: none;
  cursor: pointer;
}
.globalnavi-menu li a:hover, .globalnavi-menu li a:focus, .globalnavi-menu li a:active {
  background-color: _tint(#b81c22, 20%);
  text-decoration: none;
}

/*-------------------------------------------------------
  第一階層
  ※メニューアイコンの設定ここから
--------------------------------------------------------*/
.globalnavi-menu > li > a {
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
}
.globalnavi-menu > li > a::before {
  content: "\f105";
  color: _tint(#b81c22, 60%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 16px;
  text-decoration: none;
  margin: 0 8px 0 0;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
}

/* メニューアイコン before absolute版ここまで
--------------------------------------------------------*/
.globalnavi-menu > li > a {
  height: 100%;
  padding-left: 3rem;
  padding-right: 1rem;
}

.globalnavi-menu > li > a > span {
  display: block;
}

.globalnavi-menu > li > a > span.lang-ja {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .globalnavi-menu > li > a > span.lang-ja {
    line-height: 1.5;
  }
}

.globalnavi-menu > li > a > span.lang-en {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .globalnavi-menu > li > a > span.lang-en {
    line-height: 1.5;
  }
}

/* 第2階層 以下の設定
--------------------------------------------------------*/
.globalnavi-menu ul li a {
  padding-left: 3rem;
}

/* 第3階層
--------------------------------------------------------*/
/* PC */
@media screen and (min-width: 768px) {
  /* 
   * heightに数値を指定すると閉じる時に transitionが動くため
   * height: auto;に設定
   */
  .nav {
    height: auto;
    margin: 0;
    overflow: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  body.home .nav {
    display: none;
  }
  /*
  ------------------------------------------------------*/
  .globalnavi {
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    height: auto;
    overflow: visible;
    position: static;
  }
  .globalnavi-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  /* 全体のリンク設定
  ------------------------------------------------------*/
  .globalnavi-menu li a {
    display: block;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.6rem 0 0 0;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .globalnavi-menu li a:hover, .globalnavi-menu li a:focus, .globalnavi-menu li a:active {
    background-color: #cd6064;
    color: #fff;
  }
  /* 第1階層
  ------------------------------------------------------*/
  .globalnavi-menu > li {
    position: relative;
  }
  .globalnavi-menu > li:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .globalnavi-menu > li:not(:first-of-type) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .globalnavi-menu > * + * {
    border-left: 1px solid #cd6064;
  }
  .globalnavi-menu > li > a {
    border-bottom: none;
  }
  .globalnavi-menu > li > a::before {
    content: none;
    margin: 0;
  }
  /* 第2階層の処理 
  ------------------------------------------------------*/
  /* 第2階層以下のリンク
  ------------------------------------------------------*/
  .globalnavi-menu ul li a {
    padding: 1.2rem 1.6rem;
    text-align: left;
    color: #ffffff;
  }
  .globalnavi-menu > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .globalnavi-menu ul li {
    background-color: #b81c22;
    border-top: 1px solid #cd6064;
  }
  /* 第3階層以下のリンク
  ------------------------------------------------------*/
}
/*-------------------------------------------------------

  グローバルメニューの位置調整

--------------------------------------------------------*/
/* 設置毎の設定　ロゴとメニューが横ならび flex
--------------------------------------------------------*/
/**
* flexでロゴの横に表示する場合
*
*
*
*/
/*
.l-header-inner::before {
  content: none;
}

.l-header-container {}

.nav {
  z-index: 1;
}

.header-container::before {
  content: "";
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  z-index: 2;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),
              height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.site-title {
  z-index: 3;
}

.menu-hamburger {
  z-index: 4;
}

@media screen and (min-width:964px) {

  .header-container::before {
    height: 154px;
  }

  .nav {
    z-index: 4;
    width: auto;
    position: relative;
    margin-left: auto;
  }

  .globalnavi-menu {
    width: auto;
  }

}
/**/
/* 位置固定する場合 */
/*
* position: absolute; .l-header-inner fixed が親
* top: auto;          スマホ設定の top:0 を初期化する
* bottom: 0;          l-header-innerの最下部に設置
* right: 0;           width: 100%になる
*
*
*/
/* width: 982px版
--------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .nav {
    width: auto;
    position: static;
  }
}
/**/
/* width: auto版
--------------------------------------------------------*/
/*
@media screen and (min-width:964px) {
  .nav {
    width: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
/**/
/* width: 100%版
--------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* 横スクロールバー
   * ※階層化しpull down する場合は以下をコメントアウト
  ------------------------------------------------------*/
  /*   .nav {
  	  overflow-x: auto;
      overflow-y: hidden;
  	  -webkit-overflow-scrolling: touch;
    }
    .nav::-webkit-scrollbar {
      height: 5px;
    }
    // トラック部分
    .nav::-webkit-scrollbar-track {
      background-color: #ddd;
      border: none;
    }
    // バー部分
    .nav::-webkit-scrollbar-thumb {
      background-color: #528b55;
      background-color: #99cc33;
    } */
}
/*-------------------------------------------------------

  第2階層の動作いろいろ

--------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* プルダウン li height  OK
  ------------------------------------------------------*/
  /*
  .globalnavi-menu li ul li {
    overflow: hidden;
    height: 0;
    background-color: #f5f5f5;
    transition: .4s;
  }

  .globalnavi-menu li:hover ul li {
    overflow: visible;
    height: 50px;
    transition: .3s;
  }
  /**/
  /* 上からフェードイン　OK
  ------------------------------------------------------*/
  .globalnavi-menu li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .globalnavi-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 横からフェードイン　OK
  ------------------------------------------------------*/
  /*
    .globalnavi-menu li ul {
      visibility: hidden;
      opacity: 0;
      transition: .3s ease-in-out;
      transform: translateX(10px);
    }

    .globalnavi-menu li:hover ul {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    /* 下からフェードイン　OK
    ------------------------------------------------------*/
  /*
    .globalnavi-menu li ul {
      visibility: hidden;
      opacity: 0;
      transition: .2s ease-in-out;
      transform: translateY(10px);
    }

    .globalnavi-menu li:hover ul {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

    /* ワイドメニュー　No1 width: 100% OK
    ------------------------------------------------------*/
  /*
  .globalnavi-menu > li {
    position: static;
  }

  .globalnavi-menu li ul {
    display : inline-flex;
    justify-content: center;
    background-color: #0C3;
    height: 0;
    overflow: hidden;
    transition: .3s;
  }

  .globalnavi-menu li:hover ul {
    height: 40px;
    transition: .3s;
  }

  /* ワイドメニュー　No1 width: ulの幅に収まる　OK
  ------------------------------------------------------*/
  /*
  .globalnavi-menu {
    position: relative;
  }

  .globalnavi-menu > li {
    position: static;
  }

  .globalnavi-menu li ul {
    display : inline-flex;
    justify-content: center;
    background-color: #0C3;
    height: 0;
    overflow: hidden;
    transition: .3s;
  }

  .globalnavi-menu li:hover ul {
    height: 40px;
    transition: .3s;
  }
  /* ワイドメニュー　No2 OK
  ------------------------------------------------------*/
  /*
  .globalnavi-menu {
    position: relative;
  }

  .globalnavi-menu > li {
    position: static;
  }

  .globalnavi-menu > li > ul {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: translateY(10px);
  }

  .globalnavi-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  /*----------------------------------------------------

    ワイドメニュー　No3 OK

  ------------------------------------------------------*/
  /*
    .globalnavi-menu {
      position: relative;
    }

    .globalnavi-menu > li {
      position: static;
    }
    /* 第2階層
    ------------------------------------------------------*/
  /*
    .globalnavi-menu > li > ul {
      visibility: hidden;
      opacity: 0;
      transition: .2s ease-in-out;
      transform: translateY(10px);

      padding: 20px;
      background-color: #3C0;
      display: flex;

    }

    .globalnavi-menu > li:hover > ul {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

    .globalnavi-menu > li > ul > * + * {
      margin-left: 20px;
    }
  /*
    .globalnavi-menu li:hover ul li {
      visibility: visible;
      transition: visibility 0s linear .3s;
    }
  */
}
/*------------------------------------------------------

  エフェクト
  第1階層 リンクホバー時の アンダーライン

-------------------------------------------------------*/
/* @include _mq-up() {

  .globalnavi-menu > li > a {
    position: relative;
  }

  .globalnavi-menu > li > a:before,
  .globalnavi-menu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    transform: scaleX(0);
    height: 3px;
    bottom: 5px;
    left: 0;
    right: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98),
  }

  .globalnavi-menu > li > a:before {
    left: 0;
    right: 50%;
    transform-origin: right center;
  }

  .globalnavi-menu > li > a:after {
    right: 0;
    left: 50%;
    transform-origin: left center;
  }

  .globalnavi-menu > li > a:hover:before,
  .globalnavi-menu > li > a:hover:after {
    transform: scaleX(1);
  }

  .globalnavi-menu > li > a:after {
    background-color: #69F;
  }

  .globalnavi-menu > li > a:before {
    background-color: #C39;
  }
} */
/* #Footer
-------------------------------------------------------------------------- */
/*doc
---
title: footer
name: footer
categories: [project]
---

フッターの設定です。

```block
<div id="footer" class="p-footer l-footer">
    <div class="l-container">
        <ul class="p-footer-lists">
            <li class="p-footer-list">Tel.088-655-0006</li>
            <li class="p-footer-list">〒770-0942 徳島県徳島市昭和町8-15-9</li>
            <li class="p-footer-list">営業時間:am9:00～pm6:30　定休日:第1.4.5日曜日・第2.3月曜日</li>
        </ul>
        <p class="p-copyright"><small>Copyright &copy; ADVANCE&copy;CO.,LTD. All Rights Reserved.</small></p>
    </div>
</div><!-- .l-footer -->
```
*/
/* p-footer l-footer
-------------------------------------------------------------------------- */
.p-footer {
  padding: 30px 0;
}

/*　footer contact
-------------------------------------------------------------------------- */
.p-footer-lists {
  font-size: 1.3rem;
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .p-footer-lists {
    margin: 0 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer-lists > * + * {
    margin-left: 10px;
  }
}

.p-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-footer-list::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.3rem;
  color: #b81b22;
  margin: 0 5px 0 0;
  text-decoration: none;
}

/* #P-copyright
-------------------------------------------------------------------------- */
/*doc
---
title: p-copyright
name: p-copyright
categories: [project]
---

copyright プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Copyright setting
-----------------------------------------*/
.p-copyright {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: _tracking(50);
  color: #aaa;
}

/* #Breadcrumb
-------------------------------------------------------------------------- */
/*doc
---
title: breadcrumb
name: breadcrumb
categories: [project]
---

パンくずリストのコンポーネントです。横幅を超えると、折り返さず省略されます。

```block
<ol class="p-breadcrumb">
  <li class="p-breadcrumb__item">
    <a href="#" class="p-breadcrumb__link">home</a>
  </li>
  <li class="p-breadcrumb__item">
    <a href="#" class="p-breadcrumb__link">page1</a>
  </li>
  <li class="p-breadcrumb__item">page2</li>
</ol>
```
*/
.p-breadcrumb {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style-type: none;
}

.p-breadcrumb__item {
  display: inline-block;
}
.p-breadcrumb__item:last-child {
  display: inline;
}
.p-breadcrumb__item:not(:first-of-type):before {
  content: "/";
  margin: 0 0.3em;
}

.p-breadcrumb__link {
  text-decoration: none;
  display: inline-block;
}

/* #movie
-------------------------------------------------------------------------- */
/*doc
---
title: movie
name: movie
categories: [project]
---

movie プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* movie
-----------------------------------------*/
.p-movie {
  max-width: 560px;
  margin: 0 auto;
}

/* #pagetop
-------------------------------------------------------------------------- */
/*doc
---
title: pagetop
name: pagetop
categories: [project]
---

page top linkを指定するオブジェクトです。

Modifierは以下のとおりです。

* 
* 

```block
<div id="pageTop" class="p-pagetop">
    <a class="p-pagetop__link" href="#header"><img src="***.png"></a>
</div>
```
*/
/*-----------------------------------------------

	Page top

-------------------------------------------------*/
.p-pagetop {
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 1000;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.p-pagetop.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-pagetop__link {
  display: block;
  position: relative;
  z-index: 1000;
  height: 132px;
  width: 35px;
  line-height: 1;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.p-pagetop__link:hover, .p-pagetop__link:focus, .p-pagetop__link:active {
  opacity: 0.7;
  background-color: transparent;
}

/* #p-side-menu
-------------------------------------------------------------------------- */
/*doc
---
title: p-side-menu
name: p-side-menu
categories: [project]
---

primary sidebarを指定するオブジェクトです。

Modifierは以下のとおりです。

* 
* 

```block
<div class="l-primary">
  <aside class="p-side-menu">

  </aside>
</div>
```
*/
/*-----------------------------------------------

	Widget ALL Class

-------------------------------------------------*/
/* widget title
-----------------------------*/
.widget-title {
  color: #ffffff;
  border-top: none;
  margin: 0;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
}

.widget-title a {
  color: #ffffff;
  text-decoration: none;
}
.widget-title a:hover, .widget-title a:focus, .widget-title a:active {
  color: #b6e8ff;
}

.widget {
  margin: 0 0 10px 0px;
}

@media screen and (min-width: 400px) {
  .widget-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .widget-menus {
    display: block;
  }
}

.widget-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #333333;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.widget-menu__button {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ddd;
  border-top: 3px solid #6b1619;
  border-bottom: 3px solid #6b1619;
  border-left: 4px solid #952a2b;
  border-right: 4px solid #952a2b;
  line-height: 1.5;
  padding: 2px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#48403c), color-stop(50%, #48403c), color-stop(50%, #1b1b1b), to(#1c1b1b));
  background: linear-gradient(to bottom, #48403c 0%, #48403c 50%, #1b1b1b 50%, #1c1b1b 100%);
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-menu__button:hover, .widget-menu__button:focus, .widget-menu__button:active {
  color: #ddd;
  opacity: 0.7;
  text-decoration: none;
}
.widget-menu__button::after {
  content: "\f0da";
  display: block;
  color: #ddd;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  text-decoration: none;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-menu__link {
  display: inline-block;
}

/* widget sns banner
-----------------------------*/
.widget-sns {
  margin-bottom: 20px;
}
@media screen and (min-width: 400px) {
  .widget-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .widget-sns {
    margin-bottom: 5px;
    display: block;
  }
}

.widget-sns a {
  display: inline-block;
  text-align: center;
}

.widget-sns__instagram,
.widget-sns__facebook {
  padding: 5px;
  margin: 0 auto;
}

/* widget facebook iframe
-----------------------------*/
.widget-facebook {
  width: 100% !important;
  max-width: 500px; /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.widget-facebook > .fb-page {
  width: 100% !important;
}

.widget-facebook > .fb-page > span,
.widget-facebook iframe {
  width: 100% !important;
}

/* #Price
-------------------------------------------------------------------------- */
/*doc
---
title: price
name: price
categories: [project]
---

Price box のプロジェクトです。

Modifierは以下のとおりです。

```block
<div class="p-price">
    <p class="p-price__titile">参考価格（お車のボディカラーや状態によって価格が異なります）</p>
    <ul class="p-price__lists">
        <li class="p-price__list">
            <span class="c-icon-square">軽自動車 78,000yen～</span>
            <span class="c-icon-square">中型普通車 120,000yen～</span>
        </li>
        <li class="p-price__list">
            <span class="c-icon-square">大型普通車 150,000yen～</span>
            <span class="c-icon-square">ＲＶクラス 150,000yen～</span>
        </li>
    </ul>
</div>
```
*/
/* リスト形式
-----------------------------------------*/
.p-price {
  display: inline-block;
}

.p-price__title {
  color: #c7b299;
  font-size: 1.3rem;
  margin: 0 0 3px 0;
}

.p-price__lists {
  border-top: 1px solid #63594c;
}

.p-price__list {
  color: #c7b299;
  font-size: 1.3rem;
  padding: 3px 0;
  border-bottom: 1px solid #63594c;
}

.p-price__list > .c-icon-square:first-child {
  margin-right: 10px;
}

/*　メンテナンス
-----------------------------------------*/
.p-mainte-price {
  font-size: 1.2rem;
}

/* #P-List
-------------------------------------------------------------------------- */
/*doc
---
title: p-list
name: p-list
categories: [project]
---

List icon プロジェクトです。

Modifierは以下のとおりです。

```block
<ul class="p-no-lists">
    <li class="p-no-list">Itemリストのテスト</li>
    <li class="p-no-list">Itemリストのテスト</li>
    <li class="p-no-list">Itemリストのテスト</li>
    <li class="p-no-list"><a href="">Itemリストのテスト</a></li>
</ul>
```
*/
/* ノーマル版
-----------------------------------------*/
.p-no-list {
  padding-left: 23px;
  margin-bottom: 10px;
  background-color: transparent;
  background-position: left 4px;
  background-repeat: no-repeat;
}
.p-no-list--no1 {
  background-image: url("/images/no01.gif");
}
.p-no-list--no2 {
  background-image: url("/images/no02.gif");
}
.p-no-list--no3 {
  background-image: url("/images/no03.gif");
}
.p-no-list--no4 {
  background-image: url("/images/no04.gif");
}
.p-no-list--no5 {
  background-image: url("/images/no05.gif");
}
.p-no-list--no6 {
  background-image: url("/images/no06.gif");
}
.p-no-list--no7 {
  background-image: url("/images/no07.gif");
}
.p-no-list--no8 {
  background-image: url("/images/no08.gif");
}

/* #P-index
-------------------------------------------------------------------------- */
/*doc
---
title: p-index
name: p-index
categories: [project]
---

page index プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* ボーダーグラデーション
.gradient {
  border-bottom: 4px solid #c21500;
  border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
  border-image-slice: 1;
}
*/
/* Top page title setting
-----------------------------------------*/
.p-index-admenu__title,
.p-index-topics__title {
  font-size: 1.3rem;
  font-weight: 400;
  border-top: 3px solid #6b1619;
  border-bottom: 3px solid #6b1619;
  border-left: 4px solid #952a2b;
  border-right: 4px solid #952a2b;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 3px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), color-stop(50%, #3a3a3a), color-stop(50%, #1b1b1b), to(#1c1b1b));
  background: linear-gradient(to bottom, #3a3a3a 0%, #3a3a3a 50%, #1b1b1b 50%, #1c1b1b 100%);
}

/* #P-index
-------------------------------------------------------------------------- */
/*doc
---
title: p-index
name: p-index
categories: [project]
---

page index プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Top page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-index {
    padding-left: 30px;
  }
}

@media screen and (min-width: 576px) {
  .p-index-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.p-index-catch {
  width: 63%;
  position: relative;
  margin-top: -18%;
  margin-bottom: 20px;
  z-index: 20;
}
.p-index-topics {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .p-index-topics {
    width: 30%;
    margin-bottom: 0;
  }
}

/* ADVANCE MENU
-----------------------------------------*/
.p-admenus {
  padding-bottom: 20px;
}

.p-admenu__image {
  margin-bottom: 5px;
}

.p-admenu__image-link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-admenu__image-link:hover, .p-admenu__image-link:focus, .p-admenu__image-link:active {
  opacity: 0.7;
  text-decoration: none;
}

.p-admenu__text > span {
  display: block;
  line-height: 1.5;
}
.p-admenu__text > span.lang-ja {
  font-size: 1.2rem;
}
.p-admenu__text > span.lang-en {
  color: #777;
  font-size: 1.2rem;
  font-weight: 600;
}

/* #P-coating
-------------------------------------------------------------------------- */
/*doc
---
title: p-coating
name: p-coating
categories: [project]
---

page coating プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Coating page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-coating {
    padding-left: 30px;
  }
}

.p-coating > section {
  margin-bottom: 80px;
}

.p-coating-head__lead-title {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", Meiryo, serif;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1rem;
  color: #a67c52;
  font-weight: 700;
  margin: 2.5em 0 1em 0;
}
.p-coating-bb__title {
  margin-bottom: 30px;
}
.p-coating-bb__catch {
  margin-bottom: 80px;
}
.p-coating-sl__title {
  margin-bottom: 30px;
}
.p-coating-ch__title {
  margin-bottom: 30px;
}
.p-coating-hybrit__title {
  margin-bottom: 30px;
}
.p-coating-hybrit__chart {
  margin-bottom: 50px;
}
.p-coating-hybrit__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.p-coating-headlight__photo {
  margin-bottom: 50px;
}

.p-coating-metal__photo {
  margin-bottom: 50px;
}

/* #P-mainte
-------------------------------------------------------------------------- */
/*doc
---
title: p-mainte
name: p-mainte
categories: [project]
---

page mainte プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Maintenance page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-mainte {
    padding-left: 30px;
  }
}

.p-mainte > section {
  margin-bottom: 30px;
}

/* Basic Maintenance
-----------------------------------------*/
.p-mainte-bsc__title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
}

/* Special Maintenance
-----------------------------------------*/
.p-mainte-spc__title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
}

/* Premium Maintenance
-----------------------------------------*/
.p-mainte-prm__title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
}

/* 
-----------------------------------------*/
.p-mainte-prm__subtitle,
.p-mainte-care__subtitle,
.p-mainte-pro__subtitle {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-mainte-prm__subtitle::before,
.p-mainte-care__subtitle::before,
.p-mainte-pro__subtitle::before {
  content: "\f0c8";
  color: #c7b299;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  margin: 0 5px 0 0;
  text-decoration: none;
}

.p-prosess-list {
  padding-left: 23px;
  margin-bottom: 10px;
  background-color: transparent;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-image: url("/images/mainte/icon_star.gif");
}

/* #P-film
-------------------------------------------------------------------------- */
/*doc
---
title: p-film
name: p-film
categories: [project]
---

page car film プロジェクトです。

Modifierは以下のとおりです。

```block
<article class="p-film">

    <section class="p-film-head">
        <h1 class="p-film-head__title"><img src="/images/film/ttl.gif" width="716" height="88" alt="Advance Car Film アドヴァンスカーフィルム" /></h1>

        <div class="c-column c-column--center c-column--gap-small">
            <p class="c-column__item"><img src="/images/film/ph_car_01.jpg" width="351" height="237" alt="ph_car_01" /></p>
            <p class="c-column__item"><img src="/images/film/ph_car_02.jpg" width="351" height="237" alt="ph_car_02" /></p>
        </div>
    </section><!-- .p-film-head -->


    <section class="p-film-content">

        <div class="p-film-column c-column c-column--center c-column--gap-small">
            <div class="p-film-column__image c-column__item">
                <ul class="p-film-galleries">
                    <li class="p-film-gallery"><img src="/images/film/ph_film_01.jpg" width="220" height="146" alt="ph_film_01" /></li>
                    <li class="p-film-gallery"><img src="/images/film/ph_film_02.jpg" width="220" height="146" alt="ph_film_02" /></li>
                    <li class="p-film-gallery"><img src="/images/film/ph_film_03.jpg" width="220" height="146" alt="ph_film_03" /></li>
                    <li class="p-film-gallery"><a href="/film/view.cgi"><img src="/images/film/bnr_film_gallery.jpg" width="220" height="166" alt="カーフィルムギャラリーはこちらから" /></a></li>
                </ul>
            </div>
            <div class="p-film-column__detail c-column__item">
                <h2 class="p-film-detail__title"><img src="/images/film/tx_carfilm.gif" width="405" height="24" alt="快適な車内空間を約束するカーフィルム" /></h2>
                <dl class="p-film-detail__lists">
                    <dt>卓越した高断熱性能で燃費向上に貢献します。</dt>
                    <dd>夏は太陽光の熱を遮り、冬は窓から車内の熱が逃げるのを防止できます。標準装備されているプライバシーガラスは断熱効果が少ない為、貼付することで更に断熱効果に期待できます。</dd>
                </dl>
                <div class="p-film-detail__movie p-movie">
                    <div class="c-embed c-embed--16to9">
                        <iframe width="467" height="263" src="https://www.youtube.com/embed/MjwFCSTvrFo?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
                    </div>
                    <p>アドヴァンスでは、車種別カット済みカーフィルムを販売しております。<br />
DIYでカーフィルムを貼りたいお客様は、是非お問い合わせくださいませ。<br />
一番面倒な型取りが不要、後は、貼るだけです♪</p>
                </div><!-- .p-film-detail__movie -->
            </div>
        </div>

    </section><!-- .p-film-content -->

</article><!-- .p-film -->
```
*/
/* Car Film page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-film {
    padding-left: 30px;
  }
}

.p-film-header {
  margin-bottom: 20px;
}
.p-film-signage {
  margin-bottom: 50px;
}

.p-film-column__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .p-film-column__image {
    margin-right: 20px;
  }
}

/*
-----------------------------------------*/
.p-film-galleries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-film-galleries {
    display: block;
  }
}

.p-film-gallery {
  margin: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (min-width: 768px) {
  .p-film-gallery {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*
-----------------------------------------*/
.p-film-detail__lists dd {
  margin-left: 18px;
  margin-bottom: 20px;
}

.p-film-detail__title {
  color: #a27a52;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 1em 0;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-film-detail__title {
    padding-top: 0px;
  }
}

/* #P-leather
-------------------------------------------------------------------------- */
/*doc
---
title: p-leather
name: p-leather
categories: [project]
---

page leather coating プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Leather Coating page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-leather {
    padding-left: 30px;
  }
}

.p-leather-lead {
  margin-bottom: 50px;
}
.p-leather-lead__title {
  color: #a27a52;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.p-leather-lead__text {
  margin-bottom: 2em;
}
.p-leather-content {
  margin-bottom: 50px;
}

.p-leather-content__feature {
  margin-bottom: 30px;
}

.p-leather-content__feature-title {
  margin-bottom: 1em;
}

.p-leather-content__feature-subtitle {
  display: inline-block;
  font-weight: 400;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  padding: 3px 10px;
  margin: 0;
}

.p-leather-content__feature-point {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-feature-list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #9a1d23;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-leader-price__title {
  text-align: left;
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
}

.p-leader-price__lists {
  border-left: 1px solid #ffffff;
  margin: 0 0 0 1em;
}

/* #P-protection
-------------------------------------------------------------------------- */
/*doc
---
title: p-protection
name: p-protection
categories: [project]
---

page paint protection プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Painte protection page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-protection {
    padding-left: 30px;
  }
}
.p-protection > section {
  margin-bottom: 50px;
}
.p-protection > section.p-protection-xpel {
  margin-bottom: 130px;
}

.p-protection-header {
  margin-bottom: 30px;
}
/*
-----------------------------------------*/
.p-protection-xpel__title {
  color: #a27a52;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
/*
-----------------------------------------*/
.p-protection-contests__media {
  margin-bottom: 20px;
}
.p-protection-contests__title {
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.p-protection-contests__title-lift {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-protection-contests__title-lift {
    font-size: 2rem;
  }
}
.p-protection-contests__text {
  margin-bottom: 30px;
}

/*
-----------------------------------------*/
.p-protection-feature {
  margin-bottom: 50px;
}

/*
-----------------------------------------*/
/*
-----------------------------------------*/
/*
-----------------------------------------*/
/*
-----------------------------------------*/
.p-protection-trim__subtitle {
  color: #fff;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-indent: -0.5em;
}

/*
-----------------------------------------*/
/*
-----------------------------------------*/
.p-protection-other__subtitle {
  color: #a27a52;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*
-----------------------------------------*/
.p-protection-black__subtitle {
  color: #a27a52;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*
-----------------------------------------*/
.p-protection-price__title {
  text-align: left;
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
}
.p-protection-price__lists {
  border-left: 1px solid #ffffff;
  margin: 0 0 0 1em;
}

/* #P-paint
-------------------------------------------------------------------------- */
/*doc
---
title: p-paint
name: p-paint
categories: [project]
---

page paint プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Paint page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-paint {
    padding-left: 30px;
  }
}

.p-paint-body__media {
  margin-bottom: 30px;
}

/* #P-goods
-------------------------------------------------------------------------- */
/*doc
---
title: p-goods
name: p-goods
categories: [project]
---

page goods プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Goods page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-goods {
    padding-left: 30px;
  }
}
.p-goods > section {
  margin-bottom: 30px;
}

/* 
-----------------------------------------*/
/* 
-----------------------------------------*/
/* 
-----------------------------------------*/
/* 
-----------------------------------------*/
.p-goods-list {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-goods-list {
    margin-bottom: 3rem;
  }
}
.p-goods-list__image {
  text-align: center;
}
.p-goods-list__body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 768px) {
  .p-goods-list__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 0;
  }
}
.p-goods-list__title {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #777;
  padding: 0 0 5px 0px;
  margin: 0 0 1em;
}
.p-goods-list__detail {
  padding-left: 0px;
}

/* 
-----------------------------------------*/
.p-goods-note__title {
  font-size: 1.5rem;
}

/* #P-company
-------------------------------------------------------------------------- */
/*doc
---
title: p-company
name: p-company
categories: [project]
---

page company プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Company page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-company {
    padding-left: 30px;
  }
}
.p-company > section {
  margin-bottom: 50px;
}

.p-company-content__logo {
  margin-bottom: 20px;
}
.p-company-content__title {
  font-size: 1.6rem;
}

/* 営業内容リスト
-----------------------------------------*/
.p-company-items {
  margin-bottom: 1em;
}

.p-company-item {
  display: inline-block;
  font-size: 1.3rem;
  padding-right: 5px;
}

/* 地図と会社情報 flex box
-----------------------------------------*/
@media screen and (max-width: 575.98px) {
  .p-company-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* 会社情報
-----------------------------------------*/
.p-company-lists > * + * {
  margin-top: 7px;
}

.p-company-list {
  display: block;
}

/* #P-privacy
-------------------------------------------------------------------------- */
/*doc
---
title: p-privacy
name: p-privacy
categories: [project]
---

page privacy プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Privacy page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-left: 30px;
  }
}

.p-privacy-content__body > dt {
  padding: 5px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #555555;
}
.p-privacy-content__body > dd {
  margin-bottom: 30px;
}

/* #P-qa
-------------------------------------------------------------------------- */
/*doc
---
title: p-qa
name: p-qa
categories: [project]
---

page qa プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* Q&A page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-qa {
    padding-left: 30px;
  }
}

.p-qa-list__qus-title {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 0 6px 40px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  background: transparent no-repeat url("/images/qa/icon_q.png") 5px 6px;
}
.p-qa-list__qus-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#9e8856), color-stop(75%, #7e6731), to(#000000));
  background: linear-gradient(to right, #9e8856 0%, #7e6731 75%, #000000 100%); /* W3C */
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-qa-list__qus-imglists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  margin-bottom: 30px;
}
.p-qa-list__qus-imglists > * + * {
  margin-left: 10px;
}

.p-qa-list__ans {
  margin-bottom: 40px;
  padding-left: 40px;
  background: transparent no-repeat url("/images/qa/icon_a.png") 5px 2px;
}

/* #P-news
-------------------------------------------------------------------------- */
/*doc
---
title: p-news
name: p-news
categories: [project]
---

page news プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* News page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-news {
    padding-left: 30px;
  }
}

.p-news-header {
  margin-bottom: 50px;
}
.p-news-entry {
  margin-bottom: 50px;
}
.p-news-entry::after {
  content: "";
  display: block;
  text-align: right;
  height: 20px;
  border-bottom: 1px solid #b81c22;
  background: url(/images/logo_s.gif) 100% 100% no-repeat;
  width: 100%;
  height: 15px;
}
.p-news-entry__header {
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-news-entry__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-news-entry__header-title {
  margin: 0;
  font-size: 1.4rem;
}
.p-news-entry__header-date {
  margin: 0;
}
.p-news-entry__body {
  padding-bottom: 50px;
}
.p-news-entry__body:after { /* clearfix */
  content: "";
  display: block;
  clear: both;
}

/* #P-sales
-------------------------------------------------------------------------- */
/*doc
---
title: p-sales
name: p-sales
categories: [project]
---

page car sales プロジェクトです。

Modifierは以下のとおりです。

```block
```
*/
/* car sales page setting
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .p-sales {
    padding-left: 30px;
  }
}
.p-sales > section {
  margin-bottom: 50px;
}

.p-sales-lead__title {
  color: #a27a52;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
.p-sales-lead__body {
  margin-bottom: 50px;
}
.p-sales-flow__lists {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-sales-flow__lists {
    width: 400px;
  }
}
.p-sales-flow__list {
  text-align: center;
}
.p-sales-flow__list::after {
  content: "\f0d7";
  display: inline-block;
  text-align: center;
  background-color: #777;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  line-height: 40px;
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
}
.p-sales-flow__list:last-of-type::after {
  content: none;
}

/* step flow setting
-----------------------------------------*/
.p-sales-step {
  display: block;
  text-align: center;
  border: 1px solid #666;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.p-sales-step__title {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a27a52;
  font-weight: 400;
}

/**/
/* #Blog
-------------------------------------------------------------------------- */
/**
 * ブログページのスタイルです。
 */
/*-----------------------------------------------

  Next Previous pager
  file: single.php page.php


-----------------------------------------------*/
/*
<ul class="pager">
  <li class="pager__prev">
     <a href="" rel="prev">Previous</a>
  </li>
  <li class="pager__next">
      <a href="" rel="next">Next</a>
  </li>
</ul>
*/
.pager {
  list-style: outside none none;
  margin: 20px 0 60px;
  padding: 0;
}

/*
 * link 設定
 */
.pager > li {
  display: inline;
}
.pager > li > a,
.pager > li > span {
  background-color: #fff;
  border: 1px solid #6ab6f0;
  border-radius: 20px;
  padding: 5px 14px;
  text-align: center;
  width: 140px;
}

.pager > li > a {
  text-decoration: none;
  color: #c7b299;
}
.pager > li > a:hover, .pager > li > a:focus, .pager > li > a:active {
  color: #a67c52;
  background-color: #ecfcff;
  text-decoration: none;
}

.pager__prev > a,
.pager__prev > span {
  float: left;
}

.pager__next > a,
.pager__next > span {
  float: right;
}

.pager:after { /* clearfix */
  content: "";
  display: block;
  clear: both;
}

/* #Blog
-------------------------------------------------------------------------- */
/**
 * ブログページのスタイルです。
 */
/*-----------------------------------------

	ページネーション pagination

------------------------------------------*/
/* pagination wordpress
----------------------------*/
/*
<nav class="navigation pagination" role="navigation">
  <h2 class="screen-reader-text">page navigation</h2>
  <div class="nav-links">
    <span class='page-numbers current'><span>1</span></span>
    <a class='page-numbers' href='http://wordpress/page/2/'><span>2</span></a>
    <a class="next page-numbers" href="http://wordpress/page/2/">Next</a>
  </div>
</nav>
*/
.pagination {
  clear: left;
  margin: 40px 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-links > * + * {
  margin-left: 5px;
}

.nav-links span,
.nav-links a {
  line-height: 40px;
}

.nav-links .dots,
.nav-links .current,
.nav-links a {
  background-color: #cccccc;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
}

.nav-links .current {
  background-color: #333333;
  color: #ffffff;
  cursor: default;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links .current:hover,
.nav-links .current:focus {
  color: #ffffff;
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .nav-links .dots,
  .nav-links .current,
  .nav-links a {
    display: inline-block;
    font-size: 1.6rem;
  }
}

/* #Page-Link
-------------------------------------------------------------------------- */
/**
 * ブログのページ内分割時のページリンクのスタイルです。
 */
/*-----------------------------------------------

	Page Link
  file: single.php page.php
	編集画面で * Shift+Alt+p

-----------------------------------------------*/
/*
<div class="page-link">
  <span>Pages:</span>
	<span class="post-page-numbers current" aria-current="page">1</span>
	<a href="" class="post-page-numbers">2</a>
</div>
*/
.page-link {
  clear: left;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-link__title {
  font-size: 1.2rem;
}

.page-link > * + * {
  margin-left: 5px;
}

.page-link a,
.page-link span {
  line-height: 30px;
}

.page-link a,
.page-link .current {
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
}

.page-link a {
  background-color: #cccccc;
}
.page-link a:hover, .page-link a:focus, .page-link a:active {
  color: #ffffff;
  background-color: #333333;
}

.page-link .current {
  background-color: #333333;
  color: #ffffff;
  cursor: default;
}

/* #File Icon
-------------------------------------------------------------------------- */
/*-----------------------------------------

	添付ファイル アイコン
  a[href $='.zip'] だと末尾を判定するため
  キャッシュファイル、パラメータが付いている
  場合表示できなくなるので、以下に変更
  a[href*=".pdf"]

------------------------------------------*/
a[href*=".zip"],
a[href*=".pdf"],
a[href*=".csv"],
a[href*=".txt"],
a[href*=".doc"],
a[href*=".docm"],
a[href*=".docx"],
a[href*=".dot"],
a[href*=".dotx"],
a[href*=".xls"],
a[href*=".xlsm"],
a[href*=".xlsx"],
a[href*=".xltx"],
a[href*=".pptx"],
a[href*=".pptm"],
a[href*=".ppt"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

a[href*=".zip"]::before,
a[href*=".pdf"]::before,
a[href*=".csv"]::before,
a[href*=".txt"]::before,
a[href*=".doc"]::before,
a[href*=".docm"]::before,
a[href*=".docx"]::before,
a[href*=".dot"]::before,
a[href*=".dotx"]::before,
a[href*=".xls"]::before,
a[href*=".xlsm"]::before,
a[href*=".xlsx"]::before,
a[href*=".xltx"]::before,
a[href*=".pptx"]::before,
a[href*=".pptm"]::before,
a[href*=".ppt"]::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 55px;
  height: 25px;
  text-align: center;
  font-weight: 400;
  border: 2px solid #333;
  border-radius: 4px;
  margin: 0 0.75em 0 0;
  font-size: 0.75em;
  font-size: 12px;
  line-height: 1;
}

a[href*=".zip"]::before {
  content: "ZIP";
  color: #d4965a;
  border-color: #d4965a;
}

a[href*=".pdf"]::before {
  content: "PDF";
  color: #ee4135;
  border-color: #ee4135;
}

a[href*=".csv"]::before,
a[href*=".txt"]::before {
  content: "TEXT";
  color: #888;
  border-color: #aaa;
}

a[href*=".doc"]::before,
a[href*=".docm"]::before,
a[href*=".docx"]::before,
a[href*=".dot"]::before,
a[href*=".dotx"]::before {
  content: "WORD";
  color: #295391;
  border-color: #5a94d7;
}

a[href*=".xls"]::before,
a[href*=".xlsm"]::before,
a[href*=".xlsx"]::before,
a[href*=".xltx"]::before {
  content: "EXCEL";
  color: #1f6b41;
  border-color: #56b750;
}

a[href*=".pptx"]::before,
a[href*=".pptm"]::before,
a[href*=".ppt"]::before {
  content: "PPT";
  color: #c44423;
  border-color: #dc6141;
}

/* #Color
-------------------------------------------------------------------------- */
/*doc
---
title: color
name: color
categories: [utility]
---

画像などを左右や中央に配置します。

```block
```
*/
.u-color-beige {
  color: #c7b299 !important;
}

.u-color-gold {
  color: #a27a52 !important;
}

/* #Align
-------------------------------------------------------------------------- */
/*doc
---
title: align
name: align
categories: [utility]
---

画像などを左右や中央に配置します。

```block
<div class="c-wrapper">
  <img src="http://lorempixel.com/150/150/">
  <img src="http://lorempixel.com/150/150/" class="u-align-center">
  <img src="http://lorempixel.com/150/150/" class="u-align-right">
</div>
```
*/
.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media screen and (min-width: 576px) {
  .u-align-left-sm {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-left-md {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-align-left-lg {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-left-xl {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-align-center-sm {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center-md {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-align-center-lg {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-center-xl {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 576px) {
  .u-align-right-sm {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-right-md {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .u-align-right-lg {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-right-xl {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
/* #Display
-------------------------------------------------------------------------- */
/*doc
---
title: display
name: display
categories: [utility]
---

表示非表示を切り替えます。改行位置のコントロールもできます。

```block
<p class="u-dn-md"><code>$-md</code>以降は非表示になります。</p>
<p class="u-dn u-db-md"><code>$-md</code>以降は表示されます。</p>
<p>基本はなりゆきでウィンドウサイズが狭くなると、<span class="u-dib">ここから改行されます。</span></p>
<p><code>$-md</code>以降になると、<span class="u-db-md">ここから改行されます。</span></p>
```
*/
/* visibility: hidden;
--------------------------------------*/
.u-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  visibility: hidden !important;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .u-hidden-sm {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    visibility: hidden !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-md {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    visibility: hidden !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-lg {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    visibility: hidden !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    visibility: hidden !important;
    overflow: hidden;
  }
}
/* display: none;
--------------------------------------*/
.u-dn {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .u-dn-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-dn-md {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .u-dn-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-dn-xl {
    display: none !important;
  }
}
/* display: block;
--------------------------------------*/
.u-db {
  display: block !important;
}

@media screen and (min-width: 576px) {
  .u-db-sm {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .u-db-md {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .u-db-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-db-xl {
    display: block !important;
  }
}
/* display: inline;
--------------------------------------*/
.u-di {
  display: inline !important;
}

@media screen and (min-width: 576px) {
  .u-di-sm {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-di-md {
    display: inline !important;
  }
}
@media screen and (min-width: 992px) {
  .u-di-lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-di-xl {
    display: inline !important;
  }
}
/* display: inline-block;
--------------------------------------*/
.u-dib {
  display: inline-block !important;
}

@media screen and (min-width: 576px) {
  .u-dib-sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .u-dib-md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .u-dib-lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-dib-xl {
    display: inline-block !important;
  }
}
/* #Flex
-------------------------------------------------------------------------- */
/*doc
---
title: flex
name: flex
categories: [utility]
---

flex-grow を `0` に
flex: 0 0 auto;  none

```block
<div class="p-layout">
  <div class="p-layout__item u-2of12 u-flex-narrow"><p class="">1</p></div>
  <div class="p-layout__item"><p class="">2</p></div>
</div>
```
*/
/* Flex none
--------------------------------------*/
.u-flex-narrow {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  width: unset;
}

@media screen and (min-width: 576px) {
  .u-flex-narrow-sm {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: unset;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-narrow-md {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: unset;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-narrow-lg {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: unset;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-narrow-xl {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: unset;
  }
}
/* Flex fill
--------------------------------------*/
.u-flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

@media screen and (min-width: 576px) {
  .u-flex-fill-sm {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-fill-md {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-fill-lg {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-fill-xl {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
}
/* #Float
-------------------------------------------------------------------------- */
/*doc
---
title: float
name: float
categories: [utility]
---

画像などを左右に移動しテキスト回り込みします。

```block
<div class="c-wrapper">
  <img class="u-float-left" src="http://lorempixel.com/150/150/">
  <P>新型コロナウィルス対策につきましてスタッフのマスク着用の徹底店内および＊＊＊</p>
</div>
```
*/
/*----------------------------------------
	Floating
----------------------------------------*/
.u-float-left {
  display: block;
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  float: left !important;
}

@media screen and (min-width: 576px) {
  .u-float-left-sm {
    display: block;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    float: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-float-left-md {
    display: block;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    float: left !important;
  }
}
@media screen and (min-width: 992px) {
  .u-float-left-lg {
    display: block;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    float: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-float-left-xl {
    display: block;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    float: left !important;
  }
}
.u-float-right {
  display: block;
  margin-left: 1em !important;
  margin-bottom: 1em !important;
  float: right !important;
}

@media screen and (min-width: 576px) {
  .u-float-right-sm {
    display: block;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
    float: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-float-right-md {
    display: block;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
    float: right !important;
  }
}
@media screen and (min-width: 992px) {
  .u-float-right-lg {
    display: block;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
    float: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-float-right-xl {
    display: block;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
    float: right !important;
  }
}
/* #Sr-only
-------------------------------------------------------------------------- */
/*doc
---
title: sr-only
name: sr-only
categories: [utility]
---

要素を非表示にさせますが、スクリーンリーダーには読み上げられます。

```block
<div>
  <span class="p-icon p-icon--rss" aria-hidden="true"></span>
  <span class="u-sr-only">rss購読</span>
</div>
```
*/
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* #Text
-------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important;
}

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important;
}

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important;
}

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important;
}

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important;
}

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important;
}

/* 縦書きにします。 */
.u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

/**
 * Externalレイヤーは外部ライブラリーで使用されているCSSを上書きする場合に使用します。
 * 例えば、swiper のようなクラスであったり、Wordpressが独自で吐き出すクラスとかです。
 *//*# sourceMappingURL=common.css.map */