@charset "UTF-8";
/* _color.scss START */
/* 壁紙など */
/* 文字色設定 */
/* usefull color */
/*　吹き出し、強調したいセクション　*/
/*　スクリーンのボディカラー　*/
/* _color.scss END */
/* base */
/* _reset.scss START */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

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

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

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #FF9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* _reset.scss END */
/* _mediaQuery.scss START */
/* _mediaQuery.scss END */
/* _base.scss START */
body {
  background-color: #FFF;
  color: #333;
}
body.fixed {
  overflow: hidden;
}

#index {
  background-color: #FFF;
}

*:target {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  *:target {
    scroll-margin-top: 9rem;
  }
}

/* _base.scss END */
/* mixin */
/* _space.scss START */
/* _space.scss END */
/* setting */
/* _size.scss START */
/* _size.scss END */
/* _font.scss START */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* _font.scss END */
/* _library.scss START */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 960px) {
  .d-og-none {
    display: none !important;
  }
  .d-og-block {
    display: block !important;
  }
  .d-og-flex {
    display: flex !important;
  }
  .d-og-inline-block {
    display: inline-block !important;
  }
}
.text-center {
  text-align: center !important;
}

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

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

@media screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
/* _base.scss END */
/* module */
.contents.sub-page-b {
  padding-top: 0;
}

.sub-page-b__header h2 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.5em;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .sub-page-b__header h2 {
    font-size: 4.2rem;
  }
}
.sub-page-b__header h2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #53aae4;
}
.sub-page-b__header p {
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .sub-page-b__header p {
    font-size: 2.1rem;
    margin-top: 6.6rem;
  }
}
.sub-page-b__header ul {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin-top: 2.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sub-page-b__header ul {
    font-size: 2.1rem;
    margin-top: 5rem;
  }
}

.ttl--sub-page {
  letter-spacing: 0.01em;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.2;
  font-size: 2.2rem;
}
@media screen and (min-width: 576px) {
  .ttl--sub-page {
    font-size: 3rem;
  }
}
.ttl--sub-page::before {
  display: inline-block;
  content: "";
  background-color: #0055c2;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.ttl--sub-page-b {
  background-color: #53aae4;
  color: #fff;
  line-height: 1.5;
  padding: 2rem 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .ttl--sub-page-b {
    padding: 2.47rem 0;
    margin-bottom: 5rem;
  }
}
.ttl--sub-page-b .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 992px) {
  .ttl--sub-page-b .inner {
    margin: 0 auto;
  }
}
.ttl--sub-page-b .inner h1 {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ttl--sub-page-b .inner h1 {
    text-align: left;
    font-size: 3.3rem;
  }
}

.ttl--sub-page-c {
  background-color: #53aae4;
  color: #fff;
  line-height: 1.5;
  padding: 2rem 0;
}
@media screen and (min-width: 576px) {
  .ttl--sub-page-c {
    padding: 2.5rem 0;
  }
}
.ttl--sub-page-c .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 992px) {
  .ttl--sub-page-c .inner {
    margin: 0 auto;
  }
}
.ttl--sub-page-c .inner h1 {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ttl--sub-page-c .inner h1 {
    text-align: left;
    font-size: 3.6rem;
  }
}

.link-btn {
  display: inline-block;
  padding: 1.2rem 0;
  border-radius: 2rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.link-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.link--normal {
  color: #0055c2;
}

.bold {
  font-weight: bold;
}

.tel-free-unit {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.tel-free-unit::before {
  content: "組合員\a専   用";
  font-size: 1rem;
  line-height: 1.2;
  white-space: pre;
  border-radius: 5px;
  border: 1px solid #333;
  color: #333;
  padding: 0.5em 0.5em;
  display: block;
}
@media screen and (min-width: 576px) {
  .tel-free-unit::before {
    font-size: 1.4rem;
  }
}
.tel-free-unit::after {
  content: "通話\a無料";
  font-size: 0.5rem;
  color: #fff;
  background-color: #969798;
  border-radius: 50%;
  font-weight: normal;
  white-space: pre;
  padding: 0 5px;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  width: 44px;
}
@media screen and (min-width: 576px) {
  .tel-free-unit::after {
    margin-top: 0;
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1.2;
    width: 55px;
    height: 55px;
  }
}
.tel-free-unit dl {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .tel-free-unit dl {
    width: 260px;
  }
}
.tel-free-unit dt {
  font-size: 1.6rem;
  display: inline-block;
  width: 45%;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .tel-free-unit dt {
    font-size: 1.9rem;
  }
}
.tel-free-unit dt:first-of-type {
  margin-top: 0;
}
.tel-free-unit dd {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .tel-free-unit dd {
    font-size: 2.1rem;
  }
}
.tel-free-unit dd:first-of-type {
  margin-top: 0;
}
.tel-free-unit.-lg p {
  font-size: 26px;
  font-weight: bold;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .tel-free-unit.-lg p {
    font-size: 36px;
  }
}
.tel-free-unit.-bl {
  margin-top: 14px;
}
.tel-free-unit.-bl p {
  color: #0055c2;
}

.tel-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
.contactlist {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 576px) {
  .contactlist {
    margin-top: 3.4rem;
    margin-bottom: 9.4rem;
  }
}
.contactlist > ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .contactlist > ul {
    flex-direction: row;
  }
}
.contactlist > ul > li {
  width: 100%;
  background-color: #fff;
  border: solid 1px #0055c2;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li {
    margin-bottom: 0;
  }
}
.contactlist > ul > li .ttl {
  background-color: #0055c2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.1rem 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .ttl {
    font-size: 2.1rem;
  }
}
.contactlist > ul > li .ttl.ttl-row2 {
  padding: calc(0.75em + 1.1rem) 1em;
}
.contactlist > ul > li .company {
  font-weight: bold;
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .company {
    font-size: 2.3rem;
  }
}
.contactlist > ul > li .company a {
  color: #0055c2;
}
.contactlist > ul > li .card {
  text-align: center;
  margin-top: 2.6rem;
}
.contactlist > ul > li .card span {
  font-size: 1.6rem;
  color: #0055c2;
  font-weight: bold;
  border: 2px solid #0055c2;
  border-radius: 200px;
  max-width: 24rem;
  width: 100%;
  display: inline-block;
  padding: 0.3em 0;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .card span {
    font-size: 1.9rem;
  }
}
.contactlist > ul > li .tel {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .tel {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}
.contactlist > ul > li .tel::before {
  font-size: inherit;
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.3em;
}
.contactlist > ul > li .tel.tel-adjust {
  margin-top: 0.2em;
}
.contactlist > ul > li .tel.-free {
  position: relative;
  display: inline-block;
}
.contactlist > ul > li .tel.-free::before {
  content: "組合員専用";
  font-size: 1rem;
  line-height: 1.2;
  white-space: pre;
  border-radius: 5px;
  border: 1px solid #333;
  color: #333;
  padding: 0.5em 0.5em;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .tel.-free::before {
    content: "組合員\a専   用";
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    font-size: 1.2rem;
    bottom: initial;
    top: 50%;
    left: 0;
    transform: translate(-110%, -50%);
  }
}
.contactlist > ul > li .tel.-free::after {
  content: "通話\a無料";
  font-size: 0.5rem;
  color: #fff;
  background-color: #969798;
  border-radius: 50%;
  font-weight: normal;
  white-space: pre;
  padding: 0 5px;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  width: 44px;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .tel.-free::after {
    margin-top: 0;
    font-size: 1.3rem;
    padding: 10px;
    line-height: 1.2;
    width: 49px;
    height: 49px;
  }
}
.contactlist > ul > li .time {
  margin-top: 2.3rem;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 1em;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .time {
    font-size: 1.8rem;
  }
}
.contactlist > ul > li hr {
  margin-top: 2.5rem;
}
.contactlist > ul > li .small {
  font-size: 0.85em;
  display: inline-block;
  margin-top: 1em;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .small {
    letter-spacing: 0;
  }
}
.contactlist > ul > li .relief-text {
  font-size: 1.6rem;
  padding: 0 1em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .relief-text {
    font-size: 1.8rem;
  }
}
.contactlist > ul > li .relief-date {
  text-align: center;
  padding: 0 1em;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
.contactlist > ul > li .relief-date span {
  display: block;
  font-size: 1.4rem;
}
.contactlist > ul > li .relief-web {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .relief-web {
    font-size: 1.8rem;
  }
}
.contactlist > ul > li .relief-web > a {
  color: #0055c2;
}
.contactlist > ul > li .relief-subttl {
  text-align: center;
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 3em;
}
@media screen and (min-width: 576px) {
  .contactlist > ul > li .relief-subttl {
    font-size: 1.8rem;
  }
}
.contactlist > ul > li .relief-subttl + .company {
  margin-top: 0.5em;
}
.contactlist-col2 ul li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .contactlist-col2 ul li {
    max-width: 55.8rem;
  }
}
.contactlist-col2 ul li:first-of-type {
  margin-right: 2%;
}
.contactlist .contactlist-bottom {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.7rem;
}
@media screen and (min-width: 576px) {
  .contactlist .contactlist-bottom {
    margin-top: 3.4rem;
    font-size: 1.6rem;
  }
}

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

.u-mt-05em {
  margin-top: 0.5em !important;
}

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

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

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

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

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

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

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

.u-pb-0 {
  padding-bottom: 0 !important;
}

.c-search {
  text-align: center;
}
.c-search__field {
  max-width: 80rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.c-search__field input {
  width: 100%;
  font-size: 1.5rem;
  padding: 0.62em 1em;
  border: 1px solid #e0e1e5;
  padding-right: 10rem;
  border-radius: 0.5rem;
  color: #333;
}
@media screen and (min-width: 576px) {
  .c-search__field input {
    border-radius: 1rem;
    font-size: 1.9rem;
    padding-right: 13.5rem;
  }
}
.c-search__field button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0055c2;
  color: #fff;
  border: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: 100%;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0 1em;
}
@media screen and (min-width: 576px) {
  .c-search__field button {
    font-size: 2rem;
    padding: 0 1.5em;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.c-search__field button:hover {
  opacity: 0.8;
}
.c-search__field button i {
  margin-right: 0.5em;
}
.c-search-items .js-search-item {
  display: none;
}
.c-search-items .js-search-item.show {
  display: block;
}

.c-list {
  line-height: 2;
}
.c-list.-brackets-decimal {
  counter-reset: item;
}
.c-list.-brackets-decimal li {
  text-indent: -2em;
  padding-left: 2em;
}
.c-list.-brackets-decimal li::before {
  counter-increment: item;
  content: "( " counter(item, decimal) " ) ";
}

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

header {
  width: 100%;
  z-index: 7;
  background-color: #fff;
  box-shadow: 1px 0 3px #50595c;
  position: relative;
  position: sticky;
  top: -30px;
  left: 0;
}
header > .inner {
  padding: 0.807rem 2.6%;
}
@media screen and (min-width: 768px) {
  header > .inner {
    padding: 1rem 2%;
  }
}
header > .inner .header-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  header > .inner .header-flex {
    justify-content: space-between;
  }
}

.header-left {
  display: flex;
  align-items: center;
}
.header-left .top-logo {
  width: 23.6rem;
}
@media screen and (min-width: 768px) {
  .header-left .top-logo {
    width: 16rem;
  }
}
@media screen and (min-width: 992px) {
  .header-left .top-logo {
    width: 23.6rem;
  }
}
.header-left .top-logo img {
  width: 100%;
}
.header-left .top-lead {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-left .top-lead {
    font-size: 1.3rem;
    color: #667d8a;
    vertical-align: middle;
    margin-left: 2.7rem;
    display: block;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 992px) {
  .header-left .top-lead {
    font-size: 1.2rem;
  }
}

.header-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.header-right .top {
  display: flex;
  align-items: center;
}
.header-right .top .line {
  display: inline-block;
  margin-right: 2rem;
  width: 3.6rem;
}
@media screen and (min-width: 768px) {
  .header-right .top .line {
    width: 3rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header-right .top .line {
    width: 3.6rem;
    margin-right: 2rem;
  }
}
.header-right .top .line img {
  width: 100%;
}
.header-right .bottom {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header-right .bottom {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .header-right .bottom {
    font-size: 1.6rem;
  }
}
.header-right .bottom .text {
  margin-right: 1.5rem;
}
.header-right .bottom .text .fas {
  color: #f70000;
  margin-right: 0.6rem;
}

.gsc-search-box {
  width: 23.2rem !important;
}

.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gsc-search-button-v2 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.header-bottom__btn {
  border: 1px solid #0055c2;
  color: #0055c2;
  border-radius: 2rem;
  margin-right: 0.8rem;
  padding: 0.6rem 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-bottom__btn {
    padding: 1rem 2.6rem;
  }
}
.header-bottom__btn .fas {
  color: #0055c2;
  margin-right: 0.5rem;
}
.header-bottom__btn--contact {
  margin-right: 0;
  background-color: #0055c2;
  color: #fff;
  padding: 0.6rem 1.3rem 2rem;
}
@media screen and (min-width: 768px) {
  .header-bottom__btn--contact {
    padding: 1rem 2.6rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom__btn--contact {
    padding: 1rem 2.6rem 1.7rem;
  }
}
.header-bottom__btn--contact .fas {
  color: #fff !important;
}
.header-bottom__btn--contact::after {
  content: "※準備中";
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1rem;
  bottom: 0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .header-bottom__btn--contact::after {
    font-size: 1.2rem;
    bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .header-bottom__btn--contact::after {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom__btn--contact::after {
    font-size: 1.2rem;
  }
}
.header-bottom__btn--contact:hover {
  opacity: 1;
}

.header-input-box {
  position: relative;
}
.header-input-box .fas {
  font-size: 2.4rem;
  color: #667d8a;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translateY(-50%);
}
.header-input-box .text {
  border-radius: 5px;
  background-color: #e8ecee;
  color: #667d8a;
  border: 0;
  width: 100%;
  height: 3.5rem;
  padding-left: 4.5rem;
  padding-right: 6.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .header-input-box .text {
    width: 28rem;
    height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-input-box .text {
    height: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .header-input-box .text {
    height: 5rem;
  }
}
.header-input-box .submit {
  position: absolute;
  right: 0;
  height: 3.5rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #667d8a;
  border: 0;
  padding: 0 1.6rem;
  border-radius: 0 5px 5px 0/0 5px 5px 0;
}
@media screen and (min-width: 576px) {
  .header-input-box .submit {
    height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-input-box .submit {
    height: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .header-input-box .submit {
    height: 5rem;
  }
}
.header-input-box .submit:hover {
  opacity: 0.7;
  cursor: pointer;
}

.hamburger-wrap {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  text-align: center;
  width: 4rem;
}
.hamburger-wrap .hamburger {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 2.7rem;
  height: 1.8rem;
}
.hamburger-wrap .hamburger:hover {
  cursor: pointer;
}
.hamburger-wrap .hamburger span {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0055c2;
  width: 2.8rem;
  height: 0.2rem;
}
.hamburger-wrap .hamburger span:first-of-type {
  top: 0;
}
.hamburger-wrap .hamburger span:nth-of-type(2) {
  top: 0.8rem;
}
.hamburger-wrap .hamburger span:last-of-type {
  top: 1.6rem;
}
.hamburger-wrap p {
  color: #0055c2;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5em;
}
.hamburger-wrap p::before {
  content: "メニュー";
  white-space: nowrap;
}
.hamburger-wrap.active .hamburger span {
  right: 2.6%;
  top: 50%;
}
.hamburger-wrap.active .hamburger span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.hamburger-wrap.active .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-wrap.active .hamburger span:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}
.hamburger-wrap.active p::before {
  content: "閉じる";
}

.sp-top-logo {
  width: 12.1rem;
}
.sp-top-logo img {
  width: 100%;
}

.sp-login {
  text-align: center;
  color: #0055c2;
  visibility: hidden;
}
.sp-login .fas {
  font-size: 2.8rem;
}
.sp-login p {
  font-size: 1.2rem;
}

.gnav {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #0055c2;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.gnav .inner {
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 1396px) {
  .gnav .inner {
    padding-left: 12rem;
  }
}
.gnav .inner > ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gnav .inner > ul > li {
  width: 20%;
  background-color: #0055c2;
  text-align: center;
  position: relative;
}
.gnav .inner > ul > li:hover {
  background-color: #ddedfa;
}
.gnav .inner > ul > li:hover > span,
.gnav .inner > ul > li:hover > a {
  color: #0055c2;
}
.gnav .inner > ul > li:nth-of-type(5n) > span {
  border-right: 1px solid #fff;
}
.gnav .inner > ul > li > span,
.gnav .inner > ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  border-left: 1px solid #fff;
  font-weight: bold;
  cursor: pointer;
}
.gnav .inner > ul > li > span:hover,
.gnav .inner > ul > li > a:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .gnav .inner > ul > li > span,
  .gnav .inner > ul > li > a {
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
    padding: 1.3rem 2%;
  }
}
.gnav .inner > ul > li > span .fas,
.gnav .inner > ul > li > a .fas {
  font-size: 1.6rem;
  margin-left: 0.6rem;
}
@media screen and (min-width: 992px) {
  .gnav .inner > ul > li > span .fas,
  .gnav .inner > ul > li > a .fas {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav .inner > ul > li > span.small,
  .gnav .inner > ul > li > a.small {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .gnav .inner > ul > li > span.small,
  .gnav .inner > ul > li > a.small {
    font-size: 1.4rem;
  }
}
.gnav .inner > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
  min-width: 100%;
  flex-wrap: wrap;
}
.gnav .inner > ul > li > ul > li {
  background-color: #0055c2;
  width: 20%;
  background-color: #ddedfa;
  position: relative;
  width: 100%;
}
.gnav .inner > ul > li > ul > li:hover {
  background-color: #ff9710;
}
.gnav .inner > ul > li > ul > li:hover > a,
.gnav .inner > ul > li > ul > li:hover > span {
  color: #fff;
}
.gnav .inner > ul > li > ul > li:hover > ul {
  display: block;
}
.gnav .inner > ul > li > ul > li.lock {
  pointer-events: none;
  background-color: rgb(214, 214, 214);
}
.gnav .inner > ul > li > ul > li.lock a {
  color: #333;
}
.gnav .inner > ul > li > ul > li > a,
.gnav .inner > ul > li > ul > li > span {
  display: block;
  white-space: nowrap;
  padding: 1.367rem 1em;
  color: #0055c2;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: bold;
}
.gnav .inner > ul > li > ul > li > a:hover,
.gnav .inner > ul > li > ul > li > span:hover {
  opacity: 1;
}
.gnav .inner > ul > li > ul > li > a .fas,
.gnav .inner > ul > li > ul > li > span .fas {
  margin-right: 0.6rem;
}
.gnav .inner > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  transform: translateX(100%);
}
.gnav .inner > ul > li > ul > li > ul > li {
  background-color: #1078ff;
  text-align: left;
}
.gnav .inner > ul > li > ul > li > ul > li a {
  display: block;
  color: #fff;
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
  font-weight: bold;
  padding: 0.5em 0.3em;
  min-width: 16em;
  padding-left: 1.3rem;
}
.gnav .inner > ul > li > ul > li > ul > li a i {
  margin-right: 0.3em;
}
.gnav .inner > ul > li > ul > li > ul > li:first-of-type {
  padding-top: 1em;
}
.gnav .inner > ul > li > ul > li > ul > li:last-of-type {
  padding-bottom: 1em;
}
.gnav__home {
  position: absolute !important;
  left: -1em;
  width: auto !important;
  min-width: 5em;
  transform: translateX(-100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 1;
}
.gnav__home:hover {
  background-color: transparent !important;
  opacity: 0.8;
}
.gnav__home a {
  border: 0 !important;
}
.gnav__home a:hover {
  color: inherit !important;
}
.gnav__home i {
  margin-right: 0.5em;
}

.modal {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  transition: 0.3s;
  z-index: 6;
}
@media screen and (min-width: 576px) {
  .modal {
    z-index: 6;
  }
}
.modal.show {
  display: block;
}

.mega-menu {
  position: fixed;
  right: 0;
  top: 5rem;
  background-color: #fff;
  width: 34.4rem;
  padding-top: 1.2rem;
  padding-bottom: 7rem;
  overflow-y: scroll;
  height: calc(100dvh - 50px);
  z-index: 10;
  transform: translateX(100%);
  transition: 0.3s;
}
.mega-menu .inner {
  margin: 0 2.6rem;
}
.mega-menu .inner .logo {
  width: 16rem;
}
.mega-menu .inner .logo img {
  width: 100%;
}
.mega-menu .inner .header-bottom__btn {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  margin-right: 0;
  max-width: 136px;
  margin-left: auto;
}
.mega-menu__head-top {
  display: flex;
  justify-content: flex-end;
}
.mega-menu__head-top .line img {
  width: 4.2rem;
}
.mega-menu__head-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-menu__home {
  color: #0055c2;
  font-size: 1.8rem;
  margin-left: 0.8em;
}

.header-input-box {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header-input-box {
    margin-top: 0;
  }
}

.mega-menu__list {
  margin-top: 0.7rem;
  font-size: 1.5rem;
}
.mega-menu__list > li {
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.02rem 0;
  padding-left: 1em;
}
.mega-menu__list > li:last-of-type {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
.mega-menu__list > li > span,
.mega-menu__list > li > a {
  display: block;
  position: relative;
  color: #0055c2;
}
.mega-menu__list > li > span::after,
.mega-menu__list > li > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.1em;
}
.mega-menu__list > li > span.show::after,
.mega-menu__list > li > a.show::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
}
.mega-menu__list > li > ul {
  margin-top: 1rem;
  display: none;
}
.mega-menu__list > li > ul > li {
  font-size: 1.5rem;
}
.mega-menu__list > li > ul > li.lock {
  pointer-events: none;
}
.mega-menu__list > li > ul > li.lock a {
  color: #818181;
}
.mega-menu__list > li > ul > li > a,
.mega-menu__list > li > ul > li > span {
  color: #0055c2;
  display: block;
  padding: 0.2em 0;
}
.mega-menu__list > li > ul > li > a::before,
.mega-menu__list > li > ul > li > span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 0.4em;
}
.mega-menu__list > li > ul > li:not(:last-of-type) {
  padding-bottom: 0.8rem;
}
.mega-menu__list > li > ul > li > ul {
  margin-top: 0.5em;
  display: none;
}
.mega-menu__list > li > ul > li > ul > li > a,
.mega-menu__list > li > ul > li > ul > li > span {
  color: #0055c2;
  font-size: inherit;
  display: block;
  padding: 0.3em 0;
  padding-left: 1em;
}
.mega-menu__list > li > ul > li > ul > li > a::before,
.mega-menu__list > li > ul > li > ul > li > span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}
.mega-menu__list a .fas {
  color: #0055c2;
  margin-right: 0.6rem;
}

footer {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}

.footer-contact {
  background-color: #ddeefa;
  padding: 3rem 0;
}
@media screen and (min-width: 576px) {
  .footer-contact {
    padding: 4rem 0;
  }
}
.footer-contact .inner {
  max-width: 114rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  column-gap: 10px;
  margin: 0 2.6%;
}
@media screen and (min-width: 576px) {
  .footer-contact .inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .footer-contact .inner {
    margin: 0 auto;
  }
}

.footer-contact__unit {
  word-wrap: 100%;
}
.footer-contact__unit:not(:last-of-type) {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .footer-contact__unit:not(:last-of-type) {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .footer-contact__unit {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__unit:last-of-type {
    min-width: 24rem;
  }
}
.footer-contact__unit .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #0055c2;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .footer-contact__unit .ttl {
    font-size: 2.1rem;
  }
}
.footer-contact__unit p:not(.ttl) {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.footer-contact__unit p:not(.ttl) a {
  color: #0055c2;
  text-decoration: underline;
}
.footer-contact__unit .text-link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .footer-contact__unit .text-link {
    font-size: 1.6rem;
  }
}
.footer-contact__unit .text-link .fas {
  color: #f70000;
  margin-right: 0.6rem;
}
.footer-contact__unit .line {
  width: 3.3rem;
  display: inline-block;
  margin-top: 1rem;
}
.footer-contact__unit .line img {
  width: 100%;
}
.footer-contact__unit .tel-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
.footer-logo {
  padding-top: 3rem;
  padding-bottom: 3.6rem;
}
@media screen and (min-width: 576px) {
  .footer-logo {
    padding-top: 6rem;
    padding-bottom: 5.4rem;
  }
}
.footer-logo .image {
  margin: 0 auto;
  max-width: 23.6rem;
}
.footer-logo .image img {
  width: 100%;
}
.footer-logo .address {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-top: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .footer-logo .address {
    line-height: 2;
    font-size: 2.1rem;
  }
}

.copyright {
  background-color: #0055c2;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding: 1.2rem 0;
}
@media screen and (min-width: 576px) {
  .copyright {
    padding: 2.6rem 0;
    font-size: 1.9rem;
  }
}

.fixed-link {
  position: fixed;
  background: linear-gradient(to bottom, #53aae4, #0055c2);
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .fixed-link {
    width: 8.7rem;
    text-align: center;
    bottom: initial;
    left: initial;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-link {
    width: 10.7rem;
    padding-top: 1.8rem;
    padding-bottom: 2.4rem;
  }
}
.fixed-link:hover {
  background: #53aae4;
  opacity: 1;
}
.fixed-link img {
  width: 2.9rem;
}
@media screen and (min-width: 992px) {
  .fixed-link img {
    width: 69.16%;
  }
}
.fixed-link .mypage {
  font-weight: bold;
  color: #fff;
  font-size: 2.1rem;
  margin-left: 1.9rem;
}
@media screen and (min-width: 768px) {
  .fixed-link .mypage {
    font-size: 1.4rem;
    padding: 0;
    margin-left: 0;
    margin-top: 0.85em;
  }
}
@media screen and (min-width: 992px) {
  .fixed-link .mypage {
    font-size: 2rem;
  }
}
.fixed-link .login {
  display: inline-block;
  background-color: #fff;
  color: #0055c2;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1.8rem;
  padding: 4px 1em;
}
@media screen and (min-width: 768px) {
  .fixed-link .login {
    display: none;
  }
}

/* ========= タブ切替（トップ・新着情報一覧） ========= */
#top .p0,
#info .p0 {
  padding: 0 !important;
}
#top .no-result,
#info .no-result {
  font-size: 1.7rem;
  font-weight: bold;
}

.news-link {
  display: flex;
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
}

.news-link li {
  width: auto;
  margin-left: 10px;
  background: #fff;
  font-size: 2.1rem;
  color: #0055c2;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}
.news-link li:first-child {
  margin-left: 0;
}
.news-link li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0055c2;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.news-link li a {
  color: #0055c2;
  padding: 18px 10px;
}
.news-link li a:hover, .news-link li.active a {
  color: #fff;
  opacity: 1;
}
.news-link li.active, .news-link li:hover {
  background: #0055c2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news-link-tab {
    margin: 0 2.6%;
  }
  .news-link li {
    width: auto;
    font-size: 4vw;
  }
  .news-link li a {
    padding: 12px 15px;
  }
}
/* page */
.top-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top-slide .slide {
  position: relative;
  padding-top: 80%;
  vertical-align: bottom;
}
@media screen and (min-width: 576px) {
  .top-slide .slide {
    padding-top: 48%;
  }
}
@media screen and (min-width: 960px) {
  .top-slide .slide {
    height: 54rem;
    padding-top: 0;
  }
}
.top-slide .slide .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-slide .slide .inner {
    max-width: 114rem;
  }
}
.top-slide .slide .inner .slide-image img {
  width: 100%;
}
.top-slide .slide1 {
  background-color: #07b53b;
}
.top-slide .slide1 .inner {
  padding: 0 7.5%;
}
@media screen and (min-width: 768px) {
  .top-slide .slide1 .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.top-slide .slide1 .inner .slide1-text img {
  width: 100%;
}
.top-slide .slide2 {
  display: block;
  background-color: #fff;
  background-image: url("../images/top/top-slide2__bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  transition: all 0.5s;
}
.top-slide .slide2:hover {
  opacity: 0.7;
}
.top-slide .slide2 .inner .slide2-image img {
  width: 100%;
}
.top-slide .slide3 {
  background-size: auto auto;
  background-color: rgb(237, 239, 153);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(203, 224, 124) 10px, rgb(203, 224, 124) 12px);
}
.top-slide .slick-dots {
  bottom: 8px;
}
.top-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.top-slide .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #e8ecee;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.top-slide .slick-dots li button::before {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.top-slide .slick-dots li.slick-active button {
  background: #fbe05a;
}
/*
.furikae-banner {
  width: 100%;
  border-radius: 0;
  background-color: #0055c2;

  @include md {
    position: absolute;
    right: 0;
    bottom: -7rem;
    max-width: 30rem;
    border-radius: 1rem;
  }
  .furikae-banner-box {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 2rem;
    .ttl {
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1rem;
    }
    .white-box {
      background-color: #fff;
      color: $primary;
      text-align: center;
      padding: 1.6rem 0;
      .small {
        font-size: 2rem;
        margin-bottom: 1.2rem;
        span {
          font-size: 1.2em;
          font-weight: bold;
        }
      }
      .large {
        font-size: 2.4rem;
        font-weight: bold;
        span {
          font-size: 1.66em;
        }
      }
    }
  }
  .link-btn {
    display: block;
    margin-top: 1rem;
    background-color: #fbe05a;
    color: #0055c2;
    font-weight: bold;
    font-size: 1.6rem;
    .far {
      margin-right: 1rem;
    }
  }
}
*/
.furikae {
  width: 100%;
  background-color: #0055c2;
}
.furikae .inner {
  position: relative;
  max-width: 114rem;
}
@media screen and (min-width: 960px) {
  .furikae .inner {
    margin: 0 auto;
  }
}
.furikae .furikae-box {
  padding: 2rem;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 0;
  }
}
.furikae .furikae-box .ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .ttl {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.furikae .furikae-box .white-box {
  background-color: #fff;
  color: #0055c2;
  text-align: center;
  padding: 1.6rem 0;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .white-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.6rem 3em;
  }
}
.furikae .furikae-box .white-box .small {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .white-box .small {
    margin-bottom: 0.25em;
    margin-right: 1em;
  }
}
.furikae .furikae-box .white-box .small span {
  font-size: 1.2em;
  font-weight: bold;
}
.furikae .furikae-box .white-box .large {
  font-size: 2.4rem;
  font-weight: bold;
}
.furikae .furikae-box .white-box .large span {
  font-size: 1.66em;
}
.furikae .furikae-box .caution {
  background-color: #fff;
  border-radius: 1.5rem;
  color: #0055c2;
  position: relative;
  padding: 1rem;
  width: 100%;
  margin-top: 2.3rem;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .caution {
    width: auto;
    padding: 1.6rem;
    margin-left: 4rem;
    margin-top: 0;
  }
}
.furikae .furikae-box .caution::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .caution::before {
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.furikae .furikae-box .caution .large {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .furikae .furikae-box .caution .large {
    font-size: 1.8rem;
  }
}
.furikae .furikae-box .caution .small {
  line-height: 1.57;
  margin-top: 0.3em;
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .furikae .furikae-box .caution .small {
    font-size: 1.4rem;
  }
}
.furikae .furikae-box .caution .small a {
  text-decoration: underline;
  color: inherit;
}

.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.line-btn img {
  width: 3.5rem;
  margin: 1.3rem 0;
  margin-right: 1rem;
  vertical-align: middle;
}
.line-btn::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "\f0da";
  font-weight: 900;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
}

.tetsuzuki {
  padding: 4rem 0;
  background-color: #ddeefa;
}
.tetsuzuki .inner {
  position: relative;
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuzuki .inner {
    margin: 0 auto;
  }
}
.tetsuzuki .inner h2 {
  padding-bottom: 3.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tetsuzuki .inner h2 {
    font-size: 2.4rem;
  }
}

.menu-list {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-list {
    flex-direction: row;
  }
}
.menu-list > li {
  margin-bottom: 1rem;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-list > li {
    width: 16.6666666667%;
    margin-right: 1%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .menu-list > li:hover {
    cursor: pointer;
  }
  .menu-list > li:hover .menu-sub-list {
    display: block;
  }
}
.menu-list > li:last-of-type {
  margin-right: 0;
}
.menu-list > li > .body {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .menu-list > li > .body {
    flex-direction: column;
    padding-top: 70%;
  }
}
@media screen and (min-width: 768px) {
  .menu-list > li > .body:hover::before {
    display: inline-block;
    position: absolute;
    top: calc(100% + 0.3rem);
    left: 50%;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #53aae4;
    border-left: 7px solid transparent;
    content: "";
    transform: translateX(-50%);
  }
}
.menu-list > li > .body > .image {
  max-width: 3.5rem;
  margin-right: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-list > li > .body > .image {
    position: absolute;
    top: 3rem;
    left: 50%;
    max-width: 6rem;
    margin-right: 0;
    transform: translateX(-50%);
  }
}
.menu-list > li > .body > .image img {
  width: 100%;
}
.menu-list > li > .body p {
  color: #0055c2;
  font-weight: bold;
  font-size: 1.6rem;
}
.menu-list > li > .body > .fas {
  position: absolute;
  top: 50%;
  right: 0;
  color: #53aae4;
  font-size: 1.6rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu-list > li > .body > .fas {
    position: static;
    margin-top: 0.8rem;
  }
}

.menu-sub-list-sp {
  background-color: transparent !important;
  display: none;
}
.menu-sub-list-sp > ul {
  width: 100%;
  text-align: left;
}
.menu-sub-list-sp > ul > li {
  margin-bottom: 2rem;
}
.menu-sub-list-sp > ul > li:last-of-type {
  margin-bottom: 0;
}
.menu-sub-list-sp > ul > li > a {
  color: #0055c2;
  font-weight: bold;
  font-size: 1.6rem;
}
.menu-sub-list-sp > ul > li > a .fas {
  margin-right: 1rem;
}

.menu-sub-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu-sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    max-width: 114rem;
    width: 100%;
    padding-top: 1.1rem;
  }
  .menu-sub-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3%;
    background-color: #53aae4;
    text-align: left;
  }
  .menu-sub-list ul li {
    width: 50%;
    margin-top: 2rem;
    background-color: transparent !important;
  }
  .menu-sub-list ul li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .menu-sub-list ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .menu-sub-list ul li a .fas {
    margin-right: 0.5rem;
  }
}

.info {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 6rem 0;
  }
}
.info .inner {
  max-width: 114rem;
  margin: 0 auto;
}
.info .inner .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info .inner .flex {
    flex-direction: row;
  }
}

.info-body {
  width: 100%;
}

.info-header {
  position: relative;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .info-header {
    margin: 0;
  }
}
.info-header h2 {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #0055c2;
  color: #0055c2;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .info-header h2 {
    text-align: left;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .info-header h2 {
    margin: 0 auto;
  }
}
.info-header a {
  position: absolute;
  top: 0.3rem;
  right: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .info-header a {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .info-header a {
    top: 1.2rem;
  }
}
.info-header a i {
  margin-right: 0.5rem;
  color: #f70000;
}

.info-list {
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .info-list {
    margin: 0;
  }
}
.info-list ul li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #949292;
}
.info-list ul li .date {
  color: #888;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .info-list ul li .date {
    font-size: 1.9rem;
  }
}
.info-list ul li a,
.info-list ul li p {
  display: block;
  margin-top: 1.2rem;
  color: #0055c2;
  letter-spacing: 0.16px;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .info-list ul li a,
  .info-list ul li p {
    font-size: 2.1rem;
  }
}
.info-list ul li p {
  color: #333;
}

.info-page {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .info-page {
    padding-bottom: 10rem;
  }
}

.cat {
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .cat {
    font-size: 1.4rem;
  }
}
.cat::after {
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.cat.cat-dummy::after {
  background-color: #dbdbdb;
  color: #fff;
  content: "ダミー";
}
.cat.cat-info::after {
  background-color: #0055c2;
  color: #fff;
  content: "お知らせ";
}
.cat.cat-product::after {
  background-color: #fbe05a;
  color: #333;
  content: "商品情報";
}
.cat.cat-event::after {
  background-color: #009f14;
  color: #fff;
  content: "イベント";
}
.cat.cat-sale::after {
  background-color: #ff4903;
  color: #fff;
  content: "SALE";
}

.info-banner {
  width: 100%;
  margin-top: 3rem;
  padding: 4rem 16%;
  background-color: #fbe05a;
}
@media screen and (min-width: 768px) {
  .info-banner {
    max-width: 31.2%;
    margin-top: 0;
    padding: 4rem 3rem;
    border-radius: 1rem;
  }
}
.info-banner img {
  width: 100%;
}
.info-banner .link-btn {
  margin-top: 3.5rem;
  background-color: #fff;
  color: #0055c2;
  font-weight: bold;
  font-size: 1.6rem;
}

.top-banner-middle .inner {
  max-width: 114rem;
  margin: 0 10%;
}
@media screen and (min-width: 960px) {
  .top-banner-middle .inner {
    margin: 0 auto;
  }
}
.top-banner-middle .inner .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .top-banner-middle .inner .flex {
    flex-direction: row;
  }
}
.top-banner-middle .inner .flex img {
  width: 100%;
}

.rakuten-banner {
  width: 100%;
  margin-right: 4rem;
  margin-bottom: 2rem;
  padding: 2.2rem 8% 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #7c1617;
  position: relative;
}
@media screen and (min-width: 576px) {
  .rakuten-banner {
    padding: 2.2rem 8% 5rem;
  }
}
@media screen and (min-width: 768px) {
  .rakuten-banner {
    padding: 2rem 3rem 4rem;
    aspect-ratio: 546/261;
  }
}
@media screen and (min-width: 992px) {
  .rakuten-banner {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 960px) {
  .rakuten-banner {
    max-width: 54.6rem;
    margin-bottom: 0;
  }
}
.rakuten-banner .link-btn {
  margin-top: 1.8rem;
  background-color: #fff;
  color: #7c1617;
  font-weight: bold;
  font-size: 1.8rem;
}
.rakuten-banner__asterisk {
  position: absolute;
  color: #e0c4c3;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 0 2%;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.rakuten-banner__asterisk::before {
  content: "※";
}
.rakuten-banner:not([href]),
.rakuten-banner a:not([href]) {
  pointer-events: none;
}
.rakuten-banner .end {
  display: flex;
  justify-content: center;
  margin: 10px 0 -10px;
}
.rakuten-banner .end span {
  background: red;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-banner .end span {
    font-size: 1.8rem;
  }
}

.contact-banner {
  width: 100%;
  padding: 2.2rem 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 2px #0055c2;
  border-radius: 1rem;
  background-color: #ddeefa;
  text-align: center;
  aspect-ratio: 350/200;
}
@media screen and (min-width: 576px) {
  .contact-banner {
    aspect-ratio: 500/219;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner {
    padding: 2rem 3rem;
    aspect-ratio: 546/261;
  }
}
.contact-banner .text1 {
  color: #0055c2;
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact-banner .text1 {
    font-size: 3rem;
  }
}
.contact-banner .text2 {
  display: block;
  margin-top: 2rem;
  color: #0055c2;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .contact-banner .text2 {
    font-size: 4.7rem;
  }
}
.contact-banner .text2 .fas {
  margin-right: 1rem;
  font-size: 0.8em;
}
.contact-banner .text3 {
  margin-top: 1.5rem;
  color: #0055c2;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact-banner .text3 {
    font-size: 1.9rem;
  }
}
.contact-banner .link-btn {
  margin-top: 1.8rem;
  background-color: #0055c2;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.top-banner-bottom {
  margin-top: 2.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .top-banner-bottom {
    margin-top: 8rem;
  }
}
.top-banner-bottom .inner {
  max-width: 80rem;
  margin: 0 10%;
}
@media screen and (min-width: 960px) {
  .top-banner-bottom .inner {
    margin: 0 auto;
  }
}
.top-banner-bottom .inner > .top-banner-bottom-box {
  display: block;
  margin-bottom: 2rem;
}
.top-banner-bottom .inner .flex {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .top-banner-bottom .inner .flex {
    flex-direction: row;
    margin-top: 2rem;
  }
}
.top-banner-bottom .inner .flex .top-banner-bottom-box {
  display: inline-block;
  max-width: 39rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.top-banner-bottom .inner .flex .top-banner-bottom-box.empty {
  background-color: #efefef;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6rem 0;
}
.top-banner-bottom .inner .flex .top-banner-bottom-box:first-of-type {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .top-banner-bottom .inner .flex .top-banner-bottom-box:first-of-type {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.top-banner-bottom-box img {
  width: 100%;
}

.search {
  padding: 4rem 0;
}
@media screen and (min-width: 576px) {
  .search {
    padding: 8rem 0;
  }
}
.search .inner {
  max-width: 114rem;
  margin: 0 auto;
}

.gsc-search-box {
  margin-top: 1.2rem;
}
@media screen and (min-width: 576px) {
  .gsc-search-box {
    margin-top: 0.8rem;
  }
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
  width: 22rem !important;
}

.gsc-search-button {
  margin-left: 0 !important;
}

@media screen and (min-width: 576px) {
  .gsc-search-button-v2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-radius: 0 !important;
  }
}

#login main .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #login main .inner {
    margin: 6em auto;
  }
}

.login-form {
  background-color: #ddeefa;
  max-width: 77rem;
  margin: 0 auto;
  border-radius: 1rem;
  margin-bottom: 5rem;
  padding: 3rem 0;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .login-form {
    padding: 6rem 0;
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
}
.login-form h2 {
  color: #0055c2;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.login-form form {
  margin: 0 2.6%;
}
@media screen and (min-width: 768px) {
  .login-form form {
    margin: 0;
  }
}
.login-form form dl {
  font-size: 1.8rem;
  max-width: 48rem;
  margin: 0 auto;
  margin-bottom: 4.4rem;
}
.login-form form dt {
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 3rem;
}
.login-form form dd {
  margin-top: 1rem;
}
.login-form form dd input {
  height: 6rem;
  width: 100%;
  border: none;
  border: 1px solid #cccccc !important;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  color: #333;
  border-radius: 0.6rem;
}
.login-form form dd input:focus {
  background-color: #eee;
}
.login-form form a {
  display: inline-block;
  margin-top: 1rem;
  color: #0055c2;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-decoration: underline;
}
.login-form form .btn--login {
  display: block;
  border: none;
  background-color: #0055c2;
  color: #fff;
  border-radius: 0.6rem;
  max-width: 36rem;
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .login-form form .btn--login {
    padding: 2.2rem 0;
  }
}
.login-form form .btn--login:hover {
  opacity: 0.7;
  cursor: pointer;
}
.login-form form .asterisk {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .login-form form .asterisk {
    font-size: 1.6rem;
  }
}

#mypage .contents {
  background-color: #f2f8fb;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  #mypage .contents {
    padding-top: 6rem;
  }
}
#mypage .contents > .contents-two-col {
  padding-top: 0;
}

.contents-two-col {
  display: flex;
  justify-content: space-between;
  max-width: 114rem;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 8rem;
  flex-direction: column;
  padding-top: 2rem;
}
@media screen and (min-width: 576px) {
  .contents-two-col {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .contents-two-col {
    padding-top: 6rem;
  }
}
.contents-two-col .sub-sidebar {
  background-color: #53aae4;
  padding: 1rem;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-bottom: 5rem;
  font-size: 3rem;
}
@media screen and (min-width: 576px) {
  .contents-two-col .sub-sidebar {
    width: 31.2%;
    padding: 2rem 2%;
  }
}
.contents-two-col .sub-sidebar .greeting {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
.contents-two-col .sub-sidebar .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.contents-two-col .sub-sidebar .name span {
  display: inline-block;
  font-size: 0.82em;
  margin-left: 0.2rem;
  margin-top: 1rem;
}
.contents-two-col .sub-main {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .contents-two-col .sub-main {
    width: 65.6%;
  }
}
.contents-two-col .sub-main .inner {
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .contents-two-col .sub-main .inner {
    margin: 0 auto;
  }
}

.sub-sidebar__list {
  text-align: left;
  background-color: #fff;
  margin-top: 2rem;
}
.sub-sidebar__list li:not(:last-of-type) {
  border-bottom: 1px solid #ddeefa;
}
.sub-sidebar__list li a {
  position: relative;
  padding: 2rem 6.6%;
  padding-left: 4.6rem;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.sub-sidebar__list li a .fas {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #53aae4;
  margin-right: 1rem;
}

.mypage-menu__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mypage-menu__flex {
    margin-top: 4rem;
  }
}

.mypage-menu {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mypage-menu {
    width: 49%;
    margin-bottom: 2rem;
  }
}
.mypage-menu h2 {
  background-color: #53aae4;
  color: #fff;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.mypage-menu div {
  padding: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
.mypage-menu div a {
  display: inline-block;
}
.mypage-menu div a:not(:first-of-type) {
  margin-top: 0.5em;
}
.mypage-menu div .fas {
  color: #f70000;
  margin-right: 0.6rem;
}
.mypage-menu .asterisk {
  color: #333;
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.4;
}

#investment .contents {
  background-color: #f2f8fb;
}

#investment-securities main .inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 7.2rem;
}

.investment-result {
  margin-top: 4rem;
}
.investment-result dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.investment-result dl dt {
  width: 40%;
  text-align: center;
  background-color: #53aae4;
  color: #fff;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .investment-result dl dt {
    width: 30%;
  }
}
.investment-result dl dt:last-of-type {
  border-bottom: 0;
}
.investment-result dl dd {
  width: 60%;
  text-align: center;
  background-color: #fff;
  padding: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .investment-result dl dd {
    width: 70%;
  }
}
.investment-result dl dd:last-of-type {
  border-bottom: 0;
}
.investment__buttons {
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
}
.investment__buttons > div {
  width: 50%;
}
.investment__buttons a {
  display: block;
  /* width: 50%; */
  background-color: #0055c2;
  color: #fff;
  /* font-size: 1.8rem; */
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  border-radius: 6px;
  padding: 1.17em 0;
}
@media screen and (min-width: 576px) {
  .investment__buttons a {
    font-size: 1.8rem;
  }
}
.investment__bottom p {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .investment__bottom p {
    font-size: 1.6rem;
  }
}
.investment__bottom p + p {
  margin-top: 0.5em;
}
.investment-securities {
  color: #333;
  position: relative;
  background-image: url(../mypage/images/investment-securities.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 960px;
  margin: 0 auto;
  height: 1055px;
  margin-top: 35px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: auto;
  padding-top: 109.9%;
}
.investment-securities p {
  position: absolute;
}
.investment-securities__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 7.2rem;
  overflow-x: auto;
}
.investment-securities__num {
  font-size: 28px;
  top: 217px;
  right: 123px;
  font-size: 10px;
  right: 9.9%;
  top: 22%;
  font-size: clamp(10px, 2.66vw, 30px);
}
@media screen and (min-width: 992px) {
  .investment-securities__num {
    font-size: 30px;
  }
}
.investment-securities__name {
  font-size: 33px;
  top: 352px;
  left: 391px;
  font-size: clamp(12px, 3.2vw, 33px);
  top: 33.3%;
  left: 40.7%;
}
@media screen and (min-width: 992px) {
  .investment-securities__name {
    font-size: 33px;
  }
}
.investment-securities__details {
  font-size: 32px;
  top: 431px;
  /* left: 458px; */
  font-size: clamp(11px, 2.93vw, 32px);
  top: 41.5%;
  /* left: 47.9%; */
  width: 100%;
}
@media screen and (min-width: 992px) {
  .investment-securities__details {
    font-size: 32px;
  }
}
.investment-securities__details .quantity {
  position: absolute;
  top: -0.05em;
  right: 49.27%;
}
.investment-securities__details .price {
  position: absolute;
  top: -0.05em;
  right: 14.583%;
  /* margin-left: 215px; */
  /* margin-left: 141%; */
}
.investment-securities__date {
  font-size: 26px;
  top: 671px;
  /* left: 172px; */
  font-size: clamp(10px, 2.66vw, 26px);
  top: 64.5%;
  /* left: 15%; */
  width: 100%;
}
.investment-securities__date span.year {
  position: absolute;
  right: 79%;
}
.investment-securities__date span.month {
  position: absolute;
  right: 69%;
  /* margin-left: 70px; */
  /* margin-left: 53%; */
}
.investment-securities__date span.day {
  /* margin-left: 60px;
  margin-left: 52%; */
  position: absolute;
  right: 58.5%;
}
.investment-securities__name2 {
  font-size: 33px;
  top: 352px;
  left: 391px;
  font-size: clamp(10px, 3.2vw, 33px);
  top: 67.5%;
  left: 58.9%;
}
@media screen and (min-width: 992px) {
  .investment-securities__name2 {
    font-size: 33px;
  }
}
.investment__tables table {
  width: 100%;
}
.investment__tables table col {
  width: 20%;
}
.investment__tables table tr {
  height: 2.5em;
}
.investment__tables table th {
  background-color: #d7ebf9;
  vertical-align: middle;
}
.investment__tables table td {
  background-color: #fff;
  text-align: right;
  vertical-align: middle;
  padding: 0 0.5em;
}

#investment main .inner h2 {
  position: relative;
  padding-left: 0.5em;
  font-size: 1.8rem;
  margin: 6rem 0 1.5rem;
}

@media screen and (min-width: 576px) {
  #investment main .inner h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
#investment main .inner h2::before {
  display: inline-block;
  content: "";
  background-color: #0055c2;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

#investment main .inner table {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  #investment main .inner table {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  #investment main .inner table {
    font-size: 1.4rem;
  }
}
#investment main .inner table th {
  border: 1px solid #949292;
}

#investment main .inner table td {
  border: 1px solid #949292;
}

#nyukai main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #nyukai main .inner {
    margin: 6em auto;
  }
}

.nyukai-forms {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.nyukai-forms p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

.nyukai-form__dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  margin-top: 3rem;
}
.nyukai-form__dl dt {
  width: 100%;
  background-color: #53aae4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem;
  border-bottom: 1px solid #ddeefa;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl dt {
    font-size: 1.6rem;
    text-align: center;
    width: 30%;
    padding: 2rem;
  }
}
.nyukai-form__dl dt:last-of-type {
  border-bottom: 0;
}
.nyukai-form__dl dt .time {
  font-size: 0.8em;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl dt .time {
    white-space: normal;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .nyukai-form__dl dt .time {
    white-space: nowrap;
  }
}
.nyukai-form__dl dd {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ddeefa;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl dd {
    width: 70%;
    font-size: 1.6rem;
  }
}
.nyukai-form__dl dd:last-of-type {
  border-bottom: 0;
}
.nyukai-form__dl dd ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl dd ul {
    flex-direction: row;
  }
}
.nyukai-form__dl dd ul li {
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl dd ul li {
    margin-bottom: 0.5rem;
  }
  .nyukai-form__dl dd ul li:not(:last-of-type)::after {
    margin-left: 1rem;
    content: "|";
  }
}
.nyukai-form__dl dd .asterisk {
  font-size: 0.8em;
  color: #777;
  margin-left: 1rem;
}
.nyukai-form__dl input {
  vertical-align: baseline;
  margin-top: 0;
}
.nyukai-form__dl input:hover:not(.nyukai-form__dl input[type=text], .nyukai-form__dl input[type=email], .nyukai-form__dl input[type=tel]) {
  cursor: pointer;
}
.nyukai-form__dl input[type=text],
.nyukai-form__dl input[type=tel],
.nyukai-form__dl input[type=email] {
  width: 100%;
  height: 2em;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 576px) {
  .nyukai-form__dl input[type=text],
  .nyukai-form__dl input[type=tel],
  .nyukai-form__dl input[type=email] {
    width: 70%;
  }
}
.nyukai-form__dl .sonota {
  width: 15rem !important;
  margin: 0 0.5rem !important;
}
.nyukai-form__dl textarea {
  width: 100%;
  height: 20rem;
  font-size: inherit;
  font-family: inherit;
}
.nyukai-form__dl label {
  cursor: pointer;
}

#kumiai {
  width: 13rem;
}

#tochi {
  width: 70%;
}

#kodomo ~ input,
#age {
  width: 5rem;
  margin: 0 0.5rem;
}

#yubin {
  width: 15rem;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
}

.nyukai-form__btn {
  margin-top: 5rem;
}
.nyukai-form__btn ul {
  justify-content: space-between;
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
}
.nyukai-form__btn li {
  width: 46%;
}
.nyukai-form__btn li input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.nyukai-form__btn li input:hover {
  cursor: pointer;
  opacity: 0.8;
}
.nyukai-form__btn li .nyukai-form__reset {
  background-color: #868686;
  color: #fff;
}
.nyukai-form__btn li .nyukai-form__submit {
  background-color: #f99625;
  color: #fff;
}
.nyukai-form__btn li .nyukai-form__back {
  background-color: #868686;
  color: #fff;
}
.nyukai-form__btn li .nyukai-form__send {
  background-color: #f99625;
  color: #fff;
}

.error {
  border: 1px solid #f00;
  width: 100%;
  color: #f00;
  padding: 1rem;
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .error {
    font-size: 1.6rem;
  }
}
.error li {
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (min-width: 576px) {
  .error li {
    margin-left: 4rem;
  }
}
.error li:not(:first-of-type) {
  margin-top: 1rem;
}

.nyukai-complete {
  width: 100%;
  border: 1px solid #0055c2;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.member-result {
  margin-top: 4rem;
}
.member-result dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.member-result dl dt {
  width: 30%;
  text-align: center;
  background-color: #53aae4;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .member-result dl dt {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.member-result dl dt:last-of-type {
  border-bottom: 0;
}
.member-result dl dd {
  width: 70%;
  background-color: #fff;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .member-result dl dd {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.member-result dl dd.line2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.member-result dl dd:last-of-type {
  border-bottom: 0;
}
.member-result__btn {
  text-align: center;
  margin-top: 5rem;
}
.member-result__btn a {
  display: inline-block;
  max-width: 20rem;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  color: #fff;
  background-color: #0055c2;
}
.member-result__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

/*  member-edit START */
#member-edit .member-result {
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  #member-edit .member-result dl dt {
    padding: 1em;
  }
}
#member-edit .member-result dl dt.small {
  letter-spacing: -0.15em;
}
#member-edit .member-result > p {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  #member-edit .member-result > p {
    font-size: 1.6rem;
  }
}

.member-edit-form input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
}
.member-edit-form p:not(.caution) {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .member-edit-form p:not(.caution) {
    font-size: 1.6rem;
  }
}
.member-edit-form textarea {
  width: 100%;
  font-family: inherit;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
  height: 5em;
}
.member-edit-form .caution {
  font-size: 1.3rem;
  color: #f00;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .member-edit-form .caution {
    font-size: 1.4rem;
  }
}

.member-edit__btn,
.member-confirm__btn {
  text-align: center;
  margin-top: 3rem;
}
.member-edit__btn input,
.member-confirm__btn input {
  display: inline-block;
  background-color: #f99625;
  color: #fff;
  border: 0;
  border-radius: 5px;
  max-width: 14.8rem;
  width: 100%;
  padding: 1.5rem 1rem;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.member-edit__btn input:hover,
.member-confirm__btn input:hover {
  cursor: pointer;
  opacity: 0.7;
}

.member-edit-bottom .text {
  margin-top: 3rem;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .member-edit-bottom .text {
    font-size: 1.6rem;
  }
}
.member-edit-bottom .history__unit {
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .member-edit-bottom .history__unit {
    margin-top: 3rem;
  }
}
.member-edit-bottom .history h2 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .member-edit-bottom .history h2 {
    font-size: 1.6rem;
  }
}
.member-edit-bottom .history dl {
  font-size: 1.3rem;
  line-height: 1.5;
  display: flex;
}
@media screen and (min-width: 576px) {
  .member-edit-bottom .history dl {
    font-size: 1.4rem;
  }
}
.member-edit-bottom .history dl dd {
  padding-left: 0.5em;
}
.member-edit-bottom .history .app dt {
  min-width: 6rem;
}
@media screen and (min-width: 576px) {
  .member-edit-bottom .history .app dt {
    min-width: 7rem;
  }
}

/*  member-complete START */
#member-complete .contents .inner {
  max-width: 114rem;
  margin: 0 auto;
  text-align: center;
}
#member-complete .contents .inner p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 2;
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  #member-complete .contents .inner p {
    font-size: 1.8rem;
  }
}

.member-complete__btn {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .member-complete__btn {
    margin-top: 10rem;
  }
}
.member-complete__btn a {
  display: inline-block;
  background-color: #0055c2;
  color: #fff;
  border: 0;
  border-radius: 5px;
  max-width: 14.8rem;
  width: 100%;
  padding: 1.5rem 1rem;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.member-complete__btn a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.kanyu-solicitation .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  .kanyu-solicitation .inner {
    margin: 0 auto;
  }
}

.text-call {
  color: #0055c2;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .text-call {
    font-size: 3.5rem;
    margin-top: 4rem;
  }
}

.solicitation-flex {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.solicitation-unit {
  background-color: #f5f4ec;
  padding: 4%;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .solicitation-unit {
    width: 49%;
    margin-top: 2rem;
  }
  .solicitation-unit:nth-of-type(odd) {
    margin-right: 2%;
  }
}
.solicitation-unit a {
  display: inline-block;
  letter-spacing: 0.01em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0055c2;
  margin-bottom: 2.2rem;
  position: relative;
  padding-left: 3em;
}
@media screen and (min-width: 576px) {
  .solicitation-unit a {
    font-size: 2.4rem;
  }
}
.solicitation-unit a img {
  width: 2.33em;
  vertical-align: middle;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
}
.solicitation-unit a i {
  margin-right: 0.3em;
}
.solicitation-unit p {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .solicitation-unit p {
    font-size: 1.9rem;
  }
}

.kanyu-tetsuzuki {
  margin-top: 6rem;
  background-color: #ddeefa;
  padding-top: 3.5rem;
}
@media screen and (min-width: 576px) {
  .kanyu-tetsuzuki {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.kanyu-tetsuzuki .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  .kanyu-tetsuzuki .inner {
    margin: 0 auto;
  }
}

.blue-mark::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.5em;
}

.tetsuzuki-list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-list {
    font-size: 1.9rem;
  }
}
.tetsuzuki-list li {
  margin-bottom: 2.4rem;
}
.tetsuzuki-list li span {
  color: #0055c2;
  font-weight: bold;
}

.tetsuzuki-blue-back {
  background-color: #ddeefa;
  padding: 4%;
  border-radius: 10px;
  text-align: center;
}
.tetsuzuki-blue-back .bold {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-blue-back .bold {
    font-size: 1.9rem;
  }
}
.tetsuzuki-blue-back .asterisk {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.7rem;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-blue-back .asterisk {
    font-size: 1.7rem;
  }
}
.tetsuzuki-blue-back .tetsuzuki-flex {
  margin-top: 2.7rem;
  display: flex;
  flex-wrap: wrap;
}

.tetsuzuki-unit {
  background-color: #fff;
  padding-top: 50%;
  position: relative;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-unit {
    margin-bottom: 0;
    padding-top: 35.2%;
    width: 49%;
  }
  .tetsuzuki-unit:first-of-type {
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.tetsuzuki-unit img {
  position: absolute;
  top: calc(50% - 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 15rem;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-unit img {
    max-width: 18rem;
    top: calc(50% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  .tetsuzuki-unit img {
    max-width: 25.4rem;
  }
}
.tetsuzuki-unit p {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .tetsuzuki-unit p {
    font-size: 2.4rem;
    padding-bottom: 4rem;
  }
}

.kanyu-about {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.kanyu-about .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  .kanyu-about .inner {
    margin: 0 auto;
  }
}

.ttl--about-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--about-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.dl--about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}
.dl--about dt {
  background-color: #6eca3c;
  width: 8rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .dl--about dt {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.dl--about dd {
  width: calc(100% - 8rem);
  font-size: 1.3rem;
  padding-left: 1em;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .dl--about dd {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}

.table--about-a {
  width: 100%;
  line-height: 1.5;
}
.table--about-a th {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  padding: 1rem 0;
  background-color: #f5f4ec;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .table--about-a th {
    font-size: 1.8rem;
    padding: 1rem 1em;
    text-align: eft;
  }
}
.table--about-a th.kerning {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 576px) {
  .table--about-a th.kerning {
    letter-spacing: 0;
  }
}
.table--about-a td {
  padding: 1rem 1em;
  font-size: 1.3rem;
  border: 1px solid #ccc;
  word-break: break-all;
}
@media screen and (min-width: 576px) {
  .table--about-a td {
    font-size: 1.8rem;
  }
}
.table--about-a a {
  color: #0055c2;
}

.table--about-b {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .table--about-b {
    margin-top: 4rem;
  }
}
.table--about-b th {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 2rem 1em;
  border: 1px solid #ccc;
  color: #fff;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .table--about-b th {
    font-size: 1.8rem;
  }
}
.table--about-b th:first-of-type {
  background-color: #53aae4;
}
.table--about-b th:last-of-type {
  background-color: #6eca3c;
}
.table--about-b td {
  padding: 2rem 1em;
  font-size: 1.3rem;
  border: 1px solid #ccc;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .table--about-b td {
    font-size: 1.8rem;
  }
}
.table--about-b td ul {
  line-height: 1.5;
}
.table--about-b td ul li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.table--about-b td:first-of-type ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.table--about-b td:last-of-type ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #6eca3c;
  margin-right: 0.3em;
}

.about-overview .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .about-overview .inner {
    margin: 0 auto;
  }
}
.about-overview .inner p {
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .about-overview .inner p {
    font-size: 1.8rem;
  }
}

.about-staff {
  margin-top: 6rem;
}
.about-staff .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .about-staff .inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) {
  .about-staff .inner .table--about-a th {
    width: 25%;
  }
}
@media screen and (min-width: 576px) {
  .about-staff .inner .table--about-a td:first-of-type {
    width: 52%;
  }
}
@media screen and (min-width: 576px) {
  .about-staff .inner .table--about-a td::last-of-type {
    width: 23%;
  }
}

.about-occupation {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.about-occupation .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .about-occupation .inner {
    margin: 0 auto;
  }
}
.about-occupation .inner .ul--about-occupation {
  margin-top: 2rem;
}
.about-occupation .inner .ul--about-occupation li {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .about-occupation .inner .ul--about-occupation li {
    font-size: 1.8rem;
  }
}
.about-occupation .inner .ul--about-occupation li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.about-occupation .inner .ul--about-occupation li i {
  margin: 0 0.25em 0 0;
  color: #f70000;
}
.about-occupation .inner .ul--about-occupation li + li {
  margin: 0.5em 0 0;
}

#about-shokuiki {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #about-shokuiki {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

#shitei-list main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 992px) {
  #shitei-list main .inner {
    margin: 0 auto;
  }
}

.shitei-list-header {
  background-color: #ddeefa;
  padding: 3rem 0;
  margin-bottom: 3rem;
  overflow: hidden;
  /* slick overwrite */
}
@media screen and (min-width: 576px) {
  .shitei-list-header {
    margin-bottom: 6rem;
  }
}
.shitei-list-header .inner .top-view img {
  width: 100%;
}
.shitei-list-header .inner .top-view a {
  display: block;
  transition: all 0.5s;
}
.shitei-list-header .inner .top-view a:hover {
  opacity: 0.7;
}
.shitei-list-header .slide-normal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 4.167vw;
  background: #fff;
  border-radius: 1.042vw;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  /* 指定店ノーマルバナー 各指定店バナーで特別レイアウトが必要な時はここに記述すること。 */
}
@media screen and (min-width: 768px) {
  .shitei-list-header .slide-normal {
    padding: 4rem;
    height: 35.2rem;
    border-radius: 1rem;
  }
}
.shitei-list-header .slide-normal-image {
  width: 36%;
  max-width: 36.458vw;
  height: 36.667vw;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-image {
    max-width: 35rem;
  }
}
@media screen and (min-width: 768px) {
  .shitei-list-header .slide-normal-image {
    height: auto;
  }
}
.shitei-list-header .slide-normal-image img {
  width: 100%;
  height: 100%;
  border-radius: 1.042vw;
}
.shitei-list-header .slide-normal-image img.objectfit {
  object-fit: cover;
}
.shitei-list-header .slide-normal-image img.objectfit.-contain {
  object-fit: contain;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-image img {
    border-radius: 1rem;
  }
}
.shitei-list-header .slide-normal-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 4.167vw;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-text {
    margin-left: 4rem;
  }
}
.shitei-list-header .slide-normal-shop {
  line-height: 1.5;
  font-size: 2.083vw;
  font-weight: bold;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-shop {
    font-size: 3.171vw;
  }
}
@media screen and (min-width: 768px) {
  .shitei-list-header .slide-normal-shop {
    font-size: 3.2rem;
  }
}
.shitei-list-header .slide-normal-info {
  position: relative;
  margin-top: 3vw;
  padding: 1.563vw;
  font-size: 1.563vw;
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-info {
    margin-top: 2rem;
    padding: 2rem;
    font-size: 1.5rem;
  }
}
.shitei-list-header .slide-normal-info::before, .shitei-list-header .slide-normal-info::after {
  content: "";
  position: absolute;
  display: block;
  width: 6.25vw;
  height: 6.25vw;
}
@media screen and (min-width: 768px) {
  .shitei-list-header .slide-normal-info::before, .shitei-list-header .slide-normal-info::after {
    width: 6rem;
    height: 6rem;
  }
}
.shitei-list-header .slide-normal-info::before {
  top: 0;
  left: 0;
  border-top: 1px solid #0055c2;
  border-left: 1px solid #0055c2;
}
.shitei-list-header .slide-normal-info::after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #0055c2;
  border-right: 1px solid #0055c2;
}
.shitei-list-header .slide-normal-info .-heading {
  display: inline-block;
  padding: 0.5em;
  border-bottom: solid 1px #0055c2;
  font-weight: bold;
  color: #0055c2;
}
.shitei-list-header .slide-normal-info .-list {
  margin-top: 0.5em;
  line-height: 1.8;
}
.shitei-list-header .slide-normal-info .-list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.771vw;
  font-weight: bold;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-info .-list li {
    font-size: 1.7rem;
  }
}
.shitei-list-header .slide-normal-info .-list li:not(:first-child) {
  margin-top: 0.5em;
}
.shitei-list-header .slide-normal-info .-list li i {
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #0055c2;
}
.shitei-list-header .slide-normal-info .-annotation {
  margin-top: 1.042vw;
  font-size: 80%;
  opacity: 0.6;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-info .-annotation {
    margin-top: 1rem;
  }
}
.shitei-list-header .slide-normal-info .-annotation li {
  position: relative;
  padding-left: 1.5em;
}
.shitei-list-header .slide-normal-info .-annotation li:not(:first-child) {
  margin-top: 0.5em;
}
.shitei-list-header .slide-normal-info .-annotation li::before {
  content: "※";
  position: absolute;
  top: 0em;
  left: 0;
}
.shitei-list-header .slide-normal-button {
  margin-top: auto;
}
.shitei-list-header .slide-normal-button a {
  display: inline-block;
  margin-top: 2.083vw;
  padding: 1.042vw 3.125vw;
  width: auto;
  border: solid 1px #0055c2;
  border-radius: 1.5em;
  font-size: 1.563vw;
  color: #0055c2;
}
.shitei-list-header .slide-normal-button a:hover {
  background: #0055c2;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .shitei-list-header .slide-normal-button a {
    margin-top: 2rem;
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }
}
.shitei-list-header .slick-list {
  overflow: visible;
}
.shitei-list-header .slick-dots {
  bottom: 8px;
}
.shitei-list-header .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 3px;
}
.shitei-list-header .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #0055c2;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.shitei-list-header .slick-dots li button::before {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.shitei-list-header .slick-dots li.slick-active button {
  background: #0055c2;
}

.shitei-list-recommend {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-recommend {
    margin-bottom: 6rem;
  }
}
.shitei-list-recommend h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-recommend h2 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}
.shitei-list-recommend h2 img {
  vertical-align: bottom;
  height: auto;
  margin-right: 0.5em;
  width: 12rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-recommend h2 img {
    width: 28rem;
  }
}
.shitei-list-recommend .flex {
  display: flex;
  flex-wrap: wrap;
}
.shitei-list-recommend .flex > div {
  width: 49%;
  margin-bottom: 1%;
}
.shitei-list-recommend .flex > div:nth-of-type(odd) {
  margin-right: 2%;
}
.shitei-list-recommend .flex .recommend-banner img {
  width: 100%;
}
.shitei-list-recommend .asterisk {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 2em;
  text-indent: -1em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .shitei-list-recommend .asterisk {
    font-size: 1.4rem;
  }
}

.shitei-list-alphabet {
  padding-top: 3rem;
  padding-bottom: 2.2rem;
  background: #ddeefa;
}
@media screen and (min-width: 576px) {
  .shitei-list-alphabet {
    padding-top: 6rem;
    padding-bottom: 4.4rem;
  }
}
.shitei-list-alphabet h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-alphabet h2 {
    font-size: 3rem;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__menu {
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 0 auto 2em;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__menu li {
  flex-basis: 20%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__menu li {
    flex-basis: 10%;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__menu li a {
  display: block;
  padding: 1em;
  background: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__menu li a {
    padding: 1.5em;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__menu li a:hover {
  border-bottom-width: 0;
  opacity: 1;
  transform: translateY(3px);
}
.shitei-list-alphabet .shitei-list-alphabet__menu li a.active {
  background: #0055c2;
  border-bottom-width: 0;
  color: #fff;
  transform: translateY(3px);
}
.shitei-list-alphabet .shitei-list-alphabet__menu li:not(:nth-child(4n-3)) {
  margin-left: 6.666%;
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__menu li:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__menu li:not(:first-child) {
    margin-left: 2.222%;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__flex {
  background: #fff;
  border-radius: 1rem;
  padding: 4em;
}
@media screen and (min-width: 768px) {
  .shitei-list-alphabet .shitei-list-alphabet__flex {
    max-width: 800px;
    margin: 0 auto;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li {
  padding: 0.4em 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li {
    flex-basis: 48%;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li a {
  font-size: inherit;
  line-height: 1.6;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li a .shitei-list-alphabet__icon-pre {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li a:hover {
  opacity: 1;
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li a[href] {
  color: #0055c2;
  text-decoration: underline;
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li a[href]:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit ul li:nth-child(2n) {
    margin-left: 4%;
  }
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block .shitei-list-alphabet__unit:not(.active) {
  display: none;
}
.shitei-list-alphabet .shitei-list-alphabet__flex .shitei-list-alphabet__block.intro {
  font-size: 1.5rem;
  text-align: center;
}

.shitei-list-category {
  background-color: #f5f4ec;
  padding-top: 3rem;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-category {
    padding-top: 6rem;
    padding-bottom: 4.4rem;
  }
}
.shitei-list-category-comment {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  .shitei-list-category-comment {
    font-size: 1.6rem;
  }
}
.shitei-list-category h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-category h2 {
    font-size: 3.5rem;
  }
}
.shitei-list-category__tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.96%;
  row-gap: 20px;
}
.shitei-list-category__tabs li {
  background-color: #fff;
  border: 1px solid #0055c2;
  border-radius: 1rem;
  width: 48%;
  color: #0055c2;
  position: relative;
  font-size: 1.8rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .shitei-list-category__tabs li {
    width: 18.43%;
    font-size: 1.5rem;
    padding: 2rem 0;
    text-align: left;
    padding-left: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .shitei-list-category__tabs li {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .shitei-list-category__tabs li {
    padding: 2.73rem 0;
    padding-left: 8rem;
    font-size: 2rem;
  }
}
.shitei-list-category__tabs li:hover, .shitei-list-category__tabs li.active {
  background-color: #0055c2;
  color: #fff;
}
.shitei-list-category__tabs li:hover svg, .shitei-list-category__tabs li.active svg {
  fill: #fff;
}
.shitei-list-category__tabs li svg {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  fill: #0055c2;
}
@media screen and (min-width: 576px) {
  .shitei-list-category__tabs li svg {
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    width: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .shitei-list-category__tabs li svg {
    width: 4.2rem;
  }
}

.shitei-list-choice {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-choice {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.shitei-list-choice h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-choice h2 {
    font-size: 3rem;
  }
}
.shitei-list-choice .shop-slide .shop-slide-img > div {
  padding: 0 5%;
  background-color: transparent;
}
.shitei-list-choice .shop-slide .shop-slide-img > div img {
  width: 100%;
}

.slick-prev,
.slick-next {
  background-color: transparent;
  z-index: 1;
  width: 4rem;
}

.slick-prev {
  left: 0;
}
@media screen and (min-width: 992px) {
  .slick-prev {
    left: -5rem;
  }
}

.slick-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .slick-next {
    right: -5rem;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #0055c2;
  font-size: 2.6rem;
  width: 3rem;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
}

.shitei-list-use {
  padding-bottom: 4.6rem;
  padding-top: 3.5rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use {
    padding-bottom: 9.2rem;
    padding-top: 7rem;
  }
}
.shitei-list-use h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .shitei-list-use h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.shitei-list-use .lead {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .lead {
    font-size: 1.9rem;
  }
}
.shitei-list-use .tenpo-flex {
  display: flex;
  justify-content: space-between;
}
.shitei-list-use .tenpo-flex .list {
  width: 64%;
}
.shitei-list-use .tenpo-flex .image {
  width: 32%;
}
.shitei-list-use .tenpo-flex .image img {
  width: 100%;
}
.shitei-list-use .tenpo-flex .image .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1em;
}
.shitei-list-use ul {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use ul {
    font-size: 1.6rem;
  }
}
.shitei-list-use ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use ul li {
    font-size: 1.9rem;
  }
}
.shitei-list-use ul li::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #53aae4;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (min-width: 576px) {
  .shitei-list-use ul li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.shitei-list-use .tel-flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .shitei-list-use .tel-flex {
    flex-direction: row;
    margin-top: 3rem;
  }
}
.shitei-list-use .tel-flex .tel-unit {
  background-color: #f5f4ec;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  padding-top: 8rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .shitei-list-use .tel-flex .tel-unit {
    width: 48%;
  }
}
.shitei-list-use .tel-flex .tel-unit:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .shitei-list-use .tel-flex .tel-unit:first-of-type {
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.shitei-list-use .tel-flex .tel-unit img {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit img {
    top: 2rem;
    width: 8.3rem;
  }
}
.shitei-list-use .tel-flex .tel-unit .large {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit .large {
    font-size: 2.3rem;
  }
}
.shitei-list-use .tel-flex .tel-unit .small {
  margin-top: 0.62em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit .small {
    font-size: 1.9rem;
  }
}
.shitei-list-use .tel-flex .tel-unit .tel-num {
  color: #0055c2;
  font-weight: bold;
  margin-top: 0.55em;
  font-size: 2.3rem;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit .tel-num {
    font-size: 4.2rem;
  }
}
.shitei-list-use .tel-flex .tel-unit .tel-num.-free {
  position: relative;
  display: inline-block;
}
.shitei-list-use .tel-flex .tel-unit .tel-num.-free::before {
  content: "組合員専用";
  font-size: 1rem;
  line-height: 1.2;
  white-space: pre;
  border-radius: 5px;
  border: 1px solid #333;
  color: #333;
  padding: 0.5em 0.5em;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit .tel-num.-free::before {
    content: "組合員\a専   用";
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    font-size: 1.2rem;
    bottom: initial;
    top: 50%;
    left: 0;
    transform: translate(-110%, -50%);
  }
}
.shitei-list-use .tel-flex .tel-unit .tel-num.-free::after {
  content: "通話\a無料";
  font-size: 0.5rem;
  color: #fff;
  background-color: #969798;
  border-radius: 50%;
  font-weight: normal;
  white-space: pre;
  padding: 0 5px;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  width: 44px;
}
@media screen and (min-width: 576px) {
  .shitei-list-use .tel-flex .tel-unit .tel-num.-free::after {
    margin-top: 0;
    font-size: 1.3rem;
    padding: 10px;
    line-height: 1.2;
    width: 49px;
    height: 49px;
  }
}

.shitei-list-main {
  margin-bottom: 10rem;
}
.shitei-list-main .inner {
  max-width: 114rem;
  margin: 0 auto;
}

.shitei-ttl {
  font-size: 2rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding-left: 7.1rem;
  padding-bottom: 0.2em;
  position: relative;
}
@media screen and (min-width: 576px) {
  .shitei-ttl {
    font-size: 3.6rem;
  }
}
.shitei-ttl img {
  position: absolute;
  max-width: 4.8rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.5em;
}
.shitei-ttl::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #53aae4;
}

.shitei-list-unit .shiteiten-list {
  margin-top: 70px;
}
.shitei-list-unit .go-cat::before {
  font-weight: 900;
  color: #0055c2;
}

.shiteiten-list-category__contents {
  margin-top: 7.7rem;
}

.shiteiten-list {
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
  row-gap: 20px;
  display: flex;
}
@media screen and (min-width: 576px) {
  .shiteiten-list {
    column-gap: 1.1%;
  }
}
.shiteiten-list-category__wrapper.-hidden {
  display: none;
}
.shiteiten-list-item {
  position: relative;
  width: 48%;
  border: 2px solid #0055c2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .shiteiten-list-item {
    width: 19.12%;
  }
}
.shiteiten-list-item a {
  display: block;
  background-color: #fff;
  padding: 10px;
  height: 100%;
  padding-bottom: 35px;
}
.shiteiten-list-item__image img {
  width: 100%;
  aspect-ratio: 194/135;
  object-fit: contain;
  border-radius: 5px;
}
.shiteiten-list-item__name {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.8em;
  font-weight: bold;
}
.shiteiten-list-item__desc {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.5em;
}
.shiteiten-list-item__benefits {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-block;
  background-color: #53aae4;
  border-radius: 100px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.7rem 1.51rem;
}

#shop-detail main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 992px) {
  #shop-detail main .inner {
    margin: 0 auto;
  }
}

.shitei-shop-main {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main {
    margin-bottom: 10rem;
  }
}
.shitei-shop-main .shitei-shop-ttl {
  position: relative;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding-right: 4em;
  font-size: 2.2rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .shitei-shop-ttl {
    font-size: 3.3rem;
  }
}
.shitei-shop-main .shitei-shop-ttl::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #53aae4;
}
.shitei-shop-main .shitei-shop-ttl .logo {
  display: inline-block;
}
.shitei-shop-main .shitei-shop-ttl .logo img {
  max-width: 100%;
  height: 4rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .shitei-shop-ttl .logo img {
    height: 8rem;
  }
}
.shitei-shop-main .shitei-shop-ttl .category {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .shitei-shop-ttl .category {
    font-size: 2.6rem;
  }
}
.shitei-shop-main .shitei-shop-ttl .category img {
  margin-right: 0.3em;
  vertical-align: baseline;
  width: 1.8rem;
  vertical-align: bottom;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .shitei-shop-ttl .category img {
    width: 4rem;
  }
}
.shitei-shop-main .table--about-a th {
  vertical-align: middle;
  width: 25%;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .table--about-a th {
    font-size: 1.9rem;
  }
}
.shitei-shop-main .table--about-a td {
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-main .table--about-a td {
    font-size: 1.9rem;
  }
}

.shitei-shop__flex {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex {
    margin-top: 5rem;
    flex-direction: row;
  }
}
.shitei-shop__flex.col1 .text {
  width: 100%;
}
.shitei-shop__flex .image {
  margin-right: 3%;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .image {
    width: 47%;
  }
}
.shitei-shop__flex .image img {
  width: 100%;
}
.shitei-shop__flex .text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text {
    width: 50%;
  }
}
.shitei-shop__flex .text .color-box {
  border-radius: 1rem;
  padding: 6%;
  margin-bottom: 2rem;
  text-align: center;
}
.shitei-shop__flex .text .color-box.blue {
  background-color: #ddeefa;
}
.shitei-shop__flex .text .color-box.blue .contact dt {
  color: #0055c2;
}
.shitei-shop__flex .text .color-box.blue .large {
  color: #0055c2;
}
.shitei-shop__flex .text .color-box.blue .supple {
  color: #0055c2;
}
.shitei-shop__flex .text .color-box .product {
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .product {
    font-size: 1.9rem;
  }
}
.shitei-shop__flex .text .color-box .product ul {
  margin-bottom: 0.5em;
}
.shitei-shop__flex .text .color-box .product ul li::before {
  margin-right: 0.5em;
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #333;
}
.shitei-shop__flex .text .color-box .product dl {
  margin-top: 1em;
}
.shitei-shop__flex .text .color-box .product dl dt {
  font-weight: bold;
}
.shitei-shop__flex .text .color-box .product dl dd {
  margin-bottom: 1em;
}
.shitei-shop__flex .text .color-box .contact {
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .contact {
    font-size: 1.9rem;
  }
}
.shitei-shop__flex .text .color-box .contact dl {
  margin-top: 1em;
}
.shitei-shop__flex .text .color-box .contact dl dt {
  font-weight: bold;
}
.shitei-shop__flex .text .color-box .contact dl dd {
  margin-bottom: 1em;
}
.shitei-shop__flex .text .color-box .bold {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .bold {
    font-size: 2.3rem;
  }
}
.shitei-shop__flex .text .color-box .large {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .large {
    font-size: 3.3rem;
  }
}
.shitei-shop__flex .text .color-box .large.ta-l {
  text-align: left;
}
.shitei-shop__flex .text .color-box .supple {
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}
.shitei-shop__flex .text .color-box .supple.ta-l {
  text-align: left;
}
.shitei-shop__flex .text .color-box .name {
  text-align: left;
}
.shitei-shop__flex .text .color-box .name span {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 0.75em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.2rem;
}
.shitei-shop__flex .text .color-box .name span::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #0055c2;
  border-radius: 2px;
}
.shitei-shop__flex .text .color-box .border {
  margin: 2em 0;
  border-top: 1px solid rgba(0, 85, 194, 0.5);
}
.shitei-shop__flex .text .color-box .price {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .price {
    font-size: 1.3rem;
  }
}
.shitei-shop__flex .text .color-box .price .red {
  color: #f70000;
}
.shitei-shop__flex .text .color-box .btn-detail {
  display: block;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #0055c2;
  border: 1px solid #0055c2;
  border-radius: 3rem;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .btn-detail {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
.shitei-shop__flex .text .color-box .btn-detail::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #0055c2;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
.shitei-shop__flex .text .color-box .btn-detail:hover {
  cursor: pointer;
}
.shitei-shop__flex .text .color-box .btn-detail.-disable {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.shitei-shop__flex .text .color-box .btn-detail.-disable::after {
  content: none;
}
.shitei-shop__flex .text .color-box .btn-inquiry {
  display: block;
  background-color: #0055c2;
  text-align: center;
  font-weight: bold;
  border: 1px solid #0055c2;
  color: #fff;
  border-radius: 3rem;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .shitei-shop__flex .text .color-box .btn-inquiry {
    padding: 2rem 0;
    font-size: 2.3rem;
  }
}
.shitei-shop__flex .text .color-box .btn-inquiry::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #fff;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
.shitei-shop__flex .text .color-box .btn-inquiry:hover {
  cursor: pointer;
}
.shitei-shop__flex .text .color-box .ol-none {
  padding-left: 1em;
  text-indent: -1em;
}
.shitei-shop__flex .text .color-box .card img {
  width: 100%;
}

.go-cat {
  display: inline-block;
  font-weight: bold;
  font-size: 2.3rem;
  margin-top: 6rem;
}
.go-cat::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f359";
  color: #f70000;
  margin-right: 0.3em;
}

.shitei-shop-ageconfirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.shitei-shop-ageconfirm.-active {
  display: block;
}
.shitei-shop-ageconfirm--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
  width: 90vw;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .shitei-shop-ageconfirm--inner {
    width: auto;
    min-width: 50rem;
  }
}
.shitei-shop-ageconfirm .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.shitei-shop-ageconfirm .text {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1.9rem;
}
.shitei-shop-ageconfirm .button {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .shitei-shop-ageconfirm .button {
    flex-direction: row;
  }
}
.shitei-shop-ageconfirm .button li {
  text-align: center;
}
.shitei-shop-ageconfirm .button li:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .shitei-shop-ageconfirm .button li:not(:first-child) {
    margin-top: 0;
    margin-left: 3rem;
  }
}
.shitei-shop-ageconfirm .button li button {
  display: inline-block;
  min-width: 10em;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 1.5rem 3rem;
  border-radius: 99em;
  color: #fff;
}

body.no_scroll {
  overflow: hidden;
}

#tetsuduki-shiharai {
  /* overwrite */
  /* common parts */
}
#tetsuduki-shiharai .sub-page-b__header p a {
  color: #0055c2;
}
#tetsuduki-shiharai .sub-page-b__header p + p {
  margin-top: 0.5em;
}
#tetsuduki-shiharai .sub-page-b__header p.text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-shiharai .sub-page-b__header p.text-supple {
    font-size: 1.6rem;
  }
}
#tetsuduki-shiharai .text-strong {
  font-weight: bold;
}
#tetsuduki-shiharai .text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-shiharai .text-supple {
    font-size: 1.9rem;
  }
}
#tetsuduki-shiharai .icon-kome {
  position: relative;
  padding: 0 0 0 1.5em;
}
#tetsuduki-shiharai .icon-kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#tetsuduki-shiharai .link-text i {
  margin-right: 0.5rem;
  color: #f70000;
}

/* common parts */
.ttl--tetsuduki-shiharai-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--tetsuduki-shiharai-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.ttl-tetsuduki-shiharai-h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #0055c2;
}
.ttl-tetsuduki-shiharai-h4::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
@media screen and (min-width: 576px) {
  .ttl-tetsuduki-shiharai-h4 {
    font-size: 2.1rem;
  }
}

.link-btn--tetsuduki-shiharai {
  position: relative;
  display: inline-block;
  padding: 0.1em 2em;
  border: 2px solid #0055c2;
  border-radius: 2rem;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
}
.link-btn--tetsuduki-shiharai i {
  position: absolute;
  right: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  color: #f70000;
}

.ul--tetsuduki-shiharai {
  margin-top: 2rem;
}
.ul--tetsuduki-shiharai li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5em;
  line-height: 1.8;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .ul--tetsuduki-shiharai li {
    font-size: 1.9rem;
  }
}
.ul--tetsuduki-shiharai li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}

.table--tetsuduki-shiharai-normal {
  margin: 2rem 0;
  overflow: auto;
  white-space: nowrap;
}
.table--tetsuduki-shiharai-normal::-webkit-scrollbar {
  height: 5px;
}
.table--tetsuduki-shiharai-normal::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table--tetsuduki-shiharai-normal::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table--tetsuduki-shiharai-normal table {
  width: 100%;
}
.table--tetsuduki-shiharai-normal table thead tr th, .table--tetsuduki-shiharai-normal table thead tr td,
.table--tetsuduki-shiharai-normal table tbody tr th,
.table--tetsuduki-shiharai-normal table tbody tr td {
  border: 1px solid #cccccc;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .table--tetsuduki-shiharai-normal table thead tr th, .table--tetsuduki-shiharai-normal table thead tr td,
  .table--tetsuduki-shiharai-normal table tbody tr th,
  .table--tetsuduki-shiharai-normal table tbody tr td {
    font-size: 1.9rem;
  }
}
.table--tetsuduki-shiharai-normal table thead tr th,
.table--tetsuduki-shiharai-normal table tbody tr th {
  text-align: center;
  padding: 1rem 0.5em;
}
.table--tetsuduki-shiharai-normal table thead tr td,
.table--tetsuduki-shiharai-normal table tbody tr td {
  padding: 1rem 1.5em;
}
.table--tetsuduki-shiharai-normal table thead tr th {
  background: #6eca3c;
  font-weight: bold;
  color: #fff;
}
.table--tetsuduki-shiharai-normal table tbody tr th,
.table--tetsuduki-shiharai-normal table tbody tr td {
  font-weight: normal;
}
.table--tetsuduki-shiharai-normal table tbody tr th {
  background: #f5f4ec;
}
.table--tetsuduki-shiharai-normal.-scroll {
  white-space: wrap;
}

/* unique */
.tetsuduki-shiharai-payment .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-shiharai-payment .inner {
    margin: 0 auto;
  }
}
.tetsuduki-shiharai-payment .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .inner p {
    font-size: 2.1rem;
  }
}
.tetsuduki-shiharai-payment .inner p + p {
  margin-top: 0.5em;
}
.tetsuduki-shiharai-payment .payment-image {
  margin-top: 4rem;
  padding: 2rem 1rem;
  background: #f5f4ec;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-image {
    padding: 3.6rem;
  }
}
.tetsuduki-shiharai-payment .payment-image .payment-image-heading {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-image .payment-image-heading {
    font-size: 2.6rem;
  }
}
.tetsuduki-shiharai-payment .payment-image .payment-image-table-wrap {
  padding: 2rem 1rem;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-image .payment-image-table-wrap {
    padding: 3rem;
  }
}
.tetsuduki-shiharai-payment .payment-image .text-supple {
  margin-top: 1rem 0.5rem;
}
@media screen and (max-width: 575px) {
  .tetsuduki-shiharai-payment .table--payment-image {
    overflow: auto;
    white-space: nowrap;
  }
  .tetsuduki-shiharai-payment .table--payment-image::-webkit-scrollbar {
    height: 5px;
  }
  .tetsuduki-shiharai-payment .table--payment-image::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tetsuduki-shiharai-payment .table--payment-image::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table {
  width: 100%;
}
.tetsuduki-shiharai-payment .table--payment-image table thead tr th,
.tetsuduki-shiharai-payment .table--payment-image table thead tr td,
.tetsuduki-shiharai-payment .table--payment-image table tbody tr th,
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td {
  vertical-align: middle;
  line-height: 1.5;
  border: 2px solid #fff;
}
.tetsuduki-shiharai-payment .table--payment-image table thead tr th {
  padding: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table thead tr th {
    font-size: 2.6rem;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.yellow {
  background: #fff1bb;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.yellow td .deadline {
  left: 0;
  transform: translate(0, -50%);
  background: #e55c00;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.yellow td .arrow {
  width: calc(100% - 5rem - 2rem + 0.2rem);
  background: #e55c00;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.yellow td .payday {
  border-color: #e55c00;
  color: #e55c00;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.yellow td .payday::before {
  border-left-color: #e55c00;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.pink {
  background: #ffe7f4;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.pink td .deadline {
  left: 33%;
  transform: translate(0, -50%);
  background: #d14892;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.pink td .arrow {
  left: calc(33% - 0.2rem);
  width: calc(200% - 5rem - 2rem - 33% + 0.2rem);
  background: #d14892;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.pink td .payday {
  border-color: #d14892;
  color: #d14892;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.pink td .payday::before {
  border-left-color: #d14892;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.green {
  background: #eaf7d2;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.green td .deadline {
  left: 0;
  transform: translate(0, -50%);
  background: #7fb41e;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.green td .arrow {
  width: calc(200% - 5rem - 2rem + 0.2rem);
  background: #7fb41e;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.green td .payday {
  border-color: #7fb41e;
  color: #7fb41e;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr.green td .payday::before {
  border-left-color: #7fb41e;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr th,
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td {
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr th,
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td {
    padding: 1.5rem 1rem;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr th {
  width: 42%;
  line-height: 1.1;
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr th {
    width: 30%;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr th {
    width: 20%;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr th .sub {
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr th .sub {
    font-size: 1.6rem;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td {
  position: relative;
  min-width: 100px;
  width: 19.333%;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td {
    width: 23.333%;
    font-size: 2.2rem;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td .deadline {
  position: absolute;
  display: block;
  padding: 0.5em;
  min-width: 100%;
  border-radius: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .deadline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .deadline {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .deadline br {
    display: none;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td .arrow {
  content: "";
  position: absolute;
  left: -0.2rem;
  display: block;
  height: 4px;
  margin-top: -0.2rem;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday {
  position: absolute;
  right: 0.5rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20px, -50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday::before {
    transform: translate(-15px, -50%);
  }
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday {
    width: 7rem;
    height: 7rem;
    font-size: 2.4rem;
  }
}
.tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday .sub {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .table--payment-image table tbody tr td .payday .sub {
    font-size: 1.3rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction {
  margin-top: 4rem;
  padding: 2rem 1rem;
  border: 2px solid #e8ecee;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction {
    padding: 3.6rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction .payment-deduction-heading {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction .payment-deduction-heading {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-shiharai-payment .payment-deduction-example {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit {
  flex: 1;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list {
  flex: 1;
  padding: 1rem 1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 2.5rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt,
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt,
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd {
    font-size: 2.1rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt {
  flex-basis: calc(100% - 5em - 5%);
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt {
    flex-basis: 65%;
  }
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt:first-of-type {
    margin: 0;
  }
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dt:not(:first-of-type) {
    margin: 1rem 0 0;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd {
  margin: 0 0 0.5rem;
  flex-basis: 5em;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd {
    flex-basis: 35%;
  }
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd:first-of-type {
    margin: 0;
  }
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .dl--example-list dd:not(:first-of-type) {
    margin: 1rem 0 0;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result {
  position: relative;
  flex-basis: 8em;
  display: flex;
  align-items: center;
  padding: 0 0 0 2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result {
    padding: 0 0 0 4rem;
    flex-basis: 13em;
    font-size: 1.8rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 80%;
  border-width: 2px;
  border-style: solid;
  border-left: none;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result::before {
    left: 1rem;
    width: 2rem;
    height: 60%;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result p {
    font-size: 2.1rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result p .example-result-strong {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item .example-result p .example-result-strong {
    font-size: 3.5rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-01 .dl--example-list {
  background: #edf6fc;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-01 .example-result::before {
  border-color: #0055c2;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-01 .example-result p .example-result-strong {
  color: #0055c2;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-02 .dl--example-list {
  background: #f0faeb;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-02 .example-result::before {
  border-color: #6eca3c;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-02 .example-result p .example-result-strong {
  color: #6eca3c;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 8em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list {
    font-size: 1.8rem;
    margin-right: 13em;
    padding-top: 0;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dt,
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dd {
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dt,
  .tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dd {
    font-size: 2.4rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dt {
  margin: 0;
  text-align: right;
}
.tetsuduki-shiharai-payment .payment-deduction-example .example-unit .example-unit-item-03 .dl--example-list dd {
  margin-left: 2rem;
}
.tetsuduki-shiharai-payment .payment-deduction-example .caution-unit {
  margin-top: 1rem;
  padding: 1em;
  background: #fefae6;
  border-radius: 2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .caution-unit {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .caution-unit {
    flex-basis: 29rem;
    margin: 0 0 0 1rem;
  }
}
.tetsuduki-shiharai-payment .payment-deduction-example .caution-unit p {
  margin: 0;
  font-weight: bold;
  font-size: inherit;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-payment .payment-deduction-example .caution-unit p {
    font-size: 2.1rem;
  }
}

.tetsuduki-shiharai-notice {
  margin-top: 6rem;
}
.tetsuduki-shiharai-notice .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-shiharai-notice .inner {
    margin: 0 auto;
  }
}
.tetsuduki-shiharai-notice .inner p {
  margin-top: 2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-notice .inner p {
    font-size: 2.1rem;
  }
}
.tetsuduki-shiharai-notice .inner p + p {
  margin-top: 0;
}

.tetsuduki-shiharai-transfer {
  margin-top: 6rem;
}
.tetsuduki-shiharai-transfer .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-shiharai-transfer .inner {
    margin: 0 auto;
  }
}
.tetsuduki-shiharai-transfer .inner p {
  margin-top: 2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-transfer .inner p {
    font-size: 1.8rem;
  }
}
.tetsuduki-shiharai-transfer .inner p + p {
  margin-top: 0;
}

.tetsuduki-shiharai-unpaid {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-shiharai-unpaid .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-shiharai-unpaid .inner {
    margin: 0 auto;
  }
}
.tetsuduki-shiharai-unpaid .inner p {
  margin-top: 2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-shiharai-unpaid .inner p {
    font-size: 1.8rem;
  }
}
.tetsuduki-shiharai-unpaid .inner p + p {
  margin-top: 0;
}

#registry main .inner,
#registry-complete main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #registry main .inner,
  #registry-complete main .inner {
    margin: 0 auto;
  }
}

.registry-complete {
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .registry-complete {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
}
.registry-complete dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.registry-complete dl dt {
  width: 30%;
  text-align: center;
  background-color: #53aae4;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .registry-complete dl dt {
    padding: 1.5rem 2rem 1rem;
    font-size: 1.4rem;
  }
}
.registry-complete dl dt:last-of-type {
  border-bottom: 0;
}
.registry-complete dl dt span {
  align-self: center;
}
.registry-complete dl dd {
  width: 70%;
  background-color: #fff;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .registry-complete dl dd {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.registry-complete dl dd:last-of-type {
  border-bottom: 0;
}
.registry-complete dl dd select {
  padding: 0.5em;
}
.registry-complete dl dd .input-seinen {
  width: 4rem;
  margin-left: 1em;
  margin-right: 0.5em;
}

.registry-complete__btn {
  display: block;
  border: 1px solid #0055c2;
  background-color: #FFF;
  color: #0055c2;
  border-radius: 0.6rem;
  max-width: 20rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1.5rem 1rem;
}
.registry-complete__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.registry-bottom ul {
  text-align: left;
  margin-top: 3rem;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .registry-bottom ul {
    font-size: 1.6rem;
  }
}

#rakuten-ticket main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #rakuten-ticket main .inner {
    margin: 0 auto;
  }
}

.rakuten-ticket-recruit {
  padding-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-recruit {
    padding-bottom: 8rem;
  }
}
.rakuten-ticket-recruit .inner .lead {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-recruit .inner .lead {
    font-size: 1.8rem;
  }
}
.rakuten-ticket-recruit .inner .asterisk {
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-recruit .inner .asterisk {
    font-size: 1.6rem;
  }
}
.rakuten-ticket-recruit .inner .asterisk .bold {
  font-weight: bold;
}

.rakuten-btn-a {
  font-weight: bold;
  color: #0055c2;
  border: 1px solid #0055c2;
  border-radius: 1.8rem;
  padding: 0.8rem 3rem;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-btn-a {
    font-size: 1.6rem;
  }
}
.rakuten-btn-a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}

.rakuten-ticket__yellow-box {
  background-color: #f5f4ec;
  padding: 3.5rem 4%;
  border-radius: 1rem;
  margin-top: 1.7rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__yellow-box {
    margin-top: 3.5rem;
  }
}
.rakuten-ticket__yellow-box ul {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__yellow-box ul {
    font-size: 1.6rem;
  }
}
.rakuten-ticket__yellow-box ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.rakuten-ticket__yellow-box ul li::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #53aae4;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__yellow-box ul li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.rakuten-ticket-form {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form {
    padding-bottom: 10rem;
  }
}
.rakuten-ticket-form .inner .large {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form .inner .large {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.rakuten-ticket-form__dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.rakuten-ticket-form__dl dt {
  width: 30%;
  background-color: #53aae4;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form__dl dt {
    padding: 2.5rem 1em;
    font-size: 1.6rem;
  }
}
.rakuten-ticket-form__dl dt:last-of-type {
  border-bottom: 0;
}
.rakuten-ticket-form__dl dd {
  width: 70%;
  background-color: #fff;
  padding: 2.6rem 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form__dl dd {
    font-size: 1.4rem;
    padding: 2.6rem 2rem;
    align-items: center;
    flex-direction: row;
  }
}
.rakuten-ticket-form__dl dd.line2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.rakuten-ticket-form__dl dd:last-of-type {
  border-bottom: 0;
}
.rakuten-ticket-form__dl dd input[type=text],
.rakuten-ticket-form__dl dd input[type=tel],
.rakuten-ticket-form__dl dd input[type=email] {
  width: 100%;
  max-width: 44rem;
  padding: 0.5em;
  border: 1px solid #767676;
  color: #333;
}
.rakuten-ticket-form__dl dd input[type=radio] {
  vertical-align: baseline;
  margin-top: 0;
}
.rakuten-ticket-form__dl dd input[type=radio]:hover {
  cursor: pointer;
}
.rakuten-ticket-form__dl dd select {
  padding: 0.5em;
}
.rakuten-ticket-form__dl dd .asterisk {
  margin-top: 0.5em;
  color: #777;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form__dl dd .asterisk {
    font-size: 1.3rem;
  }
}
.rakuten-ticket-form__dl dd span.asterisk {
  display: block;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form__dl dd span.asterisk {
    padding-left: 1rem;
  }
}
.rakuten-ticket-form__dl dd label {
  font-size: 1.4rem;
  margin: 1rem 0;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form__dl dd label {
    font-size: 1.6rem;
  }
}
.rakuten-ticket-form__dl dd label:hover {
  cursor: pointer;
}
.rakuten-ticket-form__dl dd > div {
  width: 100%;
}
.rakuten-ticket-form .btn-flex {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket-form .btn-flex {
    margin-top: 6rem;
  }
}
.rakuten-ticket-form__btn1 {
  width: 46%;
  margin-right: 8%;
}
.rakuten-ticket-form__btn1 input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  background-color: #868686;
  color: #fff;
}
.rakuten-ticket-form__btn1 input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.rakuten-ticket-form__btn2 {
  width: 46%;
}
.rakuten-ticket-form__btn2 input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  background-color: #f99625;
  color: #fff;
}
.rakuten-ticket-form__btn2 input:hover {
  cursor: pointer;
  opacity: 0.7;
}

.rakuten-ticket__green-box {
  background-color: #e5f8e5;
  text-align: center;
  padding: 3rem 5%;
  margin-top: 3.7rem;
}
.rakuten-ticket__green-box p {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__green-box p {
    font-size: 1.6rem;
  }
}
.rakuten-ticket__green-box p .bold {
  font-weight: bold;
}
.rakuten-ticket__green-box .line-link {
  display: inline-block;
  max-width: 40rem;
  margin-top: 1.8rem;
}
.rakuten-ticket__green-box .line-link img {
  width: 100%;
}

.ttl--border-left-blue {
  border-left: 4px solid #0055c2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.5em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .ttl--border-left-blue {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.rakuten-ticket__history {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__history {
    padding-bottom: 10rem;
  }
}
.rakuten-ticket__history .inner dl dt {
  background-color: #eee;
  font-weight: bold;
  padding: 1rem 0.5em;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__history .inner dl dt {
    font-size: 1.6rem;
  }
}
.rakuten-ticket__history .inner dl dd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .rakuten-ticket__history .inner dl dd {
    font-size: 1.6rem;
  }
}

.rakuten-complete {
  width: 100%;
  border: 1px solid #0055c2;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.single main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .single main .inner {
    margin: 0 auto;
  }
}

.single-body {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .single-body {
    padding-bottom: 10rem;
  }
}
.single-body h1 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.3;
  padding-bottom: 0.5em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 576px) {
  .single-body h1 {
    font-size: 3.1rem;
  }
}
.single-body h1::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #53aae4;
}
.single-body .single-cat {
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
.single-body .single-cat::after {
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.single-body .single-cat.cat-info::after {
  background-color: #0055c2;
  color: #fff;
  content: "お知らせ";
}
.single-body .single-cat.cat-product::after {
  background-color: #fbe05a;
  color: #333;
  content: "商品情報";
}
.single-body .single-cat.cat-event::after {
  background-color: #009f14;
  color: #fff;
  content: "イベント";
}
.single-body .single-cat.cat-sale::after {
  background-color: #ff4903;
  color: #fff;
  content: "SALE";
}
.single-body .date {
  color: #888;
  margin-bottom: 3em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .single-body .date {
    font-size: 1.5rem;
  }
}
.single-body .single-content p, .single-body .single-content a {
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .single-body .single-content p, .single-body .single-content a {
    font-size: 1.6rem;
  }
}
.single-body .single-content h2 {
  letter-spacing: 0.01em;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.2;
  font-size: 2.2rem;
  margin-top: 3em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 576px) {
  .single-body .single-content h2 {
    font-size: 3rem;
  }
}
.single-body .single-content h2::before {
  display: inline-block;
  content: "";
  background-color: #0055c2;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.single-body .single-content a {
  color: #0055c2;
  text-decoration: underline;
}

#gasoline-info main .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #gasoline-info main .inner {
    margin: 0 auto;
  }
}
#gasoline-info .tag {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
#gasoline-info .tag::after {
  padding: 0.6em;
  border-radius: 4px;
}
#gasoline-info .tag.tag-dummy::after {
  background-color: #dbdbdb;
  color: #fff;
  font-size: inherit;
  content: "ダミー";
}

.gasoline-info-price {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price {
    padding-bottom: 10rem;
  }
}
.gasoline-info-price .time {
  margin-top: 3.2rem;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price .time {
    margin-top: 6.4rem;
    font-size: 1.8rem;
    font-size: 1.6rem;
  }
}
.gasoline-info-price .table-scroll {
  position: relative;
}
.gasoline-info-price .zeikomi {
  position: absolute;
  right: 0;
  top: 2rem;
  transform: translateY(-150%);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price .zeikomi {
    font-size: 1.6rem;
  }
}
.gasoline-info-price__table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.gasoline-info-price__table .top {
  background-color: #6eca3c;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 1.3rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price__table .top {
    font-size: 1.6rem;
  }
}
.gasoline-info-price__table th:not(.top) {
  background-color: #f5f4ec;
  font-weight: bold;
  padding: 2rem 0;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price__table th:not(.top) {
    font-size: 1.8rem;
  }
}
.gasoline-info-price__table td {
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price__table td {
    font-size: 2.4rem;
  }
}
.gasoline-info-price__table td span {
  font-size: 0.66em;
}
.gasoline-info-price .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price .asterisk {
    font-size: 1.6rem;
  }
}
.gasoline-info-price .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.gasoline-info-price .link--about-gasolinecard {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price .link--about-gasolinecard {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
.gasoline-info-price .link--about-gasolinecard a {
  display: inline-block;
  border: solid 2px #0055c2;
  border-radius: 18px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
  max-width: 50rem;
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  padding: 1rem 1em;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price .link--about-gasolinecard a {
    font-size: 2rem;
  }
}
.gasoline-info-price .link--about-gasolinecard a::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
.gasoline-info-price__transition {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.gasoline-info-price__transition li {
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price__transition li {
    width: 50%;
  }
}
.gasoline-info-price__transition li a {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-price__transition li a {
    font-size: 1.8rem;
  }
}
.gasoline-info-price__transition li a::before {
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  margin-right: 0.3em;
}

.gasoline-info-use {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use {
    padding-bottom: 10rem;
  }
}
.gasoline-info-use .table-scroll {
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .gasoline-info-use .table-scroll {
    overflow: visible;
    white-space: normal;
  }
}
.gasoline-info-use__table {
  margin-bottom: 3rem;
  width: 70rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.gasoline-info-use__table th {
  background-color: #53aae4;
  color: #fff;
  border: 1px solid #ccc;
  padding: 2rem 1.6em;
  width: 33.3333333333%;
}
.gasoline-info-use__table th .large {
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table th .large {
    font-size: 2.2rem;
  }
}
.gasoline-info-use__table th .small {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table th .small {
    font-size: 1.4rem;
  }
}
.gasoline-info-use__table td {
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 2rem 2em;
}
.gasoline-info-use__table td .card-image img {
  width: 100%;
}
.gasoline-info-use__table td .card-image .caption {
  font-weight: bold;
  text-align: center;
  margin-top: 0.88em;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .gasoline-info-use__table td .card-image .caption {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.gasoline-info-use__table td ul li {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table td ul li {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
.gasoline-info-use__table td ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.gasoline-info-use__table td .available {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .gasoline-info-use__table td .available {
    margin-top: 0.7em;
  }
}
.gasoline-info-use__table td .link-use-table {
  display: inline-block;
  font-weight: bold;
  color: #0055c2;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table td .link-use-table {
    font-size: 1.8rem;
  }
}
.gasoline-info-use__table td .link-use-table::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
}
.gasoline-info-use__table td .asterisk {
  line-height: 1.4;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table td .asterisk {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.gasoline-info-use__table td .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.gasoline-info-use__table td .large {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__table td .large {
    font-size: 1.8rem;
  }
}
.gasoline-info-use-bgblue {
  background-color: #ddeefa;
  border-radius: 1rem;
  padding: 4%;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue {
    margin-bottom: 4rem;
    margin-top: 2.3rem;
  }
}
.gasoline-info-use-bgblue .lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .gasoline-info-use-bgblue .lead {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
.gasoline-info-use-bgblue .lead .red {
  color: #f70000;
}
.gasoline-info-use-bgblue .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex {
    flex-direction: row;
  }
}
.gasoline-info-use-bgblue .flex div {
  background-color: #fff;
  max-width: 28rem;
  width: 100%;
  position: relative;
  padding: 0 3%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-top: 14rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex div {
    padding-top: 12rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    margin-right: 2%;
  }
  .gasoline-info-use-bgblue .flex div:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .gasoline-info-use-bgblue .flex div {
    padding-top: 16rem;
  }
}
.gasoline-info-use-bgblue .flex div .icon-documents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.gasoline-info-use-bgblue .flex div .icon-documents.icon-wallet {
  width: 31%;
  height: auto;
  top: 1.9rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-wallet {
    top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-wallet {
    top: 4.5rem;
  }
}
.gasoline-info-use-bgblue .flex div .icon-documents.icon-cards {
  width: 37%;
  height: auto;
  top: 4rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-cards {
    top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-cards {
    top: 5.4rem;
  }
}
.gasoline-info-use-bgblue .flex div .icon-documents.icon-japan {
  width: 32%;
  height: auto;
  top: 3rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-japan {
    top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gasoline-info-use-bgblue .flex div .icon-documents.icon-japan {
    top: 4.8rem;
  }
}
.gasoline-info-use-bgblue .flex div .name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use-bgblue .flex div .name {
    margin-bottom: 1.5rem;
  }
}
.gasoline-info-use__benefit-list li {
  position: relative;
  font-weight: bold;
  padding-left: 2.3em;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1.3em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__benefit-list li {
    font-size: 1.8rem;
  }
}
.gasoline-info-use__benefit-list li .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #53aae4;
  border-radius: 50%;
  padding: 0.15rem 0.9rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__benefit-list li .num {
    padding: 0.15rem 1rem;
  }
}
.gasoline-info-use__benefit-list li .asterisk {
  font-size: 0.77em;
  color: #333;
}
.gasoline-info-use .asterisk--benefit-bottom {
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use .asterisk--benefit-bottom {
    font-size: 1.6rem;
  }
}
.gasoline-info-use .asterisk--benefit-bottom::before {
  position: absolute;
  display: inline-block;
  content: "※";
  top: 0;
  left: 0;
}
.gasoline-info-use__support {
  background-color: #f5f4ec;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 1.8rem;
  flex-direction: column;
  padding: 2rem 4%;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support {
    margin-bottom: 6rem;
    margin-top: 3.6rem;
    padding: 4%;
    flex-direction: row;
  }
}
.gasoline-info-use__support .image {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support .image {
    width: 25%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.gasoline-info-use__support .image img {
  width: 100%;
  max-width: 25rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support .image img {
    max-width: initial;
  }
}
.gasoline-info-use__support .text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support .text {
    width: 68%;
  }
}
.gasoline-info-use__support .text .large {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support .text .large {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.gasoline-info-use__support .text .small {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .gasoline-info-use__support .text .small {
    font-size: 1.6rem;
  }
}

#myhome main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #myhome main .inner {
    margin: 0 auto;
  }
}

.myhome-header .logo {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .myhome-header .logo {
    margin-bottom: 6rem;
    margin-top: 5rem;
  }
}
.myhome-header .logo img {
  max-width: 60rem;
  width: 80%;
}
@media screen and (min-width: 576px) {
  .myhome-header .logo img {
    width: 100%;
  }
}
.myhome-header-bgblue {
  background-color: #ddeefa;
  border-radius: 1rem;
  padding: 2rem 4%;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue {
    margin-bottom: 4rem;
    margin-top: 2.3rem;
  }
}
.myhome-header-bgblue .lead {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .lead {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .myhome-header-bgblue .lead {
    font-size: 3rem;
  }
}
.myhome-header-bgblue .small {
  line-height: 1.5;
  padding-bottom: 0.8em;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .small {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.myhome-header-bgblue .small span {
  border-bottom: 1px solid #333;
  display: inline-block;
}
.myhome-header-bgblue .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .flex {
    flex-direction: row;
  }
}
.myhome-header-bgblue .flex div {
  background-color: #fff;
  max-width: 28rem;
  width: 100%;
  position: relative;
  padding: 0 3%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .flex div {
    margin-right: 2%;
  }
  .myhome-header-bgblue .flex div:last-of-type {
    margin-right: 0;
  }
}
.myhome-header-bgblue .flex div p {
  font-weight: bold;
  color: #3faf9e;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .flex div p {
    font-size: 2.8rem;
  }
}
.myhome-header-bgblue .flex div p span {
  margin-right: 0.3em;
}
.myhome-header-bgblue .flex div .icon-documents {
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
.myhome-header-bgblue .flex div .icon-documents.text1 {
  max-width: 23.4rem;
  width: 100%;
}
.myhome-header-bgblue .flex div .icon-documents.text2 {
  max-width: 24.9rem;
  width: 100%;
}
.myhome-header-bgblue .flex div .icon-documents.text3 {
  max-width: 18rem;
  width: 100%;
}
.myhome-header-bgblue .flex div .name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .myhome-header-bgblue .flex div .name {
    margin-bottom: 1.5rem;
  }
}

.myhome-flow .condition {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .myhome-flow .condition {
    margin-top: 3rem;
  }
}
.myhome-flow .condition dt {
  background-color: #53aae4;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 1.3rem;
  padding: 0.5em 0.4em;
}
@media screen and (min-width: 576px) {
  .myhome-flow .condition dt {
    font-size: 2rem;
    padding: 0.75em 1em;
  }
}
.myhome-flow .condition dt::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(97%);
  content: "";
  display: inline-block;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1.3rem solid #53aae4;
}
@media screen and (min-width: 576px) {
  .myhome-flow .condition dt::after {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 2.5rem solid #53aae4;
  }
}
.myhome-flow .condition dd {
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 1.2em;
}
@media screen and (min-width: 576px) {
  .myhome-flow .condition dd {
    margin-left: 2em;
    font-size: 2rem;
  }
}
.myhome-flow__figure {
  padding-top: 3rem;
}
.myhome-flow__unit {
  display: flex;
  margin-bottom: 4rem;
  border-radius: 1rem;
  border: solid 1px #6eca3c;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .myhome-flow__unit {
    flex-direction: row;
  }
}
.myhome-flow__unit:not(:last-of-type)::after {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #667d8a;
  font-size: 3.6rem;
}
.myhome-flow__unit .ttl {
  background-color: #6eca3c;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .myhome-flow__unit .ttl {
    font-size: 2.6rem;
    padding: 0;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    width: 18%;
  }
}
.myhome-flow__unit .text {
  line-height: 1.5;
  padding: 1.25em 1em;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .myhome-flow__unit .text {
    font-size: 1.6rem;
    width: 82%;
  }
}
.myhome-flow__unit .text .bold {
  font-weight: bold;
}
.myhome-flow .estimate-2col {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .myhome-flow .estimate-2col {
    margin-bottom: 1.6rem;
  }
}
.myhome-flow .estimate-2col .fax .fas {
  color: #f70000;
  margin-left: 0.3em;
}
.myhome-flow .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 576px) {
  .myhome-flow .asterisk {
    font-size: 1.6rem;
  }
}
.myhome-flow .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.myhome-shop {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop {
    padding-bottom: 10rem;
  }
}
.myhome-shop .ttl--myhome-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .myhome-shop .ttl--myhome-h3 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.myhome-shop__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list {
    padding-bottom: 4.5rem;
  }
}
.myhome-shop__list li {
  margin-right: 2%;
  overflow: hidden;
  border-radius: 0.6rem;
  width: 49%;
  margin-bottom: 1rem;
  position: relative;
}
.myhome-shop__list li:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li:nth-of-type(even) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li {
    margin-bottom: 1.5rem;
    width: 32%;
  }
  .myhome-shop__list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.myhome-shop__list li > div {
  border: 2px solid #0055c2;
}
.myhome-shop__list li img {
  max-height: 24rem;
  max-width: 100% !important;
  width: auto !important;
}
.myhome-shop__list li > a,
.myhome-shop__list li > div {
  display: block;
  position: relative;
  text-align: center;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .myhome-shop__list li > a,
  .myhome-shop__list li > div {
    padding: 2rem 1.5rem;
  }
}
.myhome-shop__list li > a::after,
.myhome-shop__list li > div::after {
  position: absolute;
  top: 50%;
  color: #f70000;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  right: 0.2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li > a::after,
  .myhome-shop__list li > div::after {
    right: 0.5em;
    font-size: 1.4rem;
  }
}
.myhome-shop__list li.different {
  position: relative;
}
.myhome-shop__list li.different > div::after {
  content: none;
}
.myhome-shop__list li.different .different__links {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.myhome-shop__list li.different .different__links .link1,
.myhome-shop__list li.different .different__links .link2 {
  position: relative;
  color: #0055c2;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li.different .different__links .link1,
  .myhome-shop__list li.different .different__links .link2 {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.56vw, 1.4rem);
  }
}
.myhome-shop__list li.different .different__links .link1::after,
.myhome-shop__list li.different .different__links .link2::after {
  position: absolute;
  top: 50%;
  color: #f70000;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  right: -1.2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li.different .different__links .link1::after,
  .myhome-shop__list li.different .different__links .link2::after {
    font-size: 1.4rem;
  }
}
.myhome-shop__list li.different .different__links .link2 {
  margin-left: 2em;
}
.myhome-shop__list li .asterisk {
  padding-top: 0.2em;
  line-height: 1.4;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .myhome-shop__list li .asterisk {
    font-size: 1.2rem;
  }
}
.myhome-shop__list li .asterisk::before {
  content: "※";
  margin-right: 0.2em;
}
.myhome-shop__list li img {
  width: 100%;
}

#loan main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #loan main .inner {
    margin: 0 auto;
  }
}

.loan-guide__3col {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .loan-guide__3col {
    flex-direction: row;
  }
}
.loan-guide__3col li {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 4rem 2%;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__3col li {
    width: 31.2%;
    margin: 0;
    max-width: initial;
  }
}
.loan-guide__3col li img {
  height: 6rem;
  width: auto;
  margin-bottom: 1.8rem;
}
.loan-guide__3col li .ttl {
  color: #0055c2;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 576px) {
  .loan-guide__3col li .ttl {
    font-size: 2.8rem;
  }
}
.loan-guide__3col li .text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .loan-guide__3col li .text {
    font-size: 1.7rem;
  }
}
.loan-guide__point {
  border-radius: 1rem;
  margin-top: 4rem;
}
.loan-guide__point .flex {
  display: flex;
  background-color: #f5f4ec;
  align-items: center;
  padding: 3rem 3%;
  margin-bottom: 1.5rem;
  flex-direction: column;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex {
    flex-direction: row;
    padding: 4rem 3%;
  }
}
.loan-guide__point .flex ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex ul {
    width: 64.5%;
  }
}
.loan-guide__point .flex ul li {
  background-color: #53aae4;
  color: #fff;
  width: 48%;
  border-radius: 0.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.54em 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex ul li {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
.loan-guide__point .flex ul li:nth-of-type(odd) {
  margin-right: 2%;
}
.loan-guide__point .flex ul li:nth-of-type(3), .loan-guide__point .flex ul li:nth-of-type(4) {
  margin-bottom: 0;
}
.loan-guide__point .flex .kinri {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex .kinri {
    margin-top: 0;
    font-size: 3.6rem;
    width: 35%;
  }
}
.loan-guide__point .flex .kinri .num {
  display: inline-block;
  font-size: 4.1rem;
  color: #0054c2;
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex .kinri .num {
    font-size: 6.9rem;
  }
}
.loan-guide__point .flex .kinri .small {
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .flex .kinri .small {
    font-size: 1.9rem;
  }
}
.loan-guide__point .large {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__point .large {
    font-size: 2.6rem;
  }
}
.loan-guide .contactlist .small {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .loan-guide .contactlist .small {
    font-size: 1.9rem;
  }
}

.loan-procedure__unit {
  display: flex;
  margin-bottom: 4rem;
  border-radius: 1rem;
  border: solid 1px #6eca3c;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit {
    flex-direction: row;
  }
}
.loan-procedure__unit:not(:last-of-type)::after {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #667d8a;
  font-size: 3.6rem;
}
.loan-procedure__unit .ttl {
  background-color: #6eca3c;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .ttl {
    font-size: 2.6rem;
    padding: 0;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    width: 18%;
  }
}
.loan-procedure__unit .text {
  line-height: 1.5;
  padding: 1.25em 1em;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .text {
    font-size: 1.6rem;
    width: 82%;
  }
}
.loan-procedure__unit .text .bold {
  font-weight: bold;
}

.loan-guide__application .application-unit {
  border-radius: 1rem;
  border: solid 1px #6eca3c;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  padding: 1rem 1em;
}
@media screen and (min-width: 576px) {
  .loan-guide__application .application-unit {
    padding: 2rem 1em;
  }
}
.loan-guide__application .application-unit:not(:last-of-type)::after {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #667d8a;
  font-size: 3.6rem;
}
.loan-guide__application .application-unit .large {
  color: #6eca3c;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .loan-guide__application .application-unit .large {
    font-size: 2.8rem;
  }
}
.loan-guide__application .application-unit a {
  display: inline-block;
  color: #0055c2;
  margin-top: 1.7rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__application .application-unit a {
    font-size: 2.1rem;
  }
}
.loan-guide__application .application-unit a .fas {
  color: #f70000;
  margin-left: 0.2em;
}
.loan-guide__application .application-unit .idpass {
  margin-top: 1.4rem;
  font-weight: bold;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__application .application-unit .idpass {
    font-size: 2.4rem;
  }
}
.loan-guide__application .application-unit .asterisk {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .loan-guide__application .application-unit .asterisk {
    font-size: 1.6rem;
  }
}

.loan-use table th {
  background-color: #f5f4ec;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0.5rem 1em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .loan-use table th {
    text-align: left;
    padding: 2.2rem 1em;
    display: table-cell;
    width: 18.7%;
    font-size: 1.9rem;
  }
}
.loan-use table td {
  padding: 2.2rem 1em;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .loan-use table td {
    display: table-cell;
    width: 81.3%;
    font-size: 1.9rem;
  }
}
.loan-use table td .bold {
  font-weight: bold;
}
.loan-use table td ul li .card-figure {
  max-width: 27rem;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.loan-use table td ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}

.loan-procedure {
  padding-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure {
    padding-bottom: 6rem;
  }
}
.loan-procedure__unit .ttl {
  width: 100%;
  padding: 1.5rem 2%;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .ttl {
    padding: 2rem 2%;
    width: 31.2%;
  }
}
.loan-procedure__unit .ttl > div {
  width: 100%;
  text-align: center;
}
.loan-procedure__unit .ttl .step {
  text-align: center;
  color: #6eca3c;
  font-weight: bold;
  background-color: #fff;
  padding: 0.3em 1em;
  border-radius: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .ttl .step {
    font-size: 2.1rem;
  }
}
.loan-procedure__unit .ttl .large {
  line-height: 1.5;
  margin-top: 0.7em;
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .ttl .large {
    font-size: 2.36rem;
  }
}
.loan-procedure__unit .text {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .loan-procedure__unit .text {
    font-size: 1.9rem;
    width: 68.8%;
  }
}
.loan-procedure__unit .text ul {
  margin-top: 0.5em;
}
.loan-procedure__unit .text ul li {
  line-height: 2;
}
.loan-procedure__unit .text ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}

.ttl--loan-h3 {
  font-size: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--loan-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    text-align: left;
    letter-spacing: 0;
  }
}

#ob .inner,
.ob .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #ob .inner,
  .ob .inner {
    margin: 0 auto;
  }
}
#ob .ob-lead,
.ob .ob-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  #ob .ob-lead,
  .ob .ob-lead {
    font-size: 1.9rem;
  }
}
#ob .ob-sub-lead,
.ob .ob-sub-lead {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 576px) {
  #ob .ob-sub-lead,
  .ob .ob-sub-lead {
    font-size: 1.9rem;
  }
}
#ob .ob-link,
.ob .ob-link {
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #ob .ob-link,
  .ob .ob-link {
    text-align: left;
  }
}
#ob .ob-link a,
.ob .ob-link a {
  display: inline-block;
  font-weight: bold;
  color: #0055c2;
  border: 2px solid #0055c2;
  border-radius: 1.8rem;
  position: relative;
  padding: 1rem 3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  #ob .ob-link a,
  .ob .ob-link a {
    font-size: 1.9rem;
  }
}
#ob .ob-link a::after,
.ob .ob-link a::after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
}

.ttl--ob-h3 {
  font-size: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--ob-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.ob__list--circle {
  line-height: 1.8;
  margin-top: 0.3em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob__list--circle {
    font-size: 1.9rem;
  }
}
.ob__list--circle li {
  position: relative;
  margin-left: 1.3em;
}
.ob__list--circle li::before {
  position: absolute;
  top: 0;
  left: -1.3em;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}

.ob__dl {
  margin-top: 1rem;
}
.ob__dl dt {
  font-weight: bold;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .ob__dl dt {
    font-size: 2.1rem;
  }
}
.ob__dl dd {
  line-height: 1.8;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob__dl dd {
    font-size: 1.9rem;
  }
}

.ob-continue {
  margin-bottom: 6rem;
}

.ob-continue-tetsuduki {
  margin-bottom: 6rem;
}
.ob-continue-tetsuduki .link-pdf {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
  margin-top: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .ob-continue-tetsuduki .link-pdf {
    font-size: 2.2rem;
  }
}
.ob-continue-tetsuduki .link-pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
  margin-right: 0.54em;
}
.ob-continue-tetsuduki .link-xls {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
  margin-top: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .ob-continue-tetsuduki .link-xls {
    font-size: 2.2rem;
  }
}
.ob-continue-tetsuduki .link-xls::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c3";
  color: #0e713d;
  margin-right: 0.54em;
}
.ob-continue-tetsuduki .asterisk-wrap {
  margin-top: 1rem;
}
.ob-continue-tetsuduki .asterisk-wrap p {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-continue-tetsuduki .asterisk-wrap p {
    font-size: 1.9rem;
  }
}
.ob-continue-tetsuduki .asterisk-wrap p::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.ob-continue-tetsuduki .beige-box {
  background-color: #f5f4ec;
  padding: 4rem 4%;
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.ob-continue-tetsuduki .beige-box .ttl {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .ob-continue-tetsuduki .beige-box .ttl {
    font-size: 2.2rem;
  }
}
.ob-continue-tetsuduki ol {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-continue-tetsuduki ol {
    font-size: 1.9rem;
  }
}
.ob-continue-tetsuduki ol > li {
  margin-top: 3rem;
}
.ob-continue-tetsuduki ol > li > ul {
  margin-left: 1em;
}

.ob-use {
  margin-bottom: 6rem;
}
.ob-use__table {
  white-space: nowrap;
  margin-top: 4rem;
  overflow: auto;
}
.ob-use__table table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-use__table table {
    font-size: 1.9rem;
  }
}
.ob-use__table table th {
  background-color: #f5f4ec;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  border: 1px solid #ccc;
}
.ob-use__table table th:not(.top) {
  padding: 0.5rem 3%;
}
.ob-use__table table .top {
  background-color: #6eca3c;
  color: #fff;
  padding: 0.5rem 1em;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.ob-use__table table .top:first-of-type {
  max-width: 42rem;
}
.ob-use__table table .top:nth-of-type(2) {
  max-width: 10.5rem;
}
.ob-use__table table .top:nth-of-type(3) {
  max-width: 21.5rem;
}
.ob-use__table table .top:last-of-type {
  width: 22rem;
}
.ob-use__table table td {
  border: 1px solid #ccc;
  padding: 0.5rem 2%;
  line-height: 1.8;
  text-align: center;
}
.ob-use__table table td .tel-link {
  color: #0055c2;
}
.ob-use__table table td .tel-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  color: #333;
  margin-right: 0.2em;
}
.ob-use__list {
  line-height: 1.8;
  margin-top: 1.4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-use__list {
    font-size: 1.9rem;
  }
}
.ob-use .asterisk {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-use .asterisk {
    font-size: 1.6rem;
  }
}
.ob-use .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.ob-use .circle {
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .ob-use .circle {
    font-size: 2rem;
  }
}

.ob-dattai-necessity {
  margin-bottom: 6rem;
}
.ob-dattai-necessity .link-pdf {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
}
.ob-dattai-necessity .link-pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
  margin-right: 0.54em;
}
.ob-dattai-necessity .link-xls {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
}
.ob-dattai-necessity .link-xls::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c3";
  color: #0e713d;
  margin-right: 0.54em;
}
.ob-dattai-necessity .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .ob-dattai-necessity .asterisk {
    font-size: 1.9rem;
  }
}
.ob-dattai-necessity .asterisk::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.ob-dattai-tetsuduki {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 576px) {
  .ob-dattai-tetsuduki {
    padding-bottom: 7rem;
  }
}
.ob-dattai-tetsuduki .link-pdf {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
}
.ob-dattai-tetsuduki .link-pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
  margin-right: 0.54em;
}
.ob-dattai-tetsuduki .link-xls {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
}
.ob-dattai-tetsuduki .link-xls::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c3";
  color: #0e713d;
  margin-right: 0.54em;
}
.ob-dattai-tetsuduki .link-example {
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  background-color: #f70000;
  border-radius: 1rem;
  padding: 0 1em;
  line-height: 1.5;
  margin-left: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .ob-dattai-tetsuduki .link-example {
    font-size: 1.7rem;
  }
}
.ob-dattai-tetsuduki .link-example .fas {
  margin-right: 0.3em;
}
.ob-dattai-tetsuduki .ob-sub-lead {
  margin-bottom: 2.4rem;
}
.ob-dattai-tetsuduki .ob__list--circle {
  margin-bottom: 2.4rem;
}
.ob-dattai-tetsuduki .circle {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.ob-dattai-tetsuduki .circle.large {
  color: #0055c2;
  font-weight: bold;
  position: relative;
  margin-left: 1.3em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .ob-dattai-tetsuduki .circle.large {
    font-size: 1.8rem;
  }
}
.ob-dattai-tetsuduki .circle.large::before {
  position: absolute;
  top: 0;
  left: -1.3em;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}

#ob-about,
#ob-dattai {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #ob-about,
  #ob-dattai {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

#policy main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #policy main .inner {
    margin: 0 auto;
  }
}

.policy-content dl {
  line-height: 2;
  margin-top: 5rem;
}
.policy-content dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .policy-content dl dt {
    font-size: 2rem;
  }
}
.policy-content dl dd {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .policy-content dl dd {
    font-size: 1.8rem;
  }
}
.policy-content dl dd h3 {
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  margin-top: 1.5em;
}
@media screen and (min-width: 576px) {
  .policy-content dl dd h3 {
    font-size: 1.8rem;
    margin-top: 2em;
  }
}
.policy-content dl dd h4 {
  margin-top: 1em;
}
.policy-content dl dd .caution {
  margin-top: 1em;
}
.policy-content dl dd .annotation {
  position: relative;
  padding-left: 1.5em;
}
.policy-content dl dd .annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.policy-content dl dd a {
  text-decoration: underline;
}
.policy-content dl dd > ul > li > ul > li {
  margin-left: 1.5em;
}
.policy-content dl dd > ul > li > ul > li > ul > li {
  margin-left: 1.5em;
}
.policy-content dl dd > ul > li > ul > li > ul > li > ul > li {
  margin-left: 1.5em;
}

.policy-opinion {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .policy-opinion {
    margin-bottom: 10rem;
  }
}
.policy-opinion h2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .policy-opinion h2 {
    font-size: 2rem;
    text-align: left;
  }
}
.policy-opinion .address {
  line-height: 1.5;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .policy-opinion .address {
    font-size: 1.8rem;
  }
}
.policy-opinion .address a {
  color: #0055c2;
}

.policy-disclosure {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .policy-disclosure {
    margin-bottom: 10rem;
  }
}
.policy-disclosure h2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .policy-disclosure h2 {
    font-size: 2rem;
    text-align: left;
  }
}
.policy-disclosure h5 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .policy-disclosure h5 {
    font-size: 1.8rem;
  }
}
.policy-disclosure h5 + p {
  margin-top: 0.5em;
}
.policy-disclosure .policy-disclosure__ol,
.policy-disclosure .policy-disclosure__olChild,
.policy-disclosure .policy-disclosure__ulGrandChild {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .policy-disclosure .policy-disclosure__ol,
  .policy-disclosure .policy-disclosure__olChild,
  .policy-disclosure .policy-disclosure__ulGrandChild {
    font-size: 1.8rem;
  }
}
.policy-disclosure .policy-disclosure__ol > li,
.policy-disclosure .policy-disclosure__olChild > li,
.policy-disclosure .policy-disclosure__ulGrandChild > li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 1em;
}
.policy-disclosure .policy-disclosure__ol > li::before,
.policy-disclosure .policy-disclosure__olChild > li::before,
.policy-disclosure .policy-disclosure__ulGrandChild > li::before {
  position: absolute;
}
.policy-disclosure .policy-disclosure__ol > li::before,
.policy-disclosure .policy-disclosure__olChild > li::before {
  top: 0;
  left: 0;
}
.policy-disclosure .policy-disclosure__ol > li {
  counter-increment: ol_num;
  padding-left: 1.5em;
}
.policy-disclosure .policy-disclosure__ol > li::before {
  content: counter(ol_num) ". ";
}
.policy-disclosure .policy-disclosure__olChild > li {
  counter-increment: olChild_num;
  padding-left: 2.5em;
}
.policy-disclosure .policy-disclosure__olChild > li::before {
  content: "（" counter(olChild_num) "）";
}
.policy-disclosure .policy-disclosure__ulGrandChild > li {
  padding-left: 1em;
}
.policy-disclosure .policy-disclosure__ulGrandChild > li::before {
  top: 0.9em;
  left: 0.2em;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  transform: translateY(-50%);
}

#statement main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #statement main .inner {
    margin: 0 auto;
  }
}
#statement main .inner table {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  #statement main .inner table {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  #statement main .inner table {
    font-size: 1.4rem;
  }
}
#statement main .inner table th {
  border: 1px solid #949292;
}
#statement main .inner table td {
  border: 1px solid #949292;
}
#statement main .inner h2 {
  position: relative;
  padding-left: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  #statement main .inner h2 {
    font-size: 2.5rem;
  }
}
#statement main .inner h2::before {
  display: inline-block;
  content: "";
  background-color: #0055c2;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.statement-head {
  margin-bottom: 6rem;
}
.statement-head__tables {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .statement-head__tables {
    flex-direction: row;
  }
}
.statement-head__tables table {
  width: 100%;
}
.statement-head__tables table:first-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .statement-head__tables table {
    width: 45%;
    margin-bottom: 0;
  }
}
.statement-head__tables table tr {
  height: 2.5em;
}
.statement-head__tables table th {
  background-color: #d7ebf9;
  vertical-align: middle;
  width: 10rem;
}
@media screen and (min-width: 576px) {
  .statement-head__tables table th {
    width: 14rem;
  }
}
.statement-head__tables table td {
  text-align: center;
  vertical-align: middle;
  padding: 0 0.5em;
}

.statement-message {
  margin-bottom: 6rem;
}
.statement-message .text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .statement-message .text {
    margin-top: 3rem;
  }
}
.statement-message .text p {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .statement-message .text p {
    font-size: 1.6rem;
  }
}

.statement-body {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .statement-body {
    margin-bottom: 10rem;
  }
}
.statement-body table {
  width: 100%;
  margin-top: 3rem;
}
.statement-body table tr {
  height: 1.8em;
}
.statement-body table tr.subtotal {
  border-top: 3px double #333;
}
.statement-body table tr.total td {
  border-width: 2px !important;
}
.statement-body table th {
  vertical-align: middle;
  background-color: #d7ebf9;
  line-height: 1.5;
}
.statement-body table th.adjust1 {
  width: 9rem;
}
@media screen and (min-width: 576px) {
  .statement-body table th.adjust1 {
    width: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .statement-body table th.adjust1 {
    width: 25rem;
  }
}
.statement-body table th.adjust2 {
  width: 5.5rem;
}
@media screen and (min-width: 576px) {
  .statement-body table th.adjust2 {
    width: 7.6rem;
  }
}
.statement-body table th.adjust8 {
  min-width: 5rem;
}
.statement-body table td {
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
  line-height: 1.5;
}
.statement-body table td:empty {
  padding: 1.3em 0.5em;
}
.statement-body table td.cell-h3 {
  background-color: #0055c2;
  color: #fff;
}
.statement-body table td h3 {
  font-weight: bold;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .statement-body table td h3 {
    font-size: 1.5rem;
  }
}
.statement-body .ta-l {
  text-align: left;
}

.statement-link {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 576px) {
  .statement-link {
    margin-top: 7rem;
  }
}
.statement-link a {
  display: inline-block;
  font-weight: bold;
  color: #0055c2;
  border: 2px solid #0055c2;
  border-radius: 1.8rem;
  position: relative;
  font-size: 1.2rem;
  padding: 0.5rem 3rem;
}
@media screen and (min-width: 576px) {
  .statement-link a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}
.statement-link a::after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
}

#mycar-estimate main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #mycar-estimate main .inner {
    margin: 6em auto;
  }
}
#mycar-estimate #delivery {
  width: 4rem;
}
#mycar-estimate #delivery + span {
  vertical-align: middle;
  padding-left: 0.5em;
}

.mycar-head {
  line-height: 1.5;
}
.mycar-head ul {
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .mycar-head ul {
    font-size: 1.6rem;
  }
}
.mycar-head ul li {
  list-style: disc;
}
.mycar-head ul li .red {
  color: #f70000;
  border-bottom: 1px solid #f70000;
}
.mycar-head p {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-head p {
    font-size: 1.6rem;
  }
}

.mycar-bottom .contactlist li {
  padding-bottom: 0;
}
.mycar-bottom .contactlist .office-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  padding: 1em 0em;
  flex-direction: column;
  font-size: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .mycar-bottom .contactlist .office-list {
    flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .mycar-bottom .contactlist .office-list {
    font-size: 2.4rem;
  }
}
.mycar-bottom .contactlist .office-list li {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-bottom .contactlist .office-list li {
    width: 50%;
  }
}
.mycar-bottom .contactlist .office-list li .tel {
  margin-left: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .mycar-bottom .contactlist .office-list li .tel {
    font-size: 2.4rem;
  }
}

.mycar-complete {
  width: 100%;
  border: 1px solid #0055c2;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

#contact main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #contact main .inner {
    margin: 0 auto;
  }
}

.contact-forms {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.contact-forms p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

.contact-form__dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  margin-top: 3rem;
}
.contact-form__dl dt {
  width: 100%;
  background-color: #53aae4;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  border-bottom: 1px solid #ddeefa;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .contact-form__dl dt {
    text-align: center;
    width: 30%;
    padding: 2rem;
  }
}
.contact-form__dl dt:last-of-type {
  border-bottom: 0;
}
.contact-form__dl dd {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ddeefa;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .contact-form__dl dd {
    width: 70%;
  }
}
.contact-form__dl dd:last-of-type {
  border-bottom: 0;
}
.contact-form__dl dd ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .contact-form__dl dd ul {
    flex-direction: row;
  }
}
.contact-form__dl dd ul li {
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .contact-form__dl dd ul li {
    margin-bottom: 0.5rem;
  }
  .contact-form__dl dd ul li:not(:last-of-type)::after {
    margin-left: 1rem;
    content: "|";
  }
}
.contact-form__dl dd .asterisk {
  font-size: 0.8em;
  color: #777;
  margin-left: 1rem;
}
.contact-form__dl input {
  vertical-align: baseline;
  margin-top: 0;
}
.contact-form__dl input:hover:not(.contact-form__dl input[type=text], .contact-form__dl input[type=email], .contact-form__dl input[type=tel]) {
  cursor: pointer;
}
.contact-form__dl input[type=text],
.contact-form__dl input[type=tel],
.contact-form__dl input[type=email] {
  width: 100%;
  height: 2em;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 576px) {
  .contact-form__dl input[type=text],
  .contact-form__dl input[type=tel],
  .contact-form__dl input[type=email] {
    width: 70%;
  }
}
.contact-form__dl textarea {
  width: 100%;
  height: 20rem;
  font-size: inherit;
  font-family: inherit;
}

#kumiai {
  width: 13rem;
}

.contact-form__btn {
  margin-top: 5rem;
}
.contact-form__btn ul {
  justify-content: space-between;
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
}
.contact-form__btn li {
  width: 46%;
}
.contact-form__btn li input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.contact-form__btn li input:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact-form__btn li .contact-form__reset {
  background-color: #868686;
  color: #fff;
}
.contact-form__btn li .contact-form__submit {
  background-color: #f99625;
  color: #fff;
}
.contact-form__btn li .contact-form__back {
  background-color: #868686;
  color: #fff;
}
.contact-form__btn li .contact-form__send {
  background-color: #f99625;
  color: #fff;
}

.error {
  border: 1px solid #f00;
  width: 100%;
  color: #f00;
  padding: 1rem;
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .error {
    font-size: 1.6rem;
  }
}
.error li {
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (min-width: 576px) {
  .error li {
    margin-left: 4rem;
  }
}
.error li:not(:first-of-type) {
  margin-top: 1rem;
}

.contact-complete {
  width: 100%;
  border: 1px solid #0055c2;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  margin-top: 5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    font-size: 1.9rem;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  text-align: center;
  border-radius: 4px;
  color: #0055c2;
  border: 1px solid #0055c2;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
@media screen and (min-width: 576px) {
  .pagination .page-numbers {
    width: 31px;
    height: 38px;
    line-height: 38px;
  }
}
.pagination .current {
  background-color: #0055c2;
  color: #fff;
}

.back-home {
  text-align: center;
  margin-top: 3rem;
}
.back-home a {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .back-home a {
    font-size: 1.9rem;
  }
}
.back-home a .fas {
  color: #f70000;
  margin-right: 0.3em;
}

.info-col {
  display: flex;
  column-gap: 4.83%;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .info-col {
    flex-direction: row;
  }
}
.info-col.-top {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .info-col.-top {
    margin-top: 5rem;
  }
}
.info-col-left {
  order: 2;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .info-col-left {
    width: 69.21%;
    order: 1;
    margin-top: 0;
  }
}
.info-col-right {
  order: 1;
}
@media screen and (min-width: 576px) {
  .info-col-right {
    width: 25.96%;
    order: 2;
  }
}
.info-list {
  justify-content: center;
}
.info-year {
  margin: 0 2.6%;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .info-year {
    margin: 0;
  }
}
.info-year__title {
  color: #0055c2;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  padding: 12px;
  padding-left: 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-year__title {
    font-size: 2.1rem;
  }
}
.info-year__title a {
  color: #0055c2;
  display: block;
}
.info-year__title::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #0055c2;
  bottom: -3px;
}
.info-year ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .info-year ul {
    display: block;
    margin-top: 0;
  }
}
.info-year ul li {
  width: 33.3333333333%;
}
@media screen and (min-width: 576px) {
  .info-year ul li {
    width: auto;
  }
}
.info-year ul li a, .info-year ul li span {
  border-bottom: 1px solid #949292;
  color: #0055c2;
  display: block;
  padding: 1.2rem;
  padding-left: 1.4em;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .info-year ul li a, .info-year ul li span {
    margin-top: 2rem;
    font-size: 2rem;
    text-align: left;
  }
}
.info-year ul li a:hover, .info-year ul li a.active, .info-year ul li span:hover, .info-year ul li span.active {
  background: linear-gradient(to right, #0055c2, #52a9e4);
  color: #fff;
  opacity: 1;
}

.news-link li {
  font-size: 1.8rem;
  padding: 12px 5px;
}
@media screen and (min-width: 768px) {
  .news-link li {
    font-size: 2.1rem;
    padding: 12px 15px;
  }
}

#site main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #site main .inner {
    margin: 0 auto;
  }
}

.site-content .browser {
  color: #000;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .site-content .browser {
    margin-top: 3.6rem;
  }
}
.site-content .browser p {
  margin-top: 0;
  margin-bottom: 0.3em;
  color: #0055c2;
  font-weight: bold;
}
.site-content dl {
  line-height: 2;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.site-content dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .site-content dl dt {
    font-size: 2rem;
  }
}
.site-content dl dd {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .site-content dl dd {
    font-size: 1.8rem;
  }
}
.site-content dl dd h3 {
  font-weight: bold;
  margin-bottom: 0em;
  font-size: 1.6rem;
  margin-top: 1.5em;
}
@media screen and (min-width: 576px) {
  .site-content dl dd h3 {
    font-size: 1.8rem;
    margin-top: 2em;
  }
}
.site-content dl dd .caution {
  margin-top: 1em;
}
.site-content dl dd > ul > li > ul > li {
  margin-left: 1.5em;
}
.site-content dl dd > ul > li > ul > li > ul > li {
  margin-left: 1.5em;
}

.site-opinion {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .site-opinion {
    margin-bottom: 10rem;
  }
}
.site-opinion h2 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .site-opinion h2 {
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
.site-opinion .address {
  line-height: 1.5;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .site-opinion .address {
    font-size: 1.8rem;
  }
}
.site-opinion .address a {
  color: #0055c2;
}

#benefits main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #benefits main .inner {
    margin: 0 auto;
  }
}

.benefits-content {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 10rem;
}
@media screen and (min-width: 576px) {
  .benefits-content {
    font-size: 1.8rem;
  }
}
.benefits-content .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  margin-top: 0.3em;
}
@media screen and (min-width: 576px) {
  .benefits-content .asterisk {
    font-size: 1.6rem;
  }
}
.benefits-content .asterisk::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.benefits-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .benefits-content h2 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.benefits-content h3 {
  margin-top: 3em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .benefits-content h3 {
    font-size: 1.7rem;
  }
}
.benefits-content h4 {
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: normal;
}
.benefits-content ul {
  margin: 1em 0;
}
.benefits-content ul li {
  padding-left: 1em;
}
.benefits-content ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
  margin-left: -1em;
}
.benefits-content ul li a {
  color: #0055c2;
  text-decoration: underline;
}
.benefits-content dl {
  display: flex;
}
.benefits-content dl dt {
  margin-right: 1em;
}
.benefits-content table {
  margin: 0.5em 0 1em;
  width: 100%;
}
.benefits-content table caption {
  text-align: left;
  font-size: 1.5rem;
}
.benefits-content table th {
  background-color: #f5f4ec;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .benefits-content table th {
    font-size: 1.5rem;
  }
}
.benefits-content table td {
  padding: 0.7em 1em;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .benefits-content table td {
    font-size: 1.5rem;
  }
}
.benefits-content table td.-center {
  text-align: center;
}
.benefits-content table td span {
  display: block;
  font-size: 1.5em;
}
.benefits-content__scroll {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .benefits-content__scroll {
    white-space: normal;
    overflow: initial;
  }
}
.benefits-2col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .benefits-2col {
    flex-direction: row;
  }
}
.benefits-2col li {
  max-width: 46rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .benefits-2col li {
    margin-bottom: 0;
  }
  .benefits-2col li:first-of-type {
    margin-right: 4%;
  }
}
.benefits-2col li::before {
  content: none !important;
}
.benefits-2col li a {
  display: block;
  position: relative;
  border: solid 2px #0055c2;
  padding: 1.5rem 1em;
}
.benefits-2col li a::after {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  font-size: 1.8rem;
}
.benefits-2col li .large {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .benefits-2col li .large {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .benefits-2col li .large {
    font-size: 2rem;
  }
}

/* /////////////////////////

リフォーム

///////////////////////// */
#reform main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #reform main .inner {
    margin: 0 auto;
  }
}

.reform-header .lead {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .reform-header .lead {
    font-size: 2.1rem;
  }
}
.reform-header__list {
  margin-top: 3.6rem;
}
.reform-header__list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 1.9rem;
}
.reform-header__list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.reform-header-bgblue {
  background-color: #ddeefa;
  border-radius: 1rem;
  padding: 2rem 4%;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .reform-header-bgblue {
    margin-bottom: 4rem;
    margin-top: 2.3rem;
    padding: 3rem 4rem 4rem;
  }
}
.reform-header-bgblue .lead {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .reform-header-bgblue .lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .reform-header-bgblue .lead {
    font-size: 3.4rem;
  }
}
.reform-header-bgblue .point-wrap {
  margin-top: 2rem;
  padding: 1em 3%;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .reform-header-bgblue .point-wrap {
    padding: 2em 3em;
  }
}
.reform-header-bgblue .icon {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
  background: #0055c2;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .reform-header-bgblue .icon {
    margin-right: 2rem;
    font-size: 2.6rem;
  }
}
.reform-header-bgblue .point {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
.reform-header-bgblue .point .strong {
  display: inline-block;
  font-size: 2.8rem;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .reform-header-bgblue .point {
    display: inline-block;
    font-size: 2.2rem;
  }
  .reform-header-bgblue .point .strong {
    margin-left: 0.25em;
    font-size: 3.5rem;
  }
}

.reform-flow {
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .reform-flow {
    margin-top: 3rem;
  }
}
.reform-flow .condition {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .reform-flow .condition {
    margin-top: 3rem;
  }
}
.reform-flow .condition dt {
  background-color: #53aae4;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 1.3rem;
  padding: 0.5em 0.4em;
}
@media screen and (min-width: 576px) {
  .reform-flow .condition dt {
    font-size: 2.3rem;
    padding: 0.75em 1em;
  }
}
.reform-flow .condition dt::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(97%);
  content: "";
  display: inline-block;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1.3rem solid #53aae4;
}
@media screen and (min-width: 576px) {
  .reform-flow .condition dt::after {
    border-top: 2.9rem solid transparent;
    border-bottom: 2.9rem solid transparent;
    border-left: 2.9rem solid #53aae4;
  }
}
.reform-flow .condition dd {
  margin-left: 1.5em;
  padding-top: 0.2em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .reform-flow .condition dd {
    padding-top: 0.5em;
    margin-left: 2em;
    font-size: 2.3rem;
  }
}
.reform-flow__figure {
  padding-top: 3rem;
}
.reform-flow__unit {
  display: flex;
  margin-bottom: 4rem;
  border-radius: 1rem;
  border: solid 1px #6eca3c;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .reform-flow__unit {
    flex-direction: row;
  }
}
.reform-flow__unit:not(:last-of-type)::after {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #667d8a;
  font-size: 3.6rem;
}
.reform-flow__unit .ttl {
  background-color: #6eca3c;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .reform-flow__unit .ttl {
    font-size: 3.1rem;
    padding: 0;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    width: 7em;
  }
}
.reform-flow__unit .text {
  line-height: 1.5;
  padding: 1.25em 1em;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .reform-flow__unit .text {
    font-size: 1.9rem;
    width: calc(100% - 7em);
  }
}
.reform-flow__unit .text .bold {
  font-weight: bold;
}
.reform-flow .estimate-2col {
  margin-bottom: 0;
}
.reform-flow .estimate-2col li {
  max-width: 54.7rem;
}
.reform-flow .estimate-2col li:first-of-type {
  margin-right: auto;
}
.reform-flow .estimate-2col li:not(:first-of-type) {
  margin-left: 4%;
}
@media screen and (min-width: 576px) {
  .reform-flow .estimate-2col {
    margin-bottom: 1.6rem;
  }
}
.reform-flow .estimate-2col .fax .fas {
  color: #f70000;
  margin-left: 0.3em;
}
.reform-flow .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 576px) {
  .reform-flow .asterisk {
    font-size: 1.9rem;
  }
}
.reform-flow .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.reform-shop__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.reform-shop__list > li {
  border: 2px solid #0055c2;
  border-radius: 0.6rem;
  overflow: hidden;
  width: 48%;
}
.reform-shop__list > li:not(:nth-of-type(2n-1)) {
  margin-left: 4%;
}
.reform-shop__list > li:nth-of-type(n+3) {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .reform-shop__list {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  .reform-shop__list > li {
    width: 31%;
  }
  .reform-shop__list > li:not(:nth-of-type(2n-1)) {
    margin-left: 0;
  }
  .reform-shop__list > li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .reform-shop__list > li:nth-of-type(n+4) {
    margin-top: 2rem;
  }
  .reform-shop__list > li:not(:nth-child(3n-2)) {
    margin-left: 3.5%;
  }
}
.reform-shop__list__img img {
  width: 100%;
}
.reform-shop__list__text {
  padding: 1em 1em 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .reform-shop__list__text {
    padding: 1.5em;
  }
}
.reform-shop__list__name {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .reform-shop__list__name {
    font-size: 1.9rem;
  }
}
.reform-shop__list__name a {
  text-decoration: underline;
}
.reform-shop__list__name a[href=""] {
  text-decoration: none;
  pointer-events: none;
}
.reform-shop__list__pref .-icon {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-weight: bold;
  font-size: 1.3rem;
  background: #0055c2;
  color: #fff;
}
.reform-shop__list__pref ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.reform-shop__list__pref ul li {
  position: relative;
  width: 48%;
  padding-left: 0.5em;
  line-height: 1.5;
  font-size: 1.3rem;
}
.reform-shop__list__pref ul li:nth-child(2n) {
  margin-left: 4%;
}
.reform-shop__list__pref ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 99em;
  background: #0055c2;
}
@media screen and (min-width: 576px) {
  .reform-shop__list__pref .-icon {
    font-size: 1.7rem;
  }
  .reform-shop__list__pref ul li {
    font-size: 1.7rem;
  }
}

/* /////////////////////////

リフォーム見積依頼

///////////////////////// */
#reform-estimate main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #reform-estimate main .inner {
    margin: 6em auto;
  }
}

.reform-estimate-head {
  line-height: 1.5;
}
.reform-estimate-head ul {
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .reform-estimate-head ul {
    font-size: 1.6rem;
  }
}
.reform-estimate-head ul li {
  list-style: disc;
}
.reform-estimate-head ul li .red {
  color: #f70000;
  border-bottom: 1px solid #f70000;
}
.reform-estimate-head p {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .reform-estimate-head p {
    font-size: 1.6rem;
  }
}

.reform-estimate-form {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form {
    padding-bottom: 10rem;
  }
}
.reform-estimate-form .inner .large {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form .inner .large {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.reform-estimate-form__dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__dl {
    flex-direction: row;
  }
}
.reform-estimate-form__dl dt {
  width: 100%;
  background-color: #53aae4;
  color: #fff;
  padding: 0.75em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__dl dt {
    width: 30%;
    padding: 2.5rem 2em;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
  }
}
.reform-estimate-form__dl dt .supple {
  position: relative;
  padding-left: 1em;
  display: block;
  margin-top: 1rem;
  font-size: 0.9em;
}
.reform-estimate-form__dl dt .supple::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.reform-estimate-form__dl dt:last-of-type {
  border-bottom: 0;
}
.reform-estimate-form__dl dd {
  width: 100%;
  padding: 1em 1em 2em;
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__dl dd {
    width: 70%;
    padding: 2.6rem 2rem;
    font-size: 1.4rem;
  }
}
.reform-estimate-form__dl dd:last-of-type {
  border-bottom: 0;
}
.reform-estimate-form__dl dd .error-text {
  margin-top: 0.5em;
  font-weight: bold;
  color: red;
}
.reform-estimate-form__dl dd ul {
  width: 100%;
}
.reform-estimate-form__dl dd ul > li {
  width: 100%;
}
.reform-estimate-form__dl dd ul.-row {
  display: flex;
  flex-wrap: wrap;
}
.reform-estimate-form__dl dd ul.-row > li {
  width: 48%;
}
.reform-estimate-form__dl dd ul.-row > li:nth-of-type(2n) {
  margin-left: 4%;
}
.reform-estimate-form__dl dd ul.-row > li:nth-of-type(n+3) {
  margin-top: 0.5em;
}
.reform-estimate-form__dl dd ul:not(.-row) > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.reform-estimate-form__dl dd input[type=text],
.reform-estimate-form__dl dd input[type=tel],
.reform-estimate-form__dl dd input[type=email] {
  width: 100%;
  max-width: 44rem;
  padding: 0.75em;
  border: 1px solid #b7b7b7;
  color: #333;
}
.reform-estimate-form__dl dd input[type=text].-error,
.reform-estimate-form__dl dd input[type=tel].-error,
.reform-estimate-form__dl dd input[type=email].-error {
  border-color: red;
}
.reform-estimate-form__dl dd input[type=radio] {
  vertical-align: baseline;
  margin-top: 0;
}
.reform-estimate-form__dl dd input[type=radio]:hover {
  cursor: pointer;
}
.reform-estimate-form__dl dd input[type=checkbox] {
  margin: 0 0.5em 0.25em 5px;
}
.reform-estimate-form__dl dd select {
  padding: 0.5em;
}
.reform-estimate-form__dl dd label {
  font-size: 1.4rem;
  margin: 1rem 0;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__dl dd label {
    font-size: 1.6rem;
  }
}
.reform-estimate-form__dl dd label:hover {
  cursor: pointer;
}
.reform-estimate-form__dl dd > div {
  width: 100%;
}
.reform-estimate-form__dl dd .form-list-inner {
  margin: 1em 0 1.5em 2em;
  padding: 1.5em 2em;
  background: rgba(0, 0, 0, 0.05);
}
.reform-estimate-form__dl dd .form-confirm-inner-list {
  padding-left: 1em;
}
.reform-estimate-form__dl dd .form-confirm-inner-list li {
  list-style: disc;
}
.reform-estimate-form__dl dd .form-inner-heading {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__dl dd .form-inner-heading {
    font-size: 1.6rem;
  }
}
.reform-estimate-form__dl .place-other-text-wrap {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
.reform-estimate-form .btn-flex {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form .btn-flex {
    margin-top: 6rem;
  }
}
.reform-estimate-form__reset, .reform-estimate-form__back, .reform-estimate-form__submit, .reform-estimate-form__send {
  width: 46%;
}
.reform-estimate-form__reset input, .reform-estimate-form__back input, .reform-estimate-form__submit input, .reform-estimate-form__send input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}
.reform-estimate-form__reset input:hover, .reform-estimate-form__back input:hover, .reform-estimate-form__submit input:hover, .reform-estimate-form__send input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.reform-estimate-form__reset, .reform-estimate-form__back {
  margin-right: 8%;
}
.reform-estimate-form__reset input, .reform-estimate-form__back input {
  background-color: #868686;
}
.reform-estimate-form__submit input, .reform-estimate-form__send input {
  background-color: #f99625;
}
.reform-estimate-form__annotation {
  line-height: 1.5em;
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .reform-estimate-form__annotation {
    font-size: 1.6rem;
  }
}
.reform-estimate-form__annotation li {
  list-style: disc;
}
.reform-estimate-form__annotation li .red {
  color: #f70000;
  border-bottom: 1px solid #f70000;
}

.reform-estimate-complete {
  width: 100%;
  border: 1px solid #0055c2;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.about-songaihoken-overview {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.about-songaihoken-overview .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .about-songaihoken-overview .inner {
    margin: 0 auto;
  }
}
.about-songaihoken-overview .inner p {
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .about-songaihoken-overview .inner p {
    font-size: 1.8rem;
  }
}
.about-songaihoken-overview .inner a {
  text-decoration: underline;
}
.about-songaihoken-overview .table--about-a {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .about-songaihoken-overview .table--about-a {
    margin-top: 3.6rem;
  }
}
.about-songaihoken-overview .table--about-a li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.about-songaihoken-overview .tel-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .about-songaihoken-overview .tel-free::after {
    font-size: 11px;
  }
}

.second-account {
  margin-top: 4rem;
}
.second-account__date {
  font-size: 1.6rem;
}
.second-account dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.second-account dl dt {
  width: 15rem;
  text-align: center;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #53aae4;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .second-account dl dt {
    width: 20rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.second-account dl dd {
  width: calc(100% - 15rem);
  background-color: #fff;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .second-account dl dd {
    width: calc(100% - 20rem);
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.second-account dl dd span {
  font-size: 1.2rem;
  margin-top: 0.3em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .second-account dl dd span {
    font-size: 1.4rem;
  }
}
.second-account dl dd span a {
  color: #0055c2;
  text-decoration: underline;
  font-size: inherit;
  vertical-align: baseline;
}
.second-account dl dd.line2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.second-account__btn {
  text-align: center;
  margin-top: 5rem;
}
.second-account__btn a {
  display: inline-block;
  max-width: 20rem;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  color: #fff;
  background-color: #0055c2;
}
.second-account__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.second-account-form .put-area {
  display: contents;
}
.second-account-form .put-area dd input:disabled {
  background-color: #e9e9e9;
}
.second-account-form .put-area.invalid dt {
  background-color: #a5a5a5;
}
.second-account-form .put-area.invalid dd input {
  color: #7b7b7b;
}
.second-account-form input[type=text] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
}
.second-account-form input[type=radio] {
  vertical-align: text-top;
}
@media screen and (min-width: 992px) {
  .second-account-form input[type=radio]:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}
.second-account-form .cord input[type=text] {
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .second-account-form .cord input[type=text] {
    margin-right: 1em;
  }
}
@media screen and (min-width: 992px) {
  .second-account-form .cord span:first-of-type {
    margin-top: 0;
  }
}
.second-account-form dl {
  margin-top: 1rem;
}
.second-account-form dl + dl {
  margin-top: 2.5rem;
}
.second-account-form__btn {
  margin-top: 5rem;
}
.second-account-form__btn ul {
  justify-content: space-between;
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
}
.second-account-form__btn li {
  width: 46%;
}
.second-account-form__btn li input,
.second-account-form__btn li a {
  display: block;
  width: 100%;
  border: 0;
  padding: 1rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  text-align: center;
}
.second-account-form__btn li input:hover,
.second-account-form__btn li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.second-account-form__btn li input.reset, .second-account-form__btn li input.back,
.second-account-form__btn li a.reset,
.second-account-form__btn li a.back {
  background-color: #868686;
  color: #fff;
}
.second-account-form__btn li input.submit, .second-account-form__btn li input.send,
.second-account-form__btn li a.submit,
.second-account-form__btn li a.send {
  background-color: #f99625;
  color: #fff;
}
.second-account__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.2em;
}
.second-account__bottom .text {
  margin-top: 4.3rem;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.second-account__complete-text {
  font-size: 1.5rem;
  margin-top: 2rem;
  max-width: 609px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #0055c2;
  font-weight: bold;
  padding: 0.9em 0;
}
@media screen and (min-width: 768px) {
  .second-account__complete-text {
    font-size: 2rem;
    margin-top: 9rem;
  }
}

#relief-uketsuke main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #relief-uketsuke main .inner {
    margin: 0 auto;
  }
}

.relief-uketsuke__ywbox {
  width: 100%;
  background-color: #f5f4ec;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke__ywbox {
    font-size: 1.6rem;
  }
}
.relief-uketsuke-contact {
  padding-top: 50px;
  margin-bottom: 10rem;
}
.relief-uketsuke-contact-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.relief-uketsuke-contact-flex__item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-contact-flex__item {
    width: 48.9%;
    padding: 40px 20px;
  }
}
.relief-uketsuke-contact-flex__item.-left {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-contact-flex__item.-left {
    margin-bottom: 0;
  }
}
.relief-uketsuke-contact-flex__item h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact-flex__item h3 {
    font-size: 3rem;
  }
}
.relief-uketsuke-contact-flex__item h3 .small {
  font-size: 0.66em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.relief-uketsuke-contact-flex__item h3 .green {
  color: #fff;
  font-size: 0.88em;
  background-color: #6eca3c;
  border-radius: 6px;
  padding: 0.31em 1em;
  margin-left: 0.625em;
}
.relief-uketsuke-contact-flex__item h4 {
  position: relative;
  text-align: center;
  margin-top: 1.87em;
}
.relief-uketsuke-contact-flex__item h4::before {
  width: 100%;
  height: 1px;
  background-color: #333;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.relief-uketsuke-contact-flex__item h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0 1em;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact-flex__item h4 span {
    font-size: 1.6rem;
  }
}
.relief-uketsuke-contact__qr {
  text-align: center;
}
.relief-uketsuke-contact__qr img {
  max-width: 160px;
}
.relief-uketsuke-contact__btn {
  margin-top: 20px;
  text-align: center;
}
.relief-uketsuke-contact__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 276px;
  padding: 0.5em 0;
  border: 2px solid #0055c2;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact__btn a {
    font-size: 1.8rem;
  }
}
.relief-uketsuke-contact__btn a i {
  position: absolute;
  right: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  color: #f70000;
}
.relief-uketsuke-contact__list1 {
  margin-top: 25px;
}
.relief-uketsuke-contact__list1 li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7;
}
.relief-uketsuke-contact__list1 li span {
  color: #0055c2;
  font-weight: bold;
}
.relief-uketsuke-contact__list1 li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background-color: #53aae4;
  color: #fff;
  border-radius: 50%;
  width: 1.43em;
  height: 1.43em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.relief-uketsuke-contact__grbox {
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #6eca3c;
  margin-top: 45px;
  padding: 1em;
  text-align: center;
  line-height: 1.8;
}
.relief-uketsuke-contact__grbox .blue {
  color: #0055c2;
  font-weight: bold;
}
.relief-uketsuke-contact__grbox .green {
  color: #6eca3c;
  font-weight: bold;
  font-size: 1.25em;
}
.relief-uketsuke-contact__num {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #53aae4;
  color: #fff;
  border-radius: 50%;
  padding: 0.22em 0.43em;
  line-height: 1;
  top: 0.2em;
  left: 0;
  font-weight: bold;
  margin-right: 3px;
}
.relief-uketsuke-contact__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact__dl {
    font-size: 1.6rem;
  }
}
.relief-uketsuke-contact__dl dt {
  background-color: #e27ba8;
  color: #fff;
  font-weight: bold;
  padding: 0.43em 0.75em;
  border-radius: 0.43em;
  white-space: nowrap;
  width: 4.25em;
}
.relief-uketsuke-contact__dl dd {
  width: calc(100% - 4.25em);
  line-height: 1.7;
  padding-left: 0.5em;
}
.relief-uketsuke-contact__dl dd .blue {
  font-weight: bold;
  color: #0055c2;
}
.relief-uketsuke-contact__asterisk {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact__asterisk {
    font-size: 1.4rem;
  }
}
.relief-uketsuke-contact__asterisk ul {
  margin-top: 0.5em;
}
.relief-uketsuke-contact__asterisk ul li {
  padding-left: 1.4em;
  position: relative;
}
.relief-uketsuke-contact__asterisk ul li::before {
  display: inline-block;
  content: "●";
  font-size: 1.14em;
  color: #53aae4;
  position: absolute;
  top: 0;
  left: 0;
}
.relief-uketsuke-contact__image01 {
  text-align: center;
}
.relief-uketsuke-contact__image01 img {
  max-width: 79px;
}
.relief-uketsuke-contact__tel {
  margin-top: 0.5em;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-contact__tel {
    font-size: 3.6rem;
  }
}
.relief-uketsuke-contact__tel::before {
  font-size: inherit;
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.3em;
}
.relief-uketsuke-contact__tel span {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  margin-top: 0.6em;
}
.relief-uketsuke-contact__banner {
  text-align: center;
  margin-top: 20px;
}
.relief-uketsuke-contact__banner a {
  display: inline-block;
  max-width: 243px;
}
.relief-uketsuke-contact__banner a img {
  width: 100%;
}
.relief-uketsuke-contact__fukidashi {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-contact__fukidashi {
    top: -40px;
    left: -8.5%;
    width: 30.6%;
  }
}
.relief-uketsuke-bottom {
  border: 1px solid #0055c2;
  margin-top: 60px;
  padding: 30px 20px;
}
.relief-uketsuke-bottom-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.relief-uketsuke-bottom-flex__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-bottom-flex__item {
    width: 47.8%;
  }
}
.relief-uketsuke-bottom-flex__item h2 {
  background-color: #0055c2;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 0.55em 0;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-bottom-flex__item h2 {
    font-size: 1.8rem;
  }
}
.relief-uketsuke-bottom-flex__item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
.relief-uketsuke-bottom-flex__item ul li {
  width: 49.54%;
  background-color: #ddeefa;
  color: #0055c2;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  padding: 0.375em 0;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-bottom-flex__item ul li {
    font-size: 1.6rem;
  }
}
.relief-uketsuke-bottom-flex__item .company {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 0.66em;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-bottom-flex__item .company {
    font-size: 3rem;
  }
}
.relief-uketsuke-bottom-flex__item .small {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .relief-uketsuke-bottom-flex__item .small {
    font-size: 1.4rem;
  }
}
.relief-uketsuke-bottom-flex__item.-ywbox {
  background-color: #f5f4ec;
  border-radius: 10px;
  padding: 20px 1em;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-bottom-flex__item.-ywbox {
    padding: 35px 1em 35px 5%;
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.relief-uketsuke-bottom-flex__item.-ywbox .blue-lg {
  color: #0055c2;
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: bottom;
}
.relief-uketsuke-bottom-flex__item.-ywbox .blue {
  color: #0055c2;
  font-weight: bold;
}
.relief-uketsuke-bottom-flex__item.-ywbox .bold {
  font-weight: bold;
}
.relief-uketsuke-bottom-flex__item.-ywbox .red {
  color: #f70000;
  font-weight: bold;
}
.relief-uketsuke-bottom__fukidashi {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .relief-uketsuke-bottom__fukidashi {
    width: 17.7%;
    top: -20px;
    left: -6.8%;
  }
}

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

.relief-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffeb8d;
  border: 1px solid #0055c2;
  border-radius: 500px;
  font-size: 14px;
  color: #0055c2;
  padding: 0.56em 1.4em;
  margin-right: 1.31em;
}
@media screen and (min-width: 576px) {
  .relief-btn {
    font-size: 16px;
  }
}
.relief-btn img {
  width: 1em;
  margin-right: 0.375em;
}

#refund main .inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.refund {
  margin-top: 4rem;
}
.refund__date {
  font-size: 1.6rem;
}
.refund dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.refund dl dt {
  width: 15rem;
  text-align: center;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #53aae4;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .refund dl dt {
    width: 20rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.refund dl dd {
  width: calc(100% - 15rem);
  background-color: #fff;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .refund dl dd {
    width: calc(100% - 20rem);
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.refund dl dd span {
  font-size: 1.2rem;
  margin-top: 0.3em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .refund dl dd span {
    font-size: 1.4rem;
  }
}
.refund dl dd span a {
  color: #0055c2;
  text-decoration: underline;
  font-size: inherit;
  vertical-align: baseline;
}
.refund dl dd.line2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.refund-form .put-area {
  display: contents;
}
.refund-form .put-area dd input:disabled {
  background-color: #e9e9e9;
}
.refund-form .put-area.invalid dt {
  background-color: #a5a5a5;
}
.refund-form .put-area.invalid dd input {
  color: #7b7b7b;
}
.refund-form input[type=text], .refund-form input[type=email] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
}
.refund-form input[type=text].status, .refund-form input[type=email].status {
  width: 2.8em;
}
.refund-form input[type=radio] {
  vertical-align: text-top;
}
.refund-form dl {
  margin-top: 1rem;
}
.refund-form dl + dl {
  margin-top: 2.5rem;
}
.refund-form__btn {
  margin-top: 5rem;
}
.refund-form__btn ul {
  justify-content: space-between;
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
}
.refund-form__btn li {
  width: 46%;
}
.refund-form__btn li input,
.refund-form__btn li a {
  display: block;
  width: 100%;
  border: 0;
  padding: 1rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
}
.refund-form__btn li input:hover,
.refund-form__btn li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.refund-form__btn li input.reset, .refund-form__btn li input.back,
.refund-form__btn li a.reset,
.refund-form__btn li a.back {
  background-color: #868686;
  color: #fff;
}
.refund-form__btn li input.submit, .refund-form__btn li input.send,
.refund-form__btn li a.submit,
.refund-form__btn li a.send {
  background-color: #f99625;
  color: #fff;
}
.refund__bottom {
  font-size: 1.4rem;
  line-height: 1.43em;
}
.refund__bottom ul {
  margin-top: 3em;
}
.refund__bottom ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.refund__bottom .text {
  margin-top: 1em;
}
.refund__complete-text {
  font-size: 1.5rem;
  margin-top: 2rem;
  max-width: 609px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #0055c2;
  font-weight: bold;
  padding: 0.9em 0;
}
@media screen and (min-width: 768px) {
  .refund__complete-text {
    font-size: 2rem;
    margin-top: 5rem;
  }
}

#issue main .inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.issue {
  margin-top: 4rem;
}
.issue__date {
  font-size: 1.6rem;
}
.issue dl {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
.issue dl dt {
  width: 15rem;
  text-align: center;
  color: #fff;
  padding: 1em;
  padding-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #53aae4;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .issue dl dt {
    width: 20rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.issue dl dt .caution {
  font-size: 0.857em;
  color: #ff0000;
}
.issue dl dd {
  width: calc(100% - 15rem);
  background-color: #fff;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .issue dl dd {
    width: calc(100% - 20rem);
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.issue dl dd .caution {
  font-size: 0.857em;
  color: #ff0000;
}
.issue dl dd span {
  font-size: 1.2rem;
  margin-top: 0.3em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .issue dl dd span {
    font-size: 1.4rem;
  }
}
.issue dl dd span a {
  color: #0055c2;
  text-decoration: underline;
  font-size: inherit;
  vertical-align: baseline;
}
.issue dl dd.line2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.issue-form .put-area {
  display: contents;
}
.issue-form .put-area dd input:disabled {
  background-color: #e9e9e9;
}
.issue-form .put-area.invalid dt {
  background-color: #a5a5a5;
}
.issue-form .put-area.invalid dd input {
  color: #7b7b7b;
}
.issue-form input[type=text], .issue-form input[type=email] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
}
.issue-form input[type=text].status, .issue-form input[type=email].status {
  width: 2.8em;
}
.issue-form input[type=radio] {
  vertical-align: text-top;
}
.issue-form dl {
  margin-top: 1rem;
}
.issue-form dl + dl {
  margin-top: 2.5rem;
}
.issue-form__btn {
  margin-top: 5rem;
}
.issue-form__btn ul {
  justify-content: center;
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
}
.issue-form__btn li {
  width: 46%;
}
.issue-form__btn li input,
.issue-form__btn li a {
  display: block;
  width: 100%;
  border: 0;
  padding: 1rem 1rem;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
}
.issue-form__btn li input:hover,
.issue-form__btn li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.issue-form__btn li input.reset, .issue-form__btn li input.back,
.issue-form__btn li a.reset,
.issue-form__btn li a.back {
  background-color: #868686;
  color: #fff;
}
.issue-form__btn li input.submit, .issue-form__btn li input.send,
.issue-form__btn li a.submit,
.issue-form__btn li a.send {
  background-color: #f99625;
  color: #fff;
}
.issue__bottom {
  font-size: 1.4rem;
  line-height: 1.43em;
}
.issue__bottom ul {
  margin-top: 3em;
}
.issue__bottom ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.issue__bottom .text {
  margin-top: 1em;
}
.issue__complete-text {
  font-size: 1.5rem;
  margin-top: 2rem;
  max-width: 609px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #0055c2;
  font-weight: bold;
  padding: 0.9em 0;
}
@media screen and (min-width: 768px) {
  .issue__complete-text {
    font-size: 2rem;
    margin-top: 5rem;
  }
}

.faq {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.faq .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  .faq .inner {
    margin: 0 auto;
  }
}
.faq-accordion {
  border-top: 1px solid #ccc;
  line-height: 1.6;
}
.faq-accordion.js-search-item {
  display: none;
}
.faq-accordion.show {
  display: block;
}
.faq-accordion:last-of-type {
  border-bottom: 1px solid #ccc;
}
.faq-accordion[open] .faq-accordion__question::after {
  background-image: url(../images/faq/icon-minus.png);
}
.faq-accordion__question {
  font-size: 1.6rem;
  position: relative;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  padding-left: 4rem;
  padding-right: 4rem;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .faq-accordion__question {
    font-size: 1.9rem;
    padding-left: 5rem;
  }
}
.faq-accordion__question::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  color: #0055c2;
  font-weight: bold;
  font-size: 2.4rem;
  content: "Q.";
}
@media screen and (min-width: 576px) {
  .faq-accordion__question::before {
    font-size: 3rem;
    top: 0.3em;
  }
}
.faq-accordion__question::after {
  background-image: url(../images/faq/icon-plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  top: 1.2em;
  right: 5px;
}
@media screen and (min-width: 576px) {
  .faq-accordion__question::after {
    width: 1.58em;
    height: 1.58em;
    top: 1em;
  }
}
.faq-accordion__question::marker {
  content: none;
}
.faq-accordion__question:hover {
  opacity: 0.7;
}
.faq-accordion__answer {
  font-size: 1.5rem;
  position: relative;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  padding-left: 4rem;
  padding-right: 7rem;
}
@media screen and (min-width: 576px) {
  .faq-accordion__answer {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
}
.faq-accordion__answer::before {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  color: #0055c2;
  font-weight: bold;
  font-size: 2.4rem;
  content: "A.";
}
@media screen and (min-width: 576px) {
  .faq-accordion__answer::before {
    font-size: 3rem;
  }
}
.faq-accordion__answer > p:not(:first-of-type) {
  margin-top: 1.5em;
}
.faq-accordion__answer > p > a {
  color: #0055c2;
}
.faq-accordion__answer > figure {
  text-align: center;
  margin-top: 1.5rem;
}
.faq-accordion__answer > figure img {
  max-width: 650px;
}

#card {
  /* overwrite */
  /* common parts */
}
#card .sub-page-b__header p a {
  color: #0055c2;
}
#card .sub-page-b__header p:not(:first-od-type) {
  margin-top: 0.5em;
}
#card .sub-page-b__header p.text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #card .sub-page-b__header p.text-supple {
    font-size: 1.9rem;
  }
}
#card .text-strong {
  font-weight: bold;
}
#card .text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #card .text-supple {
    font-size: 1.6rem;
  }
}
#card .icon-kome {
  position: relative;
  padding: 0 0 0 1.5em;
}
#card .icon-kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#card .link-text i {
  margin-right: 0.5rem;
  color: #f70000;
}
#card .ul-icon-kome li {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  #card .ul-icon-kome li {
    font-size: 1.9rem;
  }
}
#card .ul-icon-kome li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#card .ul-pdf > li a {
  color: #0055c2;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  #card .ul-pdf > li a {
    font-size: 2.1rem;
  }
}
#card .ul-pdf > li a i {
  margin-right: 0.5rem;
  color: #f70000;
}
#card .ul-pdf > li a.link-btn--example {
  margin-left: 2rem;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #f70000;
  border-radius: 1.1rem;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  #card .ul-pdf > li a.link-btn--example {
    font-size: 1.7rem;
  }
}
#card .ul-pdf > li a.link-btn--example i {
  margin-right: 0.5rem;
  color: inherit;
}
#card .ul-pdf > li > ul,
#card .ul-pdf > li > p {
  margin-top: 1.5rem;
}
#card .ul-pdf > li:not(:first-child) {
  margin-top: 2rem;
}

/* common parts */
.ttl--card-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--card-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.ttl-card-h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #0055c2;
}
.ttl-card-h4::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
@media screen and (min-width: 576px) {
  .ttl-card-h4 {
    font-size: 1.8rem;
  }
}

/* unique */
.card-head .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-head .inner {
    margin: 0 auto;
  }
}
.card-head .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .card-head .inner p {
    font-size: 2.1em;
  }
}
.card-head .inner p + p {
  margin-top: 0.5em;
}
.card-head .gasoline-card-list {
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item {
  padding: 3rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list .gasoline-card-list-item {
    flex-basis: 32%;
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .card-head .gasoline-card-list .gasoline-card-list-item {
    padding: 3rem;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list .gasoline-card-list-item .card-name {
    font-size: 2.3rem;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-img {
  margin-top: 2rem;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-img img {
  max-width: 100%;
  height: auto;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-btn {
  margin-top: 2rem;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.1em 2em;
  border: 2px solid #0055c2;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list .gasoline-card-list-item .card-btn a {
    font-size: 2.1rem;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-btn a i {
  position: absolute;
  right: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  color: #f70000;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-place {
  margin-top: 2rem;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-place li {
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .card-head .gasoline-card-list .gasoline-card-list-item .card-place li {
    font-size: 1.7rem;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-place li .card-place-icon {
  margin-right: 0.3rem;
  padding: 0.5rem;
  color: #fff;
}
.card-head .gasoline-card-list .gasoline-card-list-item .card-place li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list .gasoline-card-list-item:not(:nth-child(3n-2)) {
    margin-left: 2%;
  }
}
.card-head .gasoline-card-list .gasoline-card-list-item + .gasoline-card-list-item {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .card-head .gasoline-card-list .gasoline-card-list-item + .gasoline-card-list-item {
    margin-top: 0;
  }
}
.card-head .ul-icon-kome {
  margin-top: 2rem;
}
.card-head .ul-icon-kome li {
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .card-head .ul-icon-kome li {
    font-size: 1.4rem;
  }
}

.card-apply {
  margin-top: 6rem;
}
.card-apply .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-apply .inner {
    margin: 0 auto;
  }
}
.card-apply .inner p {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .card-apply .inner p {
    font-size: 1.9rem;
  }
}

.card-family {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.card-family .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-family .inner {
    margin: 0 auto;
  }
}

.card-payment {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.card-payment .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-payment .inner {
    margin: 0 auto;
  }
}
.card-payment .gasoline-payment-image {
  margin-top: 4rem;
  padding: 2rem 1rem;
  background: #f5f4ec;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image {
    padding: 3.6rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-heading {
    font-size: 2.6rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap {
  padding: 2rem 4rem;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap {
    padding: 3rem 7rem;
  }
}
@media screen and (max-width: 575px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table {
  width: 100%;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th,
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr td,
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr th,
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td {
  vertical-align: middle;
  line-height: 1.5;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th {
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th {
    font-size: 2.8rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td {
  min-width: 100px;
  width: 33.333%;
  text-align: right;
  vertical-align: bottom;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td div {
  position: relative;
  padding: 0 1rem;
  height: 11rem;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  padding: 0.5em;
  min-width: 100%;
  background: #6eca3c;
  border-radius: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline br {
    display: none;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  display: block;
  width: calc(200% - 5rem - 1rem);
  height: 4px;
  margin-top: -0.2rem;
  background: #6eca3c;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .arrow {
    width: calc(200% - 6rem - 1rem);
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  background: #fbe05a;
  border-radius: 50%;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20px, -50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #6eca3c;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple {
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple {
    font-size: 1.9rem;
    right: 1rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple .payday-supple-caution {
  color: #f70000;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-supple {
  margin-top: 1rem;
}
.card-payment .gasoline-payment-image .gasoline-payment-image-supple p {
  margin-top: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .card-payment .gasoline-payment-image .gasoline-payment-image-supple p {
    font-size: 1.9rem;
  }
}
.card-payment .gasoline-payment-image .gasoline-payment-image-supple p .payday-supple-caution {
  color: #f70000;
}

.card-reissue {
  margin-top: 6rem;
}
.card-reissue .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-reissue .inner {
    margin: 0 auto;
  }
}

.card-lost {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.card-lost .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-lost .inner {
    margin: 0 auto;
  }
}
.card-lost .inner ol {
  margin-top: 2rem;
}
.card-lost .inner ol > li {
  position: relative;
  padding-left: 2rem;
  counter-increment: num;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .card-lost .inner ol > li {
    font-size: 2.1rem;
  }
}
.card-lost .inner ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  content: counter(num) ". ";
  color: #53aae4;
}
.card-lost .inner ol > li + li {
  margin-top: 1rem;
}
.card-lost .inner .text-supple {
  margin-top: 2rem;
}
.card-lost .inner .familycard-lost {
  margin-top: 2rem;
}
.card-lost .inner .familycard-lost p {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .card-lost .inner .familycard-lost p {
    font-size: 1.9rem;
  }
}

.card-cancel {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.card-cancel .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .card-cancel .inner {
    margin: 0 auto;
  }
}

#gasoline-about,
#gasoline-nyukai {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #gasoline-about,
  #gasoline-nyukai {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

#price main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #price main .inner {
    margin: 0 auto;
  }
}
#price .tag {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
#price .tag::after {
  padding: 0.6em;
  border-radius: 4px;
}
#price .tag.tag-dummy::after {
  background-color: #dbdbdb;
  color: #fff;
  font-size: inherit;
  content: "ダミー";
}

.price {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .price {
    padding-bottom: 10rem;
  }
}
.price .time {
  margin-top: 3.2rem;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .price .time {
    margin-top: 6.4rem;
    font-size: 1.9rem;
  }
}
.price .table-scroll {
  position: relative;
}
.price .zeikomi {
  position: absolute;
  right: 0;
  top: 2rem;
  transform: translateY(-150%);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .price .zeikomi {
    font-size: 1.9rem;
  }
}
.price__table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.price__table .top {
  background-color: #6eca3c;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 1.3rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 576px) {
  .price__table .top {
    font-size: 1.9rem;
  }
}
.price__table th:not(.top) {
  background-color: #f5f4ec;
  font-weight: bold;
  padding: 2rem 0;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .price__table th:not(.top) {
    font-size: 2.1rem;
  }
}
.price__table td {
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .price__table td {
    font-size: 2.8rem;
  }
}
.price__table td span {
  font-size: 0.66em;
}
.price .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .price .asterisk {
    font-size: 1.9rem;
  }
}
.price .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.price .link--about-gasolinecard {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .price .link--about-gasolinecard {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
.price .link--about-gasolinecard a {
  display: inline-block;
  border: solid 2px #0055c2;
  border-radius: 18px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
  max-width: 50rem;
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  padding: 1rem 1em;
}
@media screen and (min-width: 576px) {
  .price .link--about-gasolinecard a {
    font-size: 2.4rem;
  }
}
.price .link--about-gasolinecard a::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
.price__transition {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.price__transition li {
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .price__transition li {
    width: 50%;
  }
}
.price__transition li a {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .price__transition li a {
    font-size: 1.8rem;
  }
}
.price__transition li a::before {
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  margin-right: 0.3em;
}

.price-use {
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .price-use {
    padding-bottom: 10rem;
  }
}
.price-use .table-scroll {
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .price-use .table-scroll {
    overflow: visible;
    white-space: normal;
  }
}
.price-use__table {
  margin-bottom: 3rem;
  width: 70rem;
}
@media screen and (min-width: 576px) {
  .price-use__table {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.price-use__table th {
  background-color: #53aae4;
  color: #fff;
  border: 1px solid #ccc;
  padding: 2rem 1.6em;
  width: 33.3333333333%;
}
.price-use__table th .large {
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .price-use__table th .large {
    font-size: 2.2rem;
  }
}
.price-use__table th .small {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .price-use__table th .small {
    font-size: 1.4rem;
  }
}
.price-use__table td {
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 2rem 2em;
}
.price-use__table td .card-image img {
  width: 100%;
}
.price-use__table td .card-image .caption {
  font-weight: bold;
  text-align: center;
  margin-top: 0.88em;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .price-use__table td .card-image .caption {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.price-use__table td ul li {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 576px) {
  .price-use__table td ul li {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
.price-use__table td ul li::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.price-use__table td .available {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .price-use__table td .available {
    margin-top: 0.7em;
  }
}
.price-use__table td .link-use-table {
  display: inline-block;
  font-weight: bold;
  color: #0055c2;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .price-use__table td .link-use-table {
    font-size: 1.8rem;
  }
}
.price-use__table td .link-use-table::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
}
.price-use__table td .asterisk {
  line-height: 1.4;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 576px) {
  .price-use__table td .asterisk {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.price-use__table td .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.price-use__table td .large {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .price-use__table td .large {
    font-size: 1.8rem;
  }
}
.price-use-bgblue {
  background-color: #ddeefa;
  border-radius: 1rem;
  padding: 4%;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue {
    margin-bottom: 4rem;
    margin-top: 2.3rem;
  }
}
.price-use-bgblue .lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .price-use-bgblue .lead {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
.price-use-bgblue .lead .red {
  color: #f70000;
}
.price-use-bgblue .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex {
    flex-direction: row;
  }
}
.price-use-bgblue .flex div {
  background-color: #fff;
  max-width: 28rem;
  width: 100%;
  position: relative;
  padding: 0 3%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-top: 14rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex div {
    padding-top: 12rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    margin-right: 2%;
  }
  .price-use-bgblue .flex div:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .price-use-bgblue .flex div {
    padding-top: 16rem;
  }
}
.price-use-bgblue .flex div .icon-documents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.price-use-bgblue .flex div .icon-documents.icon-wallet {
  width: 31%;
  height: auto;
  top: 1.9rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex div .icon-documents.icon-wallet {
    top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .price-use-bgblue .flex div .icon-documents.icon-wallet {
    top: 4.5rem;
  }
}
.price-use-bgblue .flex div .icon-documents.icon-cards {
  width: 37%;
  height: auto;
  top: 4rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex div .icon-documents.icon-cards {
    top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .price-use-bgblue .flex div .icon-documents.icon-cards {
    top: 5.4rem;
  }
}
.price-use-bgblue .flex div .icon-documents.icon-japan {
  width: 32%;
  height: auto;
  top: 3rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex div .icon-documents.icon-japan {
    top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .price-use-bgblue .flex div .icon-documents.icon-japan {
    top: 4.8rem;
  }
}
.price-use-bgblue .flex div .name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .price-use-bgblue .flex div .name {
    margin-bottom: 1.5rem;
  }
}
.price-use__benefit-list li {
  position: relative;
  font-weight: bold;
  padding-left: 2.3em;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1.3em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .price-use__benefit-list li {
    font-size: 1.8rem;
  }
}
.price-use__benefit-list li .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #53aae4;
  border-radius: 50%;
  padding: 0.15rem 0.9rem;
}
@media screen and (min-width: 576px) {
  .price-use__benefit-list li .num {
    padding: 0.15rem 1rem;
  }
}
.price-use__benefit-list li .asterisk {
  font-size: 0.77em;
  color: #333;
}
.price-use .asterisk--benefit-bottom {
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .price-use .asterisk--benefit-bottom {
    font-size: 1.6rem;
  }
}
.price-use .asterisk--benefit-bottom::before {
  position: absolute;
  display: inline-block;
  content: "※";
  top: 0;
  left: 0;
}
.price-use__support {
  background-color: #f5f4ec;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 1.8rem;
  flex-direction: column;
  padding: 2rem 4%;
}
@media screen and (min-width: 576px) {
  .price-use__support {
    margin-bottom: 6rem;
    margin-top: 3.6rem;
    padding: 4%;
    flex-direction: row;
  }
}
.price-use__support .image {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .price-use__support .image {
    width: 25%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.price-use__support .image img {
  width: 100%;
  max-width: 25rem;
}
@media screen and (min-width: 576px) {
  .price-use__support .image img {
    max-width: initial;
  }
}
.price-use__support .text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .price-use__support .text {
    width: 68%;
  }
}
.price-use__support .text .large {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 576px) {
  .price-use__support .text .large {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.price-use__support .text .small {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .price-use__support .text .small {
    font-size: 1.6rem;
  }
}

#mycar-lease main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #mycar-lease main .inner {
    margin: 0 auto;
  }
}

.mycar-lease__gotop {
  display: inline-block;
  border-radius: 50%;
  background-color: #0055c2;
  position: fixed;
  z-index: 10;
  font-size: clamp(12px, 2.08vw, 36px);
  color: #fff;
  width: clamp(30px, 5.2vw, 83px);
  height: clamp(30px, 5.2vw, 83px);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: clamp(25px, 9.02vw, 52px);
  right: clamp(10px, 1.73vw, 40px);
}
.mycar-lease__gotop:hover {
  opacity: 0.8;
}
.mycar-lease-ankers__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.5%;
  row-gap: 10px;
}
.mycar-lease-ankers__item {
  display: inline-block;
  background-color: #0054c2;
  color: #fff;
  font-size: clamp(14px, 1.82vw, 19px);
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 0.68em 0;
  transition: 0.3s;
  width: 49%;
  margin-top: 6px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mycar-lease-ankers__item {
    width: 32.3%;
    margin-top: 0;
    padding: 0.85em 0;
  }
}
.mycar-lease-ankers__item:hover {
  opacity: 0.8;
}
.mycar-lease-movie {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mycar-lease-movie__btn a {
  display: block;
}
.mycar-lease-movie__img img {
  max-width: 100%;
}
.mycar-lease-catch {
  margin-top: 36px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-catch {
    margin-top: 80px;
  }
}
.mycar-lease-catch img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-point01 .inner, .mycar-lease-point02 .inner, .mycar-lease-point03 .inner, .mycar-lease-point04 .inner, .mycar-lease-voice .inner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 2.6%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01 .inner, .mycar-lease-point02 .inner, .mycar-lease-point03 .inner, .mycar-lease-point04 .inner, .mycar-lease-voice .inner {
    background-color: #f5f8fa;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__content {
    position: relative;
    padding-left: 8.5%;
  }
}
.mycar-lease-point__flag {
  background-color: #009fe8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0.43em 0.38em;
  margin-top: 1.25em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__flag {
    position: absolute;
    top: 45px;
    left: 0;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__flag span {
    display: none;
  }
}
.mycar-lease-point__flag img {
  display: none;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__flag img {
    width: clamp(35px, 6vw, 63px);
    display: block;
  }
}
.mycar-lease-point__character {
  display: none;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__character {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .mycar-lease-point__character img {
    width: clamp(35px, 5.2vw, 73px);
  }
}
.mycar-lease-point__title {
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: bold;
  letter-spacing: 0.001em;
  line-height: 1.22;
  margin-top: 0.6em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point__title {
    margin-top: 0;
  }
}
.mycar-lease-point__lead {
  font-size: clamp(14px, 1.82vw, 28px);
  line-height: 1.25;
  margin-top: 0.83em;
  font-weight: 500;
}
.mycar-lease-shittoku {
  border-radius: 9.1px;
  border: 2px solid #00479d;
  display: flex;
  margin-top: 40px;
  position: relative;
  width: calc(100% - 83px);
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .mycar-lease-shittoku {
    overflow: hidden;
    margin-left: 0;
    margin-top: 15px;
    width: auto;
  }
}
.mycar-lease-shittoku__title {
  background-color: #00479d;
  border-radius: 9.1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  padding: 2px 19px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-shittoku__title {
    width: 19.4%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.mycar-lease-shittoku__title img {
  max-height: 22px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-shittoku__title img {
    max-height: 40px;
    width: 86%;
    max-width: initial;
  }
}
.mycar-lease-shittoku__character {
  position: absolute;
  width: 72px;
  bottom: 0;
  left: -83px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-shittoku__character {
    display: none;
  }
}
.mycar-lease-shittoku__character img {
  width: 72px;
}
.mycar-lease-shittoku__text {
  font-size: clamp(12px, 1.56vw, 21px);
  line-height: 1.53;
  padding: 15px 10px 10px;
  color: #00479d;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .mycar-lease-shittoku__text {
    width: 80.6%;
    padding: 0.5em 1em;
    background-color: #fff;
  }
}
.mycar-lease-point01 {
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01 {
    padding-bottom: 0;
  }
}
.mycar-lease-point01 .mycar-lease-point__content {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01 .mycar-lease-point__content {
    padding-top: 45px;
  }
}
.mycar-lease-point01-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex {
    flex-direction: row;
    margin-top: 50px;
  }
}
.mycar-lease-point01-flex-text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex-text {
    width: 47%;
  }
}
.mycar-lease-point01-flex-text__img {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex-text__img {
    margin-top: 0 !important;
  }
}
.mycar-lease-point01-flex-text__img img {
  width: 211px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex-text__img img {
    width: 100%;
    max-width: 325px;
  }
}
.mycar-lease-point01-flex-text p {
  font-size: clamp(14px, 1.82vw, 19px);
  line-height: 1.42;
  margin-top: 0.57em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex-text p {
    margin-top: 0.2em;
  }
}
.mycar-lease-point01-flex-figure {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point01-flex-figure {
    width: 52.8%;
    margin-top: 0;
  }
}
.mycar-lease-point01-flex-figure img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-point02 .mycar-lease-point__content {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 2px solid #656261;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02 .mycar-lease-point__content {
    padding-top: 45px;
  }
}
.mycar-lease-point02-flex01 {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex01 {
    flex-direction: row;
  }
}
.mycar-lease-point02-flex01 div:last-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex01 div:last-of-type {
    margin-left: 25px;
    margin-top: 0;
  }
}
.mycar-lease-point02-flex01 div:last-of-type p {
  text-align: right;
  font-size: clamp(12px, 1.56vw, 15px);
  margin-top: 0.5em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex01 div:last-of-type p {
    text-align: center;
  }
}
.mycar-lease-point02-flex01 div img {
  max-width: 100%;
  max-height: 150px;
}
.mycar-lease-point02__balloon {
  position: relative;
  font-size: clamp(14px, 2.43vw, 25px);
  line-height: 1.5;
  margin-top: 2em;
  padding: 0 1.5em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__balloon {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.mycar-lease-point02__balloon img {
  display: none;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__balloon img {
    display: block;
    width: 13%;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__balloon p {
    margin-left: 3%;
    font-weight: bold;
  }
}
.mycar-lease-point02__balloon::before, .mycar-lease-point02__balloon::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #009fe8;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__balloon::before, .mycar-lease-point02__balloon::after {
    content: none;
  }
}
.mycar-lease-point02__balloon::before {
  transform: rotate(-23deg);
  top: 0;
  left: 0;
}
.mycar-lease-point02__balloon::after {
  transform: rotate(23deg);
  top: 0;
  right: 0;
}
.mycar-lease-point02__figure01 {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__figure01 {
    margin-top: 5px;
  }
}
.mycar-lease-point02__figure01 img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-point02-flex02 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex02 {
    flex-direction: row;
    margin-top: 32px;
  }
}
.mycar-lease-point02-flex02__text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex02__text {
    width: 42%;
  }
}
.mycar-lease-point02-flex02__blue {
  background-color: #c6e7f9;
  font-size: clamp(12px, 1.56vw, 26px);
  font-weight: bold;
  padding: 1em;
  line-height: 1.4;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex02__blue {
    text-align: left;
    padding: 0.5em 1em;
  }
}
.mycar-lease-point02-flex02__plane {
  font-size: clamp(14px, 1.8vw, 24px);
  line-height: 1.4;
  margin-top: 2em;
}
.mycar-lease-point02-flex02__figure {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-flex02__figure {
    width: 54%;
    margin-top: 0;
  }
}
.mycar-lease-point02-flex02__figure img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-point02__text01 {
  font-size: clamp(14px, 1.8vw, 25px);
  font-weight: bold;
  line-height: 1.45;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .mycar-lease-point02__text01 {
    margin-top: 2.8em;
  }
}
.mycar-lease-point02__text02 {
  font-size: clamp(12px, 1.56vw, 24px);
  line-height: 1.52;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02__text02 {
    font-weight: bold;
  }
}
.mycar-lease-point02-rakuraku__title {
  color: #009fe8;
  font-size: clamp(18px, 2.34vw, 27px);
  font-weight: bold;
  margin-top: 1.91em;
  background-color: #ddeefa;
  padding: 0.6em 0.38em;
  border-radius: 5px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-rakuraku__title {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.mycar-lease-point02-rakuraku__figure {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point02-rakuraku__figure {
    margin-top: 15px;
  }
}
.mycar-lease-point02-rakuraku__figure img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .mycar-lease-point02-sp {
    display: none;
  }
}
.mycar-lease-point02-sp p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point03 {
    margin-top: 60px;
  }
}
.mycar-lease-point03 .mycar-lease-point__content {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 2px solid #656261;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point03 .mycar-lease-point__content {
    border: 0;
    padding-top: 45px;
  }
}
.mycar-lease-point03__figure {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point03__figure {
    margin-top: 50px;
  }
}
.mycar-lease-point03__figure img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-point04 .mycar-lease-point__content {
  padding-top: 20px;
  padding-bottom: 70px;
  border-top: 2px solid #656261;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04 .mycar-lease-point__content {
    padding-top: 45px;
    padding-bottom: 40px;
    border-bottom: 5px dotted #00479d;
  }
}
.mycar-lease-point04-flow {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 76%;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow {
    flex-direction: row;
    width: auto;
    margin-top: 20px;
  }
}
.mycar-lease-point04-flow__item {
  text-align: center;
  width: 100%;
}
.mycar-lease-point04-flow__item:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__item:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__item {
    width: 24%;
  }
}
.mycar-lease-point04-flow__balloon {
  background-color: #ccecfb;
  font-weight: bold;
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__balloon {
    font-size: 12px;
  }
}
.mycar-lease-point04-flow__balloon > p {
  padding-top: 0.58em;
  padding-bottom: 1.17em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__balloon > p {
    padding: 0.58em 0.1em 1.17em;
  }
}
.mycar-lease-point04-flow__balloon::after {
  content: "";
  display: inline-block;
  border-top: 28px solid #ccecfb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__balloon::after {
    border-top-width: 20px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
}
.mycar-lease-point04-flow__title {
  font-weight: bold;
  color: #00479d;
  font-size: clamp(25px, 4.3vw, 33px);
  line-height: 1.15;
  margin-top: 1.28em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__title {
    font-size: clamp(16px, 2.08vw, 24px);
    margin-top: 23px;
  }
}
.mycar-lease-point04-flow__radius {
  background-color: #00479d;
  color: #fff;
  font-size: 25px;
  padding: 0.33em;
  font-weight: bold;
  border-radius: 500px;
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__radius {
    font-size: clamp(14px, 1.82vw, 21px);
    margin-top: 8px;
  }
}
.mycar-lease-point04-flow__text {
  font-size: 19px;
  font-weight: bold;
  color: #3e3a39;
  line-height: 1.4;
  margin-top: 1.3em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-point04-flow__text {
    font-size: clamp(11px, 1.43vw, 15px);
  }
}
.mycar-lease-point04-flow__text span {
  display: block;
  font-size: 0.84em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice__content {
    padding-top: 40px;
    padding-bottom: 53px;
  }
}
.mycar-lease-voice__title {
  text-align: center;
  position: relative;
}
.mycar-lease-voice__title span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 0 0.76em;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice__title span {
    background-color: #f5f8fa;
    font-size: clamp(20px, 2.6vw, 29px);
  }
}
.mycar-lease-voice__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-color: #009fe8;
  height: 2px;
  width: 100%;
}
.mycar-lease-voice-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 88.3%;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-flex {
    margin: 20px 0 0;
    width: 100%;
    flex-direction: row;
  }
}
.mycar-lease-voice-flex__item {
  width: 100%;
}
.mycar-lease-voice-flex__item:not(:first-of-type) {
  margin-top: 55px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-flex__item:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-flex__item {
    width: 23.6%;
  }
}
.mycar-lease-voice-flex__item img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-voice-flex__name {
  background-color: #ccecfb;
  color: #00479d;
  font-weight: bold;
  text-align: center;
  font-size: clamp(14px, 1.82vw, 21px);
  border-radius: 500px;
  padding: 0.22em 0;
}
.mycar-lease-voice-flex img {
  margin-top: 5px;
}
.mycar-lease-voice-flex__image {
  text-align: center;
}
.mycar-lease-voice-flex__image img {
  max-width: 260px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-flex__image img {
    max-width: initial;
  }
}
.mycar-lease-voice-flex__text {
  font-size: 16px;
  line-height: 1.38;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-flex__text {
    margin-top: 10px;
    font-size: clamp(13px, 1.69vw, 20px);
  }
}
.mycar-lease-voice-nattoku {
  background-color: #fffac6;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 80px;
  padding: 30px 0.5em 0.9em;
  border: 1px solid #f09dc1;
  border-radius: 15px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-nattoku {
    margin-top: 60px;
    padding-top: 0;
    border: 0;
    flex-wrap: nowrap;
    padding: 0.9em 0;
    border-radius: 10px;
  }
}
.mycar-lease-voice-nattoku__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  transform: translateY(-65%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-nattoku__img {
    width: 9.5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mycar-lease-voice-nattoku__img img {
  width: 100%;
  max-width: 100%;
}
.mycar-lease-voice-nattoku__text {
  font-size: clamp(14px, 3.73vw, 18px);
  font-weight: bold;
  color: #e75297;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-nattoku__text {
    font-size: clamp(14px, 2.43vw, 31px);
    padding-left: 10%;
    width: auto;
    text-align: left;
  }
}
.mycar-lease-voice-nattoku__asterisk {
  font-size: clamp(10px, 1.3vw, 14px);
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  text-align: right;
  margin-top: 1.4em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-voice-nattoku__asterisk {
    width: auto;
    text-align: left;
    margin-top: 0;
  }
}
.mycar-lease-step {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step {
    margin-top: 60px;
  }
}
.mycar-lease-step__inner {
  max-width: 890px;
  padding: 0 10px;
  margin: 0 auto;
}
.mycar-lease-step__title {
  background-color: #54c2f0;
  text-align: center;
  color: #fff;
  font-weight: 2;
  line-height: 1.14;
  font-size: clamp(20px, 236vw, 26px);
  font-weight: 500;
  padding: 0.25em;
  border-radius: 500px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step__title {
    width: auto;
  }
}
.mycar-lease-step-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 88%;
  margin: 0 auto;
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex {
    flex-direction: row;
    margin-top: 60px;
    width: auto;
  }
}
.mycar-lease-step-flex__item {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__item {
    margin-top: 0;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__item:nth-of-type(3) .mycar-lease-step-flex__box, .mycar-lease-step-flex__item:nth-of-type(4) .mycar-lease-step-flex__box {
    width: 170px;
  }
}
.mycar-lease-step-flex__box {
  border: 2px solid #009fe8;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.95em 1em;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__box {
    font-size: 15px;
    padding: 0.66em 2em;
  }
}
.mycar-lease-step-flex__box::before {
  content: "";
  border-radius: 50%;
  background-color: #009fe8;
  display: inline-block;
  width: 6em;
  height: 6em;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__box::before {
    left: 7px;
    width: 4.86em;
    height: 4.86em;
  }
}
.mycar-lease-step-flex__step {
  position: absolute;
  top: -34px;
  left: 40px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__step {
    font-size: 10px;
    top: -25px;
    left: 25px;
  }
}
.mycar-lease-step-flex__step span {
  display: inline-block;
  font-size: 1.7em;
  margin-left: 0.2em;
}
.mycar-lease-step-flex__title {
  color: #009fe8;
  font-size: 25px;
  top: -1.47em;
  padding-bottom: 4px;
  position: absolute;
  left: 5.2em;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .mycar-lease-step-flex__title {
    font-size: 17px;
    left: 4.8em;
  }
}
.mycar-lease-step-flex__title span {
  color: #fff;
  top: -25px;
  font-size: 0.53em;
  margin-right: 1.94em;
}
.mycar-lease-step-caution {
  background-color: #d8d8d7;
  margin-top: 30px;
  padding: 15px 0;
  padding-right: 25px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-step-caution {
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
}
.mycar-lease-step-caution span {
  font-size: clamp(14px, 1.82vw, 17px);
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 63px;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .mycar-lease-step-caution span {
    padding-left: 0;
  }
}
.mycar-lease-step-caution span::before, .mycar-lease-step-caution span::after {
  display: inline-block;
  content: "";
  background-image: url(../images/mycar-lease/step-icon_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-step-caution span::before, .mycar-lease-step-caution span::after {
    width: 1.86em;
    height: 1.6em;
  }
}
.mycar-lease-step-caution span::before {
  left: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-step-caution span::before {
    left: 0;
    transform: translate(-120%, -50%);
  }
}
.mycar-lease-step-caution span::after {
  display: none;
  right: 0;
  transform: translate(120%, -50%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-step-caution span::after {
    display: inline-block;
  }
}
.mycar-lease-link {
  margin-top: 50px;
}
.mycar-lease-link__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mycar-lease-link__flex {
    flex-direction: row;
  }
}
.mycar-lease-link__box {
  background-color: #0054c2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 6.8% 20px;
}
@media screen and (min-width: 768px) {
  .mycar-lease-link__box {
    width: 49%;
    height: 176px;
    padding: 20px 0;
  }
}
.mycar-lease-link__box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mycar-lease-link__box:not(:first-of-type) {
    margin-top: 0;
  }
}
.mycar-lease-link__box:first-of-type {
  background-color: #E85397;
}
.mycar-lease-link__box:first-of-type .mycar-lease-link__button {
  color: #E85397;
}
.mycar-lease-link__balloon {
  text-align: center;
}
.mycar-lease-link__balloon span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: clamp(18px, 3.12vw, 26px);
  font-weight: bold;
  line-height: 1.4;
}
.mycar-lease-link__balloon span::before, .mycar-lease-link__balloon span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #fff;
  height: 150%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-link__balloon span::before, .mycar-lease-link__balloon span::after {
    height: 100%;
  }
}
.mycar-lease-link__balloon span::before {
  top: 50%;
  left: -0.3em;
  transform: rotate(-23deg) translateY(-50%);
}
.mycar-lease-link__balloon span::after {
  top: 50%;
  right: -0.3em;
  transform: rotate(23deg) translateY(-50%);
}
.mycar-lease-link__button {
  background-color: #fff;
  font-size: clamp(18px, 2.12vw, 24px);
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #0054c2;
  padding: 0.64em 0;
  text-align: center;
  border-radius: 500px;
  display: block;
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-link__button {
    padding: 0.75em 0;
    margin-top: 1em;
    width: 80%;
  }
}
.mycar-lease-link__button:hover {
  opacity: 0.8;
}
.mycar-lease-qa {
  margin-top: 52px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa {
    margin-top: 70px;
  }
}
.mycar-lease-qa__inner {
  max-width: 890px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.mycar-lease-qa__title {
  background-color: #54c2f0;
  text-align: center;
  color: #fff;
  font-weight: 2;
  line-height: 1.14;
  font-size: clamp(20px, 236vw, 26px);
  font-weight: 500;
  padding: 0.25em;
  border-radius: 500px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
  }
}
.mycar-lease-qa__box {
  background-color: #fffccc;
  border: 3px solid #54c2f0;
  border-radius: 10px;
  position: relative;
  padding: 20px 10px 15px;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa__box {
    padding: 40px 20px 10px;
    margin-top: 0;
  }
}
.mycar-lease-qa__dlist dt {
  font-size: clamp(15px, 1.95vw, 26px);
  font-weight: 500;
  color: #009fe8;
  margin-top: 1.13em;
  line-height: 1.33;
  position: relative;
  padding-left: clamp(28px, 3.64vw, 44px);
}
.mycar-lease-qa__dlist dt:first-of-type {
  margin-top: 0;
}
.mycar-lease-qa__dlist dt::before {
  display: inline-block;
  content: "";
  background-image: url(../images/mycar-lease/qa-icon_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(23px, 2.99vw, 36px);
  height: clamp(23px, 2.99vw, 36px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-20%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa__dlist dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mycar-lease-qa__dlist dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.26;
  margin-top: 1.38em;
  position: relative;
  padding-left: clamp(28px, 3.64vw, 44px);
}
.mycar-lease-qa__dlist dd::before {
  display: inline-block;
  content: "";
  background-image: url(../images/mycar-lease/qa-icon_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(23px, 2.99vw, 36px);
  height: clamp(23px, 2.99vw, 36px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-20%);
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa__dlist dd::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mycar-lease-qa__figure {
  margin-top: 45px;
  display: none;
}
@media screen and (min-width: 576px) {
  .mycar-lease-qa__figure {
    display: block;
  }
}
.mycar-lease-qa__figure img {
  width: 100%;
  max-width: 100%;
}

.mycar-lease .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .mycar-lease .text {
    font-size: 1.6rem;
  }
}
.mycar-lease .asterisk {
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .asterisk {
    font-size: 1.7rem;
  }
}
.mycar-lease .asterisk::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.mycar-lease__main-h2 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.2;
  padding-bottom: 0.5em;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .mycar-lease__main-h2 {
    font-size: 3.6rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mycar-lease__main-h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .mycar-lease__main-h2 {
    font-size: 3.6rem;
  }
}
.mycar-lease__main-h2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #53aae4;
}
.mycar-lease__main-h2 .tag {
  background-color: #0055c2;
  padding: 0.63em 0.56em;
  color: #fff;
  vertical-align: middle;
  margin-right: 2em;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .mycar-lease__main-h2 .tag {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.mycar-lease__main-h3 {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .mycar-lease__main-h3 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}
.mycar-lease__main-h3 .tag {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #0055c2;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.1em 1em;
}
@media screen and (min-width: 576px) {
  .mycar-lease__main-h3 .tag {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0.5em 1.25em;
  }
}
.mycar-lease-header {
  max-width: 114rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-header {
    padding-bottom: 4rem;
  }
}
.mycar-lease-header .logo img {
  width: 100%;
}
.mycar-lease-header .logo:not(:first-of-type) {
  margin-top: 50px;
}
.mycar-lease-header .lead {
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-header .lead {
    margin-top: 5rem;
  }
}
.mycar-lease-header .btn {
  text-align: center;
}
.mycar-lease-header .btn a {
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 99em;
  border: solid 2px #0055c2;
  font-weight: bold;
  color: #0055c2;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-header .btn a {
    font-size: 1.8rem;
  }
}
.mycar-lease-header .btn a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.mycar-lease-present .box--gray {
  background-color: #f5f4ec;
  padding: 4rem 4%;
}
.mycar-lease-present .box--gray .large {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .mycar-lease-present .box--gray .large {
    font-size: 3rem;
  }
}
.mycar-lease-present .box--gray .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-present .box--gray .flex {
    flex-direction: row;
  }
}
.mycar-lease-present__unit {
  background-color: #fff;
  width: 100%;
  padding: 2rem 2.5%;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-present__unit {
    width: 49%;
    margin-top: 0;
  }
}
.mycar-lease-present__unit:first-of-type {
  margin-right: 2%;
}
.mycar-lease-present__unit h2 {
  background-color: #0055c2;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  border-radius: 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-present__unit h2 {
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 768px) {
  .mycar-lease-present__unit h2 {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit h2 {
    font-size: 2.4rem;
  }
}
.mycar-lease-present__unit .text1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit .text1 {
    font-size: 2.4rem;
  }
}
.mycar-lease-present__unit .text2 {
  font-size: 1.8rem;
  color: #0055c2;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit .text2 {
    font-size: 2.8rem;
  }
}
.mycar-lease-present__unit .text2 span {
  color: #f70000;
  font-size: 2em;
}
.mycar-lease-present__unit .btn {
  text-align: center;
}
.mycar-lease-present__unit .btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 20px;
  border: solid 2px #0055c2;
  font-weight: bold;
  color: #0055c2;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit .btn a {
    font-size: 2.1rem;
  }
}
.mycar-lease-present__unit .btn a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.mycar-lease-present__unit-supple {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mycar-lease-present__unit .text3 {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit .text3 {
    font-size: 1.6rem;
  }
}
.mycar-lease-present__unit .text4 {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-present__unit .text4 {
    font-size: 1.7rem;
  }
}
.mycar-lease-pamphlet__image {
  width: 100%;
}
.mycar-lease-pamphlet__image img {
  width: 100%;
}
.mycar-lease-pamphlet__image img + img {
  margin-top: 1rem;
}
.mycar-lease-campaign__image {
  margin-top: 30px;
}
.mycar-lease-campaign .box--pink {
  background-color: #febfd9;
  padding-bottom: 4rem;
  border-radius: 2rem;
}
.mycar-lease-campaign .box--pink h2 img {
  width: 100%;
}
.mycar-lease-campaign__flex {
  display: flex;
  padding: 2rem 4% 0rem;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign__flex {
    flex-direction: row;
    padding: 4rem 4% 2rem;
  }
}
.mycar-lease-campaign__flex .unit {
  background-color: #fff;
  padding: 2rem 2%;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign__flex .unit {
    width: 49%;
    margin-bottom: 0;
  }
}
.mycar-lease-campaign__flex .unit:first-of-type {
  margin-right: 2%;
}
.mycar-lease-campaign__flex .unit .text1 {
  padding-top: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text1 {
    font-size: 1.8rem;
  }
}
.mycar-lease-campaign__flex .unit .text2 {
  font-weight: bold;
  color: #0055c2;
  text-align: center;
  padding-top: 1.4rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text2 {
    font-size: 2.4rem;
  }
}
.mycar-lease-campaign__flex .unit .text2 span {
  font-size: 2em;
  color: #f70000;
}
.mycar-lease-campaign__flex .unit .text3 {
  font-weight: bold;
  color: #0055c2;
  text-align: center;
  padding-top: 1.6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text3 {
    font-size: 2.4rem;
  }
}
.mycar-lease-campaign__flex .unit .text3 span {
  color: #fff;
  background-color: #0055c2;
  border-radius: 50%;
  padding: 0.8rem;
  margin-right: 0.3em;
}
.mycar-lease-campaign__flex .unit .text4 {
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text4 {
    font-size: 2.2rem;
  }
}
.mycar-lease-campaign__flex .unit .text4:first-of-type {
  margin-top: 2.3rem;
}
.mycar-lease-campaign__flex .unit .text4:last-of-type {
  margin-top: 1.7rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text4:last-of-type {
    margin-top: 3.5rem;
  }
}
.mycar-lease-campaign__flex .unit .text4 .circle {
  background-color: #fb005a;
  border-radius: 50%;
  padding: 1em 0.41em 0.62em;
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__flex .unit .text4 .circle {
    font-size: 1.6rem;
  }
}
.mycar-lease-campaign__flex .unit .text4 .circle .num {
  font-size: 1.5em;
}
.mycar-lease-campaign__flex .unit .text4 .blue {
  color: #0055c2;
  margin-left: 0.3em;
}
.mycar-lease-campaign__flex .unit .text4 .blue .strong {
  color: #f70000;
  font-size: 1.63em;
}
.mycar-lease-campaign__flex .unit .text4:last-of-type .circle {
  background-color: #6eca3c;
}
.mycar-lease-campaign__h3 {
  font-weight: bold;
  text-align: center;
  background-color: #fbe05a;
  border-radius: 2rem;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign__h3 {
    font-size: 2rem;
    line-height: 1;
  }
}
.mycar-lease-campaign .unit--middle {
  background-color: #fff;
  margin: 0 4%;
  padding: 2rem 2%;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.mycar-lease-campaign .unit--middle .mycar-lease-campaign__h3 {
  background-color: #fb005a;
  color: #fff;
}
.mycar-lease-campaign .unit--middle .text1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--middle .text1 {
    font-size: 1.8rem;
  }
}
.mycar-lease-campaign .unit--middle .text2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--middle .text2 {
    font-size: 2.4rem;
    margin-top: 0;
    margin-top: 4rem;
  }
}
.mycar-lease-campaign .unit--middle .text2 .ttl {
  display: inline-block;
  color: #fff;
  background-color: #fb005a;
  padding: 0.75em 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 12rem;
  z-index: 1;
  margin-right: 2.5em;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--middle .text2 .ttl {
    font-size: 1.6rem;
    padding-left: 0.9rem;
    width: 16rem;
  }
}
.mycar-lease-campaign .unit--middle .text2 .ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(75%, -50%);
  z-index: -1;
  content: "";
  display: inline-block;
  border: 1.25em solid #fb005a;
  border-right: 1.25em solid transparent;
}
.mycar-lease-campaign .unit--middle .text2 .strong {
  font-size: 2em;
  color: #f70000;
}
.mycar-lease-campaign .unit--middle .text2 .blue {
  color: #0055c2;
}
.mycar-lease-campaign .unit--bottom {
  background-color: #fff;
  margin: 0 4%;
  padding: 2rem 2%;
  border-radius: 1rem;
}
.mycar-lease-campaign .unit--bottom .mycar-lease-campaign__h3 {
  background-color: #0055c2;
  color: #fff;
  margin-bottom: 2.4rem;
}
.mycar-lease-campaign .unit--bottom__block:first-of-type {
  margin-bottom: 3.3rem;
}
.mycar-lease-campaign .unit--bottom__block:last-of-type {
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom__block:last-of-type {
    margin-top: 0;
  }
}
.mycar-lease-campaign .unit--bottom h4 {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  padding-bottom: 0.42em;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom h4 {
    font-size: 2.4rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 {
    flex-direction: row;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .image {
    width: 45%;
    margin-right: 5%;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .image img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .image img {
    margin-bottom: 1rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data {
    width: 50%;
    margin-top: 0;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data .model {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data .model {
    font-size: 1.6rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data .name {
  margin-top: 1.4rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data .name {
    font-size: 2.4rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data ul {
  display: flex;
  margin-top: 1.6rem;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data ul {
    font-size: 1.4rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data ul li {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem;
}
.mycar-lease-campaign .unit--bottom .flex1 .data ul li:not(:last-of-type) {
  margin-right: 0.8rem;
}
.mycar-lease-campaign .unit--bottom .flex1 .data .price {
  font-weight: bold;
  margin-top: 1.6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data .price {
    font-size: 2.4rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data .price span {
  font-size: 2em;
  color: #f70000;
}
.mycar-lease-campaign .unit--bottom .flex1 .data .asterisk {
  display: inline-block;
  margin-top: 0.4rem;
}
.mycar-lease-campaign .unit--bottom .flex1 .data .ta-r {
  text-align: right;
}
.mycar-lease-campaign .unit--bottom .flex1 .data .prices {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data .prices {
    font-size: 2rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex1 .data .zeikomi {
  margin-top: 0.4rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .mycar-lease-campaign .unit--bottom .flex1 .data .zeikomi {
    font-size: 1.4rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex2 {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex2 {
    margin-top: 3.4rem;
    flex-direction: row;
  }
}
.mycar-lease-campaign .unit--bottom .flex2 .image {
  margin-right: 2%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex2 .image {
    width: 22%;
  }
}
.mycar-lease-campaign .unit--bottom .flex2 .image img {
  width: 100%;
}
.mycar-lease-campaign .unit--bottom .flex2 .text2 {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex2 .text2 {
    width: 76%;
    margin-top: 0;
  }
}
.mycar-lease-campaign .unit--bottom .flex2 .text2 .large {
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex2 .text2 .large {
    font-size: 1.8rem;
  }
}
.mycar-lease-campaign .unit--bottom .flex2 .text2 .small {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-campaign .unit--bottom .flex2 .text2 .small {
    font-size: 1.6rem;
  }
}
.mycar-lease-campaign__image {
  width: 100%;
}
.mycar-lease-campaign__image img {
  width: 100%;
}
.mycar-lease-evaluation {
  margin-top: 6rem;
}
.mycar-lease-evaluation__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex {
    flex-direction: row;
  }
}
.mycar-lease-evaluation__flex .left {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left {
    width: 65.6%;
    margin-right: 3.2%;
  }
}
.mycar-lease-evaluation__flex .left h2 {
  background-color: #ddeefa;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  width: calc(100% - 8rem);
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left h2 {
    font-size: 2rem;
  }
}
.mycar-lease-evaluation__flex .left h2::before {
  content: "";
  display: inline-block;
  border: 1em solid #ddeefa;
  border-left: 1em solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-99%, -50%);
}
.mycar-lease-evaluation__flex .left h2::after {
  content: "";
  display: inline-block;
  border: 1em solid #ddeefa;
  border-right: 1em solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(99%, -50%);
}
.mycar-lease-evaluation__flex .left .small {
  text-align: center;
  margin-top: 0.9rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left .small {
    font-size: 1.4rem;
  }
}
.mycar-lease-evaluation__flex .left .figure-flex {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left .figure-flex {
    flex-direction: row;
  }
}
.mycar-lease-evaluation__flex .left .figure-flex figure {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left .figure-flex figure {
    width: 48%;
    margin-top: 0;
  }
}
.mycar-lease-evaluation__flex .left .figure-flex figure:first-of-type {
  margin-right: 2%;
}
.mycar-lease-evaluation__flex .left .figure-flex figure h3 {
  text-align: center;
  padding: 0.55em;
  border-radius: 1.7rem;
  background-color: #fbe05a;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .mycar-lease-evaluation__flex .left .figure-flex figure h3 {
    font-size: 1.8rem;
  }
}
.mycar-lease-evaluation__flex .left .figure-flex figure img {
  margin-top: 1.5rem;
  width: 60%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .left .figure-flex figure img {
    width: 100%;
  }
}
.mycar-lease-evaluation__flex .left .large {
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mycar-lease-evaluation__flex .left .large {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .mycar-lease-evaluation__flex .left .large {
    font-size: 2.8rem;
  }
}
.mycar-lease-evaluation__flex .left .large span {
  font-size: 1.28em;
}
.mycar-lease-evaluation__flex .left .small {
  font-size: 1.4rem;
}
.mycar-lease-evaluation__flex .right {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-evaluation__flex .right {
    width: 31.2%;
  }
}
.mycar-lease-evaluation__flex .right figure img {
  width: 100%;
}
.mycar-lease-points .points1__flex {
  display: flex;
  max-width: 85rem;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .points1__flex {
    flex-direction: row;
  }
}
.mycar-lease-points .points1__flex .unit {
  width: 100%;
}
.mycar-lease-points .points1__flex .unit:last-of-type {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .points1__flex .unit:last-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .points1__flex .unit {
    width: 44.7%;
    margin-top: 0;
  }
}
.mycar-lease-points .points1__flex .unit:first-of-type {
  margin-right: 10.6%;
}
.mycar-lease-points .points1__flex .unit h3 {
  text-align: center;
  padding: 0.55em;
  border-radius: 1.7rem;
  background-color: #fbe05a;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .points1__flex .unit h3 {
    font-size: 1.8rem;
  }
}
.mycar-lease-points .points1__flex .unit figure {
  margin-top: 2rem;
  text-align: center;
}
.mycar-lease-points .points1__flex .unit figure img {
  width: 60%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .points1__flex .unit figure img {
    width: 100%;
  }
}
.mycar-lease-points .points1__flex .unit.loan h3 {
  background-color: rgba(251, 224, 90, 0.6);
}
.mycar-lease-points .text {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .text {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .asterisk {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .asterisk {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .table-scroll {
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .table-scroll {
    white-space: normal;
    overflow: initial;
  }
}
.mycar-lease-points .point1__table {
  width: 100%;
  margin-top: 1rem;
}
.mycar-lease-points .point1__table caption {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #6eca3c;
  border: 1px solid #ccc;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table caption {
    font-size: 2rem;
  }
}
.mycar-lease-points .point1__table th {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  line-height: 1.5;
  padding: 0.77em;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table th {
    font-size: 1.8rem;
  }
}
.mycar-lease-points .point1__table td {
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: 0.77em;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table td {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .point1__table td .small {
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table td .small {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .point1__table td .num {
  font-size: 1.5em;
}
.mycar-lease-points .point1__table td.small-cell {
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table td.small-cell {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table td.big-cell {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .point1__table td.big-cell .num {
  font-size: 1.6em;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .point1__table td.big-cell .num {
    font-size: 1.87em;
  }
}
.mycar-lease-points .point1__table td.light-yellow {
  background-color: #ffffc1;
}
.mycar-lease-points .point1__table td.light-green {
  background-color: #f0fae5;
}
.mycar-lease-points .point1__table td.light-blue {
  background-color: #eef6f6;
}
.mycar-lease-points .point1__table td.yellow {
  background-color: #fbe05a;
}
.mycar-lease-points .point1__table td.green {
  background-color: #b6e47e;
}
.mycar-lease-points .point1__table td.blue {
  background-color: #a9d4d3;
}
.mycar-lease-points .zanka-figure {
  margin-top: 2.5rem;
}
.mycar-lease-points .zanka-figure img {
  width: 100%;
}
.mycar-lease-points .customer-voice {
  border-radius: 1rem;
  background-color: #ddeefa;
  margin-top: 4rem;
  padding: 2rem 4%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice {
    padding: 4rem 4%;
  }
}
.mycar-lease-points .customer-voice h3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice h3 {
    font-size: 2.6rem;
  }
}
.mycar-lease-points .customer-voice__flex {
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice__flex {
    flex-direction: row;
  }
}
.mycar-lease-points .customer-voice__flex .unit {
  background-color: #fff;
  padding: 2rem 2%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice__flex .unit {
    width: 49%;
  }
}
.mycar-lease-points .customer-voice__flex .unit:first-of-type {
  margin-right: 2%;
}
.mycar-lease-points .customer-voice__flex .unit h4 {
  background-color: #0055c2;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  padding: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice__flex .unit h4 {
    font-size: 2rem;
  }
}
.mycar-lease-points .customer-voice__flex .unit .large {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.4rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice__flex .unit .large {
    font-size: 2rem;
  }
}
.mycar-lease-points .customer-voice__flex .unit .small {
  margin-top: 1.2rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .customer-voice__flex .unit .small {
    font-size: 1.6rem;
  }
}
.mycar-lease-points .komikomi {
  border-radius: 1rem;
  background-color: #f5f4ec;
  margin-top: 3.6rem;
  padding: 2rem 4%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .komikomi {
    padding: 4rem 4%;
  }
}
.mycar-lease-points .komikomi h3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .komikomi h3 {
    font-size: 2.6rem;
  }
}
.mycar-lease-points .komikomi ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.mycar-lease-points .komikomi ul li {
  background-color: #53aae4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.75em;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  width: 49%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .komikomi ul li {
    font-size: 2.4rem;
    margin-right: 3%;
    width: 31%;
  }
}
.mycar-lease-points .komikomi ul li:not(:nth-of-type(2n)) {
  margin-right: 2%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .komikomi ul li:not(:nth-of-type(2n)) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .komikomi ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.mycar-lease-points .komikomi ul li span {
  display: block;
  font-size: 0.58em;
  margin-top: 0.7rem;
}
.mycar-lease-points .lease-choice {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice {
    margin-bottom: 1rem;
    flex-direction: row;
  }
}
.mycar-lease-points .lease-choice .border-box {
  border: 2px solid #ffb0d0;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.39em 2%;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice .border-box {
    width: 37.5%;
    margin-right: 3%;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.mycar-lease-points .lease-choice .border-box.yellow {
  border-color: #ffd23e;
}
.mycar-lease-points .lease-choice .border-box.green {
  border-color: #bdd800;
}
.mycar-lease-points .lease-choice .border-box.blue {
  border-color: #a3eafc;
}
.mycar-lease-points .lease-choice .caret {
  position: relative;
}
.mycar-lease-points .lease-choice .caret .fas {
  position: absolute;
  color: #ffb0d0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 3.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice .caret .fas {
    top: 50%;
    left: 0;
    transform: translate(-120%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .mycar-lease-points .lease-choice .caret .fas {
    transform: translate(-140%, -50%);
  }
}
.mycar-lease-points .lease-choice .caret.yellow .fas {
  color: #ffd23e;
}
.mycar-lease-points .lease-choice .caret.green .fas {
  color: #bdd800;
}
.mycar-lease-points .lease-choice .caret.blue .fas {
  color: #a3eafc;
}
.mycar-lease-points .lease-choice .color-box {
  padding: 1.39em 2%;
  background-color: #ffb0d0;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice .color-box {
    width: 59%;
  }
}
.mycar-lease-points .lease-choice .color-box.yellow {
  background-color: #ffd23e;
}
.mycar-lease-points .lease-choice .color-box.green {
  background-color: #bdd800;
}
.mycar-lease-points .lease-choice .color-box.blue {
  background-color: #a3eafc;
}
.mycar-lease-points .lease-choice .color-box .large {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice .color-box .large {
    font-size: 2rem;
  }
}
.mycar-lease-points .lease-choice .color-box .large span {
  display: inline-block;
  background-color: #fff;
  border-radius: 1.5rem;
  width: 10rem;
  text-align: center;
  margin-right: 0.35em;
}
.mycar-lease-points .lease-choice .color-box .small {
  margin-top: 0.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease-points .lease-choice .color-box .small {
    font-size: 1.6rem;
  }
}
.mycar-lease .mycar-lease-step__figure {
  padding-top: 3rem;
}
.mycar-lease .mycar-lease-step__unit {
  display: flex;
  margin-bottom: 4rem;
  border-radius: 1rem;
  border: solid 1px #6eca3c;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-step__unit {
    flex-direction: row;
  }
}
.mycar-lease .mycar-lease-step__unit:not(:last-of-type)::after {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #667d8a;
  font-size: 3.6rem;
}
.mycar-lease .mycar-lease-step__unit .ttl {
  background-color: #6eca3c;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-step__unit .ttl {
    font-size: 2.2rem;
    padding: 0;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    width: 22.6%;
  }
}
@media screen and (min-width: 992px) {
  .mycar-lease .mycar-lease-step__unit .ttl {
    font-size: 2.6rem;
  }
}
.mycar-lease .mycar-lease-step__unit .text {
  padding: 1.25em 1em;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-step__unit .text {
    width: 77.4%;
  }
}
.mycar-lease .mycar-lease-step__unit .text .large {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-step__unit .text .large {
    font-size: 2rem;
  }
}
.mycar-lease .mycar-lease-step__unit .text ul {
  margin-top: 0.3rem;
}
.mycar-lease .mycar-lease-step__unit .text ul li {
  position: relative;
  margin-left: 1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-step__unit .text ul li {
    font-size: 1.6rem;
  }
}
.mycar-lease .mycar-lease-step__unit .text ul li::before {
  position: absolute;
  top: 0;
  left: -1.2em;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.mycar-lease .mycar-lease-contact {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact {
    margin-bottom: 10rem;
  }
}
.mycar-lease .mycar-lease-contact__box {
  border: 1px solid #0055c2;
}
.mycar-lease .mycar-lease-contact .ttl {
  background-color: #0055c2;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.1rem 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .ttl {
    font-size: 2.1rem;
  }
}
.mycar-lease .mycar-lease-contact .small {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .small {
    font-size: 1.9rem;
  }
}
.mycar-lease .mycar-lease-contact .office-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
  flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .office-list {
    flex-direction: row;
    margin-top: 4rem;
  }
}
.mycar-lease .mycar-lease-contact .office-list li {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .office-list li {
    width: 50%;
    text-align: left;
    font-size: 2.1rem;
  }
}
.mycar-lease .mycar-lease-contact .office-list li .tel {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .office-list li .tel {
    margin-top: 3rem;
  }
}
.mycar-lease .mycar-lease-contact .office-list li .tel::before {
  font-size: inherit;
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.3em;
}
.mycar-lease .mycar-lease-contact .office-list li .tel.tel-adjust {
  margin-top: 0.2em;
}
.mycar-lease .mycar-lease-contact .ta-c {
  text-align: center;
}
.mycar-lease .mycar-lease-contact .group {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .group {
    font-size: 1.9rem;
    margin-top: 1rem;
  }
}
.mycar-lease .mycar-lease-contact .large {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .large {
    font-size: 2.8rem;
  }
}
.mycar-lease .mycar-lease-contact .tel2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .tel2 {
    font-size: 4.2rem;
    margin-top: 1.9rem;
  }
}
.mycar-lease .mycar-lease-contact .tel2::before {
  font-size: inherit;
  color: #f70000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.3em;
}
.mycar-lease .mycar-lease-contact .address {
  line-height: 1.5;
  margin-top: 1.6rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .mycar-lease .mycar-lease-contact .address {
    font-size: 2.1rem;
  }
}

#tetsuduki-gasoline {
  /* overwrite */
  /* common parts */
}
#tetsuduki-gasoline .sub-page-b__header p a {
  color: #0055c2;
}
#tetsuduki-gasoline .sub-page-b__header p:not(:first-od-type) {
  margin-top: 0.5em;
}
#tetsuduki-gasoline .sub-page-b__header p.text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-gasoline .sub-page-b__header p.text-supple {
    font-size: 1.6rem;
  }
}
#tetsuduki-gasoline .text-strong {
  font-weight: bold;
}
#tetsuduki-gasoline .text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-gasoline .text-supple {
    font-size: 1.6rem;
  }
}
#tetsuduki-gasoline .icon-kome {
  position: relative;
  padding: 0 0 0 1.5em;
}
#tetsuduki-gasoline .icon-kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#tetsuduki-gasoline .link-text i {
  margin-right: 0.5rem;
  color: #f70000;
}
#tetsuduki-gasoline .ul-icon-kome li {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-gasoline .ul-icon-kome li {
    font-size: 1.6rem;
  }
}
#tetsuduki-gasoline .ul-icon-kome li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#tetsuduki-gasoline .ul-pdf > li a {
  color: #0055c2;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-gasoline .ul-pdf > li a {
    font-size: 1.8rem;
  }
}
#tetsuduki-gasoline .ul-pdf > li a i {
  margin-right: 0.5rem;
  color: #f70000;
}
#tetsuduki-gasoline .ul-pdf > li a.link-btn--example {
  margin-left: 2rem;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #f70000;
  border-radius: 1.1rem;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  #tetsuduki-gasoline .ul-pdf > li a.link-btn--example {
    font-size: 1.4rem;
  }
}
#tetsuduki-gasoline .ul-pdf > li a.link-btn--example i {
  margin-right: 0.5rem;
  color: inherit;
}
#tetsuduki-gasoline .ul-pdf > li > ul,
#tetsuduki-gasoline .ul-pdf > li > p {
  margin-top: 1.5rem;
}
#tetsuduki-gasoline .ul-pdf > li:not(:first-child) {
  margin-top: 2rem;
}

/* common parts */
.ttl--tetsuduki-gasoline-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--tetsuduki-gasoline-h3 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.ttl-tetsuduki-gasoline-h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #0055c2;
}
.ttl-tetsuduki-gasoline-h4::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
@media screen and (min-width: 576px) {
  .ttl-tetsuduki-gasoline-h4 {
    font-size: 1.8rem;
  }
}

/* unique */
.tetsuduki-gasoline-head .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-head .inner {
    margin: 0 auto;
  }
}
.tetsuduki-gasoline-head .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .inner p {
    font-size: 1.8rem;
  }
}
.tetsuduki-gasoline-head .inner p + p {
  margin-top: 0.5em;
}
.tetsuduki-gasoline-head .gasoline-card-list {
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item {
  padding: 3rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item {
    flex-basis: 32%;
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item {
    padding: 3rem;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-name {
    font-size: 2rem;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-img {
  margin-top: 2rem;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-img img {
  max-width: 100%;
  height: auto;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-btn {
  margin-top: 2rem;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.1em 2em;
  border: 2px solid #0055c2;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-btn a {
    font-size: 1.8rem;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-btn a i {
  position: absolute;
  right: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  color: #f70000;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-place {
  margin-top: 2rem;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-place li {
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-place li {
    font-size: 1.4rem;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-place li .card-place-icon {
  margin-right: 0.3rem;
  padding: 0.5rem;
  color: #fff;
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item .card-place li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item:not(:nth-child(3n-2)) {
    margin-left: 2%;
  }
}
.tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item + .gasoline-card-list-item {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .gasoline-card-list .gasoline-card-list-item + .gasoline-card-list-item {
    margin-top: 0;
  }
}
.tetsuduki-gasoline-head .ul-icon-kome {
  margin-top: 2rem;
}
.tetsuduki-gasoline-head .ul-icon-kome li {
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-head .ul-icon-kome li {
    font-size: 1.4rem;
  }
}

.tetsuduki-gasoline-apply {
  margin-top: 6rem;
}
.tetsuduki-gasoline-apply .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-apply .inner {
    margin: 0 auto;
  }
}
.tetsuduki-gasoline-apply .inner p {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-apply .inner p {
    font-size: 1.6rem;
  }
}

.tetsuduki-gasoline-family {
  margin-top: 6rem;
}
.tetsuduki-gasoline-family .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-family .inner {
    margin: 0 auto;
  }
}

.tetsuduki-gasoline-payment {
  margin-top: 6rem;
}
.tetsuduki-gasoline-payment .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-payment .inner {
    margin: 0 auto;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image {
  margin-top: 4rem;
  padding: 2rem 1rem;
  background: #f5f4ec;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image {
    padding: 3.6rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-heading {
    font-size: 2.2rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap {
  padding: 2rem 4rem;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap {
    padding: 3rem 7rem;
  }
}
@media screen and (max-width: 575px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table {
  width: 100%;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th,
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr td,
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr th,
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td {
  vertical-align: middle;
  line-height: 1.5;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th {
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table thead tr th {
    font-size: 2.4rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td {
  min-width: 100px;
  width: 33.333%;
  text-align: right;
  vertical-align: bottom;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td div {
  position: relative;
  padding: 0 1rem;
  height: 11rem;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  padding: 0.5em;
  min-width: 100%;
  background: #6eca3c;
  border-radius: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .deadline br {
    display: none;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  display: block;
  width: calc(200% - 5rem - 1rem);
  height: 4px;
  margin-top: -0.2rem;
  background: #6eca3c;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .arrow {
    width: calc(200% - 6rem - 1rem);
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  background: #fbe05a;
  border-radius: 50%;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20px, -50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #6eca3c;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple {
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple {
    font-size: 1.6rem;
    right: 1rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-wrap table tbody tr td .payday-supple .payday-supple-caution {
  color: #f70000;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-supple {
  margin-top: 1rem;
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-supple p {
  margin-top: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-supple p {
    font-size: 1.6rem;
  }
}
.tetsuduki-gasoline-payment .gasoline-payment-image .gasoline-payment-image-supple p .payday-supple-caution {
  color: #f70000;
}

.tetsuduki-gasoline-reissue {
  margin-top: 6rem;
}
.tetsuduki-gasoline-reissue .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-reissue .inner {
    margin: 0 auto;
  }
}

.tetsuduki-gasoline-lost {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-gasoline-lost .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-lost .inner {
    margin: 0 auto;
  }
}
.tetsuduki-gasoline-lost .inner ol {
  margin-top: 2rem;
}
.tetsuduki-gasoline-lost .inner ol > li {
  position: relative;
  padding-left: 2rem;
  counter-increment: num;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-lost .inner ol > li {
    font-size: 1.8rem;
  }
}
.tetsuduki-gasoline-lost .inner ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  content: counter(num) ". ";
  color: #53aae4;
}
.tetsuduki-gasoline-lost .inner ol > li + li {
  margin-top: 1rem;
}
.tetsuduki-gasoline-lost .inner .text-supple {
  margin-top: 2rem;
}
.tetsuduki-gasoline-lost .inner .familycard-lost {
  margin-top: 2rem;
}
.tetsuduki-gasoline-lost .inner .familycard-lost p {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-gasoline-lost .inner .familycard-lost p {
    font-size: 1.6rem;
  }
}

.tetsuduki-gasoline-cancel {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-gasoline-cancel .inner {
  max-width: 96rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-gasoline-cancel .inner {
    margin: 0 auto;
  }
}

#gasoline-about,
#gasoline-nyukai {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #gasoline-about,
  #gasoline-nyukai {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

#hoken-list main .inner,
#hoken-list-company main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #hoken-list main .inner,
  #hoken-list-company main .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  #hoken-list .ttl--sub-page-b {
    padding-bottom: 0;
  }
}
#hoken-list .ttl--sub-page-b .inner {
  position: relative;
}

.ttl--hoken-list-h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--hoken-list-h2 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.table-scroll-wrap {
  overflow: auto;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .table-scroll-wrap {
    white-space: normal;
  }
}

.table--hoken-list {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.table--hoken-list thead th {
  background-color: #ffe5e5;
  color: #000;
  font-weight: bold;
  padding: 0.62rem 0.5em;
  font-size: 1.4em;
}
@media screen and (min-width: 576px) {
  .table--hoken-list thead th {
    font-size: 1.9rem;
  }
}
.table--hoken-list thead th:first-of-type {
  width: 31.4rem;
}
.table--hoken-list thead th:nth-of-type(2) {
  width: 35.4rem;
}
.table--hoken-list thead th:last-of-type {
  width: 46.7rem;
}
.table--hoken-list th {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  background-color: #f5f4ec;
  border: 1px solid #ccc;
  padding: 1.2rem 1em;
  line-height: 2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th {
    font-size: 1.8rem;
    padding: 2.5rem 0.5em;
  }
}
.table--hoken-list th:not(.top)::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6eca3b;
  display: block;
  width: 4rem;
  text-align: center;
  margin-right: 0em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th:not(.top)::before {
    top: 1.9rem;
    font-size: 2.4rem;
  }
}
.table--hoken-list th.inochi::before {
  content: "\f004";
}
.table--hoken-list th.byoki::before {
  content: "\f728";
}
.table--hoken-list th.nyuin::before {
  content: "\f0f8";
}
.table--hoken-list th.rougo::before {
  content: "\f024";
}
.table--hoken-list th.zaisan::before {
  content: "\f51e";
}
.table--hoken-list th.jishin::before {
  content: "\f6f1";
}
.table--hoken-list th.car::before {
  content: "\f5e4";
}
.table--hoken-list th.leisure::before {
  content: "\f70c";
}
.table--hoken-list th .table-hoken-list-name {
  color: #0055c2;
  position: relative;
  display: inline-block;
  margin-left: 3.5rem;
}
.table--hoken-list th .table-hoken-list-name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  margin-right: 0.3em;
}
.table--hoken-list th .table-hoken-list-name.pre {
  color: #333;
  pointer-events: none;
}
.table--hoken-list th .caution {
  font-weight: normal;
  color: #333;
  padding-left: 3.5rem;
}
.table--hoken-list th p {
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th p {
    font-size: 1.6rem;
  }
}
.table--hoken-list th p > a {
  color: #0055c2;
  text-decoration: underline;
}
.table--hoken-list td {
  font-size: 1.3rem;
  border: 1px solid #ccc;
  line-height: 2;
  padding: 1.2rem 1em;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 576px) {
  .table--hoken-list td {
    padding: 2.5rem 1em;
    font-size: 1.8rem;
  }
}
.table--hoken-list td:first-of-type {
  text-align: center;
}
.table--hoken-list td .tel {
  margin-top: 2em;
}
.table--hoken-list td .tel.-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .table--hoken-list td .tel.-free::after {
    font-size: 11px;
  }
}
.table--hoken-list td .circle {
  font-weight: bold;
}
.table--hoken-list td .circle::before {
  content: "●";
  font-size: 1.6rem;
  color: #53aae4;
  margin-right: 0.3em;
}
.table--hoken-list td a {
  color: #0055c2;
  text-decoration: underline;
}
.table--hoken-list td .qr {
  width: 11rem;
  margin-top: 2rem;
}
.table--hoken-list td .qr img {
  width: 100%;
}
.table--hoken-list td .detail {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #333;
}
.table--hoken-list ul li {
  margin-left: 1em;
  position: relative;
}
.table--hoken-list ul li::before {
  content: "・";
  position: absolute;
  left: -1em;
  top: 0;
}

.hoken-list {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-list {
    margin-bottom: 9.5rem;
  }
}
.hoken-list .red {
  color: #f70000;
  font-weight: bold;
}
.hoken-list .sub-page-b__header h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hoken-list .sub-page-b__header h2 {
    flex-direction: row;
  }
}
.hoken-list .sub-page-b__header h2 > span {
  margin-left: 1em;
  font-size: 0.5em;
}
@media screen and (min-width: 768px) {
  .hoken-list .sub-page-b__header h2 > span {
    font-size: 0.39em;
  }
}
@media screen and (max-width: 575px) {
  .hoken-list .sub-page-b__header h2 > span {
    font-size: 0.7em;
  }
}
.hoken-list-head-banner {
  position: absolute;
  width: 28%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 575px) {
  .hoken-list-head-banner {
    width: 100%;
    margin-top: 40px;
    position: static;
    text-align: center;
  }
  .hoken-list-head-banner img {
    max-width: 200px;
  }
}
.hoken-list-head-banner img {
  width: 100%;
}
.hoken-list .text-call {
  letter-spacing: -0.1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-list .text-call {
    font-size: 3rem;
  }
}
.hoken-list .strong {
  line-height: 1.5;
  color: #0055c2;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 576px) {
  .hoken-list .strong {
    font-size: 2.2rem;
    margin-bottom: 5.5rem;
  }
}
.hoken-list__recommend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend {
    flex-direction: row;
    margin-bottom: 3.5rem;
  }
}
.hoken-list__recommend li {
  max-width: 30rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #f5f4ec;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li {
    margin-bottom: 0;
    max-width: initial;
    width: 48.3%;
  }
}
@media screen and (min-width: 992px) {
  .hoken-list__recommend li {
    width: 31.3%;
  }
}
.hoken-list__recommend li.important {
  background-color: #f9ebe1;
}
.hoken-list__recommend li > a,
.hoken-list__recommend li > span {
  display: block;
  height: 100%;
  padding: 4rem 1em 3rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a,
  .hoken-list__recommend li > span {
    padding: 5rem 1.5em 2rem;
  }
}
.hoken-list__recommend li > a .hoken-list__pop,
.hoken-list__recommend li > span .hoken-list__pop {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -25px;
  color: #fff;
  width: 55px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a .hoken-list__pop,
  .hoken-list__recommend li > span .hoken-list__pop {
    font-size: 1.1rem;
    width: 65px;
    left: -5px;
  }
}
.hoken-list__recommend li > a .hoken-list__pop::before,
.hoken-list__recommend li > span .hoken-list__pop::before {
  border-radius: 50%;
  background-color: #0055c2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a .hoken-list__pop::before,
  .hoken-list__recommend li > span .hoken-list__pop::before {
    width: 65px;
    height: 65px;
  }
}
.hoken-list__recommend li .call {
  color: #0055c2;
  font-weight: bold;
  font-size: 1.4rem;
}
.hoken-list__recommend li .call::before {
  content: "＼";
  padding-right: 0.5em;
}
.hoken-list__recommend li .call::after {
  content: "／";
  padding-left: 0.5em;
}
.hoken-list__bottom {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom {
    margin-bottom: 9.5rem;
  }
}
.hoken-list__bottom h3 {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom h3 {
    font-size: 1.8rem;
  }
}
.hoken-list__bottom h3::before {
  content: "●";
  font-size: 1.6rem;
  color: #53aae4;
  margin-right: 0.3em;
}
.hoken-list__bottom p {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom p {
    font-size: 1.6rem;
  }
}
.hoken-list__bottom a {
  color: #0055c2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom a {
    font-size: 1.8rem;
  }
}
.hoken-list__bottom a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #f70000;
  margin-right: 0.3em;
}
.hoken-list__bottom span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom span {
    display: inline;
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .hoken-list__bottom span {
    font-size: 1.8rem;
  }
}
.hoken-list__go-top {
  background-color: #ddeefa;
  border-radius: 5px;
  position: relative;
  margin-left: auto;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .hoken-list__go-top {
    width: 45px;
    height: 45px;
    margin-top: 40px;
  }
}
.hoken-list__go-top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: #0055c2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .hoken-list__go-top::before {
    font-size: 30px;
  }
}
.hoken-list__go-top:hover {
  opacity: 0.7;
}
.hoken-list__importants {
  text-align: center;
  border: 1px solid gray;
  font-size: 2rem;
  padding: 0.5em;
  margin-top: 4rem;
}

.estimate-2col {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .estimate-2col {
    flex-direction: row;
  }
}
.estimate-2col li {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li {
    margin-bottom: 0;
  }
  .estimate-2col li:first-of-type {
    margin-right: 4%;
  }
}
.estimate-2col li a {
  display: block;
  position: relative;
  border: solid 2px #0055c2;
  padding: 1.7rem 1em;
  padding-left: 23%;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a {
    padding: 3.5rem 1em;
    padding-left: 26%;
  }
}
.estimate-2col li a::after {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  font-size: 1.8rem;
}
.estimate-2col li a.internet::before {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f26c";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a.internet::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li a.internet::before {
    font-size: 6rem;
  }
}
.estimate-2col li a.fax::before {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a.fax::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li a.fax::before {
    font-size: 6rem;
  }
}
.estimate-2col li .small {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li .small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li .small {
    font-size: 1.8rem;
  }
}
.estimate-2col li .large {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li .large {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li .large {
    font-size: 3rem;
  }
}
.estimate-2col li .large .fas {
  color: #f70000;
  margin-left: 0.3em;
}

#hoken-list-company .table-scroll-wrap {
  white-space: normal;
}
#hoken-list-company .table--hoken-list {
  min-width: 50rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  #hoken-list-company .table--hoken-list {
    min-width: auto;
  }
}
#hoken-list-company .table--hoken-list th:not(.top) {
  color: #333;
}
#hoken-list-company .table--hoken-list td {
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  #hoken-list-company .table--hoken-list td {
    padding-top: 1rem;
  }
}
#hoken-list-company .table--hoken-list td a {
  display: block;
  text-align: center;
  padding-top: 1rem;
}
#hoken-list-company .table--hoken-list td a img {
  border: 1px solid #0055c2;
}

.hoken-list-company__anker-link {
  display: flex;
  justify-content: space-between;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .hoken-list-company__anker-link {
    flex-direction: row;
  }
}
.hoken-list-company__anker-link a {
  display: inline-block;
  color: #fff;
  background-color: #53aae4;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 4rem;
  border-radius: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hoken-list-company__anker-link a {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.hoken-list-company__anker-link a .fas {
  margin-right: 0.5em;
}
.hoken-list-company__anker-link a:last-of-type {
  background-color: #6eca3c;
}

#seimei-list,
#songai-list {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #seimei-list,
  #songai-list {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

.hoken-list-caution {
  border: 1px solid #f82424;
  color: #f82424;
  padding: 1.5em 2em;
  margin-bottom: 5.5rem;
}
.hoken-list-caution h2 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hoken-list-caution h2 {
    font-size: 2.2rem;
  }
}
.hoken-list-caution a {
  font-size: 1.6rem;
  display: inline-block;
  color: #f82424;
  margin-top: 1em;
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .hoken-list-caution a {
    font-size: 1.8rem;
  }
}

.hoken-list-introduction {
  margin-top: 40px;
}
.hoken-list-introduction .gakushu h3,
.hoken-list-introduction .jibun h3,
.hoken-list-introduction .gaika h3 {
  top: 28%;
}
.hoken-list-introduction .gakushu .copy + .copy,
.hoken-list-introduction .jibun .copy + .copy,
.hoken-list-introduction .gaika .copy + .copy {
  margin-top: 2em;
}
.hoken-list-introduction .gaika h3 {
  top: 38%;
}
@media screen and (min-width: 992px) {
  .hoken-list-introduction .gaika h3 {
    top: 28%;
  }
}
.hoken-list-introduction .gaika .copy + .copy {
  margin-top: -5em;
}
@media screen and (min-width: 992px) {
  .hoken-list-introduction .gaika .copy + .copy {
    margin-top: 2em;
  }
}

.hoken-about-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hoken-about-heading__cover {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hoken-about-heading__cover {
    width: 37%;
  }
}
.hoken-about-heading__cover img {
  width: 100%;
}
.hoken-about-heading__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hoken-about-heading__body {
    width: 61.2%;
  }
}
.hoken-about-heading__body .hoken-detail-point__unit {
  padding: 1.9rem 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .hoken-about-heading__body .hoken-detail-point__unit {
    margin-top: 0;
  }
}
.hoken-about-heading__body .hoken-detail-point__unit p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.hoken-about-heading__body .hoken-detail-point__unit.-top p {
  text-align: center;
  color: #0055c2;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hoken-about-heading__body .hoken-detail-point__unit.-top p {
    font-size: 2.2rem;
  }
}
.hoken-about-heading__title {
  border-radius: 100px;
  text-align: center;
  min-width: 20rem;
  display: inline-block;
  padding: 0.5em;
  letter-spacing: 0.1em;
  background-color: #f9ece1;
  margin-top: 2rem;
  width: 100%;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-about-heading__title {
    width: auto;
    font-size: 1.8rem;
  }
}
.hoken-about-heading__title.-blue {
  background-color: #ddeefa;
}
.hoken-about-heading__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .hoken-about-heading__list {
    flex-wrap: nowrap;
  }
}
.hoken-about-heading__list li {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .hoken-about-heading__list li {
    margin-top: 0;
  }
}
@media screen and (max-width: 1065px) {
  .hoken-about-heading__list li br {
    display: none;
  }
}
.hoken-about-heading__list li a {
  display: block;
  text-align: center;
  border-radius: 1rem;
  border: solid 0.3rem #dfca8a;
  background-color: #fff;
  padding: 1.5rem 1em;
}
@media screen and (min-width: 992px) {
  .hoken-about-heading__list li a {
    border-width: 0.4rem;
  }
}
.hoken-about-heading__list li a strong {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .hoken-about-heading__list li a strong {
    font-size: 1.8rem;
  }
}
.hoken-about-heading__list li a p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 0.5em;
}
.hoken-about-heading__list li.yellow a {
  border-color: #dfca8a;
}
.hoken-about-heading__list li.yellow a strong {
  color: #d7c078;
}
.hoken-about-heading__list li.blue a {
  border-color: #a0c2e7;
}
.hoken-about-heading__list li.blue a strong {
  color: #56a7d6;
}
.hoken-about-heading__list li.orange a {
  border-color: #da9c87;
}
.hoken-about-heading__list li.orange a strong {
  color: #bd4740;
}
.hoken-about-heading__list li.pink a {
  border-color: #f2a5c7;
}
.hoken-about-heading__list li.pink a strong {
  color: #f2a5c7;
}
.hoken-about-heading__list li.lightblue a {
  border-color: #4ab4ff;
}
.hoken-about-heading__list li.lightblue a strong {
  color: #4ab4ff;
}
.hoken-about-heading__list.-col3 li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hoken-about-heading__list.-col3 li {
    width: 33.3333333333%;
  }
}
.hoken-about-heading__list.-col2 li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hoken-about-heading__list.-col2 li {
    width: 50%;
  }
}
.hoken-about-products {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 576px) {
  .hoken-about-products {
    margin-top: 10rem;
  }
}
.hoken-about-products__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .hoken-about-products__flex {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .hoken-about-products__figure {
    width: 52.3%;
  }
}
.hoken-about-products__figure img {
  width: 100%;
}
.hoken-about-products__dl {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .hoken-about-products__dl {
    width: 41.5%;
    margin-top: 0;
  }
}
.hoken-about-products__item {
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .hoken-about-products__item {
    flex-direction: row;
    font-size: 1.8rem;
  }
}
.hoken-about-products__item.-title {
  background-color: #000;
  margin-bottom: 1.5rem;
  color: #fff;
}
.hoken-about-products__item.-life {
  background-color: #a7d187;
}
.hoken-about-products__item.-relief {
  background-color: #f2a5c7;
}
.hoken-about-products__item.-shushin {
  background-color: #fac373;
}
.hoken-about-products__item.-gan {
  background-color: #a599c7;
}
.hoken-about-products__item.-oyako {
  background-color: #f5ae8e;
}
.hoken-about-products__item.-kasai {
  background-color: #dac47b;
}
.hoken-about-products__item.-jishin {
  background-color: #90b7e2;
}
.hoken-about-products__item.-sumai {
  background-color: #dbe290;
}
.hoken-about-products__item.-car {
  background-color: #91cead;
}
.hoken-about-products__item.-heartwide {
  background-color: #94e1c3;
}
.hoken-about-beige {
  background-color: #f5f4ec;
  border-radius: 1rem;
  margin-top: 3rem;
}
.hoken-about-beige p {
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 1.9rem 2.5rem;
}

#hoken-event main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #hoken-event main .inner {
    margin: 0 auto;
  }
}

.hoken-event {
  margin-bottom: 10rem;
}
@media screen and (min-width: 576px) {
  .hoken-event {
    margin-bottom: 15rem;
  }
}
.hoken-event-unit {
  display: flex;
  position: relative;
}
.hoken-event-unit.-unit1 .hoken-event-unit__contents {
  padding-top: 0;
}
.hoken-event-unit__contents {
  display: flex;
  border-left: dotted 3px #dbe3ea;
  padding-top: 4rem;
  padding-left: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit__contents {
    border-left: none;
    border-right: dotted 6px #dbe3ea;
    width: calc(50% + 0.3rem);
    padding-top: 0;
    padding-left: 0;
    padding-right: 5.95%;
  }
}
.hoken-event-unit__image1 {
  width: 16%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit__image1 {
    margin-top: -1.5rem;
    order: 1;
    width: 24.04%;
  }
}
.hoken-event-unit__image1 img {
  width: 100%;
}
.hoken-event-unit-texts {
  width: 84%;
  position: relative;
  order: 1;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit-texts {
    width: 76.6%;
    padding-left: 4%;
    margin-top: -1.5rem;
    order: 2;
  }
}
.hoken-event-unit-texts__num {
  position: relative;
  padding: 0.5em 0.8em;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__num {
    font-size: 2.4rem;
  }
}
.hoken-event-unit-texts__num::before {
  display: block;
  position: absolute;
  top: 1.8rem;
  left: -1.5rem;
  height: 0.2rem;
  width: 24%;
  background-color: #57bff2;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit-texts__num::before {
    left: initial;
    right: -20%;
    height: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__num::before {
    right: -24%;
    height: 0.4rem;
    top: 2.4rem;
  }
}
.hoken-event-unit-texts__num::after {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: -2rem;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border: 2px solid #57bff2;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 576px) {
  .hoken-event-unit-texts__num::after {
    transform: none;
    left: initial;
    width: 3rem;
    height: 3rem;
    top: 0.5rem;
    right: -27%;
    border: 3px solid #57bff2;
  }
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__num::after {
    border: 6px solid #57bff2;
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    right: -26.3%;
  }
}
.hoken-event-unit-texts__title {
  margin-top: 0.91em;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__title {
    font-size: 3.5rem;
  }
}
.hoken-event-unit-texts__lead {
  margin-top: 1.87em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__lead {
    font-size: 1.6rem;
  }
}
.hoken-event-unit-texts__button {
  display: block;
  width: 100%;
  margin-top: 0.81em;
  padding: 0.55em;
  border: 2px solid #57bff2;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hoken-event-unit-texts__button {
    font-size: 2.2rem;
  }
}
.hoken-event-unit-texts__button::before {
  margin-right: 0.5em;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.hoken-event-unit-texts__button:hover {
  opacity: 0.8;
}
.hoken-event-unit__image2 {
  position: absolute;
  right: -14rem;
  bottom: 7.5rem;
  transform: translateX(100%);
  display: none;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit__image2 {
    width: 7rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hoken-event-unit__image2 {
    width: 10rem;
  }
}
.hoken-event-unit__image2 img {
  width: 100%;
}
.hoken-event-unit.-reverse {
  justify-content: flex-end;
}
.hoken-event-unit.-reverse .hoken-event-unit__contents {
  padding-right: 0;
  padding-left: 2rem;
  border-right: 0;
  border-left: dotted 3px #dbe3ea;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit.-reverse .hoken-event-unit__contents {
    padding-left: 5.95%;
    border-left: dotted 6px #dbe3ea;
  }
}
.hoken-event-unit.-reverse .hoken-event-unit__image1 {
  order: 2;
}
.hoken-event-unit.-reverse .hoken-event-unit__image2 {
  right: initial;
  left: -14rem;
  transform: translateX(-100%);
}
.hoken-event-unit.-reverse .hoken-event-unit-texts {
  padding-right: 4%;
  padding-left: 0;
  order: 1;
}
.hoken-event-unit.-reverse .hoken-event-unit-texts__num::before {
  left: -1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit.-reverse .hoken-event-unit-texts__num::before {
    left: -24%;
  }
}
.hoken-event-unit.-reverse .hoken-event-unit-texts__num::after {
  left: -2rem;
  transform: translateX(-55%);
}
@media screen and (min-width: 576px) {
  .hoken-event-unit.-reverse .hoken-event-unit-texts__num::after {
    left: -27%;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .hoken-event-unit.-reverse .hoken-event-unit-texts__num::after {
    left: -26.3%;
  }
}
.hoken-event-unit.-unit1 {
  margin-top: 3.7rem;
}
@media screen and (min-width: 576px) {
  .hoken-event-unit.-unit1 {
    margin-top: 7.5rem;
  }
}
.hoken-event-unit.-unit1 .hoken-event-unit-texts__num {
  background-color: #57bff2;
}
.hoken-event-unit.-unit1 .hoken-event-unit-texts__title {
  color: #57bff2;
}
.hoken-event-unit.-unit1 .hoken-event-unit-texts__button {
  color: #57bff2;
}
.hoken-event-unit.-unit1 .hoken-event-lists-head__num {
  background-color: #57bff2;
}
.hoken-event-unit.-unit1 .hoken-event-lists-head__title {
  color: #57bff2;
}
.hoken-event-unit.-unit2 .hoken-event-unit-texts__num {
  background-color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-unit-texts__num::before {
  background-color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-unit-texts__num::after {
  border-color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-unit-texts__title {
  color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-unit-texts__button {
  border-color: #f57db6;
  color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-lists-head__num {
  background-color: #f57db6;
}
.hoken-event-unit.-unit2 .hoken-event-lists-head__title {
  color: #f57db6;
}
.hoken-event-unit.-unit3 .hoken-event-unit-texts__num {
  background-color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-unit-texts__num::before {
  background-color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-unit-texts__num::after {
  border-color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-unit-texts__title {
  color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-unit-texts__button {
  border-color: #8ec176;
  color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-lists-head__num {
  background-color: #8ec176;
}
.hoken-event-unit.-unit3 .hoken-event-lists-head__title {
  color: #8ec176;
}
.hoken-event-unit.-unit4 .hoken-event-unit-texts__num {
  background-color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-unit-texts__num::before {
  background-color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-unit-texts__num::after {
  border-color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-unit-texts__title {
  color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-unit-texts__button {
  border-color: #bd995a;
  color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-lists-head__num {
  background-color: #bd995a;
}
.hoken-event-unit.-unit4 .hoken-event-lists-head__title {
  color: #bd995a;
}
.hoken-event-unit.-unit5 .hoken-event-unit-texts__num {
  background-color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-unit-texts__num::before {
  background-color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-unit-texts__num::after {
  border-color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-unit-texts__title {
  color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-unit-texts__button {
  border-color: #f0ac65;
  color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-lists-head__num {
  background-color: #f0ac65;
}
.hoken-event-unit.-unit5 .hoken-event-lists-head__title {
  color: #f0ac65;
}
.hoken-event-unit.-unit6 .hoken-event-unit-texts__num {
  background-color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-unit-texts__num::before {
  background-color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-unit-texts__num::after {
  border-color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-unit-texts__title {
  color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-unit-texts__button {
  border-color: #8177cc;
  color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-lists-head__num {
  background-color: #8177cc;
}
.hoken-event-unit.-unit6 .hoken-event-lists-head__title {
  color: #8177cc;
}
.hoken-event-lists {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 86rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
  display: none;
  padding: 2rem;
  z-index: 101;
  max-height: 97dvh;
  width: 97vw;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists {
    padding: 4rem;
  }
}
.hoken-event-lists.show {
  display: block;
}
.hoken-event-lists__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
  cursor: pointer;
}
.hoken-event-lists__close::before, .hoken-event-lists__close::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 3.6rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.hoken-event-lists__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hoken-event-lists__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hoken-event-lists__close:hover {
  opacity: 0.8;
}
.hoken-event-lists-head {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-head {
    column-gap: 2rem;
  }
}
.hoken-event-lists-head__image {
  width: 8rem;
}
.hoken-event-lists-head__image img {
  width: 100%;
}
.hoken-event-lists-head__texts {
  width: calc(100% - 8rem);
  display: flex;
  flex-wrap: wrap;
}
.hoken-event-lists-head__num {
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0055c2;
  padding: 0.44em 1.56em;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-head__num {
    font-size: 1.6rem;
  }
}
.hoken-event-lists-head__title {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-head__title {
    font-size: 2.6rem;
  }
}
.hoken-event-lists-head__lead {
  font-size: 1.3rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-head__lead {
    font-size: 1.6rem;
  }
}
.hoken-event-lists__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists__list {
    row-gap: 2.5rem;
  }
}
.hoken-event-lists__list.-col3 li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-event-lists__list.-col3 li {
    max-width: 21rem;
  }
}
.hoken-event-lists__list li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-event-lists__list li {
    width: calc(50% - 1rem);
  }
}
.hoken-event-lists__list li a,
.hoken-event-lists__list li div {
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  position: relative;
  height: 100%;
  border: 2px solid #0055c2;
  border-radius: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists__list li a,
  .hoken-event-lists__list li div {
    padding: 2rem 1em;
  }
}
.hoken-event-lists__list li div::after {
  display: flex;
  content: "";
  width: 4rem;
  height: 10.8rem;
  background-image: url(../images/hoken/event/arrow_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .hoken-event-lists__list li div::after {
    transform: translate(65%, -50%);
    bottom: initial;
    left: initial;
    width: 10.8rem;
    height: 4rem;
    top: 50%;
    right: 0;
    background-image: url(../images/hoken/event/arrow_pc.png);
  }
}
.hoken-event-lists__list li a::after {
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f70000;
  content: "\f0da";
}
.hoken-event-lists__list li h2 {
  color: #0055c2;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists__list li h2 {
    font-size: 1.9rem;
  }
}
.hoken-event-lists__list li p {
  color: #0055c2;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists__list li p {
    font-size: 1.9rem;
  }
}
.hoken-event-lists__list li.lock a {
  pointer-events: none;
}
.hoken-event-lists__list li.lock a::after {
  display: none;
}
.hoken-event-lists__p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists__p {
    font-size: 1.6rem;
  }
}
.hoken-event-lists-box {
  border: 1px solid #0055c2;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box {
    margin-top: 3rem;
  }
}
.hoken-event-lists-box__h4 {
  text-align: center;
  font-weight: bold;
  color: #0055c2;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box__h4 {
    font-size: 2.1rem;
  }
}
.hoken-event-lists-box__h4 .md {
  font-size: 0.9em;
}
.hoken-event-lists-box__h4 .sm {
  font-size: 0.8em;
}
.hoken-event-lists-box__h5 {
  font-weight: bold;
  color: #0055c2;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box__h5 {
    font-size: 1.9rem;
  }
}
.hoken-event-lists-box__h5:not(:first-of-type) {
  margin-top: 2.5em;
}
.hoken-event-lists-box p {
  font-size: 1.5rem;
  color: #0055c2;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box p {
    font-size: 1.9rem;
  }
}
.hoken-event-lists-box__arrow {
  text-align: center;
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box__arrow {
    font-size: 6.6rem;
  }
}
.hoken-event-lists-box.-noborder {
  border: 0;
  margin: 0;
}
.hoken-event-lists-box.-noborder p {
  text-align: center;
  font-size: 1.5rem;
  color: #0055c2;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box.-noborder p {
    font-size: 1.9rem;
  }
}
.hoken-event-lists-box__figure img {
  width: 100%;
}
.hoken-event-lists-box__illust {
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 19rem;
}
@media screen and (min-width: 768px) {
  .hoken-event-lists-box__illust {
    margin-top: 0;
    text-align: left;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
}
.hoken-event-lists-box__illust img {
  width: 100%;
}
.hoken-event-saigai-links {
  position: relative;
}
.hoken-event-saigai-link {
  position: absolute;
  display: block;
  width: 23%;
  height: 27%;
}
.hoken-event-saigai-link::after {
  background-color: transparent;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.hoken-event-saigai-link:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.hoken-event-saigai-link.-kasai {
  top: 58.5%;
  left: 1.5%;
}
.hoken-event-saigai-link.-jishin {
  top: 21%;
  left: 76.5%;
}
@media screen and (min-width: 576px) {
  .hoken-event-saigai-link.-jishin {
    top: 16%;
  }
}
.hoken-event-saigai-link.-sumai {
  top: 60%;
  left: 76.5%;
}

#hoken-list main .inner,
#hoken-list-company main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #hoken-list main .inner,
  #hoken-list-company main .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  #hoken-list .ttl--sub-page-b {
    padding-bottom: 0;
  }
}
#hoken-list .ttl--sub-page-b .inner {
  position: relative;
}

.ttl--hoken-list-h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--hoken-list-h2 {
    font-size: 2.2rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.table-scroll-wrap {
  overflow: auto;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .table-scroll-wrap {
    white-space: normal;
  }
}

.table--hoken-list {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.table--hoken-list thead th {
  background-color: #ffe5e5;
  color: #000;
  font-weight: bold;
  padding: 0.62rem 0.5em;
  font-size: 1.4em;
}
@media screen and (min-width: 576px) {
  .table--hoken-list thead th {
    font-size: 1.9rem;
  }
}
.table--hoken-list thead th:first-of-type {
  width: 26.2rem;
}
.table--hoken-list thead th:nth-of-type(2) {
  width: 29.8rem;
}
.table--hoken-list thead th:last-of-type {
  width: 44rem;
}
.table--hoken-list th {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  background-color: #f5f4ec;
  border: 1px solid #ccc;
  padding: 1.2rem 1em;
  line-height: 2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th {
    font-size: 1.8rem;
    padding: 2.5rem 0.5em;
  }
}
.table--hoken-list th:not(.top)::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6eca3b;
  display: block;
  width: 4rem;
  text-align: center;
  margin-right: 0em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th:not(.top)::before {
    top: 1.9rem;
    font-size: 2.4rem;
  }
}
.table--hoken-list th.inochi::before {
  content: "\f004";
}
.table--hoken-list th.byoki::before {
  content: "\f728";
}
.table--hoken-list th.nyuin::before {
  content: "\f0f8";
}
.table--hoken-list th.rougo::before {
  content: "\f024";
}
.table--hoken-list th.zaisan::before {
  content: "\f51e";
}
.table--hoken-list th.jishin::before {
  content: "\f6f1";
}
.table--hoken-list th.car::before {
  content: "\f5e4";
}
.table--hoken-list th.leisure::before {
  content: "\f70c";
}
.table--hoken-list th .table-hoken-list-name {
  color: #0055c2;
  position: relative;
  display: inline-block;
  margin-left: 3.5rem;
}
.table--hoken-list th .table-hoken-list-name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  margin-right: 0.3em;
}
.table--hoken-list th .table-hoken-list-name.pre {
  color: #333;
  pointer-events: none;
}
.table--hoken-list th .caution {
  font-weight: normal;
  color: #333;
  padding-left: 3.5rem;
}
.table--hoken-list th p {
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .table--hoken-list th p {
    font-size: 1.6rem;
  }
}
.table--hoken-list th p > a {
  color: #0055c2;
  text-decoration: underline;
}
.table--hoken-list td {
  font-size: 1.3rem;
  border: 1px solid #ccc;
  line-height: 2;
  padding: 1.2rem 1em;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 576px) {
  .table--hoken-list td {
    padding: 2.5rem 1em;
    font-size: 1.8rem;
  }
}
.table--hoken-list td:first-of-type {
  text-align: center;
}
.table--hoken-list td:last-of-type {
  padding-bottom: 3.5em;
}
.table--hoken-list td .tel {
  margin-top: 2em;
}
.table--hoken-list td .tel.-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .table--hoken-list td .tel.-free::after {
    font-size: 11px;
  }
}
.table--hoken-list td .circle {
  font-weight: bold;
}
.table--hoken-list td .circle::before {
  content: "●";
  font-size: 1.6rem;
  color: #53aae4;
  margin-right: 0.3em;
}
.table--hoken-list td a {
  color: #0055c2;
  text-decoration: underline;
}
.table--hoken-list td .qr {
  width: 11rem;
  margin-top: 2rem;
}
.table--hoken-list td .qr img {
  width: 100%;
}
.table--hoken-list td .detail {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #333;
}
.table--hoken-list td .detail a {
  color: #333;
}
.table--hoken-list td ol {
  counter-reset: item;
}
.table--hoken-list td ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.table--hoken-list td ol li:not(:first-of-type) {
  margin-top: 1.5em;
}
.table--hoken-list td ol li:before {
  counter-increment: item;
  content: counter(item, decimal) ".";
}
.table--hoken-list ul li {
  margin-left: 1em;
  position: relative;
}
.table--hoken-list ul li::before {
  content: "・";
  position: absolute;
  left: -1em;
  top: 0;
}

.hoken-list {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-list {
    margin-bottom: 9.5rem;
  }
}
.hoken-list .red {
  color: #f70000;
  font-weight: bold;
}
.hoken-list .sub-page-b__header h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hoken-list .sub-page-b__header h2 {
    flex-direction: row;
  }
}
.hoken-list .sub-page-b__header h2 > span {
  margin-left: 1em;
  font-size: 0.5em;
}
@media screen and (min-width: 768px) {
  .hoken-list .sub-page-b__header h2 > span {
    font-size: 0.39em;
  }
}
@media screen and (max-width: 575px) {
  .hoken-list .sub-page-b__header h2 > span {
    font-size: 0.7em;
  }
}
.hoken-list-head-banner {
  position: absolute;
  width: 28%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 575px) {
  .hoken-list-head-banner {
    width: 100%;
    margin-top: 40px;
    position: static;
    text-align: center;
  }
  .hoken-list-head-banner img {
    max-width: 200px;
  }
}
.hoken-list-head-banner img {
  width: 100%;
}
.hoken-list .text-call {
  letter-spacing: -0.1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-list .text-call {
    font-size: 3rem;
  }
}
.hoken-list .strong {
  line-height: 1.5;
  color: #0055c2;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 576px) {
  .hoken-list .strong {
    font-size: 2.2rem;
    margin-bottom: 5.5rem;
  }
}
.hoken-list__recommend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend {
    flex-direction: row;
    margin-bottom: 3.5rem;
  }
}
.hoken-list__recommend li {
  max-width: 30rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #f5f4ec;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li {
    margin-bottom: 0;
    max-width: initial;
    width: 48.3%;
  }
}
@media screen and (min-width: 992px) {
  .hoken-list__recommend li {
    width: 31.3%;
  }
}
.hoken-list__recommend li.important {
  background-color: #f9ebe1;
}
.hoken-list__recommend li > a,
.hoken-list__recommend li > span {
  display: block;
  height: 100%;
  padding: 4rem 1em 3rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a,
  .hoken-list__recommend li > span {
    padding: 5rem 1.5em 2rem;
  }
}
.hoken-list__recommend li > a h3,
.hoken-list__recommend li > span h3 {
  width: 100%;
}
.hoken-list__recommend li > a h3::before,
.hoken-list__recommend li > span h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5em;
  left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  padding-top: 13%;
}
.hoken-list__recommend li > a.relief h3::before,
.hoken-list__recommend li > span.relief h3::before {
  background-image: url(../images/hoken-list/icon-relief.png);
}
.hoken-list__recommend li > a.shushin h3::before,
.hoken-list__recommend li > span.shushin h3::before {
  background-image: url(../images/hoken-list/icon-shushin.png);
}
.hoken-list__recommend li > a.gan h3::before,
.hoken-list__recommend li > span.gan h3::before {
  background-image: url(../images/hoken-list/icon-gan.png);
}
.hoken-list__recommend li > a.life h3::before,
.hoken-list__recommend li > span.life h3::before {
  background-image: url(../images/hoken-list/icon-life.png);
}
.hoken-list__recommend li > a.car h3::before,
.hoken-list__recommend li > span.car h3::before {
  background-image: url(../images/hoken-list/icon-car.png);
}
.hoken-list__recommend li > a.kasai h3::before,
.hoken-list__recommend li > span.kasai h3::before {
  background-image: url(../images/hoken-list/icon-kasai.png);
}
.hoken-list__recommend li > a.oyako h3::before,
.hoken-list__recommend li > span.oyako h3::before {
  background-image: url(../images/hoken-list/icon-oyako.png);
}
.hoken-list__recommend li > a.jishin h3::before,
.hoken-list__recommend li > span.jishin h3::before {
  background-image: url(../images/hoken-list/icon-jishin.png);
}
.hoken-list__recommend li > a.golf h3::before,
.hoken-list__recommend li > span.golf h3::before {
  background-image: url(../images/hoken-list/icon-golf.png);
}
.hoken-list__recommend li > a.pet h3::before,
.hoken-list__recommend li > span.pet h3::before {
  background-image: url(../images/hoken-list/icon-pet.png);
}
.hoken-list__recommend li > a.sumai h3::before,
.hoken-list__recommend li > span.sumai h3::before {
  background-image: url(../images/hoken-list/icon-sumai.png);
}
.hoken-list__recommend li > a.gakushu h3::before,
.hoken-list__recommend li > span.gakushu h3::before {
  background-image: url(../images/hoken-list/icon-gakushu.png);
}
.hoken-list__recommend li > a.jibun h3::before,
.hoken-list__recommend li > span.jibun h3::before {
  background-image: url(../images/hoken-list/icon-jibun.png);
}
.hoken-list__recommend li > a.gaika h3::before,
.hoken-list__recommend li > span.gaika h3::before {
  background-image: url(../images/hoken-list/icon-gaika.png);
}
.hoken-list__recommend li > a .hoken-list__pop,
.hoken-list__recommend li > span .hoken-list__pop {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -25px;
  color: #fff;
  width: 55px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a .hoken-list__pop,
  .hoken-list__recommend li > span .hoken-list__pop {
    font-size: 1.1rem;
    width: 65px;
    left: -5px;
  }
}
.hoken-list__recommend li > a .hoken-list__pop::before,
.hoken-list__recommend li > span .hoken-list__pop::before {
  border-radius: 50%;
  background-color: #0055c2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li > a .hoken-list__pop::before,
  .hoken-list__recommend li > span .hoken-list__pop::before {
    width: 65px;
    height: 65px;
  }
}
.hoken-list__recommend li .call {
  color: #0055c2;
  font-weight: bold;
  font-size: 1.4rem;
}
.hoken-list__recommend li .call::before {
  content: "＼";
  padding-right: 0.5em;
}
.hoken-list__recommend li .call::after {
  content: "／";
  padding-left: 0.5em;
}
.hoken-list__recommend li h3 {
  line-height: 1.4;
  font-size: 1.8rem;
  margin-top: 1.6em;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li h3 {
    font-size: 1.9rem;
  }
}
.hoken-list__recommend li .copy {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 2.5rem;
}
.hoken-list__recommend li .lead {
  line-height: 1.5;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .hoken-list__recommend li .lead {
    font-size: 1.6rem;
  }
}
.hoken-list__recommend li .lead .bold {
  font-weight: bold;
}
.hoken-list__recommend li .lead .red {
  color: #f82424;
  font-weight: bold;
}
.hoken-list__recommend li .asterisk {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.hoken-list__recommend li .tel {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.2rem;
}
.hoken-list__recommend li .link-btn {
  background: #0055c2;
  margin: 1em 0 0;
  padding: 1em;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.hoken-list__bottom {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom {
    margin-bottom: 9.5rem;
  }
}
.hoken-list__bottom h3 {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom h3 {
    font-size: 1.8rem;
  }
}
.hoken-list__bottom h3::before {
  content: "●";
  font-size: 1.6rem;
  color: #53aae4;
  margin-right: 0.3em;
}
.hoken-list__bottom p {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom p {
    font-size: 1.6rem;
  }
}
.hoken-list__bottom a {
  color: #0055c2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom a {
    font-size: 1.8rem;
  }
}
.hoken-list__bottom a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #f70000;
  margin-right: 0.3em;
}
.hoken-list__bottom span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  .hoken-list__bottom span {
    display: inline;
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .hoken-list__bottom span {
    font-size: 1.8rem;
  }
}
.hoken-list__go-top {
  background-color: #ddeefa;
  border-radius: 5px;
  position: relative;
  margin-left: auto;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .hoken-list__go-top {
    width: 45px;
    height: 45px;
    margin-top: 40px;
  }
}
.hoken-list__go-top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: #0055c2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .hoken-list__go-top::before {
    font-size: 30px;
  }
}
.hoken-list__go-top:hover {
  opacity: 0.7;
}
.hoken-list__importants {
  text-align: center;
  border: 1px solid gray;
  font-size: 2rem;
  padding: 0.5em;
  margin-top: 4rem;
}

.estimate-2col {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .estimate-2col {
    flex-direction: row;
  }
}
.estimate-2col li {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li {
    margin-bottom: 0;
  }
  .estimate-2col li:first-of-type {
    margin-right: 4%;
  }
}
.estimate-2col li a {
  display: block;
  position: relative;
  border: solid 2px #0055c2;
  padding: 1.7rem 1em;
  padding-left: 23%;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a {
    padding: 3.5rem 1em;
    padding-left: 26%;
  }
}
.estimate-2col li a::after {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  font-size: 1.8rem;
}
.estimate-2col li a.internet::before {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f26c";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a.internet::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li a.internet::before {
    font-size: 6rem;
  }
}
.estimate-2col li a.fax::before {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li a.fax::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li a.fax::before {
    font-size: 6rem;
  }
}
.estimate-2col li .small {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li .small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li .small {
    font-size: 1.8rem;
  }
}
.estimate-2col li .large {
  color: #0055c2;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .estimate-2col li .large {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .estimate-2col li .large {
    font-size: 3rem;
  }
}
.estimate-2col li .large .fas {
  color: #f70000;
  margin-left: 0.3em;
}

#hoken-list-company .table-scroll-wrap {
  white-space: normal;
}
#hoken-list-company .table--hoken-list {
  min-width: 50rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  #hoken-list-company .table--hoken-list {
    min-width: auto;
  }
}
#hoken-list-company .table--hoken-list th:not(.top) {
  color: #333;
}
#hoken-list-company .table--hoken-list td {
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  #hoken-list-company .table--hoken-list td {
    padding-top: 1rem;
  }
}
#hoken-list-company .table--hoken-list td a {
  display: block;
  text-align: center;
  padding-top: 1rem;
}
#hoken-list-company .table--hoken-list td a img {
  border: 1px solid #0055c2;
}

.hoken-list-company__anker-link {
  display: flex;
  justify-content: space-between;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .hoken-list-company__anker-link {
    flex-direction: row;
  }
}
.hoken-list-company__anker-link a {
  display: inline-block;
  color: #fff;
  background-color: #53aae4;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 4rem;
  border-radius: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hoken-list-company__anker-link a {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.hoken-list-company__anker-link a .fas {
  margin-right: 0.5em;
}
.hoken-list-company__anker-link a:last-of-type {
  background-color: #6eca3c;
}

#seimei-list,
#songai-list {
  margin-top: -7.3rem;
  padding-top: 7.3rem;
}
@media screen and (min-width: 576px) {
  #seimei-list,
  #songai-list {
    padding-top: 22.2rem;
    margin-top: -22.2rem;
  }
}

.hoken-list-caution {
  border: 1px solid #f82424;
  color: #f82424;
  padding: 1.5em 2em;
  margin-bottom: 5.5rem;
}
.hoken-list-caution h2 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hoken-list-caution h2 {
    font-size: 2.2rem;
  }
}
.hoken-list-caution a {
  font-size: 1.6rem;
  display: inline-block;
  color: #f82424;
  margin-top: 1em;
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .hoken-list-caution a {
    font-size: 1.8rem;
  }
}

.hoken-list-introduction {
  margin-top: 40px;
}
.hoken-list-introduction .gakushu h3,
.hoken-list-introduction .jibun h3,
.hoken-list-introduction .gaika h3 {
  top: 28%;
}
.hoken-list-introduction .gakushu .copy + .copy,
.hoken-list-introduction .jibun .copy + .copy,
.hoken-list-introduction .gaika .copy + .copy {
  margin-top: 2em;
}
.hoken-list-introduction .gaika h3 {
  top: 38%;
}
@media screen and (min-width: 992px) {
  .hoken-list-introduction .gaika h3 {
    top: 28%;
  }
}
.hoken-list-introduction .gaika .copy + .copy {
  margin-top: -5em;
}
@media screen and (min-width: 992px) {
  .hoken-list-introduction .gaika .copy + .copy {
    margin-top: 2em;
  }
}

.hoken-agency {
  margin-bottom: 10rem;
}
.hoken-agency-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .hoken-agency-list {
    flex-direction: row;
  }
}
.hoken-agency-list > li {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .hoken-agency-list > li {
    width: 48%;
  }
}
.hoken-agency-address li {
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .hoken-agency-address li {
    font-size: 1.6rem;
  }
}
.hoken-agency-address li:first-of-type {
  position: relative;
  font-weight: bold;
  padding-left: 1.1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hoken-agency-address li:first-of-type {
    padding-left: 1.2em;
    font-size: 1.7rem;
  }
}
.hoken-agency-address li:first-of-type::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  background-color: #0054c2;
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .hoken-agency-address li:first-of-type::before {
    width: 13px;
    height: 13px;
    top: 4px;
  }
}

#hoken-detail main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #hoken-detail main .inner {
    margin: 0 auto;
  }
}

.hoken-detail {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail {
    margin-bottom: 11rem;
  }
}
.hoken-detail .sub-page-b__header .hoken-cat {
  display: block;
  font-size: 0.7em;
  margin-bottom: 0.8em;
}
.hoken-detail .sub-page-b__header .hoken-cat::before {
  color: #fff;
  content: "";
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  font-size: 0.8em;
  width: 3rem;
  height: 2.3rem;
  margin-right: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 576px) {
  .hoken-detail .sub-page-b__header .hoken-cat::before {
    width: 5rem;
    height: 4rem;
  }
}
.hoken-detail .sub-page-b__header .hoken-cat.relief::before {
  background-image: url(../images/hoken-list/icon-relief.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.shushin::before {
  background-image: url(../images/hoken-list/icon-shushin.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.gan::before {
  background-image: url(../images/hoken-list/icon-gan.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.life::before {
  background-image: url(../images/hoken-list/icon-life.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.car::before {
  background-image: url(../images/hoken-list/icon-car.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.kasai::before {
  background-image: url(../images/hoken-list/icon-kasai.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.oyako::before {
  background-image: url(../images/hoken-list/icon-oyako.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.jishin::before {
  background-image: url(../images/hoken-list/icon-jishin.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.golf::before {
  background-image: url(../images/hoken-list/icon-golf.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.pet::before {
  background-image: url(../images/hoken-list/icon-pet.png);
}
.hoken-detail .sub-page-b__header .hoken-cat.sumai::before {
  background-image: url(../images/hoken-list/icon-sumai.png);
}
.hoken-detail .sub-page-b__header .agency {
  font-size: 0.7em;
  display: block;
}
@media screen and (min-width: 768px) {
  .hoken-detail .sub-page-b__header .agency {
    font-size: 2rem;
  }
}
.hoken-detail-point {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point {
    flex-direction: row;
  }
}
.hoken-detail-point.col1 .hoken-detail-point__unit {
  max-width: 100%;
}
.hoken-detail-point__unit {
  background-color: #f5f4ec;
  border-radius: 1rem;
  width: 100%;
  padding: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit {
    padding: 2.5rem;
  }
}
.hoken-detail-point__unit.col2 {
  max-width: 47rem;
}
.hoken-detail-point__unit:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .hoken-detail-point__unit:nth-of-type(2) .white-box {
    padding-bottom: calc(2.3rem + 1.5em);
  }
}
.hoken-detail-point__unit .blue {
  color: #53aae4;
  font-weight: bold;
}
.hoken-detail-point__unit h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-detail-point__unit h3 {
    font-size: 2.6rem;
  }
}
.hoken-detail-point__unit .white-box {
  background-color: #fff;
  position: relative;
  padding: 2.7rem 2% 2.3rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit .white-box {
    font-size: 1.6rem;
  }
}
.hoken-detail-point__unit .white-box.white-box-adjust {
  padding-bottom: 2.3rem;
}
.hoken-detail-point__unit .white-box .tag {
  position: absolute;
  display: inline-block;
  background-color: #53aae4;
  text-align: center;
  color: #fff;
  border-radius: 1.5rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit .white-box .tag {
    font-size: 2rem;
  }
}
.hoken-detail-point__unit .white-box ul {
  margin-left: 1.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit .white-box ul {
    font-size: 1.6rem;
  }
}
.hoken-detail-point__unit .white-box ul li {
  position: relative;
}
.hoken-detail-point__unit .white-box ul li::before {
  position: absolute;
  top: 0;
  left: -1.3em;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
.hoken-detail-point__unit .asterisk {
  line-height: 1.5;
  margin-top: 1em;
  position: relative;
  padding-left: 1.1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-point__unit .asterisk {
    font-size: 1.4rem;
  }
}
.hoken-detail-point__unit .asterisk::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.hoken-detail--car {
  margin-bottom: 3rem;
}
.hoken-detail--car ul {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .hoken-detail--car ul {
    font-size: 1.4rem;
  }
}
.hoken-detail .point-bottom {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 576px) {
  .hoken-detail .point-bottom {
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
}
.hoken-detail-documents {
  background-color: #ddeefa;
  border-radius: 1rem;
  position: relative;
  padding: 3rem 4%;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents {
    padding: 4%;
  }
}
.hoken-detail-documents .lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-detail-documents .lead {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
.hoken-detail-documents .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .flex {
    flex-direction: row;
  }
}
.hoken-detail-documents .flex a {
  display: block;
  background-color: #fff;
  text-align: center;
  width: 28rem;
  padding: 2.5rem 3% 3.2rem;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .flex a {
    width: 48%;
    margin: 0;
    margin-bottom: 0;
  }
  .hoken-detail-documents .flex a:last-of-type {
    margin-right: 0;
  }
}
.hoken-detail-documents .flex a img {
  width: 39%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .flex a img {
    width: 6.7rem;
  }
}
.hoken-detail-documents .flex a .name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  margin-top: 1.3rem;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .flex a .name {
    font-size: 1.2rem;
  }
}
.hoken-detail-documents .flex a .name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
  margin-right: 0.3em;
}
.hoken-detail-documents .flex a .small {
  font-size: 1.2rem;
  text-align: center;
  color: #333;
  line-height: 1.8;
}
@media screen and (min-width: 576px) {
  .hoken-detail-documents .flex a .small {
    font-size: 1rem;
  }
}
.hoken-detail-documents__left-bottom {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .hoken-detail-documents__left-bottom {
    font-size: 1.4rem;
  }
}
.hoken-detail-video {
  position: relative;
  margin-top: 4.2rem;
}
.hoken-detail-video .-heading {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-video .-heading {
    font-size: 2.4rem;
  }
}
.hoken-detail-video .-heading img {
  display: inline-block;
  margin-right: 0.5em;
  height: 1em;
  width: auto;
}
.hoken-detail-video__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-video__list {
    margin-bottom: -4rem;
  }
}
.hoken-detail-video__list.-center {
  justify-content: center;
}
.hoken-detail-video__list__item {
  margin-bottom: 3rem;
}
.hoken-detail-video__list__item a {
  text-decoration: underline;
}
.hoken-detail-video__list__item img {
  max-width: 100%;
}
.hoken-detail-video__list__item .-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.hoken-detail-video__list__item .-title {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-video__list__item .-title {
    font-size: 1.8rem;
  }
}
.hoken-detail #video {
  padding-top: 45px;
  margin-top: -45px;
}
.hoken-detail-contents {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.82%;
  margin-top: 4rem;
}
.hoken-detail-contents__main {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents__main {
    width: 63%;
  }
}
.hoken-detail-contents__side {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents__side {
    width: 35.18%;
    margin-top: 0;
  }
}
.hoken-detail-unit {
  border: 1px solid #667d8a;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 3rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-unit {
    font-size: 1.6rem;
    padding: 3rem;
  }
}
.hoken-detail-unit.-unit1 .jishin-table {
  line-height: 2;
}
.hoken-detail-unit.-unit1 .jishin-table td:first-of-type {
  width: 8em;
}
.hoken-detail-unit.-unit4 {
  position: relative;
}
.hoken-detail-unit.-unit4 .hoken-detail-unit__qr {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 15%;
}
.hoken-detail-unit.-unit4 .hoken-detail-unit__qr img {
  width: 100%;
}
.hoken-detail-unit.-jishin-estimate {
  width: 100%;
  position: relative;
}
.hoken-detail-unit.-jishin-estimate .estimate {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #0055c2;
  font-size: 1.1em;
}
.hoken-detail-unit.-jishin-estimate .estimate img {
  height: 2.5em;
  width: auto;
  margin-left: 0.7em;
  margin-bottom: -0.5em;
}
.hoken-detail-unit__h3 {
  color: #53aae4;
  font-weight: bold;
  margin-bottom: 0.8em;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-unit__h3 {
    font-size: 2.4rem;
    margin-left: -0.83em;
  }
}
.hoken-detail-unit__figure {
  margin-top: 1rem;
}
.hoken-detail-unit__figure img {
  width: 100%;
}
.hoken-detail-unit__figure.-narrow {
  text-align: center;
}
.hoken-detail-unit__figure.-narrow img {
  max-width: 367px;
}
.hoken-detail-unit__2col {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 7px;
}
@media screen and (min-width: 576px) {
  .hoken-detail-unit__2col {
    flex-direction: row;
  }
}
.hoken-detail-unit__2col.-align-end {
  align-items: flex-end;
}
.hoken-detail-unit__2col > * {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-unit__2col > * {
    width: 50%;
  }
}
.hoken-detail-unit p {
  line-height: 2;
}
.hoken-detail-unit p.align-right {
  text-align: right;
}
.hoken-detail-unit p.asterisk {
  position: relative;
  padding-left: 1em;
}
.hoken-detail-unit p.asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.hoken-detail-unit p.small {
  font-size: 0.875em;
}
.hoken-detail-claim {
  background-color: #daf3e3;
  position: relative;
  padding: 3rem 4%;
  border-radius: 1rem;
}
.hoken-detail-claim__title {
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #00a348;
  padding: 0 0.5em 0.625em;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .hoken-detail-claim__title {
    font-size: 2.4rem;
  }
}
.hoken-detail-claim__illust {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 22%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-claim__illust {
    width: 26%;
  }
}
.hoken-detail-claim__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2.5rem 0.5em;
}
.hoken-detail-claim__box.-orange {
  background-color: #ff7200;
  color: #fff;
}
.hoken-detail-claim.-bottom {
  background-color: #ddeefa;
  margin-top: 2rem;
}
.hoken-detail-claim.-bottom .hoken-detail-claim__title {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .hoken-detail-claim.-bottom .hoken-detail-claim__title {
    font-size: 2rem;
  }
}
.hoken-detail .xl {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .hoken-detail .xl {
    font-size: 1.375em;
  }
}
.hoken-detail .lg {
  font-size: 1.05em;
}
@media screen and (min-width: 768px) {
  .hoken-detail .lg {
    font-size: 1.12em;
  }
}
.hoken-detail .red {
  color: #ff484a;
}
.hoken-detail .green {
  color: #1aa348;
}
.hoken-detail .blue {
  color: #53aae4;
}
.hoken-detail__approval {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2em;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .hoken-detail__approval {
    font-size: 1.6rem;
    margin-top: 0;
    transform: translateY(-100%);
  }
}
.hoken-detail__approval p {
  text-align-last: left;
  display: inline-block;
}

.hoken-detail-kasai {
  position: relative;
}
.hoken-detail-kasai__kasai-chara {
  position: absolute;
  top: 5.5%;
  right: 5.5%;
  width: 30%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-kasai__kasai-chara {
    width: 36.9%;
  }
}
.hoken-detail-kasai__kasai-chara img {
  width: 100%;
}

/* modaal overwhite */
.modaal-inner-wrapper {
  padding: 1rem;
}
@media screen and (min-width: 576px) {
  .modaal-inner-wrapper {
    padding: 80px 25px;
  }
}

.modaal-content-container {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .modaal-content-container {
    padding: 3rem;
  }
}

.-video video {
  max-width: 100%;
}

.hoken-detail-address {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.hoken-detail-address .company {
  margin-top: 0.3em;
}
.hoken-detail-address .tel {
  font-size: 1.875em;
  margin-top: 10px;
}
.hoken-detail-address .tel::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  transform: scaleX(-1);
  color: #f70200;
}
.hoken-detail-address .tel .small {
  font-size: 0.53em;
}
.hoken-detail-address .time {
  margin-top: 0.5em;
}
.hoken-detail-address .qr {
  text-align: center;
}
.hoken-detail-address .qr img {
  width: 134px;
}
.hoken-detail-address .button {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1em;
}
.hoken-detail-address .button a {
  display: inline-block;
  border-radius: 300px;
  color: #fff;
  background-color: #1053a4;
  padding: 1em 3em;
}
.hoken-detail-address .button.-green a {
  background-color: #569012;
}

.hoken-detail-contents.-car .-unit5 .hoken-detail-unit__2col .hoken-detail__figure {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents.-car .-unit5 .hoken-detail-unit__2col .hoken-detail__figure {
    width: 32%;
  }
}
.hoken-detail-contents.-car .-unit5 .hoken-detail-unit__2col .hoken-detail__figure img {
  max-width: 220px;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents.-car .-unit5 .hoken-detail-unit__2col .hoken-detail__figure img {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents.-car .-unit5 .hoken-detail-unit__2col .hoken-detail__texts {
    width: 68%;
  }
}
.hoken-detail-contents.-shushin .-unit5 .hoken-detail-unit__2col {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents.-shushin .-unit5 .hoken-detail-unit__2col .hoken-detail-unit__figure {
    width: 65%;
  }
}
.hoken-detail-contents.-shushin .-unit5 .hoken-detail-unit__2col .hoken-detail-unit__qr {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-detail-contents.-shushin .-unit5 .hoken-detail-unit__2col .hoken-detail-unit__qr {
    font-size: 1.6rem;
    width: 35%;
    text-align: center;
    margin-top: 0;
  }
}

#hoken-contact main .inner {
  max-width: 114rem;
  margin: 0 2.7%;
}
@media screen and (min-width: 960px) {
  #hoken-contact main .inner {
    margin: 0 auto;
  }
}

.hoken-contact {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 576px) {
  .hoken-contact {
    margin-bottom: 9.5rem;
  }
}
.hoken-contact-accordion {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .hoken-contact-accordion {
    margin-top: 6rem;
  }
}
.hoken-contact-accordion > li {
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-top: 15px;
}
.hoken-contact-accordion__head {
  padding: 1em 20px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .hoken-contact-accordion__head {
    padding: 1em 2%;
    padding-right: 6%;
    font-size: 18px;
  }
}
.hoken-contact-accordion__head::before, .hoken-contact-accordion__head::after {
  content: "";
  display: inline-block;
  background-color: #999;
  position: absolute;
}
.hoken-contact-accordion__head::before {
  width: 3px;
  top: 50%;
  right: calc(2% + 5px);
  height: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .hoken-contact-accordion__head::before {
    height: 19px;
    right: calc(2% + 8px);
  }
}
.hoken-contact-accordion__head::after {
  height: 3px;
  top: 50%;
  width: 13px;
  right: 2%;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .hoken-contact-accordion__head::after {
    width: 19px;
  }
}
.hoken-contact-accordion__head.-open::before {
  opacity: 0;
}
.hoken-contact-accordion__head:hover {
  opacity: 0.7;
}
.hoken-contact-accordion__body {
  display: none;
  padding: 0 2%;
  padding-top: 15px;
}

#hoken-faq main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #hoken-faq main .inner {
    margin: 0 auto;
  }
}

.hoken-faq {
  margin-bottom: 10rem;
}
.hoken-faq__h2 {
  padding: 0.61em 0.57em;
  font-size: 2rem;
  margin-top: 1.8em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .hoken-faq__h2 {
    font-size: 3.3rem;
  }
}
.hoken-faq__h2:first-of-type {
  background-color: #fbe6e5;
}
.hoken-faq__h2:nth-of-type(2) {
  background-color: #e5efdb;
}
.hoken-faq__h2:nth-of-type(3) {
  background-color: #dcdbef;
}
.hoken-faq__h2:nth-of-type(4) {
  background-color: #fff4d4;
}
.hoken-faq__h2:nth-of-type(5) {
  background-color: #dbe9ef;
}
.hoken-faq__h2:nth-of-type(6) {
  background-color: #ebdbef;
}
.hoken-faq__h2:nth-of-type(7) {
  background-color: #efeddb;
}
.hoken-faq__h2:nth-of-type(8) {
  background-color: #dbefdb;
}
.hoken-faq__h2:nth-of-type(9) {
  background-color: #efeadb;
}
.hoken-faq__h2:nth-of-type(10) {
  background-color: #dbe4ef;
}
.hoken-faq__h2:nth-of-type(11) {
  background-color: #dfefdb;
}
.hoken-faq__accordions {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-faq__accordions {
    margin-top: 3.8rem;
  }
}

.hoken-lifeplan-info-heading .hoken-detail-point__unit {
  margin-top: 3rem;
}
.hoken-lifeplan-info-heading .hoken-detail-point__unit ul {
  display: flex;
  flex-wrap: wrap;
}
.hoken-lifeplan-info-heading .hoken-detail-point__unit ul li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-info-heading .hoken-detail-point__unit ul li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .hoken-lifeplan-info-heading .hoken-detail-point__unit ul li {
    width: 33.3333333333%;
  }
}
.hoken-lifeplan-info-heading .hoken-detail-point__unit ul li::before {
  color: #333;
}
.hoken-lifeplan__balloons {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .hoken-lifeplan__balloons {
    flex-direction: column;
  }
}
.hoken-lifeplan-balloon-unit {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-balloon-unit {
    align-items: flex-end;
  }
}
.hoken-lifeplan-balloon-unit figure img {
  height: 9rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-balloon-unit figure img {
    height: auto;
    max-height: 13.5rem;
    max-width: 100%;
  }
}
.hoken-lifeplan-balloon-unit div {
  background-color: #ddeefa;
  border-radius: 1.5rem;
  padding: 1em;
  font-weight: 600;
  line-height: 1.75;
  position: relative;
  margin-left: 2.37em;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-balloon-unit div {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.hoken-lifeplan-balloon-unit div::before {
  display: inline-block;
  content: "";
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 2.37em solid #ddeefa;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.hoken-lifeplan-balloon-unit div ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.hoken-lifeplan-balloon-unit div ul li::before {
  content: "・";
}
@media screen and (max-width: 1140px) {
  .hoken-lifeplan-balloon-unit.-right {
    margin-left: auto;
    margin-top: 2rem;
  }
}
.hoken-lifeplan-balloon-unit.-right figure {
  order: 2;
}
.hoken-lifeplan-balloon-unit.-right div {
  margin-left: 0;
  margin-right: 2.37em;
  order: 1;
}
.hoken-lifeplan-balloon-unit.-right div::before {
  left: initial;
  right: 0;
  border-right: 0;
  border-left: 2.37em solid #ddeefa;
  transform: translate(100%, -50%);
}
.hoken-lifeplan-future {
  margin-top: 6rem;
}
.hoken-lifeplan-future__figure {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.hoken-lifeplan-bluebox {
  background-color: #2e9dce;
  margin-top: 3rem;
  text-align: center;
  border-radius: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-bluebox {
    margin-top: 6rem;
  }
}
.hoken-lifeplan-bluebox p {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding: 1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-bluebox p {
    font-size: 2rem;
  }
}
.hoken-lifeplan-usage {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.hoken-lifeplan-usage-unit {
  display: flex;
  justify-content: space-between;
  border: solid 1px #667d8a;
  border-radius: 10px;
  margin-top: 3rem;
  padding: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit {
    margin-top: 6rem;
    padding: 1.2rem 2rem;
    flex-direction: row;
    align-items: center;
  }
}
.hoken-lifeplan-usage-unit + .hoken-lifeplan-usage-unit {
  position: relative;
}
.hoken-lifeplan-usage-unit + .hoken-lifeplan-usage-unit::before {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit + .hoken-lifeplan-usage-unit::before {
    font-size: 6.6rem;
    top: 0;
  }
}
.hoken-lifeplan-usage-unit__num {
  font-weight: bold;
  color: #53aae4;
  white-space: nowrap;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.25;
  order: 1;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit__num {
    font-size: 2.4rem;
    width: 10.5%;
  }
}
@media screen and (min-width: 768px) {
  .hoken-lifeplan-usage-unit__num {
    font-size: 2.8rem;
  }
}
.hoken-lifeplan-usage-unit__num br {
  display: none;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit__num br {
    display: block;
  }
}
.hoken-lifeplan-usage-unit__figure {
  order: 3;
  max-width: 7rem;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit__figure {
    order: 2;
    width: 12.45%;
    margin-left: 0;
    max-width: 14.2rem;
  }
}
.hoken-lifeplan-usage-unit__figure img {
  width: 100%;
}
.hoken-lifeplan-usage-unit__texts {
  margin-top: 1.5rem;
  order: 2;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit__texts {
    width: 68%;
    margin-top: 0;
    order: 3;
  }
}
.hoken-lifeplan-usage-unit__texts p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
  margin-top: 1em;
}
.hoken-lifeplan-usage-unit__title {
  font-size: 1.8rem;
  color: #53aae4;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .hoken-lifeplan-usage-unit__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-lifeplan-usage-unit__title {
    font-size: 2.4rem;
  }
}

.hoken-minaoshi {
  margin-bottom: 10rem;
}
.hoken-minaoshi-heading {
  margin-top: 4rem;
}
.hoken-minaoshi-heading .hoken-detail-point__unit {
  text-align: center;
}
.hoken-minaoshi-heading .hoken-detail-point__unit .blue {
  color: #53aae4;
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.1em;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-heading .hoken-detail-point__unit .blue {
    font-size: 1.5em;
  }
}
.hoken-minaoshi-heading .hoken-detail-point__unit .blue .fas {
  font-size: 2.75em;
}
.hoken-minaoshi-figures {
  margin-top: 5rem;
}
.hoken-minaoshi-figures img {
  width: 100%;
}
.hoken-minaoshi__bluebox {
  background-color: #2e9dce;
  margin-top: 3rem;
  text-align: center;
  border-radius: 2rem;
  color: #fff;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  padding: 1em;
  line-height: 1.75;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi__bluebox {
    font-size: 1.8rem;
  }
}
.hoken-minaoshi-accordion {
  margin-top: 3rem;
  border-radius: 1rem;
  border: 2px solid #0055c2;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion {
    margin-top: 5rem;
    border-radius: 1.5rem;
    border-width: 3px;
  }
}
.hoken-minaoshi-accordion[open] .hoken-minaoshi-accordion__summary::after {
  background-image: url(../images/faq/icon-minus.png);
}
.hoken-minaoshi-accordion .hoken-detail-point__unit {
  text-align: center;
  margin-top: 3rem;
}
.hoken-minaoshi-accordion .hoken-detail-point__unit:not(.-bottom) {
  position: relative;
}
.hoken-minaoshi-accordion .hoken-detail-point__unit:not(.-bottom)::after {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion .hoken-detail-point__unit:not(.-bottom)::after {
    font-size: 6.6rem;
    transform: translate(-50%, 90%);
  }
}
.hoken-minaoshi-accordion__summary {
  cursor: pointer;
  font-weight: 500;
  padding: 1em;
  position: relative;
  line-height: 1.2;
  font-size: 1.7em;
  padding-right: 1em;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion__summary {
    font-size: 3.3rem;
  }
}
.hoken-minaoshi-accordion__summary::after {
  background-image: url(../images/faq/icon-plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.16em;
  height: 1.16em;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion__summary::after {
    width: 0.9em;
    height: 0.9em;
    right: 1em;
  }
}
.hoken-minaoshi-accordion__summary::marker {
  content: none;
}
.hoken-minaoshi-accordion__summary:hover {
  opacity: 0.7;
}
.hoken-minaoshi-accordion__body {
  padding: 1em;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion__body {
    padding: 3rem 2rem;
  }
}
.hoken-minaoshi-accordion__lead {
  line-height: 1.75;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion__lead {
    font-size: 2.2rem;
  }
}
.hoken-minaoshi-accordion-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hoken-minaoshi-accordion-list.-bottom {
  justify-content: center;
  column-gap: 3rem;
}
.hoken-minaoshi-accordion-list.-bottom .hoken-minaoshi-accordion-list__item:first-of-type::after {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list.-bottom .hoken-minaoshi-accordion-list__item:first-of-type::after {
    transform: translate(-50%, 100%);
    font-size: 6.6rem;
  }
}
.hoken-minaoshi-accordion-list.-bottom .hoken-minaoshi-accordion-list__item:last-of-type::after {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #53aae4;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list.-bottom .hoken-minaoshi-accordion-list__item:last-of-type::after {
    font-size: 6.6rem;
  }
}
.hoken-minaoshi-accordion-list__item {
  border: solid 1px #667d8a;
  border-radius: 10px;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  padding-bottom: 6rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item {
    padding: 1.2rem 2rem;
    padding-bottom: 11.5rem;
    flex-direction: row;
    align-items: center;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .hoken-minaoshi-accordion-list__item {
    width: 48.4%;
  }
}
.hoken-minaoshi-accordion-list__item:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.hoken-minaoshi-accordion-list__item p {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item p {
    font-size: 1.6rem;
  }
}
.hoken-minaoshi-accordion-list__item h4 {
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item h4 {
    font-size: 2rem;
  }
}
.hoken-minaoshi-accordion-list__item figure {
  margin-top: 2rem;
}
.hoken-minaoshi-accordion-list__item figure img {
  max-width: 63.4rem;
  width: 100%;
}
.hoken-minaoshi-accordion-list__item.-nofigure {
  padding-bottom: 1.2rem;
}
.hoken-minaoshi-accordion-list__item.-single {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hoken-minaoshi-accordion-list__item.-single {
    width: auto;
  }
}
.hoken-minaoshi-accordion-list__item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item ul {
    font-size: 1.6rem;
  }
}
.hoken-minaoshi-accordion-list__item ul li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__item ul li {
    width: 50%;
  }
}
.hoken-minaoshi-accordion-list__item ul li::before {
  content: "・";
}
.hoken-minaoshi-accordion-list__item ul.column {
  flex-direction: column;
  align-items: center;
}
.hoken-minaoshi-accordion-list__item ul.column li {
  width: 16em;
}
.hoken-minaoshi-accordion-list__title {
  font-weight: bold;
  color: #53aae4;
  white-space: nowrap;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.25;
  text-align: center;
  order: 1;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-minaoshi-accordion-list__title {
    font-size: 2.8rem;
  }
}
.hoken-minaoshi-accordion-list__title br {
  display: none;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__title br {
    display: block;
  }
}
.hoken-minaoshi-accordion-list__figure {
  order: 3;
  margin-left: auto;
  margin-top: auto;
  position: absolute;
  bottom: 1.2rem;
  right: 2rem;
}
.hoken-minaoshi-accordion-list__figure img {
  max-height: 5rem;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__figure img {
    max-height: 10.4rem;
  }
}
.hoken-minaoshi-accordion-list__texts {
  margin-top: 1.5rem;
  order: 2;
}
.hoken-minaoshi-accordion-list__title {
  font-size: 1.4rem;
  color: #53aae4;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .hoken-minaoshi-accordion-list__title {
    font-size: 2.4rem;
  }
}
.hoken-minaoshi-accordion-list__link {
  display: inline-block;
  background-color: #53aae4;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 200px;
  padding: 0 3em;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hoken-minaoshi-accordion-list__link {
    font-size: 1.8rem;
  }
}
.hoken-minaoshi-accordion-list__link::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  transform: translateY(-50%);
}
.hoken-minaoshi-accordion-list small {
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: block;
  text-align: center;
}

.procedure__h3 {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 1em;
  border-left: 0.33em solid #53aae4;
}
@media screen and (min-width: 576px) {
  .procedure__h3 {
    font-size: 3rem;
  }
}

#tetsuduki-henkou {
  /* overwrite */
  /* common parts */
}
#tetsuduki-henkou .sub-page-b__header h2 {
  margin-bottom: 3.6rem;
}
#tetsuduki-henkou .sub-page-b__header p a {
  color: #0055c2;
}
#tetsuduki-henkou .sub-page-b__header p:not(:first-od-type) {
  margin-top: 0.5em;
}
#tetsuduki-henkou .sub-page-b__header p.text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-henkou .sub-page-b__header p.text-supple {
    font-size: 1.6rem;
  }
}
#tetsuduki-henkou .text-strong {
  font-weight: bold;
}
#tetsuduki-henkou .text-supple {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-henkou .text-supple {
    font-size: 1.9rem;
  }
}
#tetsuduki-henkou .icon-kome {
  position: relative;
  padding: 0 0 0 1.5em;
}
#tetsuduki-henkou .icon-kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#tetsuduki-henkou .link-text i {
  margin-right: 0.5rem;
  color: #f70000;
}
#tetsuduki-henkou .ul-icon-kome li {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-henkou .ul-icon-kome li {
    font-size: 1.9rem;
  }
}
#tetsuduki-henkou .ul-icon-kome li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#tetsuduki-henkou .ul-pdf > li a {
  color: #0055c2;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  #tetsuduki-henkou .ul-pdf > li a {
    font-size: 2.2rem;
  }
}
#tetsuduki-henkou .ul-pdf > li a i {
  margin-right: 0.5rem;
  color: #f70000;
}
#tetsuduki-henkou .ul-pdf > li a.link-btn--example {
  margin-left: 2rem;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #f70000;
  border-radius: 1.1rem;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 576px) {
  #tetsuduki-henkou .ul-pdf > li a.link-btn--example {
    font-size: 1.7rem;
  }
}
#tetsuduki-henkou .ul-pdf > li a.link-btn--example i {
  margin-right: 0.5rem;
  color: inherit;
}
#tetsuduki-henkou .ul-pdf > li > ul,
#tetsuduki-henkou .ul-pdf > li > p {
  margin-top: 1.5rem;
}
#tetsuduki-henkou .ul-pdf > li:not(:first-child) {
  margin-top: 2rem;
}

/* common parts */
.ttl--tetsuduki-henkou-h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1em;
  border-radius: 6px;
  background-color: #ddeefa;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .ttl--tetsuduki-henkou-h3 {
    font-size: 2.6rem;
    padding: 1.7rem 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.ttl-tetsuduki-henkou-h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #0055c2;
}
.ttl-tetsuduki-henkou-h4::before {
  display: inline-block;
  content: "●";
  font-size: inherit;
  color: #53aae4;
  margin-right: 0.3em;
}
@media screen and (min-width: 576px) {
  .ttl-tetsuduki-henkou-h4 {
    font-size: 2.2rem;
  }
}

.link-btn--tetsuduki-henkou {
  position: relative;
  display: inline-block;
  padding: 0.1em 2em;
  border: 2px solid #0055c2;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #0055c2;
}
@media screen and (min-width: 576px) {
  .link-btn--tetsuduki-henkou {
    font-size: 1.9rem;
  }
}
.link-btn--tetsuduki-henkou i {
  position: absolute;
  right: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  color: #f70000;
}

.table--tetsuduki-henkou-normal {
  margin: 2rem 0;
  overflow: auto;
  white-space: nowrap;
}
.table--tetsuduki-henkou-normal::-webkit-scrollbar {
  height: 5px;
}
.table--tetsuduki-henkou-normal::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table--tetsuduki-henkou-normal::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table--tetsuduki-henkou-normal table {
  width: 100%;
}
.table--tetsuduki-henkou-normal table thead tr th, .table--tetsuduki-henkou-normal table thead tr td,
.table--tetsuduki-henkou-normal table tbody tr th,
.table--tetsuduki-henkou-normal table tbody tr td {
  padding: 1rem 1.5em;
  border: 1px solid #cccccc;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .table--tetsuduki-henkou-normal table thead tr th, .table--tetsuduki-henkou-normal table thead tr td,
  .table--tetsuduki-henkou-normal table tbody tr th,
  .table--tetsuduki-henkou-normal table tbody tr td {
    font-size: 1.9rem;
  }
}
.table--tetsuduki-henkou-normal table thead tr th {
  background: #6eca3c;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.table--tetsuduki-henkou-normal table tbody tr th,
.table--tetsuduki-henkou-normal table tbody tr td {
  font-weight: normal;
}
.table--tetsuduki-henkou-normal table tbody tr th {
  background: #f5f4ec;
  text-align: left;
}
.table--tetsuduki-henkou-normal table tbody tr td a {
  color: #0055c2;
}
.table--tetsuduki-henkou-normal table tbody tr td a i {
  margin-right: 0.5rem;
  color: #333;
}

/* unique */
.tetsuduki-henkou-head .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-henkou-head .inner {
    margin: 0 auto;
  }
}
.tetsuduki-henkou-head .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-head .inner p {
    font-size: 2.1rem;
  }
}
.tetsuduki-henkou-head .inner p + p {
  margin-top: 0.5em;
}

.tetsuduki-henkou-address {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-henkou-address .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-henkou-address .inner {
    margin: 0 auto;
  }
}
.tetsuduki-henkou-address .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-address .inner p {
    font-size: 2.1rem;
  }
}
.tetsuduki-henkou-address .inner p + p {
  margin-top: 0.5em;
}
.tetsuduki-henkou-address .henkou-address-unit {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-address .henkou-address-unit {
    margin-top: 4rem;
  }
}

.tetsuduki-henkou-name {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-henkou-name .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-henkou-name .inner {
    margin: 0 auto;
  }
}
.tetsuduki-henkou-name .inner p {
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-name .inner p {
    font-size: 1.8rem;
  }
}
.tetsuduki-henkou-name .inner p + p {
  margin-top: 0.5em;
}
.tetsuduki-henkou-name .henkou-name-unit {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-name .henkou-name-unit {
    margin-top: 4rem;
  }
}
.tetsuduki-henkou-name .henkou-name-unit .ttl-tetsuduki-henkou-h4 {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-name .henkou-name-unit .ttl-tetsuduki-henkou-h4 {
    margin-top: 3rem;
  }
}

.tetsuduki-henkou-affiliation {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-henkou-affiliation .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-henkou-affiliation .inner {
    margin: 0 auto;
  }
}
.tetsuduki-henkou-affiliation .inner p {
  margin-top: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-affiliation .inner p {
    font-size: 1.8rem;
  }
}
.tetsuduki-henkou-affiliation .inner p + p {
  margin-top: 0.5em;
}

.tetsuduki-henkou-account {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.tetsuduki-henkou-account .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  .tetsuduki-henkou-account .inner {
    margin: 0 auto;
  }
}
.tetsuduki-henkou-account .inner p {
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-account .inner p {
    font-size: 2.2rem;
  }
}
.tetsuduki-henkou-account .inner p + p {
  margin-top: 0.5em;
}
.tetsuduki-henkou-account .henkou-account-unit {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-account .henkou-account-unit {
    margin-top: 4rem;
  }
}
.tetsuduki-henkou-account .henkou-account-unit .ttl-tetsuduki-henkou-h4 {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .tetsuduki-henkou-account .henkou-account-unit .ttl-tetsuduki-henkou-h4 {
    margin-top: 3rem;
  }
}

#membership main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #membership main .inner {
    margin: 0 auto;
  }
}
#membership main .inner .membership-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  #membership main .inner .membership-lead {
    font-size: 1.9rem;
  }
}
#membership main .inner .membership-sub-lead {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 576px) {
  #membership main .inner .membership-sub-lead {
    font-size: 1.9rem;
  }
}
#membership main .inner .membership-link-small {
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #membership main .inner .membership-link-small {
    text-align: left;
  }
}
#membership main .inner .membership-link-small a {
  display: inline-block;
  font-weight: bold;
  color: #0055c2;
  border: 2px solid #0055c2;
  border-radius: 500px;
  position: relative;
  font-size: 1.4rem;
  padding: 0.5rem 3rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .membership-link-small a {
    padding: 1rem 3rem;
    font-size: 1.9rem;
  }
}
#membership main .inner .membership-link-small a::after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #f70000;
}
#membership main .inner .link-text i {
  margin-right: 0.5rem;
  color: #f70000;
}
#membership main .inner .contactlist {
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist {
    margin-top: 3rem;
  }
}
#membership main .inner .contactlist li > div {
  padding: 0 6.5%;
}
#membership main .inner .contactlist li .membership-link-small {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .membership-link-small {
    margin-bottom: 4rem;
  }
}
#membership main .inner .contactlist li .membership-link-small a {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .membership-link-small a {
    font-size: 2.1rem;
  }
}
#membership main .inner .contactlist li .membership-link-small a .fas {
  margin-left: 0.3em;
}
#membership main .inner .contactlist li h3 {
  color: #fff;
  text-align: center;
  background-color: #53aae4;
  font-weight: normal;
  border-radius: 0.6rem;
  padding: 0.5rem 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li h3 {
    padding: 1rem 1em;
    font-size: 2.1rem;
  }
}
#membership main .inner .contactlist li .time {
  margin-top: 1rem;
}
#membership main .inner .contactlist li .tel.tel-adjust {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#membership main .inner .contactlist li .asterisk {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .asterisk {
    font-size: 1.6rem;
  }
}
#membership main .inner .contactlist li .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
#membership main .inner .contactlist li .small {
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .small {
    font-size: 1.8rem;
  }
}
#membership main .inner .contactlist li .xsmall {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .xsmall {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}
#membership main .inner .contactlist li .tel2 {
  text-align: center;
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .tel2 {
    margin-top: 3rem;
    line-height: 1;
  }
}
#membership main .inner .contactlist li .tel2 .mataha {
  margin: 0 0.7em;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  #membership main .inner .contactlist li .tel2 .mataha {
    font-size: 2.4rem;
    font-weight: bold;
  }
}

.membership-overview {
  padding-top: 5.5rem;
  margin-bottom: 6rem;
}
.membership-overview__table {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .membership-overview__table {
    margin-top: 4rem;
    font-size: 1.9rem;
  }
}
.membership-overview__table th {
  background-color: #f5f4ec;
  font-weight: normal;
  padding: 1em;
  border: 1px solid #ccc;
  text-align: left;
  width: 100%;
  display: block;
}
@media screen and (min-width: 576px) {
  .membership-overview__table th {
    display: table-cell;
    width: 31%;
  }
}
.membership-overview__table td {
  padding: 1.3rem 1em;
  border: 1px solid #ccc;
  line-height: 1.8;
  width: 100%;
  display: block;
}
@media screen and (min-width: 576px) {
  .membership-overview__table td {
    width: 69%;
    display: table-cell;
  }
}

.membership-image {
  margin-bottom: 6rem;
}
.membership-image .card-image {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .membership-image .card-image {
    margin-top: 6rem;
  }
}
.membership-image .card-image img {
  max-width: 57rem;
  width: 100%;
}

.membership-benefit {
  margin-bottom: 6rem;
}
.membership-benefit .beige-box {
  background-color: #f5f4ec;
  padding: 4rem 4%;
  border-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.membership-benefit .beige-box .large {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box .large {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefit .beige-box .large {
    line-height: 1.5;
  }
}
.membership-benefit .beige-box .large .red {
  color: #f70000;
  display: inline-block;
}
.membership-benefit .beige-box .large .red:first-letter {
  font-size: 1.8em;
}
.membership-benefit .beige-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.5rem;
  max-width: 31.5rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box ul {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .membership-benefit .beige-box ul {
    max-width: 60rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefit .beige-box ul {
    max-width: 89rem;
  }
}
.membership-benefit .beige-box ul li {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  position: relative;
  padding: 0.5em 1rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .membership-benefit .beige-box ul li {
    padding: 0.5em 4rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefit .beige-box ul li {
    font-size: 3.5rem;
  }
}
.membership-benefit .beige-box ul li:first-of-type {
  background-color: #53aae4;
}
.membership-benefit .beige-box ul li:first-of-type::after {
  position: absolute;
  top: 50%;
  right: -17%;
  color: #667d8a;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
}
@media screen and (min-width: 992px) {
  .membership-benefit .beige-box ul li:first-of-type::after {
    right: -12%;
  }
}
.membership-benefit .beige-box ul li:last-of-type {
  background-color: #6eca3c;
}
@media screen and (min-width: 992px) {
  .membership-benefit .beige-box ul li:last-of-type {
    min-width: 42.2rem;
  }
}
.membership-benefit .beige-box .small {
  line-height: 1.8;
  margin-top: 2.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box .small {
    font-size: 1.6rem;
  }
}
.membership-benefit .beige-box .asterisk {
  position: relative;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box .asterisk {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.membership-benefit .beige-box .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.membership-benefit .beige-box .e-net-link {
  text-align: center;
}
.membership-benefit .beige-box .e-net-link a {
  display: inline-block;
  background-color: #fff;
  color: #0055c2;
  width: 100%;
  max-width: 54.5rem;
  padding: 0.5em 0;
  border: 2px solid #0055c2;
  border-radius: 3rem;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit .beige-box .e-net-link a {
    font-size: 3.5rem;
    margin-top: 2.2rem;
  }
}
.membership-benefit .beige-box .e-net-link a .fas {
  font-size: 0.6em;
  margin-left: 0.3em;
}
.membership-benefit .beige-box .e-net-link a::after {
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f70000;
  content: "\f0da";
}
.membership-benefit .blue-box {
  background-color: #ddeefa;
  padding: 4rem 4%;
}
.membership-benefit__unit {
  background-color: #fff;
  position: relative;
  margin-top: 5rem;
  padding: 4rem 3% 2.2rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit {
    padding: 5rem 3% 2.2rem;
  }
}
.membership-benefit__unit:first-of-type {
  margin-top: 0;
}
.membership-benefit__unit .tag {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #53aae4;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  padding: 1rem 0.7em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .tag {
    font-size: 2.3rem;
  }
}
.membership-benefit__unit .tag::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-99%, -50%);
  content: "";
  border: 1.7rem solid #53aae4;
  border-left: 1.7rem solid transparent;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .tag::before {
    border: 2.15rem solid #53aae4;
    border-left: 2rem solid transparent;
  }
}
.membership-benefit__unit .tag::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(99%, -50%);
  content: "";
  border: 1.7rem solid #53aae4;
  border-right: 1.7rem solid transparent;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .tag::after {
    border: 2.15rem solid #53aae4;
    border-right: 2rem solid transparent;
  }
}
.membership-benefit__unit .lead {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .lead {
    font-size: 2.1rem;
  }
}
.membership-benefit__unit .point {
  background-color: #f5f4ec;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  padding: 2rem 1em;
  line-height: 1.5;
}
.membership-benefit__unit .point__small {
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .point__small {
    font-size: 2.4rem;
  }
}
.membership-benefit__unit .point__large {
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .point__large {
    font-size: 3rem;
  }
}
.membership-benefit__unit .point__large .red {
  color: #f70000;
  display: inline-block;
}
.membership-benefit__unit .point__large .strong {
  font-size: 1.6em;
}
.membership-benefit__unit .small {
  line-height: 1.5;
  margin-top: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .small {
    font-size: 1.8rem;
  }
}
.membership-benefit__unit .small .bold {
  font-weight: bold;
}
.membership-benefit__unit .shop-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.membership-benefit__unit .shop-list li {
  width: 50%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 576px) {
  .membership-benefit__unit .shop-list li {
    margin-top: 2.5rem;
    width: 25%;
  }
}
.membership-benefit__unit .shop-list li img {
  width: 100%;
}

.membership-shitei-use {
  margin-bottom: 7rem;
}

.membership-visa-use {
  margin-bottom: 6rem;
}

.membership-payment {
  margin-bottom: 6rem;
}
.membership-payment__figure {
  background-color: #f5f4ec;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 4rem 4%;
}
.membership-payment__figure .ttl {
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .membership-payment__figure .ttl {
    font-size: 2.2rem;
  }
}
.membership-payment__figure figure {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1.5rem 2% 1.5rem;
}
@media screen and (min-width: 576px) {
  .membership-payment__figure figure {
    padding: 2.7rem 5% 4rem;
  }
}
.membership-payment__figure figure img {
  width: 100%;
}
.membership-payment__figure .small {
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-payment__figure .small {
    font-size: 1.6rem;
  }
}

.membership-detail {
  margin-bottom: 6rem;
}

.membership-family {
  margin-bottom: 6rem;
}

.membership-etc {
  margin-bottom: 6rem;
}
.membership-etc .flex {
  display: flex;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .membership-etc .flex {
    margin-bottom: 0;
  }
}
.membership-etc .flex .membership-lead {
  width: 71%;
  margin-right: 4%;
  margin-top: 0 !important;
}
.membership-etc .flex .image {
  width: 25%;
}
.membership-etc .flex .image img {
  width: 100%;
}

.membership-limit {
  margin-bottom: 10rem;
}
.membership-limit .limit-image {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.membership-limit .limit-image img {
  width: 100%;
}
.membership-limit .asterisk {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .membership-limit .asterisk {
    margin-top: 2.5rem;
    font-size: 1.9rem;
  }
}
.membership-limit .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.membership-limit .asterisk.asterisk-adjust {
  margin-top: 0;
}
.membership-limit .circle {
  color: #0055c2;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .membership-limit .circle {
    font-size: 2.1rem;
  }
}
.membership-limit .circle:last-of-type {
  margin-top: 4rem;
}
.membership-limit .circle::before {
  content: "●";
  font-size: 1.6rem;
  color: #53aae4;
  margin-right: 0.3em;
}
.membership-limit .link-pdf {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
  margin-top: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .membership-limit .link-pdf {
    font-size: 2.1rem;
  }
}
.membership-limit .link-pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  color: #f70000;
  margin-right: 0.54em;
}
.membership-limit .link-doc {
  font-weight: bold;
  color: #0055c2;
  display: inline-block;
  margin-top: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .membership-limit .link-doc {
    font-size: 2.1rem;
  }
}
.membership-limit .link-doc::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c2";
  color: #3c6cb7;
  margin-right: 0.54em;
}
.membership-limit .send {
  font-weight: bold;
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
  background-color: #f5f4ec;
  display: inline-block;
  padding: 2em;
  padding-top: 1.5em;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .membership-limit .send {
    font-size: 1.9rem;
    width: auto;
  }
}
.membership-limit .send h5 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.membership-limit .lead {
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-limit .lead {
    font-size: 1.9rem;
  }
}

.membership-oson {
  margin-bottom: 6rem;
}
.membership-oson .asterisk {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.9rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
.membership-oson .asterisk::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.membership-contactlist {
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .membership-contactlist {
    margin-bottom: 10rem;
  }
}
.membership-contactlist table {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .membership-contactlist table {
    font-size: 1.9rem;
  }
}
.membership-contactlist table th {
  background-color: #f5f4ec;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  border: 1px solid #ccc;
}
.membership-contactlist table th:not(.top) {
  padding: 2rem 3%;
}
.membership-contactlist table .top {
  background-color: #6eca3c;
  color: #fff;
  padding: 0.5rem 1em;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}
.membership-contactlist table .top:first-of-type {
  width: 50%;
}
.membership-contactlist table .top:last-of-type {
  width: 50%;
}
.membership-contactlist table td {
  border: 1px solid #ccc;
  padding: 2rem 2%;
  line-height: 1.8;
}
.membership-contactlist table td .tel-link {
  color: #0055c2;
}
.membership-contactlist table td .tel-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  color: #333;
  margin-right: 0.2em;
}
.membership-contactlist table td .tel-link.-free::after {
  content: "通話無料";
  font-size: 10px;
  color: #fff;
  background-color: #969798;
  border-radius: 5px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  margin-left: 7px;
  padding: 0 5px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .membership-contactlist table td .tel-link.-free::after {
    font-size: 11px;
  }
}

#limit,
#oson,
#lost {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (min-width: 576px) {
  #limit,
  #oson,
  #lost {
    margin-top: -221px;
    padding-top: 221px;
  }
}

#mypage-facility .contents {
  background-color: #f2f8fb;
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  #mypage-facility .contents {
    padding-top: 6rem;
  }
}
#mypage-facility .contents > .contents-two-col {
  padding-top: 0;
}
#mypage-facility .contents .inner {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}

.mypage-facility__heading {
  text-align: center;
}
.mypage-facility__heading h1 img {
  max-width: 43.5rem;
  width: 100%;
}
.mypage-facility__heading p {
  line-height: 1.8;
  margin-top: 2em;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mypage-facility__heading p {
    text-align: center;
    font-size: 1.8rem;
  }
}
.mypage-facility__heading p span {
  color: #f82424;
  font-weight: bold;
}
.mypage-facility-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mypage-facility-items {
    row-gap: 4rem;
    margin-top: 4rem;
  }
}
.mypage-facility-head-item {
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2rem 1.5rem 8rem;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item {
    padding: 6rem;
  }
}
.mypage-facility-head-item__heading {
  position: relative;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item__heading {
    font-size: 4.2rem;
    text-align: left;
  }
}
.mypage-facility-head-item__title {
  color: #0055c2;
  font-weight: bold;
  font-size: inherit;
}
.mypage-facility-head-item__address {
  font-size: 1.4rem;
  margin-top: 1em;
}
.mypage-facility-head-item__obj {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2.38em;
  width: auto;
}
.mypage-facility-head-item-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item-flex {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mypage-facility-head-item-flex__left {
    width: 62.75%;
  }
}
.mypage-facility-head-item-flex__left img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mypage-facility-head-item-flex__right {
    width: 31.7%;
  }
}
.mypage-facility-head-item-flex__text {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 0.5em;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item-flex__text {
    font-size: 2rem;
  }
}
.mypage-facility-head-item .mypage-facility-item-qr {
  margin-top: 1.6rem;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item-qr {
    margin-top: 3rem;
  }
}
.mypage-facility-head-item .mypage-facility-item-qr__balloon {
  font-size: 1.4rem;
  width: 61.5%;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item-qr__balloon {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item-qr__balloon {
    width: 55.72%;
  }
}
.mypage-facility-head-item .mypage-facility-item-qr__img {
  width: 24.6%;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item-qr__img {
    width: 37.26%;
  }
}
.mypage-facility-head-item .mypage-facility-item__link {
  text-align: right;
}
.mypage-facility-head-item .mypage-facility-item__pdf {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item__pdf {
    font-size: 1.8rem;
    padding: 1.15em 1.66em;
    padding-left: 3.72em;
  }
}
.mypage-facility-head-item .mypage-facility-item__pdf::before {
  left: 0.88em;
  font-size: 1.5em;
}
@media screen and (min-width: 992px) {
  .mypage-facility-head-item .mypage-facility-item__pdf::before {
    font-size: 1.88em;
  }
}
.mypage-facility-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 1.5rem 8rem;
}
@media screen and (min-width: 768px) {
  .mypage-facility-item {
    width: 48.25%;
  }
}
@media screen and (min-width: 992px) {
  .mypage-facility-item {
    padding: 4rem;
  }
}
.mypage-facility-item__title {
  font-weight: bold;
  color: #0055c2;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item__title {
    font-size: 2.6rem;
    text-align: left;
  }
}
.mypage-facility-item__img1 {
  width: 100%;
  margin-top: 2rem;
}
.mypage-facility-item__img2 {
  width: 100%;
  order: 1;
}
.mypage-facility-item-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-flex {
    flex-direction: row;
    margin-top: 2rem;
  }
}
.mypage-facility-item-flex__left {
  display: contents;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-flex__left {
    width: 51.1%;
    display: block;
  }
}
.mypage-facility-item-flex__right {
  font-size: 1.5rem;
  line-height: 1.8;
  display: contents;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-flex__right {
    width: 43.2%;
    display: block;
  }
}
.mypage-facility-item-flex__right p {
  order: 2;
}
.mypage-facility-item-qr {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  order: 3;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-qr {
    align-items: stretch;
  }
}
.mypage-facility-item-qr__balloon {
  background-color: #667d8a;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  border-radius: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61.5%;
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-qr__balloon {
    width: 50%;
    padding: 0;
  }
}
.mypage-facility-item-qr__balloon::after {
  border-left: 1.6rem solid #667d8a;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  content: "";
}
.mypage-facility-item-qr__img {
  width: 24.6%;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-qr__img {
    width: 41.6%;
  }
}
.mypage-facility-item-qr__img img {
  width: 100%;
  max-width: 8rem;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item-qr__img img {
    max-width: initial;
  }
}
.mypage-facility-item__link {
  text-align: right;
  order: 4;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item__link {
    text-align: left;
  }
}
.mypage-facility-item__link a {
  font-size: 1.2rem;
  color: #0055c2;
  border-bottom: 1px solid #0055c2;
  line-height: 1.8;
  margin-top: 0.5em;
  word-break: break-all;
}
.mypage-facility-item__pdf {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f6eaea;
  display: inline-block;
  color: #f82424;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  padding: 0.82em 0;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item__pdf {
    width: auto;
    text-align: left;
    padding: 0.83em 1.66em;
    padding-left: 4.1em;
  }
}
.mypage-facility-item__pdf br {
  display: none;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item__pdf br {
    display: block;
  }
}
.mypage-facility-item__pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  font-size: 1.5em;
  margin-right: 0.3em;
}
@media screen and (min-width: 992px) {
  .mypage-facility-item__pdf::before {
    position: absolute;
    top: 50%;
    left: 0.88em;
    font-size: 2.125em;
    transform: translateY(-50%);
    margin-right: 0;
  }
}
.mypage-facility-item .seibu-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-facility-item .seibu-over p {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */