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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pc-hide {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

/* ==============================
PC/SPスイッチ用 全体（旧デザイン用）
============================== */
@media screen and (min-width: 767px) {
  .m-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .m-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}
@media screen and (min-width: 767px) {
  .sp-w100 {
    width: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .undertab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .overtab {
    display: none !important;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .sp-h {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-h {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* ----------------------------
テーブル セル幅調整
 ---------------------------- */
/* ----------------------------------------------------------------------------
 * Elements (site based)
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * html, body
 * --------------------------------- */
html,
body {
  min-height: 100vh;
  font-feature-settings: "palt" 1;
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}
html.is-fix {
  overflow: hidden;
}
html .button-class {
  scroll-behavior: auto !important;
}
html .button-class:focus {
  scroll-behavior: auto !important;
}

body {
  font-size: 1rem;
  position: relative;
  min-width: 320px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #555;
}

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

/* ------------------------------------
 * block
 * --------------------------------- */
p {
  margin: 0 0 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

/* ------------------------------------
 * margin,padding
 * --------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ------------------------------------
 * inline
 * --------------------------------- */
b,
dfn,
em,
q,
small,
strong,
sub,
sup {
  font-style: normal;
}

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

sub,
sup {
  font-size: 0.75rem;
}

/* ------------------------------------
 * anchor
 * --------------------------------- */
a {
  color: #23366f;
  word-break: break-all;
}

/* ------------------------------------
 * img
 * --------------------------------- */
img {
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  vertical-align: top;
  max-width: 100%;
}

/* ------------------------------------
 * list
 * --------------------------------- */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ------------------------------------
 * table
 * --------------------------------- */
table {
  text-align: left;
  border-collapse: collapse;
}

/* ------------------------------------
 * form related
 * --------------------------------- */
form,
label {
  padding: 0;
  margin: 0;
}

label {
  border: 0;
}

button,
label,
input[type=button],
input[type=reset],
input[type=submit],
input[type=file] {
  cursor: pointer;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=file] {
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled],
input[type=file][disabled] {
  cursor: default;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea {
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  width: 100%;
}

button {
  background-color: transparent;
}

/* stylelint-disable no-descending-specificity */
/* ==============================
旧デザインCSS
============================== */
/* ----------------------------
ページTOPボタン
---------------------------- */
.page-top-nav {
  right: 0;
  z-index: 99999;
}

@media only screen and (min-width: 1025px) {
  .page-top-nav.padding {
    margin-bottom: 140px;
  }
  .page-top-nav.motorbike.padding {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top-nav.padding {
    margin-bottom: 98px;
  }
  .page-top-nav.motorbike.padding {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top-nav.padding {
    margin-bottom: 78px;
  }
  .page-top-nav.motorbike.padding {
    margin-bottom: 120px;
  }
  .page-top-nav.fire.padding {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top-nav .page-top-btn img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top-nav .page-top-btn img {
    width: 40px;
  }
}
.page-top-nav .page-top-btn:hover {
  opacity: 0.7;
}

/* ==============================
SP切替用 初期設定
============================== */
@media screen and (max-width: 767px) {
  .sp_pa {
    padding: 0 4%;
    width: 100%;
  }
  .sp_pa > .sp_pa {
    padding: 0;
  }
}
/* ----------------------------
関連タグ
---------------------------- */
.Relation_tag ul {
  margin: 0 0 44px 30px;
}

.Relation_tag ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.Relation_tag ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 10px 5px;
  text-decoration: none;
  background: #eee;
}

@media screen and (max-width: 768px) {
  .Relation_tag ul {
    margin: 0 0 25px 0;
  }
}
/* ----------------------------
ページネーション
---------------------------- */
.pagination {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.pagination .before_link {
  float: left;
  width: 48%;
}

.pagination .top_link {
  float: left;
  clear: both;
  width: 100%;
}

.pagination .after_link {
  float: right;
  width: 48%;
}

.pagination .before_link .btn,
.pagination .top_link .btn {
  background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/linkarrow_002.png) no-repeat left 10px center #fff;
  background-size: 8px;
}

.pagination .after_link .btn {
  background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/linkarrow_003.png) no-repeat right 10px center #fff;
  background-size: 8px;
}

.pagination .common_btn {
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 0 10px 0;
  border: 2px solid #dadada;
}

.pagination .common_btn .btn {
  display: block;
  border-radius: 5px;
  color: #333;
  line-height: 1.1;
  letter-spacing: 0.2em;
  padding: 22px 0 18px 0;
  margin: 0 0 5px 0;
  background-size: 12px;
  box-shadow: 0 5px 0 0 #f4f4f4;
  font-size: 18px;
}

.pagination .common_btn .btn:hover {
  background-color: #f4f4f4;
}

@media screen and (min-width: 1000px) {
  div.pagination .common_btn {
    margin: 20px auto 0;
  }
  div.pagination .before_link {
    float: left;
    width: 24%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  div.pagination .after_link {
    float: right;
    width: 24%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  div.pagination .top_link {
    width: 48%;
    clear: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24%;
  }
  div.pagination {
    position: relative;
    min-height: 90px;
  }
}
@media (max-width: 1000px) {
  .pagination .before_link {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .pagination .top_link {
    clear: both;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 400px;
    margin: 20px auto 0;
  }
  .pagination .after_link {
    float: left;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .pagination {
    margin-bottom: 44px;
  }
  .pagination .top_link {
    width: 100%;
    margin-top: 10px;
  }
  .pagination .common_btn .btn {
    padding: 15px 0 11px 0;
    background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/linkarrow_001.png) no-repeat right 10px center #fff;
    background-size: 12px;
    font-size: 12px;
    color: #333;
    line-height: 1.1;
    letter-spacing: 0.2em;
  }
}
/* ----------------------------
見出し【C】（H2）
---------------------------- */
.heading_c_h2 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .heading_c_h2 h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
/* ----------------------------
ページ遷移ボタン
---------------------------- */
.article .common_btn {
  text-align: center;
  margin: 20px auto 46px auto;
  width: 400px;
  border: 2px solid #dadada;
  border-radius: 5px;
}

.article .common_btn .btn {
  padding: 22px 0 18px 0;
  margin: 0 0 5px 0;
  background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/linkarrow_001.png) no-repeat right 25px center #fff;
  background-size: 12px;
  box-shadow: 0 5px 0 0 #f4f4f4;
  font-size: 18px;
  color: #333;
  line-height: 1.1;
  letter-spacing: 0.2em;
  width: 100%;
  border-radius: 5px;
  display: block;
}

.article .common_btn .btn:hover {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .article .common_btn {
    width: 100%;
    margin: 25px auto 45px auto;
  }
  .article .common_btn .btn {
    font-size: 12px;
    padding: 13px 0 9px 0;
  }
}
/* ==============================
記事一覧エリア
============================== */
[id^=column_list] .comment {
  display: none;
}

[id^=column_list] > li {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}

[id^=column_list] li:last-child {
  border-bottom: none;
}

[id^=column_list] li.icon_new:before {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  content: "NEW";
  background: #c9273e;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 3px 0 2px;
  width: 38px;
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 100;
}

[id^=column_list] li.icon_zurich:before {
  content: "";
  background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/icon_zurich.gif) 0 0 no-repeat;
  background-size: 48px;
  width: 48px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 100;
  border: 1px #004ea2 solid;
}

[id^=column_list] li .img {
  width: 29%;
  float: left;
  position: relative;
}

[id^=column_list] li .border {
  border: 1px solid #e5e5e5;
}

[id^=column_list] li .txt {
  width: 67%;
  float: right;
}

[id^=column_list] li a {
  text-decoration: none;
}

[id^=column_list] li h2 {
  font-size: 15px;
  line-height: 1.4;
}

[id^=column_list] .title {
  text-decoration: none;
}

[id^=column_list] .tag a {
  text-decoration: none;
}

[id^=column_list] li .info {
  overflow: hidden;
}

[id^=column_list] li .date {
  font-size: 10px;
  color: #bfbdbc;
  display: block;
  line-height: 1;
  margin-right: 10px;
  float: left;
  padding-top: 10px;
}

[id^=column_list] li .tag {
  line-height: 1;
}

[id^=column_list] li .tag li {
  border: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

[id^=column_list] li .tag li a {
  display: inline-block;
  font-size: 10px;
  padding: 5px 10px 3px;
  line-height: 1;
  background: #eee;
}

/* ==============================
SP用　記事一覧エリア
============================== */
@media screen and (min-width: 768px) {
  [id^=column_list] {
    clear: both;
  }
  [id^=column_list] > li {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  /*
  [id^="column_list"] li:last-child {
      border-bottom: none;
  }
  [id^="column_list"] li:nth-child(5) {
      border-bottom: 1px solid #e5e5e5;
  }
  [id^="column_list"] li:nth-child(6),
  [id^="column_list"] li:nth-child(7),
  [id^="column_list"] li:nth-child(8),
  [id^="column_list"] li:nth-child(9),
  [id^="column_list"] li:nth-child(10) {
      display: block;
  }
  */
  [id^=column_list] li .img {
    width: 24%;
    overflow: hidden;
    display: block;
    cursor: pointer;
  }
  [id^=column_list] li .img img {
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  [id^=column_list] li .img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  [id^=column_list] li.icon_new:before {
    font-size: 12px;
    padding: 5px 0 4px;
    width: 50px;
    left: 10px;
  }
  [id^=column_list] li.icon_zurich:before {
    content: "";
    background: url(/-/Media/jpz/zrh/car/useful/common_re/img_re/siteparts/icon_zurich.gif) 0 0 no-repeat;
    background-size: 70px;
    width: 70px;
    height: 24px;
    left: 10px;
  }
  [id^=column_list] li .txt {
    width: 73%;
    min-height: 0;
  }
  [id^=column_list] li .title {
    text-decoration: none;
  }
  [id^=column_list] li .title:hover h2 {
    text-decoration: underline;
  }
  [id^=column_list] li h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  [id^=column_list] li .comment {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 3em;
  }
  [id^=column_list] li .info {
    bottom: -38px;
  }
  [id^=column_list] li .date {
    padding-top: 13px;
    margin-right: 15px;
    font-size: 12px;
  }
  [id^=column_list] li .tag li {
    margin-right: 10px;
  }
  [id^=column_list] li .tag li a {
    font-size: 12px;
    padding: 8px 10px 6px;
    text-decoration: none;
  }
  [id^=column_list] li .tag li a:hover {
    background: #e6e6e6;
  }
  #useful_side a:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  [id^=column_list] li h2 {
    margin-bottom: 15px;
  }
}
[id^=column_list] li .img img:hover {
  -ms-transform: scale(1) \9 ;
  /* IE9以下 */
}

@media all and (-ms-high-contrast: none) {
  [id^=column_list] li .img img:hover {
    -ms-transform: scale(1.1);
    /* IE10以上 */
  }
}
@media screen and (max-width: 767px) {
  [id^=column_list] li .img img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  [id^=column_list] li .txt {
    min-height: 200px;
  }
}
.btn {
  text-decoration: none;
}

/* ----------------------------
dnav調整用
---------------------------- */
.sb-overray {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.dnav .sb-right-inner {
  padding: 0 0 20px 0;
  background: #fff;
}

.dnav .close-icon {
  text-align: right;
}

.dnav .close-icon a {
  display: block;
  text-align: right;
  padding: 30px 15px;
}

.dnav .close-icon a img {
  width: 25px;
  height: 30px;
}

.dnav .dnav-body {
  padding: 32px 20px 30px 20px;
  background: #004ea2;
}

.dnav .dnav-body nav {
  margin-bottom: 30px;
  border-top: solid 1px #80a7d1;
  margin-top: 20px;
}

.dnav .dnav-body li {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: solid 1px #80a7d1;
}

.dnav .dnav-body a {
  color: #fff;
  text-align: center;
  display: block;
}

.dnav .dnav-body h2 {
  width: 114px;
}

.dnav .dnav-body h2 img {
  width: 100%;
}

.dnav .dnav-body .search_window {
  margin-bottom: 40px;
}

.mT20 {
  margin-top: 20px;
}

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

.mB0 {
  margin-bottom: 0 !important;
}

.pL15 {
  padding-left: 15px;
}

.pR15 {
  padding-right: 15px;
}

.bnr img {
  width: 100%;
}

/* ----------------------------
ヘッダー調整用
---------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header-container .head-logo img {
    width: 195px;
    height: auto;
  }
  #header-container .gnav {
    width: 175px;
    float: right;
  }
  #header-container .inq a {
    width: 113px;
    padding-top: 39px;
  }
  #header-container .menu a {
    width: 39px;
    padding-top: 39px;
  }
}
.contents01 {
  background: #faf9f6;
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  #readmore01[data-readmore] {
    height: auto !important;
  }
}
/* ----------------------------
ページ下部固定CTAポップ
---------------------------- */
/* 表示アニメーション */
@keyframes bound {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
}
/* ----------------------------
v2リニューアル先行css（モジュール）
 ---------------------------- */
.unq-v2-operator-information {
  grid-area: operator-information;
  margin-bottom: 40px;
}

.unq-v2-operator-information__dd,
.unq-v2-operator-information__dt {
  font-size: 0.75rem;
  margin: 0;
}

.unq-v2-operator-information__dt {
  margin-bottom: 17px;
}

.unq-v2-operator-information__logo {
  max-width: 140px;
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .str-v2-article,
  .theme-v2 #useful_main,
  .theme-v2 .unq-v2-operator-information {
    grid-column: 1/2;
  }
  .unq-v2-operator-information__dt {
    margin-bottom: 23px;
  }
  .unq-v2-operator-information__logo {
    margin-right: 23px;
    margin-bottom: 0;
  }
  .unq-v2-operator-information__dd {
    display: flex;
    align-items: center;
  }
}
/* 記事リンクトグル */
.mod-v2-link-toggle {
  margin-bottom: 80px;
}

.mod-v2-link-toggle__item {
  margin-top: 16px;
  background-color: #fff;
}

.mod-v2-link-toggle__item-inner {
  border: 2px solid #dde4e3;
  border-radius: 6px;
}

.mod-v2-link-toggle__icon {
  flex-shrink: 0;
  margin-right: 14px;
}

.mod-v2-link-toggle__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
  position: relative;
  padding: 16px 48px 16px 16px;
  transition: color 0.25s ease;
  text-align: left;
  color: #23366f;
  background-color: transparent;
  border: 0;
}

.mod-v2-link-toggle__title::before,
.mod-v2-link-toggle__title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #23366f;
}

.mod-v2-link-toggle__title::before {
  transition: background-color 0.25s ease;
}

.mod-v2-link-toggle__title::after {
  transition: transform 0.25s ease, background-color 0.25s ease;
  transform: rotate(90deg);
}

.mod-v2-link-toggle__title.is-active::after {
  transform: rotate(180deg);
}

.mod-v2-link-toggle__title:active,
.mod-v2-link-toggle__title:focus,
.mod-v2-link-toggle__title:hover {
  text-decoration: none;
  color: #1fb1e6;
}

.mod-v2-link-toggle__title:active::before,
.mod-v2-link-toggle__title:active::after,
.mod-v2-link-toggle__title:focus::before,
.mod-v2-link-toggle__title:focus::after,
.mod-v2-link-toggle__title:hover::before,
.mod-v2-link-toggle__title:hover::after {
  background-color: #1fb1e6;
}

.mod-v2-link-toggle__link {
  display: block;
  font-size: 1rem;
  padding: 16px 36px 16px 16px;
  position: relative;
  color: #23366F;
  border-top: solid 1px #DDE4E3;
}

.mod-v2-link-toggle__link:active,
.mod-v2-link-toggle__link:focus,
.mod-v2-link-toggle__link:hover {
  color: #1fb1e6;
}

.mod-v2-link-toggle__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #23366f;
  border-right: 2px solid #23366f;
  transform: rotate(45deg) translateY(-2px);
  transition: border 0.25s ease;
  margin: auto 0 auto 14px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.mod-v2-link-toggle__link:active::after,
.mod-v2-link-toggle__link:focus::after,
.mod-v2-link-toggle__link:hover::after {
  border-color: #1fb1e6;
}

.mod-v2-link-toggle__link--parent {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .mod-v2-link-toggle {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
  }
  .mod-v2-link-toggle__item {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .mod-v2-link-toggle__title {
    padding: 24px 48px 24px 24px;
  }
  .mod-v2-link-toggle__title::before,
  .mod-v2-link-toggle__title::after {
    width: 20px;
  }
}
/* stylelint-disable font-family-no-missing-generic-family-keyword, no-descending-specificity */
/* ----------------------------------------------------------------------------
 * sb-overray
 * ------------------------------------------------------------------------- */
.sb-overray {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .sb-overray {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------
 * .dnav
 * ------------------------------------------------------------------------- */
.dnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 300ms;
}
@media screen and (min-width: 768px) {
  .dnav {
    display: none !important;
  }
}
.dnav > .inner {
  padding: 20px 20px 35px;
  background-color: #fff;
}
.dnav .close-btn {
  display: flex;
  width: 16px;
  height: 16px;
  margin: 0 0 15px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_close.svg);
}
.dnav .link-list {
  margin-bottom: 30px;
}
.dnav .link-list > li:not(:last-child) {
  margin-bottom: 40px;
}
.dnav .link-list > li .hdg {
  margin-bottom: 26px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #23366f;
}
.dnav .link-list > li > .list {
  padding-left: 15px;
}
.dnav .link-list > li > .list > li:not(:last-child) {
  margin-bottom: 20px;
}
.dnav .link-list > li > .list > li > a {
  position: relative;
  padding-left: 40px;
  font-size: 1.125rem;
  font-weight: normal;
  text-decoration: none;
}
.dnav .link-list > li > .list > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dnav .link-list > li > .list > li > a.var-car::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_car.svg);
}
.dnav .link-list > li > .list > li > a.var-bike::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_bike.svg);
}
.dnav .link-list > li > .list > li > a.var-fire::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_fire.svg);
}
.dnav .link-list > li > .list > li > a.var-kazai::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_kazai.svg);
}
.dnav .link-list > li > .list > li > a.var-pets::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pets.svg);
}
.dnav .link-list > li > .list > li > a.var-pa::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pa.svg);
}
.dnav .link-list > li > .list > li > a.var-camp::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_camp.svg);
}
.dnav .link-list > li > .list > li > a.var-continue::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_continue.svg);
}
.dnav .link-list > li > .list > li > a.var-endorsement::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_endorsement.svg);
}
.dnav .link-list > li > .list > li > a.var-account::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_account.svg);
}
.dnav .link-list > li > .list > li > a > sup {
  top: -1.25em;
  font-size: 0.5rem;
}
.dnav .link-list > li > .cv-btn > li:not(:last-child) {
  margin-bottom: 25px;
}
.dnav .link-list > li > .cv-btn > li > a {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 285px;
  padding: 15px;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 46px;
}
.dnav .link-list > li > .cv-btn > li > a.var-quate {
  color: #fff;
  background-color: #f69c00;
  box-shadow: 0 4px 14px 0 rgba(207, 37, 0, 0.15);
}
.dnav .link-list > li > .cv-btn > li > a.var-application {
  border: 1px solid;
}
.dnav .search {
  position: relative;
  padding: 25px 40px;
  margin: 0 -20px 40px;
  background-color: #f7f7f8;
}
.dnav .search .query {
  padding: 5px 0;
  font-size: 1.125rem;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #23366f;
  border-width: 0 0 1px;
}
.dnav .search .query::placeholder {
  color: #999;
}
.dnav .search .btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dnav .utility {
  padding: 0 15px;
  margin-bottom: 35px;
}
.dnav .utility > li:not(:last-child) {
  margin-bottom: 26px;
}
.dnav .utility > li > a,
.dnav .utility > li > button {
  font-size: 0.875rem;
  font-weight: normal;
  color: #23366f;
  text-decoration: none;
  background-color: transparent;
}
.dnav .utility > li .js-toggle__btn {
  position: relative;
  width: 100%;
  text-align: left;
}
.dnav .utility > li .js-toggle__btn[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.dnav .utility > li .js-toggle__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-image: url(/-/Media/jpz/zrh/img_re/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.dnav .utility .child-content {
  overflow: hidden;
  transition: 0.3s;
}
.dnav .utility .child-content.is-hidden {
  display: none;
}
.dnav .utility .child-content .list {
  padding: 15px 10px 0;
}
.dnav .utility .child-content .list > li:not(:last-child) {
  margin-bottom: 15px;
}
.dnav .utility .child-content .list > li > a {
  position: relative;
  padding-left: 30px;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}
.dnav .utility .child-content .list > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dnav .utility .child-content .list > li > a.var-car::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_car.svg);
}
.dnav .utility .child-content .list > li > a.var-bike::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_bike.svg);
}
.dnav .utility .child-content .list > li > a.var-fire::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_fire.svg);
}
.dnav .utility .child-content .list > li > a.var-kazai::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_kazai.svg);
}
.dnav .utility .child-content .list > li > a.var-pets::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pets.svg);
}
.dnav .utility .child-content .list > li > a.var-pa::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pa.svg);
}
.dnav .close-text {
  display: flex;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: normal;
  color: #23366f;
  background-color: transparent;
}

/* ----------------------------------------------------------------------------
 * #header-container
 * ------------------------------------------------------------------------- */
#header-container {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 56px;
  padding: 5px 13px;
  background-color: #fff;
  transition: box-shadow 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  #header-container {
    position: relative;
    height: 116px;
    padding: 15px;
  }
}
@media screen and (min-width: 1180px) {
  #header-container {
    padding: 15px 25px;
  }
}
#header-container.is-fixed {
  box-shadow: 0 -5px 15px 0 rgb(0, 0, 51);
}
#header-container > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #header-container > .inner {
    height: 100%;
  }
}
#header-container .logo {
  flex: none;
  margin-bottom: 0;
}
#header-container .logo > a {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  font-weight: normal;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #header-container .logo > a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .logo > a {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) {
  #header-container .logo > a:hover, #header-container .logo > a:focus, #header-container .logo > a:active {
    color: #23366f;
  }
}
#header-container .logo > a img {
  width: 90px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #header-container .logo > a img {
    width: 110px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .logo > a img {
    width: 165px;
    margin-right: 20px;
  }
}
#header-container .nav-global {
  display: none;
}
@media screen and (min-width: 768px) {
  #header-container .nav-global {
    display: block;
    margin: 0 12px 0 auto;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .nav-global {
    margin: 0 24px 0 auto;
  }
}
#header-container .nav-global .list {
  display: flex;
}
#header-container .nav-global .list li > a {
  text-decoration: none;
}
#header-container .nav-global .list > li {
  position: relative;
}
#header-container .nav-global .list > li:not(:last-child) {
  margin-right: 12px;
}
@media screen and (min-width: 1180px) {
  #header-container .nav-global .list > li:not(:last-child) {
    margin-right: 30px;
  }
}
#header-container .nav-global .list > li > a,
#header-container .nav-global .list > li > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
#header-container .nav-global .list > li > a[aria-expanded=true] + .panel,
#header-container .nav-global .list > li > button[aria-expanded=true] + .panel {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header-container .nav-global .list > li > a:hover > .text, #header-container .nav-global .list > li > a:focus > .text, #header-container .nav-global .list > li > a:active > .text,
  #header-container .nav-global .list > li > button:hover > .text,
  #header-container .nav-global .list > li > button:focus > .text,
  #header-container .nav-global .list > li > button:active > .text {
    color: #1fb1e6;
  }
  #header-container .nav-global .list > li > a:hover.var-icon-faq::before, #header-container .nav-global .list > li > a:focus.var-icon-faq::before, #header-container .nav-global .list > li > a:active.var-icon-faq::before,
  #header-container .nav-global .list > li > button:hover.var-icon-faq::before,
  #header-container .nav-global .list > li > button:focus.var-icon-faq::before,
  #header-container .nav-global .list > li > button:active.var-icon-faq::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_faq_on.svg);
  }
  #header-container .nav-global .list > li > a:hover.var-icon-contact::before, #header-container .nav-global .list > li > a:focus.var-icon-contact::before, #header-container .nav-global .list > li > a:active.var-icon-contact::before,
  #header-container .nav-global .list > li > button:hover.var-icon-contact::before,
  #header-container .nav-global .list > li > button:focus.var-icon-contact::before,
  #header-container .nav-global .list > li > button:active.var-icon-contact::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_contact_on.svg);
  }
  #header-container .nav-global .list > li > a:hover.var-icon-aboutus::before, #header-container .nav-global .list > li > a:focus.var-icon-aboutus::before, #header-container .nav-global .list > li > a:active.var-icon-aboutus::before,
  #header-container .nav-global .list > li > button:hover.var-icon-aboutus::before,
  #header-container .nav-global .list > li > button:focus.var-icon-aboutus::before,
  #header-container .nav-global .list > li > button:active.var-icon-aboutus::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_aboutus_on.svg);
  }
  #header-container .nav-global .list > li > a:hover.js-handler::after, #header-container .nav-global .list > li > a:focus.js-handler::after, #header-container .nav-global .list > li > a:active.js-handler::after,
  #header-container .nav-global .list > li > button:hover.js-handler::after,
  #header-container .nav-global .list > li > button:focus.js-handler::after,
  #header-container .nav-global .list > li > button:active.js-handler::after {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_arrow_on.svg);
  }
}
#header-container .nav-global .list > li > a.var-icon-faq::before,
#header-container .nav-global .list > li > button.var-icon-faq::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_faq.svg);
}
#header-container .nav-global .list > li > a.var-icon-contact::before,
#header-container .nav-global .list > li > button.var-icon-contact::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_contact.svg);
}
#header-container .nav-global .list > li > a.var-icon-aboutus::before,
#header-container .nav-global .list > li > button.var-icon-aboutus::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_aboutus.svg);
}
#header-container .nav-global .list > li > a.js-handler,
#header-container .nav-global .list > li > button.js-handler {
  padding-bottom: 20px;
}
#header-container .nav-global .list > li > a.js-handler::after,
#header-container .nav-global .list > li > button.js-handler::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 9px;
  margin-left: -7px;
  content: "";
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.25s ease;
}
#header-container .nav-global .list > li > a::before,
#header-container .nav-global .list > li > button::before {
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.25s ease;
}
@media screen and (min-width: 1180px) {
  #header-container .nav-global .list > li > a::before,
  #header-container .nav-global .list > li > button::before {
    width: 25px;
    height: 25px;
  }
}
#header-container .nav-global .list > li > a > .text,
#header-container .nav-global .list > li > button > .text {
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  color: #23366f;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  #header-container .nav-global .list > li > a > .text,
  #header-container .nav-global .list > li > button > .text {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .nav-global .list > li > a > .text,
  #header-container .nav-global .list > li > button > .text {
    font-size: 0.8125rem;
  }
}
#header-container .nav-global .list .panel {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: none;
  width: 190px;
  margin-left: -85px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 4px 17px 1px rgba(0, 56, 139, 0.13);
  transform: translateY(100%);
}
#header-container .nav-global .list .panel > li > a {
  position: relative;
  display: block;
  padding: 15px 15px 14px 45px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  #header-container .nav-global .list .panel > li > a:hover, #header-container .nav-global .list .panel > li > a:focus, #header-container .nav-global .list .panel > li > a:active {
    background-color: #edf1f9;
  }
}
#header-container .nav-global .list .panel > li > a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header-container .nav-global .list .panel > li > a.var-car::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_car.svg);
}
#header-container .nav-global .list .panel > li > a.var-bike::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_bike.svg);
}
#header-container .nav-global .list .panel > li > a.var-fire::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_fire.svg);
}
#header-container .nav-global .list .panel > li > a.var-kazai::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_kazai.svg);
}
#header-container .nav-global .list .panel > li > a.var-pets::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pets.svg);
}
#header-container .nav-global .list .panel > li > a.var-pa::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pa.svg);
}
#header-container .nav-global .list .panel > li > a.var-camp::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_camp.svg);
}
#header-container .nav-global .list .panel > li > a > sup {
  top: -1.25em;
  font-size: 0.5rem;
}
#header-container .cv-btn {
  display: flex;
  margin: 0 8px 0 auto;
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn {
    margin: 0;
  }
}
#header-container .cv-btn > li:not(:last-child) {
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .cv-btn > li:not(:last-child) {
    margin-right: 16px;
  }
}
#header-container .cv-btn > li > a,
#header-container .cv-btn > li > button {
  display: block;
  width: 42px;
  height: 45px;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-color 0.25s;
  padding-left: 100%;
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a,
  #header-container .cv-btn > li > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: auto;
    padding: 8px 5px;
    font-size: 0.6875rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: 0;
    white-space: normal;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  #header-container .cv-btn > li > a,
  #header-container .cv-btn > li > button {
    width: 205px;
    padding: 13px 5px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #header-container .cv-btn > li > a:hover.var-login, #header-container .cv-btn > li > a:focus.var-login, #header-container .cv-btn > li > a:active.var-login,
  #header-container .cv-btn > li > button:hover.var-login,
  #header-container .cv-btn > li > button:focus.var-login,
  #header-container .cv-btn > li > button:active.var-login {
    background-color: #2167ae;
  }
  #header-container .cv-btn > li > a:hover.var-service, #header-container .cv-btn > li > a:focus.var-service, #header-container .cv-btn > li > a:active.var-service,
  #header-container .cv-btn > li > button:hover.var-service,
  #header-container .cv-btn > li > button:focus.var-service,
  #header-container .cv-btn > li > button:active.var-service {
    background-color: #ff695c;
  }
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a::before,
  #header-container .cv-btn > li > button::before {
    width: 18px;
    height: 17px;
    margin-right: 8px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .cv-btn > li > a::before,
  #header-container .cv-btn > li > button::before {
    width: 22px;
    height: 21px;
  }
}
#header-container .cv-btn > li > a.var-login,
#header-container .cv-btn > li > button.var-login {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_01.png);
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-login,
  #header-container .cv-btn > li > button.var-login {
    background-color: #23366f;
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-login::before,
  #header-container .cv-btn > li > button.var-login::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_01_icon.svg);
  }
}
#header-container .cv-btn > li > a.var-service,
#header-container .cv-btn > li > button.var-service {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_02.png);
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-service,
  #header-container .cv-btn > li > button.var-service {
    background-color: #fb4a3b;
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-service::before,
  #header-container .cv-btn > li > button.var-service::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_02_icon.svg);
  }
}
#header-container .cv-btn > li > a.var-service.fire,
#header-container .cv-btn > li > button.var-service.fire {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_04.png);
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-service.fire,
  #header-container .cv-btn > li > button.var-service.fire {
    background-color: #fb4a3b;
    background-image: none;
  }
}
#header-container .cv-btn > li > a.var-login-02,
#header-container .cv-btn > li > button.var-login-02 {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_03.png);
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-login-02,
  #header-container .cv-btn > li > button.var-login-02 {
    background-color: #23366f;
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  #header-container .cv-btn > li > a.var-login-02::before,
  #header-container .cv-btn > li > button.var-login-02::before {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_01_icon.svg);
  }
}
#header-container .menu-btn {
  width: 42px;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_menu_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #header-container .menu-btn {
    display: none;
  }
}
#header-container .search {
  display: none;
}
@media screen and (min-width: 768px) {
  #header-container .search {
    position: relative;
    display: block;
    padding-left: 8px;
    margin: 0 0 0 8px;
    border-left: 1px solid #dde4e3;
  }
}
@media screen and (min-width: 1180px) {
  #header-container .search {
    padding-left: 16px;
    margin-left: 16px;
  }
}
#header-container .search > button {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
@media screen and (min-width: 1180px) {
  #header-container .search > button {
    width: 32px;
    height: 32px;
  }
}
#header-container .search > button[aria-expanded=true] + .panel {
  display: block;
}
#header-container .search .panel {
  position: absolute;
  right: 0;
  bottom: -50px;
  display: none;
  width: 340px;
  padding: 17px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 4px 17px 1px rgba(0, 56, 139, 0.13);
  transform: translateY(100%);
}
#header-container .search .panel .query {
  padding: 5px 0;
  font-size: 1.125rem;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #23366f;
  border-width: 0 0 1px;
}
#header-container .search .panel .query::placeholder {
  color: #999;
}
#header-container .search .panel .btn {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.str-v2-header-nav {
  padding-top: 0 !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .str-v2-header-nav {
    display: block;
  }
}
.str-v2-header-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 51, 0.15);
}

