@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

html {
  color: #333;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #039;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:visited {
  color: #9e3bc7;
  text-decoration: none;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.l-header.is-opened {
  height: auto;
}

.l-header__inner {
  position: relative;
  margin: 0 8px;
}

.l-header__inner::after {
  content: "";
  display: block;
  clear: both;
}

.l-header__logo {
  position: absolute;
  width: 112px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
}

.l-header__buttonlist {
  float: right;
  margin: 6px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.64285714rem;
  font-size: 0.71428571rem;
  letter-spacing: -0.1em;
}

.l-header__buttonlist::after {
  content: "";
  display: block;
  clear: both;
}

.l-header__buttonlist li {
  float: left;
  min-width: 43px;
  margin: 0 0 0 5px;
  line-height: 1;
  text-decoration: none;
}

.l-header__buttonlist li:first-child {
  margin-left: 0;
}

.l-header__buttonlist li a {
  display: block;
  color: inherit;
  text-decoration: inherit;
}

.l-header__buttonicon {
  position: relative;
  display: block;
  margin: 0 0 4px;
  height: 37px;
  border-radius: 3px;
  background: #0082d5;
  -webkit-transition: border 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border 200ms ease, -webkit-box-shadow 200ms ease;
  -o-transition: border 200ms ease, box-shadow 200ms ease;
  transition: border 200ms ease, box-shadow 200ms ease;
  transition: border 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  -webkit-transition: border 200ms ease, box-shadow 200ms ease;
}

.l-header__buttonicon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}

.l-header__buttonlist li.is-opened .l-header__buttonicon {
  background: #00518e;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15) inset;
}

.l-header__sitesearch {
  display: none;
  padding: 1em 8px;
  background: #fff;
}

.l-header__popup-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}

.l-header__popup-menu-heading {
  position: relative;
  height: 63px;
  padding: 0 15px;
  background: #fff;
  border-top: 4px solid #0082d5;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.l-header__popup-menu-heading-title {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-header__popup-menu-heading-close {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  padding: 0.5em 2em 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f5f5f5;
  font-weight: bold;
  color: #666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-header__popup-menu-heading-close::before,
.l-header__popup-menu-heading-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  border-radius: 50px;
  background: #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__popup-menu-heading-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__gnav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header__gnav > li {
  border-top: 1px solid #0082d5;
}

.l-header__gnav > li:last-child {
  border-bottom: 1px solid #0082d5;
}

.l-header__gnav-label {
  position: relative;
  display: block;
  padding: 0.6em 37px 0.6em 15px;
  background: #ebf7ff;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #0082d5;
}

.l-header__gnav-label::before,
.l-header__gnav-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  background: #0082d5;
  border-radius: 50px;
  -webkit-transition: transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.l-header__gnav-label::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header__gnav li.is-opened > .l-header__gnav-label::before,
.l-header__gnav li.is-opened > .l-header__gnav-label::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-header__gnav li.is-opened > .l-header__gnav-label::after {
  opacity: 0;
}

.l-header__gnav-second-heading {
  margin-bottom: 0;
  border-top: 1px solid #0082d5;
  background: #fff;
  font-size: 1.16667rem;
  font-weight: bold;
}

.l-header__gnav-second-heading a {
  position: relative;
  display: block;
  padding: 0.6em 37px 0.6em 15px;
  color: #0082d5;
  text-decoration: inherit;
}

.l-header__gnav-second-heading a::before,
.l-header__gnav-second-heading a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 3px;
  border-radius: 50px;
  background: #0082d5;
}

.l-header__gnav-second-heading a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__gnav-second-heading a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__gnav-second-list {
  margin: 0;
  padding: 0 15px;
  background: #0082d5;
  font-size: 1.16666666rem;
  list-style: none;
}

.l-header__gnav-second-list > li > a,
.l-header__gnav-second-label {
  display: block;
  padding: 0.6em 22px 0.6em 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.l-header__gnav-second-list > li:last-child > a,
.l-header__gnav-second-list > li:last-child .l-header__gnav-second-label {
  border-bottom: none;
}

.l-header__gnav-second-list > li > a {
  position: relative;
}

.l-header__gnav-second-list > li > a::before,
.l-header__gnav-second-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 11px;
  height: 3px;
  border-radius: 50px;
  background: #fff;
}

.l-header__gnav-second-list > li > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__gnav-second-list > li > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__gnav-second-label {
  position: relative;
}

.l-header__gnav-second-label::before,
.l-header__gnav-second-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.l-header__gnav-second-label::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header__gnav li.is-opened > .l-header__gnav-second-label::before,
.l-header__gnav li.is-opened > .l-header__gnav-second-label::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-header__gnav li.is-opened > .l-header__gnav-second-label::after {
  opacity: 0;
}

.l-header__gnav-second-list > li:fast-child > a {
  border-top: none;
}

.l-header__gnav-third-list {
  margin: 0;
  padding: 0 0 15px;
  font-size: 1.16666666rem;
  list-style: none;
}

.l-header__gnav-third-list > li {
  margin: 0 0 5px;
}

.l-header__gnav-third-list > li > a {
  position: relative;
  display: block;
  padding: 0.6em 8px 0.6em 32px;
  border-radius: 3px;
  background: #fff;
  color: #0082d5;
  text-decoration: none;
}

.l-header__gnav-third-list > li:last-child > a {
  margin-bottom: 0;
}

.l-header__gnav-third-list > li > a::before,
.l-header__gnav-third-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 3px;
  border-radius: 50px;
  background: #0082d5;
}

.l-header__gnav-third-list > li > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__gnav-third-list > li > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__popup-menu-button-close {
  position: relative;
  margin: 1.5em !important;
  padding: 0.6em;
  border: 1px solid #666;
  font-size: 1.16666666rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #999;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #666;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #666;
}

.l-header__popup-menu-button-close::before,
.l-header__popup-menu-button-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 17px;
  height: 3px;
  border-radius: 50px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__popup-menu-button-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-wrapper {
  width: 100%;
  padding-top: 63px;
}

.l-body {
  position: relative;
}

.l-body__gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#abdeff), to(rgba(171, 222, 255, 0)));
  background: -o-linear-gradient(top, #abdeff 0%, rgba(171, 222, 255, 0) 100%);
  background: linear-gradient(to bottom, #abdeff 0%, rgba(171, 222, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#abdeff", endColorstr="#00abdeff",GradientType=0 );
  z-index: -1;
}

.l-body__inner {
  margin: 0 8px 60px;
}

.l-content, .l-content--one {
  padding: 1px 0 0;
}

.l-footer__label {
  position: relative;
  margin: 0;
  padding: 0.6em 37px 0.6em 15px;
  border-top: 1px solid #0082d5;
  border-bottom: 1px solid #0082d5;
  background: #ebf7ff;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #0082d5;
}

.l-footer__label::before,
.l-footer__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  background: #0082d5;
  border-radius: 50px;
  -webkit-transition: transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.l-footer__label::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-accordion-box.is-opened > .l-footer__label::before,
.js-accordion-box.is-opened > .l-footer__label::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-accordion-box.is-opened > .l-footer__label::after {
  opacity: 0;
}

.l-footerlnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footerlnav__item {
  padding: 0 15px;
  font-size: 1.16666666rem;
}

.l-footerlnav__item.is-current {
  background: #fff8ac;
}

.l-footerlnav__item > a {
  position: relative;
  display: block;
  padding: 0.6em 22px 0.6em 0;
  border-bottom: 1px solid #0082d5;
  color: inherit;
  text-decoration: none;
}

.l-footerlnav__item:last-child > a {
  border-bottom: none;
}

.l-footerlnav__item > a::before,
.l-footerlnav__item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 11px;
  height: 3px;
  border-radius: 50px;
  background: #0082d5;
}

.l-footerlnav__item > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footerlnav__item > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-footer--2 {
  padding: 1em 0;
  color: #fff;
  font-size: 0.83333333rem;
  background: #0082d5;
  text-align: center;
}

.l-footer--3 {
  padding: 1em 0;
  color: #666;
  font-size: 0.75rem;
  background: #eee;
  text-align: center;
}

.l-footer__inner {
  position: relative;
  margin: 0 8px;
}

.l-footer__hoshinnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer__hoshinnav a {
  color: inherit;
}

.l-footer__hoshinnav-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
  line-height: 1.8;
}

.l-footer__hoshinnav-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}

.l-footer__hoshinnav-item:last-child::after {
  content: normal;
}

/* グリッドシステム */
.c-row::after, .c-row--reverse::after, .c-row--50::after, .c-row--reverse-50::after, .c-row--40::after, .c-row--reverse-40::after, .c-row--30::after, .c-row--reverse-30::after, .c-row--20::after, .c-row--reverse-20::after, .c-row--10::after, .c-row--reverse-10::after {
  content: "";
  display: block;
  clear: both;
}

.c-row--10, .c-row--reverse-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.c-row--20, .c-row--reverse-20 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-row--30, .c-row--reverse-30 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-row--40, .c-row--reverse-40 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-row--50, .c-row--reverse-50 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-col--12, .c-col--11, .c-col--10, .c-col--9, .c-col--8, .c-col--7, .c-col--6, .c-col--5, .c-col--4, .c-col--3, .c-col--2, .c-col--1 {
  position: relative;
  float: left;
  min-height: 1px;
}

[class*=-row--reverse] > .c-col--12, [class*=-row--reverse] > .c-col--11, [class*=-row--reverse] > .c-col--10, [class*=-row--reverse] > .c-col--9, [class*=-row--reverse] > .c-col--8, [class*=-row--reverse] > .c-col--7, [class*=-row--reverse] > .c-col--6, [class*=-row--reverse] > .c-col--5, [class*=-row--reverse] > .c-col--4, [class*=-row--reverse] > .c-col--3, [class*=-row--reverse] > .c-col--2, [class*=-row--reverse] > .c-col--1 {
  float: right;
}

.c-col--1 {
  width: 8.3333333333%;
}

.c-col--2 {
  width: 16.6666666667%;
}

.c-col--3 {
  width: 25%;
}

.c-col--4 {
  width: 33.3333333333%;
}

.c-col--5 {
  width: 41.6666666667%;
}

.c-col--6 {
  width: 50%;
}

.c-col--7 {
  width: 58.3333333333%;
}

.c-col--8 {
  width: 66.6666666667%;
}

.c-col--9 {
  width: 75%;
}

.c-col--10 {
  width: 83.3333333333%;
}

.c-col--11 {
  width: 91.6666666667%;
}

.c-col--12 {
  width: 100%;
}

.c-row--10 > .c-col--12, .c-row--reverse-10 > .c-col--12, .c-row--10 > .c-col--11, .c-row--reverse-10 > .c-col--11, .c-row--10 > .c-col--10, .c-row--reverse-10 > .c-col--10, .c-row--10 > .c-col--9, .c-row--reverse-10 > .c-col--9, .c-row--10 > .c-col--8, .c-row--reverse-10 > .c-col--8, .c-row--10 > .c-col--7, .c-row--reverse-10 > .c-col--7, .c-row--10 > .c-col--6, .c-row--reverse-10 > .c-col--6, .c-row--10 > .c-col--5, .c-row--reverse-10 > .c-col--5, .c-row--10 > .c-col--4, .c-row--reverse-10 > .c-col--4, .c-row--10 > .c-col--3, .c-row--reverse-10 > .c-col--3, .c-row--10 > .c-col--2, .c-row--reverse-10 > .c-col--2, .c-row--10 > .c-col--1, .c-row--reverse-10 > .c-col--1 {
  padding-right: 5px;
  padding-left: 5px;
}

.c-row--20 > .c-col--12, .c-row--reverse-20 > .c-col--12, .c-row--20 > .c-col--11, .c-row--reverse-20 > .c-col--11, .c-row--20 > .c-col--10, .c-row--reverse-20 > .c-col--10, .c-row--20 > .c-col--9, .c-row--reverse-20 > .c-col--9, .c-row--20 > .c-col--8, .c-row--reverse-20 > .c-col--8, .c-row--20 > .c-col--7, .c-row--reverse-20 > .c-col--7, .c-row--20 > .c-col--6, .c-row--reverse-20 > .c-col--6, .c-row--20 > .c-col--5, .c-row--reverse-20 > .c-col--5, .c-row--20 > .c-col--4, .c-row--reverse-20 > .c-col--4, .c-row--20 > .c-col--3, .c-row--reverse-20 > .c-col--3, .c-row--20 > .c-col--2, .c-row--reverse-20 > .c-col--2, .c-row--20 > .c-col--1, .c-row--reverse-20 > .c-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-row--30 > .c-col--12, .c-row--reverse-30 > .c-col--12, .c-row--30 > .c-col--11, .c-row--reverse-30 > .c-col--11, .c-row--30 > .c-col--10, .c-row--reverse-30 > .c-col--10, .c-row--30 > .c-col--9, .c-row--reverse-30 > .c-col--9, .c-row--30 > .c-col--8, .c-row--reverse-30 > .c-col--8, .c-row--30 > .c-col--7, .c-row--reverse-30 > .c-col--7, .c-row--30 > .c-col--6, .c-row--reverse-30 > .c-col--6, .c-row--30 > .c-col--5, .c-row--reverse-30 > .c-col--5, .c-row--30 > .c-col--4, .c-row--reverse-30 > .c-col--4, .c-row--30 > .c-col--3, .c-row--reverse-30 > .c-col--3, .c-row--30 > .c-col--2, .c-row--reverse-30 > .c-col--2, .c-row--30 > .c-col--1, .c-row--reverse-30 > .c-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-row--40 > .c-col--12, .c-row--reverse-40 > .c-col--12, .c-row--40 > .c-col--11, .c-row--reverse-40 > .c-col--11, .c-row--40 > .c-col--10, .c-row--reverse-40 > .c-col--10, .c-row--40 > .c-col--9, .c-row--reverse-40 > .c-col--9, .c-row--40 > .c-col--8, .c-row--reverse-40 > .c-col--8, .c-row--40 > .c-col--7, .c-row--reverse-40 > .c-col--7, .c-row--40 > .c-col--6, .c-row--reverse-40 > .c-col--6, .c-row--40 > .c-col--5, .c-row--reverse-40 > .c-col--5, .c-row--40 > .c-col--4, .c-row--reverse-40 > .c-col--4, .c-row--40 > .c-col--3, .c-row--reverse-40 > .c-col--3, .c-row--40 > .c-col--2, .c-row--reverse-40 > .c-col--2, .c-row--40 > .c-col--1, .c-row--reverse-40 > .c-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-row--50 > .c-col--12, .c-row--reverse-50 > .c-col--12, .c-row--50 > .c-col--11, .c-row--reverse-50 > .c-col--11, .c-row--50 > .c-col--10, .c-row--reverse-50 > .c-col--10, .c-row--50 > .c-col--9, .c-row--reverse-50 > .c-col--9, .c-row--50 > .c-col--8, .c-row--reverse-50 > .c-col--8, .c-row--50 > .c-col--7, .c-row--reverse-50 > .c-col--7, .c-row--50 > .c-col--6, .c-row--reverse-50 > .c-col--6, .c-row--50 > .c-col--5, .c-row--reverse-50 > .c-col--5, .c-row--50 > .c-col--4, .c-row--reverse-50 > .c-col--4, .c-row--50 > .c-col--3, .c-row--reverse-50 > .c-col--3, .c-row--50 > .c-col--2, .c-row--reverse-50 > .c-col--2, .c-row--50 > .c-col--1, .c-row--reverse-50 > .c-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

table col[class*=-col--] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=-col--],
table th[class*=-col--] {
  position: static;
  display: table-cell;
  float: none;
}

.c-col-break {
  width: 100%;
  clear: both;
}

.c-sp-row::after, .c-sp-row--reverse::after, .c-sp-row--50::after, .c-sp-row--reverse-50::after, .c-sp-row--40::after, .c-sp-row--reverse-40::after, .c-sp-row--30::after, .c-sp-row--reverse-30::after, .c-sp-row--20::after, .c-sp-row--reverse-20::after, .c-sp-row--10::after, .c-sp-row--reverse-10::after {
  content: "";
  display: block;
  clear: both;
}

.c-sp-row--10, .c-sp-row--reverse-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.c-sp-row--20, .c-sp-row--reverse-20 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-sp-row--30, .c-sp-row--reverse-30 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-sp-row--40, .c-sp-row--reverse-40 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-sp-row--50, .c-sp-row--reverse-50 {
  margin-right: -8px;
  margin-left: -8px;
}

.c-sp-col--12, .c-sp-col--11, .c-sp-col--10, .c-sp-col--9, .c-sp-col--8, .c-sp-col--7, .c-sp-col--6, .c-sp-col--5, .c-sp-col--4, .c-sp-col--3, .c-sp-col--2, .c-sp-col--1 {
  position: relative;
  float: left;
  min-height: 1px;
}

[class*=-row--reverse] > .c-sp-col--12, [class*=-row--reverse] > .c-sp-col--11, [class*=-row--reverse] > .c-sp-col--10, [class*=-row--reverse] > .c-sp-col--9, [class*=-row--reverse] > .c-sp-col--8, [class*=-row--reverse] > .c-sp-col--7, [class*=-row--reverse] > .c-sp-col--6, [class*=-row--reverse] > .c-sp-col--5, [class*=-row--reverse] > .c-sp-col--4, [class*=-row--reverse] > .c-sp-col--3, [class*=-row--reverse] > .c-sp-col--2, [class*=-row--reverse] > .c-sp-col--1 {
  float: right;
}

.c-sp-col--1 {
  width: 8.3333333333%;
}

.c-sp-col--2 {
  width: 16.6666666667%;
}

.c-sp-col--3 {
  width: 25%;
}

.c-sp-col--4 {
  width: 33.3333333333%;
}

.c-sp-col--5 {
  width: 41.6666666667%;
}

.c-sp-col--6 {
  width: 50%;
}

.c-sp-col--7 {
  width: 58.3333333333%;
}

.c-sp-col--8 {
  width: 66.6666666667%;
}

.c-sp-col--9 {
  width: 75%;
}

.c-sp-col--10 {
  width: 83.3333333333%;
}

.c-sp-col--11 {
  width: 91.6666666667%;
}

.c-sp-col--12 {
  width: 100%;
}

.c-sp-row--10 > .c-sp-col--12, .c-sp-row--reverse-10 > .c-sp-col--12, .c-sp-row--10 > .c-sp-col--11, .c-sp-row--reverse-10 > .c-sp-col--11, .c-sp-row--10 > .c-sp-col--10, .c-sp-row--reverse-10 > .c-sp-col--10, .c-sp-row--10 > .c-sp-col--9, .c-sp-row--reverse-10 > .c-sp-col--9, .c-sp-row--10 > .c-sp-col--8, .c-sp-row--reverse-10 > .c-sp-col--8, .c-sp-row--10 > .c-sp-col--7, .c-sp-row--reverse-10 > .c-sp-col--7, .c-sp-row--10 > .c-sp-col--6, .c-sp-row--reverse-10 > .c-sp-col--6, .c-sp-row--10 > .c-sp-col--5, .c-sp-row--reverse-10 > .c-sp-col--5, .c-sp-row--10 > .c-sp-col--4, .c-sp-row--reverse-10 > .c-sp-col--4, .c-sp-row--10 > .c-sp-col--3, .c-sp-row--reverse-10 > .c-sp-col--3, .c-sp-row--10 > .c-sp-col--2, .c-sp-row--reverse-10 > .c-sp-col--2, .c-sp-row--10 > .c-sp-col--1, .c-sp-row--reverse-10 > .c-sp-col--1 {
  padding-right: 5px;
  padding-left: 5px;
}

