@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

#column {
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', Meiryo, sans-serif;
}

#column img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #column section:nth-child(4) img {
    margin-top: 10px;
  }
}

dl {
  margin: 14px 0
}
@media screen and (max-width: 768px) {
  dl {
    margin: 0
  }
}
/************************  */

/********* title *********/

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

/* pc */
@media all and (width >= 769px) {
  #column .p-support_top-main-visual__image-area {
    width: 600px;
  }

  #column .p-support_top-main-visual__text-area {
    position: relative;
    padding: 0;
  }

  #column .p-support_top-main-visual__notice {
    position: absolute;
    top: 110%;
    right: 14px;
  }
}

/* sp */
@media all and (width <= 768px) {
  #column .p-support_top-main-visual__image-area {
    width: 100%;
  }

  #column .p-support_top-main-visual {
    padding-bottom: 0;
  }
}

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

/******** content ********/

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

@media all and (width >= 769px) {
  #column .column__container {
    display: -webkit-box;
    display: flex;
    max-width: 1160px;
    padding: 0 20px;
    margin: 54px auto 0;
  }

  #column .column-contents {
    width: calc(100% - 320px - 56px);
    margin-right: 56px;
  }
}

#column .column-content__inner {
  width: 100%;
}

@media all and (width <= 768px) {
  #column .column-content__inner {
    padding: 0 17px;
  }
}

#column .section--title {
  font-size: 2em;
  font-weight: bold;
  margin: 19px 0px 10px;
}

#column section:nth-child(2) .section--title {
  margin-top: 21px;
}

#column section:nth-child(3) .section--title {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #column .section--title {
    margin-top: 30px;
    font-size: 16.8px;
  }

  #column section:nth-child(2) .section--title {
    margin-top: 28px;
  }

  #column section:nth-child(3) .section--title {
    margin-top: 27px;
  }
}

#column .column-content__box .h2ttl,
#column .column-content__box .h3ttl,
#column .column-content__box .h4ttl {
  font-weight: bold;
  padding: 14px 0;
}

#column .column-content__box .h2ttl {
  font-size: 21px;
}

#column .column-content__box .h3ttl {
  font-size: 1.3em;
}

#column .column-content__box .h4ttl {
  font-size: 1.14px;
}

#column .column-content__box span.h3ttl,
#column .column-content__box span.h2ttl,
#column .column-content__box span.h4ttl {
  display: block;
  width: 100%;
  height: 100%;
}

#column .column-content__box .column-img-box {
  margin-bottom: 2em;
  text-align: center;
}

#column .column-content__box p + p {
  margin-top: 14px;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 768px) {
  #column .column-content__box p + p {
    margin-top: 0;
    letter-spacing: -0.0336px;
  }
  #column section.column-content__box:nth-child(2) p + p {
    margin-bottom: 40.2px;
  }
}

#column .border-gray-1 {
  border: 1px solid #ccc;
}

#column .borderTop-gray-1 {
  border-top: 1px solid #ccc;
}

#column .border-gray-2 {
  border: 2px solid #ccc;
}

#column .with-gray-point-bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d9d9d9;
}

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

/******** sidebar ********/

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

#column .column-sidebar .section--title {
  padding: 0.8em 0;
}

#column .column-sidebar .column-sidebar__item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
}

#column .column-sidebar .column-sidebar__item > figure {
  width: 35%;
}

#column .column-sidebar .column-sidebar__item > .side-article-title {
  width: 65%;
  padding: 0.8em 0 0.8em 0.8em;
}

#column .column-sidebar > .column-content__inner > article:not(:first-of-type) {
  margin-top: 14px;
}

/* pc */
@media all and (width >= 769px) {
  #column .column-sidebar {
    width: 320px;
  }

  #column .column-sidebar > .column-content__inner {
    width: 320px;
    background-color: #fff;
  }

  #column .column-sidebar .section--title {
    border-top: 1px solid #ccc;
  }
}

/* sp */
@media all and (width <= 768px) {
  #column .column-sidebar .section--title {
    border-top: 3px solid #ccc;
  }
}

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

/****** column top *******/

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

@media all and (width >= 769px) {
  #column.column-top .p-support_top-main-visual__lead {
    font-size: 2em;
    width: 100%;
  }
}

@media all and (width <= 768px) {
  #column.column-top .p-support_top-main-visual__lead {
    font-size: 1.44em;
    display: inline-block;
    padding-bottom: 12px;
    letter-spacing: 1px;
    line-height: 37px;
  }
}

@media all and (width >= 769px) {
  #column.column-top .p-support_top-main-visual__text-area .column-top--desc {
    padding-top: 20px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
  }
}

@media all and (width <= 768px) {
  #column.column-top .p-support_top-main-visual__text-area .column-top--desc {
    padding: 0 0 0.5em;
    margin: 0;
    line-height: 2;
    font-size: 1.15rem;
    color: #707070;
  }
}

#column.column-top .column-contents {
  width: 100%;
}

@media all and (width >= 769px) {
  #column .column-box {
    width: 100%;
  }

  #column .column-box:not(:last-child) {
    margin-right: 4%;
  }

  #column .column-box.column-col3 {
    width: 28%;
  }

  #column .column-box.with_mr {
    margin-right: 8%;
  }
}

@media all and (width <= 768px) {
  #column .column-box {
    margin-bottom: 2em;
  }
}

#column .column-box > a {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#column .column-box > a > * {
  min-height: 0%;
}

#column .column-box .img-box {
  margin-bottom: 14px;
  text-align: center;
}

#column .column-box .icon-box {
  display: block;
  text-align: right;
  margin-top: auto;
}

@media all and (width >= 769px) {
  #column .column-box .icon-box {
    line-height: 0;
  }
}

@media all and (width <= 768px) {
  #column .column-box .icon-box {
    line-height: 1;
  }

  #column .column-box .text-box {
    flex-grow: 1;
  }
}

#column .column-box .icon-box > img {
  width: 14px;
  vertical-align: middle;
}

#column .column-category-title__box {
  padding: 11px 0 21px;
  border-top: solid 1px #D9D9D9;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #column .column-category-title__box {
    margin: 30px 0 25px;
    padding-top: 0;
  }
  #column section:nth-of-type(4) .column-category-title__box {
    margin-bottom: 21px;
  }
}

@media all and (width >= 769px) {
  #column .column-category-title__box > .img-box {
    width: 150px;
    text-align: center;
  }
}

@media all and (width <= 768px) {
  #column .column-category-title__box > .img-box.is_small {
    width: 47px;
    margin-right: 21px;
  }

  #column .column-category-title__box > .img-box.is_normal {
    width: 60px;
    margin-right: 14px;
  }

  #column .column-category-title__box > .img-box.is_big {
    width: 74px;
    margin-right: 14px;
  }
}

#column .column-category-title__box > .txt-box > span {
  background-color: #eb0a1e;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  display: inline-block;
}

@media all and (width >= 769px) {
  #column .column-category-title__box > .txt-box > span {
    padding: 0.2em 0.7em;
    margin-bottom: 0.8em;
  }
}

@media all and (width <= 768px) {
  #column .column-category-title__box > .txt-box > span {
    font-weight: bold;
    margin-bottom: 0.3em;
    padding: 0.14px 0.5em;
  }
}

#column .column-category-title__box > .txt-box > h2 {
  padding: 0;
}

#column .column-content__box .column-box {
  margin-bottom: 36px;
}

#column section:nth-child(3) .column-box {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #column .column-content__box .column-box {
    margin-bottom: 43px;
  }
  #column section:nth-child(2) .column-box {
    margin-bottom: 20px;
  }
  #column section:nth-child(3) .column-box {
    margin-bottom: 41.5px;
  }
}

#column .column-box a {
  text-decoration: none;
}

#column .column-box a:hover img {
  opacity: 0.8;
}

.column-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

#column section:nth-child(3) .column-ttl {
  margin-bottom: 11px;
}

.column-ttl .step-item {
  display: flex;
  align-items: center;
}

@media screen and (width <= 768px) {
  #column section:nth-child(3) .column-ttl {
    margin-bottom: 13px;
  }
  .column-ttl .step-item {
    padding-right: 6px;
  }
}

.column-ttl .step-item .step-head {
  font-size: 14px;
  padding-right: 11px;
  font-family: Inter, sans-serif;
}

.column-ttl .step-item .step-num {
  font-size: 24px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
}