.str-v2-header-nav__item:not(:last-child) {
  margin-right: 10px;
}

.str-v2-header-nav__link {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-header-nav__link:hover, .str-v2-header-nav__link:focus, .str-v2-header-nav__link:active {
    color: #1fb1e6;
  }
}
.str-v2-header-nav__link.is-current {
  color: #1fb1e6;
  border-bottom: 1px solid #1fb1e6;
}
.str-v2-header-nav__link.js-toggle__btn {
  padding: 0;
  border: none;
}

.str-v2-header-nav-list-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #fff;
  border-top: 1px solid #dde4e3;
  box-shadow: 0 4px 4px rgba(0, 0, 51, 0.15);
}
.str-v2-header-nav-list-child.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 4px 4px rgba(0, 0, 51, 0.15);
}
.str-v2-header-nav-list-child.is-fixed .str-v2-header-nav-list-child__icon {
  display: block;
}
.str-v2-header-nav-list-child__icon {
  display: none;
  flex: none;
  width: 27px;
  height: 19px;
  margin-right: 5px;
}
.str-v2-header-nav-list-child__icon > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_car.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-nav-list-child__icon.bike {
  width: 29px;
  height: 18px;
}
.str-v2-header-nav-list-child__icon.bike > a {
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_bike.svg");
}
.str-v2-header-nav-list-child__icon.fire {
  width: 24px;
  height: 22px;
}
.str-v2-header-nav-list-child__icon.fire > a {
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_fire.svg");
}
.str-v2-header-nav-list-child__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .str-v2-header-nav-list-child__item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1180px) {
  .str-v2-header-nav-list-child__item:not(:last-child) {
    margin-right: 20px;
  }
}
.str-v2-header-nav-list-child__btn {
  position: relative;
  display: block;
  padding: 18px 30px 18px 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #23366f;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 768px) {
  .str-v2-header-nav-list-child__btn {
    padding: 18px 15px 18px 10px;
  }
}
@media screen and (min-width: 1180px) {
  .str-v2-header-nav-list-child__btn {
    padding: 18px 30px 18px 25px;
  }
}
.str-v2-header-nav-list-child__btn:hover {
  color: #1fb1e6;
}
.str-v2-header-nav-list-child__btn:hover.js-dropdown-hook::after {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_arrow_on.svg);
}
.str-v2-header-nav-list-child__btn[aria-expanded=true] {
  background-color: #edf1f9;
}
.str-v2-header-nav-list-child__btn[aria-expanded=true] + .str-v2-header-nav-child-content {
  visibility: visible;
  opacity: 1;
}
.str-v2-header-nav-list-child__btn[aria-expanded=true].js-dropdown-hook::after {
  transform: rotate(180deg);
}
.str-v2-header-nav-list-child__btn.js-dropdown-hook::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .str-v2-header-nav-list-child__btn.js-dropdown-hook::after {
    right: 3px;
  }
}
@media screen and (min-width: 1180px) {
  .str-v2-header-nav-list-child__btn.js-dropdown-hook::after {
    right: 10px;
  }
}

.str-v2-header-nav-child-content {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 40px 15px;
  margin-top: -1px;
  visibility: hidden;
  background-color: #edf1f9;
  opacity: 0;
}
.str-v2-header-nav-child-content__inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.str-v2-header-nav-child-content__head {
  flex: none;
  margin-right: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.str-v2-header-nav-child-content__head > a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-header-nav-child-content__head > a:hover, .str-v2-header-nav-child-content__head > a:focus, .str-v2-header-nav-child-content__head > a:active {
    color: #1fb1e6;
  }
}
.str-v2-header-nav-child-content__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 30px;
  margin: -30px 0 0 -100px;
}
.str-v2-header-nav-child-content__item {
  flex: 0 1 calc(40% - 100px);
  width: calc(40% - 100px);
  max-width: calc(40% - 100px);
  margin: 30px 0 0 100px;
}
.str-v2-header-nav-child-content__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-header-nav-child-content__link:hover, .str-v2-header-nav-child-content__link:focus, .str-v2-header-nav-child-content__link:active {
    color: #1fb1e6;
  }
}
.str-v2-header-nav-child-content__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.str-v2-header-nav-child-content__close::before, .str-v2-header-nav-child-content__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #23366f;
}
.str-v2-header-nav-child-content__close::before {
  transform: rotate(45deg);
}
.str-v2-header-nav-child-content__close::after {
  transform: rotate(-45deg);
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
.str-v2-header-sp-menu {
  padding: 20px 20px 35px;
  background-color: #fff;
}
.str-v2-header-sp-menu-close {
  display: flex;
  width: 16px;
  height: 16px;
  margin: 0 0 15px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_close.svg);
}

