<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

body.bosai {
  color: #333333;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

p a {
  display: inline-block;
}

button {
  border: none;
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: bottom;
}

/* link用右向きarrow */
/* Layout style
-----------------------------------------------------------*/
/*----- header -----*/
.header {
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  /*** ハンバーガーメニュー ***/
}

.header.is-open {
  background-color: #F8F8F8;
}

.header-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: background-color 0.15s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  border-bottom: 1.2px solid rgba(112, 112, 112, 0.2);
  background-color: #FFF;
  transition: background-color 0.15s linear;
}

.header-box .header-logo {
  width: 95px;
}

.header-box.is-open {
  border-bottom: none;
  background-color: #F8F8F8 !important;
}

.header-box.transparent {
  height: 65px;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0);
}

.header-box.transparent.is-open {
  background-color: #F8F8F8;
}

.header-ham-toggle {
  -ms-flex-negative: 0;
  -webkit-transition: all .3s ease-in-out;
  display: block;
  z-index: 5;
  position: fixed;
  top: 22px;
  right: 24px;
  flex-shrink: 0;
  width: 24px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.header-ham-toggle span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background-color: #000;
  content: '';
}

.header-ham-toggle span:nth-child(1) {
  top: 0;
}

.header-ham-toggle span:nth-child(2) {
  top: 10px;
}

.header-ham-toggle span:nth-child(3) {
  top: 20px;
}

.header-ham-toggle.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.header-ham-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.header-ham-toggle.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.header .header-gnav {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: 900;
  position: fixed;
  top: -120%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  overflow-y: auto;
  background-color: #F8F8F8;
  transition: all 0.3s;
  /*** ドロップダウンメニュー ***/
  /*** 各カテゴリ見出し部分 ***/
  /*** バナーエリア ***/
}

.header .header-gnav.is-active {
  top: 0;
  height: 100%;
}

.header .header-gnav.is-active nav {
  display: block;
  padding-bottom: 30px;
}

.header .header-gnav.is-active .js-gnavi:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav nav {
  display: none;
}

.header .header-gnav .dropdown-menu,
.header .header-gnav .link-menu {
  padding-left: 13px;
}

.header .header-gnav .dropdown-menu li,
.header .header-gnav .link-menu li {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.header .header-gnav .dropdown-menu li:not(:last-of-type),
.header .header-gnav .link-menu li:not(:last-of-type) {
  margin-bottom: 32px;
}

.header .header-gnav .dropdown-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2),
.header .header-gnav .link-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2) {
  -webkit-transition: opacity 0.15s ease-in-out;
  display: block;
  position: relative;
  padding-right: 40px;
  transition: opacity 0.15s ease-in-out;
}

.header .header-gnav .dropdown-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2):hover,
.header .header-gnav .link-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2):hover {
  opacity: 0.65;
}

.header .header-gnav .dropdown-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2)::after,
.header .header-gnav .link-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2)::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #AAAAAA;
  border-right: 2px solid #AAAAAA;
  content: "";
}

.header .header-gnav .dropdown-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2)::after,
.header .header-gnav .link-menu li &gt; a:not(.-comingsoon):not(.-comingsoon2)::after {
  right: 5px !important;
}

.header .header-gnav .link-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 32px 0;
  padding: 0;
  padding: 0 24px;
}

.header .header-gnav .link-menu a:not(.-comingsoon):not(.-comingsoon2)::after {
  right: 5px !important;
}

.header .header-gnav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px;
  /* 各liに .is-active 付与でdropdown表示 */
}

.header .header-gnav-menu &gt; li:nth-of-type(3) .header-gnav-cat {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li:nth-of-type(4) .header-gnav-cat {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li.is-active .dropdown {
  display: block;
}

.header .header-gnav-menu &gt; li.is-active .header-gnav-cat a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header-gnav-menu &gt; li:nth-of-type(2) .header-gnav-cat {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li:nth-of-type(2).is-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li:first-of-type .header-gnav-cat &gt; a {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/header_icon_carLife.svg?20221013) left center no-repeat;
  background-size: 29px auto;
}

.header .header-gnav-menu &gt; li:first-of-type.is-active .header-gnav-cat {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li:nth-of-type(2) .header-gnav-cat &gt; a {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/header_icon_disaster.svg?20221013) left center no-repeat;
  background-size: 35px auto;
}

.header .header-gnav-menu .dropdown {
  display: none;
  width: 100%;
  margin: 29px auto;
}

.header .header-gnav-menu a.-comingsoon, .header .header-gnav-menu a.-comingsoon2 {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  cursor: default;
  pointer-events: none;
}

.header .header-gnav-menu a.-comingsoon &gt; span, .header .header-gnav-menu a.-comingsoon2 &gt; span {
  margin-right: 25px;
}

.header .header-gnav-menu a.-comingsoon::before, .header .header-gnav-menu a.-comingsoon2::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.85);
  content: '';
}

.header .header-gnav-menu a.-comingsoon::after, .header .header-gnav-menu a.-comingsoon2::after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.2;
  content: 'coming\Asoon';
}

.header .header-gnav-menu a.-comingsoon2 &gt; span {
  margin-right: 10px;
}

.header .header-gnav-menu a.-comingsoon2::after {
  content: '(coming\Asoon)';
}

.header .header-gnav-cat {
  padding: 16px 0;
  font-weight: bold;
  line-height: 1;
}

.header .header-gnav-cat a {
  display: block;
  position: relative;
  padding: 8px 18px 8px clamp(72px, 7%, 80px);
  text-align: left;
}

.header .header-gnav-cat a:not(.-comingsoon):not(.-comingsoon2)::before, .header .header-gnav-cat a:not(.-comingsoon):not(.-comingsoon2)::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #666666;
  content: '';
}

.header .header-gnav-cat a:not(.-comingsoon):not(.-comingsoon2)::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transform: rotate(90deg);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.bnr-title-text {
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}

.header .header-gnav-bnr-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header .header-gnav-bnr-list li {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.15s ease-in-out;
  width: 45%;
  width: 156px;
  height: 70px;
  margin: 10px;
  padding-top: 7px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.header .header-gnav-bnr-list li:hover {
  opacity: 0.65;
}

.header .header-gnav-bnr-list li img {
  border-radius: 8px;
}

.header .header-gnav-menu &gt; li:nth-of-type(3) .header-gnav-cat &gt; a {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/header_icon_wellness.svg?20230222) left center no-repeat;
  background-size: 35px auto;
}

.header .header-gnav-menu &gt; li:nth-of-type(4) .header-gnav-cat &gt; a {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/header_icon_finance.svg?20230222) left center no-repeat;
  background-size: 35px auto;
}

.transparent {
  background-color: rgba(255, 255, 255, 0);
}

/** TOPページの場合のヘッダ調整 **/
body.top .header-gnav {
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0);
}

body.top .header-box.transparent.is-open .header-logo {
  display: block;
}

body.top .header-gnav.is-active {
  padding-top: 65px;
  background-color: #F8F8F8;
}

body.top .header-logo img {
  width: 54px;
}

/*----- footer -----*/

body:not(.top):not(.faq):not(.contact) .footer {
  margin-top: 48px;
}

body.faq .footer {
  margin-top: 64px;
}

body.contact .footer {
  margin-top: 56px;
}

body:not(.top) .footer .footer-top {
  margin-bottom: 43px;
  text-align: center;
}

body:not(.top) .footer .footer-top a {
  display: inline-block;
  position: relative;
  color: #0057CE;
}

body:not(.top) .footer .footer-top a::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 54%;
  left: -15px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  background: left center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_arrow_left.svg?20221013) no-repeat;
  content: '';
}

body.top .footer .footer-top {
  padding: 40px 0 20px;
  background-color: #f0f0f0;
}

body.top .footer .footer-top .column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.top .footer .footer-top .column figure {
  background-color: #ffffff;
  text-align: center;
}

.footer .pagetop-wrap {
  padding: 0 16px;
}

body:not(.top) .footer .pagetop-wrap {
  margin-bottom: 16px;
}

body.top .footer .pagetop-wrap {
  padding-top: 35px;
}

.footer .pagetop-wrap a {
  display: inline;
}

.footer .pagetop-wrap p {
  display: inline-block;
  font-size: 10px;
}

.footer .pagetop-wrap p .top-arrow {
  position: relative;
  top: 4px;
  left: 0;
  margin-left: 14px;
}

.footer .pagetop, .footer .toppage {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.footer .pagetop:hover, .footer .toppage:hover {
  opacity: 0.65;
}

.footer .footer-bottom {
  padding: 13px 16px 20px;
  background-color: #333333;
  color: #FFF;
}

.footer .footer-bottom &gt; p {
  font-size: 10px;
}

.footer .footer-bottom .rule-link {
  -webkit-transition: opacity 0.15s ease-in-out;
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  transition: opacity 0.15s ease-in-out;
}

.footer .footer-bottom .rule-link:hover {
  opacity: 0.65;
}

.footer .footer-bottom .d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

.footer .footer-bottom .d-flex .copyright {
  font-size: 8px !important;
}

.footer .footer-bottom .d-flex .footer-logo {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 44px;
}

/*----- content -----*/
.content-inner {
  max-width: 718px;
  margin: 0 auto;
}

* + .content-section {
  padding-top: 56px;
}

.content-header:not(.-simple) {
  z-index: -1;
  position: fixed;
  top: 65px;
  width: 100%;
  height: 100vh;
  padding: 50px 0 35px;
  text-align: center;
}

.carlife .content-header {
  background-color: #FFF5EA;
}

.bosai .content-header {
  background-color: #F2FBFF;
}

.finance .content-header {
  background-color: #FFFBE8;
}

.content-header.-no-fixed {
  position: absolute;
}

.content-header.-simple {
  position: relative;
  padding: 50px 0;
}

.content-header.-simple + .content-panel {
  margin-top: 0;
}

.content-header.-h125 {
  padding: 35px 0;
}

.content-header.-h125 + .content-panel {
  padding-top: 30px;
}

.content-header.-h115 {
  padding: 50px 0;
}

.content-header.-h115 + .content-panel {
  padding-top: 20px;
}

.content-header.-h200 .content-header-icon {
  width: 67px;
}

.content-header-icon {
  width: 80px;
  margin: auto;
  margin-bottom: 5px;
}

.content-header-icon img {
  width: 80px;
}

.content-header-icon.-sm {
  width: 56px;
}

.content-header-icon.-xsm {
  width: 32px;
}

.content-header.-has-no-icon + .content-panel {
  margin-top: 100px;
}

.content-header-heading {
  position: relative;
  color: #000000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
}

.content-header-heading .text-sub {
  display: block;
  font-size: 2.4rem;
  line-height: 1.44444;
}

.content-panel {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 24px 24px 0 0;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

body:not(.top) .content-panel {
  margin-top: 230px;
  padding-top: 57px;
}

body.bosaihack .content-panel {
  margin-top: 255px;
}

.content-header.-wide + .content-panel {
  margin-top: 275px;
}

.content-lead {
  font-size: 1.8rem;
  line-height: 1.55556;
}

.content-lead + *, .content-lead + .content-block, .content-lead.content-section {
  margin-top: 0;
  padding-top: 40px;
}

* + .content-block {
  margin-top: 40px;
}

* + .content-block.-flow {
  margin-top: 65px;
}

.content-flow-hr {
  width: 74px;
  margin: 48px auto;
  border-top: 35px solid #D3E3ED;
  border-right: 40px solid transparent;
  border-bottom: none;
  border-left: 40px solid transparent;
  background-color: transparent;
}

.content-hr {
  height: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  border-top: 1px solid #cccccc;
}

.content-bg-arrow {
  position: relative;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 92px;
  overflow: hidden;
}

.content-bg-arrow::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-top: 60px solid;
  content: '';
}

.content-bg-arrow.-gray {
  background: linear-gradient(to top, transparent 60px, #F8F8F8 60px);
}

.content-bg-arrow.-gray::after {
  border-top-color: #F8F8F8;
}

body:not(.top):not(.carlife):not(.bousai) {
  background-color: #F8F8F8;
}

[class^="content-section bg-"] {
  padding-top: 32px;
  padding-bottom: 32px;
}

* + [class^="content-section bg-"] {
  margin-top: 56px;
}

[class^="content-block bg-"] {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*----- column -----*/
.column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
  list-style: none;
}

.column.-xsm {
  margin: -12.5px;
}

.column.-sm {
  margin: -8px;
}

.column.-lg {
  margin: -15px;
}

.column.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column.-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column .column-col, .column .column-col-auto, .column .column-col-1, .column .column-col-2, .column .column-col-3, .column .column-col-4, .column .column-col-5, .column .column-col-6 {
  padding: 10px;
}

.column.-xsm .column-col-1, .column.-xsm .column-col-2, .column.-xsm .column-col-3, .column.-xsm .column-col-4, .column.-xsm .column-col-5, .column.-xsm .column-col-6 {
  padding: 5px 7.5px;
}

.column.-sm .column-col-1, .column.-sm .column-col-2, .column.-sm .column-col-3, .column.-sm .column-col-4, .column.-sm .column-col-5, .column.-sm .column-col-6 {
  padding: 8px;
}

.column.-lg .column-col-1, .column.-lg .column-col-2, .column.-lg .column-col-3, .column.-lg .column-col-4, .column.-lg .column-col-5, .column.-lg .column-col-6 {
  padding: 15px;
}

.column .column-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column .column-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.column .column-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column .column-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column .column-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column .column-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column .column-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.column .column-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/*----- banner -----*/
.banner-section {
  max-width: 670px;
  margin: 0 auto;
}

.banner-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.banner-list-item &gt; a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner-list-item &gt; a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
}

.banner-list-item.unq-el &gt; a::before {
  background-color: rgba(0, 0, 0, 0);
}

.banner-list-item &gt; a:hover::before {
  opacity: 1;
}

.banner-list-item &gt; a img {
  margin: 0 auto;
  max-height: 123px;
}

.banner-list .slick-list {
  width: 100%;
}

/*----- page-top -----*/
.page-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
}

.page-top-arrow {
  margin-left: 14px;
}

.page-top-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Module style
-----------------------------------------------------------*/
/*----- card -----*/
.card, .card-button {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.card.-comingsoon, .card-button.-comingsoon {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.card.-comingsoon::after, .card-button.-comingsoon::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(248, 248, 248, 0.8);
  color: #666666;
  text-align: center;
  white-space: pre;
}

.card {
  padding: 24px;
}

.card-title {
  min-height: 0%;
  font-weight: bold;
  text-align: center;
}

.card-title &gt; img {
  width: calc(100% + 24px * 2);
  max-width: none;
  margin-left: -24px;
}

.modal-panel .card-title &gt; img {
  width: 275px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.card-title.w-inner &gt; img {
  width: 100%;
  margin-left: 0;
}

.card-note {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.41667;
}

.card-text-lead + *, .card-text-lead + .button-block, .card-text-lead + .description-list {
  margin-top: 30px;
}

.card-label {
  -webkit-transform: translateX(-24px);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(100% + 24px * 2);
  padding: 5px;
  transform: translateX(-24px);
  font-size: 1.2rem;
  text-align: center;
}

.carlife .card-label {
  background-color: #FFF2F2;
  color: #D60000;
  font-size: 1.5rem;
  font-weight: bold;
}

.bosai .card-label {
  background-color: #FFF2F2;
  color: #D60000;
  font-size: 1.5rem;
  font-weight: bold;
}

.card-hr {
  height: 0;
  margin-top: 15px;
  margin-bottom: 4px;
  border: none;
  border-top: 1px solid #cccccc;
}

.card &gt; * {
  min-height: 0%;
}

.card &gt; * + *:not(.card-hr) {
  margin-top: 24px;
}

.card &gt; * + .card-note {
  margin-top: 8px;
}

.column .card {
  height: 100%;
}

.card-button {
  -webkit-transition: opacity 0.15s ease-in-out;
  position: relative;
  height: 100%;
  padding: 10px 10px;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.card-button:hover {
  opacity: 0.65;
}

.card-button:not(.-anchor):not(.-anchor-panel) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-button.is-current {
  background-color: #FFF5EA;
  cursor: default;
  pointer-events: none;
}

.card-button.is-disabled {
  -webkit-box-shadow: none;
  border: 1px solid #E0E0E0;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.card-button.-comingsoon {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-button.-comingsoon:not(.-vertical):after {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45833;
  content: 'coming soon';
}

.card-button.-comingsoon.-vertical:after {
  font-size: 1.4rem;
  line-height: 1.14286;
  white-space: break-spaces;
  content: 'coming soon';
}

.card-button.-simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 15px;
  text-align: left;
}

.card-button.-simple .card-button-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.card-button.-simple &gt; .icon {
  width: 56px;
  height: 56px;
}

.card-button.-vertical {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 5px 12px;
}

.card-button.-vertical.-wide {
  min-height: 112px;
}

.card-button.-horizontal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 107px;
  padding: 14px 15px;
  text-align: left;
}

.card-button.-horizontal .card-button-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-item-align: start;
  flex: 1;
  align-self: flex-start;
  margin-left: 15px;
}

.card-button.-anchor {
  position: relative;
  padding: 0;
  text-align: left;
}

.card-button.-anchor .card-button-title {
  width: 83.33333%;
  padding: 7px 5px;
  text-align: center;
}

.card-button.-anchor-panel {
  -webkit-box-shadow: none;
  position: relative;
  padding: 10px 30px 10px 18px;
  border: 1px solid #cccccc;
  box-shadow: none;
  text-align: left;
}

.card-button.-anchor-panel &gt; .icon.-tri {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 16px;
  transform: translateY(-50%);
}

.card-button &gt; .icon {
  width: 50px;
  height: 50px;
}

.card-button &gt; .icon.-sm {
  width: 21px;
  height: 21px;
}

.card-button &gt; .icon.-lg {
  width: 64px;
  height: 64px;
}

.card-button &gt; .icon.-tri {
  -webkit-transform: translateY(-73%);
  position: absolute;
  top: 73%;
  right: 10px;
  width: 10.25641%;
  height: auto;
  transform: translateY(-73%);
}

.card-button.-blue {
  -webkit-box-shadow: none;
  border: 1px solid #2676A3;
  box-shadow: none;
  color: #2676A3;
}

.card-button-label {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  padding: 2px 8px;
  background-color: #f0f0f0;
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.375;
}

.card-button-label-top {
  -webkit-transform: translate(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 2px 10px;
  transform: translate(-50%);
  border-radius: 100px;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.33333;
  white-space: nowrap;
}

.-comingsoon .card-button-label-top {
  background-color: #D5D5D5;
}

.card-button-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
}

.card-button-title.-md {
  font-size: 1.6rem;
  line-height: 1.5;
}

.card-button-title.-sm {
  font-size: 1.2rem;
  line-height: 1.33333;
}

.card-button-title .-sm {
  font-size: 1rem;
  line-height: 1.6;
}

.card-button-title.-logo &gt; img {
  width: 100%;
  max-width: 123px;
  margin: 0 auto;
}

.-vertical .card-button-title {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  margin-top: 7px;
  text-align: center;
}

.-horizontal .card-button-title {
  font-size: 1.6rem;
  line-height: 1.5;
}

.card-button-title + .card-button-text {
  margin-top: 8px;
}

.card-button-text {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.card-button[target="_blank"], .card-button.-arrow {
  position: relative;
}

.card-button[target="_blank"] &gt; .icon, .card-button.-arrow &gt; .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}

#bosai .card-button[target="_blank"] &gt; .icon {
  position: initial;
  width: 50px;
  height: 50px;
  transform: none;
}

.card-button.-dial {
  -webkit-box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  position: relative;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 16px 0;
  background-color: #2676A3;
  box-shadow: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.card-button.-dial span {
  display: block;
}

.card-button.-dial span:last-of-type {
  font-size: 3.2rem;
  line-height: calc(36/32);
}

.card-button.-dial &gt; .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  transform: translateY(-50%);
}

.card-button.-panel {
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

/*----- heading -----*/
.heading-lv2 {
  font-weight: bold;
  line-height: 1.45455;
  text-align: center;
}

.heading-lv2 .text-sub {
  display: block;
  line-height: 1.44444;
}

.heading-lv2.-has-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.22222;
  text-align: left;
}

.heading-lv2.-has-icon &gt; .icon {
  width: 43px;
  height: 43px;
  margin-right: 12px;
}

.heading-lv2.-line-l {
  position: relative;
  padding-left: 12px;
  text-align: left;
}

.heading-lv2.-line-l::before {
  position: absolute;
  bottom: 6.25%;
  left: 0;
  width: 3px;
  height: 84.375%;
  border-radius: 1px;
  background-color: #2676A3;
  content: '';
}

.heading-lv2.-has-num {
  position: relative;
  color: #2676A3;
  text-align: left;
}

.heading-lv2.-has-num:not(.-vertical) {
  padding-left: 48px;
}

.heading-lv2.-has-num .num {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding-bottom: 2px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2676A3;
  color: #ffffff;
}

.heading-lv2.-has-num.-vertical {
  padding-top: 40px;
  text-align: center;
}

.heading-lv2.-has-num.-vertical .num {
  -webkit-transform: translateX(-50%);
  top: 0;
  left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

.heading-lv2 + .text-lead {
  margin-top: 32px;
}

.heading-lv2 + .text-lead + * {
  margin-top: 32px;
}

.heading-lv3 {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45455;
  text-align: center;
}

.heading-lv3.-has-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.22222;
  text-align: left;
}

.heading-lv3.-has-icon &gt; .icon {
  width: 43px;
  height: 43px;
  margin-right: 12px;
}

.heading-lv3.-has-icon &gt; .icon.-sm {
  width: 30px;
  height: 30px;
}

.heading-lv3.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-lv3.-md {
  font-size: 2rem;
}

.heading-lv4 {
  font-weight: bold;
  line-height: 1.625;
  text-align: left;
}

.heading-lv4.-has-check {
  position: relative;
  padding-left: 48px;
}

.heading-lv4.-has-check::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_check_blue.svg?20221013) no-repeat;
  content: '';
}

/*----- text -----*/
.text-lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
}

.text-link {
  display: inline;
  color: #004CB4;
  word-break: break-all;
}

.text-link:hover {
  text-decoration: underline;
}

.text-note {
  padding-left: 1em;
  text-indent: -1em;
}

.text-break {
  display: inline;
  word-break: break-all;
}

.text-marker.-yellow {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1em, transparent), color-stop(0.1em, #FFF2CB), color-stop(1.3em, #FFF2CB), color-stop(1.3em, transparent));
  background: linear-gradient(to top, transparent 0.1em, #FFF2CB 0.1em, #FFF2CB 1.3em, transparent 1.3em);
}

.text-marker-under.-yellow {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.1em, transparent), color-stop(-0.1em, #FFF2CB), color-stop(0.5em, #FFF2CB), color-stop(0.5em, transparent));
  background: linear-gradient(to top, transparent -0.1em, #FFF2CB -0.1em, #FFF2CB 0.5em, transparent 0.5em);
}

.text-cite {
  display: block;
  color: #939393;
  font-size: 1.1rem;
  font-style: normal;
  text-align: right;
}

.images-box + .text-cite {
  margin-top: 5px;
}

.images-box .text-cite {
  margin-top: 16px;
}

[class^=heading-] + .text-cite {
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-source {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  text-align: right;
}

* + .text-source {
  margin-top: 16px;
}

.text-bg-yellow {
  padding: 0 3px;
  background-color: #FFF2CB;
}

.text-dot {
  -webkit-text-emphasis-style: dot;
}

.text-box.scroll-y {
  max-height: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow-y: auto;
}

.text-box + .text-box {
  margin-top: 32px;
}

.images-box + .text-box, .box + .text-box {
  margin-top: 24px;
}

.button-block + .text-box {
  margin-top: 32px;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4 {
  font-size: 1.6rem;
  font-weight: normal;
}

.text-box h1:first-child, .text-box h2:first-child, .text-box h3:first-child, .text-box h4:first-child {
  margin-top: 0;
}

.text-box h1 {
  margin-bottom: 30px;
}

.text-box h2, .text-box h3, .text-box h4 {
  margin-top: 30px;
}

.text-box h2 + h3 {
  margin-top: 0;
}

.text-box h3 + h4 {
  margin-top: 0;
}

.text-box .text + .text {
  margin-top: 1em;
}

.text.-has-check {
  position: relative;
  padding-left: 48px;
}

.text.-has-check::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_check.svg?20221013) no-repeat;
  content: '';
}

.text.-has-check.-disable::before, .-confirm .text.-has-check::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_check_disable.svg?20221013);
}