.column-ttl .step-item .step-text {
  padding-bottom: 0.2rem;
}

.accordion-box {
  border-bottom: 2px solid #d9d9d9;
}

.accordion-box > dl.is-open:first-child {
  margin-bottom: 23px;
}

.accordion-box > dl.is-open {
  margin-bottom: 31px;
}

.accordion-box .accordion-question {
  position: relative;
  padding: 25px 30px 16px 10px;
  font-weight: bold;
  border-top: 2px solid #d9d9d9;
  text-indent: -52px;
  padding-left: 52px;
  cursor: pointer;
  font-size: 16px;
}

#column .column-content__box .accordion-box p + p {
  margin-top: 17px;
}

@media screen and (width <= 768px) {
  .accordion-box > dl.is-open:first-child {
    margin-bottom: 29px;
  }
  .accordion-box .accordion-question {
    font-size: 1.35rem;
    line-height: 2.1rem;
  }
  #column .column-content__box .accordion-box p + p {
    letter-spacing: 0.7px;
    line-height: 17px;
    margin-top: 10px;
  }
}

.accordion-box .accordion-question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 5px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.accordion-box .accordion-list.is-open .accordion-question::after {
  bottom: -5px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .accordion-box .accordion-list.is-open .accordion-question::after {
    bottom: 0;
  }
}
.accordion-box .accordion-question .item {
  padding-left: 10px;
  padding-right: 24px;
  letter-spacing: -3px;
}

.accordion-box .accordion-answer {
  padding: 0 10px 0 59px;
}

.accordion-box .accordion-list:not(.is-open) .accordion-answer {
  display: none;
}

#column .accordion-box .accordion-answer .column-box,
#column .accordion-box .accordion-answer .img-box {
  margin-bottom: 0;
}

.note {
  padding-left: 14px;
  text-indent: -11px;
  color: #707070;
}

@media screen and (width >= 769px) {
  .accordion-box .note {
    font-weight: 700;
  }
}

.note-big {
  padding-left: 14px;
  text-indent: -14px;
  color: #707070;
  font-size: 16px;
  margin: 31px 0 80px;
}

@media screen and (width <= 768px) {
  .note {
    padding-left: 11px;
  }
  .note-big {
    font-size: 1.4rem;
    margin-bottom: 70px;
  }
}

.button-box {
  font-family: 'Inter', Meiryo, sans-serif;
}

.button-box:not(.supportcar-fixed) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .button-box:not(.supportcar-fixed) {
    margin-top: 40px;
  }
}

.button-box p {
  margin: 0 auto;
}

.button-box .button-red {
  max-width: 830px;
}

.button-box .button-white {
  max-width: 800px;
}

.button-box p > a {
  display: flex;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  border-radius: 5px;
  position: relative;
}

.button-box .button-red > a {
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 830px;
  height: 74px;
  color: #fff;
  background-color: #e70012;
  font-size: 22px;
}

.button-box .button-white > a {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 68px;
  color: #000;
  background-color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .button-box .button-red > a {
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 14px 40px 14px 19px;
    font-size: 18px;
  }

  .button-box .button-white > a {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 16px 35px 16px 25px;
    font-size: 15px;
  }

  .button-box .button-red > a span {
    padding: 0;
    line-height: 2.35rem;
  }

  .button-box .button-white > a span {
    padding: 0;
    line-height: 100%;
    letter-spacing: 0;
  }
}

.button-box p > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .button-box a span {
    display: block;
  }
}

.button-box .button-white > a img {
  top: 28%;
  right: 16%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .button-box .button-red > a img {
    position: absolute;
    top: 34%;
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .button-box .button-white > a img {
    width: 25px;
    height: 25px;
    top: 24%;
    right: 3%;
  }
}

.button-box.supportcar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: rgb(60 55 54 / 90%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .button-box.supportcar-fixed {
    height: 71px;
    padding: 12px 20px;
  }
}

.button-box.supportcar-fixed.is-active {
  opacity: 1;
}

@media all and (width <= 768px) {
  .column-ttl {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 18px;
  }

  .text-box .column-ttl {
    margin: 0;
  }

  .column-ttl .step-item .step-head {
    font-size: 10px;
    line-height: 1.9rem;
    padding-right: 5px;
  }

  .column-ttl .step-item .step-num {
    font-size: 16px;
    padding-right: 5px;
  }

  .accordion-box .accordion-question {
    text-indent: -37px;
    padding-bottom: 28px;
    padding-left: 37px;
  }

  .accordion-box .accordion-question::after {
    width: 5px;
    height: 5px;
    right: 12px;
  }

  .accordion-box .accordion-question .item {
    padding-right: 10px;
  }

  .accordion-box .accordion-answer {
    padding-left: 33.5px;
    padding-right: 28px;
  }
}

.text {
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0 13px;
}

#column section:nth-child(2) p.text {
  margin: 20px 0 17px;
  line-height: 25.6px;
}