.c-sp-row--20 > .c-sp-col--12, .c-sp-row--reverse-20 > .c-sp-col--12, .c-sp-row--20 > .c-sp-col--11, .c-sp-row--reverse-20 > .c-sp-col--11, .c-sp-row--20 > .c-sp-col--10, .c-sp-row--reverse-20 > .c-sp-col--10, .c-sp-row--20 > .c-sp-col--9, .c-sp-row--reverse-20 > .c-sp-col--9, .c-sp-row--20 > .c-sp-col--8, .c-sp-row--reverse-20 > .c-sp-col--8, .c-sp-row--20 > .c-sp-col--7, .c-sp-row--reverse-20 > .c-sp-col--7, .c-sp-row--20 > .c-sp-col--6, .c-sp-row--reverse-20 > .c-sp-col--6, .c-sp-row--20 > .c-sp-col--5, .c-sp-row--reverse-20 > .c-sp-col--5, .c-sp-row--20 > .c-sp-col--4, .c-sp-row--reverse-20 > .c-sp-col--4, .c-sp-row--20 > .c-sp-col--3, .c-sp-row--reverse-20 > .c-sp-col--3, .c-sp-row--20 > .c-sp-col--2, .c-sp-row--reverse-20 > .c-sp-col--2, .c-sp-row--20 > .c-sp-col--1, .c-sp-row--reverse-20 > .c-sp-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-sp-row--30 > .c-sp-col--12, .c-sp-row--reverse-30 > .c-sp-col--12, .c-sp-row--30 > .c-sp-col--11, .c-sp-row--reverse-30 > .c-sp-col--11, .c-sp-row--30 > .c-sp-col--10, .c-sp-row--reverse-30 > .c-sp-col--10, .c-sp-row--30 > .c-sp-col--9, .c-sp-row--reverse-30 > .c-sp-col--9, .c-sp-row--30 > .c-sp-col--8, .c-sp-row--reverse-30 > .c-sp-col--8, .c-sp-row--30 > .c-sp-col--7, .c-sp-row--reverse-30 > .c-sp-col--7, .c-sp-row--30 > .c-sp-col--6, .c-sp-row--reverse-30 > .c-sp-col--6, .c-sp-row--30 > .c-sp-col--5, .c-sp-row--reverse-30 > .c-sp-col--5, .c-sp-row--30 > .c-sp-col--4, .c-sp-row--reverse-30 > .c-sp-col--4, .c-sp-row--30 > .c-sp-col--3, .c-sp-row--reverse-30 > .c-sp-col--3, .c-sp-row--30 > .c-sp-col--2, .c-sp-row--reverse-30 > .c-sp-col--2, .c-sp-row--30 > .c-sp-col--1, .c-sp-row--reverse-30 > .c-sp-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-sp-row--40 > .c-sp-col--12, .c-sp-row--reverse-40 > .c-sp-col--12, .c-sp-row--40 > .c-sp-col--11, .c-sp-row--reverse-40 > .c-sp-col--11, .c-sp-row--40 > .c-sp-col--10, .c-sp-row--reverse-40 > .c-sp-col--10, .c-sp-row--40 > .c-sp-col--9, .c-sp-row--reverse-40 > .c-sp-col--9, .c-sp-row--40 > .c-sp-col--8, .c-sp-row--reverse-40 > .c-sp-col--8, .c-sp-row--40 > .c-sp-col--7, .c-sp-row--reverse-40 > .c-sp-col--7, .c-sp-row--40 > .c-sp-col--6, .c-sp-row--reverse-40 > .c-sp-col--6, .c-sp-row--40 > .c-sp-col--5, .c-sp-row--reverse-40 > .c-sp-col--5, .c-sp-row--40 > .c-sp-col--4, .c-sp-row--reverse-40 > .c-sp-col--4, .c-sp-row--40 > .c-sp-col--3, .c-sp-row--reverse-40 > .c-sp-col--3, .c-sp-row--40 > .c-sp-col--2, .c-sp-row--reverse-40 > .c-sp-col--2, .c-sp-row--40 > .c-sp-col--1, .c-sp-row--reverse-40 > .c-sp-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-sp-row--50 > .c-sp-col--12, .c-sp-row--reverse-50 > .c-sp-col--12, .c-sp-row--50 > .c-sp-col--11, .c-sp-row--reverse-50 > .c-sp-col--11, .c-sp-row--50 > .c-sp-col--10, .c-sp-row--reverse-50 > .c-sp-col--10, .c-sp-row--50 > .c-sp-col--9, .c-sp-row--reverse-50 > .c-sp-col--9, .c-sp-row--50 > .c-sp-col--8, .c-sp-row--reverse-50 > .c-sp-col--8, .c-sp-row--50 > .c-sp-col--7, .c-sp-row--reverse-50 > .c-sp-col--7, .c-sp-row--50 > .c-sp-col--6, .c-sp-row--reverse-50 > .c-sp-col--6, .c-sp-row--50 > .c-sp-col--5, .c-sp-row--reverse-50 > .c-sp-col--5, .c-sp-row--50 > .c-sp-col--4, .c-sp-row--reverse-50 > .c-sp-col--4, .c-sp-row--50 > .c-sp-col--3, .c-sp-row--reverse-50 > .c-sp-col--3, .c-sp-row--50 > .c-sp-col--2, .c-sp-row--reverse-50 > .c-sp-col--2, .c-sp-row--50 > .c-sp-col--1, .c-sp-row--reverse-50 > .c-sp-col--1 {
  padding-right: 8px;
  padding-left: 8px;
}

table col[class*=-col--] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=-col--],
table th[class*=-col--] {
  position: static;
  display: table-cell;
  float: none;
}

.c-sp-col-break {
  width: 100%;
  clear: both;
}

.p-button-pagetop {
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
  margin: 0 8px 1em;
}
.p-button-pagetop a {
  color: #333;
  text-decoration: none;
}

.p-button-pagetop__icon {
  display: inline-block;
  position: relative;
  margin: 0 0.4em 0 0;
  vertical-align: -2px;
  width: 16px;
  height: 14px;
}

.p-button-pagetop__icon-line3, .p-button-pagetop__icon-line2, .p-button-pagetop__icon-line1 {
  display: inline-block;
  position: absolute;
  background: #333;
  border-radius: 50px;
}
.p-button-pagetop a:hover .p-button-pagetop__icon-line3, .p-button-pagetop a:hover .p-button-pagetop__icon-line2, .p-button-pagetop a:hover .p-button-pagetop__icon-line1 {
  background: #009dff;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.p-button-pagetop__icon-line1 {
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
}

.p-button-pagetop__icon-line2, .p-button-pagetop__icon-line3 {
  left: 0;
  height: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  width: 10px;
}

.p-button-pagetop__icon-line3 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* サイトロゴ */
.p-site-logo {
  line-height: 1;
}

.p-site-logo__logo {
  display: inline-block;
  margin: 0;
  margin-bottom: 3px;
}
.p-site-logo__logo img {
  vertical-align: bottom;
}

.p-site-logo__bankcode {
  display: inline-block;
  margin: 0;
  color: #666;
  white-space: nowrap;
  font-size: 0.71428571rem;
}

/* フォントサイズナビ */
.p-fontsize-nav {
  color: #666;
  line-height: 1;
}

.p-fontsize-nav__label {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
  vertical-align: middle;
}

.p-fontsize-nav__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  list-style: none;
  vertical-align: middle;
}

.p-fontsize-nav__item--small,
.p-fontsize-nav__item--medium,
.p-fontsize-nav__item--large {
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
  vertical-align: middle;
  letter-spacing: normal;
}

.p-fontsize-nav__item--small a,
.p-fontsize-nav__item--medium a,
.p-fontsize-nav__item--large a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  background-image: url("/img/parts/button_fontsize@2x.png");
  background-repeat: no-repeat;
  background-size: 90px auto;
}

.p-fontsize-nav__item--small a {
  width: 22px;
  height: 23px;
  background-position: 0 -4px;
}

.p-fontsize-nav__item--small a.is-current {
  background-position: 0 -39px;
}

.p-fontsize-nav__item--medium a {
  width: 26px;
  height: 27px;
  background-position: -28px -2px;
}

.p-fontsize-nav__item--medium a.is-current {
  background-position: -28px -37px;
}

.p-fontsize-nav__item--large a {
  width: 30px;
  height: 31px;
  background-position: -60px 0;
}

.p-fontsize-nav__item--large a.is-current {
  background-position: -60px -35px;
}

html.font-small {
  font-size: 12px;
}

html.font-large {
  font-size: 16px;
}

/* ページヘッダーを囲うカテゴリヘッダー */
.p-category-header {
  margin: 1em 0 2em;
  padding: 1.5em 0;
  background: #d9f5ff;
  background-image: url("/img/parts/title_bg_glow.png"), url("/img/parts/title_bg_individual.png");
  background-repeat: no-repeat, repeat;
  background-position: -10px 50%, 0 0;
  background-size: 90px auto, cover;
}

.p-category-header__icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
.p-category-header__icon img {
  vertical-align: top;
  width: 60%;
}

.p-category-header__label {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}

.p-category-header__title {
  margin: 0;
  font-size: 1.28571rem;
}

.p-category-header__catchcopy {
  margin: 0;
  font-size: 0.85714rem;
}

/* ページヘッダー */
.p-page-header {
  position: relative;
  margin: 1.1em 0 2em;
  padding: 0.7em 10px 0.7em 20px;
  line-height: 1.4;
  background: #cdebff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWY3ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, from(#cdebff), to(#e9f7ff));
  background: -o-linear-gradient(left, #cdebff 0%, #e9f7ff 100%);
  background: linear-gradient(to right, #cdebff 0%, #e9f7ff 100%);
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
}
.p-page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: calc(100% - 8px * 2);
  background: #0082d5;
  border-radius: 30px;
}

.p-page-header__title {
  margin: 0.1em 0;
  font-size: 1.33333333rem;
  font-weight: bold;
}

.p-page-header__catchcopy {
  margin: 0.1em 0;
}
.p-page-header__catchcopy:last-child {
  margin-bottom: 0.2em;
}

/* 見出し */
.p-page-h1 {
  margin: 0.8em 0;
  font-size: 1.33333333rem;
  font-weight: bold;
}

.p-page-h2 {
  position: relative;
  margin: 2em 0 1em;
  padding: 0 0 0.3em;
  font-size: 1.16666666rem;
  font-weight: normal;
  border-bottom: 2px solid #e6e6e6;
}
.p-page-h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6em;
  height: 2px;
  margin: 0;
  background: #0082d5;
}