.text.-has-check.-blue::before, .is-active .text.-has-check::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_check_blue.svg?20221013);
}

.text.-has-check.-sm {
  padding-left: 24px;
}

.text.-has-check.-sm::before {
  width: 18px;
  height: 18px;
}

a.text-break:hover {
  text-decoration: underline;
}

/*----- button -----*/
.button-block {
  text-align: center;
}

.button-block {
  margin-top: 20px;
}

.button-block + .button-block {
  margin-top: 15px;
}

.text-box + .button-block {
  margin-top: 30px;
}

.box + .button-block {
  margin-top: 24px;
}

.copy-box + .button-block, .images-box + .button-block {
  margin-top: 16px;
}

.button-block + .text-note {
  margin-top: 16px;
}

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.15s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 5px 10px;
  border-radius: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.button:hover &gt; span {
  -webkit-transition: opacity 0.15s ease-in-out;
  opacity: 0.65;
  transition: opacity 0.15s ease-in-out;
}

.button:hover:not(.-line) &gt; .icon {
  -webkit-transition: opacity 0.15s ease-in-out;
  opacity: 0.65;
  transition: opacity 0.15s ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button.-orange, .button.is-active {
  border: 1px solid #EB8100;
  background-color: #EB8100;
  color: #ffffff;
}

.button.-blue {
  border: 1px solid #2676A3;
  background-color: #2676A3;
  color: #ffffff;
}

.button.-yellow {
  border: 1px solid #E3A600;
  background-color: #E3A600;
  color: #ffffff;
}

.button.-simple-blue {
  border: 1px solid #2676A3;
  background-color: #ffffff;
  color: #2676A3;
  font-weight: normal;
}

.button.-simple {
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
}

.button.-line {
  border: 1px solid #00B900;
  background-color: #00B900;
  color: #ffffff;
}

.button.-line &gt; .icon {
  width: 36px;
  height: 36px;
  margin-right: 3px;
}

.terms .button.is-disabled {
  border: 1px solid #DDDDDD;
  background-color: #DDDDDD;
  color: #666666;
  opacity: 1;
}

.button[disabled], .button.is-disabled {
  cursor: default;
  opacity: .2;
  pointer-events: none;
}

.button[target="_blank"], .button.-arrow {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.button[target="_blank"] &gt; .icon, .button.-arrow &gt; .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.card-button[target="_blank"] &gt; .icon.icon_hazard_map {
  -webkit-transform: translateY(0);
  position: static;
  width: 50px;
  height: 50px;
  transform: translateY(0);
}

.button.is-hidden {
  display: none;
}

.button.-back {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.button.-back &gt; .icon {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) scale(-1, 1);
}

.button.-icon-left &gt; .icon {
  margin-right: 8px;
}

.button.-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.card .button {
  width: 100%;
}

/*----- tag -----*/
.tag-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  font-size: 0;
  line-height: 0;
}

.tag-list-item {
  display: inline-block;
  margin-bottom: 8px;
}

.tag-list-item:not(:last-child) {
  margin-right: 8px;
}

/*----- slider -----*/
.slick-dots {
  bottom: 5px;
  left: 0;
  height: 0;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 6px;
}

.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}

.slick-dots li button::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #EBEBEB;
  content: '';
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #666666;
  opacity: 1;
}

/*----- description -----*/
.description-list {
  margin: 24px 0;
}

.description-list.column {
  margin: 10px -10px 15px;
}

.description-list-item {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}

.description-list-item:last-child {
  border-bottom: 1px solid #cccccc;
}

.description-list-item.-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.-no-line .description-list-item {
  border: none;
}

.description-list-box {
  padding-bottom: 0 !important;
}

.description-term {
  margin-right: .3em;
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

.description-list-box .description-term {
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}

.-row .description-term {
  margin-right: 0;
  padding-bottom: 0;
}

.description-desc {
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

.description-desc .text {
  font-size: 1.4rem;
  font-weight: normal;
}

.-row .description-desc {
  width: 100%;
}

.description-list-box .description-desc {
  margin: auto;
  padding-top: 15px;
}

.description-desc .text + .text {
  margin-top: 5px;
}

.description-desc + .description-desc {
  width: 100%;
  padding-top: 0;
}

/* floating_bnr */
.float_bnr {
  position: fixed;
  bottom: 0;
  z-index: 2;
  right: 20px;
  width: 340px;
}

.float_bnr img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top-contents {
    margin-bottom: 108px;
  }

  .float_bnr {
    right: 0;
    width: 100%;
  }
}

/*----- modal -----*/
.modal-area {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
}

.modal-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
}

.modal-wrap {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: calc(var(--vh, 1vh) * 50);
  left: calc(var(--vw, 1vw) * 50);
  width: 90%;
  max-width: 327px;
  height: calc(var(--vh, 1vh) * 90);
  max-height: 544px;
  padding-top: 18px;
  padding-bottom: 18px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.modal-panel {
  max-height: 100%;
  padding: 0px 24px 80px 24px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-panel.-no-bottom-cont {
  padding-bottom: 10px;
}

.modal-panel.-no-bottom-cont .modal-bottom {
  display: none;
}

.modal-panel.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-close {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6C6C6C;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  border-radius: 2.5px;
  background: #ffffff;
  content: "";
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  border-radius: 0 0 8px 8px;
  background-color: #f0f0f0;
}

.modal-only {
  display: none;
}

.modal-wrap .modal-only {
  display: block;
}

.modal-heading {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}

.popup-wrap {
  -webkit-transform: translateY(16px);
  display: none;
  z-index: 10;
  position: absolute;
  left: -8px;
  transform: translateY(16px);
}

.form-box-heading.-has-popup .popup-wrap {
  -webkit-transform: translateX(-50%);
  bottom: calc(-100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}

.popup-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  content: '';
}

.popup-close::before, .popup-close::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  border-radius: 2px;
  background-color: #428BB5;
  content: '';
}

.popup-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

/*----- faq -----*/
.faq-block {
  margin-top: 50px;
  padding-top: 0;
}

.faq-item {
  border-top: 1px solid #cccccc;
}

.faq-q, .faq-a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.faq-q {
  position: relative;
  padding: 24px 63px 24px 24px;
  cursor: pointer;
}

.faq-q .text {
  font-weight: bold;
}

.faq-q::before, .faq-q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.15s ease-in-out;
  position: absolute;
  top: 50%;
  right: 31px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(90deg);
  border-radius: 2px;
  background-color: #666666;
  content: '';
  transition: 0.15s ease-in-out;
}

.faq-q::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.is-opened .faq-q::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-a {
  display: none;
  padding: 24px 26px 24px 24px;
  background-color: #F8F8F8;
}

.faq-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
}

.faq-q .faq-icon {
  background-color: #EB8100;
}

.faq-a .faq-icon {
  background-color: #428BB5;
}

.faq-icon + * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  padding-top: 5px;
}

/*----- news -----*/
.news-list {
  padding-right: 15px;
  padding-left: 15px;
}

.news-date {
  color: #666666;
  font-size: 1.2rem;
}

.news-date:not(:first-child) {
  padding-top: 13px;
}

.news-text {
  margin-top: 8px;
  line-height: 1.75;
}

.news-text:not(:last-child) {
  padding-bottom: 13px;
  border-bottom: 1px solid #cccccc;
}

/*----- box -----*/
.box {
  border-radius: 8px;
}

.box:not(.-has-heading):not(.-has-image) {
  padding: 16px;
}

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

.box.-has-image &gt; .box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box.-has-image &gt; .box-content + .box-image {
  margin-left: 8px;
}

.box.-has-image &gt; .box-image {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.box.-has-image &gt; .box-image.w-86 {
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
  flex-shrink: 0;
  align-self: flex-start;
}

.box.-has-image &gt; .box-image.w-86 &gt; img {
  width: 86px;
}

.box.-has-image &gt; .box-image.w-86.bg-beige {
  padding: 8px;
  border-radius: 8px;
  background-color: #FFFBF0;
}

.box.-has-image &gt; .box-image.w-86 + .box-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 56px;
  margin-left: 20px;
}

.box.-wide {
  padding-top: 24px;
  padding-bottom: 24px;
}

.box.scroll-y {
  padding-right: 0;
  padding-left: 0;
}

.box.scroll-y &gt; * {
  max-height: 230px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-y: auto;
}

.box.-shadow {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.box-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px 8px 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45455;
  text-align: center;
}

.box-heading.-gold {
  background-color: #DAC000;
  color: #ffffff;
}

.box-heading.-blue {
  background-color: #F2FBFF;
  color: #2676A3;
}

.box-heading.-gray {
  background-color: #F8F8F8;
  color: #333333;
}

.box-heading.-red {
  background-color: #FFF2F2;
  color: #E62E2E;
}

.box-heading.-wide {
  padding: 32px 8px;
}

.box-heading .text-sub {
  font-size: 1.6rem;
  line-height: 1.5;
}

.box-heading + .box-content {
  padding: 16px 8px;
}

.box-heading + .box-content.-narrow {
  padding: 0 23px 24px;
}

.box-title {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

.box-title ~ * {
  font-size: 14px;
}

.text-box + .box {
  margin-top: 24px;
}

.images-box + .box {
  margin-top: 16px;
}

.box.-border {
  border: 1px solid #D3E3ED;
}

[class^="box bg-"] + [class^="box bg-"] {
  margin-top: 14px;
}

/*----- tab -----*/
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 25px 25px 0 0;
}

.carlife .tab-list [data-aria-selected=true] {
  color: #EB8100;
}

.carlife .tab-list [data-aria-selected=true]::before {
  background-color: #EB8100;
}

.bosai .tab-list [data-aria-selected=true] {
  color: #2676A3;
}

.bosai .tab-list [data-aria-selected=true]::before {
  background-color: #2676A3;
}

.tab-list &gt; li {
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}

.tab-list .tab-button {
  position: relative;
  padding-bottom: 8px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.tab-list .tab-button::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: rgba(51, 51, 51, 0.5);
  color: rgba(51, 51, 51, 0.5);
  content: '';
}

.tab-list .tab-button[data-aria-selected=true]::before {
  height: 2px;
}

.tab-list .tab-button:hover {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.tab-list .tab-button:hover:hover {
  opacity: 0.65;
}

.tab-list .tab-button.-comingsoon {
  cursor: default;
  pointer-events: none;
}

.tab-list .tab-button.-comingsoon &gt; span {
  display: block;
  margin-top: -8px;
}

.tab-list .tab-button.-comingsoon:after {
  display: block;
  margin-top: -5px;
  margin-bottom: -10px;
  font-size: 1.4rem;
  font-weight: 400;
  content: 'coming soon';
}

.tab-list.can-scroll {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0;
}

.tab-list.can-scroll &gt; li {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.tab-list.can-scroll &gt; li .js-tab-button span {
  padding-right: 12px;
  padding-left: 12px;
}

.tab-list.can-scroll &gt; li:first-of-type {
  padding-left: 0;
}

.tab-list.can-scroll &gt; li:last-of-type {
  padding-right: 0;
}

.tab-list.can-scroll + .tab-cont {
  padding-top: 6px;
}

.tab-button[data-aria-selected=true] {
  cursor: default;
  pointer-events: none;
}

.tab-panel[data-aria-hidden=true] {
  /* visibility:hidden; */
  display: none;
  height:0;
  padding:0;
}

.tab-panel[data-aria-hidden=true] .content-inner {
  height: 0;
  padding: 0;
}

.tab-panel[data-aria-hidden=true] .content-inner .content-section {
  height: 0;
  padding: 0;
  display: none;
  height:0;
  padding:0;
}

.tab-panel[data-aria-hidden=true] .content-inner {
  height: 0;
  padding: 0;
}

.tab-panel[data-aria-hidden=true] .content-inner .content-section {
  height: 0;
  padding: 0;
  display: none;
}

.tab-panel[data-aria-hidden=true] .content-inner .top-content-header {
  height: 0;
  padding: 0;
  display: none;
}

.tab-panel[data-aria-hidden=true] .bnr-swiper {
  margin-top: 0!important;
}

.tab-panel[data-aria-hidden=true] .content-inner .top-content-header {
  height: 0;
  padding: 0;
  display: none;
}

.tab-panel[data-aria-hidden=true] .bnr-swiper {
  margin-top: 0!important;
}

.tab-panel[data-aria-hidden=true] .content-inner .top-content-header {
  height: 0;
  padding: 0;
  display: none;
}

.tab-panel[data-aria-hidden=true] .bnr-swiper {
  margin-top: 0!important;
}

.tab-cont {
  padding-top: 32px;
  background-color: #ffffff;
}

li .js-tab-button {
  position: relative;
}

li .js-tab-button .new {
  position: absolute;
  display: none;
  top: 40%;
  right: 15px;
  padding: 0 2px;
  border-radius: 3px;
  background-color: #CC0000;
  color: #fff;
  font-size: 10px;
}

/*----- link -----*/
.link-button {
  -webkit-transition: opacity 0.15s ease-in-out;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 10px 10px;
  overflow: hidden;
  text-align: left;
  transition: opacity 0.15s ease-in-out;
}

.link-button:hover {
  opacity: 0.65;
}

.link-button.-arrow-r {
  position: relative;
  padding-right: 32px;
}

.link-button.-arrow-r:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_link_arrow.svg?20221013) no-repeat;
  content: '';
}