#column section:nth-child(3) p.text {
  margin: 17px 0 16px;
}

@media screen and (width <= 768px) {
  .text {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.6em;
  }
  #column section:nth-child(2) p.text {
    line-height: 22.4px;
    margin: 12px 0;
  }
  #column section:nth-child(3) p.text {
    margin-bottom: 10px;
  }
  .accordion-box .note.text_small {
    font-size: 10px;
  }
}

.text_small_lit {
  font-size: 0.9em;
}

.text_small {
  font-size: 1.2rem;
}

@media screen and (width <= 768px) {
  .text_small {
    font-size: 11.2px;
  }
}

.text_bold {
  font-weight: bold;
}

.with_txt_underline {
  text-decoration: underline;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.borderB1 {
  border-bottom: 1px solid;
}

@media all and (width >= 769px) {
  .pc_text_small_lit {
    font-size: 0.9em;
  }

  .pc_text_small {
    font-size: 0.8em;
  }

  .pc_alignCenter {
    text-align: center;
  }

  .pc_alignRight {
    text-align: right;
  }

  .pc_alignLeft {
    text-align: left;
  }
}

@media all and (width <= 768px) {
  .sp_text_small_lit {
    font-size: 0.9em;
  }

  .sp_alignCenter {
    text-align: center;
  }

  .sp_alignRight {
    text-align: right;
  }

  .sp_alignLeft {
    text-align: left;
  }
}

.va_m {
  vertical-align: middle;
}

.va_top {
  vertical-align: top;
}

.lh_1 {
  line-height: 1 !important;
}

.txt_nowrap {
  white-space: nowrap;
}

.is_theme_gray {
  background-color: #f2f2f2;
}

.is_theme_table_gray {
  background-color: #f5f5f5;
}

.width10p {
  width: 10%;
}

.width20p {
  width: 20%;
}

.width25p {
  width: 25%;
}

.width30p {
  width: 30%;
}

.width40p {
  width: 40%;
}

.width45p {
  width: 45%;
}

.width50p {
  width: 50%;
}

.width60p {
  width: 60%;
}

.width70p {
  width: 70%;
}

.width80p {
  width: 80%;
}

.width90p {
  width: 90%;
}

.width100p {
  width: 100%;
}

.dis_block {
  display: block;
}

.dis_inblock {
  display: inline-block;
}

.fixed_table {
  table-layout: fixed;
  width: 100%;
}

.flex_box {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

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

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

.flex_alignitem_center {
  align-items: center;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_reverse {
  flex-flow: row-reverse;
}

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

.marginTop1-5em {
  margin-top: 1.5em !important;
}

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

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

.marginTop4em {
  margin-top: 4em !important;
}

.marginTop5em {
  margin-top: 5em !important;
}

.marginTop6em {
  margin-top: 6em !important;
}

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

.marginBottom1-5em {
  margin-bottom: 1.5em !important;
}

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

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

.marginBottom4em {
  margin-bottom: 4em !important;
}

.marginRightA {
  margin-right: auto;
}

.marginRight1em {
  margin-right: 1em !important;
}

.marginRight2em {
  margin-right: 2em !important;
}

.marginLeftA {
  margin-left: auto;
}

.padding1em {
  padding: 1em;
}

.paddingTop1em {
  padding-top: 1em !important;
}

.paddingBottom0 {
  padding-bottom: 0 !important;
}

.paddingBottom1em {
  padding-bottom: 1em !important;
}

.paddingRight0 {
  padding-right: 0 !important;
}

.paddingRight05em {
  padding-right: 0.5em !important;
}

.paddingRight1em {
  padding-right: 1em !important;
}

.paddingRight2em {
  padding-right: 2em !important;
}

.paddingLeft05em {
  padding-left: 0.5em !important;
}

.paddingLeft1em {
  padding-left: 1em !important;
}

.paddingLeft2em {
  padding-left: 2em !important;
}

@media all and (width >= 769px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .pc_flex_box {
    display: -webkit-box;
    display: flexbox;
    display: flex;
  }

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

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

  .pc_flex_justaround_box {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }

  .pc_flex_alignitem_center {
    align-items: center;
  }

  .pc_flex_wrap {
    flex-wrap: wrap;
  }

  #column .pc_flex_wid_auto {
    flex-shrink: 0;
    width: auto;
  }

  .pc_flex_reverse {
    flex-flow: row-reverse;
  }

  .pc_flex1 {
    flex: 1;
  }

  .pc-width10p {
    width: 10%;
  }

  .pc-width20p {
    width: 20%;
  }

  .pc-width25p {
    width: 25%;
  }

  .pc-width30p {
    width: 30%;
  }

  .pc-width40p {
    width: 40%;
  }

  .pc-width45p {
    width: 45%;
  }

  .pc-width48p {
    width: 48%;
  }

  .pc-width50p {
    width: 50%;
  }

  .pc-width60p {
    width: 60%;
  }

  .pc-width65p {
    width: 65%;
  }

  .pc-width70p {
    width: 70%;
  }

  .pc-width80p {
    width: 80%;
  }

  .pc-width90p {
    width: 90%;
  }

  .pc-width100p {
    width: 100%;
  }

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

  .pc-alignRight {
    text-align: right;
  }
}

@media all and (width <= 768px) {
  .sp_flex_box {
    display: -webkit-box;
    display: flexbox;
    display: flex;
  }

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

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

  .sp_flex_alignitem_center {
    align-items: center;
  }

  .sp_flex_wrap {
    flex-wrap: wrap;
  }

  .sp_flex_reverse {
    flex-flow: row-reverse;
  }

  .sp_flex_shrink {
    flex-shrink: 0;
  }

  .sp-width10p {
    width: 10%;
  }

  .sp-width20p {
    width: 20%;
  }

  .sp-width25p {
    width: 25%;
  }

  .sp-width30p {
    width: 30%;
  }

  .sp-width40p {
    width: 40%;
  }

  .sp-width45p {
    width: 45%;
  }

  .sp-width50p {
    width: 50%;
  }

  .sp-width55p {
    width: 55%;
  }

  .sp-width60p {
    width: 60%;
  }

  .sp-width70p {
    width: 70%;
  }

  .sp-width80p {
    width: 80%;
  }

  .sp-width90p {
    width: 90%;
  }

  .sp-width100p {
    width: 100%;
  }

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

  .sp-alignRight {
    text-align: right;
  }

  .sp-marginTop1em {
    margin-top: 1em !important;
  }

  .sp-marginTop1-5em {
    margin-top: 1.5em !important;
  }

  .sp-marginTop2em {
    margin-top: 2em !important;
  }

  .sp-marginTop3em {
    margin-top: 3em !important;
  }

  .sp-marginTop4em {
    margin-top: 4em !important;
  }

  .sp-marginTop5em {
    margin-top: 5em !important;
  }

  .sp-marginTop6em {
    margin-top: 6em !important;
  }

  .sp-marginBottom1em {
    margin-bottom: 1em !important;
  }

  .sp-marginBottom1-5em {
    margin-bottom: 1.5em !important;
  }

  .sp-marginBottom2em {
    margin-bottom: 2em !important;
  }

  .sp-marginBottom3em {
    margin-bottom: 3em !important;
  }

  .sp-marginBottom4em {
    margin-bottom: 4em !important;
  }

  .sp-marginRight2em {
    margin-right: 2em;
  }

  .sp-paddingTop1em {
    padding-top: 1em;
  }

  .sp-paddingBottom0 {
    padding-bottom: 0 !important;
  }

  .sp-paddingBottom1em {
    padding-bottom: 1em;
  }

  .sp-paddingRight05em {
    padding-right: 0.5em !important;
  }

  .sp-paddingRight1em {
    padding-right: 1em;
  }

  .sp-paddingRight2em {
    padding-right: 2em;
  }

  .sp-paddingLeft05em {
    padding-left: 0.5em !important;
  }

  .sp-paddingLeft1em {
    padding-left: 1em;
  }

  .sp-paddingLeft2em {
    padding-left: 2em;
  }
}

#column .column-box.online-img {
  min-width: 301px;
}

@media all and (width >= 769px) {
  #column .column-box.online-img {
    width: 352px;
    height: 213px;
    position: relative;
    bottom: 60px;
    right: 60px;
  }

  #column .pc_flex_box.online-height {
    height: 160px;
  }
}