.str-v2-header-sp-menu__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #23366f;
}
.str-v2-header-sp-menu__title > a {
  text-decoration: none;
}
.str-v2-header-sp-menu__title.car > a {
  position: relative;
  padding-left: 45px;
}
.str-v2-header-sp-menu__title.car > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 21px;
  margin-top: -11px;
  content: "";
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_car.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-sp-menu__title.bike > a {
  position: relative;
  padding-left: 45px;
}
.str-v2-header-sp-menu__title.bike > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 18px;
  margin-top: -11px;
  content: "";
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_bike.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-sp-menu__title.kazai > a {
  position: relative;
  padding-left: 45px;
}
.str-v2-header-sp-menu__title.kazai > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 18px;
  margin-top: -11px;
  content: "";
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_bike.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-sp-menu__title.fire > a {
  position: relative;
  padding-left: 39px;
}
.str-v2-header-sp-menu__title.fire > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 23px;
  margin-top: -12px;
  content: "";
  background-image: url("/-/Media/jpz/zrh/fire/img_re/icon_fire_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.str-v2-header-sp-menu__list {
  margin: 0 -20px 25px;
}

.str-v2-header-sp-menu__item {
  padding: 15px 20px;
  transition: background-color 0.3s;
}

.str-v2-header-sp-menu__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #23366f;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
}
.str-v2-header-sp-menu__link[aria-expanded=true].js-toggle__btn::after {
  transform: rotate(0deg);
}
.str-v2-header-sp-menu__link.js-toggle__btn {
  padding-right: 20px;
}
.str-v2-header-sp-menu__link.js-toggle__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-image: url(/-/Media/jpz/zrh/img_re/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.str-v2-header-sp-menu-child-content {
  overflow: hidden;
  transition: 0.3s;
}
.str-v2-header-sp-menu-child-content.is-hidden {
  display: none;
}
.str-v2-header-sp-menu-child-content__list {
  padding: 20px 20px 0;
}
.str-v2-header-sp-menu-child-content__item:not(:last-child) {
  margin-bottom: 25px;
}
.str-v2-header-sp-menu-child-content__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.str-v2-header-sp-menu-list-estimate {
  margin-bottom: 50px;
}
.str-v2-header-sp-menu-list-estimate__item {
  text-align: center;
}
.str-v2-header-sp-menu-list-estimate__item:not(:last-child) {
  margin-bottom: 24px;
}
.str-v2-header-sp-menu-list-estimate__link {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 46px;
}
.str-v2-header-sp-menu-list-estimate__link.var-01 {
  color: #fff;
  background-color: #f69c00;
  box-shadow: 0 4px 14px 0 rgba(207, 37, 0, 0.15);
}
.str-v2-header-sp-menu-list-estimate__link.var-02 {
  border: 1px solid;
}

.str-v2-header-sp-menu-list-agreement {
  margin-bottom: 36px;
}
.str-v2-header-sp-menu-list-agreement__item:not(:last-child) {
  margin-bottom: 24px;
}
.str-v2-header-sp-menu-list-agreement__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  padding: 15px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 46px;
}
.str-v2-header-sp-menu-list-agreement__link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-sp-menu-list-agreement__link.var-01 {
  background-color: #23366f;
}
.str-v2-header-sp-menu-list-agreement__link.var-01::before {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background-image: url(/-/Media/jpz/zrh/img_re/icon_car_01.svg);
}
.str-v2-header-sp-menu-list-agreement__link.var-02 {
  background-color: #fb4a3b;
}
.str-v2-header-sp-menu-list-agreement__link.var-02::before {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_02_icon.svg);
}
.str-v2-header-sp-menu-list-agreement__link.var-03 {
  background-color: #23366f;
}
.str-v2-header-sp-menu-list-agreement__link.var-03::before {
  width: 23px;
  height: 22px;
  margin-right: 20px;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_gnav_btn_01_icon.svg);
}
.str-v2-header-sp-menu-list-agreement__link.var-04 {
  background-color: #23366f;
}
.str-v2-header-sp-menu-list-agreement__link.var-04::before {
  width: 32px;
  height: 32px;
  margin-top: -3px;
  margin-right: 16px;
  background-image: url(/-/Media/jpz/zrh/fire/img_re/icon_fire_02.svg);
}

.str-v2-header-sp-menu-list-product {
  padding: 0 15px;
  margin-bottom: 15px;
}
.str-v2-header-sp-menu-list-product__item:not(:last-child) {
  margin-bottom: 20px;
}
.str-v2-header-sp-menu-list-product__link {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.str-v2-header-sp-menu-list-product__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-header-sp-menu-list-product__link.car::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_car.svg);
}
.str-v2-header-sp-menu-list-product__link.bike::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_bike.svg);
}
.str-v2-header-sp-menu-list-product__link.fire::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_fire.svg);
}
.str-v2-header-sp-menu-list-product__link.kazai::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_kazai.svg);
}
.str-v2-header-sp-menu-list-product__link.pa::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pa.svg);
}
.str-v2-header-sp-menu-list-product__link.camp::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_camp.svg);
}
.str-v2-header-sp-menu-list-product__link.pets::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_pets.svg);
}
.str-v2-header-sp-menu-list-product__link.travel::before {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/dnav_icon_travel.svg);
}
.str-v2-header-sp-menu-list-product + .str-v2-header-sp-menu__title {
  margin-top: 50px;
}

.str-v2-header-sp-menu-search {
  position: relative;
  padding: 25px 40px;
  margin: 0 -20px 40px;
  background-color: #f7f7f8;
}
.str-v2-header-sp-menu-search__query {
  padding: 5px 0;
  font-size: 1.125rem;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #23366f;
  border-width: 0 0 1px;
}
.str-v2-header-sp-menu-search__query::placeholder {
  color: #999;
}
.str-v2-header-sp-menu-search__btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.str-v2-header-sp-menu-list-utility {
  padding: 0 20px;
  margin-bottom: 60px;
}
.str-v2-header-sp-menu-list-utility__item:not(:last-child) {
  margin-bottom: 30px;
}
.str-v2-header-sp-menu-list-utility__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  color: #23366f;
}

.str-v2-header-sp-menu-close-text {
  display: flex;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  color: #23366f;
  background-color: transparent;
}

.str-outer {
  letter-spacing: 1px;
}
.str-outer--var-tel .str-inner {
  max-width: 970px !important;
}

.str-v2-outer {
  font-size: 1rem;
  min-width: 320px;
  padding: 40px 20px 56px;
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .str-v2-outer {
    padding: 80px 20px 64px;
  }
}
.str-v2-outer .str-v2-outer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.str-v2-outer.str-v2-outer--color-02 {
  background-color: #f7f7f8;
}

#container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #container {
    padding-top: 0 !important;
    transform: none !important;
  }
}

#useful_contents {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 4% 40px;
}
@media screen and (min-width: 768px) {
  #useful_contents {
    display: flex;
    gap: 0 58px;
    padding-top: 80px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.str-v2-outer + #useful_contents {
  padding-top: 0;
}

#useful_main {
  flex-grow: 1;
  padding-bottom: 80px;
  line-height: 1.5;
}
#useful_main > *:first-child {
  margin-top: 0;
}
#useful_main > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #useful_main {
    max-width: 840px;
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  #useful_side {
    max-width: 300px;
    width: 30%;
  }
}

/* aside固有見出しレベル2 */
.str-v2-aside-hdg-lv2,
.right_column_heading_h2 {
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-weight: bold;
  color: #23366f;
  border-bottom: 2px solid #23366f;
}
.str-v2-aside-hdg-lv2__hdg,
.str-v2-aside-hdg-lv2 > h2,
.right_column_heading_h2__hdg,
.right_column_heading_h2 > h2 {
  font-size: 1.375rem;
  text-align: center;
}

/* aside固有見出しレベル3 */
.str-v2-aside-hdg-lv3 {
  position: relative;
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.str-v2-aside-hdg-lv3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 3px);
  margin: auto;
  content: "";
  background-color: #23366f;
}
.str-v2-aside-hdg-lv3__hdg {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #23366f;
}

/* aside固有バナー */
.str-v2-aside-banner {
  margin-bottom: 32px;
}
.str-v2-aside-banner__item {
  display: inline-block;
}
.str-v2-aside-banner__item:active, .str-v2-aside-banner__item:focus, .str-v2-aside-banner__item:hover {
  opacity: 0.8;
}
.str-v2-aside-banner__item + .str-v2-aside-banner__item {
  margin-top: 16px;
}
.str-v2-aside-banner--sticky {
  position: sticky;
  top: 12%;
}

/* aside固有 検索窓 */
.str-v2-aside-search {
  margin-top: 34px;
  margin-bottom: 40px;
}
.str-v2-aside-search__form {
  position: relative;
}
.str-v2-aside-search__query {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #23366f;
  border-radius: 0;
  appearance: none;
}
.str-v2-aside-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  overflow: hidden;
  text-indent: 20px;
  white-space: nowrap;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/header_icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

/* aside固有見出し付きリンクリスト */
.str-v2-aside-link-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.str-v2-aside-link-list__hdg {
  padding: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  color: #23366f;
  background-color: #dae2f4;
}
.str-v2-aside-link-list__list {
  border: 1px solid #dde4e3;
}
.str-v2-aside-link-list__item {
  border-bottom: 1px solid #dde4e3;
}
.str-v2-aside-link-list__item:last-of-type {
  border: 0;
}
.str-v2-aside-link-list__link {
  display: block;
  padding: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #23366f;
  text-decoration: none;
  transition: color 0.25s ease;
}
.str-v2-aside-link-list__link:active, .str-v2-aside-link-list__link:focus, .str-v2-aside-link-list__link:hover {
  color: #1fb1e6;
  text-decoration: none;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
.str-v2-footer-note {
  background-color: #fff;
}
.str-v2-footer-note__inner {
  padding: 20px 15px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.str-v2-footer-note__list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.str-v2-footer-note__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 3px;
  font-size: 12px;
}
.str-v2-footer-note__mark {
  flex-shrink: 0;
  margin-right: 0.5em;
}

/* stylelint-disable no-descending-specificity */
.str-v2-footer {
  display: block;
  width: 100%;
}
.str-v2-footer-pc-sitemap {
  padding: 60px 15px 25px;
  background-color: #dae2f4;
}
.str-v2-footer-pc-sitemap__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.str-v2-footer-pc-sitemap__hdg {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.str-v2-footer-pc-sitemap__hdg > a {
  position: relative;
  padding-left: 40px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-sitemap__hdg > a:hover, .str-v2-footer-pc-sitemap__hdg > a:focus, .str-v2-footer-pc-sitemap__hdg > a:active {
    color: #1fb1e6;
  }
}
.str-v2-footer-pc-sitemap__hdg > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 18px;
  margin-top: -11px;
  content: "";
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_car.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-footer-pc-sitemap__hdg.bike > a::before {
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_bike.svg");
}
.str-v2-footer-pc-sitemap__hdg.kazai > a::before {
  width: 33px;
  height: 24px;
  transform: translateY(-4px);
  background-image: url("/-/Media/jpz/zrh/car_re/img/icon_ssi_kazai.svg");
}
.str-v2-footer-pc-sitemap__hdg.fire > a::before {
  width: 24px;
  height: 23px;
  transform: translateY(-2px);
  background-image: url("/-/Media/jpz/zrh/fire/img_re/icon_fire_01.svg");
}
.str-v2-footer-pc-sitemap__lyt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
}
.str-v2-footer-pc-sitemap__col {
  flex: 0 1 calc(25% - 25px);
  width: calc(25% - 25px);
  max-width: calc(25% - 25px);
}
.str-v2-footer-pc-sitemap__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #23366f;
}
.str-v2-footer-pc-sitemap__item:not(:last-child) {
  margin-bottom: 30px;
}
.str-v2-footer-pc-sitemap__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-sitemap__link:hover, .str-v2-footer-pc-sitemap__link:focus, .str-v2-footer-pc-sitemap__link:active {
    color: #1fb1e6;
  }
}

.str-v2-footer-pc-list-child {
  margin-top: 14px;
}
.str-v2-footer-pc-list-child__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.16;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-child__link:hover, .str-v2-footer-pc-list-child__link:focus, .str-v2-footer-pc-list-child__link:active {
    color: #1fb1e6;
  }
}

.str-v2-footer-pc-list-grandchild__item {
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;
}
.str-v2-footer-pc-list-grandchild__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.16;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-grandchild__link:hover, .str-v2-footer-pc-list-grandchild__link:focus, .str-v2-footer-pc-list-grandchild__link:active {
    color: #1fb1e6;
  }
}