.link-button.-horizontal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 15px;
}

.link-button.-horizontal .link-button-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-item-align: start;
  flex: 1;
  align-self: flex-start;
  margin-left: 16px;
}

.link-button.-horizontal.-arrow-r {
  padding-right: 40px;
}

.link-button &gt; .icon {
  width: 50px;
  height: 50px;
}

.link-button &gt; .icon.-sm {
  width: 21px;
  height: 21px;
}

.link-button &gt; .icon.-lg {
  width: 64px;
  height: 64px;
}

.link-button-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
}

.link-button-title.-md {
  font-size: 1.6rem;
  line-height: 1.5;
}

.link-button-title.-sm {
  font-size: 1.2rem;
  line-height: 1.33333;
}

.-vertical .link-button-title {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  margin-top: 7px;
  text-align: center;
}

.-horizontal .link-button-title {
  font-size: 1.6rem;
  line-height: 1.5;
}

.link-button-title + .card-button-text {
  margin-top: 8px;
}

.link-button-text {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.link-button-title + .link-button-text {
  margin-top: 8px;
}

.link {
  display: inline-block;
  color: #004CB4;
}

.link:hover {
  text-decoration: underline;
}

.link[target="_blank"] &gt; .icon {
  margin-right: 0;
  margin-left: 5px;
}

.link[target="_blank"] &gt; .icon.-left {
  margin-right: 5px;
  margin-left: 0;
}

.link .icon {
  margin-right: 8px;
  vertical-align: baseline;
}

.link .icon.-attention {
  position: relative;
  top: 3px;
}

.link.-arrow .icon {
  margin-left: 8px;
}

.link.-arrow-top .icon {
  -webkit-transform: rotate(-90deg);
  margin-left: 8px;
  transform: rotate(-90deg);
}

.link.is-disabled {
  display: none;
}

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

* + .link-block {
  margin-top: 16px;
}

.link-block + * {
  margin-top: 16px;
}

.text-box + .link-block {
  margin-top: 24px;
}

.link-list &gt; li {
  border-top: 1px solid #cccccc;
}

.link-list &gt; li:last-child {
  border-bottom: 1px solid #cccccc;
}

/*----- form -----*/
.form-button-number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2676A3;
  color: #ffffff;
}

.form-button-number:first-child {
  margin-right: 12px;
}

.form-button-number:last-child {
  margin-left: 12px;
}

.form-button-number:disabled {
  opacity: .2;
}

.form-input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}

.form-input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.form-input::-moz-placeholder {
  color: #D0D0D0;
}

.form-input:-ms-input-placeholder {
  color: #D0D0D0;
}

.form-input::-ms-input-placeholder {
  color: #D0D0D0;
}

.form-input::placeholder {
  color: #D0D0D0;
}

.form-input.-num {
  width: 66px;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
}

.form-input-number {
  width: 32px;
}

.form-input-number + .unit {
  margin-left: 0 !important;
}

.form-input-readonly {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

.form-input-group {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

.form-input-group.-f-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
}

.form-radio .form-head {
  margin-bottom: 24px;
}

.form-radio-text {
  font-weight: normal;
}

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

.form-radio-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 12px) / 2);
  min-height: 64px;
  padding: 8px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

input:checked + .form-radio-button {
  border: 1px solid #2676A3;
  background-color: #2676A3;
  color: #ffffff;
}

input:focus + .form-radio-button {
  outline: 2px solid #000000;
}

.form-radio-hidden {
  position: absolute;
  width: 0;
  height: 0;
}

.form-selectbox-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
}

.form-selectbox-wrap::before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.form-selectbox-wrap::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 5px;
  transform: translateY(-50%);
  background: center/contain url("https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_selectbox.svg?20221013") no-repeat;
  content: "";
}

.form-selectbox-wrap select {
  width: 100%;
  min-width: 160px;
  padding: 12px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}

.form-list {
  font-size: 0;
}

.form-list.is-disabled {
  display: none;
}

.form-list + .form-list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cccccc;
}

.make01 .-confirm .form-list + .form-list {
  margin-top: 32px;
  padding-top: 48px;
}

.form-list-set {
  border-bottom: 1px solid #cccccc;
}

.form-list-item.-inline {
  display: inline-block;
}

.form-list-item.-inline + .form-list-item.-inline {
  margin-left: 24px;
}

.form-list-item.is-disabled, .form-list-item .is-disabled {
  display: none;
}

.form-list-item:not(:first-child) {
  margin-top: 24px;
}

.-confirm .form-list .form-list-item:not(:first-child) {
  margin-top: 14px;
}

.form-list-set .form-list-item {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
}

.-confirm .form-list-item, .form-list-item.-horizontal, .-horizontal .form-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-confirm .form-list-item .form-head, .-confirm .form-list-item .form-body, .form-list-item.-horizontal .form-head, .form-list-item.-horizontal .form-body, .-horizontal .form-list-item .form-head, .-horizontal .form-list-item .form-body {
  width: 50%;
}

body.my_timeline.make02 .-confirm .form-list-item {
  display: block;
}

body.my_timeline.make02 .-confirm .form-list-item .form-head, body.my_timeline.make02 .-confirm .form-list-item .form-body {
  width: 100%;
}

.form-head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-head.-sm {
  margin-bottom: 14px;
  font-size: 1.2rem;
  line-height: 1.41667;
}

.-confirm .form-head, .form-head.-horizontal, .-horizontal .form-head {
  margin-right: 8px;
  margin-bottom: 0;
}

.form-head &gt; label {
  position: relative;
}

.form-head &gt; label + .icon {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 4px;
}

.form-head .popup-wrap {
  top: 100%;
}

.form-body {
  font-size: 1.6rem;
  line-height: 1.5;
}

.form-body .unit {
  margin-left: 8px;
  font-size: 1.2rem;
  line-height: 1.41667;
  vertical-align: bottom;
}

.form-body-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.form-body-row .form-input-readonly, .form-body-row .form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-body.-col2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.form-body.-col2 .form-input-readonly, .form-body.-col2 .form-input {
  margin-right: 8px;
}

body.my_timeline.make02 .-confirm .form-body {
  margin-top: 14px;
}

body.my_timeline.make02 .-confirm .form-body span:nth-of-type(2) {
  margin-left: 8px;
}

body.my_timeline.make02 .-confirm .form-body + .form-sub {
  margin-top: 14px;
  padding-left: calc(1rem + 7px);
  font-size: 1.6rem;
  line-height: 1.42188;
  text-indent: calc(-1rem - 7px);
}

.form-hr {
  height: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  border-top: 1px solid #cccccc;
}

.form-flow-hr {
  width: 74px;
  margin: 24px auto;
  border-top: 35px solid #D3E3ED;
  border-right: 40px solid transparent;
  border-bottom: none;
  border-left: 40px solid transparent;
  background-color: transparent;
}

.form-action-button {
  margin-left: 8px;
  padding: 4px;
  color: #004CB4;
  font-size: 1.2rem;
}

.form .button-block, .form .link-block {
  margin-top: 24px;
}

.modal-panel .form &gt; * + *:not(.form-hr) {
  margin-top: 16px;
}

.modal-panel .form-hr {
  -webkit-transform: translateX(-24px);
  width: calc(100% + 48px);
  transform: translateX(-24px);
}

/*----- balloon -----*/
.balloon {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 28px 24px;
  border-radius: 8px;
  background-color: #428BB5;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
}

.balloon-tri {
  -webkit-transform: rotate(45deg);
  z-index: -1;
  position: absolute;
  top: -4px;
  left: 80px;
  width: 56px;
  height: 56px;
  transform: rotate(45deg);
  background-color: #428BB5;
  content: '';
}

.-right .balloon-tri {
  right: 40px;
  left: auto;
}

/*----- copy -----*/
.copy-box {
  position: relative;
  width: 85.3211%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-radius: 8px;
  background-color: #FFFBF0;
  text-align: center;
}

.copy-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45455;
}

.copy-text &gt; input {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.copy-button {
  font-size: 1.4rem;
}

.copy-success-tip {
  -webkit-transform: translateX(-50%);
  display: none;
  z-index: 1;
  position: absolute;
  top: -24px;
  left: 50%;
  min-width: 120px;
  padding: 2px 4px;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #000000;
  color: #ffffff;
}

.copy-success-tip::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
}

/*----- images -----*/
.images-box {
  text-align: center;
}

.content-lead + .images-box {
  margin-top: 24px;
  padding-top: 0;
}

.text-box + .images-box {
  margin-top: 16px;
}

/*----- list -----*/
.list-dot {
  padding-left: calc(1em + 4px);
}

.list-dot &gt; li {
  text-indent: calc(-1em - 4px);
}

.list-dot &gt; li::before {
  margin-right: 4px;
  content: '・';
}

.list-dot &gt; li:nth-child(n + 2) {
  margin-top: 8px;
}

.list-num {
  padding-left: calc(1em + 4px);
  list-style-type: none;
  counter-reset: item;
}

.list-num &gt; li {
  text-indent: calc(-1em - 4px);
}

.list-num &gt; li::before {
  margin-right: 4px;
  content: counter(item) ".";
  counter-increment: item;
}

.list-num &gt; li:nth-child(n + 2) {
  margin-top: 8px;
}

.list-note {
  padding-left: calc(1em + 4px);
}

.list-note &gt; li {
  text-indent: calc(-1em - 4px);
}

.list-note &gt; li::before {
  margin-right: 4px;
  content: '※';
}

.list-note &gt; li:nth-child(n + 2) {
  margin-top: 16px;
}

.list.-col2 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.list.-col2 &gt; li {
  width: calc((100% - 12px) / 2);
}

.list.-col2 &gt; li:nth-child(2n) {
  margin-left: 12px;
}

.list-link {
  margin-top: 36px;
  border-top: 1px solid #CCCCCC;
}

.list-link &gt; li {
  -webkit-transition: opacity 0.15s ease-in-out;
  position: relative;
  width: 100%;
  padding: 16px 40px 16px 12px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  transition: opacity 0.15s ease-in-out;
}

.list-link &gt; li:hover {
  opacity: 0.65;
}

.list-link &gt; li .icon.-arrow {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo/common/images/icon_link_arrow.svg?20220801) no-repeat;
  content: '';
}

.list-link.-has-icon &gt; li &gt; a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.list-link.-has-icon &gt; li &gt; a .page-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
}

.list-link.-has-icon &gt; li &gt; a .text-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 14px;
}

.list-link.-has-icon &gt; li &gt; a .icon.-arrow {
  right: 17px;
}

/*----- flow -----*/
.-flow .box {
  position: relative;
}

.-flow .box.-lg {
  padding: 24px 20px;
}

.-flow .box .heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.-flow .box .heading:not(:first-child) {
  margin-top: 15px;
}

.-flow .box .heading + * {
  margin-top: 15px;
}

.-flow:not(:last-of-type) .box::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 25px 37px 0 37px;
  border-style: solid;
  border-color: #d3e3ed transparent transparent transparent;
  content: '';
}

/*----- acco -----*/
.acco-list.-stocklist {
  border-top: none;
}

