@charset "UTF-8";
/*! ==================================================================

2016/11 （株）橋本確文堂作成
※最新版とは全て2016年11月時点の最新版です
---------------
推奨OS
---------------
ios ver8 以上
Android 4.4 以上
windows 7 以上
Mac OS X 最新版
---------------
推奨ブラウザ
---------------
Internet Explorer 最新版
Firefox 最新版
Safari 最新版
Google Chrome 最新版
Microsoft Edge 最新版

================================================================== */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
ブレイクポイント
================================= */
/* =================================
コンテンツサイズ
================================= */
/* =================================
カラー
================================= */
/* =================================
フォントカラー
================================= */
/* =================================
フォントサイズ
================================= */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
clearfix
================================= */
/* =================================
アイコン
================================= */
/* ※不要と思われるものは消す
--------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* =================================
Font
================================= */
.s-fwN {
  font-weight: normal !important;
}

.s-fwB {
  font-weight: bold !important;
}

/* =================================
Float
================================= */
.s-flL {
  float: left !important;
}

.s-flR {
  float: right !important;
}

/* =================================
Align
================================= */
.s-taL {
  margin-right: auto !important;
  text-align: left !important;
}

.s-taR {
  margin-left: auto !important;
  text-align: right !important;
}

.s-taC {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.s-vaT {
  vertical-align: top !important;
}

.s-vaM {
  vertical-align: middle !important;
}

.s-vaB {
  vertical-align: bottom !important;
}

/* =================================
Clear
================================= */
.s-clearL {
  clear: left;
}

.s-clearR {
  clear: right;
}

.s-clear {
  clear: both;
}

.s-clearFix::after {
  content: "";
  display: block;
  clear: both;
}

/* =================================
Margin
================================= */
/* Reset
--------------------------------- */
.s-m0 {
  margin: 0 !important;
}

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

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

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

.s-ml0 {
  margin-left: 0 !important;
}

/* All
--------------------------------- */
.s-m5 {
  margin: 5px !important;
}

.s-m10 {
  margin: 10px !important;
}

.s-m15 {
  margin: 15px !important;
}

.s-m20 {
  margin: 20px !important;
}

.s-m25 {
  margin: 25px !important;
}

.s-m30 {
  margin: 30px !important;
}

/* Top
--------------------------------- */
.s-mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

/* Right
--------------------------------- */
.s-mr5 {
  margin-right: 5px !important;
}

.s-mr10 {
  margin-right: 10px !important;
}

.s-mr15 {
  margin-right: 15px !important;
}

.s-mr20 {
  margin-right: 20px !important;
}

.s-mr25 {
  margin-right: 25px !important;
}

.s-mr30 {
  margin-right: 30px !important;
}

/* Bottom
--------------------------------- */
.s-mb5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

/* Left
--------------------------------- */
.s-ml5 {
  margin-left: 5px !important;
}

.s-ml10 {
  margin-left: 10px !important;
}

.s-ml15 {
  margin-left: 15px !important;
}

.s-ml20 {
  margin-left: 20px !important;
}

.s-ml25 {
  margin-left: 25px !important;
}

.s-ml30 {
  margin-left: 30px !important;
}

/* =================================
Padding
================================= */
/* Reset
--------------------------------- */
.s-p0 {
  padding: 0 !important;
}

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

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

.s-pb0 {
  padding-left: 0 !important;
}

.s-pl0 {
  padding-top: 0 !important;
}

/* All
--------------------------------- */
.s-p5 {
  padding: 5px !important;
}

.s-p10 {
  padding: 10px !important;
}

.s-p15 {
  padding: 15px !important;
}

.s-p20 {
  padding: 20px !important;
}

.s-p25 {
  padding: 25px !important;
}

.s-p30 {
  padding: 30px !important;
}

/* Top
--------------------------------- */
.s-pt5 {
  padding-top: 5px !important;
}

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

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

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

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

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

/* Right
--------------------------------- */
.s-pr5 {
  padding-right: 5px !important;
}

.s-pr10 {
  padding-right: 10px !important;
}

.s-pr15 {
  padding-right: 15px !important;
}

.s-pr20 {
  padding-right: 20px !important;
}

.s-pr25 {
  padding-right: 25px !important;
}

.s-pr30 {
  padding-right: 30px !important;
}

/* Bottom
--------------------------------- */
.s-pb5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

/* Left
--------------------------------- */
.s-pl5 {
  padding-left: 5px !important;
}

.s-pl10 {
  padding-left: 10px !important;
}

.s-pl15 {
  padding-left: 15px !important;
}

.s-pl20 {
  padding-left: 20px !important;
}

.s-pl25 {
  padding-left: 25px !important;
}

.s-pl30 {
  padding-left: 30px !important;
}

/* Width
--------------------------------- */
.s-w1 {
  width: 1% !important;
}

.s-w2 {
  width: 2% !important;
}

.s-w3 {
  width: 3% !important;
}

.s-w4 {
  width: 4% !important;
}

.s-w5 {
  width: 5% !important;
}

.s-w6 {
  width: 6% !important;
}

.s-w7 {
  width: 7% !important;
}

.s-w8 {
  width: 8% !important;
}

.s-w9 {
  width: 9% !important;
}

.s-w10 {
  width: 10% !important;
}

.s-w11 {
  width: 11% !important;
}

.s-w12 {
  width: 12% !important;
}

.s-w13 {
  width: 13% !important;
}

.s-w14 {
  width: 14% !important;
}

.s-w15 {
  width: 15% !important;
}

.s-w16 {
  width: 16% !important;
}

.s-w17 {
  width: 17% !important;
}

.s-w18 {
  width: 18% !important;
}

.s-w19 {
  width: 19% !important;
}

.s-w20 {
  width: 20% !important;
}

.s-w21 {
  width: 21% !important;
}

.s-w22 {
  width: 22% !important;
}

.s-w23 {
  width: 23% !important;
}

.s-w24 {
  width: 24% !important;
}

.s-w25 {
  width: 25% !important;
}

.s-w26 {
  width: 26% !important;
}

.s-w27 {
  width: 27% !important;
}

.s-w28 {
  width: 28% !important;
}

.s-w29 {
  width: 29% !important;
}

.s-w30 {
  width: 30% !important;
}

.s-w31 {
  width: 31% !important;
}

.s-w32 {
  width: 32% !important;
}

.s-w33 {
  width: 33% !important;
}

.s-w34 {
  width: 34% !important;
}

.s-w35 {
  width: 35% !important;
}

.s-w36 {
  width: 36% !important;
}

.s-w37 {
  width: 37% !important;
}

.s-w38 {
  width: 38% !important;
}

.s-w39 {
  width: 39% !important;
}

.s-w40 {
  width: 40% !important;
}

.s-w41 {
  width: 41% !important;
}

.s-w42 {
  width: 42% !important;
}

.s-w43 {
  width: 43% !important;
}

.s-w44 {
  width: 44% !important;
}

.s-w45 {
  width: 45% !important;
}

.s-w46 {
  width: 46% !important;
}

.s-w47 {
  width: 47% !important;
}

.s-w48 {
  width: 48% !important;
}

.s-w49 {
  width: 49% !important;
}

.s-w50 {
  width: 50% !important;
}

.s-w51 {
  width: 51% !important;
}

.s-w52 {
  width: 52% !important;
}

.s-w53 {
  width: 53% !important;
}

.s-w54 {
  width: 54% !important;
}

.s-w55 {
  width: 55% !important;
}

.s-w56 {
  width: 56% !important;
}

.s-w57 {
  width: 57% !important;
}

.s-w58 {
  width: 58% !important;
}

.s-w59 {
  width: 59% !important;
}

.s-w60 {
  width: 60% !important;
}

.s-w61 {
  width: 61% !important;
}

.s-w62 {
  width: 62% !important;
}

.s-w63 {
  width: 63% !important;
}

.s-w64 {
  width: 64% !important;
}

.s-w65 {
  width: 65% !important;
}

.s-w66 {
  width: 66% !important;
}

.s-w67 {
  width: 67% !important;
}

.s-w68 {
  width: 68% !important;
}

.s-w69 {
  width: 69% !important;
}

.s-w70 {
  width: 70% !important;
}

.s-w71 {
  width: 71% !important;
}

.s-w72 {
  width: 72% !important;
}

.s-w73 {
  width: 73% !important;
}

.s-w74 {
  width: 74% !important;
}

.s-w75 {
  width: 75% !important;
}

.s-w76 {
  width: 76% !important;
}

.s-w77 {
  width: 77% !important;
}

.s-w78 {
  width: 78% !important;
}

.s-w79 {
  width: 79% !important;
}

.s-w80 {
  width: 80% !important;
}

.s-w81 {
  width: 81% !important;
}

.s-w82 {
  width: 82% !important;
}

.s-w83 {
  width: 83% !important;
}

.s-w84 {
  width: 84% !important;
}

.s-w85 {
  width: 85% !important;
}

.s-w86 {
  width: 86% !important;
}

.s-w87 {
  width: 87% !important;
}

.s-w88 {
  width: 88% !important;
}

.s-w89 {
  width: 89% !important;
}

.s-w90 {
  width: 90% !important;
}

.s-w91 {
  width: 91% !important;
}

.s-w92 {
  width: 92% !important;
}

.s-w93 {
  width: 93% !important;
}

.s-w94 {
  width: 94% !important;
}

.s-w95 {
  width: 95% !important;
}

.s-w96 {
  width: 96% !important;
}

.s-w97 {
  width: 97% !important;
}

.s-w98 {
  width: 98% !important;
}

.s-w99 {
  width: 99% !important;
}

.s-w100 {
  width: 100% !important;
}

/* JavaScript
--------------------------------- */
.s-over { /* ロールオーバー呼び出し用 */ }

.s-opacityOver { /* opacityOver呼び出し用 */ }

/* =================================
CustomCSS
================================= */
/* Indent
--------------------------------- */
.s-hanging {
  display: block !important;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.s-hanging.s-lv2 {
  display: block !important;
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.s-hanging.s-lv3 {
  display: block !important;
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.s-hanging.s-lv4 {
  display: block !important;
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.s-hanging.s-lv5 {
  display: block !important;
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.s-hanging.s-lv6 {
  display: block !important;
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.s-hanging.s-lv7 {
  display: block !important;
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.s-hanging.s-lv8 {
  display: block !important;
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.s-hanging.s-lv9 {
  display: block !important;
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.s-indent {
  text-indent: 1em !important;
}

/* Font
--------------------------------- */
.s-fsSS {
  font-size: 1.2rem !important;
}

.s-fsS {
  font-size: 1.4rem !important;
}

.s-fsM {
  font-size: 1.6rem !important;
}

.s-fsL {
  font-size: 1.8rem !important;
}

.s-fsLL {
  font-size: 2rem !important;
}

/* Img
--------------------------------- */
.s-flImgL {
  margin: 0 0 10px 10px !important;
}

.s-flImgR {
  margin: 0 10px 10px 0 !important;
}

/* Table
--------------------------------- */
.s-wsNormal {
  white-space: normal;
}

.s-wsNowrap {
  white-space: nowrap;
}

/* =================================
Module Original
================================= */
/* grid-cmn
--------------------------------- */
ul.grid-cmn,
ol.grid-cmn {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid-cmn::after {
  content: "";
  display: block;
  clear: both;
}
.grid-cmn > .grid-cmn-in {
  float: left;
  width: 100%;
}
.grid-cmn > .grid-cmn-in > a {
  display: block;
  width: 100%;
}
.grid-cmn > .grid-cmn-in > a img {
  display: block;
  margin: 0 auto;
}
.grid-cmn.s-col-2 {
  margin-left: -30px;
}
.grid-cmn.s-col-2 > .grid-cmn-in {
  margin-left: 30px;
}
.grid-cmn.s-col-3 {
  margin-left: -23px;
}
.grid-cmn.s-col-3 > .grid-cmn-in {
  margin-left: 23px;
}

/* img-lyt-01
--------------------------------- */
.img-lyt-01.s-left, .img-lyt-01.s-right {
  display: table;
  width: 100%;
}
.img-lyt-01.s-left > .txt,
.img-lyt-01.s-left > .img, .img-lyt-01.s-right > .txt,
.img-lyt-01.s-right > .img {
  display: table-cell;
  vertical-align: top;
}
.img-lyt-01.s-left > .img img, .img-lyt-01.s-right > .img img {
  width: auto;
  max-width: none;
}
.img-lyt-01.s-left > .txt, .img-lyt-01.s-right > .txt {
  width: 100%;
}
.img-lyt-01.s-left > .img {
  padding-right: 25px;
}
.img-lyt-01.s-right {
  direction: rtl;
}
.img-lyt-01.s-right > .txt,
.img-lyt-01.s-right > .img {
  direction: ltr;
}
.img-lyt-01.s-right > .img {
  padding-left: 25px;
}

/* link-type-01
--------------------------------- */
.link-type-01 {
  margin-top: 15px;
}
.link-type-01 a {
  display: inline-block;
  padding-left: 20px;
}
.link-type-01 a > span {
  position: relative;
}
.link-type-01 a > span::before, .link-type-01 a > span::after {
  content: "";
  position: absolute;
  top: 50%;
}
.link-type-01 a > span::before {
  border-radius: 50%;
  background: #003398;
}
.link-type-01 a > span::after {
  width: 4px;
  height: 4px;
  margin-top: -3px;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-type-01 a > span::before, .link-type-01 a > span::after {
  top: 0.7em;
  left: -20px;
}
.link-type-01 a > span::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.link-type-01 a > span::after {
  left: -17px;
}

ul.link-type-01,
ol.link-type-01 {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
ul.link-type-01 > li,
ol.link-type-01 > li {
  margin-top: 10px;
}
ul.link-type-01 > li:first-child,
ol.link-type-01 > li:first-child {
  margin-top: 0;
}

/* link-type-02
--------------------------------- */
.link-type-02 {
  margin-top: 15px;
}
.link-type-02 a {
  display: inline-block;
  padding-left: 20px;
}
.link-type-02 a > span::after {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #003398;
}
.link-type-02 a.no-link {
  text-decoration: none;
  color: initial;
  pointer-events: none;
}

ul.link-type-02,
ol.link-type-02 {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
ul.link-type-02 > li,
ol.link-type-02 > li {
  margin-top: 10px;
}
ul.link-type-02 > li:first-child,
ol.link-type-02 > li:first-child {
  margin-top: 0;
}

/* table-cmn
--------------------------------- */
.table-cmn {
  width: 100%;
  margin-top: 15px;
}
.table-cmn table {
  margin-top: 0;
}
.table-cmn th,
.table-cmn td {
  padding: 5px 10px;
}
.table-cmn > thead > tr > th,
.table-cmn > tbody > tr > th,
.table-cmn > tr > th {
  vertical-align: top;
  white-space: nowrap;
  background: #e5e5e5;
}
.table-cmn > thead > tr > td,
.table-cmn > tbody > tr > td,
.table-cmn > tr > td {
  background: #f5f5f5;
}
.table-cmn ol {
  padding-left: 1.5em;
}
.table-cmn tbody th {
  text-align: left;
}
.table-cmn.s-border {
  border-collapse: collapse;
}
.table-cmn.s-border > thead > tr > th,
.table-cmn.s-border > tbody > tr > th,
.table-cmn.s-border > tr > th,
.table-cmn.s-border > thead > tr > td,
.table-cmn.s-border > tbody > tr > td,
.table-cmn.s-border > tr > td {
  border: 1px solid #ccc;
}
.table-cmn.s-border > thead > tr > th,
.table-cmn.s-border > tbody > tr > th,
.table-cmn.s-border > tr > th {
  background: #eee;
}
.table-cmn.s-border > thead > tr > td,
.table-cmn.s-border > tbody > tr > td,
.table-cmn.s-border > tr > td {
  background: none;
}
.table-cmn.s-none {
  border-collapse: collapse;
}
.table-cmn.s-none > thead > tr > th,
.table-cmn.s-none > tbody > tr > th,
.table-cmn.s-none > tr > th,
.table-cmn.s-none > thead > tr > td,
.table-cmn.s-none > tbody > tr > td,
.table-cmn.s-none > tr > td {
  border: 0;
  background: none;
}

.box-cmn > .table-cmn:first-child {
  margin-top: 0;
}

/* list-data
--------------------------------- */
.list-data dt {
  float: left;
  padding-right: 1em;
  font-weight: bold;
}
.list-data dd {
  overflow: hidden;
  margin: 0 0 0.5em;
}

h5 + .list-data {
  margin-top: 5px;
}

/* list-none
--------------------------------- */
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* list-anc
--------------------------------- */
.list-anc {
  margin: 0 0 0 -5px;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-anc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0 5px;
}
.list-anc li a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.list-anc li a > span {
  position: relative;
  display: table-cell;
  height: 30px;
  padding: 5px 15px 5px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #222;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px #eee;
          box-shadow: 0 1px 1px #eee;
}
.list-anc li a > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #003398;
  border-right: 2px solid #003398;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-anc li a > span:hover {
  color: #fff;
  background: #003398;
}
.list-anc li a > span:hover::after {
  border-color: #fff;
}
.list-anc.s-col-2 li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .list-anc.s-col-2 li {
    width: 100%;
  }
}
.list-anc.s-col-3 li {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  .list-anc.s-col-3 li {
    width: 100%;
  }
}
.list-anc.s-col-4 li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .list-anc.s-col-4 li {
    width: 100%;
  }
}
.list-anc.s-col-5 li {
  width: 20%;
}
.list-anc.s-col-6 li {
  width: 16.66666%;
}

/* list-bd-01
--------------------------------- */
.list-bd-01 {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.list-bd-01::after {
  content: "";
  display: block;
  clear: both;
}
.list-bd-01 > li {
  float: left;
  display: table;
  width: 50%;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.list-bd-01 > li > span {
  display: table-cell;
  vertical-align: middle;
}
.list-bd-01.link-type-02 a {
  display: table-cell;
  vertical-align: middle;
}
.list-bd-01.link-type-02 a span {
  position: relative;
}
.list-bd-01.link-type-02 a span::after {
  top: 7px;
  left: -15px;
}

ul.list-bd-01 li,
ol.list-bd-01 li {
  margin-top: 0;
}

/* btn-cmn
--------------------------------- */
.btn-cmn a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.btn-cmn a > span {
  position: relative;
  display: table-cell;
  height: 30px;
  padding: 5px 15px 5px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #222;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px #eee;
          box-shadow: 0 1px 1px #eee;
}
.btn-cmn a > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #003398;
  border-right: 2px solid #003398;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-cmn a > span:hover {
  color: #fff;
  background: #003398;
}
.btn-cmn a > span:hover::after {
  border-color: #fff;
}

/* box-color-01
--------------------------------- */
.box-color-01 {
  margin-top: 15px;
  padding: 20px;
  background: #eee;
}
.box-color-01 > h5:first-child {
  margin-top: 0 !important;
}

/* img_line_01
--------------------------------- */
.img_line_01 {
  border: 1px solid #ddd;
}

/* list-basic-01
--------------------------------- */
.list-basic-01 {
  list-style-type: disc;
  padding: 0 0 0 1em;
}

.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box-flex-justyfy-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* =================================
Base
================================= */
img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
}

html {
  margin: 0;
  max-height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

/* Font
--------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

/* Anchor
--------------------------------- */
a {
  position: relative;
  color: #003398;
  /* Icon */
}
a::after {
  padding-left: 5px;
}
a[href^="http:"]::after, a[href^="https:"]::after, a[target=_blank]::after {
  content: url(/src/img/common/ico_other_01.png);
}
a:hover {
  text-decoration: none;
}

a.pdf::after {
  content: url(/src/img/common/ico_pdf_01.png);
  position: relative;
  top: 2px;
  vertical-align: middle;
}

a.other::after {
  content: url(/src/img/common/ico_other_01.png);
}

a.is-no-icon::after {
  display: none;
}

/* =================================
Layout
================================= */
/* Header
--------------------------------- */
header.header {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(0, 51, 152)), to(rgb(0, 94, 174)));
  background: -webkit-linear-gradient(left, rgb(0, 51, 152) 20%, rgb(0, 94, 174) 100%);
  background: linear-gradient(to right, rgb(0, 51, 152) 20%, rgb(0, 94, 174) 100%);
  position: relative;
  /* Utility
  --------------------------------- */
  /* GlobalNavigation
  --------------------------------- */
}
header.header .header-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(/src/img/common/bg_header_logo_01.png) 0 0 no-repeat;
}
@media (max-width: 1200px) {
  header.header .header-in {
    background: url(/src/img/common/bg_header_logo_01.png) -10% 0 no-repeat;
  }
}
@media (max-width: 1100px) {
  header.header .header-in {
    background: url(/src/img/common/bg_header_logo_01_tab.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  header.header .header-in {
    background: url(/src/img/common/bg_header_logo_01_sp.png) 0 100% no-repeat;
    background-size: 100% auto;
  }
}
header.header .header-logo a {
  min-width: 300px;
  display: inline-block;
  padding: 35px 0 0 25px;
  height: 110px;
}
@media (max-width: 1100px) {
  header.header .header-logo a {
    min-width: auto;
    max-width: 55vw;
    height: auto;
    padding: 5px 0 10px 10px;
  }
}
header.header .area-utility {
  position: relative;
  background: #fff;
}
header.header .area-utility .sec-etc {
  display: table;
  width: 100%;
}
header.header .area-utility .sec-etc .box-link {
  display: table-cell;
  margin: 0;
  padding: 0px;
  font-size: 1.4rem;
  list-style: none;
  text-align: right;
  vertical-align: middle;
}
@media (min-width: 1100px) {
  header.header .area-utility .sec-etc .box-link {
    padding-right: 15px;
  }
}
header.header .area-utility .sec-etc .box-link > li {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 1100px) {
  header.header .area-utility .sec-etc .box-link > li::before {
    content: "｜";
    padding-right: 15px;
    color: #ccc;
  }
}
header.header .area-utility .sec-etc .box-link > li:first-child::before {
  display: none;
}
header.header .area-utility .sec-etc .box-link > li:first-child {
  margin-left: 0;
}
header.header .area-utility .sec-etc .box-link > li > a {
  text-decoration: none;
  color: #222;
}
header.header .area-utility .sec-etc .box-link > li > a:hover, header.header .area-utility .sec-etc .box-link > li > a.is-active {
  color: #777;
}
header.header .nav-global {
  padding-right: 20px;
}
header.header .nav-global > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 1100px) {
  header.header .nav-global > ul {
    text-align: center;
  }
}
header.header .nav-global > ul > li {
  display: inline-block;
}
header.header .nav-global > ul > li::before {
  content: "｜";
  color: #9ca9ce;
}
header.header .nav-global > ul > li:first-child::before {
  display: none;
}
header.header .nav-global > ul > li > a,
header.header .nav-global > ul > li dt a {
  font-size: 1.4rem;
  text-decoration: none;
}
@media (min-width: 1100px) {
  header.header .nav-global > ul > li > a,
  header.header .nav-global > ul > li dt a {
    display: inline-block;
    color: #fff;
    font-size: calc(12px + 4 * (100vw - 768px) / 432);
    font-weight: bold;
  }
}
@media screen and (min-width: 1200px) {
  header.header .nav-global > ul > li > a,
  header.header .nav-global > ul > li dt a {
    font-size: 16px;
  }
}
header.header .nav-global > ul > li > a:hover span, header.header .nav-global > ul > li > a.is-active span,
header.header .nav-global > ul > li dt a:hover span,
header.header .nav-global > ul > li dt a.is-active span {
  opacity: 0.75;
}
header.header .nav-global > ul > li dl {
  display: inline-block;
  margin: 0;
}
header.header .nav-global > ul > li dl dt a {
  padding: 22px 0;
}
header.header .nav-global > ul > li dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
header.header .nav-global > ul > li dl dd ul li {
  width: 25%;
  list-style: none;
}
header.header .nav-global .header__menu li:nth-child(2) .mega__menu-second ul {
  max-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.header .nav-global .header__menu li:nth-child(2) .mega__menu-second ul li {
  width: 30%;
}
header.header .nav-global .header__menu .mega__menu dt a {
  position: relative;
}
header.header .nav-global .header__menu .mega__menu dt a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1100px) {
  header.header .nav-global .header__menu .mega__menu dt a::before {
    display: none;
  }
}
header.header .nav-global .header__menu .mega__menu:hover dt a::before {
  bottom: 0;
  visibility: visible;
  opacity: 1 !important;
}
header.header .nav-global .header__menu .mega__menu:hover .mega__menu-second {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
header.header .nav-global .header__menu .mega__menu-second {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: #e0e0e0;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  background: #e9ecf1;
  left: 0;
  margin: 0;
  padding: 10px;
}
@media (max-width: 1100px) {
  header.header .nav-global .header__menu .mega__menu-second {
    display: none;
  }
}
header.header .nav-global .header__menu .mega__menu-second ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
}
header.header .nav-global .header__menu .mega__menu-second ul li {
  width: 25%;
  list-style: none;
  margin-bottom: 0.5em;
}
header.header .nav-global .header__menu .mega__menu-second ul li a {
  color: #333;
  display: block;
  padding-left: 1em;
}
header.header .nav-global .header__menu .mega__menu-second ul li a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

/* GoogleCustomSearch
--------------------------------- */
.box-search {
  display: table-cell;
  width: 275px;
  background: #e9edf1;
}

.c-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 75px;
  overflow: hidden;
}
.c-google-input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  margin: 0px;
  height: auto;
  outline: none;
  background-color: transparent;
}
.c-google-input:focus {
  background-image: none;
}
.c-google-input::-webkit-input-placeholder {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 10px center no-repeat;
}
.c-google-input::-moz-placeholder {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 10px center no-repeat;
}
.c-google-input:-ms-input-placeholder {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 10px center no-repeat;
}
.c-google-input::-ms-input-placeholder {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 10px center no-repeat;
}
.c-google-input::placeholder {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 10px center no-repeat;
}
.c-google-btn {
  background: url("/src/img/common/ico_search_01.png") #000 center center no-repeat;
  padding: 16px 35px 17px;
  border: none;
}

input.gsc-search-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input.gsc-search-button-v2 {
  margin-top: 6px !important;
  padding: 6.5px 15px !important;
}

.gsib_a {
  padding: 2px 6px 0 !important;
}

.gsc-control-cse {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.gsc-input-box {
  height: auto !important;
}

.gsc-search-button-v2 {
  background: #000 !important;
  border: none !important;
  padding: 16px 27px !important;
  border-radius: 0 !important;
}
.gsc-search-button-v2 svg {
  width: 20px;
  height: auto;
}

form.gsc-search-box,
table.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-input {
  padding-right: 0 !important;
}

/* Accordion
--------------------------------- */
.only-sp-header-accordion {
  display: block;
  width: 100%;
}

@media (max-width: 1100px) {
  /* Header
  --------------------------------- */
  header.header {
    padding: 0;
    border: 0;
    background: #fff;
    /* GoogleCustomSearch
    --------------------------------- */
    /* Utility
    --------------------------------- */
    /* GlobalNavigation
    --------------------------------- */
  }
  header.header .header-in {
    position: static;
    width: 100%;
    padding: 10px;
  }
  header.header .header-logo {
    float: none;
  }
  header.header .header-logo::before {
    display: none;
  }
  header.header .header-logo h1 {
    margin: 0;
  }
  header.header .header-logo h1 > a {
    display: block;
    line-height: 0;
  }
  header.header .header-logo h1 > a > img {
    width: 180px;
    vertical-align: middle;
  }
  header.header .box-search {
    display: block;
    position: relative;
    top: -2px;
    width: 100%;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
  }
  header.header .gsc-input-box {
    height: 40px !important;
  }
  header.header .gsc-input-box table {
    height: 100%;
  }
  header.header input.gsc-search-button-v2 {
    padding: 13.5px 15px !important;
  }
  header.header .area-utility {
    background: #efefef;
  }
  header.header .area-utility .sec-etc {
    display: block;
    padding: 0;
  }
  header.header .area-utility .sec-etc .box-link {
    position: relative;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #bbb;
  }
  header.header .area-utility .sec-etc .box-link > li {
    width: 50%;
    margin-right: 0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
  }
  header.header .area-utility .sec-etc .box-link > li:nth-child(2n) {
    border-right: 0;
  }
  header.header .area-utility .sec-etc .box-link > li > a {
    display: block;
    padding: 1em 0;
    width: 100%;
    text-align: center;
  }
  header.header .area-utility .sec-etc .box-link > li > a:hover, header.header .area-utility .sec-etc .box-link > li > a.is-active {
    text-decoration: none;
    color: #222;
    background: #ddd;
  }
  header.header .nav-global {
    position: static;
    width: 100%;
    padding: 0;
  }
  header.header .nav-global > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header.header .nav-global > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  header.header .nav-global > ul > li:nth-child(2n) {
    border-right: 0;
  }
  header.header .nav-global > ul > li dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.header .nav-global > ul > li dt {
    width: 100%;
  }
  header.header .nav-global > ul > li dt a,
  header.header .nav-global > ul > li a {
    display: block;
    padding: 1em 0;
  }
  header.header .nav-global > ul > li dt a:hover, header.header .nav-global > ul > li dt a.is-active,
  header.header .nav-global > ul > li a:hover,
  header.header .nav-global > ul > li a.is-active {
    text-decoration: none;
    color: #fff;
    background: #007dda;
  }
  header.header .nav-global > ul > li::before {
    display: none;
  }
  header.header .nav-global > ul > li:nth-child(2n) {
    border-right: 0;
  }
  header.header .nav-global > ul > li:first-child {
    border-left: 0;
  }
  /* Accordion
  --------------------------------- */
  .only-sp-header-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: #ccd6ea;
  }
  .only-sp-btn-accordion {
    position: absolute;
    top: 55%;
    right: 10px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .only-sp-btn-accordion i {
    display: block;
    position: relative;
    top: 23px;
    left: 10px;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
  }
  .only-sp-btn-accordion i:before, .only-sp-btn-accordion i:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
  }
  .only-sp-btn-accordion i:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .only-sp-btn-accordion i:after {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .only-sp-btn-accordion.is-active i {
    background: transparent;
  }
  .only-sp-btn-accordion.is-active i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .only-sp-btn-accordion.is-active i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  .only-sp-header-accordion {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #003398;
    z-index: 99;
  }
}
/* Contents Base
--------------------------------- */
.c-page-ttl-wrap {
  position: relative;
}
.c-page-ttl-wrap h1 {
  position: relative;
  letter-spacing: 0.1em;
}
.c-page-ttl-wrap h1::before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 180px 0 0;
  border-color: #ccd7eb transparent transparent transparent;
  z-index: -1;
}
@media (max-width: 1100px) {
  .c-page-ttl-wrap h1::before {
    border-width: 100px 100px 0 0;
  }
}
.c-page-ttl-wrap span {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .c-page-ttl-wrap span {
    font-size: 2.4rem;
  }
}

.hero-cat {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .hero-cat {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .hero-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}
.hero-cat.s-full > .area-contents {
  width: 1200px;
}
.hero-cat.s-full > .area-contents > .grid-cmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hero-cat.s-full > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in {
  width: calc(100% - 30px)/2;
}
.hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 {
  width: 1223px;
}
.hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in {
  width: 384.6666666667px;
}
.hero-cat > .area-contents {
  width: 100%;
}
.hero-cat > .area-contents:first-child .sec-cmn:nth-child(1) {
  margin-top: 0;
}
.hero-cat > .area-contents > h2 > span > span,
.hero-cat > .area-contents .ttl-visual > span > span {
  display: block;
  font-size: 1.8rem;
  color: #d4e5f5;
}
.hero-cat > .area-contents .ttl-visual {
  position: relative;
  height: auto;
  padding: 0;
  background: none;
}
.hero-cat > .area-contents .ttl-visual > h2 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 2.6rem;
  color: #fff;
}
.hero-cat > .area-contents .ttl-visual > h2 .cat {
  display: block;
  font-size: 1.6rem;
  color: #d4e5f5;
}
.hero-cat > .area-contents .ttl-visual > h2 .sub {
  padding-left: 5px;
  font-size: 1.6rem;
}
.hero-cat > .area-contents .ttl-visual > img {
  width: 100%;
}
.hero-cat > .area-contents > .grid-cmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 3px #aaa;
          box-shadow: 0 0 3px #aaa;
  background: #e9edf1;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a {
  text-decoration: none;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a:hover {
  opacity: 0.7;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl {
  position: relative;
  display: block;
  padding: 13px 15px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 2px #003398;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::before, .hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::before {
  border-radius: 50%;
  background: #003398;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::after {
  width: 4px;
  height: 4px;
  margin-top: -3px;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::before, .hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::after {
  right: 0;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::before {
  right: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl::after {
  right: 23px;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .txt {
  display: table;
  width: 100%;
  padding: 15px;
  color: #222;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .txt > span {
  display: table-cell;
  vertical-align: top;
}
.hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .txt > span:first-child {
  width: 130px;
  padding-right: 15px;
}
.hero-cat > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in {
  width: calc((100% - 60px) / 2);
}
.hero-cat > .area-contents > .grid-cmn.s-col-3 {
  width: 1003px;
}
.hero-cat > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in {
  width: 311.3333333333px;
}
.hero-cat > .area-contents > .sec-cat-img {
  margin-bottom: 3em;
}
.hero-cat > .area-contents > .sec-cmn {
  margin: 30px 0 20px;
}
.hero-cat > .area-contents > .sec-cmn.s-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-cat > .area-contents h2 {
  color: #003398;
  padding: 0 0 1em 0;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: solid 2px #003398;
}
.hero-cat > .area-contents .sec-cmn .box-cmn {
  padding: 20px 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn p:first-child,
.hero-cat > .area-contents .sec-cmn .box-cmn ul:first-child,
.hero-cat > .area-contents .sec-cmn .box-cmn ol:first-child {
  margin-top: 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn p:last-child,
.hero-cat > .area-contents .sec-cmn .box-cmn ul:last-child,
.hero-cat > .area-contents .sec-cmn .box-cmn ol:last-child {
  margin-bottom: 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h3 {
  margin: 30px 0 1em;
  font-size: 2.6rem;
  border-bottom: solid 2px #e9edf1;
  padding: 0.75em 0;
  position: relative;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h3:after {
  display: block;
  content: "";
  width: 70px;
  height: 2px;
  background: #003398;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h3:first-child {
  margin-top: 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h3 + p {
  margin-top: 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h4 {
  color: #003398;
  margin: 1.5em 0 1em;
  font-size: 2.2rem;
  /*&::after {
    content: "";
    display: block;
    background: $bg-color-base;
    height: 1px;
    width: 1.5em;
    margin-top: 0.5em;
  }
  */
}
.hero-cat > .area-contents .sec-cmn .box-cmn h4:first-child {
  margin-top: 0;
}
.hero-cat > .area-contents .sec-cmn .box-cmn h4 + p, .hero-cat > .area-contents .sec-cmn .box-cmn h4 + ul, .hero-cat > .area-contents .sec-cmn .box-cmn h4 + ol {
  margin-top: 5px;
}
.hero-cat > .area-contents .sec-cmn .box-cmn.grid-cmn.s-col-2 > .grid-cmn-in,
.hero-cat > .area-contents .sec-cmn .box-cmn > .grid-cmn.s-col-2 > .grid-cmn-in {
  width: 50%;
  margin-left: 0;
  padding-left: 30px;
}
.hero-cat > .area-contents .sec-cmn .box-cmn.grid-cmn.s-col-3 > .grid-cmn-in,
.hero-cat > .area-contents .sec-cmn .box-cmn > .grid-cmn.s-col-3 > .grid-cmn-in {
  width: 33.33333%;
  margin-left: 0;
  padding-left: 15px;
}
.hero-cat > .nav-local {
  min-width: 230px;
  margin-left: 30px;
}
@media (max-width: 980px) {
  .hero-cat > .nav-local {
    min-width: 200px;
  }
}
.hero-cat > .nav-local > .nav-local-in {
  margin-bottom: 20px;
}
.hero-cat > .nav-local > .nav-local-in > .ttl {
  position: relative;
  padding: 20px;
  font-size: 1.8rem;
  background: #ccd6ea;
  border-bottom: 1px solid #003398;
}
.hero-cat > .nav-local > .nav-local-in > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-cat > .nav-local > .nav-local-in > ul > li > a {
  font-weight: 500;
  display: block;
  padding: 15px;
  border-top: 1px solid #e9edf1;
  color: #222;
  text-decoration: none;
}
.hero-cat > .nav-local > .nav-local-in > ul > li > a:hover, .hero-cat > .nav-local > .nav-local-in > ul > li > a.is-active {
  background: #e9edf1;
}
.hero-cat > .nav-local > .nav-local-in > ul > li > ul > li > a {
  background: #eee;
}
.hero-cat > .nav-local > .nav-local-in > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #fff;
  background: #222;
}
.hero-cat > .nav-local > .nav-local-in > ul > li > ul > li > a:hover::before {
  border-left-color: #fff;
}

/* Contents Custom
--------------------------------- */
.c-lelated-links dl dt,
.c-archive-links dl dt {
  color: #003398;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0.5em;
  display: inline-block;
}
.c-lelated-links dl dt::before,
.c-archive-links dl dt::before {
  content: "＋";
  margin-right: 5px;
}
.c-lelated-links dl dt.is-active::before,
.c-archive-links dl dt.is-active::before {
  content: "―";
}
.c-lelated-links dl dd,
.c-archive-links dl dd {
  display: none;
  margin: 0;
}
.c-lelated-links dl dd ul,
.c-archive-links dl dd ul {
  padding: 0;
}
.c-lelated-links dl dd ul li,
.c-archive-links dl dd ul li {
  list-style: none;
}

.c-archive-links {
  margin-top: 2em;
}
.c-archive-links dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
}
.c-archive-links dl dd ul li {
  width: calc((100% - 150px) / 5);
  margin: 0 0 1em 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
}
.c-archive-links dl dd ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.c-archive-links dl dd ul li a:hover {
  opacity: 0.7;
}
.c-archive-links.--col dl dd ul li {
  width: calc((100% - 120px) / 4);
}

.c-lelated-links dl dd li {
  margin-bottom: 2px;
}
.c-lelated-links dl dd li a {
  background: #efefef;
  display: block;
  text-decoration: none;
  padding: 0.5em;
}
.c-lelated-links dl dd li a:hover {
  opacity: 0.7;
}

.area-project-vision {
  margin-bottom: 2em;
}
.area-project-vision h2 {
  text-align: center;
  font-size: 2rem !important;
  color: #003398 !important;
  background: none !important;
  margin-bottom: 1em;
  border: none !important;
}
.area-project-vision h2 span {
  font-size: 3.6rem;
}
.area-project-vision-img {
  background: url(/src/img/project/bg_visual.png) repeat-x;
}
.area-project-vision-img-inner {
  position: relative;
  font-size: 1px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .area-project-vision-img-inner {
    font-size: calc(0.0009765625 * (100vw - 56px));
  }
}
.area-project-vision-img-inner .c-btn_visual {
  width: 330em;
  height: 104em;
  position: absolute;
  display: block;
  background: transparent;
  bottom: 22em;
}
@media screen and (max-width: 1160px) {
  .area-project-vision-img-inner .c-btn_visual {
    width: 325em;
  }
}
.area-project-vision-img-inner .c-btn_visual:nth-child(1) {
  left: 348em;
}
@media screen and (max-width: 1160px) {
  .area-project-vision-img-inner .c-btn_visual:nth-child(1) {
    left: 343em;
  }
}
.area-project-vision-img-inner .c-btn_visual:nth-child(2) {
  left: 0;
}
.area-project-vision-img-inner .c-btn_visual:nth-child(3) {
  right: 0;
}

/* 北陸経済連合会とは */
.hero-cat > .area-contents.area-about .sec-rule .list-num {
  display: table;
  width: 100%;
}
.hero-cat > .area-contents.area-about .sec-rule .list-num .ttl-num {
  display: table-cell;
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  vertical-align: top;
  white-space: nowrap;
}
.hero-cat > .area-contents.area-about .sec-rule .list-num .ttl-num + span {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.hero-cat > .area-contents.area-about .sec-rule .list-num-i {
  padding-left: 27px;
}
.hero-cat > .area-contents.area-about .sec-rule p.list-num-i {
  margin-bottom: 0;
}

.c-profile-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-profile-msg .img {
  font-family: Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  min-width: 10em;
  margin-right: 2.5em;
}
.c-profile-msg .img .sign {
  max-width: 150px;
}

/* 入会のご案内 */
.hero-cat > .area-contents.area-mamber > .sec-msg > .box-cmn > .txt > .read {
  font-size: 2rem;
  font-family: Verdana, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-indent: -0.5em;
  color: #003398;
}
.hero-cat > .area-contents.area-mamber > .sec-msg > .box-cmn > .txt > .read > p + p {
  text-align: right;
  font-size: 1.4rem;
  color: #222;
}
.hero-cat > .area-contents.area-mamber > .sec-msg > .box-cmn > .txt > .read > p + p > img {
  width: 130px;
  padding-left: 15px;
}

/* topic
--------------------------------- */
.c-list-topic ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 0 -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-list-topic ul li {
  list-style: none;
  width: calc((100% - 150px) / 5);
  margin-left: 30px;
}
.c-list-topic ul li a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
}
.c-list-topic ul li a:hover {
  opacity: 0.7;
}
.c-list-topic ul li p {
  margin-top: 0.5em;
  display: inline;
}
.c-list-topic ul li .c-img_box {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-list-topic ul li .c-img_box .c-img {
  width: 100%;
  margin: 0 0 5px 0;
  display: block;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.c-list-topic ul li .c-img_box .c-img::after {
  content: "";
  padding-top: 75%;
  display: block;
}
.c-list-topic.--col ul li {
  width: calc((100% - 120px) / 4);
}

/* BreadCrumb
--------------------------------- */
.nav-bread-crumb {
  text-align: right;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
}
.nav-bread-crumb > ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.nav-bread-crumb > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.4rem;
}
.nav-bread-crumb > ul > li > a {
  padding-right: 15px;
  text-decoration: none;
}
.nav-bread-crumb > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 0;
  color: #999;
}
.nav-bread-crumb > ul > li > a:hover {
  opacity: 0.7;
}

/* Footer
--------------------------------- */
.footer-wrap {
  margin-top: 50px;
}

.l-pagetop {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.l-pagetop a {
  color: #fff;
  width: 100%;
  background: #000;
  text-decoration: none;
  display: block;
  padding: 18px 20px;
  text-decoration: none;
}
.l-pagetop a span {
  position: relative;
}
.l-pagetop a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-pagetop a:hover {
  opacity: 0.7;
}

.footer {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  .footer {
    display: block;
  }
}
.footer .footer-logo {
  display: block;
  margin-bottom: 1.5em;
}
.footer div {
  position: relative;
}
.footer div:nth-child(1) {
  min-width: 400px;
}
.footer div:nth-child(1) li {
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 980px) {
  .footer div:nth-child(1) {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .footer div:nth-child(1) {
    margin: 1em 0;
  }
}
.footer div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .footer div:nth-child(2) {
    padding-top: 0.75em;
  }
}
.footer div:nth-child(2) dl {
  margin: 0;
}
.footer div:nth-child(2) dl:nth-child(1) {
  max-width: 35%;
}
.footer div:nth-child(2) dl dt {
  font-weight: bold;
}
.footer div:nth-child(2) dl dt a {
  color: #222;
  text-decoration: none;
}
.footer div:nth-child(2) dl dd {
  margin: 0 0 1em 1em;
}
.footer div:nth-child(2) dl dd a {
  text-indent: -1em;
  font-size: 1.4rem;
  position: relative;
}
.footer div:nth-child(2) dl dd a::before {
  position: absolute;
  content: "-";
}
.footer ul {
  margin: 1em 0 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: #222;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #777;
}
.footer .img_a_s_hokuriku {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .l-copyright {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* GoogleMap
--------------------------------- */
#googleMap {
  overflow: hidden;
  position: relative;
  height: 400px;
}
#googleMap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  /* pointer-events: none; Googleマップスクロール無効 */
}

/* =================================
CMS
================================= */
/* CMS_カテゴリページ用スタイル */
.area-cms .list-cms,
.sec-activity-cms .list-cms {
  margin: 0;
  padding: 0;
  list-style: none;
}
.area-cms .list-cms > li,
.sec-activity-cms .list-cms > li {
  display: table;
  width: 100%;
}
.area-cms .list-cms > li > .date,
.area-cms .list-cms > li > .ttl,
.area-cms .list-cms > li > .note,
.sec-activity-cms .list-cms > li > .date,
.sec-activity-cms .list-cms > li > .ttl,
.sec-activity-cms .list-cms > li > .note {
  display: table-cell;
  vertical-align: top;
}
.area-cms .list-cms > li > .date,
.sec-activity-cms .list-cms > li > .date {
  width: 120px;
  color: #555;
  white-space: nowrap;
}
.area-cms .list-cms > li > .ttl:first-child,
.sec-activity-cms .list-cms > li > .ttl:first-child {
  padding-right: 15px;
}
.area-cms .list-cms > li > .ttl:last-child,
.sec-activity-cms .list-cms > li > .ttl:last-child {
  padding-left: 15px;
}
.area-cms .list-cms > li > .ttl + .note,
.sec-activity-cms .list-cms > li > .ttl + .note {
  padding: 0 15px;
}
.area-cms .list-cms > li > .note,
.sec-activity-cms .list-cms > li > .note {
  width: 200px;
  font-size: 1.4rem;
  color: #555;
  border-left: 1px dotted #ddd;
}
.area-cms .list-cms > li > .note:first-child,
.sec-activity-cms .list-cms > li > .note:first-child {
  padding: 0 15px 0 0;
  border-left: 0;
  border-right: 1px dotted #ddd;
}
.area-cms .list-cms > li > .note:first-child + .note,
.sec-activity-cms .list-cms > li > .note:first-child + .note {
  padding: 0 15px;
  border-left: 0;
  border-right: 1px dotted #ddd;
}
.area-cms .list-cms > li > .note:first-child + .ttl,
.sec-activity-cms .list-cms > li > .note:first-child + .ttl {
  padding: 0 15px;
}
.area-cms .list-cms > li > .note:last-child,
.sec-activity-cms .list-cms > li > .note:last-child {
  padding-left: 15px;
}
.area-cms .list-cms.s-cat-01 > li > .date,
.sec-activity-cms .list-cms.s-cat-01 > li > .date {
  width: 110px;
  line-height: 1.4;
}
.area-cms .list-cms.s-cat-01 > li > .cat,
.sec-activity-cms .list-cms.s-cat-01 > li > .cat {
  display: table-cell;
  width: 130px;
  margin: 0;
  padding: 2px 7px 0 0;
  font-size: 1.1rem;
  font-family: メイリオ, Meiryo, "ＭＳ Pゴシック", sans-serif;
  vertical-align: top;
  text-align: center;
}
.area-cms .list-cms.s-cat-01 > li > .cat > span,
.sec-activity-cms .list-cms.s-cat-01 > li > .cat > span {
  display: inline-block;
  width: 100%;
  padding: 3px;
  line-height: 1.3em;
  color: #fff;
  border-radius: 2px;
}

/* CMS_記事ページ用スタイル */
.area-cms.article > .sec-cmn h3 > .date {
  display: block;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555;
}
.area-cms.article > .sec-cmn > .box-cmn::after {
  content: "";
  display: block;
  clear: both;
}
.area-cms.article > .sec-cmn > .box-cmn .img > img {
  display: block;
  margin: 20px auto 0;
}
.area-cms.article > .sec-cmn > .box-cmn .img > img:first-child {
  margin-top: 0;
}
.area-cms.article > .sec-cmn > .box-cmn .img figcaption {
  padding-top: 5px;
  font-size: 1.4rem;
  text-align: center;
  color: #555;
}
.area-cms.article > .sec-cmn > .box-cmn .img figcaption:last-child {
  margin-bottom: -1em;
}
.area-cms.article > .sec-cmn > .box-cmn h4 + .img {
  padding-top: 5px;
}
.area-cms.article > .sec-cmn > .box-cmn .txt > * {
  overflow: hidden;
}
.area-cms.article > .sec-cmn > .box-cmn .txt > h4:first-child {
  margin-top: 0;
}
.area-cms.article > .sec-cmn > .box-cmn .txt > div,
.area-cms.article > .sec-cmn > .box-cmn .txt > p {
  overflow: visible;
}
.area-cms.article > .sec-cmn > .box-cmn .txt ul {
  padding-left: 1.3em;
}
.area-cms.article > .sec-cmn > .box-cmn .txt ol {
  padding-left: 1.5em;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-01 .img, .area-cms.article > .sec-cmn > .box-cmn.layout-02 .img {
  width: 250px;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-01 .img {
  float: left;
  margin: 0 30px 30px 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-02 .img {
  float: right;
  margin: 0 0 30px 30px;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-03 .img {
  width: 100%;
  margin: 20px auto;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-03 .img:first-child {
  margin-top: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-03 .img:last-child {
  margin-bottom: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-03 .img > figcaption:last-child {
  margin-bottom: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img:first-child {
  margin-top: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img:last-child {
  margin-bottom: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img > figcaption:last-child {
  margin-bottom: 0;
}
.area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img + .img {
  padding-right: 0;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  /* =================================
  Module
  ================================= */
  /* grid-cmn
  --------------------------------- */
  .grid-cmn {
    width: 100% !important;
  }
  .grid-cmn > .grid-cmn-in {
    float: none;
  }
  .grid-cmn.s-col-2, .grid-cmn.s-col-3 {
    width: 100% !important;
    margin-left: 0;
  }
  .grid-cmn.s-col-2 > .grid-cmn-in, .grid-cmn.s-col-3 > .grid-cmn-in {
    width: 100% !important;
    margin-left: 0;
  }
  /* img-lyt-01
  --------------------------------- */
  .img-lyt-01.s-left, .img-lyt-01.s-right {
    display: block;
  }
  .img-lyt-01.s-left > .txt,
  .img-lyt-01.s-left > .img, .img-lyt-01.s-right > .txt,
  .img-lyt-01.s-right > .img {
    display: block;
  }
  .img-lyt-01.s-left > .img {
    padding-right: 0;
  }
  .img-lyt-01.s-right {
    direction: inherit;
  }
  .img-lyt-01.s-right > .txt,
  .img-lyt-01.s-right > .img {
    direction: inherit;
  }
  .img-lyt-01.s-right > .img {
    padding-left: 0;
  }
  /* table-cmn
  --------------------------------- */
  /* table-cmn
  --------------------------------- */
  .table-cmn colgroup > col {
    width: 100% !important;
  }
  .table-cmn th,
  .table-cmn td {
    display: block;
  }
  .table-cmn.s-border {
    border-bottom: 1px solid #ddd;
  }
  .table-cmn.s-border > thead > tr > th,
  .table-cmn.s-border > tbody > tr > th,
  .table-cmn.s-border > tr > th,
  .table-cmn.s-border > thead > tr > td,
  .table-cmn.s-border > tbody > tr > td,
  .table-cmn.s-border > tr > td {
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .box-cmn > .table-cmn:first-child {
    margin-top: 0;
  }
  /* list-data
  --------------------------------- */
  .list-data dt {
    float: none;
    padding-right: 0;
  }
  /* list-anc
  --------------------------------- */
  .list-anc {
    display: block;
  }
  .list-anc.s-col-3 li, .list-anc.s-col-4 li {
    width: 100%;
  }
  .list-anc.s-col-5, .list-anc.s-col-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-anc.s-col-5 li, .list-anc.s-col-6 li {
    width: 33.33%;
  }
  /* list-bd-01
  --------------------------------- */
  .list-bd-01 {
    border: 1px solid #ccc;
  }
  .list-bd-01 > li {
    float: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
  }
  .list-bd-01 > li:first-child {
    border-top: 0;
  }
  /* btn-cmn
  --------------------------------- */
  .btn-cmn {
    width: 100% !important;
  }
  /* =================================
  Layout
  ================================= */
  .only-sp-header-accordion {
    top: 59px;
  }
  /* Contents
  --------------------------------- */
  .hero-cat {
    width: 100%;
    margin-top: 0;
  }
  .hero-cat.s-full > .area-contents {
    width: 100%;
  }
  .hero-cat.s-full > .area-contents > .grid-cmn {
    width: 100%;
  }
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-2, .hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 {
    width: 100%;
  }
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in, .hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in {
    width: 100%;
  }
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in.sec-cmn,
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in .sec-cmn, .hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in.sec-cmn,
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in .sec-cmn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero-cat.s-full > .area-contents > .grid-cmn.s-col-2 > .grid-cmn-in > h3:first-child, .hero-cat.s-full > .area-contents > .grid-cmn.s-col-3 > .grid-cmn-in > h3:first-child {
    padding-top: 0;
  }
  .hero-cat > .area-contents,
  .hero-cat > .nav-local {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .hero-cat > .area-contents > h2,
  .hero-cat > .area-contents .ttl-visual {
    font-size: 2.2rem;
  }
  .hero-cat > .area-contents > h2 > span > span,
  .hero-cat > .area-contents .ttl-visual > span > span {
    font-size: 1.6rem;
  }
  .hero-cat > .area-contents > h2 + .sec-cmn,
  .hero-cat > .area-contents .ttl-visual + .sec-cmn {
    margin-top: -15px;
  }
  .hero-cat > .area-contents .ttl-visual {
    position: static;
  }
  .hero-cat > .area-contents .ttl-visual > h2 {
    position: static;
    padding: 20px 15px 0;
    font-size: 2.4rem;
    background: #0066b2;
  }
  .hero-cat > .area-contents .ttl-visual > h2 .cat {
    font-size: 1.4rem;
  }
  .hero-cat > .area-contents .ttl-visual > h2 .sub {
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .hero-cat > .area-contents > .grid-cmn {
    padding: 0 10px;
  }
  .hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .ttl {
    font-size: 1.8rem;
    padding: 0.5em 0.75em;
  }
  .hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .txt > span {
    font-size: 1.4rem;
  }
  .hero-cat > .area-contents > .grid-cmn > .grid-cmn-in > a > .txt > span:first-child {
    width: 100px;
    text-align: center;
    padding-right: 10px;
  }
  .hero-cat > .area-contents > .sec-read {
    padding: 0 10px;
  }
  .hero-cat > .area-contents > .sec-cmn {
    padding: 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero-cat > .area-contents > .sec-cmn .box-cmn h2 {
    font-size: 2rem;
  }
  .hero-cat > .area-contents > .sec-cmn .box-cmn h3 {
    font-size: 1.6rem;
  }
  .hero-cat > .area-contents > .sec-cmn:last-child {
    margin-bottom: 40px;
  }
  .hero-cat > .area-contents h2 {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
  .hero-cat > .area-contents h3 {
    padding: 10px 0;
    font-size: 2rem;
  }
  .hero-cat > .area-contents .sec-cmn .box-cmn {
    padding: 20px 0 0;
  }
  .hero-cat > .area-contents .sec-cmn .box-cmn h4 {
    font-size: 1.6rem;
  }
  .hero-cat > .area-contents .sec-cmn .box-cmn.grid-cmn > .grid-cmn-in,
  .hero-cat > .area-contents .sec-cmn .box-cmn > .grid-cmn > .grid-cmn-in {
    margin-bottom: 20px;
  }
  .hero-cat > .area-contents .sec-cmn .box-cmn.grid-cmn.s-col-2 > .grid-cmn-in, .hero-cat > .area-contents .sec-cmn .box-cmn.grid-cmn.s-col-3 > .grid-cmn-in,
  .hero-cat > .area-contents .sec-cmn .box-cmn > .grid-cmn.s-col-2 > .grid-cmn-in,
  .hero-cat > .area-contents .sec-cmn .box-cmn > .grid-cmn.s-col-3 > .grid-cmn-in {
    padding-left: 0;
  }
  .hero-cat > .nav-local {
    padding: 0 10px;
  }
  .hero-cat > .nav-local > .nav-local-in > .ttl {
    font-size: 1.6rem;
    padding: 10px;
  }
  .hero-cat > .nav-local > .nav-local-in > ul > li > a {
    padding: 10px;
  }
  .c-page-ttl-wrap {
    min-height: 100px;
  }
  .c-page-ttl-wrap h1 {
    position: initial;
  }
  .c-page-ttl-wrap h1::before {
    position: absolute;
  }
  .c-page-ttl-wrap h1 span {
    position: relative;
    margin-top: 10px;
  }
  /* BreadCrumb
  --------------------------------- */
  .nav-bread-crumb {
    position: relative;
    padding: 0 10px;
    top: 5px;
    right: 0;
  }
  .nav-bread-crumb > ul > li {
    font-size: 1.2rem;
  }
  /* Footer
  --------------------------------- */
  .footer {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  .footer div {
    position: relative;
  }
  .footer div:nth-child(1) {
    min-width: auto;
  }
  .footer div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px 0;
    border-top: solid 1px #ccc;
  }
  .footer div:nth-child(2) dl:nth-child(1) {
    max-width: none;
  }
  .footer div:nth-child(2) dl dd ul {
    margin-top: 0.5em;
  }
  .footer div:nth-child(2) dl dd ul li {
    margin-bottom: 0.5em;
  }
  .footer .footer-logo {
    max-width: 200px;
    margin: 1.5em auto 0;
  }
  .footer > ul > li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ddd;
  }
  .footer > ul > li:first-child {
    border: 0;
  }
  .footer > ul > li::before {
    display: none;
  }
  .footer > ul > li > a {
    display: block;
    padding: 15px 0;
  }
  .footer > ul > li > a:hover {
    color: #222;
  }
  .footer > ul > li:hover {
    background: #003398;
  }
  .footer > ul > li:hover > a {
    color: #fff;
  }
  .footer + p {
    font-size: 1.2rem;
    color: #666;
  }
  .footer .img_a_s_hokuriku {
    position: static;
    text-align: center;
    margin: 1em 0 0;
  }
  .footer .img_a_s_hokuriku img {
    max-width: 45px;
  }
  .footer .l-copyright {
    font-size: 1rem;
  }
  /* Contents Custom
  --------------------------------- */
  .c-archive-links dl dd ul,
  .c-archive-links.--col dl dd ul {
    margin-left: -20px;
  }
  .c-archive-links dl dd ul li,
  .c-archive-links.--col dl dd ul li {
    width: calc((100% - 40px) / 2);
    margin-left: 20px;
  }
  /* 北陸経済連合会とは */
  .c-profile-msg {
    display: block;
  }
  .c-profile-msg .img {
    text-align: center;
    margin: 0 0 2.5em;
  }
  .area-project-vision h2 {
    font-size: 1.6rem !important;
  }
  .area-project-vision h2 span {
    font-size: 2rem;
  }
  .area-project-vision-img-inner {
    max-width: 100%;
    font-size: calc(0.0013368984 * (100vw - 20px));
  }
  .area-project-vision-img-inner .c-btn_visual {
    width: 235em;
    height: 75em;
    bottom: 15em;
  }
  /* 入会のご案内 */
  /* topic
  --------------------------------- */
  /* =================================
  CMS
  ================================= */
  /* Category
  --------------------------------- */
  /* Article
  --------------------------------- */
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .area-project-vision-img-inner .c-btn_visual {
    width: 240em;
  }
}
@media screen and (max-width: 768px) {
  .area-project-vision-img-inner .c-btn_visual:nth-child(1) {
    left: 245em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .area-project-vision-img-inner .c-btn_visual:nth-child(1) {
    left: 253em;
  }
}
@media screen and (max-width: 768px) {
  .hero-cat > .area-contents.area-mamber > .sec-msg > .box-cmn > .img {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-cat > .area-contents.area-mamber > .sec-msg > .box-cmn > .txt > .read > p > br {
    display: none;
  }
  .c-list-topic ul,
  .c-list-topic.--col ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -20px;
  }
  .c-list-topic ul li,
  .c-list-topic.--col ul li {
    margin: 0 0 1em 20px;
    width: calc((100% - 40px) / 2);
  }
  .area-cms .list-cms > li,
  .sec-activity-cms .list-cms > li {
    display: block;
  }
  .area-cms .list-cms > li > .date,
  .area-cms .list-cms > li > .ttl,
  .area-cms .list-cms > li > .note,
  .sec-activity-cms .list-cms > li > .date,
  .sec-activity-cms .list-cms > li > .ttl,
  .sec-activity-cms .list-cms > li > .note {
    display: block;
  }
  .area-cms .list-cms > li > .date,
  .sec-activity-cms .list-cms > li > .date {
    width: 100%;
  }
  .area-cms .list-cms > li > .ttl:first-child,
  .sec-activity-cms .list-cms > li > .ttl:first-child {
    padding-right: 0;
  }
  .area-cms .list-cms > li > .ttl:last-child,
  .sec-activity-cms .list-cms > li > .ttl:last-child {
    padding-left: 0;
  }
  .area-cms .list-cms > li > .ttl + .note,
  .sec-activity-cms .list-cms > li > .ttl + .note {
    padding: 10px 0 0;
  }
  .area-cms .list-cms > li > .note,
  .sec-activity-cms .list-cms > li > .note {
    width: 100%;
    border-left: 0;
  }
  .area-cms .list-cms > li > .note:first-child,
  .sec-activity-cms .list-cms > li > .note:first-child {
    padding: 0 0 10px;
    border-right: 0;
  }
  .area-cms .list-cms > li > .note:first-child + .note,
  .sec-activity-cms .list-cms > li > .note:first-child + .note {
    padding: 10px 0;
    border-right: 0;
  }
  .area-cms .list-cms > li > .note:first-child + .ttl,
  .sec-activity-cms .list-cms > li > .note:first-child + .ttl {
    padding: 0;
  }
  .area-cms .list-cms > li > .note:last-child,
  .sec-activity-cms .list-cms > li > .note:last-child {
    padding: 10px 0 0;
  }
  .area-cms .list-cms.s-cat-01 > li,
  .sec-activity-cms .list-cms.s-cat-01 > li {
    margin-bottom: 20px;
  }
  .area-cms .list-cms.s-cat-01 > li > .date,
  .sec-activity-cms .list-cms.s-cat-01 > li > .date {
    display: inline-block;
    line-height: 1.2;
  }
  .area-cms .list-cms.s-cat-01 > li > .cat,
  .sec-activity-cms .list-cms.s-cat-01 > li > .cat {
    display: inline-block;
    padding: 0;
  }
  .area-cms .list-cms.s-cat-01 > li > .cat + span, .area-cms .list-cms.s-cat-01 > li > .cat + a,
  .sec-activity-cms .list-cms.s-cat-01 > li > .cat + span,
  .sec-activity-cms .list-cms.s-cat-01 > li > .cat + a {
    display: block;
    margin-top: 7px;
  }
  .area-cms.article > .sec-cmn > .box-cmn .img {
    width: 100%;
  }
  .area-cms.article > .sec-cmn > .box-cmn .txt > * {
    overflow: visible;
  }
  .area-cms.article > .sec-cmn > .box-cmn.layout-01 .img, .area-cms.article > .sec-cmn > .box-cmn.layout-02 .img {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img {
    display: block;
    margin: 20px 0;
  }
  .area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img {
    float: none;
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding-right: 0;
  }
  .area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img:first-child {
    margin-top: 0;
  }
  .area-cms.article > .sec-cmn > .box-cmn.layout-04 .wrap-img > .img + .img {
    padding-left: 0;
  }
}