@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    min-width: 1400px;
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: auto hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #3c3c3c;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.1666666667;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  main {
    min-height: calc(100vh - 4.09rem);
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    min-height: calc(100vh - 4.36rem);
  }
}

a {
  color: inherit;
}
a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, (min-width: 768px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    padding: 21px 39px 20px 45px;
    min-width: 1400px;
  }
  .header-common + main {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.6rem;
    padding-left: 0.1rem;
  }
  .header-common + main {
    padding-top: 0.6rem;
  }
}

.header-common.is-otoiawase {
  display: none;
}
.header-common.is-otoiawase + main {
  padding-top: 0;
}

@media print, (min-width: 768px) {
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-contact {
    margin-bottom: 0.3rem;
  }
}

.button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1482a0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 260px;
    min-height: 50px;
    padding: 14.5px 20px 13.5px;
    font-size: 0.2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    margin: 0 auto;
    padding: 0.1rem 0.1rem 0.11rem;
  }
}

.header-logo {
  display: block;
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .header-logo {
    width: 474px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 2.37rem;
    margin-right: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .navigation-header-sitemap::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation-header-sitemap .menu-sitemap {
    margin-bottom: 0.3rem;
    padding-top: 0.8rem;
  }
  .navigation-header-sitemap .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-header-sitemap .menu-child {
    border-bottom: 1px solid #3c3c3c;
  }
  .navigation-header-sitemap .child-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    margin: 0.05rem 0;
    padding: 0.1rem;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% - 0.01rem);
    right: 0;
    left: 0;
    width: 0.24rem;
    height: 0.02rem;
    margin: 0 auto;
    -webkit-transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #3c3c3c;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.09rem);
    -ms-transform: translateY(-0.09rem);
    transform: translateY(-0.09rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.09rem);
    -ms-transform: translateY(0.09rem);
    transform: translateY(0.09rem);
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-line {
    width: 0.26rem;
  }
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-ready {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.menu-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-sitemap .child-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.2777777778;
  text-align: center;
}
@media print, (min-width: 768px) {
  .menu-sitemap .child-wrapper {
    min-width: 62px;
    margin: 0 5px;
    padding: 2px 19px 1px 18px;
  }
  html.is-tablet .menu-sitemap .child-wrapper {
    padding: 2px 18px 1px 17px;
  }
  .menu-sitemap .menu-child {
    position: relative;
  }
  .menu-sitemap .menu-child::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 1px;
    width: 1px;
    border-right: 1px solid #3c3c3c;
  }
  .menu-sitemap .menu-child:first-child .child-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
  .menu-sitemap .menu-child:last-child::after {
    content: none;
  }
  .menu-sitemap .menu-child:last-child .child-wrapper {
    margin-right: 0;
    padding-right: 0;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
}

.footer-wrapper {
  background-color: #e4f0f3;
  color: #282828;
}
@media print, (min-width: 768px) {
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 38px 55px 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper {
    padding: 0.3rem 0.2rem 0.1rem;
  }
}

.footer-information {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
}
.footer-information .footer-logo {
  display: block;
}
.footer-information .information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-information .phone-link {
  color: #1482a0;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-weight: 300;
  line-height: 1;
}
.footer-information .information-address {
  font-size: 0.14rem;
  line-height: 1.5;
}
.footer-information .address-time time:last-child {
  margin-left: -0.065rem;
}
@media print, (min-width: 768px) {
  .footer-information {
    padding-top: 4px;
  }
  .footer-information .footer-logo {
    width: 3.62rem;
    margin-bottom: 4px;
  }
  .footer-information .information-address {
    margin-bottom: 10px;
  }
  .footer-information .phone-icon {
    width: 54px;
    margin-right: 9px;
  }
  .footer-information .phone-link {
    font-size: 0.45rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-information {
    margin-bottom: 0.3rem;
  }
  .footer-information .information-address {
    margin-bottom: 0.1rem;
  }
  .footer-information .footer-logo {
    width: 2.6rem;
    margin-bottom: 0.2rem;
  }
  .footer-information .phone-icon {
    width: 0.4rem;
  }
  .footer-information .phone-link {
    font-size: 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding-bottom: 46px;
  }
}

.footer-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list .list-item {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
  line-height: 1.7333333333;
}
.footer-list .item-link {
  position: relative;
}
.footer-list .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #282828;
}
.footer-list .item-link {
  padding-left: 0.14rem;
}
@media print, (min-width: 768px) {
  .footer-list .list-item {
    text-align: right;
  }
  .footer-list .item-link {
    padding-right: 14px;
  }
  .footer-list .item-link::after {
    right: 0;
    width: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-list .list-item {
    margin-bottom: 0.06rem;
  }
  .footer-list .item-link {
    padding-left: 0.14rem;
  }
  .footer-list .item-link::after {
    left: 0;
    width: 0.07rem;
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c5160;
  color: #fff;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.12rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    padding: 0.1rem 0.4rem 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    padding: 0.1rem 0.2rem 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
  html.is-otoawase .footer-copyright {
    padding: 0.1rem 0.2rem 0.8rem;
  }
}

.footer-common.is-otoiawase {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .button-common-top {
    display: block;
    position: relative;
    z-index: 1001;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .button-common-top .wrapper {
    position: fixed;
    bottom: 0.05rem;
    right: 0.05rem;
    left: 0.05rem;
    display: block;
  }
  .button-common-top .contact-inner {
    right: 0;
    width: 100%;
    padding: 0.1rem 0.2rem;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    background-color: rgba(130, 130, 130, 0.9);
    cursor: pointer;
    border-radius: 0.04rem;
  }
  .button-common-top .contact-button {
    background-color: #b42328;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0.5rem;
    padding: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-top.is-static .wrapper {
    position: absolute;
  }
}

.button-common-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-up {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-common-primary .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 0.1rem;
  background-color: #b42328;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
html.is-android .button-common-primary .button-wrapper {
  font-weight: 700;
}
.button-common-primary .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-primary .button-wrapper {
    min-width: 4.5rem;
    min-height: 0.6rem;
    padding: 7px 60px 5px;
    font-size: 0.25rem;
  }
  .button-common-primary .button-wrapper::after {
    width: 0.26rem;
    height: 0.27rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary .button-wrapper {
    min-width: 3rem;
    min-height: 0.6rem;
    padding: 6px 44px;
    font-size: 0.18rem;
  }
  .button-common-primary .button-wrapper::after {
    width: 0.16rem;
    height: 0.17rem;
  }
}

.title-common-primary {
  color: #1e50b4;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 600;
}
html.is-android .title-common-primary {
  font-weight: 700;
}
.title-common-primary .icon-common-signature .icon-note {
  font-size: 0.2444444444em;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.46rem;
    line-height: 1.4347826087;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

.title-common-secondary {
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 600;
}
html.is-android .title-common-secondary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.34rem;
    line-height: 1.1764705882;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}

.title-common-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.title-common-tertiary .title-large {
  position: relative;
  letter-spacing: 0.3em;
}
.title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
  content: "";
  position: absolute;
  background: url("../img/common/title_decoration_01.svg") 50% 50%/100% auto no-repeat;
}
.title-common-tertiary .title-large::before {
  left: 0;
}
.title-common-tertiary .title-large::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.32rem;
  }
  .title-common-tertiary .title-small {
    margin-bottom: 21px;
  }
  .title-common-tertiary .title-large {
    padding: 0 45px 0 59px;
    font-size: 0.45rem;
  }
  .title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
    top: calc(50% - 19px);
    width: 0.33rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    font-size: 0.22rem;
  }
  .title-common-tertiary .title-small {
    margin-bottom: 0.2rem;
  }
  .title-common-tertiary .title-large {
    padding: 0 0.25rem 0 0.35rem;
    font-size: 0.3rem;
  }
  .title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
    width: 0.23rem;
    height: 0.3rem;
  }
}

.paragraph-common {
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .paragraph-common {
    font-size: 0.24rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common {
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
}

.section-kasaihoken-keyvisual .keyvisual-label {
  display: inline-block;
  background-color: #e93a13;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
}
html.is-android .section-kasaihoken-keyvisual .keyvisual-label {
  font-weight: 700;
}
.section-kasaihoken-keyvisual .keyvisual-label .label-text {
  display: block;
}
.section-kasaihoken-keyvisual .keyvisual-title {
  margin-bottom: 0;
  color: #ab0d23;
  letter-spacing: 0;
  line-height: 1.1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: 600;
}
html.is-android .section-kasaihoken-keyvisual .keyvisual-title {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .section-kasaihoken-keyvisual {
    min-height: 500px;
    padding: 96px 0 75px;
    background: url("../img/kasaihoken/keyvisual_bg.jpg") top left/100% auto no-repeat;
  }
  .section-kasaihoken-keyvisual .keyvisual-label {
    margin-bottom: 9px;
    padding: 12px 35px 12px 38px;
    font-size: 0.28rem;
  }
  .section-kasaihoken-keyvisual .keyvisual-title {
    font-size: 1.14rem;
  }
  .section-kasaihoken-keyvisual .keyvisual-title .title-small {
    font-size: 0.57rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-kasaihoken-keyvisual {
    min-height: 1.5rem;
    padding: 0.15rem 0;
    background: url("../img/kasaihoken/sp/keyvisual_bg.jpg") top left/100% 100% no-repeat;
  }
  .section-kasaihoken-keyvisual .keyvisual-label {
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.19rem;
  }
  .section-kasaihoken-keyvisual .keyvisual-title {
    font-size: 0.34rem;
  }
  .section-kasaihoken-keyvisual .keyvisual-title .title-small {
    font-size: 0.24rem;
  }
}

@media print, (min-width: 768px) {
  .section-kasaihoken-benefits {
    padding: 135px 0 48px;
  }
  .section-kasaihoken-benefits .title-common-primary {
    margin-bottom: 33px;
  }
  .section-kasaihoken-benefits .benefits-introduction {
    margin-bottom: 109px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-kasaihoken-benefits {
    padding-top: 0.6rem;
  }
  .section-kasaihoken-benefits .benefits-introduction {
    margin-bottom: 0.8rem;
  }
}

.section-kasaihoken-consult .consult-introduction {
  font-weight: 600;
}
html.is-android .section-kasaihoken-consult .consult-introduction {
  font-weight: 700;
}
.section-kasaihoken-consult .content-subtitle {
  letter-spacing: 0.025em;
}
.section-kasaihoken-consult .content-subtitle .subtitle-highlight {
  color: #be0012;
}
.section-kasaihoken-consult .content-title {
  margin-bottom: 0;
  color: #1e50b4;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .section-kasaihoken-consult {
    padding-bottom: 88px;
  }
  .section-kasaihoken-consult .consult-introduction {
    background: -webkit-gradient(linear, left top, left bottom, from(#d2eaf8), to(#d2eaf8)) 0% 100%/100% 1.3rem no-repeat;
    background: linear-gradient(to bottom, #d2eaf8, #d2eaf8) 0% 100%/100% 1.3rem no-repeat;
  }
  .section-kasaihoken-consult .consult-introduction .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-kasaihoken-consult .introduction-content {
    padding-top: 52px;
  }
  .section-kasaihoken-consult .introduction-image {
    position: relative;
    right: -27px;
    width: 257px;
  }
  .section-kasaihoken-consult .content-subtitle {
    margin-bottom: 48px;
    font-size: 0.34rem;
  }
  .section-kasaihoken-consult .content-subtitle .subtitle-highlight {
    font-size: 0.43rem;
  }
  .section-kasaihoken-consult .content-title {
    font-size: 0.6rem;
  }
  .section-kasaihoken-consult .consult-main {
    padding-top: 151px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-kasaihoken-consult {
    padding: 0.6rem 0;
  }
  .section-kasaihoken-consult .consult-introduction {
    margin-bottom: 0.8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2eaf8), to(#d2eaf8)) 0% 100%/100% 1.3rem no-repeat;
    background: linear-gradient(to bottom, #d2eaf8, #d2eaf8) 0% 100%/100% 1.3rem no-repeat;
  }
  .section-kasaihoken-consult .introduction-content {
    margin-bottom: 0.3rem;
  }
  .section-kasaihoken-consult .content-subtitle {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .section-kasaihoken-consult .content-subtitle .subtitle-highlight {
    margin-bottom: 1rem;
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .section-kasaihoken-consult .content-title {
    font-size: 0.29rem;
  }
  .section-kasaihoken-consult .introduction-image {
    width: 2rem;
    margin: 0 auto;
  }
}

.section-kasaihoken-point {
  border: 0.02rem solid #008adc;
  border-width: 0.02rem 0;
  background: url("../img/kasaihoken/point_bg.jpg") top left/100% 100% repeat-y;
}
.section-kasaihoken-point .point-title {
  display: block;
  position: relative;
  width: 100%;
  pointer-events: auto;
}
.section-kasaihoken-point .point-title .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #008adc;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.025em;
}
html.is-android .section-kasaihoken-point .point-title .title-wrapper {
  font-weight: 700;
}
.section-kasaihoken-point .point-title .title-label {
  border-radius: 0.25rem;
  background-color: #fff;
  color: #008adc;
  letter-spacing: 0.05em;
}
.section-kasaihoken-point .point-title .title-text {
  line-height: 1;
}
.section-kasaihoken-point .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-kasaihoken-point .list-item {
  overflow: hidden;
  border: 2px solid #064986;
  border-radius: 50%;
  font-weight: 600;
}
html.is-android .section-kasaihoken-point .list-item {
  font-weight: 700;
}
.section-kasaihoken-point .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 50%;
  text-align: center;
}
.section-kasaihoken-point .item-title {
  color: #1f64b4;
  letter-spacing: 0.05em;
}
.section-kasaihoken-point .item-describe {
  margin-bottom: 0;
  font-size: 0.24rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .section-kasaihoken-point {
    padding: 83px 0;
  }
  .section-kasaihoken-point .point-title {
    max-width: calc(50% + 4.01rem);
    margin-bottom: 40px;
  }
  .section-kasaihoken-point .point-title .title-wrapper {
    min-height: 1.1rem;
    padding-right: 60px;
    clip-path: polygon(0% 0%, 95.9% 0%, 100% 50%, 95.9% 100%, 0% 100%);
  }
  .section-kasaihoken-point .point-title .title-label {
    margin-top: 10px;
    padding: 11px 21px 9px;
    font-size: 0.29rem;
  }
  .section-kasaihoken-point .point-title .title-text {
    margin-left: 13px;
    font-size: 0.44rem;
  }
  .section-kasaihoken-point .point-title .title-highlight {
    padding-left: 15px;
    font-size: 0.7rem;
  }
  .section-kasaihoken-point .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-kasaihoken-point .list-item {
    width: 320px;
    min-height: 320px;
    margin-right: 20px;
    padding: 5px;
  }
  .section-kasaihoken-point .list-item:last-child {
    margin-right: 0;
  }
  .section-kasaihoken-point .item-inner {
    border: 8px solid #b8e1f5;
  }
  .section-kasaihoken-point .item-title {
    margin-bottom: 16px;
    font-size: 0.48rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-kasaihoken-point {
    padding: 0.6rem 0 0.3rem;
  }
  .section-kasaihoken-point .point-title {
    max-width: calc(50% + 1.6rem);
    margin-bottom: 0.4rem;
  }
  .section-kasaihoken-point .point-title .title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 1.3rem;
    padding-top: 0.1rem;
    padding-right: 0.38rem;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
  .section-kasaihoken-point .point-title .title-label {
    margin-bottom: 0.1rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.19rem;
  }
  .section-kasaihoken-point .point-title .title-text {
    font-size: 0.26rem;
  }
  .section-kasaihoken-point .point-title .title-highlight {
    padding-left: 0.1rem;
    font-size: 0.3rem;
  }
  .section-kasaihoken-point .list-item {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.3rem;
    padding: 0.1rem;
  }
  .section-kasaihoken-point .item-inner {
    border: 0.04rem solid #b8e1f5;
  }
  .section-kasaihoken-point .item-title {
    margin-bottom: 16px;
    font-size: 0.4rem;
  }
}

.section-kasaihoken-process .process-introduction {
  background-color: #efeaca;
}
.section-kasaihoken-process .process-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a50012;
  letter-spacing: 0.05em;
  font-weight: 600;
}
html.is-android .section-kasaihoken-process .process-title {
  font-weight: 700;
}
.section-kasaihoken-process .process-title .title-text {
  position: relative;
  z-index: 1;
}
.section-kasaihoken-process .process-title .title-text::before, .section-kasaihoken-process .process-title .title-text::after {
  content: "";
  position: absolute;
  background: url("../img/kasaihoken/kasaihoken_decor_02.svg") 50% 50%/100% auto no-repeat;
}
.section-kasaihoken-process .process-title .title-text::after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-kasaihoken-process .process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-kasaihoken-process .list-item {
  position: relative;
  width: 2.6rem;
  min-height: 3.1rem;
  border-radius: 0.1rem;
  background-color: #fff;
  font-weight: 600;
}
html.is-android .section-kasaihoken-process .list-item {
  font-weight: 700;
}
.section-kasaihoken-process .list-item::after {
  content: "";
  position: absolute;
  width: 0.22rem;
  height: 0.34rem;
  background: url("../img/common/arrow_icn_02.svg") 50% 50%/100% auto no-repeat;
}
.section-kasaihoken-process .list-item:last-child::after {
  content: none;
}
.section-kasaihoken-process .item-image {
  width: 1.26rem;
  margin: 0 auto 0.18rem;
}
.section-kasaihoken-process .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -0.3rem;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.18rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #6e4b49;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section-kasaihoken-process .item-content {
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1.6111111111;
}
.section-kasaihoken-process .item-content .content-detail {
  margin-bottom: 0;
}
.section-kasaihoken-process .item-title {
  color: #a50012;
  letter-spacing: 0;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-kasaihoken-process .process-introduction {
    padding: 67px 0;
  }
  .section-kasaihoken-process .process-title {
    margin-bottom: 68px;
  }
  .section-kasaihoken-process .wrapper {
    max-width: 880px;
  }
  .section-kasaihoken-process .process-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-kasaihoken-process .list-item {
    margin-right: 50px;
    padding: 41px 26px 16px;
  }
  .section-kasaihoken-process .list-item::after {
    top: 50%;
    right: -0.38rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-kasaihoken-process .list-item:last-child {
    margin-right: 0;
  }
  .section-kasaihoken-process .process-title {
    font-size: 0.41rem;
  }
  .section-kasaihoken-process .process-title .title-text {
    padding: 0 73px;
  }
  .section-kasaihoken-process .process-title .title-text::before, .section-kasaihoken-process .process-title .title-text::after {
    top: 0;
    width: 0.44rem;
    height: 0.5rem;
  }
  .section-kasaihoken-process .process-title .title-text::before {
    left: 0;
  }
  .section-kasaihoken-process .process-title .title-text::after {
    right: 0;
  }
  .section-kasaihoken-process .item-number {
    width: 60px;
    height: 60px;
    font-size: 0.43rem;
  }
  .section-kasaihoken-process .item-title {
    margin-bottom: 0.07rem;
    font-size: 0.32rem;
  }
  .section-kasaihoken-process .process-contact {
    padding: 54px 0 86px;
  }
  .section-kasaihoken-process .title-common-primary {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-kasaihoken-process .process-introduction {
    padding: 0.6rem 0 0.1rem;
  }
  .section-kasaihoken-process .process-title {
    margin-bottom: 0.8rem;
  }
  .section-kasaihoken-process .process-title .title-text::before, .section-kasaihoken-process .process-title .title-text::after {
    top: calc(50% - 0.12rem);
    width: 0.24rem;
    height: 0.25rem;
  }
  .section-kasaihoken-process .process-title .title-text::before {
    left: -0.3rem;
  }
  .section-kasaihoken-process .process-title .title-text::after {
    right: -0.3rem;
  }
  .section-kasaihoken-process .list-item {
    margin: 0 auto 1rem;
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .section-kasaihoken-process .list-item::after {
    bottom: -0.55rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .section-kasaihoken-process .item-number {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.32rem;
  }
  .section-kasaihoken-process .item-title {
    margin-bottom: 10px;
    font-size: 0.26rem;
  }
  .section-kasaihoken-process .process-contact {
    padding: 0.6rem 0;
  }
}

.list-kasaihoken-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-kasaihoken-primary .list-item {
  position: relative;
  overflow: hidden;
  background: url("../img/kasaihoken/kasaihoken_decor_01.svg") top left/100% 100% repeat-y;
  color: #282828;
}
.list-kasaihoken-primary .questions-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-kasaihoken-primary .item-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.list-kasaihoken-primary .item-questions::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #595757;
}
.list-kasaihoken-primary .questions-title {
  font-weight: 600;
  margin-bottom: 0;
}
html.is-android .list-kasaihoken-primary .questions-title {
  font-weight: 700;
}
.list-kasaihoken-primary .questions-title .question-pressing {
  color: #be0012;
}
.list-kasaihoken-primary .item-answer {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.list-kasaihoken-primary .item-answer .answer-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-kasaihoken-primary .list-item {
    width: 8.5rem;
    min-height: 350px;
    margin: 0 auto 50px;
  }
  .list-kasaihoken-primary .item-inner {
    padding: 20px 0 34px 33px;
  }
  .list-kasaihoken-primary .questions-icon {
    width: 85px;
    padding-top: 11px;
  }
  .list-kasaihoken-primary .question-avatar {
    width: 152px;
    padding-top: 3px;
  }
  .list-kasaihoken-primary .item-questions {
    margin-bottom: 27px;
  }
  .list-kasaihoken-primary .item-answer {
    padding: 0 40px 0 109px;
    font-size: 0.21rem;
    line-height: 1.9047619048;
  }
  .list-kasaihoken-primary .questions-title {
    width: 5.3rem;
    margin-right: 8px;
    padding: 21px 5px 15px 24px;
    font-size: 0.35rem;
    line-height: 1.4;
  }
  .list-kasaihoken-primary .questions-title .question-pressing {
    font-size: 0.42rem;
  }
  .list-kasaihoken-primary .item-questions::after {
    right: 0;
    left: 110px;
  }
}
@media print {
  .list-kasaihoken-primary .list-item:last-child {
    page-break-before: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-kasaihoken-primary .list-item {
    margin-bottom: 0.3rem;
  }
  .list-kasaihoken-primary .item-inner {
    padding: 0.1rem;
  }
  .list-kasaihoken-primary .questions-icon {
    width: 0.45rem;
  }
  .list-kasaihoken-primary .questions-title {
    margin-right: 8px;
    font-size: 0.22rem;
    line-height: 1.4;
  }
  .list-kasaihoken-primary .questions-title .question-pressing {
    font-size: 0.24rem;
  }
  .list-kasaihoken-primary .item-questions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .list-kasaihoken-primary .item-questions::after {
    right: 0;
    left: 0;
  }
  .list-kasaihoken-primary .question-avatar {
    width: 0.76rem;
  }
  .list-kasaihoken-primary .item-answer {
    padding: 0 0.1rem;
  }
}

.list-kasaihoken-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-kasaihoken-secondary .item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-kasaihoken-secondary .item-question::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  border-bottom: 0.03rem solid #1e50b4;
}
.list-kasaihoken-secondary .question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
.list-kasaihoken-secondary .question-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/kasaihoken/consult_decor_01.svg") 50% 50%/100% auto no-repeat;
}
.list-kasaihoken-secondary .question-content p {
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-kasaihoken-secondary .question-image {
  position: absolute;
  bottom: 0;
}
.list-kasaihoken-secondary .answer-content {
  font-weight: 400;
  letter-spacing: 0.025em;
}
.list-kasaihoken-secondary .answer-content .answer-highlight {
  color: #be0012;
}
.list-kasaihoken-secondary .answer-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.07rem;
  background-color: #1e50b4;
  color: #fff;
  font-weight: 600;
}
html.is-android .list-kasaihoken-secondary .answer-rate {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .list-kasaihoken-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-kasaihoken-secondary .list-item {
    width: calc(50% - 29px);
    margin-right: 58px;
    margin-bottom: 61px;
  }
  .list-kasaihoken-secondary .list-item:nth-child(even) {
    margin-right: 0;
  }
  .list-kasaihoken-secondary .item-question {
    margin-bottom: 26px;
    padding-bottom: 54px;
  }
  .list-kasaihoken-secondary .question-content {
    width: 311px;
    height: 219px;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .list-kasaihoken-secondary .question-image {
    right: 9px;
    width: 184px;
  }
  .list-kasaihoken-secondary .answer-content {
    margin-bottom: 17px;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .list-kasaihoken-secondary .answer-rate {
    min-height: 120px;
    padding: 24px 30px;
    font-size: 0.26rem;
  }
  .list-kasaihoken-secondary .answer-rate .content-number {
    margin-left: 7px;
    font-size: 0.57rem;
  }
  .list-kasaihoken-secondary .answer-rate .content-percent {
    font-size: 0.36rem;
  }
  .list-kasaihoken-secondary .answer-rate.is-spacing {
    min-height: 181px;
  }
  .list-kasaihoken-secondary .answer-rate.is-spacing .content-number {
    margin-left: 0;
  }
  .list-kasaihoken-secondary .rate-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-kasaihoken-secondary .list-item {
    margin-bottom: 0.8rem;
  }
  .list-kasaihoken-secondary .item-question {
    margin-bottom: 0.2rem;
    padding-bottom: 0.6rem;
  }
  .list-kasaihoken-secondary .question-content {
    width: 2rem;
    height: 1.54rem;
    font-size: 0.18rem;
  }
  .list-kasaihoken-secondary .question-image {
    right: 0.2rem;
    width: 1.2rem;
  }
  .list-kasaihoken-secondary .answer-content {
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .list-kasaihoken-secondary .answer-rate {
    min-height: 0.8rem;
    font-size: 0.19rem;
  }
  .list-kasaihoken-secondary .answer-rate .content-number {
    margin-left: 0.05rem;
    font-size: 0.24rem;
  }
  .list-kasaihoken-secondary .answer-rate .content-percent {
    font-size: 0.2rem;
  }
  .list-kasaihoken-secondary .rate-title {
    margin-bottom: 0.05rem;
  }
}
/*# sourceMappingURL=kasaihoken.css.map */