.acco-list.-stocklist .icon {
  width: 50px;
  margin-right: 16px;
}

.acco-list.-stocklist .acco-button button {
  padding: 16px 16px 16px 24px;
}

.acco-list.-stocklist .acco-button {
  position: absolute;
  right: 0;
}

.acco-list.-stocklist .acco-button .icon-toggle.-arrow {
  right: 19px;
}

.acco-list.-stocklist .item {
  margin-right: 5px;
  font-weight: bold;
}

.acco-list.-stocklist .link-block.-delete {
  margin-top: 0;
  text-align: left;
}

.acco-list.-stocklist .desc-area {
  margin-left: 75px;
}

.acco-list.-stocklist .desc-area .column {
  margin-top: 10px;
}

.acco-list.-stocklist .desc-area .column &gt; * {
  margin-top: 0px;
  padding: 5px;
}

.acco-list.-stocklist .desc-area .button-block {
  margin-top: 0;
}

.acco-list.-stocklist .desc-area .button-block .button {
  width: auto;
  min-width: 115px;
  padding: 0;
}

.acco-list-item.is-disabled {
  display: none;
}

.stocklist .acco-list-item {
  position: relative;
}

.stocklist .acco-list-item &gt; .acco-list-item-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 13px;
}

.stocklist .acco-list-item &gt; .acco-list-item-row &gt; .icon + div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stocklist .acco-list-item .acco-content {
  padding: 9px 5px 20px;
}

.acco-list {
  border-top: 1px solid #cccccc;
}

.acco-list-item {
  border-bottom: 1px solid #cccccc;
}

.acco-button &gt; button {
  -webkit-transition: opacity 0.15s ease-in-out;
  position: relative;
  width: 100%;
  padding: 16px 40px 16px 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  transition: opacity 0.15s ease-in-out;
}

.acco-button &gt; button:hover {
  opacity: 0.65;
}

.acco-button &gt; button &gt; .icon-toggle {
  width: 50px;
  height: 50px;
}

.acco-button &gt; button &gt; .icon-toggle.-arrow {
  -webkit-transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%) rotate(90deg);
  background: center/contain url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_link_arrow.svg?20221013) no-repeat;
  content: '';
}

.acco-button &gt; button[aria-selected="true"] &gt; .icon-toggle.-arrow {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.acco-content {
  display: none;
  padding: 16px 16px 32px;
}

/*----- evacuation -----*/
.evacuation-info .column {
  margin-bottom: 14px;
}

.evacuation-info .form-hr {
  margin-top: 14px;
}

.evacuation-info .button-block {
  margin-top: 24px;
}

.evacuation-govinfo .heading {
  font-weight: bold;
  text-align: center;
}

.evacuation-govinfo .govinfo-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.evacuation-govinfo .govinfo-list &gt; li {
  margin: 0px 4px 8px;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: #F8F8F8;
  font-size: 1.4rem;
}

.evacuation-govinfo .govinfo-list &gt; li.bg-colored {
  color: #FFF;
  font-weight: bold;
}

.-border-red .evacuation-govinfo .govinfo-list &gt; li.bg-colored {
  background-color: #E62E2E;
}

.-border-orange .evacuation-govinfo .govinfo-list &gt; li.bg-colored {
  background-color: #E94816;
}

.-border-purple .evacuation-govinfo .govinfo-list &gt; li.bg-colored {
  background-color: #8E3B8E;
}

.-border-black .evacuation-govinfo .govinfo-list &gt; li.bg-colored {
  background-color: #000000;
}

/*----- border -----*/
.border-bottom {
  position: relative;
  margin-bottom: 35px !important;
}

.border-bottom::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #cccccc;
  content: '';
}

/*----- pagenation -----*/
.pagenation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

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

* + .pagenation-block {
  margin-top: 56px;
}

.pagenation &gt; li {
  -webkit-transition: opacity 0.15s ease-in-out;
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  transition: opacity 0.15s ease-in-out;
}

.pagenation &gt; li:hover {
  opacity: 0.65;
}

.pagenation &gt; li.prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pagenation &gt; li.prev a,
.pagenation &gt; li.next a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.pagenation &gt; li.prev {
  width: 30px;
}

.pagenation &gt; li.prev a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagenation &gt; li.next {
  width: 30px;
}

.pagenation &gt; li.next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagenation &gt; li.num a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  padding-bottom: 2px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

.pagenation &gt; li.num.-current:hover {
  opacity: 1;
}

.pagenation &gt; li.num.-current a {
  border: none;
  background-color: #D3E3ED;
  cursor: none;
  pointer-events: none;
}

.pagenation &gt; li.num.-abbrev:hover {
  opacity: 1;
}

.pagenation &gt; li.num.-abbrev a {
  cursor: none;
  pointer-events: none;
}

.pagenation &gt; li.num.-abbrev span {
  position: relative;
  top: -5px;
}

/*----- table -----*/
.table {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;
}

.table.-radius {
  border-radius: 12px 12px 0 0;
}

*:not(.table) + .table {
  margin-top: 40px;
}

.table + .table {
  margin-top: 30px;
}

.table + *:not(.table) {
  margin-top: 40px;
}

.table-head {
  border-bottom: 4px solid #ffffff;
  border-radius: 24px 24px 0 0;
  background-color: #2676A3;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}

.table-head tr &gt; th {
  padding: 16px 20px;
  line-height: 1.25;
}

.table-head tr &gt; th:nth-child(n + 2) {
  border-left: 2px solid #ffffff;
}

.table-body tr {
  border-bottom: 2px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}

.table-body tr.-wide &gt; th, .table-body tr.-wide &gt; td {
  padding: 40px 20px;
}

.table-body tr &gt; th, .table-body tr &gt; td {
  width: 50%;
  padding: 16px 20px;
  background-color: #F8F8F8;
  font-size: 1.5rem;
}

.table-body tr &gt; th:nth-child(n + 2), .table-body tr &gt; td:nth-child(n + 2) {
  border-left: 2px solid #ffffff;
}

.table-body tr &gt; th {
  font-weight: bold;
}

.table-data {
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-data-title {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* TOP style
-----------------------------------------------------------*/

.top-mv-inner {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.top-mv-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv-img &gt; img {
  width: 100vw;
}

.top-mv-lead {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.57143;
  text-align: left;
}

.top-mv.fixed-bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.top-contents-cont {
  box-shadow :0 -5px 11px -5px rgb(0 0 0 / 25%);
}

.top-contents-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px 25px 0 0;
  justify-content: center;
  color: #fff;
  margin-top: 210px;
}

.top-contents-tabs_bottom {
  margin-top: 0;
}

.top-contents-tabs[data-active-aria=carlife] {
  background-color: #FFDBA2;
}

.top-contents-tabs[data-active-aria=carlife] [data-aria-selected=true] {
  background-color: #eB8100;
  color: #fff;
}

.top-contents-tabs[data-active-aria=carlife] [data-aria-selected=true]::before {
  background-color: #EB8100;
}


.top-contents-tabs[data-active-aria=bosai] {
  background-color: #ADDBF5;
}

.top-contents-tabs[data-active-aria=bosai] [data-aria-selected=true] {
  background-color: #428BB5;
  color: #fff;
}

.top-contents-tabs[data-active-aria=bosai] [data-aria-selected=true]::before {
  background-color: #428BB5;
}

.top-contents-tabs[data-active-aria=wellness] {
  background-color: #A8EDE3;
}

.top-contents-tabs[data-active-aria=wellness] [data-aria-selected=true] {
  background-color :#03AB94;
  color: #fff;
}

.top-contents-tabs[data-active-aria=wellness] [data-aria-selected=true]::before {
  background-color: #03AB94;
}

.top-contents-tabs[data-active-aria=finance] {
  background-color :#FFE9AC;
}

.top-contents-tabs[data-active-aria=finance] [data-aria-selected=true] {
  color: #fff;
  background-color: #E3A600;
}

.top-contents-tabs[data-active-aria=finance] [data-aria-selected=true]::before {
  background-color: #E3A600;
}

.top-contents-tabs &gt; li {
  width: 156px;
  margin-right: 16px;
}

.top-contents-tabs .tab-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 12px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 9px;
  box-shadow: 0 -5px 8px -5px rgb(0 0 0 / 25%)inset;
}

.top-contents-tabs .tab-button::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 90px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 4px 4px;
  color: rgba(51, 51, 51, 0.5);
  content: '';
  opacity: 0;
}

.top-contents-tabs .tab-button[data-aria-selected=true]::before {
  opacity: 1;
}

.top-contents-tabs .tab-button:hover {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.top-contents-tabs .tab-button:hover:hover {
  opacity: 0.65;
}

.top-contents-tabs .tab-button.-comingsoon {
  cursor: default;
  pointer-events: none;
}

.top-contents-tabs .tab-button.-comingsoon &gt; span {
  display: block;
  margin-top: -8px;
}

.top-contents-tabs .tab-button.-comingsoon:after {
  display: block;
  margin-top: -5px;
  margin-bottom: -10px;
  font-size: 1.4rem;
  font-weight: 400;
  content: 'coming soon';
}

.top-news-block {
  padding: 8px 0 12px;
  border-radius: 8px;
  background-color: #F8F8F8;
}

.top-news-block .news-list {
  max-height: 230px;
  overflow-y: auto;
}

.top-content {
  padding-bottom: 55px;
  background-color: #ffffff;
}

.top-content-header {
  padding: 35px 0 0;
  text-align: center;
}

.top-content-header-logo {
  max-width: 128px;
  margin: 0 auto;
}

.top-content-header-icon {
  margin-top: 10px;
}

.top-content-header-heading {
  font-size: 2.2rem;
  line-height: 1.45455;
}

.top-content-lead {
  font-size: 1.8rem;
  line-height: 1.55556;
}

.top .card-button.-vertical.-wide {
  padding-top: 17px;
}

.top .card-button.-vertical.-wide &gt; .icon {
  -ms-flex-item-align: self-start;
  align-self: self-start;
}

.top .card-button.-vertical.-wide &gt; .card-button-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* TERMS style
-----------------------------------------------------------*/
body.terms.disagree {
  /** 規約同意 未同意 **/
}

body.terms.disagree .header-ham-toggle,
body.terms.disagree .header-gnav,
body.terms.disagree .footer-top {
  display: none;
}

body.terms ul li &gt; ul li {
  padding-left: 3em;
  text-indent: -3em;
}

/* home_repair style
-----------------------------------------------------------*/
.home_repair {
  background-color: #F2FBFF;
}

body:not(.top).home_repair .content-panel {
  margin-top: 30px;
  padding-top: 0;
}

.home_repair-kv {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  background: center/cover url("https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/home_repair/images/kv_bg.jpg?20221013") no-repeat;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.home_repair-kv-text-lead {
  margin-top: 32px;
}

.home_repair-kv-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px -3.5px;
}

.home_repair-kv-list &gt; li {
  width: 50%;
  padding: 5px 3.5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.home_repair-kv .box {
  padding: 24px;
}

.home_repair-kv &gt; * + *:not(.home_repair-kv-text-lead) {
  margin-top: 24px;
}

.home_repair .content-section.bg-yellow .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
}

.home_repair .content-section.bg-yellow .d-flex &gt; div {
  width: 327px;
}

.home_repair .content-section.bg-yellow .d-flex p {
  max-width: 327px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body:not(.top).home_repair .content-panel {
    margin-top: 0;
  }

  .home_repair-kv {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* form(mt_timeline bichiku_list) style
-----------------------------------------------------------*/
.form-box {
  border-radius: 8px;
}

.form-box.is-disabled .form-box-content {
  display: none;
}

.form-box.is-disabled + .form-box.is-disabled {
  margin-top: 8px;
}

.form-box.is-active {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.form-box.is-active [data-case=input] {
  display: block;
}

.form-box.is-active [data-case=confirm] {
  display: none;
}

.form-box.is-active .-bg-gray {
  background-color: #EEEFEF;
  color: #333333;
}

.form-box.is-active .active-text {
  display: inline-block;
}

.form-box:not(.is-disabled):not(.is-active) {
  border: 1px solid #333333;
}

.form-box:not(.is-disabled):not(.is-active).-border-brown {
  border: 1px solid #7F6C19;
}

.form-box:not(.is-disabled):not(.is-active).-border-palered {
  border: 1px solid #CC6A69;
}

.form-box:not(.is-disabled):not(.is-active).-border-darkgreen {
  border: 1px solid #2A5F6F;
}

.form-box:not(.is-disabled):not(.is-active).-border-yellow {
  border: 1px solid #FCEA00;
}

.form-box:not(.is-disabled):not(.is-active).-border-orange {
  border: 1px solid #E94816;
}

.form-box:not(.is-disabled):not(.is-active).-border-purple {
  border: 1px solid #8E3B8E;
}

.form-box:not(.is-disabled):not(.is-active).-border-black {
  border: 1px solid #000000;
}

.form-box:not(.is-disabled):not(.is-active) .active-text {
  display: none;
}

.form-box:not(.is-disabled):not(.is-active) [data-case=input] {
  display: none;
}

.form-box:not(.is-disabled):not(.is-active) [data-case=confirm] {
  display: block;
}

.form-box-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 8px;
  border-radius: 8px 8px 0 0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
}

.form-box-heading &gt; .label {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #FFF;
  font-size: 1.6rem;
}

.-border-gray .form-box-heading {
  background-color: #F8F8F8;
}

.-border-gray .form-box-heading &gt; .label {
  background-color: #FFFFFF;
  color: #333333;
}

.stocklist .-border-gray .form-box-heading &gt; .label {
  background-color: #333333;
  color: #FFF;
}

.-border-yellow .form-box-heading {
  background-color: #FFFBD0;
}

.-border-yellow .form-box-heading &gt; .label {
  background-color: #FCEA00;
  color: #333333;
}

.-border-orange .form-box-heading {
  background-color: #FFEEE8;
}

.-border-orange .form-box-heading &gt; .label {
  background-color: #E94816;
}

.-border-purple .form-box-heading {
  background-color: #FFF4FF;
}

.-border-purple .form-box-heading &gt; .label {
  background-color: #8E3B8E;
}

.-border-black .form-box-heading {
  background-color: #DEDEDE;
}

.-border-black .form-box-heading &gt; .label {
  background-color: #000000;
}

.-border-brown .form-box-heading {
  background-color: #F0EBD9;
}

.-border-palered .form-box-heading {
  background-color: #F9EFEC;
}

.-border-darkgreen .form-box-heading {
  background-color: #E3E5E7 !important;
}

.form-box-heading.-bg-gray {
  background-color: #EEEFEF;
}

.form-box-heading.-has-popup {
  position: relative;
}

.form-box-heading.-has-popup &gt; .icon {
  margin-top: -5px;
  margin-left: 5px;
}

.is-disabled .form-box-heading {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 24px;
  border-radius: 8px;
  color: #989598;
  text-align: left;
  opacity: .5;
}

.is-disabled .form-box-heading &gt; .label {
  opacity: .5;
}

.is-disabled.-border-gray .form-box-heading &gt; .label {
  color: #BEBEBE;
  opacity: 1;
}

.stocklist .is-disabled.-border-gray .form-box-heading &gt; .label {
  color: #ffffff;
  opacity: .5;
}

#information.is-active .form-box-heading {
  background-color: #F2FBFF;
  color: #2676A3;
}

#information.is-active .form-box-heading &gt; .label {
  background-color: #2676A3;
}

.stocklist .is-active .form-box-heading {
  background-color: #F2FBFF;
  color: #2676A3;
}

.stocklist .is-active .form-box-heading &gt; .label {
  background-color: #2676A3;
}

.form-box-content {
  padding: 16px 23px 24px;
}

* + .form-box {
  margin-top: 32px;
}

.form-lead-text {
  color: #2676A3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
}

[data-case=non-complete] .form-lead-text {
  color: rgba(38, 118, 163, 0.25);
}

[data-case=complete] .form-lead-text {
  color: #2676A3;
  font-size: 2.2rem;
  line-height: 1.45455;
}

.form-lead-icon {
  margin-bottom: 8px;
  text-align: center;
}

[data-case=complete] {
  display: none;
}

[data-case=skip] {
  display: none;
}

/* Stocklist style
-----------------------------------------------------------*/
.stocklist-information [data-case="confirm"] .form-head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stocklist-information [data-case="confirm"] .form-body {
  width: auto !important;
  margin-left: auto;
  font-weight: bold;
}

.stocklist-information [data-case="confirm"] .form-body .unit {
  font-weight: normal;
  vertical-align: baseline;
}

.stocklist .tab-button {
  padding-right: 16px;
  padding-left: 16px;
}

.stocklist .purchase-block {
  margin-top: 24px;
}

.stocklist .purchase-block.is-disabled {
  display: none;
}

/* my_timeline style
-----------------------------------------------------------*/
.my_timeline .form-title {
  margin-bottom: 24px;
  color: #2676A3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
}

.my_timeline .form-title &gt; span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid #2676A3;
}

.my_timeline-information-warning {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  padding: 24px;
  background-color: #FFF2F2;
}

.my_timeline-information-warning.is-disabled {
  display: none;
}

.my_timeline-information-warning .icon {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 14px;
}

.-border-orange .my_timeline-information-warning {
  background-color: #FFEEE8;
}

.-border-orange .my_timeline-information-warning .icon {
  fill: #E94816;
}

.-border-purple .my_timeline-information-warning {
  background-color: #FFF4FF;
}

.-border-purple .my_timeline-information-warning .icon {
  fill: #8E3B8E;
}

/* learning style
-----------------------------------------------------------*/
body.learning {
  background-color: #F2FBFF;
}

body.learning .content-panel &gt; .images-box + .text-cite {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}

body.learning .images-box.bg-beige {
  padding: 13px 0;
  border-radius: 8px;
  background-color: #FFFBF0;
}

body.learning .images-box img.maxw-400 {
  max-width: 400px;
}

body.learning .heading-lv4 {
  margin-bottom: 15px;
  line-height: calc(24/18);
}

body.learning .heading-lv5 {
  font-weight: bold;
}

body.learning .text-box + .heading-lv4 {
  margin-top: 53px;
}

body.learning .text-box + .heading-lv5 {
  margin-top: 28px;
}

body.learning .link {
  text-decoration: underline;
}

body.learning .source {
  display: block;
  margin-top: 30px;
  margin-bottom: 56px;
  font-size: 1.1rem;
  font-style: normal;
}

body.learning .card-button.-simple .article-img {
  width: 68px;
  border-radius: 8px;
  background-color: #FFFBF0;
}

body.learning .card-button.-simple .article-img &gt; img {
  border-radius: 8px;
}

body.learning .ariticle-list {
  margin-top: 45px;
}

body.learning .ariticle-list .card-button-cont {
  margin-left: 20px;
}

body.learning .list-dot li:nth-child(n + 2), body.learning .list-num li:nth-child(n + 2) {
  margin-top: 0;
}

body.learning .content-header.-simple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

body.learning .content-header.-simple.-has-select {
  z-index: -1;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
}

body.learning .page-selector {
  -ms-flex-item-align: center;
  position: relative;
  align-self: center;
  width: 280px;
}

body.learning .page-selector-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 200px;
  left: 0;
  justify-content: center;
  width: 100%;
}