.p-page-h3 {
  padding: 0.5em 0 0.5em 10px;
  font-size: 1.08333333rem;
  position: relative;
  margin: 2em 0 1em;
  color: #00518e;
  font-weight: bold;
}
.p-page-h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: #006fb8;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fb8), to(#00518e));
  background: -o-linear-gradient(top, #006fb8 0%, #00518e 100%);
  background: linear-gradient(to bottom, #006fb8 0%, #00518e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006fb8", endColorstr="#00518e",GradientType=0 );
}

.p-page-h4 {
  margin: 2em 0 1em;
  padding: 1em;
  color: #555;
  font-size: 1rem;
  font-weight: bold;
  background: #f5f5f5;
  border-radius: 2px;
}

.p-page-h5 {
  margin: 2em 0 1em;
  font-size: 1rem;
  font-weight: bold;
}

.p-page-h1 + .p-page-h1, .p-page-h1 + .p-page-h2, .p-page-h1 + .p-page-h3, .p-page-h1 + .p-page-h4, .p-page-h1 + .p-page-h5,
.p-page-h2 + .p-page-h1, .p-page-h2 + .p-page-h2, .p-page-h2 + .p-page-h3, .p-page-h2 + .p-page-h4, .p-page-h2 + .p-page-h5,
.p-page-h3 + .p-page-h1, .p-page-h3 + .p-page-h2, .p-page-h3 + .p-page-h3, .p-page-h3 + .p-page-h4, .p-page-h3 + .p-page-h5,
.p-page-h4 + .p-page-h1, .p-page-h4 + .p-page-h2, .p-page-h4 + .p-page-h3, .p-page-h4 + .p-page-h4, .p-page-h4 + .p-page-h5,
.p-page-h5 + .p-page-h1, .p-page-h5 + .p-page-h2, .p-page-h5 + .p-page-h3, .p-page-h5 + .p-page-h4, .p-page-h5 + .p-page-h5,
[class*=u-float-] + .p-page-h1, [class*=u-float-] + .p-page-h2, [class*=u-float-] + .p-page-h3, [class*=u-float-] + .p-page-h4, [class*=u-float-] + .p-page-h5 {
  margin-top: 1.5em;
}

.p-page-h2:first-child, .p-page-h3:first-child, .p-page-h4:first-child, .p-page-h5:first-child,
.p-page-h1 + [class*=u-float-], .p-page-h2 + [class*=u-float-], .p-page-h3 + [class*=u-float-], .p-page-h4 + [class*=u-float-], .p-page-h5 + [class*=u-float-] {
  margin-top: 0;
}

/* インデックスリスト */
.p-index-list,
.p-index-list--2,
.p-index-list--3 {
  margin-right: -5px;
  margin-left: -5px;
}

.p-index-list::after,
.p-index-list--2::after,
.p-index-list--3::after {
  content: "";
  display: block;
  clear: both;
}

.p-index-list__grid-item {
  float: left;
  padding: 0 5px;
  width: 100%;
}

.p-index-list__item {
  margin: 0 0 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.p-index-list__item::after {
  content: "";
  display: block;
  clear: both;
}

.p-index-list__label {
  margin: 0 -14px 14px;
  padding: 0.5em 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: #0082d5;
}

.p-index-list__label:first-child {
  margin-top: -14px;
}

.p-index-list__label a {
  display: block;
  height: 160%;
  height: calc(100% + 1em);
  margin: -0.5em -14px;
  padding: 0.5em 14px;
  color: #fff;
  background: #0082d5;
  border-radius: 5px 5px 0 0;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.p-index-list__label a:hover {
  color: inherit;
  background: #009dff;
}

.p-index-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-list__image a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-index-list__image--left,
.p-index-list__image--right {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  background: #fff;
}

.p-index-list__image--right {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}

.p-index-list__image img,
.p-index-list__image--left img,
.p-index-list__image--right img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-index-list__link {
  padding: 1em 0 0;
  font-size: 0.875em;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}

.p-index-list__link a {
  position: relative;
  padding: 0 0 0 0.5em;
}

.p-index-list__link a::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: #0082d5;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-index-list--2 [class*=-index-list__grid-item] {
  width: 50%;
}

.p-index-list--3 [class*=-index-list__grid-item] {
  width: 33.33333%;
}

.p-sp-index-list,
.p-sp-index-list--2,
.p-sp-index-list--3 {
  margin-right: -5px;
  margin-left: -5px;
}

.p-sp-index-list::after,
.p-sp-index-list--2::after,
.p-sp-index-list--3::after {
  content: "";
  display: block;
  clear: both;
}

.p-sp-index-list__grid-item {
  float: left;
  padding: 0 5px;
  width: 100%;
}

.p-sp-index-list__item {
  margin: 0 0 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.p-sp-index-list__item::after {
  content: "";
  display: block;
  clear: both;
}

.p-sp-index-list__label {
  margin: 0 -14px 14px;
  padding: 0.5em 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: #0082d5;
}

.p-sp-index-list__label:first-child {
  margin-top: -14px;
}

.p-sp-index-list__label a {
  display: block;
  height: 160%;
  height: calc(100% + 1em);
  margin: -0.5em -14px;
  padding: 0.5em 14px;
  color: #fff;
  background: #0082d5;
  border-radius: 5px 5px 0 0;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.p-sp-index-list__label a:hover {
  color: inherit;
  background: #009dff;
}

.p-sp-index-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sp-index-list__image a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sp-index-list__image--left,
.p-sp-index-list__image--right {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  background: #fff;
}

.p-sp-index-list__image--right {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}

.p-sp-index-list__image img,
.p-sp-index-list__image--left img,
.p-sp-index-list__image--right img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-sp-index-list__link {
  padding: 1em 0 0;
  font-size: 0.875em;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}

.p-sp-index-list__link a {
  position: relative;
  padding: 0 0 0 0.5em;
}

.p-sp-index-list__link a::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: #0082d5;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-sp-index-list--2 [class*=-index-list__grid-item] {
  width: 50%;
}

.p-sp-index-list--3 [class*=-index-list__grid-item] {
  width: 33.33333%;
}

/* 関連ボックス */
.p-related {
  margin: 2em 0;
  padding: 1em;
  border: 2px solid #28b8d2;
}

.p-related__heading {
  margin: 2em 0 1em;
  padding: 0 0 0.3em;
  color: #666;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.p-related__heading:first-child {
  margin-top: 0;
}

.p-related .p-index-list__label {
  background: #28b8d2;
}

.p-related .p-index-list__label a {
  background: #28b8d2;
}

.p-related .p-index-list__label a:hover {
  background: #00c7eb;
}

/* タブ */
.p-tab {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

.p-tab__item, .p-tab__item--caution, .p-tab__item--external {
  border-bottom: 1px solid #e6e6e6;
}
.p-tab__item a, .p-tab__item--caution a, .p-tab__item--external a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.3em;
  color: inherit;
  text-decoration: none;
}
.p-tab__item a::before, .p-tab__item--caution a::before, .p-tab__item--external a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-tab__item .is-current, .p-tab__item--caution .is-current, .p-tab__item--external .is-current {
  font-weight: bold;
  background: #fffae9;
}
.p-tab__item .is-current::before, .p-tab__item--caution .is-current::before, .p-tab__item--external .is-current::before {
  color: #f4b907;
}

.p-tab__item--external {
  text-align: right;
}
.p-tab__item--external a {
  padding-right: 1.3em;
  padding-left: 0;
}
.p-tab__item--external a::before {
  right: 0.5em;
  left: auto;
}

.p-tab__item--caution {
  font-weight: bold;
}
.p-tab__item--caution a {
  padding-right: 40px;
}
.p-tab__item--caution a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 23px;
  height: 20px;
  margin-top: -10px;
  background: url(/img/parts/icon_caution_big@2x.png) no-repeat right 0 top 50%;
  background-size: 23px auto;
  border: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.p-tab__caution-color-text {
  color: #f00;
}

.p-tab__br {
  display: none;
}

/* 関連ナビゲーション */
.p-relation-nav {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.2;
}

.p-relation-nav__item, .p-relation-nav__item--2 {
  display: inline-block;
  margin: 0 3px 0 0;
  text-align: center;
}
.p-relation-nav__item:last-child, .p-relation-nav__item--2:last-child {
  margin-right: 0;
}
.p-relation-nav__item a, .p-relation-nav__item--2 a {
  display: block;
  padding: 1em;
  color: inherit;
  text-decoration: none;
  background: #f1f1f1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.p-relation-nav__item--2 a {
  color: #00518e;
  background: #c0e5ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNGZhZmYiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RkZjBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwZTVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZzEpIi8+PC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4faff), color-stop(70%, #ddf0ff), to(#c0e5ff));
  background: -o-linear-gradient(top, #f4faff 0%, #ddf0ff 70%, #c0e5ff 100%);
  background: linear-gradient(to bottom, #f4faff 0%, #ddf0ff 70%, #c0e5ff 100%);
}

/* 特長リスト */
.p-feature-list {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

.p-feature-list__item {
  margin: 2em 0;
}
.p-feature-list__item:first-child {
  margin-top: 0;
}
.p-feature-list__item:last-child {
  margin-bottom: 0;
}

.p-feature-list__item::after {
  content: "";
  display: block;
  clear: both;
}

.p-feature-list__catch {
  position: relative;
  float: left;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.7rem 0 0;
  color: #0082d5;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-feature-list__catch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0082d5;
  border: 2px solid;
  border-radius: 50%;
  z-index: -1;
}

.p-feature-list__num {
  display: block;
  padding: 3px 0 0;
  font-size: 1.16667rem;
}

.p-feature-list__body {
  float: right;
  width: 88%;
  width: calc(100% - 3.6rem - 20px);
}

.p-feature-list__body:after {
  content: "";
  display: block;
  clear: both;
}

.p-feature-list__heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #0082d5;
  font-size: 1.16667rem;
  font-weight: bold;
}

.p-feature-list__heading + p {
  margin-top: 0.5em;
}

/* ベーシックリスト */
.p-list,
.p-list--row {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-list:first-child,
.p-list--row:first-child {
  margin-top: 0;
}
.p-list:last-child,
.p-list--row:last-child {
  margin-bottom: 0;
}

.p-list__item {
  position: relative;
  margin: 0.5em 0;
  padding: 0 0 0 1.3em;
}
.p-list__item:first-child {
  margin-top: 0;
}
.p-list__item:last-child {
  margin-bottom: 0;
}

.p-list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 0.5em;
  height: 0.5em;
  margin: -0.25em 0 0;
  background: #0082d5;
  border-radius: 0.4em;
}

.p-list--row .p-list__item {
  display: inline-block;
  margin-top: 0;
  margin-right: 1em;
}

/* スタイルのあたらないリスト */
.p-reset-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-reset-list:first-child {
  margin-top: 0;
}
.p-reset-list:last-child {
  margin-bottom: 0;
}

.p-reset-list__item {
  position: relative;
  margin: 0.5em 0;
  padding: 0;
}
.p-reset-list__item:first-child {
  margin-top: 0;
}
.p-reset-list__item:last-child {
  margin-bottom: 0;
}

/* アローリンク */
.p-arrow-link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.5em;
}
.p-arrow-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 0;
  background: #0082d5;
  border-radius: 0.6em;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.p-arrow-link:hover::before {
  background: #009dff;
}
.p-arrow-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.43em;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0 0;
  color: #fff;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-arrow-link + .p-arrow-link {
  margin-left: 1em;
}

/* カラムリスト */
.p-column-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-column-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-column-list:first-child {
  margin-top: 0;
}
.p-column-list:last-child {
  margin-bottom: 0;
}
.p-column-list .p-column-list__term {
  clear: both;
  float: left;
  width: 6.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}
.p-column-list .p-column-list__description {
  float: left;
  width: 84.70589%;
  width: calc(100% - 6.5rem);
  margin: 0 0 0.5em;
  padding: 0;
}

.p-column-list--8 {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-column-list--8::after {
  content: "";
  display: block;
  clear: both;
}
.p-column-list--8:first-child {
  margin-top: 0;
}
.p-column-list--8:last-child {
  margin-bottom: 0;
}
.p-column-list--8 .p-column-list__term {
  clear: both;
  float: left;
  width: 8.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}
.p-column-list--8 .p-column-list__description {
  float: left;
  width: 80.00001%;
  width: calc(100% - 8.5rem);
  margin: 0 0 0.5em;
  padding: 0;
}

.p-column-list--10 {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-column-list--10::after {
  content: "";
  display: block;
  clear: both;
}
.p-column-list--10:first-child {
  margin-top: 0;
}
.p-column-list--10:last-child {
  margin-bottom: 0;
}
.p-column-list--10 .p-column-list__term {
  clear: both;
  float: left;
  width: 10.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}
.p-column-list--10 .p-column-list__description {
  float: left;
  width: 75.29413%;
  width: calc(100% - 10.5rem);
  margin: 0 0 0.5em;
  padding: 0;
}

.p-column-list--12 {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-column-list--12::after {
  content: "";
  display: block;
  clear: both;
}
.p-column-list--12:first-child {
  margin-top: 0;
}
.p-column-list--12:last-child {
  margin-bottom: 0;
}
.p-column-list--12 .p-column-list__term {
  clear: both;
  float: left;
  width: 12.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}
.p-column-list--12 .p-column-list__description {
  float: left;
  width: 70.58825%;
  width: calc(100% - 12.5rem);
  margin: 0 0 0.5em;
  padding: 0;
}

.p-column-list--14 {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-column-list--14::after {
  content: "";
  display: block;
  clear: both;
}
.p-column-list--14:first-child {
  margin-top: 0;
}
.p-column-list--14:last-child {
  margin-bottom: 0;
}
.p-column-list--14 .p-column-list__term {
  clear: both;
  float: left;
  width: 14.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}
.p-column-list--14 .p-column-list__description {
  float: left;
  width: 65.88237%;
  width: calc(100% - 14.5rem);
  margin: 0 0 0.5em;
  padding: 0;
}

/* 日付リスト */
.p-date-list,
.p-date-list--wide {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-date-list:first-child,
.p-date-list--wide:first-child {
  margin-top: 0;
}
.p-date-list:last-child,
.p-date-list--wide:last-child {
  margin-bottom: 0;
}

.p-date-list__item {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #ccc;
}

.p-date-list__item::after {
  content: "";
  display: block;
  clear: both;
}

.p-date-list__date {
  clear: both;
  float: left;
  width: 9rem;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.p-date-list__body {
  float: left;
  width: 80%;
  width: calc(100% - 9rem);
  margin: 0;
  padding: 0;
}

.p-date-list--wide .p-date-list__date {
  width: 12rem;
}

.p-date-list--wide .p-date-list__body {
  width: 71%;
  width: calc(100% - 12rem);
}

/* インデントリスト（※など） 
layout1は各アイテムに2.5emのマージントップ/ボトムを付与します。
*/
.p-note-list, .p-note-list--2, .p-note-list--3, .p-note-list--4, .p-note-list--5,
.p-note-list--layout1, .p-note-list--2-layout1, .p-note-list--3-layout1, .p-note-list--4-layout1, .p-note-list--5-layout1 {
  margin: 0.5em 0;
  padding: 0 0 0 1.2rem;
  list-style: none;
}
.p-note-list:first-child, .p-note-list--2:first-child, .p-note-list--3:first-child, .p-note-list--4:first-child, .p-note-list--5:first-child,
.p-note-list--layout1:first-child, .p-note-list--2-layout1:first-child, .p-note-list--3-layout1:first-child, .p-note-list--4-layout1:first-child, .p-note-list--5-layout1:first-child {
  margin-top: 0;
}
.p-note-list:last-child, .p-note-list--2:last-child, .p-note-list--3:last-child, .p-note-list--4:last-child, .p-note-list--5:last-child,
.p-note-list--layout1:last-child, .p-note-list--2-layout1:last-child, .p-note-list--3-layout1:last-child, .p-note-list--4-layout1:last-child, .p-note-list--5-layout1:last-child {
  margin-bottom: 0;
}

.p-note-list--2, .p-note-list--2-layout1 {
  padding-left: 2.2rem;
}

.p-note-list--3, .p-note-list--3-layout1 {
  padding-left: 3.2rem;
}

.p-note-list--4, .p-note-list--4-layout1 {
  padding-left: 4.2rem;
}

.p-note-list--5, .p-note-list--5-layout1 {
  padding-left: 5.2rem;
}

.p-note-list__item {
  position: relative;
  margin: 0.5em 0;
}
.p-note-list__item:first-child {
  margin-top: 0;
}
.p-note-list__item:last-child {
  margin-bottom: 0;
}

.p-note-list--layout1 > .p-note-list__item, .p-note-list--2-layout1 > .p-note-list__item, .p-note-list--3-layout1 > .p-note-list__item, .p-note-list--4-layout1 > .p-note-list__item, .p-note-list--5-layout1 > .p-note-list__item {
  margin-top: 2.5em;
  margin-top: 2.5em;
}
.p-note-list--layout1 > .p-note-list__item:first-child, .p-note-list--2-layout1 > .p-note-list__item:first-child, .p-note-list--3-layout1 > .p-note-list__item:first-child, .p-note-list--4-layout1 > .p-note-list__item:first-child, .p-note-list--5-layout1 > .p-note-list__item:first-child {
  margin-top: 0;
}
.p-note-list--layout1 > .p-note-list__item:last-child, .p-note-list--2-layout1 > .p-note-list__item:last-child, .p-note-list--3-layout1 > .p-note-list__item:last-child, .p-note-list--4-layout1 > .p-note-list__item:last-child, .p-note-list--5-layout1 > .p-note-list__item:last-child {
  margin-bottom: 0;
}

.p-note-list__icon {
  position: absolute;
  top: 0;
  left: -1.2rem;
  width: 1rem;
  text-align: right;
  white-space: nowrap;
}

.p-note-list--2 > .p-note-list__item > .p-note-list__icon,
.p-note-list--2-layout1 > .p-note-list__item > .p-note-list__icon {
  left: -2.2rem;
  width: 2rem;
}

.p-note-list--3 > .p-note-list__item > .p-note-list__icon,
.p-note-list--3-layout1 > .p-note-list__item > .p-note-list__icon {
  left: -3.2rem;
  width: 3rem;
}

.p-note-list--4 > .p-note-list__item > .p-note-list__icon,
.p-note-list--4-layout1 > .p-note-list__item > .p-note-list__icon {
  left: -4.2rem;
  width: 4rem;
}

.p-note-list--5 > .p-note-list__item > .p-note-list__icon,
.p-note-list--5-layout1 > .p-note-list__item > .p-note-list__icon {
  left: -5.2rem;
  width: 5rem;
}

/* テーブル */
.p-table,
.p-table--narrow {
  width: 100%;
  margin: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}

.p-table th,
.p-table td,
.p-table--narrow th,
.p-table--narrow td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #e6e6e6;
}

.p-table th:first-child,
.p-table td:first-child,
.p-table--narrow th:first-child,
.p-table--narrow td:first-child {
  border-left: none;
}

.p-table th,
.p-table--narrow th {
  color: #00518e;
  background: #ebf6ff;
}

.p-table th[rowspan]:not(:last-child),
.p-table td[rowspan]:not(:last-child),
.p-table--narrow th[rowspan]:not(:last-child),
.p-table--narrow td[rowspan]:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

.p-table--narrow th,
.p-table--narrow td {
  padding: 6px 2px;
}

/* ボタン */
.p-button {
  padding-right: 2em;
  padding-left: 2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #039;
  border: 1px solid #001a4d;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #001a4d;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #001a4d;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button:visited {
  color: #fff;
}
.p-button:hover {
  color: #fff;
  background: #009dff;
  border: 1px solid #009dff;
  border-bottom-color: #006eb3;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #006eb3;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #006eb3;
}
.p-button:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #006eb3;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #006eb3;
}

.p-button--full {
  width: 100%;
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #039;
  border: 1px solid #001a4d;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #001a4d;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #001a4d;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--full:visited {
  color: #fff;
}
.p-button--full:hover {
  color: #fff;
  background: #009dff;
  border: 1px solid #009dff;
  border-bottom-color: #006eb3;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #006eb3;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #006eb3;
}
.p-button--full:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #006eb3;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #006eb3;
}

.p-button--negative {
  padding-right: 2em;
  padding-left: 2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #999;
  border: 1px solid #737373;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #737373;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #737373;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--negative:visited {
  color: #fff;
}
.p-button--negative:hover {
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
  border-bottom-color: #a6a6a6;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a6a6a6;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a6a6a6;
}
.p-button--negative:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #a6a6a6;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #a6a6a6;
}

.p-button--negative-full {
  width: 100%;
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #999;
  border: 1px solid #737373;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #737373;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #737373;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--negative-full:visited {
  color: #fff;
}
.p-button--negative-full:hover {
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
  border-bottom-color: #a6a6a6;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a6a6a6;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a6a6a6;
}
.p-button--negative-full:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #a6a6a6;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #a6a6a6;
}

.p-button--loan {
  padding-right: 2em;
  padding-left: 2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #eb8700;
  border: 1px solid #9f5b00;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #9f5b00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #9f5b00;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan:visited {
  color: #fff;
}
.p-button--loan:hover {
  color: #fff;
  background: #ffa71d;
  border: 1px solid #ffa71d;
  border-bottom-color: #d07f00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d07f00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d07f00;
}
.p-button--loan:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d07f00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d07f00;
}

.p-button--loan-full {
  width: 100%;
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #eb8700;
  border: 1px solid #9f5b00;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #9f5b00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #9f5b00;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan-full:visited {
  color: #fff;
}
.p-button--loan-full:hover {
  color: #fff;
  background: #ffa71d;
  border: 1px solid #ffa71d;
  border-bottom-color: #d07f00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d07f00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d07f00;
}
.p-button--loan-full:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d07f00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d07f00;
}

.p-button--loan2 {
  padding-right: 2em;
  padding-left: 2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #e12152;
  border: 1px solid #a01639;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a01639;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a01639;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan2:visited {
  color: #fff;
}
.p-button--loan2:hover {
  color: #fff;
  background: #ff244d;
  border: 1px solid #ff244d;
  border-bottom-color: #d70028;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d70028;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d70028;
}
.p-button--loan2:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d70028;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d70028;
}

.p-button--loan2-full {
  width: 100%;
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #e12152;
  border: 1px solid #a01639;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a01639;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #a01639;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan2-full:visited {
  color: #fff;
}
.p-button--loan2-full:hover {
  color: #fff;
  background: #ff244d;
  border: 1px solid #ff244d;
  border-bottom-color: #d70028;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d70028;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #d70028;
}
.p-button--loan2-full:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d70028;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #d70028;
}

