@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/* ==========================================================================
   Base
   ========================================================================== */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 1em;
  margin-top: 1em; }

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: table-cell;
  width: 100%; }

h1 > span + a, h1 > a + a,
h2 > span + a,
h2 > a + a,
h3 > span + a,
h3 > a + a,
h4 > span + a,
h4 > a + a,
h5 > span + a,
h5 > a + a,
h6 > span + a,
h6 > a + a {
  display: table-cell;
  font-size: 1.4rem;
  white-space: nowrap; }

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #333; }

h1 {
  font-size: 2.8rem; }

h1 > small {
  display: block; }

h1 small {
  font-size: 1.6rem; }

h2 {
  border-top: 3px solid #c02;
  font-size: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: .5em; }

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

.sp-pd {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.sp-mg {
  margin-left: 10px;
  margin-right: 10px; }

.img-full img {
  width: 100%; }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  font-size: 1.4rem; }

.l-footer {
  width: 100%;
  height: 69px;
  position: relative;
  border-top: 1px solid #999; }

.l-footer {
  border-top: 1px solid #ccc; }

.theme-popup .l-footer {
  border-top: 0; }

.l-footer ul.l-utility-navi {
  margin: 0 auto;
  padding: 10px 20px; }

.l-footer ul.l-utility-navi {
  width: 100%;
  padding: 0; }

.l-footer ul.l-utility-navi li {
  list-style: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
  height: 12px; }

.l-footer ul.l-utility-navi li {
  position: relative;
  width: 100%;
  height: auto; }

.l-footer ul.l-utility-navi li:before {
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left: 6px solid #777;
  border-right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto; }

.l-footer ul.l-utility-navi li a,
.l-footer ul.l-utility-navi li a:hover,
.l-footer ul.l-utility-navi li a:active,
.l-footer ul.l-utility-navi li a:visited {
  display: block;
  padding: 9px 4px 9px 25px;
  color: #333;
  border-bottom: 1px solid #ccc; }

.l-footer .l-footer-popup-close {
  width: 156px;
  margin: 15px auto;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 156px 20px; }

.l-footer .l-footer-popup-close .theme-smp,
.theme-en .l-footer .l-footer-popup-close {
  background-size: 156px 20px; }

.l-footer .l-footer-contents {
  width: 100%;
  font-size: 1.2rem; }
  .l-footer .l-footer-contents .l-site-no {
    padding: 10px; }
  .l-footer .l-footer-contents .l-site-data {
    background-color: #cc0022;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem; }
    .l-footer .l-footer-contents .l-site-data .l-copy {
      text-align: center; }

.l-local-navi {
  margin: 0; }

.local-navi-panel {
  position: relative; }

.local-navi-panel .local-navi-switch {
  height: 42px;
  display: block;
  background: #333 url(../images/mobile_icon_m_plus.png) no-repeat right center;
  background-size: 34px 34px;
  padding: 8px 40px 8px 10px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer; }

.local-navi-panel .local-navi-switch .close {
  display: none; }

.l-local-navi .local-navi-box {
  display: none; }

.local-navi-panel.is-hide .local-navi-switch {
  background: #333 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px; }

.local-navi-panel.is-hide .local-navi-switch .open {
  display: none; }

.local-navi-panel.is-hide .local-navi-switch .close {
  display: inline; }

.l-local-navi.is-hide .local-navi-box {
  display: block; }

.l-local-navi h3 {
  padding: 0;
  margin: 0;
  border-left: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  font-size: 100%; }

.l-local-navi h3 {
  padding: 0;
  border-radius: 0;
  margin: 0; }

.l-local-navi h3 a {
  background: #7f7f7f;
  background: -webkit-linear-gradient(top, #7f7f7f, #424242);
  background: linear-gradient(to bottom, #7f7f7f, #424242);
  color: #ffffff !important;
  font-weight: bold;
  line-height: 136%;
  font-size: 107%;
  padding: 12px 40px 12px 10px;
  display: block; }

.l-local-navi h3 a:hover {
  color: #ffffff;
  background: #4e4e4e;
  background: -webkit-linear-gradient(top, #4e4e4e, #383838);
  background: linear-gradient(to bottom, #4e4e4e, #383838); }

.l-local-navi h3 a:active {
  color: #ffffff; }

.l-local-navi h3 a {
  background: #7d7e7e;
  background: -webkit-linear-gradient(top, #7d7e7e, #454444);
  background: linear-gradient(to bottom, #7d7e7e, #454444);
  color: #ffffff !important;
  font-weight: bold;
  padding: 15px 10px;
  display: block; }

.l-local-navi h3 a:hover {
  color: #ffffff;
  background: #7c7c7c;
  background: -webkit-linear-gradient(top, #7c7c7c, #343334);
  background: linear-gradient(to bottom, #7c7c7c, #343334); }

.l-local-navi h3 a:active {
  color: #ffffff; }

.l-local-navi a {
  color: #333;
  cursor: pointer; }

.l-local-navi a:visited {
  color: #333; }

.l-local-navi a:hover {
  text-decoration: none; }

.l-local-navi ul {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  overflow: hidden; }

.l-local-navi ul {
  border-right: 0;
  border-left: 0; }

.l-local-navi li {
  /*navi 1*/
  padding: 0;
  margin: 0;
  list-style: none; }

.l-local-navi li a {
  font-size: 100%;
  line-height: 136%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 6px 6px 6px 25px;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #fff;
  background: #e6e6e6; }
  .l-local-navi li a.is-active {
    background-color: #6a6a6a;
    color: #fff;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    border-top: 1px solid #6a6a6a; }

.l-local-navi li a:hover {
  background: #b8b8b8;
  border-top: 1px solid #cccccc; }

.l-local-navi li a:hover:before {
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left: 6px solid #cc0022;
  border-right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto; }

.l-local-navi li a:before {
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left: 6px solid #cc0022;
  border-right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto; }

.l-local-navi li a.is-active:before {
  border-left: 6px solid #fff; }

.l-local-navi li a:hover,
.l-local-navi li a:active,
.l-local-navi li a:visited,
.l-local-navi li a:focus {
  text-decoration: none; }

.l-local-navi li.ac > a,
.l-local-navi li.ac > a:hover {
  background: #696969;
  border: 1px solid #696969;
  color: #ffffff; }

.l-local-navi li.ac > a span,
.l-local-navi li.ac > a:hover span {
  color: #ffffff; }

.l-local-navi li.ac a,
.l-local-navi li.ac a:visited {
  color: #ffffff; }

.l-local-navi li.ac li a,
.l-local-navi li.ac li a:visited {
  color: #333; }

.l-local-navi li ul {
  z-index: 1;
  margin: 0;
  zoom: 1;
  border: none;
  position: relative; }

.l-local-navi li ul:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0; }

.l-local-navi li ul ul:after {
  display: none; }

.l-local-navi li li a,
.l-local-navi li.ac li a {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 6px 6px 6px 40px;
  border-bottom: 1px solid #b3b3b3; }

.l-local-navi li li a:before {
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left: 6px solid #777;
  border-right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto; }

.l-local-navi li li a:hover,
.l-local-navi li.ac li a:hover {
  color: #333;
  background-color: #b8b8b8;
  background-image: none; }

.l-local-navi li li a:hover:before,
.l-local-navi li.ac li a:hover:before {
  left: 25px; }

.l-local-navi li li a ul:after,
.l-local-navi li.ac li a ul:after {
  display: none; }

.l-local-navi li li li,
.l-local-navi li li.ac li,
.l-local-navi li.ac li li,
.l-local-navi li.ac li.ac li {
  /*navi 3*/ }

.l-local-navi li li li a,
.l-local-navi li li.ac li a,
.l-local-navi li.ac li li a,
.l-local-navi li.ac li.ac li a {
  background-color: #fff;
  padding: 6px 6px 6px 31px; }

.l-local-navi li li li a:before,
.l-local-navi li li.ac li a:before,
.l-local-navi li.ac li li a:before,
.l-local-navi li.ac li.ac li a:before {
  left: 16px; }

.l-local-navi li li li a.ac a,
.l-local-navi li li li a.ac a:hover,
.l-local-navi li li.ac li a.ac a,
.l-local-navi li li.ac li a.ac a:hover,
.l-local-navi li.ac li li a.ac a,
.l-local-navi li.ac li li a.ac a:hover,
.l-local-navi li.ac li.ac li a.ac a,
.l-local-navi li.ac li.ac li a.ac a:hover {
  background-position: 37px 10px;
  color: #ffffff; }

.l-local-navi li li li li,
.l-local-navi li li li.ac li,
.l-local-navi li li.ac li li,
.l-local-navi li li.ac li.ac li,
.l-local-navi li.ac li li li,
.l-local-navi li.ac li li.ac li,
.l-local-navi li.ac li.ac li li,
.l-local-navi li.ac li.ac li.ac li {
  /*navi 4*/ }

.l-local-navi li li li li a,
.l-local-navi li li li.ac li a,
.l-local-navi li li.ac li li a,
.l-local-navi li li.ac li.ac li a,
.l-local-navi li.ac li li li a,
.l-local-navi li.ac li li.ac li a,
.l-local-navi li.ac li.ac li li a,
.l-local-navi li.ac li.ac li.ac li a {
  background-color: #fff;
  padding: 6px 6px 6px 37px; }

.l-local-navi li li li li a:before,
.l-local-navi li li li.ac li a:before,
.l-local-navi li li.ac li li a:before,
.l-local-navi li li.ac li.ac li a:before,
.l-local-navi li.ac li li li a:before,
.l-local-navi li.ac li li.ac li a:before,
.l-local-navi li.ac li.ac li li a:before,
.l-local-navi li.ac li.ac li.ac li a:before {
  left: 22px; }

.l-local-navi a {
  color: #333;
  cursor: pointer; }

.l-local-navi a:visited {
  color: #333; }

.l-local-navi a:hover {
  text-decoration: none; }

.l-local-navi .localNavPanel {
  position: relative; }

.l-local-navi .localNavPanel .localNavSwitch {
  height: 14px;
  display: block;
  background: #333 url(../images/mobile_icon_m_plus.png) no-repeat right center;
  background-size: 34px 34px;
  padding: 14px 40px 14px 10px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold; }

.l-local-navi .localNavPanel .localNavSwitch .close {
  display: none; }

.l-local-navi.hide_l .localNavPanel .localNavSwitch {
  background: #333 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px; }

.l-local-navi.hide_l .localNavPanel .localNavSwitch .open {
  display: none; }

.l-local-navi.hide_l .localNavPanel .localNavSwitch .close {
  display: inline; }

/*ページトップ*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 2;
  width: 100%; }

.l-pagetop {
  right: 2px;
  bottom: 46px; }

@media (min-width: 600px) {
  .l-pagetop {
    bottom: 72px; } }
.l-pagetop p {
  margin: 0 auto;
  position: relative;
  height: 0; }

.l-pagetop p {
  margin: 0;
  width: 100%; }

.theme-popup .l-pagetop p {
  width: 736px; }

.l-pagetop a {
  width: 97px;
  height: 31px;
  right: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute; }

.l-pagetop a,
.theme-smp.theme-en .l-pagetop a {
  width: 44px;
  height: 44px;
  background: url(../images/mobile_pagetop.png) no-repeat left top;
  background-size: 44px 44px; }

@media (min-width: 600px) {
  .l-pagetop a,
  .theme-smp.theme-en .l-pagetop a {
    width: 70px;
    height: 70px;
    background-size: 70px 70px; } }
.l-pagetop a:hover,
.theme-smp.theme-en .l-pagetop a:hover {
  background: url(../images/mobile_pagetop.png) no-repeat left top;
  width: 44px;
  height: 44px;
  background-size: 44px 44px; }

@media (min-width: 600px) {
  .l-pagetop a:hover,
  .theme-smp.theme-en .l-pagetop a:hover {
    width: 70px;
    height: 70px;
    background-size: 70px 70px; } }
/* ==========================================================================
   header
   ========================================================================== */
/*header*/
.l-header {
  position: relative;
  background: #ffffff;
  font-size: 1.4rem; }

.l-header {
  width: auto;
  min-width: 320px;
  height: 54px;
  margin: 0;
  position: relative;
  z-index: 40;
  background: url(../images/header_arc_bg_center_m.png) no-repeat bottom left;
  background-size: 1000px 8px; }
  .l-header .l-logo {
    width: 190px;
    padding: 10px; }

.l-header:before {
  background-color: #cc0022;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.l-header:after {
  background: url(../images/header_arc_bg_right_m.png) repeat-x bottom center;
  background-size: 1px 8px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

@media (min-width: 1001px) and (max-width: 1500px) {
  .l-header:after {
    width: 40%; } }
@media (min-width: 1501px) and (max-width: 2000px) {
  .l-header:after {
    width: 60%; } }
@media (min-width: 600px) {
  .l-header {
    height: 70px; } }
@media (min-width: 600px) {
  .l-header #headerwrapper {
    height: 70px; } }
/* ==========================================================================
   g-nav
   ========================================================================== */
.panelBK {
  position: fixed;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.20;
  display: none;
  top: 0; }

.dl-trigger {
  border: none;
  width: 52px;
  height: 46px;
  background: url(../images/mobile_btn_menu.png) no-repeat 0px 0px;
  background-size: 52px 46px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10; }

@media (min-width: 600px) {
  .dl-trigger {
    width: 70px;
    height: 62px;
    background-size: 70px 62px; } }
.dl-trigger.close {
  background: url(../images/mobile_btn_close.png) no-repeat 0px 0px;
  background-size: 52px 46px; }

@media (min-width: 600px) {
  .dl-trigger.close {
    background-size: 70px 62px; } }
.dl-trigger a {
  display: block;
  width: 52px;
  height: 46px; }

@media (min-width: 600px) {
  .dl-trigger a {
    width: 70px;
    height: 62px; } }
.dl-menuwrapper ul {
  background: #fff;
  padding: 0;
  list-style: none;
  position: relative; }

.dl-menuwrapper li {
  position: relative; }

p.btn_close {
  border: none;
  width: 52px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 0; }

p.btn_close img {
  width: 52px;
  height: 46px; }

.dl-menuwrapper div.dl-menu {
  margin: 5px 5px 10px;
  position: absolute;
  background: #fff;
  width: 97%;
  display: none;
  z-index: 100;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); }

.dl-menuwrapper div.dl-menu:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  right: 8px; }

.dl-menuwrapper div.dl-menu a:hover {
  text-decoration: none;
  color: #333; }

.l-global-navi {
  position: relative;
  margin: 0 auto;
  padding: 0; }

.l-global-navi {
  width: 100%;
  min-width: 300px;
  border-radius: 3px 3px 0 0; }

.l-global-navi li {
  float: left;
  width: 165px;
  position: relative;
  list-style: none;
  text-align: center; }

.l-global-navi li {
  margin: 0; }

.l-global-navi li a,
.l-global-navi li a:hover,
.l-global-navi li a:active,
.l-global-navi li a:visited {
  display: block;
  padding: 12px 12px 12px 43px;
  color: #333; }

.l-global-navi li.is-active {
  z-index: 3;
  background: #5f5f5f; }

.l-global-navi li {
  float: none;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 115%;
  line-height: 22px;
  font-weight: bold;
  background-color: #fff;
  text-align: left; }

.l-global-navi li:before {
  position: absolute;
  content: url(../images/icon_arrow_right_r.png);
  left: 15px;
  top: 13px; }

.l-global-navi li:first-child {
  border-radius: 3px 3px 0 0; }

.l-global-navi li.n_leisure {
  background-color: #fbdee0; }

.dl-menuwrapper hr {
  background: #cc0022;
  border: 0;
  height: 2px;
  margin: 0; }

.l-extra-navi {
  position: relative;
  top: 0;
  border-radius: 0 0 3px 3px;
  margin: 0;
  right: 0; }

.l-extra-navi li {
  float: none;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  font-weight: bold; }

.l-extra-navi li:before {
  position: absolute;
  content: url(../images/icon_arrow_right_r.png);
  left: 15px;
  top: 10px; }

.l-extra-navi li a {
  display: block;
  color: #333;
  padding: 8px 43px; }

.l-extra-navi li.last {
  border-radius: 0 0 3px 3px;
  border-bottom: 0px; }

.l-extra-navi:last-child li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0px; }

/* ==========================================================================
   main
   ========================================================================== */
.l-main {
  margin: 0 auto;
  padding: 0 0 2em;
  /*トップ画像*/ }
  .l-main-multi .l-content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
    .l-main-multi .l-content h1 {
      font-size: 2.0rem;
      margin-top: 50px;
      margin-bottom: 38px; }
    .l-main-multi .l-content h2 {
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 15px;
      font-size: 1.7rem;
      line-height: 1.43;
      border-bottom: 1px solid #c02; }
    .l-main-multi .l-content h3 {
      font-size: 1.6rem;
      border-left: 4px solid #cc0022;
      margin-top: 30px;
      margin-bottom: 18px;
      padding: 8px 15px; }
    .l-main-multi .l-content h1 + img, .l-main-multi .l-content h2 + img, .l-main-multi .l-content h3 + img {
      margin-top: 0;
      margin-bottom: 30px; }
    .l-main-multi .l-content p {
      margin: 0;
      padding: 0;
      line-height: 1.6; }
  .l-main .main-img {
    text-align: center; }
    .l-main .main-img img {
      vertical-align: bottom;
      width: 100%; }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.l-breadcrumbs {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.breadcrumbs {
  font-size: 1.2rem; }
  .breadcrumbs a {
    color: #6666aa;
    text-decoration: none; }
  .breadcrumbs ol {
    list-style-type: none;
    padding-left: 0; }
    .breadcrumbs ol li {
      display: inline-block; }
      .breadcrumbs ol li + li:before {
        color: #ccc;
        content: ">";
        margin: 0 .5em; }
      .breadcrumbs ol li:last-child a {
        color: #333;
        font-weight: bold; }

/* ==========================================================================
   Aside
   ========================================================================== */
.local-navigation {
  font-size: 1.2rem;
  border-radius: 3px 3px 0 0;
  overflow: hidden; }
  .local-navigation h2 {
    border-top: none;
    line-height: 1;
    font-size: 1.2rem;
    padding: 0;
    margin: 0; }
    .local-navigation h2 span {
      display: inline; }
  .local-navigation a {
    color: #333;
    text-decoration: none; }
  .local-navigation-header {
    background-color: #555;
    color: #fff;
    padding: 18px; }
  .local-navigation-list {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none; }
    .local-navigation-list li {
      border: 1px solid #ccc;
      border-top: none;
      padding: 14px 10px 14px 30px; }
      .local-navigation-list li a {
        margin: -14px -10px -14px -30px;
        padding: 14px 10px 14px 30px;
        display: block;
        position: relative; }
        .local-navigation-list li a:before {
          content: "";
          height: 0;
          width: 0;
          border: 4px solid transparent;
          border-left: 5px solid #cc0022;
          border-right: 0;
          display: block;
          vertical-align: middle;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 18px;
          margin: auto; }
        .local-navigation-list li a:hover {
          background-color: #ddd; }
        .local-navigation-list li a.is-active {
          background-color: #777;
          color: #fff; }
          .local-navigation-list li a.is-active:before {
            border-left-color: #fff; }

/* ==========================================================================
   Scrolltop
   ========================================================================== */
.l-scrollToTop {
  position: relative; }
  .l-scrollToTop .scrollToTop {
    bottom: 4.75rem;
    display: none;
    position: fixed;
    right: 1rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   block-list
   ========================================================================== */
.block-list-item {
  display: block; }

.block-list--note > .block-list-item {
  text-indent: -1em;
  padding-left: 1em; }

/*sp*/
.block-list-normal {
  list-style: none;
  padding: 0;
  margin: 0; }
  .block-list-normal li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
    table-layout: fixed;
    position: relative; }
    .block-list-normal li:before {
      content: "";
      height: 0;
      width: 0;
      border: 6px solid transparent;
      border-left: 6px solid #cc0022;
      border-right: 0;
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .block-list-normal a {
    color: #6666aa; }
  .block-list-normal-meta-date {
    display: block;
    padding-left: 15px; }
  .block-list-normal-meta-icon {
    width: 120px; }
  .block-list-normal-meta-description {
    padding-left: 15px;
    display: block; }

.block-list-circle {
  list-style: none;
  padding: 0;
  margin: 10px 0; }
  .block-list-circle li:before {
    content: "●";
    color: #cc0022;
    padding-right: 3px;
    margin-bottom: 3px; }

/* ==========================================================================
   button
   ========================================================================== */
.btn {
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden; }
  .btn:hover {
    text-decoration: none; }
    .btn:hover:after {
      content: "";
      background: #000;
      opacity: .2;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.btn-full {
  width: 100%; }

/* ==========================================================================
   Grid
   ========================================================================== */
.grid {
  *zoom: 1;
  /* 子要素でfloatを使用するのでClearfix */
  position: relative; }
  .grid:before, .grid:after {
    display: table;
    content: "";
    line-height: 0; }
  .grid:after {
    clear: both; }

/* table */
.grid-table {
  display: table; }
  .grid-table > .grid-item {
    float: none; }

/* table-layout */
.grid-table-layout {
  display: table; }
  .grid-table-layout > .grid-item {
    float: none;
    display: table-cell; }

/* inline-block */
.grid-inline-block {
  font-size: 0;
  letter-spacing: normal; }
  .grid-inline-block > .grid-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

/* flex */
.grid-flex {
  display: flex; }
  .grid-flex > .grid-item {
    float: none; }

.grid-full {
  margin-left: -10px;
  /* 余白を指定 */
  margin-right: -10px;
  /* 余白を指定 */ }

.grid-item {
  float: left;
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box; }
  .grid-item.has-gutter {
    padding-right: 10px;
    /* 余白を指定 */
    padding-left: 10px;
    /* 余白を指定 */ }

/* 12カラム用 */
.grid-item-1 {
  width: 8.3333333333%; }

.grid-item-2 {
  width: 16.6666666667%; }

.grid-item-3 {
  width: 25%; }

.grid-item-4 {
  width: 33.3333333333%; }

.grid-item-5 {
  width: 41.6666666667%; }

.grid-item-6 {
  width: 50%; }

.grid-item-7 {
  width: 58.3333333333%; }

.grid-item-8 {
  width: 66.6666666667%; }

.grid-item-9 {
  width: 75%; }

.grid-item-10 {
  width: 83.3333333333%; }

.grid-item-11 {
  width: 91.6666666667%; }

.grid-item-12 {
  width: 100%; }

/* 10カラム用 */
.grid10-item-1 {
  width: 10%; }

.grid10-item-2 {
  width: 20%; }

.grid10-item-3 {
  width: 30%; }

.grid10-item-4 {
  width: 40%; }

.grid10-item-5 {
  width: 50%; }

.grid10-item-6 {
  width: 60%; }

.grid10-item-7 {
  width: 70%; }

.grid10-item-8 {
  width: 80%; }

.grid10-item-9 {
  width: 90%; }

.grid10-item-10 {
  width: 100%; }

/* ==========================================================================
   Flex
   ========================================================================== */
.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

/* direction */
.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-rev {
  /* reverse */
  flex-direction: row-reverse; }

.flex-dir-col {
  flex-direction: column; }

.flex-dir-col-rev {
  /* reverse */
  flex-direction: column-reverse; }

/* wrap */
.flex-wrap-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-wrap {
  flex-wrap: wrap; }

.flex-wrap-wrap-rev {
  flex-wrap: wrap-reverse; }

/* justify-content */
.flex-jc-start {
  justify-content: flex-start; }

.flex-jc-end {
  justify-content: flex-end; }

.flex-jc-center {
  justify-content: center; }

.flex-jc-space-between {
  justify-content: space-between; }

.flex-jc-space-around {
  justify-content: space-around; }

/* align-items */
.flex-ai-stretch {
  align-items: stretch; }

.flex-ai-start {
  align-items: flex-start; }

.flex-ai-end {
  align-items: flex-end; }

.flex-ai-center {
  align-items: center; }

.flex-ai-baseline {
  align-items: baseline; }

/* align-content */
.flex-ac-stretch {
  align-items: stretch; }

.flex-ac-start {
  align-items: flex-start; }

.flex-ac-end {
  align-items: flex-end; }

.flex-ac-center {
  align-items: center; }

.flex-ac-space-between {
  align-items: space-between; }

.flex-ac-space-around {
  align-items: space-around; }

/* ==========================================================================
   hr
   ========================================================================== */
.hr {
  height: 0;
  font-size: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #A8A9AA;
  display: block; }

.hr-dashed {
  border-style: dashed; }

/* ==========================================================================
   icon
   ========================================================================== */
.icon {
  display: inline-block; }

.icon-with-text {
  margin-right: 3px;
  vertical-align: middle; }

.icon-telephone {
  background: url(../images/icon-telephone.png) 0 0 no-repeat;
  width: 28px;
  height: 23px; }

.icon-personincharge {
  background: url(../images/icon-personincharge.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-diagnosis {
  background: url(../images/icon-diagnosis.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-calculator {
  background: url(../images/icon-calculator.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-book {
  background: url(../images/icon-book.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-magnifying-glass {
  background: url(../images/icon-magnifying-glass.png) 50% 50% no-repeat;
  width: 38px;
  height: 38px; }

.icon-light {
  background: url(../images/icon-light.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-cycle {
  background: url(../images/icon-cycle.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-accident {
  background: url(../images/icon-accident.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-insurance {
  background: url(../images/icon-insurance.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-seminar {
  background: url(../images/icon-seminar.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-operator {
  background: url(../images/icon-operator.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-questionnaire {
  background: url(../images/icon-questionnaire.png) 100% 50% no-repeat;
  width: 20px;
  height: 20px; }

.icon-agreement {
  background: url(../images/icon-agreement.png) 50% 50% no-repeat;
  width: 72px;
  height: 20px; }

.icon-lock {
  background: url(../images/icon-lock.png) 50% 50% no-repeat;
  width: 20px;
  height: 22px;
  background-size: contain; }

.icon-clickar {
  background: url(../images/icon-clickar.png) 100% 100% no-repeat;
  width: 130px;
  height: 12px;
  background-size: contain; }
  
.icon-clickar2 {
  background: url(../images/icon-clickar2.png) 100% 100% no-repeat;
  width: 150px;
  height: 12px;
  background-size: contain; }

.icon-web-entry {
  background: url(../images/icon-web-entry.png) 50% 50% no-repeat;
  width: 42px;
  height: 14px;
  background-size: contain; }

.icon-news {
  font-size: 1rem;
  font-style: normal;
  color: #fff;
  border-radius: 3px;
  background-color: #a0a3aa;
  padding: 0;
  width: 100px;
  text-align: center; }
  .icon-news:after {
    content: " "; }
  .icon-news-product {
    background-color: #009eb7; }
    .icon-news-product:after {
      content: "商品・サービス"; }
  .icon-news-other {
    background-color: #a0a3aa; }
    .icon-news-other:after {
      content: "その他"; }
  .icon-news-disaster {
    background-color: #ed8b00; }
    .icon-news-disaster:after {
      content: "商品・サービス"; }
  .icon-news-organization {
    background-color: #826fb0; }
    .icon-news-organization:after {
      content: "人事・組織"; }

/* ==========================================================================
   logo
   ========================================================================== */
.logo {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden; }

/* ==========================================================================
   media
   ========================================================================== */
/* floatで構成 */
.media-float {
  *zoom: 1;
  /* 子要素でfloatを使用するのでClearfixする */ }
  .media-float:before, .media-float:after {
    display: table;
    content: "";
    line-height: 0; }
  .media-float:after {
    clear: both; }

.media-float-image {
  float: left;
  margin-right: 10px;
  /* 任意の値 */
  /* marginはhtml上でuttilityクラスを使用して都度調整する */ }

.media-float-image > img {
  display: block; }

.media-float-image-rev {
  /* Reverse */
  float: right;
  margin-right: 0;
  margin-left: 10px;
  /* marginはProjectのElement指定で解決する */ }

.media-float-body {
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

.media-float-body-middle {
  /* テキストを画像の上下中央揃え */
  vertical-align: middle; }

/* display: tableで構成 */
.media {
  display: table; }

.media-image {
  display: table-cell;
  padding-right: 10px;
  /* 任意の値 table-cellを使用するので余白をpaddingで調整 */
  /* paddingはProjectのElement指定で解決する */ }

.media-image-rev {
  /* Reverse */
  padding-right: 0;
  padding-left: 10px; }

.media-image-middle {
  vertical-align: middle;
  /* 画像を上下中央揃え */ }

.media-image > img {
  display: block; }

.media-body {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

.media-body-middle {
  vertical-align: middle;
  /* テキストを画像の上下中央揃え */ }

/* 縦用Modifier */
.media-vertical {
  display: block; }

.media-vertical > .media-image {
  display: block;
  padding-right: 0;
  padding-bottom: 8px; }

.media-vertical > .media-image-rev {
  /* Reverse */
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 8px; }

.media-vertical > .media-body {
  display: block;
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

/* ==========================================================================
   table
   ========================================================================== */
.table {
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
  text-align: center; }
  .table th, .table td {
    border: 1px solid #ccc;
    vertical-align: middle; }

/* ==========================================================================
   tableview
   ========================================================================== */
/*
ブロック型テーブルリスト
リンクがある場合は子要素の<a>に-targetを指定する
*/
.tableview {
  overflow: hidden; }

.tableview-item {
  padding: 10px 0;
  /* ベースとなる余白指定 */ }

/* アイコン付きリンクリスト */
.tableview-target {
  display: block;
  margin: -10px 0;
  /* paddingの相殺 */
  padding: 10px 0;
  /* 余白設定 */
  text-decoration: none;
  position: relative;
  padding-right: 0;
  /* アイコン分の余白を指定 */
  overflow: hidden; }
  .tableview-target:link, .tableview-target:visited, .tableview-target:active, .tableview-target:hover {
    color: #333;
    text-decoration: none; }
  .tableview-target:after {
    content: "";
    position: absolute;
    top: 0;
    /* topとbottom、対になるプロパティに値を持たせて、領域を作る */
    bottom: 0;
    /* topとbottom、対になるプロパティに値を持たせて、領域を作る */
    right: 0;
    /* iconの位置調整 */
    margin: auto;
    /* 垂直中央配置 */ }

/* ==========================================================================
   target
   ========================================================================== */
.target {
  line-height: 1;
  display: inline-block;
  position: relative; }
  .target:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  .target:link, .target:visited, .target:active, .target:hover {
    color: #333; }

/* ==========================================================================
   home
   ========================================================================== */
.home-pageHeader {
  /* slick */
  /* Dots */ }
  .home-pageHeader .home-slider {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px; }
    .home-pageHeader .home-slider img {
      width: 100%; }
  .home-pageHeader .js-slick {
    display: none; }
  .home-pageHeader .js-slick.slick-initialized {
    display: block; }
  .home-pageHeader .slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding-bottom: 25px;
    overflow: hidden; }
  .home-pageHeader .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .home-pageHeader .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .home-pageHeader .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .home-pageHeader .slick-dots li button:hover,
  .home-pageHeader .slick-dots li button:focus {
    outline: none; }
  .home-pageHeader .slick-dots li button:hover:before,
  .home-pageHeader .slick-dots li button:focus:before {
    opacity: 1; }
  .home-pageHeader .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    background-color: #ccc;
    border-radius: 5px; }
  .home-pageHeader .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #000; }

/* home contact */
.home-contact {
  margin: 10px auto 0; }
  .home-contact h2 {
    border-top: none;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0;
    margin: 0; }
    .home-contact h2 span {
      display: inline; }
  .home-contact h3 {
    line-height: 1.25;
    margin: 0;
    font-weight: normal; }
    .home-contact h3 span {
      display: inline; }
  .home-contact-items-header {
    background-color: #75757c;
    color: #fff;
    padding: 13px 10px 10px; }
    .home-contact-items-header small {
      font-size: 1.2rem; }
    .home-contact-items-header h2 {
      font-size: 1.4rem; }
  .home-contact-items-body {
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
  .home-contact-item {
    border: 2px solid #aaa;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .home-contact-item p {
      margin: 0;
      padding: 0; }
    .home-contact-item-header {
      background-color: #ccc;
      color: #fff;
      position: relative;
      z-index: 0;
      padding: 15px 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .home-contact-item-header h3 {
        position: relative;
        z-index: 10;
        font-size: 1.6rem; }
    .home-contact-item-body {
      position: relative;
      z-index: 10;
      line-height: 1.39;
      padding-top: 15px;
      padding-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .home-contact-item-footer {
      margin: auto;
      z-index: 10;
      margin-bottom: 15px; }
    .home-contact-item a {
      border-radius: 20px;
      padding: 10px;
      line-height: 1;
      color: #fff;
      background-color: #aaa;
      margin: 0 40px;
      display: block; }
      .home-contact-item a:before {
        content: "";
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left: 6px solid #fff;
        border-right: 0;
        display: inline-block;
        vertical-align: middle;
        margin: -.15em 1em 0 0; }
    .home-contact-item-accident {
      border-color: #cf0024; }
      .home-contact-item-accident .home-contact-item-header {
        background-color: #cf0024; }
        .home-contact-item-accident .home-contact-item-header:before {
          border-top-color: #cf0024; }
      .home-contact-item-accident .home-contact-item-body {
        color: #cf0024; }
      .home-contact-item-accident a {
        background-color: #ff6262; }
    .home-contact-item-other {
      border-color: #a0a3aa; }
      .home-contact-item-other .home-contact-item-header {
        background-color: #a0a3aa; }
        .home-contact-item-other .home-contact-item-header:before {
          border-top-color: #a0a3aa; }
      .home-contact-item-other .home-contact-item-footer p {
        line-height: 1; }
      .home-contact-item-other .home-contact-item-footer .icon {
        margin-right: .25em; }
    .home-contact-item-change {
      border-color: #ed8b00; }
      .home-contact-item-change .home-contact-item-header {
        background-color: #ed8b00; }
        .home-contact-item-change .home-contact-item-header:before {
          border-top-color: #ed8b00; }
      .home-contact-item-change .home-contact-item-body {
        color: #ed8b00; }
      .home-contact-item-change a {
        background-color: #ffbb62; }

/* topics */
.home-topics {
  margin: 0 auto 0; }
  .home-topics h2 {
    border-top: none;
    line-height: 1;
    text-align: center;
    font-size: 1.4rem;
    padding: 0;
    margin: 0; }
    .home-topics h2 span {
      display: inline; }
  .home-topics .grid-table-layout {
    table-layout: fixed;
    width: 100%;
    overflow: hidden; }
  .home-topics-header {
    background-color: #cc0022;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 20px; }
  .home-topics-body {
    background-color: #fff;
    padding: 5px 10px; }
  .home-topics-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .home-topics-list li {
      line-height: 1.6;
      position: relative;
      display: block;
      padding: 6px 6px 6px 15px; }
      .home-topics-list li:before {
        content: "";
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left: 6px solid #cc0022;
        border-right: 0;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .home-topics-list a {
      color: #6666aa; }

/* company link */
.home-company-link {
  text-align: center;
  padding: 30px 10px;
  background-color: #eee; }
  .home-company-link p {
    padding: 0;
    margin: 0; }
  .home-company-link-header {
    font-size: 1.5rem; }
  .home-company-link-body {
    text-align: left; }
    .home-company-link-body span {
      color: #cf0024; }
  .home-company-link-list {
    width: 100%;
    padding: 20px 10px 0 10px;
    display: flex;
    justify-content: space-around; }
    .home-company-link-list .grid-item {
      padding: 10px;
      width: 47%;
      border: 1px solid #ccc;
      background-color: #fff; }
    .home-company-link-list .btn {
      text-align: center; }
      .home-company-link-list .btn span {
        vertical-align: middle; }

/*パネル開閉共通*/
.index-navi-switch {
  cursor: pointer; }

/* examine */
.home-examine h2 {
  border-top: none;
  line-height: 1;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  font-weight: bold; }
  .home-examine h2 span {
    display: inline; }
.home-examine-header {
  background: #e73c84 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px;
  color: #fff;
  padding: 20px;
  text-align: left;
  position: relative;
  text-align: center; }
  .home-examine-header.is-hide {
    background: #e73c84 url(../images/mobile_icon_m_plus.png) no-repeat right center;
    background-size: 34px 34px; }
.home-examine-items {
  background-color: #fff; }
.home-examine .grid {
  background-color: #fdf4f8; }
.home-examine-panel {
  width: 100%;
  border-right: 1px solid #e73c84;
  border-left: 1px solid #e73c84;
  border-bottom: 1px solid #e73c84;
  background-color: #fff;
  min-height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 10px 50px;
  overflow: hidden; }
  .home-examine-panel-bnr {
    padding: 0;
    border: 0;
    align-items: center;
    position: relative; }
    .home-examine-panel-bnr:before {
      border-left-color: #fff; }
    .home-examine-panel-bnr img {
      vertical-align: middle;
      height: 60px; }
    .home-examine-panel-bnr-trip {
      background-color: #c20f2f;
      border-right: 1px solid #e73c84;
      border-bottom: 1px solid #e73c84;
      border-left: 1px solid #e73c84; }
      .home-examine-panel-bnr-trip a {
        border: 1px solid #fff; }
    .home-examine-panel-bnr-motorcycle {
      background-color: #7fbf27;
      border-right: 1px solid #e73c84;
      border-bottom: 1px solid #e73c84;
      border-left: 1px solid #e73c84; }
      .home-examine-panel-bnr-motorcycle a {
        border: 1px solid #fff; }
    .home-examine-panel-bnr-cycle {
      background-color: #e5007f;
      border-right: 1px solid #e73c84;
      border-bottom: 1px solid #e73c84;
      border-left: 1px solid #e73c84; }
      .home-examine-panel-bnr-cycle a {
        border: 1px solid #fff; }
    .home-examine-panel-bnr-linkx {
      background-color: #ffffff;
      border-right: 1px solid #e73c84;
      border-bottom: 1px solid #e73c84;
      border-left: 1px solid #e73c84; }
      .home-examine-panel-bnr-linkx a {
        border: 1px solid #fff; }
    .home-examine-panel-bnr-talk {
      background-color: #cc0023;
      border-right: 1px solid #e73c84;
      border-bottom: 1px solid #e73c84;
      border-left: 1px solid #e73c84; }
      .home-examine-panel-bnr-talk a {
        border: 1px solid #fff; }
      .home-examine-panel-bnr-talk small {
        background-color: #2e2e2e;
        color: #fff;
        font-size: 1.2rem;
        padding: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        letter-spacing: .1em; }
  .home-examine-panel a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .home-examine-panel span,
  .home-examine-panel small {
    display: block; }
  .home-examine-panel small {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.17; }
  .home-examine-panel .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    background-size: contain; }

/* customer */
.home-customer {
  background-color: #e9f3d1; }
  .home-customer h2 {
    border-top: none;
    line-height: 1;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    font-weight: bold; }
    .home-customer h2 span {
      display: inline; }
  .home-customer-header {
    background: #069a78 url(../images/mobile_icon_m_minus.png) no-repeat right center;
    background-size: 34px 34px;
    text-align: left;
    position: relative;
    text-align: center;
    padding: 20px;
    color: #fff; }
    .home-customer-header.is-hide {
      background: #069a78 url(../images/mobile_icon_m_plus.png) no-repeat right center;
      background-size: 34px 34px;
      border-bottom: 1px solid #fff; }
  .home-customer-items {
    background-color: #fff; }
  .home-customer .grid {
    flex-wrap: wrap; }
  .home-customer-panel {
    width: 100%;
    border-left: 1px solid #069a78;
    border-right: 1px solid #069a78;
    border-bottom: 1px solid #069a78;
    background-color: #fff;
    min-height: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px 10px 50px;
    overflow: hidden; }
    .home-customer-panel-bnr {
      padding: 0;
      border: 0;
      align-items: center;
      position: relative; }
      .home-customer-panel-bnr:before {
        border-left-color: #fff; }
      .home-customer-panel-bnr img {
        vertical-align: middle;
        height: 60px; }
      .home-customer-panel-bnr-yakkan {
        padding-left: 90px; }
      .home-customer-panel-bnr-talk {
        background-color: #cc0023;
        border-left: 1px solid #069a78;
        border-right: 1px solid #069a78;
        border-bottom: 1px solid #069a78; }
        .home-customer-panel-bnr-talk a {
          border: 1px solid #fff; }
        .home-customer-panel-bnr-talk small {
          background-color: #2e2e2e;
          color: #fff;
          font-size: 1.2rem;
          padding: 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;
          letter-spacing: .1em; }
    .home-customer-panel a {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .home-customer-panel span,
    .home-customer-panel small {
      display: block; }
    .home-customer-panel span {
      font-size: 1.4rem; }
    .home-customer-panel small {
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1.17; }
    .home-customer-panel .icon {
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 8px;
      margin: auto; }

.home-customer-member-header {
  background: #019d76 url(../images/mobile_icon_m_minus.png) no-repeat right center;
  background-size: 34px 34px;
  text-align: center;
  position: relative;
  padding: 20px;
  color: #fff; }
  .home-customer-member-header.is-hide {
    background: #069a78 url(../images/mobile_icon_m_plus.png) no-repeat right center;
    background-size: 34px 34px; }
.home-customer-member-items {
  background-color: #fff; }
.home-customer-member .btn-login {
  display: block;
  position: relative;
  background-color: #bae2bf;
  padding: 15px 10px;
  color: #333; }
  .home-customer-member .btn-login span {
    font-size: 1.0rem; }
  .home-customer-member .btn-login strong {
    font-size: 1.4rem;
    display: block;
    color: #019d76;
    position: relative;
    padding-left: 15px; }
    .home-customer-member .btn-login strong:before {
      content: "";
      height: 0;
      width: 0;
      border: 6px solid transparent;
      border-left: 6px solid #069a78;
      border-right: 0;
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .home-customer-member .btn-login .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto; }
.home-customer-member-panel {
  width: 100%;
  border-bottom: 1px solid #069a78;
  background-color: #fff;
  min-height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 10px 5px 25px;
  overflow: hidden; }
  .home-customer-member-panel:before {
    content: "";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left: 6px solid #069a78;
    border-right: 0;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto; }
  .home-customer-member-panel-bnr {
    padding: 0;
    border: 0;
    align-items: center; }
    .home-customer-member-panel-bnr:before {
      border-left-color: #fff; }
    .home-customer-member-panel-bnr img {
      vertical-align: middle; }
    .home-customer-member-panel-bnr-trip {
      background-color: #c20f2f; }
    .home-customer-member-panel-bnr-motorcycle {
      background-color: #7fbf27; }
    .home-customer-member-panel-bnr-car {
      border: 2px solid #e73c84;
      background-color: #fff;
      color: #cacaca; }
  .home-customer-member-panel a {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .home-customer-member-panel span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.33; }
  .home-customer-member-panel .icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto; }

/* news */
.home-news {
  padding: 20px 10px; }
  .home-news h2 {
    margin-top: 0;
    font-size: 1.7rem;
    padding: 15px;
    margin-bottom: 0; }
  .home-news-list-container {
    border-top: 1px solid #c02;
    height: 400px;
    overflow-y: scroll; }
  .home-news-list {
    margin: 0; }
    .home-news-list-meta-date {
      display: block;
      padding-left: 15px; }
    .home-news-list-meta-icon {
      width: 120px; }
    .home-news-list-meta-description {
      padding-left: 15px;
      display: block; }

/* bnr-link */
.home-bnr-link {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px; }
  .home-bnr-link a {
    display: block;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px; }
    .home-bnr-link a:nth-child(2n) {
      padding-right: 0; }
    .home-bnr-link a img {
      width: 100%;
      vertical-align: bottom; }

/* aside */
.home-aside {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }
  .home-aside h2 {
    padding-left: 0;
    font-size: 1.7rem;
    border-top-color: #777;
    padding: 15px;
    margin-bottom: 0; }
  .home-aside-item-footer {
    line-height: 1;
    padding-top: 18px; }
  .home-aside-item-list {
    border-top: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 2;
    list-style: none;
    padding: 0;
    margin: 0; }
    .home-aside-item-list li {
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
      width: 100%;
      table-layout: fixed;
      position: relative;
      padding-left: 15px; }
      .home-aside-item-list li:before {
        content: "";
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left: 6px solid #777;
        border-right: 0;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
  .home-aside a {
    color: #6666aa; }

/* ==========================================================================
   module
   ========================================================================== */
/* hover overlay */
.hover {
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: hidden; }
  .hover:hover {
    text-decoration: none; }
    .hover:hover:after {
      content: "";
      background: #000;
      opacity: .23;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

/* plugin */
.plugin-info {
  padding: 60px 0 0; }
  .plugin-info .grid-container {
    margin: 0 auto;
    padding: 0 31px;
    width: 990px; }
  .plugin-info .grid-table-layout {
    border: 1px solid #ccc;
    width: 100%;
    padding: 14px 10px; }
    .plugin-info .grid-table-layout > .grid-item {
      vertical-align: middle; }
  .plugin-info-image {
    width: 170px; }
    .plugin-info-image img {
      vertical-align: middle; }

/* ==========================================================================
   align
   ========================================================================== */
.al-l {
  text-align: left; }

.al-r {
  text-align: right; }

.al-c {
  text-align: center; }

/* ==========================================================================
   clearfix
   ========================================================================== */
.clf {
  *zoom: 1; }
  .clf:before, .clf:after {
    display: table;
    content: "";
    line-height: 0; }
  .clf:after {
    clear: both; }

/* ==========================================================================
   display
   ========================================================================== */
.inline {
  display: inline; }

.block {
  display: block; }

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

/* ==========================================================================
   float
   ========================================================================== */
.fl-l {
  float: left; }

.fl-r {
  float: right; }

.fl-clr {
  clear: both; }

/* ==========================================================================
   letter-spacing
   ========================================================================== */
.ls-0 {
  letter-spacing: 0; }

.ls-s {
  letter-spacing: .1em; }

.ls-m {
  letter-spacing: .2em; }

.ls-l {
  letter-spacing: .3em; }

/* ==========================================================================
   line-height
   ========================================================================== */
.lh-0 {
  line-height: 0; }

.lh-1 {
  line-height: 1; }

.lh-s {
  line-height: 1.2; }

.lh-m {
  line-height: 1.4; }

.lh-l {
  line-height: 1.6; }

.lh-xl {
  line-height: 1.8; }

.lh-xxl {
  line-height: 2.0; }

/* ==========================================================================
   list-style
   ========================================================================== */
.lst {
  list-style-position: inside; }
  .lst > li {
    text-indent: -1.7em;
    padding-left: 1.7em; }

/* マーカーなし */
.lst-none {
  list-style-type: none; }

/* 黒丸 */
.lst-disc {
  list-style-type: disc; }

/* 白丸 */
.lst-circle {
  list-style-type: circle; }

/* 黒四角 */
.lst-square {
  list-style-type: square; }

/* 小文字のローマ数字 */
.lst-lower-roman {
  list-style-type: lower-roman; }

/* 大文字のローマ数字 */
.lst-upper-roman {
  list-style-type: upper-roman; }

/* 小文字のギリシャ文字 */
.lst-lower-greek {
  list-style-type: lower-greek; }

/* 算用数字 */
.lst-decimal {
  list-style-type: decimal; }

/* 算用数字()付き */
.lst-decimal-with-brackets {
  list-style-type: none;
  padding-left: 2em;
  margin: 0; }
  .lst-decimal-with-brackets li {
    list-style-position: inside;
    counter-increment: cnt; }
    .lst-decimal-with-brackets li:before {
      display: marker;
      content: "(" counter(cnt) ")"; }

/* 先頭に0をつけた算用数字 */
.lst-decimal-leading-zero {
  list-style-type: decimal-leading-zero; }

/* 小文字のアルファベット */
.lst-lower-latin {
  list-style-type: lower-latin; }

/* 小文字のアルファベット */
.lst-lower-alpha {
  list-style-type: lower-alpha; }

/* 大文字のアルファベット */
.lst-upper-latin {
  list-style-type: upper-latin; }

/* 大文字のアルファベット */
.lst-upper-alpha {
  list-style-type: upper-alpha; }

/* 漢数字 */
.lst-cjk-ideographic {
  list-style-type: cjk-ideographic; }

/* ひらがなのあいうえお順 */
.lst-hiragana {
  list-style-type: hiragana; }

/* カタカナのアイウエオ順 */
.lst-katakana {
  list-style-type: katakana; }

/* ひらがなのいろはにほへと順 */
.lst-hiragana-iroha {
  list-style-type: hiragana-iroha; }

/* カタカナのイロハニホヘト順 */
.lst-katakana-iroha {
  list-style-type: katakana-iroha; }

/* ヘブライ数字 */
.lst-hebrew　 {
  list-style-type: hebrew; }

/* アルメニア数字 */
.lst-armenian {
  list-style-type: armenian; }

/* グルジア数字 */
.lst-georgian {
  list-style-type: georgian; }

/* ==========================================================================
   Margin and Paddings
   ========================================================================== */
.mt-00 {
  margin-top: 0px; }

.mt-05 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-18 {
  margin-top: 18px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mr-00 {
  margin-right: 0px; }

.mr-05 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.mr-100 {
  margin-right: 100px; }

.mb-00 {
  margin-bottom: 0px; }

.mb-05 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

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

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-00 {
  margin-left: 0px; }

.ml-05 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-70 {
  margin-left: 70px; }

.ml-80 {
  margin-left: 80px; }

.ml-90 {
  margin-left: 90px; }

.ml-100 {
  margin-left: 100px; }

/*****  padding  *****/
.pt-00 {
  padding-top: 0px; }

.pt-05 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pr-00 {
  padding-right: 0px; }

.pr-05 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-70 {
  padding-right: 70px; }

.pr-80 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-100 {
  padding-right: 100px; }

.pb-00 {
  padding-bottom: 0px; }

.pb-05 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-00 {
  padding-left: 0px; }

.pl-05 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pl-60 {
  padding-left: 60px; }

.pl-70 {
  padding-left: 70px; }

.pl-80 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-100 {
  padding-left: 100px; }

/* ==========================================================================
   postion
   ========================================================================== */
.pos-a {
  position: absolute; }

.pos-r {
  position: relative; }

.pos-s {
  position: static; }

.pos-f {
  position: fixed; }

.pos-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.pos-middle {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto; }

/* ==========================================================================
   size
   ========================================================================== */
.size-full {
  width: 100%; }

/* ==========================================================================
   text
   ========================================================================== */
.ff-gothic {
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif; }

.ff-mincho {
  font-family: "Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",Meiryo,serif; }

.fw-b {
  font-weight: bold; }

.fz-00 {
  font-size: 0; }

.fz-05 {
  font-size: 5px;
  font-size: 0.5rem; }

.fz-06, .fz-XXS {
  font-size: 6px;
  font-size: 0.6rem; }

.fz-08, .fz-XS {
  font-size: 8px;
  font-size: 0.8rem; }

.fz-09 {
  font-size: 9px;
  font-size: 0.9rem; }

.fz-10, .fz-S {
  font-size: 10px;
  font-size: 1.0rem; }

.fz-11 {
  font-size: 11px;
  font-size: 1.1rem; }

.fz-12, .fz-M {
  font-size: 12px;
  font-size: 1.2rem; }

.fz-13 {
  font-size: 13px;
  font-size: 1.3rem; }

.fz-14, .fz-L {
  font-size: 14px;
  font-size: 1.4rem; }

.fz-15 {
  font-size: 15px;
  font-size: 1.5rem; }

.fz-16, .fz-XL {
  font-size: 16px;
  font-size: 1.6rem; }

.fz-18, .fz-XXL {
  font-size: 18px;
  font-size: 1.8rem; }

.fz-19 {
  font-size: 19px;
  font-size: 1.9rem; }

.fz-20 {
  font-size: 20px;
  font-size: 2.0rem; }

.fz-21 {
  font-size: 21px;
  font-size: 2.1rem; }

.fz-22 {
  font-size: 22px;
  font-size: 2.2rem; }

.fz-24 {
  font-size: 24px;
  font-size: 2.4rem; }

.fz-26 {
  font-size: 26px;
  font-size: 2.6rem; }

.fz-27 {
  font-size: 27px;
  font-size: 2.7rem; }

.fz-36 {
  font-size: 36px;
  font-size: 3.6rem; }

.fz-40 {
  font-size: 40px;
  font-size: 4.0rem; }

.fz-48 {
  font-size: 48px;
  font-size: 4.8rem; }

.fz-50 {
  font-size: 50px;
  font-size: 5.0rem; }

.fz-72 {
  font-size: 72px;
  font-size: 7.2rem; }

.fz-85 {
  font-size: 85px;
  font-size: 8.5rem; }

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