.o-row-main_primary * {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
a:visited {
  color: #003399;
}

.modal-wrraper * {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.m-modal_htmlinner-s {
  padding: 30px 30px 24px;
  @media screen and (max-width: 48em) {
    padding: 20px 15px;
  }
}
.modal-wrraper .o-box {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 19px 30px;
  height: 94px;
  display: flex;
  align-items: center;
  @media screen and (max-width: 48em) {
    height: 80px;
    padding: 10px 20px;
  }
}
.modal-wrraper .o-box .m-Grid.m-Grid--12.m-Grid--default--12  {
  @media screen and (max-width: 48em) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.modal-wrraper .richtext.a-margin-t2.a-lh-s {
  margin: 0 !important;
  line-height: 1.5;
}
.modal-wrraper .a-margin-t05 {
  margin: 0 !important;
}
.modal-wrraper .a-fz-xxxl {
  @media screen and (max-width: 48em) {
    font-size: 18px;
  }
}
.modal-wrraper .a-fz-xl {
  @media screen and (max-width: 48em) {
    font-size: 16px;
  }
}
.modal-wrraper .richtext.a-lh-m .a-fz-s {
  @media screen and (max-width: 48em) {
    font-size: 12px;
  }
}
.modal-wrraper li .a-fz-s {
  @media screen and (max-width: 48em) {
    font-size: 14px;
  }
}

.flow .o-grid > li {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 48.1em) {
  .flow .o-grid > li:not(:first-of-type) {
    position: relative;
  }
  .flow .o-grid > li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 6rem;
    right: 50%;
    z-index: -1;
    width: 100%;
    height: 0.8rem;
    background: #F2F2F2;
  }
}
.flow .o-grid > li:not(:last-of-type) .flow__item__head > .m-Grid > .comp-image .m-mainvisual {
  position: relative;
}
@media screen and (max-width: 48em) {
  .flow .o-grid > li:not(:last-of-type) .flow__item__head > .m-Grid > .comp-image .m-mainvisual::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 0.8rem;
    height: 7.5rem;
    background: #F2F2F2;
  }
}

.flow__list {
  margin: 0 auto;
  max-width: 815px;
}
.flow__list > .m-Grid > .comp-layout-container > .layout-zindex .o-grid {
  margin: 0 !important;
}

@media screen and (max-width: 48em) {
  .flow__item {
    position: relative;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .flow__item > .m-Grid {
    display: flex;
    align-items: center;
    gap: 0 2rem;
  }
  .flow__item > .m-Grid > .comp-div-section {
    width: auto !important;
  }
  .flow__item > .m-Grid > .comp-div-section:has(.flow__item__body) {
    flex: 1;
  }
}
.flow__item > .m-Grid::before, .flow__item > .m-Grid::after {
  content: none;
}

@media screen and (min-width: 48.1em) {
  .flow__item__head {
    position: relative;
  }
}
.flow__item__head .richtext {
  text-align: center;
}
.flow__item__head .comp-image {
  float: none !important;
  margin: 0 auto;
  width: 7.6rem !important;
}
@media screen and (max-width: 48em) {
  .flow__item__head .a-fz-s {
    font-size: 1.6rem;
  }
}

.flow__item__head__accent {
  position: absolute;
}
@media screen and (min-width: 48.1em) {
  .flow__item__head__accent {
    top: 0.4rem;
    right: 0.6rem;
  }
}
@media screen and (max-width: 48em) {
  .flow__item__head__accent {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 48.1em) {
  .flow__item__head__accent .comp-image {
    width: 4.6rem !important;
  }
}
@media screen and (max-width: 48em) {
  .flow__item__head__accent .comp-image {
    width: 5.5rem !important;
  }
}

@media screen and (min-width: 48.1em) {
  .flow__item__body {
    margin-top: 0.8rem;
    width: 155px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 48em) {
  .flow__item__body {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 48.1em) {
  .flow__item__body > .m-Grid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.flow__item__body > .m-Grid::before, .flow__item__body > .m-Grid::after {
  content: none;
}
@media screen and (min-width: 48.1em) {
  .flow__item__body .comp-richtext {
    width: auto !important;
  }
}
.flow__item__body .richtext {
  line-height: 1.4;
}
@media screen and (min-width: 48.1em) {
  .flow__item__body .richtext {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .flow__item__body .richtext .a-fz-s {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48.1em) {
  .flow__item__body .comp-list {
    margin-top: 0.8rem;
    width: auto !important;
  }
}
@media screen and (max-width: 48em) {
  .flow__item__body .comp-list {
    margin-top: 0.6rem;
  }
}

.page-cta .comp-layout-container.base.m-GridColumn.m-GridColumn--default--12 {
  background-color: #f2f2f2;
}

.page-cta .o-grid_col-6 {
  flex: 0 0 66%;
  max-width: 66%;
  height: 79px;
  @media screen and (max-width: 48em) {
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0!important;
  }
}
.page-cta .comp-layout-container.base.m-GridColumn.m-GridColumn--default--12 {
  @media screen and (max-width: 48em) {
    padding: 0 20px;
  }
}
.page-cta .a-btn-newwin .js-heightfix_item_inr {
  color: #E60000;
  font-weight: 700;
}
.page-cta .a-btn.a-btn-newwin:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.2%20247.4%22%20fill%3D%22%23e60000%22%3E%3Cpolygon%20points%3D%228.7%2C0%200%2C8.8%2053%2C61.9%200%2C114.9%208.7%2C123.7%2070.6%2C61.8%20%22%2F%3E%3C%2Fsvg%3E);
}
.page-cta .a-btn.a-btn-newwin.js-heightfix_item.js-heightfix_item2 {
  border: 1px solid #E60000;
}
.page-cta .a-btn.a-btn-newwin.js-heightfix_item.js-heightfix_item2:hover {
  opacity: 0.7;
}


.page-box .m-Grid.m-Grid--12.m-Grid--default--12 .comp-box.base.m-GridColumn.m-GridColumn--default--12 {
  float: none!important;
  .comp-list.base.m-GridColumn.m-GridColumn--default--12 {
    float: none!important;
  }
}


.page-heading .o-heading {
  width: 82%;
}
.page-nav .m-anchor-bg {
  background-color: unset!important;
}
.page-nav .m-anchor-list > li, .m-anchor-list > div {
  padding: 20px 0;
  margin-top: 1px;
  margin-bottom: 0;
  background-color: #f2f2f2;
}

.page-nav .o-grid-anchor.o-grid > li:nth-child(n + 1), .o-grid-anchor.o-grid > div:nth-child(n + 1) {
  @media screen and (max-width: 48em) {
    margin-top: 2px;
  }
}
.page-nav .a-ico_arw-b {
  @media screen and (max-width: 48em) {
    padding-left: 24px;
  }
}
.page-nav .a-ico_arw-b:before {
  @media screen and (max-width: 48em) {
    top: 50%;
  }
}

.page-table * .m-collist-ico2 > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  top: .6em;
  left: 1px;
}
.page-table th {
  vertical-align: middle;
}
.page-table a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  margin-top: -20px;
  max-width: 100%;
  white-space: normal;
  @media screen and (max-width: 48em) {
    top: 50%;
    margin-left: 12px;
  }
}
.page-table a:before {
  color: #999999;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 10px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.2%20247.4%22%20fill%3D%22%235a5a5a%22%3E%3Cpolygon%20points%3D%228.7%2C0%200%2C8.8%2053%2C61.9%200%2C114.9%208.7%2C123.7%2070.6%2C61.8%20%22%2F%3E%3C%2Fsvg%3E);
  background-size: 12px 20px;
}
.page-table .m-collist.m-collist-ico2 {
  margin-top: 8px;
}
.page-table .m-collist.m-collist-notes.m-collist-notes-mark1 {
  margin-top: 8px;
}
.page-table div a {
  margin-top: 8px;
}
.page-table .m-collist.m-collist-ico2 li {
  @media screen and (max-width: 48em) {
    padding-left: 13px;
  }
}
/* mycarNav */
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_headwrap {
    overflow: inherit;
  }
}
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_head {
    display: flex;
    flex-wrap: wrap;
  }
}
.mycarNav .m-tab_item {
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_item {
    flex: auto;
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_item:nth-of-type(odd) {
    border-left: none;
  }
}
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_item:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    border-bottom: 1px solid #d4d4d4;
  }
}
.mycarNav .m-tab_item a span.a-ico_arw-r {
  padding-right: 16px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 48em) {
  .mycarNav .m-tab_item a span.a-ico_arw-r {
    width: 100%;
  }
}
.mycarNav .m-tab_item a span.a-ico_arw-r::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.mycarNav .m-tab_item a:hover span.a-ico_arw-r {
  color: #E60000 !important;
}
.mycarNav .m-tab_item a:hover span.a-ico_arw-r::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.2%20247.4%22%20fill%3D%22%23e60000%22%3E%3Cpolygon%20points%3D%228.7%2C0%200%2C8.8%2053%2C61.9%200%2C114.9%208.7%2C123.7%2070.6%2C61.8%20%22%2F%3E%3C%2Fsvg%3E) !important;
}
.mycarNav .m-tab_item.m-tab_item-active::before, .mycarNav .m-tab_item.m-tab_item-active::after {
  content: none;
}
.mycarNav .m-tab_item.m-tab_item-active a span.a-ico_arw-r {
  color: #000000;
}
.mycarNav .m-tab_item.m-tab_item-active a span.a-ico_arw-r::before {
  width: 6px;
  height: 10px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.2%20247.4%22%20fill%3D%22%235a5a5a%22%3E%3Cpolygon%20points%3D%228.7%2C0%200%2C8.8%2053%2C61.9%200%2C114.9%208.7%2C123.7%2070.6%2C61.8%20%22%2F%3E%3C%2Fsvg%3E);
  background-size: 12px 20px;
}

.contact-cta .richtext.a-margin-sp-t3.a-lh-m {
  text-align: right;
}
.contact-cta .m-Grid.m-Grid--default--12 > .m-GridColumn.m-GridColumn--default--12 {
  float: none;
}
.contact-cta .o-box {
  border: 2px solid #D4D4D4!important;
}

.acc .m-faqcol_main {
  vertical-align: middle;
}
.note .richtext.a-lh-m {
  text-align: end;
}