.p-button--loan3 {
  padding-right: 2em;
  padding-left: 2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #6391c6;
  border: 1px solid #3b6ba1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #3b6ba1;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #3b6ba1;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan3:visited {
  color: #fff;
}
.p-button--loan3:hover {
  color: #fff;
  background: #82a7d1;
  border: 1px solid #82a7d1;
  border-bottom-color: #4a80bc;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #4a80bc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #4a80bc;
}
.p-button--loan3:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #4a80bc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #4a80bc;
}

.p-button--loan3-full {
  width: 100%;
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #6391c6;
  border: 1px solid #3b6ba1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #3b6ba1;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #3b6ba1;
  cursor: pointer;
  -webkit-transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, -webkit-box-shadow 50ms ease;
  -o-transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease;
  transition: top 50ms ease, background 200ms ease, border 200ms ease, box-shadow 50ms ease, -webkit-box-shadow 50ms ease;
}
.p-button--loan3-full:visited {
  color: #fff;
}
.p-button--loan3-full:hover {
  color: #fff;
  background: #82a7d1;
  border: 1px solid #82a7d1;
  border-bottom-color: #4a80bc;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #4a80bc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 0 0 #4a80bc;
}
.p-button--loan3-full:active {
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #4a80bc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 0 #4a80bc;
}