.str-v2-footer-pc-list-sns {
  display: flex;
  align-items: center;
  width: calc(25% - 25px);
  max-width: calc(25% - 25px);
  margin: -30px 0 0 auto;
}
.str-v2-footer-pc-list-sns__item {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-footer-pc-list-sns__item:not(:last-child) {
  margin-right: 20px;
}
.str-v2-footer-pc-list-sns__item--fb {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_fb.svg);
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-sns__item--fb:hover, .str-v2-footer-pc-list-sns__item--fb:focus, .str-v2-footer-pc-list-sns__item--fb:active {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_fb_on.svg);
  }
}
.str-v2-footer-pc-list-sns__item--tw {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_tw.svg);
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-sns__item--tw:hover, .str-v2-footer-pc-list-sns__item--tw:focus, .str-v2-footer-pc-list-sns__item--tw:active {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_tw_on.svg);
  }
}
.str-v2-footer-pc-list-sns__item--youtube {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_youtube.svg);
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-sns__item--youtube:hover, .str-v2-footer-pc-list-sns__item--youtube:focus, .str-v2-footer-pc-list-sns__item--youtube:active {
    background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_youtube_on.svg);
  }
}
.str-v2-footer-pc-list-sns__link {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.str-v2-footer-pc-list-products {
  display: flex;
  justify-content: space-between;
}
.str-v2-footer-pc-list-products__link {
  padding: 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-products__link:hover, .str-v2-footer-pc-list-products__link:focus, .str-v2-footer-pc-list-products__link:active {
    color: #1fb1e6;
  }
}

.str-v2-footer-pc-utility {
  padding: 15px;
}
.str-v2-footer-pc-utility__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.str-v2-footer-pc-list-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px 0 10px -16px;
}
.str-v2-footer-pc-list-utility__item {
  padding-right: 16px;
  margin: 16px 0 0 16px;
  line-height: 1;
}
.str-v2-footer-pc-list-utility__item:not(:last-child) {
  border-right: 1px solid #23366f;
}
.str-v2-footer-pc-list-utility__link {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .str-v2-footer-pc-list-utility__link:hover, .str-v2-footer-pc-list-utility__link:focus, .str-v2-footer-pc-list-utility__link:active {
    color: #1fb1e6;
  }
}

.str-v2-footer-pc-copyright {
  margin-bottom: 0;
  color: #23366f;
  text-align: center;
}
.str-v2-footer-pc-copyright > small {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
}

.str-v2-footer-sp-sitemap {
  padding: 40px 20px;
  background-color: #dae2f4;
}
.str-v2-footer-sp-sitemap__hdg {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}
.str-v2-footer-sp-sitemap__hdg > a {
  text-decoration: none;
}
.str-v2-footer-sp-sitemap__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #23366f;
}
.str-v2-footer-sp-sitemap__item:not(:last-child) {
  margin-bottom: 20px;
}
.str-v2-footer-sp-sitemap__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #23366f;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
}
.str-v2-footer-sp-sitemap__link[aria-expanded=true].js-toggle__btn::after {
  transform: rotate(0deg);
}
.str-v2-footer-sp-sitemap__link.js-toggle__btn {
  padding-right: 20px;
}
.str-v2-footer-sp-sitemap__link.js-toggle__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-image: url(/-/Media/jpz/zrh/img_re/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.str-v2-footer-sp-sitemap__link.inline {
  display: inline;
}

.str-v2-footer-sp-child-content {
  overflow: hidden;
  transition: 0.3s;
}
.str-v2-footer-sp-child-content.is-hidden {
  display: none;
}
.str-v2-footer-sp-child-content__list {
  padding: 15px 0 15px 20px;
}
.str-v2-footer-sp-child-content__item:not(:last-child) {
  margin-bottom: 15px;
}
.str-v2-footer-sp-child-content__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  text-decoration: none;
}

.str-v2-footer-sp-grandchild {
  margin-top: 14px;
}
.str-v2-footer-sp-grandchild__item {
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;
}
.str-v2-footer-sp-grandchild__item:not(:last-child) {
  margin-bottom: 15px;
}
.str-v2-footer-sp-grandchild__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  text-decoration: none;
}

.str-v2-footer-sp-products {
  padding: 20px;
  margin: 0 -20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.str-v2-footer-sp-products__list {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}
.str-v2-footer-sp-products__item {
  margin: 24px 0 0 24px;
}
.str-v2-footer-sp-products__link {
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
}
.str-v2-footer-sp-products__link > sup {
  font-size: 12px;
  font-weight: 400;
}

.str-v2-footer-sp-list-other {
  display: flex;
  flex-wrap: wrap;
}
.str-v2-footer-sp-list-other__item:not(:last-child) {
  margin-right: 40px;
}
.str-v2-footer-sp-list-other__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  text-decoration: none;
}

.str-v2-footer-sp-utility {
  padding: 40px 20px 20px;
  background-color: #fff;
}

.str-v2-footer-sp-list-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
.str-v2-footer-sp-list-sns__item {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.str-v2-footer-sp-list-sns__item:not(:last-child) {
  margin-right: 20px;
}
.str-v2-footer-sp-list-sns__item--fb {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_fb.svg);
}
.str-v2-footer-sp-list-sns__item--tw {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_tw.svg);
}
.str-v2-footer-sp-list-sns__item--youtube {
  background-image: url(/-/Media/jpz/zrh/common_re/img_re/footer_icon_youtube.svg);
}
.str-v2-footer-sp-list-sns__link {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.str-v2-footer-sp-list-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px 0 0 -10px;
}
.str-v2-footer-sp-list-utility__item {
  padding-right: 10px;
  margin: 15px 0 0 10px;
}
.str-v2-footer-sp-list-utility__item:not(:last-child) {
  border-right: 1px solid #23366f;
}
.str-v2-footer-sp-list-utility__link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.str-v2-footer-sp-copyright {
  margin-bottom: 20px;
  color: #23366f;
  text-align: center;
}
.str-v2-footer-sp-copyright > small {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
.page-top-nav {
  position: fixed;
  right: 5px;
  bottom: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.page-top-nav.is-show {
  visibility: visible;
  opacity: 1;
}
.page-top-nav.is-fix {
  position: absolute;
}
.page-top-btn > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-top-btn > a:hover, .page-top-btn > a:focus, .page-top-btn > a:active {
    opacity: 0.7;
  }
}
.page-top-btn > a img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page-top-btn > a img {
    width: 50px;
  }
}

.str-v2-bobun {
  line-height: 1.5;
  min-width: 320px;
  color: #555;
  background-color: #f7f7f8;
}
.str-v2-bobun__inner {
  margin: auto;
  max-width: 1170px;
  padding: 27px 15px 29px;
}
.str-v2-bobun__txt {
  font-size: 0.75rem;
}

.str-v2-breadcrumb {
  display: block;
  background-color: #fff;
}
.str-v2-breadcrumb__inner {
  width: 100%;
  padding: 15px;
  max-width: 1170px;
  margin: 0 auto;
}
.str-v2-breadcrumb__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.str-v2-breadcrumb__item {
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  color: #333333;
}
.str-v2-breadcrumb__item:not(:last-child) {
  margin-right: 5px;
  padding-right: 15px;
}
.str-v2-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  padding-left: 0;
  border-top: 1px solid #23366f;
  border-right: 1px solid #23366f;
  transform: rotate(45deg);
}
.str-v2-breadcrumb__link {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .str-v2-breadcrumb__link:hover, .str-v2-breadcrumb__link:focus, .str-v2-breadcrumb__link:active {
    color: #1fb1e6;
  }
}

#floatnav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 84px;
  background-color: #f7f7f8;
  box-shadow: 0px -8px 24px rgba(0, 56, 139, 0.1);
}
#floatnav.fire {
  height: auto;
}
@media screen and (min-width: 768px) {
  #floatnav {
    height: 110px;
    visibility: visible;
    opacity: 1;
  }
  #floatnav .panel-floatnav .inner {
    padding: 10px 55px 10px 15px;
  }
}
@media screen and (max-width: 850px) {
  #floatnav {
    height: 84px;
  }
}
#floatnav.hide {
  display: none !important;
}
#floatnav .btn-close {
  position: absolute;
  top: 20px;
  right: 24px;
}
#floatnav .btn-close > a {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
#floatnav .btn-close > a::before, #floatnav .btn-close > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #23366f;
  transform-origin: center;
}
#floatnav .btn-close > a::before {
  transform: rotate(45deg);
}
#floatnav .btn-close > a::after {
  transform: rotate(-45deg);
}
#floatnav .btn-close > a > span {
  position: absolute;
  top: -100px;
  right: -100px;
}
#floatnav .panel-floatnav {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: auto;
}
#floatnav .panel-floatnav .inner {
  display: flex;
  gap: 0 10px;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
}
#floatnav .panel-floatnav .inner--fire {
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner--fire {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner {
    padding: 10px 50px;
  }
}
#floatnav .panel-floatnav .inner .col {
  width: 33.3333%;
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner .col.col1, #floatnav .panel-floatnav .inner .col.col3 {
    display: none;
  }
  #floatnav .panel-floatnav .inner .col.col2 {
    width: 100%;
  }
  #floatnav .panel-floatnav .inner .col.col-auto {
    width: auto;
  }
}
#floatnav .panel-floatnav .inner .col3 {
  margin-top: 10px;
}
#floatnav .panel-floatnav .inner .col4 {
  width: auto;
}
#floatnav .panel-floatnav .inner .lead {
  margin-bottom: 0;
  line-height: 1;
  color: #23366f;
}
#floatnav .panel-floatnav .inner .lead--fire {
  line-height: 32px;
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner .lead--fire {
    margin-bottom: 12px;
  }
}
#floatnav .panel-floatnav .inner .lead-01 {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
#floatnav .panel-floatnav .inner .lead-02 {
  font-size: 1.125rem;
  font-weight: normal;
}
#floatnav .panel-floatnav .inner .lead-03 {
  font-size: 1.25rem;
  font-weight: normal;
}
#floatnav .panel-floatnav .inner .lead-04 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner .lead-04 {
    font-size: 1.125rem;
    font-weight: normal;
  }
}
#floatnav .panel-floatnav .inner .lead-05 {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner .lead-05 {
    display: none;
  }
}
#floatnav .panel-floatnav .inner .number {
  font-size: 1.75rem;
  font-family: "Avenir Next", Arial, Roboto, sans-serif;
  font-weight: 600;
  color: #fb4a3b;
}
#floatnav .panel-floatnav .inner .note {
  font-size: 0.75rem;
}
#floatnav .panel-floatnav .inner .note > li {
  position: relative;
  padding-left: 15px;
}
#floatnav .panel-floatnav .inner .note > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}
#floatnav .panel-floatnav .inner .btn-conversion {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 55px;
  margin: auto;
  padding: 10px 10px 8px;
  color: #fff;
  text-decoration: none;
  background-color: #f69c00;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  #floatnav .panel-floatnav .inner .btn-conversion:hover, #floatnav .panel-floatnav .inner .btn-conversion:focus, #floatnav .panel-floatnav .inner .btn-conversion:active {
    background-color: #ffba43;
  }
}
@media screen and (max-width: 850px) {
  #floatnav .panel-floatnav .inner .btn-conversion {
    width: 100%;
  }
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
/* ----------------------------
ページ下部固定CTAポップ
---------------------------- */
/* 表示アニメーション */
@keyframes bound {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
}
.unq-v2-fixed-pop-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  min-width: 320px;
  box-sizing: border-box;
  transform-origin: 50% 100%;
  z-index: 100001;
  pointer-events: none;
}
.unq-v2-fixed-pop-cta.is-show {
  display: block;
  animation: bound 1.1s ease-out;
}
.unq-v2-fixed-pop-cta__inner {
  position: relative;
  width: 320px;
  margin: 0 auto;
  border: 2px solid #23366f;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  border-radius: 10px;
}
.unq-v2-fixed-pop-cta__button-close {
  position: absolute;
  top: 4px;
  right: 6px;
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.unq-v2-fixed-pop-cta__button-close-inner {
  position: relative;
  display: block;
}
.unq-v2-fixed-pop-cta__button-close-inner::before, .unq-v2-fixed-pop-cta__button-close-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #23366f;
  margin: -1px 0 0 -5px;
}
.unq-v2-fixed-pop-cta__button-close-inner::before {
  transform: rotate(45deg);
}
.unq-v2-fixed-pop-cta__button-close-inner::after {
  transform: rotate(-45deg);
}
.unq-v2-fixed-pop-cta__hdg {
  padding: 5px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #23366f;
  font-weight: normal;
}
.unq-v2-fixed-pop-cta__content {
  padding: 10px 15px;
  font-size: 12px;
}
.unq-v2-fixed-pop-cta__content > :last-child {
  margin-bottom: 0;
}
.unq-v2-fixed-pop-cta__title {
  font-size: 14px;
  color: #000000;
}
.unq-v2-fixed-pop-cta__list > li {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
}
.unq-v2-fixed-pop-cta__list > li::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #23366f;
  border-radius: 50%;
}
.unq-v2-fixed-pop-cta__strong, .unq-v2-fixed-pop-cta__em {
  font-size: 16px;
  color: #f39c12;
  font-weight: bold;
}
.unq-v2-fixed-pop-cta__sup {
  font-size: 8px;
  vertical-align: super;
}
.unq-v2-fixed-pop-cta__button-wrapper {
  margin: 10px 0;
  text-align: center;
}
.unq-v2-fixed-pop-cta__button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 25px 11px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #f69c00;
  border-radius: 19px;
  transition: opacity 0.3s;
  text-decoration: none;
}
.unq-v2-fixed-pop-cta__button:hover, .unq-v2-fixed-pop-cta__button:focus, .unq-v2-fixed-pop-cta__button:active {
  color: #ffffff;
  opacity: 0.7;
}
.unq-v2-fixed-pop-cta__button::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