/* footer-banner */
.footer-banner {
  background: #f2f0eb;
  padding: 65px 0;
}

.footer-banner.is-white {
  background: #fff;
}

.footer-banner-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1280px;
}

.footer-banner-list a:hover img {
  opacity: 0.8;
}

/* .p-support_top-heading-01
---------------------------------------------------------- */
@media all and (width <= 768px) {
  .p-support_top-heading-01 {
    background-color: #707070;
    padding: 9px 15px;
    margin: 0 -15px;
    box-shadow: 0 8px 3px -3px rgb(0 0 0 / 10%) inset;
  }
}

@media all and (width >= 769px) {
  .p-support_top-heading-01 {
    margin-bottom: 11px;
  }
}

.p-support_top-heading-01__main {
  font-weight: 700;
}

@media all and (width <= 768px) {
  .p-support_top-heading-01__main {
    font-size: 1.4rem;
    color: #fff;
  }
}

@media all and (width >= 769px) {
  .p-support_top-heading-01__main {
    font-size: 2.4rem;
    margin: 0 auto 15px;
  }
}

/* .p-support_top-main-visual
---------------------------------------------------------- */
.p-support_top-main-visual {
  background-color: #f2f2f2;
}

@media all and (width >= 769px) {
  .p-support_top-main-visual__inner {
    display: flex;
    align-items: center;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.p-support_top-main-visual__text-area {
  padding: 19px 15px 27px;
}

@media all and (width >= 769px) {
  .p-support_top-main-visual__text-area {
    padding: 20px 0;
    flex: 1;
  }
}

.p-support_top-main-visual__lead {
  font-size: 1.7rem;
  line-height: 1.76471;
  font-weight: 700;
}

@media all and (width >= 769px) {
  .p-support_top-main-visual__lead {
    font-size: 2.8rem;
    line-height: 1.60714;
  }
}

.p-support_top-main-visual__image-area--top {
  position: relative;
}

.p-support_top-main-visual__image {
  width: 100%;
  height: auto;
}

/* l-content
---------------------------------------------------------- */
.l-content {
  padding: 30px 0;
}

@media all and (width >= 769px) {
  .l-content {
    padding: 60px 0;
  }
}

.l-content:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-content:first-of-type {
  padding-top: 0;
}

@media all and (width >= 769px) {
  .l-content:first-of-type {
    padding-top: 20px;
  }
}

.l-content__in {
  padding: 0 15px;
}

@media all and (width <= 768px) {
  .l-content__in {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media all and (width >= 769px) {
  .l-content__in {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

/* breadcrumb */
.breadcrumb {
  color: #000;
  font-size: 12px;
  margin: 0 auto;
  padding: 8px 0;
  width: 1280px;
  letter-spacing: 0.05em;
}

.breadcrumb::after {
  content: "";
  clear: both;
  display: block;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li::after {
  content: ">";
  margin: 0 3px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

@media screen and (width <= 768px) {
  .footer-banner {
    padding: 40px 0 100px;
  }

  .footer-banner-list {
    display: block;
    width: auto;
    margin: 0 14px;
    text-align: center;
  }

  .footer-banner-list li {
    margin-top: 19px;
  }

  .footer-banner-list li:first-child {
    margin-top: 0;
  }

  .footer-banner-list img.sp {
    display: inline;
    width: 100%;
  }
}

#main {
  color: #000;
  letter-spacing: 0;
}

section:first-of-type {
  margin: 0 0 30px 0;
}

section:nth-of-type(2) {
  margin: 30px 0 42px;
}

@media screen and (max-width: 768px) {
  section:nth-of-type(2) {
    margin: 55px 0 72px;
  }
}