/* 薄型ボタン */
.p-thin-button, .p-thin-button--caution {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 1em;
  color: #fff;
  text-decoration: none;
  background: #039;
  border-radius: 5em;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.p-thin-button:visited, .p-thin-button--caution:visited {
  color: #fff;
}
.p-thin-button:hover, .p-thin-button--caution:hover {
  color: #fff;
  background: #009dff;
}
.p-thin-button::before, .p-thin-button--caution::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: inherit;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-thin-button--caution {
  background: #f5e42c;
  color: #333;
}
.p-thin-button--caution:visited {
  color: #333;
}
.p-thin-button--caution:hover {
  color: #333;
  background: #ff0;
}
.p-thin-button--caution::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: inherit;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 進む / 戻るボタン */
.p-forward-button, .p-forward-button--back {
  display: inline-block;
  padding: 0.3em 1em;
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.p-forward-button:visited, .p-forward-button--back:visited {
  color: #666;
}
.p-forward-button:hover, .p-forward-button--back:hover {
  background: #fff;
}
.p-forward-button::before, .p-forward-button--back::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: #999;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-forward-button--back::before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* シンプルボタン */
/*
<a href="#" class="p-simple-button"><span>aaaa<br>bbbb</span></a>

■.u-flex と組み合わせるとさらにいい感じです。
※.u-flex と組み合わせると<br>が効きません。改行をさせる場合はテキストをspanなどで囲む必要があります。

<p class="u-flex">
    <a href="#" class="p-simple-button"><span>aaaa<br>bbbb</span></a>
    <a href="#" class="p-simple-button">cccc</a>
</p>

<p class="u-flex--end">
    <a href="#" class="p-simple-button--caution"><span>aaaa<br>bbbb</span></a>
    <a href="#" class="p-simple-button">cccc</a>
</p>
*/
.p-simple-button, .p-simple-button--blue, .p-simple-button--caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1em 1.5%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.p-simple-button:visited, .p-simple-button--blue:visited, .p-simple-button--caution:visited {
  color: inherit;
}
.p-simple-button:hover, .p-simple-button--blue:hover, .p-simple-button--caution:hover {
  color: #009dff;
}
.p-simple-button + .p-simple-button, .p-simple-button--blue + .p-simple-button, .p-simple-button + .p-simple-button--blue, .p-simple-button--blue + .p-simple-button--blue, .p-simple-button--caution + .p-simple-button, .p-simple-button--caution + .p-simple-button--blue, .p-simple-button + .p-simple-button--caution, .p-simple-button--blue + .p-simple-button--caution, .p-simple-button--caution + .p-simple-button--caution {
  margin-left: 10px;
}

.p-simple-button--caution {
  padding-left: 38px;
  font-weight: bold;
  background: #f1f1f1;
  background-image: url(https://www.shikokubank.co.jp/img/parts/icon_caution_big@2x.png), -webkit-gradient(linear, left top, left bottom, from(white), to(#fff8ac));
  background-image: url(https://www.shikokubank.co.jp/img/parts/icon_caution_big@2x.png), -o-linear-gradient(top, white 0%, #fff8ac 100%);
  background-image: url(https://www.shikokubank.co.jp/img/parts/icon_caution_big@2x.png), linear-gradient(to bottom, white 0%, #fff8ac 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 50%, left;
  background-size: 23px auto, auto;
}

.p-simple-button--blue {
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d8f0ff));
  background: -o-linear-gradient(top, white 0%, #d8f0ff 100%);
  background: linear-gradient(to bottom, white 0%, #d8f0ff 100%);
  border: 1px solid #e6e6e6;
}

/* ボックス */
.p-accordion-box {
  border: 1px solid #0082d5;
}

/* ボタン */
.p-accordion-button {
  margin: 0;
}

.p-accordion-button__anchor {
  position: relative;
  display: block;
  padding: 0.6em 37px 0.6em 0.6em;
  background: #0082d5;
  font-size: 1.16666666rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: inherit;
}
.p-accordion-button__anchor::before, .p-accordion-button__anchor::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.p-accordion-button__anchor::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-accordion-box.is-opened .p-accordion-button__anchor::before, .p-accordion-box.is-opened .p-accordion-button__anchor::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion-box.is-opened .p-accordion-button__anchor::after {
  opacity: 0;
}

/* ボディ */
.p-accordion-box__body {
  padding: 1em;
}

/* ホバーすると半透明になる */
.p-translucent {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.p-translucent:hover {
  opacity: 0.6;
}

/* よくあるご質問 */
.p-faq-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-faq-list:first-child {
  margin-top: 0;
}
.p-faq-list:last-child {
  margin-bottom: 0;
}

.p-faq-list__item {
  position: relative;
  margin: 0;
  padding: 1em 0 1em 3em;
  border-bottom: 1px solid #e6e6e6;
}

.p-faq-list__item::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 1.4em;
  left: 0;
  margin: 0 15px 0 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  background: #0082d5;
  border-radius: 3px;
  z-index: 2;
}

.p-faq-list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.2em;
  left: 0.6em;
  width: 0;
  height: 0;
  color: #0082d5;
  border-top: 5px solid;
  border-right: 5px solid;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  z-index: 1;
}

.p-faq {
  margin: 0.5em 0;
}

.p-faq__item {
  margin: 3em 0;
}
.p-faq__item:first-child {
  margin-top: 0;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}

.p-faq__q {
  position: relative;
  margin: 1em 0;
  padding: 1em 1em 1em 4em;
  background: #f2faff;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.p-faq__q::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  margin: 0 15px 0 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  background: #0082d5;
  border-radius: 3px;
  z-index: 2;
}

.p-faq__a {
  position: relative;
  padding: 0 1em 0 4em;
}

.p-faq__a::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 1.5em;
  left: calc(1.5em + 1px);
  margin: 0 15px 0 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  background: #ff9c00;
  border-radius: 3px;
  z-index: 2;
}

/* スクロールボックス */
.p-scroll-box, .p-scroll-box--500, .p-scroll-box--400, .p-scroll-box--300, .p-scroll-box--100 {
  clear: both;
  height: 200px;
  overflow: auto;
  padding: 1.5em;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  background: #fff;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.p-scroll-box::after, .p-scroll-box--500::after, .p-scroll-box--400::after, .p-scroll-box--300::after, .p-scroll-box--100::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
}

.p-scroll-box--100 {
  height: 100px;
}

.p-scroll-box--300 {
  height: 300px;
}

.p-scroll-box--400 {
  height: 400px;
}

.p-scroll-box--500 {
  height: 500px;
}

.p-scroll-box__heading {
  margin: 2em 0 1em;
  padding: 0 0 0.3em;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  font-weight: bold;
}
.p-scroll-box__heading:first-child {
  margin-top: 0;
}

.p-scroll-box__heading2 {
  margin: 2em 0 0.8em;
  padding: 0.5em;
  color: #555;
  font-size: 100%;
  font-weight: bold;
  background: #f1f1f1;
}
.p-scroll-box__heading2:first-child {
  margin-top: 0;
}

/* 注意事項 */
.p-caution {
  position: relative;
  margin: 2em 0;
  padding: 0 1.5em 1.5em;
  border: 3px solid #f5e42c;
}

.p-caution__heading {
  margin: 2em -1.28571428em 1em;
  font-size: 1.16666666rem;
  padding: 0.6em 1em 0.6em 45px;
  font-weight: bold;
  background-color: #fff8ac;
  background-image: url("/img/parts/icon_caution_big.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-bottom: 1px solid #f5e42c;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  .p-caution__heading {
    background-image: url("/img/parts/icon_caution_big@2x.png");
    background-size: 23px auto;
  }
}
.p-caution__heading:first-child {
  margin-top: 0;
}

/* ご注意リスト */
.p-caution-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.p-caution-list:first-child {
  margin-top: 0;
}
.p-caution-list:last-child {
  margin-bottom: 0;
}

.p-caution-list__item {
  position: relative;
  margin: 0.5em 0;
  padding: 0 0 0 1.5em;
}
.p-caution-list__item:first-child {
  margin-top: 0;
}
.p-caution-list__item:last-child {
  margin-bottom: 0;
}
.p-caution-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 0.5em;
  height: 0.5em;
  margin: -0.25em 0 0;
  border: 2px solid #333;
  border-radius: 0.5em;
}

/* ご注意アイコン */
.p-icon-caution {
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.8em 0.5em 2.1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  background-color: #f7f749;
  background-image: url(../img/parts/icon_caution.png);
  background-repeat: no-repeat;
  background-position: 0.8em 50%;
  border-radius: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  .p-icon-caution {
    background-image: url(../img/parts/icon_caution@2x.png);
    background-size: 16px auto;
  }
}
/* リンクボックス */
.p-link {
  margin: 2em 0;
  padding: 1.5em 0.5em 1.5em 1.5em;
  background: #ebf7ff;
}

.p-link__heading {
  color: #00518e;
  font-size: 1rem;
  font-weight: bold;
}

.p-link__heading:first-child {
  margin-top: 0;
}

.p-link__anchor {
  position: relative;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 0 0 0.5em;
}

.p-link__anchor::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em 0.5em 0 0;
  color: #0082d5;
  vertical-align: 0.2em;
  background: transparent;
  border-top: 0.13em solid;
  border-right: 0.13em solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* お問い合わせブロック */
.p-contact {
  margin: 2em 0;
  padding: 1em 1.5em;
  border: 4px solid #00518e;
}

.p-contact__heading {
  margin: 1em 0 0.8em;
  padding: 0 0 0.3em;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #00518e;
}

.p-contact__heading:first-child {
  margin-top: 0;
}

.p-contact__tel {
  margin: 0.3em 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-contact__tel img {
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}

.p-contact__notes {
  margin: 0;
  font-size: 0.75rem;
}

/* ローンお問い合わせ */
.p-loan-contact {
  margin: 2em 0;
  padding: 1em;
  border: 4px solid #00518e;
}

.p-loan-contact__button-label {
  position: relative;
  margin: 2em 0 1em;
  padding: 0.5em;
  color: #0082d5;
  text-align: center;
  background: #dee9f7;
}
.p-loan-contact__button-label:first-child {
  margin-top: 0;
}
.p-loan-contact__button-label:last-child {
  margin-bottom: 0;
}

.p-loan-contact__button-label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -0.3em;
  color: #dee9f7;
  border-top: 0.8em solid;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
}

.p-loan-contact__completion {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.2em 0.4em;
  color: #333;
  font-weight: bold;
  line-height: 1;
  background: #fff6d0;
  border-radius: 0.2em;
}

.p-loan-contact__label {
  padding: 0.3em 1em;
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  background: #f1f1f1;
}

.p-loan-contact__tel {
  margin: 0.3em 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-loan-contact__tel img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.p-loan-contact__notes {
  margin: 0;
  font-size: 0.75rem;
}

/* 区切り線 */
.p-hr {
  display: block;
  width: 100%;
  height: 4px;
  margin: 50px 0;
  border: none;
  background: #e6e6e6;
}

/* パンくずリスト */
.p-breadcrumb {
  color: #666;
  font-size: 0.75rem;
}

/* 矢印アイコン */
.p-arrow, .p-arrow--up, .p-arrow--left, .p-arrow--down {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 13px;
  margin: 5px 25px 5px 5px;
  color: #ccc;
  text-indent: -9999px;
  background: #ccc;
}
.p-arrow::after, .p-arrow--up::after, .p-arrow--left::after, .p-arrow--down::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin: -12px 0 0;
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 20px solid;
}

.p-arrow--down {
  width: 13px;
  height: 16px;
  margin: 0 10px 20px 10px;
}
.p-arrow--down::after {
  top: 100%;
  left: 50%;
  margin: 0 0 0 -12px;
  border-top: 20px solid;
  border-right: 12px solid transparent;
  border-bottom: none;
  border-left: 12px solid transparent;
}

.p-arrow--left {
  margin-left: 25px;
  margin-right: 5px;
}
.p-arrow--left::after {
  left: auto;
  right: 100%;
  border-right: 20px solid;
  border-left: none;
}

.p-arrow--up {
  width: 13px;
  height: 16px;
  margin: 20px 10px 0 10px;
}
.p-arrow--up::after {
  top: auto;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -12px;
  border-top: none;
  border-right: 12px solid transparent;
  border-bottom: 20px solid;
  border-left: 12px solid transparent;
}

/* フローリスト */
.p-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-flow__item {
  position: relative;
  margin: 0 0 2em;
  padding: 0.5em 0 0.5em 7em;
}
.p-flow__item::after {
  content: "";
  display: block;
  clear: both;
}

.p-flow__number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  height: 100%;
  padding: 0.6em 0 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #e5bd00, inset 0 0 0 2px #fffae5;
          box-shadow: inset 0 0 0 1px #e5bd00, inset 0 0 0 2px #fffae5;
  border-radius: 0.3em;
  background: #ffed98;
}
.p-flow__number::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  left: 3em;
  width: 0;
  height: 0;
  margin: 0 0 0 -0.8em;
  color: #e5bd00;
  border-top: 0.8em solid;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  z-index: -1;
}
.p-flow__item:last-child .p-flow__number::after {
  content: normal;
}