body.learning .page-selector-wrapper + .content-panel {
  z-index: 100;
  position: relative;
  margin-top: 210px;
}

body.learning .page-selector select {
  width: 280px;
  padding: 9px 18px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFF;
  font-size: 1.4rem;
}

body.learning .page-selector::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 7px;
  transform: translateY(-50%);
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo_el/common/images/icon_link_arrow_gray.svg?20221013) no-repeat center;
  content: '';
}

.pr-card-text {
  font-size: 15px;
}

.pr-type {
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #666666;
  color: #fff;
  font-size: 12px;
}

/* support style
-----------------------------------------------------------*/
body.support .content-section &gt; .text-right {
  max-width: 718px;
  margin-top: 0;
  color: #939393;
  font-size: 1.1rem;
}

body.support .heading-lv5 {
  font-weight: bold;
}

/* アライアンス連携用 style
-----------------------------------------------------------*/
.riyo_el {
  /*----- header -----*/
  /* TOP style
  -----------------------------------------------------------*/
  /* CONTACT style
-----------------------------------------------------------*/
}

.riyo_el .header-box {
  min-height: 62px;
}

.riyo_el .top-mv-logo {
  margin: 0 auto;
  text-align: center;
}

.riyo_el .top-content-header {
  padding: 86px 0 28px;
}

.riyo_el.contact .card {
  padding: 36px 24px 28px;
}

.riyo_el.contact .card .heading-lv3 {
  margin-bottom: 36px;
}

.riyo_el.contact .card .description-desc {
  padding: 0;
}

.riyo_el.contact .card .description-list {
  margin: 24px 0 16px;
}

a.wellness {
  position: relative;
}

a.wellness::after {
  position: absolute;
  content: "";
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/riyo/images/icon_new.png?20250817);
  background-repeat: no-repeat;
  color: #fff;
  width: 28px;
  height: 15px;
  top: 41%;
  right: auto;
  left: 0;
  background-color: #CC0000;
}

.pr-card-text {
  font-size: 15px;
}

.pr-type {
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #666666;
  color: #fff;
  font-size: 12px;
}

/* Utility
-----------------------------------------------------------*/
.bg-gray {
  background-color: #F8F8F8;
}

.bg-yellow {
  background-color: #FFFBF0;
}

.bg-blue {
  background-color: #F2FBFF;
}

.bg-white {
  background-color: #FFF;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-xxsm {
  font-size: 1.0rem !important;
}

.fs-xsm {
  font-size: 1.2rem !important;
}

.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.4rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

/* font-color */
.fc-blue {
  color: #2676A3;
}

.fc-red {
  color: #E62E2E;
}