/* visually-hidden */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.estimate-banner.absolute {
  bottom: 915px;
}

.fire-top-mv-content {
  background-color: #dae2f4;
  color: #23366f;
  position: relative;
  min-height: 410px;
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content {
    min-height: 225px;
  }
}
.fire-top-mv-content__inner {
  max-width: 1280px;
  padding: 30px 100px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fire-top-mv-content__inner {
    padding: 30px 70px;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__inner {
    padding: 24px 20px;
    max-width: 375px;
    height: 225px;
  }
}
.fire-top-mv-content__inner::before {
  content: "";
  background-image: url(/-/Media/jpz/zrh/fire/img_re/mv-index-pc.webp);
  width: 520px;
  height: 410px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .fire-top-mv-content__inner::before {
    background-image: url(/-/Media/jpz/zrh/fire/img_re/mv-index-tab.webp);
    width: 480px;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__inner::before {
    background-image: url(/-/Media/jpz/zrh/fire/img_re/mv-index-sp.webp);
    width: 189px;
    height: 225px;
  }
}
.fire-top-mv-content__body {
  position: relative;
  z-index: 1;
  width: 60%;
}
.fire-top-mv-content__body > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .fire-top-mv-content__body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__body {
    width: 60%;
  }
}
.fire-top-mv-content__hdg {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__hdg {
    font-size: 0.875rem;
  }
}
.fire-top-mv-content__read {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__read {
    font-size: 1.375rem;
  }
}
.fire-top-mv-content__box {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__box {
    display: block;
    margin-bottom: 0;
  }
}
.fire-top-mv-content__box-item {
  border: 1.5px solid #23366f;
  padding: 8px 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fire-top-mv-content__box-item {
    margin-bottom: 8px;
    max-width: 160px;
    font-size: 0.75rem;
    padding: 8px;
  }
}
.fire-top-mv-content .mod-v2-box {
  max-width: 422px;
}
.fire-top-mv-content .mod-v2-box__inner {
  padding: 20px;
}
.fire-top-mv-content .mod-v2-btn {
  min-width: 200px;
  max-width: 280px;
  width: 100%;
}

.fire-top-contents p {
  line-height: 26px;
}
.fire-top-contents__text {
  font-size: 1rem;
  line-height: 26px;
}
.fire-top-contents__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 70px;
}
.fire-top-contents__inner > :first-child {
  margin-top: 0;
}
.fire-top-contents__inner > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__inner {
    padding: 56px 20px;
  }
}
.fire-top-contents__flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__flex {
    display: block;
  }
}
.fire-top-contents__flex--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__flex--center {
    display: flex;
    gap: 10px;
  }
}
.fire-top-contents__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.fire-top-contents__link-text {
  font-size: 1.625rem;
  color: #23366f;
  margin-left: 24px;
}
.fire-top-contents__flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__flex-item {
    width: 100%;
  }
}
.fire-top-contents__flex-item--col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fire-top-contents__flex-item-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #23366f;
  margin-bottom: 32px;
}
.fire-top-contents--bg-gray {
  background-color: #f7f7f8;
}
.fire-top-contents--bg-deep-gray {
  background-color: #eef0f1;
}
.fire-top-contents .mod-v2-link-list-02 {
  margin: 0 -20px;
}
.fire-top-contents__cv-btn {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__cv-btn {
    display: block;
  }
  .fire-top-contents__cv-btn li + li {
    margin-top: 24px;
  }
}
.fire-top-contents__cv-btn a {
  margin: 0;
}
.fire-top-contents__cv-btn .mod-v2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fire-top-contents__cv-btn .mod-v2-btn {
    margin: 0 auto;
  }
}
.fire-top-contents__cv-btn span + span {
  margin-left: 15px;
}

.fire-contents__inner {
  max-width: 680px;
  padding: 40px;
  margin: 0 auto;
}
.fire-contents__flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fire-contents__flex {
    display: block;
  }
}
.fire-contents__flex--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fire-contents__flex--center {
    display: flex;
    gap: 10px;
  }
}
.fire-contents__flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fire-contents__flex-item {
    width: 100%;
  }
}

.fire-top-media {
  display: flex;
  align-items: center;
  color: #23366f;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fire-top-media {
    display: block;
  }
}
.fire-top-media + .fire-top-media {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .fire-top-media + .fire-top-media {
    margin-top: 90px;
  }
}
.fire-top-media__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fire-top-media__content {
    width: 100%;
  }
}
.fire-top-media__content p {
  line-height: 26px;
}
.fire-top-media__img {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fire-top-media__img {
    width: 100%;
  }
}
.fire-top-media__hdg {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.fire-top-media__hdg-number {
  font-size: 4rem;
  margin-right: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fire-top-media__hdg-number {
    font-size: 2.625rem;
  }
}
.fire-top-media__hdg-number span {
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .fire-top-media__hdg-number span {
    font-size: 0.875rem;
  }
}
.fire-top-media__hdg-title {
  font-weight: normal;
  font-size: 2.25rem;
  position: relative;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .fire-top-media__hdg-title {
    font-size: 1.625rem;
  }
}
.fire-top-media__hdg-title::after {
  content: "";
  width: 146px;
  height: 4px;
  background-color: #23366f;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.select-form {
  width: 100%;
  padding: 10px 14px 10px 0;
  border-width: 0 0 1px 0;
  border-color: #23366f;
  border-radius: 0;
  background-color: #fff;
  background-image: url(/-/Media/jpz/zrh/fire/img_re/fire-index-23.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px 8px;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
}
.select-form:invalid {
  color: #757575;
}

.form-arrow {
  position: relative;
  margin-bottom: 60px;
}
.form-arrow::after {
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #dde4e3;
  bottom: -40px;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 36px;
}

.price {
  line-height: 1.5;
  display: flex;
  margin: 0 auto;
  color: #23366f;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.plan {
  margin-right: 20px;
  font-size: 1.125rem;
}

.num {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: right;
}

.unit {
  font-size: 1.125rem;
  margin-left: 5px;
}

.fire-contents__flex-item input[type=radio] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /* ブラウザのデフォルトのスタイルを削除 */
  -webkit-appearance: none;
  appearance: none;
  /* レイアウトから無視 */
  position: absolute;
}
.fire-contents__flex-item input[type=radio]:focus + label {
  border: 2px solid #000;
}
.fire-contents__flex-item input[type=radio]:checked + label {
  border: 2px solid #f69c00;
}

/* ビュレットリスト */
.fire-list-bullet {
  margin: 50px 0;
  text-align: center;
  background-color: #ccc;
}

.fire-step-list {
  display: flex;
  gap: 24px;
  color: #23366f;
}
@media screen and (max-width: 767px) {
  .fire-step-list {
    display: block;
  }
}
.fire-step-list__item {
  background-color: #fff;
  width: 25%;
  text-align: center;
  padding: 32px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fire-step-list__item {
    width: 100%;
  }
  .fire-step-list__item + .fire-step-list__item {
    margin-top: 40px;
  }
  .fire-step-list__item::after {
    border-left: 18px solid rgba(0, 0, 0, 0);
    border-right: 18px solid rgba(0, 0, 0, 0);
    border-top: 16px solid #dde4e3;
    bottom: -28px;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 36px;
  }
  .fire-step-list__item:last-child::after {
    display: none;
  }
  .fire-step-list__item--relaxed {
    margin-bottom: 100px;
    position: relative;
  }
  .fire-step-list__item--relaxed::after {
    bottom: -80px;
  }
}
.fire-step-list__over {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.fire-step-list__over img {
  margin-right: 8px;
}
.fire-step-list__over-text {
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fire-step-list__number {
    margin-right: 10px;
  }
}
.fire-step-list__number span {
  font-size: 2rem;
  display: block;
}
.fire-step-list__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fire-step-list__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .fire-step-list__inner {
    display: flex;
    align-items: center;
  }
}

.unq-info {
  background-color: #fff4e1;
}
.unq-info__inner {
  max-width: 1280px;
  padding: 21px 24px;
  color: #23366f;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.unq-info__icon {
  font-weight: bold;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.unq-info__icon img {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .unq-info__icon img {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .unq-info__icon {
    margin-right: 12px;
  }
}
.unq-info p {
  margin-bottom: 0;
  line-height: normal;
}
.unq-info a {
  text-decoration: none;
}

/* 汎用ボックス */
.mod-v2-box {
  margin-bottom: 80px;
}
.mod-v2-box__inner {
  padding: 32px 32px 40px;
  background-color: #f7f7f8;
}
.mod-v2-box__inner > :last-child {
  margin-bottom: 0;
}
.mod-v2-box__inner > :first-child {
  margin-top: 0;
}
.mod-v2-box__hdg {
  margin: 0 0 16px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-box__hdg {
    margin-bottom: 24px;
  }
}
.mod-v2-box__hdg--nowrap {
  white-space: nowrap;
}
.mod-v2-box__content > :last-child {
  margin-bottom: 0;
}
.mod-v2-box__content > :first-child {
  margin-top: 0;
}
.mod-v2-box--border {
  text-decoration: none;
}
.mod-v2-box--border .mod-v2-box__inner {
  background-color: #fff;
  border: 2px solid #dde4e3;
}
.mod-v2-box--link {
  text-decoration: none;
}
.mod-v2-box--link .mod-v2-box__inner {
  background-color: #fff;
  border: 2px solid #dde4e3;
}
.mod-v2-box--big-padding .mod-v2-box__inner {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .mod-v2-box--big-padding .mod-v2-box__inner {
    padding-bottom: 56px;
  }
}
.mod-v2-box--big-margin {
  margin-top: 80px;
}
.mod-v2-box--white .mod-v2-box__inner {
  background-color: #fff;
  border-radius: 12px;
}

/* 目次ボックス */
.mod-v2-box-index {
  margin-bottom: 80px;
}
.mod-v2-box-index__inner {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #23366f;
}
.mod-v2-box-index__inner > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-index__inner > :first-child {
  margin-top: 0;
}
.mod-v2-box-index__hdg {
  margin: 0 0 16px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-index__hdg {
    margin-bottom: 24px;
  }
}
.mod-v2-box-index__content > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-index__content > :first-child {
  margin-top: 0;
}

/* プロフィールボックス */
@media screen and (min-width: 768px) {
  .mod-v2-box-profile {
    display: flex;
  }
}
.mod-v2-box-profile__icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-profile__icon {
    flex: 0 0 120px;
    margin: 0 32px 0 0;
  }
}
.mod-v2-box-profile__iconImg {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mod-v2-box-profile__profile {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dde4e3;
}
.mod-v2-box-profile__profile + [class^=mod-v2] {
  margin-top: 0;
}
.mod-v2-box-profile__position, .mod-v2-box-profile__occupation, .mod-v2-box-profile__name {
  display: block;
}
.mod-v2-box-profile__position {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.mod-v2-box-profile__occupation {
  margin-bottom: 3px;
  font-size: 0.75rem;
}
.mod-v2-box-profile__name {
  font-weight: bold;
}
.mod-v2-box-profile__content > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-profile__content > :first-child {
  margin-top: 0;
}
.mod-v2-box-profile__content [class^=mod-v2][class*=__] {
  font-size: 0.875rem;
}
.mod-v2-box-profile__content > [class^=mod-v2]:not([class*=__]) {
  margin-top: 16px;
}
.mod-v2-box-profile__content > [class^=mod-v2]:not(:last-child):not([class*=__]) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-profile__content {
    flex: 1 1 auto;
  }
}
.mod-v2-box-profile__txt {
  font-size: 0.875rem;
}

/* 吹き出しボックス */
.mod-v2-box-bubble {
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-bubble {
    display: flex;
    align-items: flex-start;
    margin: 56px 0;
  }
}
.mod-v2-box-bubble__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-bubble__head {
    flex-direction: column;
    flex-shrink: 0;
  }
}
.mod-v2-box-bubble__icon {
  display: block;
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-bubble__icon {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 8px;
  }
}
.mod-v2-box-bubble__iconImg {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.mod-v2-box-bubble__profile {
  flex: 1 1 auto;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-bubble__profile {
    max-width: 100px;
    margin-left: 0;
    text-align: center;
  }
}
.mod-v2-box-bubble__occupation, .mod-v2-box-bubble__name {
  display: block;
}
.mod-v2-box-bubble__occupation {
  margin-bottom: 3px;
  font-size: 0.75rem;
}
.mod-v2-box-bubble__name {
  font-size: 0.75rem;
  font-weight: bold;
}
.mod-v2-box-bubble__txt {
  position: relative;
  padding: 16px 24px;
  margin: 26px 0 0;
  background-color: #fff;
  border: 2px solid #dde4e3;
  border-radius: 12px;
}
.mod-v2-box-bubble__txt::before, .mod-v2-box-bubble__txt::after {
  position: absolute;
  content: "";
}
.mod-v2-box-bubble__txt::before {
  top: -26px;
  left: 16px;
  border: 8px solid transparent;
  border-bottom: 16px solid #dde4e3;
}
.mod-v2-box-bubble__txt::after {
  top: -18px;
  left: 18px;
  border: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-bubble__txt {
    padding: 24px 32px;
    margin-top: 0;
    margin-left: 36px;
  }
  .mod-v2-box-bubble__txt::before {
    top: 20px;
    left: -22px;
    border-top: 21px solid #dde4e3;
    border-right: none;
    border-bottom: none;
    border-left: 21px solid transparent;
  }
  .mod-v2-box-bubble__txt::after {
    top: 22px;
    left: -17px;
    border-top: 17px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: 17px solid transparent;
  }
}

/* CVボックス */
.mod-v2-box-cv {
  width: 100vw;
  padding: 0 calc(50vw - 50%);
  margin: 80px calc(50% - 50vw);
  background-color: #edf1f9;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv {
    width: auto;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.mod-v2-box-cv__inner {
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__inner {
    padding: 48px 80px 56px;
  }
}
.mod-v2-box-cv__hdg {
  margin: 0 auto 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #23366f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__hdg {
    margin-bottom: 26px;
    font-size: 1.5rem;
  }
}
.mod-v2-box-cv__lead {
  margin: 0 auto 10px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #23366f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__lead {
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
}
.mod-v2-box-cv__lead-em {
  margin: 0 0 0 3px;
  font-family: "Avenir Next", Arial, Roboto, sans-serif;
  font-size: 1.875rem;
  color: #fb4a3b;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__lead-em {
    margin: 0 8px;
    font-size: 2.625rem;
  }
}
.mod-v2-box-cv__lead-unit {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__lead-unit {
    font-size: 2.25rem;
  }
}
.mod-v2-box-cv__lead-large {
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__lead-large {
    font-size: 2rem;
  }
}
.mod-v2-box-cv__lead-large > sup {
  top: 0;
  font-size: 0.75rem;
  vertical-align: text-top;
}
.mod-v2-box-cv__content {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
}
.mod-v2-box-cv__content > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-cv__content > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__content {
    padding: 35px 72px;
  }
}
.mod-v2-box-cv__sub-txt {
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #23366f;
}
.mod-v2-box-cv__sub-txt > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-cv__sub-txt > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-cv__sub-txt {
    font-size: 1.125rem;
  }
}
.mod-v2-box-cv__img {
  max-width: 280px;
  margin: 0 auto 20px;
}