.p-flow__label {
  margin: 0 0 0.5em;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-info-list__item, .p-info-list__item--thin {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}
.p-info-list__item:last-child, .p-info-list__item--thin:last-child {
  margin-bottom: 0;
}

.p-info-list__item--thin {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.p-info-list-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-info-list-data__date {
  -ms-flex-preferred-size: 9em;
      flex-basis: 9em;
  margin: 0 0 0.5em !important;
}
.p-info-list__item--thin .p-info-list-data__date {
  margin-bottom: 0.3em !important;
}

.p-info-list__category {
  -ms-flex-preferred-size: calc(100% - 9em);
      flex-basis: calc(100% - 9em);
  max-width: calc(100% - 9em);
}

.p-info-status-label--important, .p-info-status-label--new {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0.1em 0.5em;
  border: 2px solid;
  border-radius: 3px;
  font-size: 0.75rem;
}
.p-info-status-label--important:last-of-type, .p-info-status-label--new:last-of-type {
  margin-right: 10px;
}

.p-info-status-label--new {
  border-color: #f00;
  color: #f00;
}

.p-info-status-label--important {
  border-color: #f00;
  background-color: #f00;
  color: #fff;
}

.p-info-category-label--other, .p-info-category-label--payment, .p-info-category-label--bib, .p-info-category-label--ib, .p-info-category-label--tenpoatm, .p-info-category-label--security, .p-info-category-label--caution, .p-info-category-label--recruit, .p-info-category-label--profile, .p-info-category-label--corporation, .p-info-category-label--individual, .p-info-category-label--all {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  background: #ccc;
  font-size: 0.75rem;
  color: #fff;
}
.s-infobox__category .p-info-category-label--other, .s-infobox__category .p-info-category-label--payment, .s-infobox__category .p-info-category-label--bib, .s-infobox__category .p-info-category-label--ib, .s-infobox__category .p-info-category-label--tenpoatm, .s-infobox__category .p-info-category-label--security, .s-infobox__category .p-info-category-label--caution, .s-infobox__category .p-info-category-label--recruit, .s-infobox__category .p-info-category-label--profile, .s-infobox__category .p-info-category-label--corporation, .s-infobox__category .p-info-category-label--individual, .s-infobox__category .p-info-category-label--all {
  margin-bottom: 5px;
}

.p-info-category-label--all {
  background: #2272cc;
}

.p-info-category-label--individual {
  background: #43b0ff;
}

.p-info-category-label--corporation {
  background: #003399;
}

.p-info-category-label--profile {
  background: #2d99cb;
}

.p-info-category-label--recruit {
  background: #12a63c;
}

.p-info-category-label--caution {
  background: #be1919;
}

.p-info-category-label--security {
  background: #dfa300;
}

.p-info-category-label--tenpoatm {
  background: #e15e0f;
}

.p-info-category-label--ib {
  background: #43b0ff;
}

.p-info-category-label--bib {
  background: #003399;
}

.p-info-category-label--payment {
  background: #e06fa7;
}

.p-info-category-label--other {
  background: #999999;
}

.p-info-list__title {
  margin: 0;
}

.p-info-urgency-box {
  padding: 1em;
  border: 3px solid #ccc;
}
.p-info-urgency-box + .p-info-urgency-box {
  margin: 20px 0 0;
}

.p-info-urgency-box__date {
  margin: 0 0 0.5em;
}

.p-info-urgency-box__title {
  margin: 0;
}

/* 保険商品リスト */
.p-insurance-item-list {
  padding: 0;
  list-style: none;
}

.p-insurance-item-list:after {
  content: "";
  display: block;
  clear: both;
}

.p-insurance-item-list__item {
  float: left;
  width: 33.33333%;
  margin: 0 0 0 -1px;
  border: 1px solid #ccc;
}

.p-insurance-item-list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.p-insurance-item-list__item:nth-child(n+4) {
  margin-top: -1px;
}

.p-insurance-item-list__anchor {
  display: block;
  padding: 1em;
}

.p-insurance-item-list__image {
  margin: 0.5em 0;
  text-align: center;
}
.p-insurance-item-list__image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-loginbox,
.p-bib-loginbox {
  display: none;
}

/* サイドバーのメニュー */
.p-sidemenu, .p-sidemenu--corporation {
  padding: 8px;
  background: #0082d5;
}
.p-sidemenu + .p-sidemenu, .p-sidemenu--corporation + .p-sidemenu, .p-sidemenu + .p-sidemenu--corporation, .p-sidemenu--corporation + .p-sidemenu--corporation {
  margin: 8px 0;
}

.p-sidemenu--corporation {
  background: #00518e;
}

.p-sidemenu__heading {
  position: relative;
  margin: 0;
  padding: calc(.6em - 8px) 0;
  color: #FFF;
  font-size: 1.28571428rem;
  font-weight: bold;
  z-index: 1;
}
.p-sidemenu__heading a {
  color: inherit;
  text-decoration: none;
}

.p-sidemenu__heading2 {
  position: relative;
  margin: 8px 0 0;
  padding: 0.6em;
  font-size: 1.14285714rem;
  font-weight: bold;
  background: #fff;
  border-top: 6px solid #f4b907;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

.p-sidemenu__list {
  position: relative;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.14285714rem;
  background: #FFF;
  z-index: 1;
}
.p-sidemenu__heading2 + .p-sidemenu__list {
  margin-top: 0;
}

.p-sidemenu__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #0082d5;
}
.p-sidemenu__item:last-child {
  border-bottom: none;
}
.p-sidemenu__item > a {
  display: block;
  position: relative;
  padding: 0.6em 15px 0.6em 42px;
  text-decoration: none;
}
.p-sidemenu__item > a::before, .p-sidemenu__item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 11px;
  height: 3px;
  border-radius: 9999px;
  background: #0082d5;
}
.p-sidemenu__item > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-sidemenu__item > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-sidemenu__item.is-current {
  margin-top: -1px;
  border-top: 1px solid #00518E;
  border-bottom-color: #00518E;
  font-weight: bold;
  background: #d8f0ff;
}
.p-sidemenu__item.is-current > a {
  padding: 0.6em 15px 0.6em 42px;
  color: #00518E;
}
.p-sidemenu__item.is-current > a::before, .p-sidemenu__item.is-current > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 11px;
  height: 3px;
  border-radius: 9999px;
  background: #0082d5;
}
.p-sidemenu__item.is-current > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-sidemenu__item.is-current > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-sidemenu__list-2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
  background: #fff;
}
.p-sidemenu__list-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #00518E;
}