/* width(px) 5-200 */

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

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

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

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

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

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

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

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

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* line-height */
.lh-1 {
  line-height: 1 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.ls-shrink {
  letter-spacing: -0.07rem !important;
}

/* indent */
.indent10 {
  padding-left: 1em;
  text-indent: -1em;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

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

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

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

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

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-flex.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* position */
.p-relative {
  position: relative !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.65;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

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

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

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

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

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

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

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

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .header .header-gnav .link-menu a:not(.-comingsoon):not(.-comingsoon2):hover {
    opacity: .6;
  }
  .header .header-gnav-cat a:not(.-comingsoon):not(.-comingsoon2):hover {
    opacity: .6;
  }
  .footer {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
  body:not(.top):not(.faq):not(.contact) .footer {
    margin-top: 56px;
  }
  .footer .pagetop-wrap {
    padding: 0 60px;
  }
  .footer .footer-bottom {
    padding: 20px 60px 15px;
  }
  .content-inner {
    padding: 0 24px;
  }
  .content-header.-h125 + .content-panel {
    margin-top: 165px;
  }
  .content-header.-h115 + .content-panel {
    margin-top: 155px;
  }
  .content-header.-h200 .content-header-heading {
    margin-top: 10px;
  }
  .content-header.-h200 + .content-panel {
    margin-top: 245px;
  }
  .content-header.-has-no-icon + .content-panel {
    margin-top: 150px;
  }
  .content-panel {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-bg-arrow::after {
    border-right: 400px solid transparent;
    border-left: 400px solid transparent;
  }
  .column.-lg {
    margin: -8px;
  }
  .column.-center-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column.-lg .column-col-1, .column.-lg .column-col-2, .column.-lg .column-col-3, .column.-lg .column-col-4, .column.-lg .column-col-5, .column.-lg .column-col-6 {
    padding: 8px;
  }
  .banner-list-item:nth-child(n + 2) {
    margin-left: 17px;
  }
  .banner-list-item &gt; a {
    width: 327px;
  }
  .card:not(.modal-panel) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .card:not(.modal-panel) &gt; .description-list {
    margin-bottom: 0;
  }
  .card:not(.modal-panel) &gt; .description-list:not(.align-normal) {
    margin-top: auto;
    padding-top: 24px;
  }
  .card-text-lead {
    height: 180px;
  }
  .modal-panel .card-text-lead {
    height: auto;
  }
  .card-button.-dial &gt; .icon {
    display: none;
  }
  .card-button.-dial {
    cursor: none;
    pointer-events: none;
  }
  .heading-lv2 {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
  .heading-lv2 .text-sub {
    font-size: 2rem;
  }
  * + .heading-lv3 {
    margin-top: 40px;
  }
  .heading-lv4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .button-block .button {
    min-width: 279px;
  }
  .modal-panel .button-block .button {
    width: 100%;
    min-width: auto;
  }
  .button.-md {
    min-width: 327px;
  }
  .button.-sm {
    min-width: 180px;
  }
  .tab-list.can-scroll {
    max-width: 718px;
  }
  .form-input.-sm {
    width: 78%;
  }
  .balloon-wrap {
    width: 327px;
  }
  * + .copy-box {
    margin-top: 40px;
  }
  .images-box.-max-sp-size img {
    width: 50%;
  }
  .-flow .box .heading:not(:first-child) {
    margin-top: 20px;
  }
  .-flow .box .heading + p.text {
    text-align: center;
  }
  .top-mv {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-mv-inner {
    max-width: 766px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }

  body.learning .heading-lv4 {
    margin-bottom: 15px;
  }
  body.learning .heading-lv5 + * {
    margin-top: 5px;
  }
  body.learning .ariticle-list {
    margin-bottom: 45px;
  }
  body.learning .page-selector-wrapper {
    top: 250px;
  }
  body.learning .page-selector-wrapper + .content-panel {
    margin-top: 260px;
  }
  body.learning #main.learning-07 .column {
    text-align: center;
  }
  body.learning #main.learning-07 .column .column-col-2 &gt; .heading-lv4 {
    text-align: center;
  }
  body.learning #main.learning-05 img.w-335 {
    width: 450px !important;
  }
  body.support .heading-lv5 + * {
    margin-top: 5px;
  }
  .riyo_el .top-mv.fixed-bg {
    background: none;
  }
  .riyo_el .top-content-header {
    padding-top: 40px;
  }
  .top-content-header {
    padding: 35px 0 28px;
  }
  .h-5-pc {
    height: 5px !important;
  }
  .h-10-pc {
    height: 10px !important;
  }
  .h-15-pc {
    height: 15px !important;
  }
  .h-20-pc {
    height: 20px !important;
  }
  .h-25-pc {
    height: 25px !important;
  }
  .h-30-pc {
    height: 30px !important;
  }
  .h-35-pc {
    height: 35px !important;
  }
  .h-40-pc {
    height: 40px !important;
  }
  .h-45-pc {
    height: 45px !important;
  }
  .h-50-pc {
    height: 50px !important;
  }
  .h-55-pc {
    height: 55px !important;
  }
  .h-60-pc {
    height: 60px !important;
  }
  .h-65-pc {
    height: 65px !important;
  }
  .h-70-pc {
    height: 70px !important;
  }
  .h-75-pc {
    height: 75px !important;
  }
  .h-80-pc {
    height: 80px !important;
  }
  .h-85-pc {
    height: 85px !important;
  }
  .h-90-pc {
    height: 90px !important;
  }
  .h-95-pc {
    height: 95px !important;
  }
  .h-100-pc {
    height: 100px !important;
  }
  .h-105-pc {
    height: 105px !important;
  }
  .h-110-pc {
    height: 110px !important;
  }
  .h-115-pc {
    height: 115px !important;
  }
  .h-120-pc {
    height: 120px !important;
  }
  .h-125-pc {
    height: 125px !important;
  }
  .h-130-pc {
    height: 130px !important;
  }
  .h-135-pc {
    height: 135px !important;
  }
  .h-140-pc {
    height: 140px !important;
  }
  .h-145-pc {
    height: 145px !important;
  }
  .h-150-pc {
    height: 150px !important;
  }
  .h-155-pc {
    height: 155px !important;
  }
  .h-160-pc {
    height: 160px !important;
  }
  .h-165-pc {
    height: 165px !important;
  }
  .h-170-pc {
    height: 170px !important;
  }
  .h-175-pc {
    height: 175px !important;
  }
  .h-180-pc {
    height: 180px !important;
  }
  .h-185-pc {
    height: 185px !important;
  }
  .h-190-pc {
    height: 190px !important;
  }
  .h-195-pc {
    height: 195px !important;
  }
  .h-200-pc {
    height: 200px !important;
  }
  .h-205-pc {
    height: 205px !important;
  }
  .h-210-pc {
    height: 210px !important;
  }
  .h-215-pc {
    height: 215px !important;
  }
  .h-220-pc {
    height: 220px !important;
  }
  .h-225-pc {
    height: 225px !important;
  }
  .h-230-pc {
    height: 230px !important;
  }
  .h-235-pc {
    height: 235px !important;
  }
  .h-240-pc {
    height: 240px !important;
  }
  .h-245-pc {
    height: 245px !important;
  }
  .h-250-pc {
    height: 250px !important;
  }
  .h-255-pc {
    height: 255px !important;
  }
  .h-260-pc {
    height: 260px !important;
  }
  .h-265-pc {
    height: 265px !important;
  }
  .h-270-pc {
    height: 270px !important;
  }
  .h-275-pc {
    height: 275px !important;
  }
  .h-280-pc {
    height: 280px !important;
  }
  .h-285-pc {
    height: 285px !important;
  }
  .h-290-pc {
    height: 290px !important;
  }
  .h-295-pc {
    height: 295px !important;
  }
  .h-300-pc {
    height: 300px !important;
  }
  .h-365-pc {
    height: 365px !important;
  }
  .w-5per-pc {
    width: 5% !important;
  }
  .w-10per-pc {
    width: 10% !important;
  }
  .w-15per-pc {
    width: 15% !important;
  }
  .w-20per-pc {
    width: 20% !important;
  }
  .w-25per-pc {
    width: 25% !important;
  }
  .w-30per-pc {
    width: 30% !important;
  }
  .w-35per-pc {
    width: 35% !important;
  }
  .w-40per-pc {
    width: 40% !important;
  }
  .w-45per-pc {
    width: 45% !important;
  }
  .w-50per-pc {
    width: 50% !important;
  }
  .w-55per-pc {
    width: 55% !important;
  }
  .w-60per-pc {
    width: 60% !important;
  }
  .w-65per-pc {
    width: 65% !important;
  }
  .w-70per-pc {
    width: 70% !important;
  }
  .w-75per-pc {
    width: 75% !important;
  }
  .w-80per-pc {
    width: 80% !important;
  }
  .w-85per-pc {
    width: 85% !important;
  }
  .w-90per-pc {
    width: 90% !important;
  }
  .w-95per-pc {
    width: 95% !important;
  }
  .w-100per-pc {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 24px;
  }
  .content-header:not(.-simple) {
    padding: 24px 0;
  }
  .content-header.-simple {
    padding: 40px 0;
  }
  .content-header.-h125 {
    padding: 25px 0;
  }
  .content-header.-h125 + .content-panel {
    margin-top: 125px;
  }
  .content-header.-h115 {
    padding: 40px 0;
  }
  .content-header.-h115 + .content-panel {
    margin-top: 115px;
  }
  .content-header.-h200 .content-header-heading {
    margin-top: 14px;
  }
  .content-header.-h200 + .content-panel {
    margin-top: 200px;
  }
  .content-header-icon {
    width: 60px;
  }
  .content-header-heading {
    font-size: 2.4rem;
    line-height: 1.45833;
  }
  .content-header-heading .text-sub {
    font-size: 1.8rem;
  }
  body:not(.top) .content-panel {
    margin-top: 150px;
    padding-top: 30px;
  }
  body.bosaihack .content-panel {
    margin-top: 175px;
    padding-top: 30px;
  }
  .content-panel.-simple-sp {
    border-radius: 0;
  }
  .content-header.-wide + .content-panel {
    margin-top: 185px;
  }
  .content-bg-arrow::after {
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
  }
  .column.-center-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column .column-col-1-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .column .column-col-2-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column .column-col-3-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .banner-list-item:nth-child(n + 2) {
    margin-left: 10px;
  }
  .banner-list-item {
    max-width: calc(100vw - (15px + 10px)*2);
  }
  .card-button &gt; .icon.-lg-sp {
    width: 64px;
    height: 64px;
  }
  .heading-lv2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .heading-lv2 .text-sub {
    font-size: 1.8rem;
  }
  .heading-lv3 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.22222;
    margin-bottom: 20px;
  }
  * + .heading-lv3 {
    margin-top: 32px;
  }
  .heading-lv4 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .button {
    width: 85.3211%;
  }
  .button.-sm {
    max-width: 180px;
  }
  .faq-block {
    width: calc(100% + (24px * 2));
    margin-top: 30px;
    margin-left: -24px;
  }
  .tab-list.can-scroll {
    margin-right: 24px;
    margin-left: 24px;
  }
  .content-inner .tab-list.can-scroll {
    margin: 0 auto;
  }
  .link-button &gt; .icon.-lg-sp {
    width: 64px;
    height: 64px;
  }

  .card-button[target="_blank"] &gt; .icon.icon_hazard_map {
    width: 64px;
    height: 64px;
  }

  .form-input.-sm {
    width: 57%;
  }
  .form-selectbox-wrap::after {
    right: 8px;
  }
  .balloon-wrap {
    width: calc(100vw - (24px*2));
    max-width: 327px;
  }
  * + .copy-box {
    margin-top: 32px;
  }
  .images-box img {
    width: 100%;
  }
  .images-box.-width-max-window {
    width: calc(100% + ($default-content-inner-sp*2));
    margin-right: -24px;
    margin-left: -24px;
  }
  *:not(.table) + .table {
    margin-top: 30px;
  }
  .table + .table {
    margin-top: 20px;
  }
  .table + *:not(.table) {
    margin-top: 30px;
  }
  .table-head {
    font-size: 1.6rem;
  }
  .table-body tr &gt; th, .table-body tr &gt; td {
    font-size: 1.3rem;
  }
  .table-data-title {
    font-size: 1.6rem;
  }
  .top-mv {
    padding-top: 18.13333%;
    padding-bottom: 18.13333%;
  }
  .top-mv-logo {
    width: 80%;
    margin: 0 auto;
  }
  .top-mv-lead {
    margin-top: 2%;
    text-align: center;
    font-size: 14px;
  }
  .top-contents {
    margin-top: 48.33333%;
  }
  body.learning .content-panel &gt; .images-box + .text-cite {
    padding: 0 24px;
  }
  body.learning .heading-lv2.-line-l {
    margin-bottom: 27px;
  }
  body.learning .heading-lv4 {
    font-size: 1.8rem;
  }
  body.learning .content-header.-simple {
    padding: 25px 0;
  }
  .riyo_el .top-mv {
    padding-top: 20.8%;
  }
  .riyo_el .top-mv-logo {
    width: 75.53517%;
  }
  .riyo_el .top-mv-logo img {
    height: auto;
  }

  ul.top-contents-tabs.js-tab-list {
    flex-wrap: wrap;
    border-radius: 0;
  }

  .top-contents-tabs[data-active-aria=carlife] {
    background-color: #FFDBA2;
  }

  .top-contents-tabs[data-active-aria=carlife] [data-aria-selected=true]::before {
      display: none;
  }

  .top-contents-tabs[data-active-aria=carlife] [data-aria-selected=true] {
      color: #fff;
      background-color:#EB8100;
  }

  .top-contents-tabs[data-active-aria=bosai] {
    background-color:#ADDBF5;
  }

  .top-contents-tabs[data-active-aria=bosai] [data-aria-selected=true]::before {
    display: none;
  }

  .top-contents-tabs[data-active-aria=bosai] [data-aria-selected=true] {
    color: #fff;
    background-color:#428BB5;
  }

  .top-contents-tabs[data-active-aria=wellness] {
    background-color: #AAEFE5;
  }

  .top-contents-tabs[data-active-aria=wellness] [data-aria-selected=true]::before {
    display: none;
  }

  .top-contents-tabs[data-active-aria=wellness] [data-aria-selected=true] {
    color: #fff;
    background-color:#03AB94;
  }

  .top-contents-tabs[data-active-aria=finance] {
    background-color: #FFE9AC;
  }

  .top-contents-tabs[data-active-aria=finance] [data-aria-selected=true]::before {
    display: none;
  }

  .top-contents-tabs[data-active-aria=finance] [data-aria-selected=true] {
    color: #fff;
    background-color:#E3A600;
  }

  .top-contents-tabs .tab-button {
      margin: 16px 8px 16px 9px;
      padding: 15px 10px 15px;
      background-color: #fff;
      color:#666666;
      box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
      border-radius: 8px;
  }

  .top-contents-tabs li:nth-of-type(3) .tab-button {
    margin-top: 8px;
  }

  .top-contents-tabs li:nth-of-type(4) .tab-button {
    margin-top: 8px;
  }

  .top-contents-tabs .tab-button:nth-of-type(2n) {
      margin-left:0;
      margin-right:8px;
  }
  .top-contents-tabs {
    margin-top: 35%;
  }

  a.wellness::after {
    right: 20px;
    left: auto;
  }

  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .w-5per-sp {
    width: 5% !important;
  }
  .w-10per-sp {
    width: 10% !important;
  }
  .w-15per-sp {
    width: 15% !important;
  }
  .w-20per-sp {
    width: 20% !important;
  }
  .w-25per-sp {
    width: 25% !important;
  }
  .w-30per-sp {
    width: 30% !important;
  }
  .w-35per-sp {
    width: 35% !important;
  }
  .w-40per-sp {
    width: 40% !important;
  }
  .w-45per-sp {
    width: 45% !important;
  }
  .w-50per-sp {
    width: 50% !important;
  }
  .w-55per-sp {
    width: 55% !important;
  }
  .w-60per-sp {
    width: 60% !important;
  }
  .w-65per-sp {
    width: 65% !important;
  }
  .w-70per-sp {
    width: 70% !important;
  }
  .w-75per-sp {
    width: 75% !important;
  }
  .w-80per-sp {
    width: 80% !important;
  }
  .w-85per-sp {
    width: 85% !important;
  }
  .w-90per-sp {
    width: 90% !important;
  }
  .w-95per-sp {
    width: 95% !important;
  }
  .w-100per-sp {
    width: 100% !important;
  }

  li .js-tab-button .new {
    display: block;
    right: auto;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fs-xxsm-sp {
    font-size: 1.0rem!important;
  }
}

@media all and (-ms-high-contrast: none) {
  .text-dot {
    padding-top: .3em;
    background-image: radial-gradient(0.12em 0.12em at center center, #333333, #333333 100%, transparent);
    background-position: top left 0.95em;
    background-repeat: repeat-x;
    background-size: 0.85em 0.36em;
  }
  .button {
    padding: 10px 10px;
  }
  .modal-wrap {
    top: 50%;
    left: 50%;
    height: 90vh;
  }
  .modal-panel::after {
    display: block;
    width: 100%;
    height: 80px;
    content: '';
  }
  .modal-panel.-no-bottom-cont::after {
    height: 10px;
  }
}

/* modal */
.top-modal {
  max-width: 400px;
  max-height: 185px;
  padding: 0;
}

.top-modal .modal-panel {
  padding: 0;
  text-align: center;
  border-radius: 8px;
}

.modal-ttl {
  position: relative;
  margin-bottom: 15px;
  font-size: 35px;
  letter-spacing: -3px;
}

.modal-ttl::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  content:'';
  background-color: #bdbdbd;
}

.modal-txt {
  font-weight: bold;
  font-size: 14px;
}

.strong-red,
.strong-orange {
  padding: 0 7px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  border-radius: 3px;
}

.strong-red {
  background-color: #f31500;
}

.strong-orange {
  margin: 0 5px;
  background: #ff7000;
}

.top-modal .carlife-service-btn .btn-area {
  width: 90%;
  margin-top: 15px;
  box-shadow: 0 4px #d0d0d0;
}

.top-modal .carlife-service-btn .btn-area .carlife-service-text {
  padding: 11px;
}

@media screen and (max-width: 767px) {
  .top-modal {
    width: 100%;
    max-width: 335px;
    max-height: 155px;
    padding: 0;
  }

  .model-ttl-img {
    width: 180px;
    height: auto;
  }

  .modal-ttl {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .modal-ttl::after {
    bottom: -1px;
  }

  .modal-txt {
    font-size: 12px;
  }

  .strong-red,
  .strong-orange {
    font-size: 14px;
  }

  .top-modal .carlife-service-btn .btn-area {
    width: 100%;
    margin-top: 10px;
  }

  .top-modal .btn_icon_blank {
    right: 6%;
  }
}

@media screen and (min-width: 768px) {
  .top-contents-tabs[data-active-aria=finance] a::after {
      border-color: #E7DCA4;
  }

  .top-contents-tabs[data-active-aria=wellness] a::after {
      border-color: #B1DCD7;
  }

  .top-contents-tabs[data-active-aria=bosai] a::after {
      border-color: #B8CAE2;
  }

  .top-contents-tabs[data-active-aria=carlife] a::after {
      border-color: #F1CFAE;
  }

  .top-contents-tabs &gt; li:first-child a:after {
      display: none;
  }
  }

.commingsoon {
  position: relative;
}

.commingsoon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.8);
  color: #666666;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14286;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .wellness-card {
    max-width: 327px;
    margin: 0 auto;
  }
}

.header .header-gnav-menu &gt; li:nth-of-type(3).is-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu &gt; li:nth-of-type(4).is-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header-gnav-menu a.-comingsoon2.-comingsoon3::after {
  content: '(契約者限定)';
}

.PC-new {
  display: inline-block;
  padding: 0 2px;
  border-radius: 3px;
  background-color: #CC0000;
  color: #fff;
  font-size: 10px;
  margin-left: 3px;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .PC-new {
    display: none;
  }
  .top-contents-tabs .tab-button::before {
    display: none;
  }
  .top-contents-tabs &gt; li {
    width: 50%;
    margin-right: 0;
  }
  .top-contents-cont {
    box-shadow :none;
  }
}

.-horizontal.-oshiete {
  min-height: 80px;
  padding: 0;
}

.-horizontal.-oshiete .card-button-cont {
  margin: 0;
  padding: 0 7px;
  align-self: center;
}

.-horizontal.-oshiete .card-button-cont .card-button-text {
  text-align: justify;
  line-height: 1.3;
}

/* SOMPO JAPAN用ヘッダー */
.sompo-hdr {
  background-color: #BA0019;
  position: fixed;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.sompo-hdr + .header-box {
  top: 40px;
}
.sompo-hdr + .header-box .header-ham-toggle {
  top: 62px;
}
.sompo-hdr + .header-box + .header-gnav.is-active {
  padding-top: 105px;
}
.riyo_el-sompo .top-mv {
  padding-top: 140px;
}
.riyo_el-sompo .content-header{
  top: 105px;
}
body.riyo_el-sompo:not(.top) .content-panel{
  margin-top: 280px;
}
.riyo_el-sompo .content-header.-simple {
  top: 40px;
}
body.riyo_el-sompo:not(.top) .content-header.-simple + .content-panel{
  margin-top: 40px;
}
body.riyo_el-sompo section.KV { /* evページ用 */
  top: 40px;
}

@media screen and (min-width: 768px) {
  .riyo_el-sompo .top-contents-tabs {
    margin-top: 250px;
  }
  body.riyo_el-sompo.carlife.ev .content{
    padding-top: 465px;
  }
}

@media screen and (max-width: 767px) {
  .riyo_el-sompo .top-mv {
    padding-top: 31.5%;
  }
  .riyo_el-sompo .top-contents {
    margin-top: 59%;
  }
  body.riyo_el-sompo:not(.top) .content-panel{
    margin-top: 190px;
  }
  body.riyo_el-sompo.carlife.ev .content {
    padding-top: calc(226px + 36vw);
  }
}

.life-ticket__reco-detail-head {
  cursor: pointer;
}

.life-ticket__reco-detail-head-txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.life-ticket__reco-detail-head-txt::before,
.life-ticket__reco-detail-head-txt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.15s ease-in-out;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(90deg);
  border-radius: 2px;
  content: '';
  transition: 0.15s ease-in-out;
}

.carlife .life-ticket__reco-detail-head-txt::before,
.carlife .life-ticket__reco-detail-head-txt::after {
  background-color: #EB8100;
}

.bosai .life-ticket__reco-detail-head-txt::before,
.bosai .life-ticket__reco-detail-head-txt::after {
  background-color: #428BB5;
}

.wellness .life-ticket__reco-detail-head-txt::before,
.wellness .life-ticket__reco-detail-head-txt::after {
  background-color: #03AB94;
}

.finance .life-ticket__reco-detail-head-txt::before,
.finance .life-ticket__reco-detail-head-txt::after {
  background-color: #E3A600;
}

.life-ticket__reco-detail-head-txt::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.is-opened .life-ticket__reco-detail-head-txt::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.pickup-tab,
.pickup-content {
  position: relative;
}

.tab-pickup,
.icon-pickup {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.tab-pickup {
  top: 3px;
}

@media screen and (max-width: 767px) {
  .tab-pickup {
    top: -5px;
  }
}

.floating {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 54px;
}

.floating_close {
  width: 21px;
  margin-bottom: 3px;
  cursor: pointer;
}

.floating_bnr {
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
}

@media screen and (max-width: 767px) {
  .floating {
    width: 36px;
  }

  .floating_close {
    width: 14px;
  }
}

/* bosaihack */
.card-hack {
  padding: 0 60px 30px;
}

.card-title-hack {
  width: calc(100% + 60px*2);
  padding: 26px 0 26px 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #BFEBFF;
  transform: translateX(-60px);
}

.card-title-hack.-bg-gray {
  padding-left: 0;
  background-color: #F8F8F8;
}

.ttl-hack-attention {
  position: relative;
}

.ttl-hack-attention::before {
  position: absolute;
  top: 50%;
  left: -67px;
  width: 60px;
  height: 56px;
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/common/images/inc/bosaihack/icon-pickup.svg?20240918);
  background-size: 100%;
  content: '';
  transform: translateY(-50%);
}

.img-hack {
  width: 376px;
  height: 250px;
  margin: 30px auto 0;
}

.card-title-lead {
  text-align: center;
}

.button-block-hack {
  max-width: 278px;
  margin: 0 auto;
}

.card-ranking-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.card-ranking-link::before {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  content: '';
  z-index: 1;
}

.card-ranking-link.-rank1::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/common/images/inc/bosaihack/icon-1.svg?20240918);
}