.mod-v2-box-link {
  margin-bottom: 80px;
  text-decoration: none;
  border: 2px solid #dde4e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 0;
  height: 180px;
}
.mod-v2-box-link__outer {
  max-width: 288px;
  margin-bottom: 0;
}
.mod-v2-box-link__inner {
  background-color: #f7f7f8;
  background-color: #fff;
}
.mod-v2-box-link__inner > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-link__inner > :first-child {
  margin-top: 0;
}
.mod-v2-box-link__hdg {
  margin: 0 0 16px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-box-link__hdg {
    margin-bottom: 24px;
  }
}
.mod-v2-box-link__title {
  font-size: 1rem;
  color: #23366f;
  display: block;
}
.mod-v2-box-link__text {
  font-size: 0.75rem;
  color: #23366f;
}
@media screen and (max-width: 767px) {
  .mod-v2-box-link__text {
    font-size: 0.4375rem;
    margin-bottom: 0;
  }
}
.mod-v2-box-link__content > :last-child {
  margin-bottom: 0;
}
.mod-v2-box-link__content > :first-child {
  margin-top: 0;
}
.mod-v2-box-link--border {
  text-decoration: none;
}
.mod-v2-box-link--border .mod-v2-box-link__inner {
  background-color: #fff;
  border: 2px solid #dde4e3;
}

/* 汎用ボタン */
.mod-v2-btn {
  display: block;
  width: fit-content;
  min-width: 280px;
  padding: 18px 20px;
  margin: 40px auto 80px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #23366f;
  border-radius: 39px;
  box-shadow: 0 4px 14px 0 rgba(50, 65, 96, 0.15);
  transition: background-color 0.25s ease;
}
a.mod-v2-btn {
  color: #fff;
  text-decoration: none;
}
a.mod-v2-btn:active, a.mod-v2-btn:focus, a.mod-v2-btn:hover {
  text-decoration: none;
  background-color: #2167ae;
}
a.mod-v2-btn:disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #dde4e3;
  box-shadow: none;
}

.mod-v2-btn__txt {
  font-size: 1rem;
  font-weight: bold;
}
.mod-v2-btn--plain {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  border: 1px solid #23366f;
  box-shadow: none;
  transition: border-color 0.25s ease, color 0.25s ease;
}
a.mod-v2-btn--plain {
  color: #23366f;
}
a.mod-v2-btn--plain:active, a.mod-v2-btn--plain:focus, a.mod-v2-btn--plain:hover {
  color: #2167ae;
  background-color: #fff;
  border-color: #2167ae;
}

.mod-v2-btn--cv {
  background-color: #f69c00;
  box-shadow: 0 4px 14px 0 rgba(207, 37, 0, 0.15);
}
.mod-v2-btn--cv:active, .mod-v2-btn--cv:focus, .mod-v2-btn--cv:hover {
  background-color: #ffba43 !important;
}
.mod-v2-btn--emergency {
  background-color: #fb4a3b;
  box-shadow: 0 4px 14px 0 rgba(207, 37, 0, 0.15);
}
.mod-v2-btn--emergency:active, .mod-v2-btn--emergency:focus, .mod-v2-btn--emergency:hover {
  background-color: #ff695c;
}

/* CVボタン */
.mod-v2-btn-cv {
  display: block;
  width: 100%;
  padding: 16px 30px;
  margin: 0 auto;
  margin-bottom: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f69c00;
  border-radius: 46px;
  box-shadow: 0 4px 14px 0 rgba(103, 101, 100, 0.15);
  transition: background-color 0.25s ease;
}
a.mod-v2-btn-cv {
  color: #fff;
  text-decoration: none;
}
a.mod-v2-btn-cv:active, a.mod-v2-btn-cv:focus, a.mod-v2-btn-cv:hover {
  text-decoration: none;
  background-color: #ffba43;
}

@media screen and (min-width: 768px) {
  .mod-v2-btn-cv {
    max-width: 404px;
    padding: 25px;
    border-radius: 40px/50%;
  }
}
.mod-v2-btn-cv__txt {
  font-size: 1.5rem;
  font-weight: bold;
}

/* 汎用リンク */
.mod-v2-link {
  display: block;
  margin: 16px 0 24px;
}
@media screen and (min-width: 768px) {
  .mod-v2-link {
    margin: 24px 0 32px;
  }
}
.mod-v2-link__link {
  display: inline;
  color: #23366f;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mod-v2-link__link:active, .mod-v2-link__link:focus, .mod-v2-link__link:hover {
  color: #1fb1e6;
  text-decoration: none;
}
.mod-v2-link__link:active .mod-v2-link__icon,
.mod-v2-link__link:active .mod-v2-link-icon, .mod-v2-link__link:focus .mod-v2-link__icon,
.mod-v2-link__link:focus .mod-v2-link-icon, .mod-v2-link__link:hover .mod-v2-link__icon,
.mod-v2-link__link:hover .mod-v2-link-icon {
  fill: #1fb1e6;
}
.mod-v2-link__icon {
  display: inline-block;
  width: 6px;
  height: 1em;
  margin-left: 14px;
  transition: fill 0.25s ease;
  transform: translateY(2px);
}
.mod-v2-link--anchor {
  position: relative;
  display: block;
}
.mod-v2-link--anchor .mod-v2-link__link {
  display: block;
  padding-right: 24px;
}
.mod-v2-link--anchor .mod-v2-link__icon {
  transform: translateX(-2px) translateY(2px) rotate(90deg);
}

/* リンクリスト2 */
.mod-v2-link-list-02 {
  margin-bottom: 40px;
}
.mod-v2-link-list-02__item {
  padding: 16px 0;
  border-bottom: 1px solid #dde4e3;
}
.mod-v2-link-list-02__item > :last-child {
  margin-bottom: 0;
}
.mod-v2-link-list-02__item > :first-child {
  margin-top: 0;
}
.mod-v2-link-list-02__item:first-of-type {
  border-top: 1px solid #dde4e3;
}
@media screen and (min-width: 768px) {
  .mod-v2-link-list-02__item {
    padding: 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .mod-v2-link-list-02--inline {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -24px;
  }
  .mod-v2-link-list-02--inline .mod-v2-link-list-02__item {
    position: relative;
    padding: 10px 0;
    margin-right: 48px;
    border: 0;
  }
  .mod-v2-link-list-02--inline .mod-v2-link-list-02__item::after {
    position: absolute;
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #dde4e3;
  }
  .mod-v2-link-list-02--inline .mod-v2-link-list-02__item:first-of-type {
    border: 0;
  }
  .mod-v2-link-list-02--inline .mod-v2-link-list-02__item:last-of-type::after {
    content: none;
  }
}
.mod-v2-link-list-02--num .mod-v2-link-list-02__item {
  position: relative;
  padding: 12px 0 12px 20px;
  counter-increment: number;
}
.mod-v2-link-list-02--num .mod-v2-link-list-02__item::before {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #23366f;
  content: counter(number) ".";
}
@media screen and (min-width: 768px) {
  .mod-v2-link-list-02--num .mod-v2-link-list-02__item {
    padding: 16px 0 16px 24px;
  }
}
.mod-v2-link-list-02--num .mod-v2-link-list-02__item > .mod-v2-link--anchor {
  font-size: 0.875rem;
}
.mod-v2-link-list-02 .mod-v2-link--anchor .mod-v2-link__link {
  display: block;
  padding-right: 24px;
}
.mod-v2-link-list-02 .mod-v2-link--anchor .mod-v2-link__icon {
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .mod-v2-link-list-02 .mod-v2-link--anchor .mod-v2-link__icon {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

/* 注釈リスト */
.mod-v2-list-note {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod-v2-list-note__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 3px;
  font-size: 0.75rem;
}
.mod-v2-list-note__item:last-of-type {
  margin-bottom: 0;
}
.mod-v2-list-note__item--large {
  font-size: 0.875rem;
}
.mod-v2-list-note__mark {
  flex-shrink: 0;
  margin-right: 0.5em;
}
.mod-v2-list-note--center {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.heading_h1,
.heading_b_h2 {
  font-size: 1rem;
  min-width: 320px;
  padding: 40px 20px 56px;
  margin: 0 auto;
  max-width: 1240px;
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .heading_h1,
  .heading_b_h2 {
    padding: 80px 20px 64px;
  }
}
.heading_h1 > h1,
.heading_b_h2 > h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .heading_h1 > h1,
  .heading_b_h2 > h1 {
    font-size: 3.125rem;
  }
}

.heading_b_h2 {
  margin-bottom: 16px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .heading_b_h2 {
    margin-bottom: 32px;
  }
}
.heading_b_h2 > h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .heading_b_h2 > h1 {
    font-size: 2.25rem;
  }
}

.mod-v2-hdg-lv1__hdg {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv1__hdg {
    font-size: 3.125rem;
  }
}
.mod-v2-hdg-lv1--document {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv1--document {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}
.mod-v2-hdg-lv1--document .mod-v2-hdg-lv1__hdg {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv1--document .mod-v2-hdg-lv1__hdg {
    font-size: 2.25rem;
  }
}

.mod-v2-hdg-lv2 {
  margin-top: 80px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv2 {
    margin-top: 80px;
    margin-bottom: 64px;
  }
}
.mod-v2-hdg-lv2__hdg {
  margin: 0;
  font-size: 1.625rem;
  font-weight: normal;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv2__hdg {
    font-size: 2.25rem;
  }
}
.mod-v2-hdg-lv2--document {
  position: relative;
  padding-left: 15px;
  margin-top: 64px;
  margin-bottom: 32px;
}
.mod-v2-hdg-lv2--document::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 10px);
  margin: auto;
  content: "";
  background-color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv2--document {
    padding-left: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .mod-v2-hdg-lv2--document::before {
    width: 4px;
    height: calc(100% - 16px);
  }
}
.mod-v2-hdg-lv2--document .mod-v2-hdg-lv2__hdg {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv2--document .mod-v2-hdg-lv2__hdg {
    font-size: 2rem;
  }
}

.mod-v2-hdg-lv3 {
  margin-top: 56px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv3 {
    margin-top: 64px;
  }
}
.mod-v2-hdg-lv3__hdg {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv3__hdg {
    font-size: 1.75rem;
  }
}
.mod-v2-hdg-lv3--document {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv3--document {
    margin-top: 48px;
  }
}
.mod-v2-hdg-lv3--document .mod-v2-hdg-lv3__hdg {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv3--document .mod-v2-hdg-lv3__hdg {
    font-size: 1.625rem;
  }
}

.mod-v2-hdg-lv4 {
  margin-top: 40px;
  margin-bottom: 32px;
}
.mod-v2-hdg-lv4__hdg {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv4__hdg {
    font-size: 1.5rem;
  }
}
.mod-v2-hdg-lv4--document {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv4--document {
    margin-bottom: 24px;
  }
}
.mod-v2-hdg-lv4--document .mod-v2-hdg-lv4__hdg {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .mod-v2-hdg-lv4--document .mod-v2-hdg-lv4__hdg {
    font-size: 1.25rem;
  }
}

/* FAQトグル */
.mod-v2-faq__item {
  border-bottom: 1px solid #dde4e3;
}
.mod-v2-faq__item:first-of-type {
  border-top: 1px solid #dde4e3;
}
.mod-v2-faq__question-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 30px 16px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #23366f;
  text-align: left;
}
.mod-v2-faq__question-btn::before, .mod-v2-faq__question-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #23366f;
}
@media screen and (min-width: 768px) {
  .mod-v2-faq__question-btn::before, .mod-v2-faq__question-btn::after {
    width: 20px;
  }
}
.mod-v2-faq__question-btn::after {
  transition: transform 0.25s ease;
  transform: rotate(90deg);
}
.mod-v2-faq__question-btn.is-active::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .mod-v2-faq__question-btn {
    padding: 24px 68px 24px 0;
  }
}
.mod-v2-faq__symbol {
  display: block;
  flex: 0 0 1rem;
  font-family: "Avenir Next", Arial, Roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
}
.mod-v2-faq__symbol[title] {
  text-decoration: none;
}
.mod-v2-faq__symbol[title=question] {
  margin-right: 16px;
}
.mod-v2-faq__symbol[title=answer] {
  margin-bottom: 16px;
  color: #1fb1e6;
}
.mod-v2-faq__answer {
  padding: 16px 0;
  margin: 0;
  border-top: 1px solid #dde4e3;
}
@media screen and (min-width: 768px) {
  .mod-v2-faq__answer {
    padding: 24px 0;
  }
}
.mod-v2-faq__answer-hdg {
  display: block;
  margin-bottom: 16px;
  font-weight: normal;
  color: #23366f;
}
.mod-v2-faq__answer-txt > :last-child {
  margin-bottom: 0;
}
.mod-v2-faq__answer-txt > :first-child {
  margin-top: 0;
}

/* リンクリストトグル */
.str-v2-aside-link-list.js-toggle {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .str-v2-aside-link-list.js-toggle {
    margin-top: 24px;
  }
}
.str-v2-aside-link-list__link {
  padding: 16px;
}
.str-v2-aside-link-list__btn {
  position: relative;
  margin: -16px;
  padding: 16px;
  width: calc(100% + 32px);
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  color: #23366f;
  background-color: #dae2f4;
  transition: color 0.25s ease;
}
.str-v2-aside-link-list__btn::before, .str-v2-aside-link-list__btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #23366f;
}
@media screen and (min-width: 768px) {
  .str-v2-aside-link-list__btn::before, .str-v2-aside-link-list__btn::after {
    width: 20px;
  }
}
.str-v2-aside-link-list__btn::before {
  transition: background-color 0.25s ease;
}
.str-v2-aside-link-list__btn::after {
  transition: transform 0.25s ease, background-color 0.25s ease;
  transform: rotate(90deg);
}
.str-v2-aside-link-list__btn.is-active::after {
  transform: rotate(180deg);
}
.str-v2-aside-link-list__btn:active, .str-v2-aside-link-list__btn:focus, .str-v2-aside-link-list__btn:hover {
  color: #1fb1e6;
  text-decoration: none;
}
.str-v2-aside-link-list__btn:active::before, .str-v2-aside-link-list__btn:active::after, .str-v2-aside-link-list__btn:focus::before, .str-v2-aside-link-list__btn:focus::after, .str-v2-aside-link-list__btn:hover::before, .str-v2-aside-link-list__btn:hover::after {
  background-color: #1fb1e6;
}

@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02 {
    padding: 0 20px;
  }
}
.str-v2-aside-link-list-02__btn {
  font-size: 1.5rem;
  color: #23366f;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__btn {
    font-size: 1.125rem;
    padding: 12px 0;
  }
}
.str-v2-aside-link-list-02__btn.is-active::after {
  transform: rotate(0deg);
}
.str-v2-aside-link-list-02__btn::before, .str-v2-aside-link-list-02__btn::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #23366f;
  right: 30px;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__btn::before, .str-v2-aside-link-list-02__btn::after {
    top: 20px;
  }
}
.str-v2-aside-link-list-02__btn::after {
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.str-v2-aside-link-list-02__body {
  padding: 40px 0;
}
.str-v2-aside-link-list-02__hdg-04 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #23366f;
  margin-bottom: 28px;
}
.str-v2-aside-link-list-02__hdg-05 {
  font-size: 1.125rem;
  color: #23366f;
  margin-bottom: 18px;
}
.str-v2-aside-link-list-02__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__flex {
    display: block;
  }
}
.str-v2-aside-link-list-02__flex--all .str-v2-aside-link-list-02__flex-item + .str-v2-aside-link-list-02__flex-item {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__flex--all {
    display: flex;
    gap: 34px 12px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: unset;
  }
  .str-v2-aside-link-list-02__flex--all .str-v2-aside-link-list-02__flex-item + .str-v2-aside-link-list-02__flex-item {
    margin-left: 0;
  }
}
.str-v2-aside-link-list-02__flex-item {
  text-align: center;
  color: #23366f;
}
.str-v2-aside-link-list-02__flex-item--col5 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__flex-item--col5 {
    width: 45%;
  }
}
.str-v2-aside-link-list-02__flex-left, .str-v2-aside-link-list-02__flex-right {
  width: 45%;
  text-align: center;
  color: #23366f;
}
.str-v2-aside-link-list-02__flex-left .mod-v2-box, .str-v2-aside-link-list-02__flex-right .mod-v2-box {
  margin-bottom: 0;
}
.str-v2-aside-link-list-02__flex-left .mod-v2-box__inner, .str-v2-aside-link-list-02__flex-right .mod-v2-box__inner {
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__flex-left, .str-v2-aside-link-list-02__flex-right {
    width: 100%;
  }
}
.str-v2-aside-link-list-02__flex-center {
  width: 10%;
  text-align: center;
  font-size: 1.5rem;
  color: #23366f;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-02__flex-center {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03 {
    padding: 0 20px;
  }
}
.str-v2-aside-link-list-03__btn {
  font-size: 1.5rem;
  color: #23366f;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 24px 60px 24px 24px;
  display: flex;
  align-items: center;
}
.str-v2-aside-link-list-03__btn span {
  font-size: 2.25rem;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__btn span {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__btn {
    font-size: 1.125rem;
    padding: 12px 36px 12px 0;
  }
}
.str-v2-aside-link-list-03__btn.is-active::after {
  transform: rotate(0deg);
}
.str-v2-aside-link-list-03__btn::before, .str-v2-aside-link-list-03__btn::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #23366f;
  right: 30px;
  top: 45px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__btn::before, .str-v2-aside-link-list-03__btn::after {
    top: 30px;
    right: 0;
  }
}
.str-v2-aside-link-list-03__btn::after {
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.str-v2-aside-link-list-03__body {
  display: flex;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__body {
    padding: 24px 0 0 0;
    display: block;
  }
}
.str-v2-aside-link-list-03__answer {
  font-size: 2.25rem;
  margin-right: 60px;
  color: #1FB1E6;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__answer {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
.str-v2-aside-link-list-03__answer-title {
  font-size: 1.5rem;
  color: #23366f;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__answer-title {
    font-size: 1.125rem;
  }
}
.str-v2-aside-link-list-03__answer-btn {
  margin: 32px 0 0 0;
}
@media screen and (max-width: 767px) {
  .str-v2-aside-link-list-03__answer-btn {
    margin: auto;
  }
}

body.is-overlay {
  width: 100%;
}
body.is-overlay::after {
  content: "";
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s ease;
  opacity: 0;
}
body.is-overlay.is-overlay-active {
  position: fixed;
  left: 0;
}
body.is-overlay.is-overlay-active::after {
  opacity: 1;
  z-index: 1000;
}

.mod-v2-modal {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  overflow: auto;
  inset-block-start: 0px;
  inset-block-end: 0px;
  max-width: calc(100% - 6px - 2em);
  max-height: calc(100% - 6px - 2em);
  user-select: text;
  visibility: visible;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  height: fit-content;
  margin: auto;
}
.mod-v2-modal__inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px;
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .mod-v2-modal__inner {
    padding: 40px 24px 60px;
  }
}
.mod-v2-modal__title {
  font-weight: bold;
  font-size: 1.375rem;
  color: #23366f;
  margin-bottom: 40px;
}
.mod-v2-modal__text {
  font-size: 1.125rem;
  color: #23366f;
}
.mod-v2-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .mod-v2-modal__close {
    top: 15px;
    right: 15px;
  }
}
.mod-v2-modal__close-btn {
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .mod-v2-modal__close-btn {
    width: 20px;
    height: 20px;
  }
}
.mod-v2-modal__close-btn::before, .mod-v2-modal__close-btn::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  background-color: #23366f;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mod-v2-modal__close-btn::before, .mod-v2-modal__close-btn::after {
    width: 20px;
    height: 1px;
  }
}
.mod-v2-modal__close-btn::before {
  transform: rotate(45deg);
}
.mod-v2-modal__close-btn::after {
  transform: rotate(135deg);
}
.mod-v2-modal .mod-v2-btn {
  margin: 0 auto 40px;
}
.mod-v2-modal.is-show {
  display: block;
}
.mod-v2-modal.is-show.is-none {
  display: none;
}

/* メディアレイアウト */
.mod-v2-lyt-media {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 32px;
}
.mod-v2-lyt-media__content > :last-child, .mod-v2-lyt-media__media > :last-child {
  margin-bottom: 0;
}
.mod-v2-lyt-media__content > :first-child, .mod-v2-lyt-media__media > :first-child {
  margin-top: 0;
}
.mod-v2-lyt-media__media {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .mod-v2-lyt-media {
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .mod-v2-lyt-media__media {
    flex-basis: 270px;
    flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .mod-v2-lyt-media__content {
    flex-basis: 100%;
    flex-grow: 1;
  }
}

/* 区切り線 */
.mod-v2-lyt-hr {
  height: 1px;
  margin: 0;
  background-color: #dde4e3;
  border: 0;
}