.p-sidemenu__item-2 {
  margin: 0;
  padding: 0;
  border-top: 1px solid #00518e;
}
.p-sidemenu__item-2 > a {
  display: block;
  position: relative;
  padding: 0.6em 15px 0.6em 62px;
  text-decoration: none;
}
.p-sidemenu__item-2 > a::before, .p-sidemenu__item-2 > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 38px;
  width: 11px;
  height: 3px;
  border-radius: 9999px;
  background: #0082d5;
}
.p-sidemenu__item-2 > a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-sidemenu__item-2 > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-sidemenu__item-2.is-current > a {
  color: #fff;
  font-weight: bold;
  background: #0082d5;
}
.p-sidemenu__item-2.is-current > a::before, .p-sidemenu__item-2.is-current > a::after {
  background: #fff;
}

[data-sidemenu-child] {
  display: none;
}

/* SP用スクロールテーブル */
.p-scroll-table-wrapper {
  position: relative;
}

.p-scroll-table-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=1 );
}

.p-scroll-table-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 1;
  -webkit-animation: animationFrames ease-in-out 2s;
          animation: animationFrames ease-in-out 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.p-scroll-table-arrow::before,
.p-scroll-table-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 3px;
  background: #333;
  border-radius: 3px;
}

.p-scroll-table-arrow::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-scroll-table-arrow::after {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-scroll-table-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* サイドバーのユーティリティメニュー */
.p-utility-menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.14285714rem;
  list-style: none;
}

.p-utility-menu__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.p-utility-menu__item:last-child {
  border-bottom: none;
}
.p-utility-menu__item a {
  position: relative;
  display: block;
  padding: 0.6em 15px 0.6em 42px;
  text-decoration: none;
}
.p-utility-menu__item a::before, .p-utility-menu__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 11px;
  height: 3px;
  border-radius: 9999px;
  background: #ccc;
}
.p-utility-menu__item a::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-utility-menu__item a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-pc-only {
  display: none !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-background-attention {
  background: #ffffcb !important;
}

.u-background-off {
  background: #f1f1f1 !important;
}

.u-border-emphasis {
  border: 3px solid #f00 !important;
}

/* フロート */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-flex, .u-flex--around, .u-flex--between, .u-flex--center, .u-flex--end {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-flex--end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-flex--center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-flex--between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-flex--around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

.u-text-smaller {
  font-size: 0.75em !important;
  /* 16px * 0.75 = 12px */
}

.u-text-small {
  font-size: 0.875em !important;
  /* 16px * 0.875 = 14px */
}

.u-text-large {
  font-size: 1.125em !important;
  /* 16px * 0.875 = 18px */
}

.u-text-larger {
  font-size: 1.3125em !important;
  /* 16px * 1.3125 = 21px */
}

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

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

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-blue {
  color: #00518e !important;
}

.u-text-gray {
  color: #999 !important;
}

/* アイコン画像 */
.u-icon-image {
  margin: 0 0 0 10px !important;
  vertical-align: middle !important;
}

.u-sp-width-20 {
  max-width: 20px !important;
}

.u-sp-width-50 {
  max-width: 50px !important;
}

.u-sp-width-80 {
  max-width: 80px !important;
}

.u-sp-width-100 {
  max-width: 100px !important;
}

.u-sp-width-150 {
  max-width: 150px !important;
}

.u-sp-width-200 {
  max-width: 200px !important;
}

.u-sp-width-250 {
  max-width: 250px !important;
}

.u-sp-width-300 {
  max-width: 300px !important;
}

.u-sp-maxwidth-clear {
  max-width: none !important;
}

/* フルードイメージ*/
.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* シンプルボックス */
.u-simplebox {
  margin: 1em 0;
  padding: 1.5em;
  border: 1px solid #ccc;
}

/**
 * JSで変更されるクラスのためのスタイル
 */
/**
 * セクションプリント
 */
.is-print-off {
  display: none;
}

/**
 * GSE インプット 
 */
body .cse form.gsc-search-box,
body form.gsc-search-box {
  margin: 0;
  padding: 0;
}

body .cse table.gsc-search-box td.gsc-input,
body table.gsc-search-box td.gsc-input {
  padding: 0;
}

body td.gsc-input {
  position: relative;
}
body td.gsc-input::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/img/parts/icon_search@2x.png") left top no-repeat;
  background-size: 20px auto;
}

body .gsc-input-box {
  height: 34px;
  padding: 0;
  border: none;
}

body .gstl_50 {
  height: 34px;
}

body .gsib_a {
  padding: 0;
}

body .gsib_b {
  display: none;
}

body .gsc-input input.gsc-input {
  height: 34px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 0 27px !important;
  font-size: 1.14286rem;
  border: 1px solid #b3b3b3 !important;
  border-right: none !important;
  border-radius: 3px 0 0 3px;
  background-position: 27px 50% !important;
  -webkit-transition: border 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border 200ms ease, -webkit-box-shadow 200ms ease;
  -o-transition: border 200ms ease, box-shadow 200ms ease;
  transition: border 200ms ease, box-shadow 200ms ease;
  transition: border 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
body .gsc-input input.gsc-input:focus {
  border: 1px solid #0082d5 !important;
  border-right: none !important;
  -webkit-box-shadow: 0 0 5px #57beff;
          box-shadow: 0 0 5px #57beff;
}

body button.gsc-search-button {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 34px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: bottom;
  background: #0082d5;
  border: 1px solid #0072ba;
  border-radius: 0 3px 3px 0;
}
body button.gsc-search-button svg {
  display: none;
}
body button.gsc-search-button::before {
  content: "検索";
  font-size: 0.9375rem;
}
body button.gsc-search-button:hover {
  background: #0082d5;
  border-color: #0072ba;
}

body td.gsc-clear-button {
  display: none;
}

/* GSE 結果 */
body .gs-webResult .gs-snippet,
body .gs-imageResult .gs-snippet,
body .gs-fileFormatType {
  font-size: 1rem;
  line-height: 1.5;
}

body .gsc-webResult.gsc-result,
body .gsc-results .gsc-imageResult {
  margin: 0 0 2em;
}

body .gsc-results .gsc-cursor-box {
  font-size: 1rem;
  text-align: center;
}

body .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  display: inline-block;
  margin: 0.3em;
  padding: 0.4em 0.7em;
  text-shadow: none;
  text-decoration: none;
  background: transparent;
  border: 1px solid #ccc;
}

body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff;
  background: #ccc;
}