.card-ranking-link.-rank2::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/common/images/inc/bosaihack/icon-2.svg?20240918);
}

.card-ranking-link.-rank3::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/common/images/inc/bosaihack/icon-3.svg?20240918);
}

.card-ranking-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(https://d18f657670wm8u.cloudfront.net/benefits/common/images/inc/icon-blank-gray.svg?20240918);
  background-size: 100%;
  transform: translateY(-50%);
  content: '';
}

.card-ranking-img {
  width: 80px;
  height: 80px;
}

.card-ranking-txt {
  font-weight: bold;
}

.card-hr-hack {
  margin-top: 20px;
}

.other-link-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.other-link,
.lineup-item-link {
  color: #2676A3;
  text-decoration: underline;
}

.other-link .icon,
.lineup-item-link .icon,
.source-link .icon {
  margin-left: 3px;
  vertical-align: middle;
}

.content-lineup-ttl {
  font-size: 22px;
}

.content-lineup-ttl-txt {
  position: relative;
  padding-left: 15px;
}

.content-lineup-ttl-txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 24px;
  background-color: #2676A3;
  border-radius: 3px;
  content: '';
  transform: translateY(-50%);
}

.lineup-inr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 70px;
  margin-top: 40px;
}

.lineup-item {
  width: 44%;
}

.hr-lineup {
  margin-top: 13px;
}

.lineup-item-ttl {
  font-size: 18px;
}

.lineup-item-link + .lineup-item-link {
  margin-top: 13px;
}

.lineup-item-content {
  margin-top: 13px;
}

.content-source {
  margin-top: 56px;
}

.source-ttl {
  color: #939393;
}

.source-link {
  color: #004CB4;
}

.card-ranking-link:hover,
.other-link:hover,
.lineup-item-link:hover,
.source-link:hover {
  opacity: 0.65;
}


@media screen and (max-width: 767px) {
  .card-hack {
    padding: 0 24px 30px;
  }

  .card-title-hack {
    width: calc(100% + 24px*2);
    transform: translateX(-24px);
  }

  .img-hack {
    width: 100%;
    height: auto;
  }

  .card-ranking-txt {
    padding-right: 23px;
  }

  .lineup-inr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }

  .lineup-item {
    width: 100%;
  }
}
</pre></body></html>