@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
}
.page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
}
.page-header h1 span {
  color: #00A4B0;
}

.main {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 90px;
  }
}

#advantage .anchornav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #advantage .anchornav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 50px;
  }
}
#advantage .anchornav_item {
  width: 100%;
  height: 84px;
}
@media (max-width: 767px) {
  #advantage .anchornav_item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#advantage .anchornav_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px 15px 15px;
  background-color: #333;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
@media (hover: hover) {
  #advantage .anchornav_link:hover {
    background-color: rgba(51, 51, 51, 0.6);
  }
}
#advantage .anchornav_label {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#advantage .anchornav_icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#advantage .section {
  counter-increment: title;
}
#advantage .section_headline {
  position: relative;
  padding-left: 40px;
  line-height: calc(54/25);
  padding-top: 30px;
  margin-bottom: 30px;
}
#advantage .section_headline::before {
  position: absolute;
  content: counter(title);
  left: 0;
  top: 0;
  font-size: 3rem;
  line-height: calc(54/30);
}
#advantage .section_headline::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background-color: black;
  top: 22px;
  left: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  #advantage .section_headline {
    padding-left: 50px;
    line-height: calc(36/25);
  }
}
#advantage .section_content {
  padding-left: 40px;
}
#advantage .section_content:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #advantage .section_content {
    padding-left: 0;
  }
}
#advantage .section_content .title {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #advantage .section_content .title {
    margin-bottom: 0;
  }
}
#advantage .section_content .text_content span {
  color: #00A4B0;
  font-weight: bold;
}
#advantage .button-wrapper {
  margin-top: 20px;
}
#advantage .button-wrapper + .text_content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #advantage .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }
  #advantage .button-wrapper + .text_content {
    margin-top: 0;
  }
}
#advantage .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 8px 12px 8px 16px;
  background-color: white;
  border: 1px solid;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#advantage .button .copy {
  font-weight: bold;
  padding-top: 1px;
  margin-right: 6px;
}
@media (hover: hover) {
  #advantage .button:hover {
    background-color: #eee;
  }
}
#advantage .section-investment {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #advantage .section-investment {
    margin-bottom: 70px;
  }
}
#advantage .section-investment .section_content01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% * 510/930) calc(100% * 20/930) calc(100% * 400/930);
  grid-template-columns: calc(100% * 510/930) calc(100% * 400/930);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_1 _2" "_3 _2";
  -webkit-column-gap: calc(100% * 20/930);
     -moz-column-gap: calc(100% * 20/930);
          column-gap: calc(100% * 20/930);
}
#advantage .section-investment .section_content01 .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
  align-self: flex-start;
}
#advantage .section-investment .section_content01 .img_content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
  align-self: flex-start;
}
#advantage .section-investment .section_content01 .text_content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #advantage .section-investment .section_content01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  #advantage .section-investment .section_content01 > * {
    width: 100%;
  }
}
#advantage .section-investment .section_content02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% * 510/930) calc(100% * 20/930) calc(100% * 400/930);
  grid-template-columns: calc(100% * 510/930) calc(100% * 400/930);
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
      grid-template-areas: "_1 _2" "_3 _2" "_4 _2";
  -webkit-column-gap: calc(100% * 20/930);
     -moz-column-gap: calc(100% * 20/930);
          column-gap: calc(100% * 20/930);
}
#advantage .section-investment .section_content02 .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
  align-self: flex-start;
}
#advantage .section-investment .section_content02 .img_content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: _2;
  align-self: flex-start;
  margin-top: 30px;
}
#advantage .section-investment .section_content02 .text_content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
  align-self: flex-start;
}
#advantage .section-investment .section_content02 .button-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: _4;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #advantage .section-investment .section_content02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  #advantage .section-investment .section_content02 > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #advantage .section-investment .section_content03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  #advantage .section-investment .section_content03 > * {
    width: 100%;
  }
  #advantage .section-investment .section_content03 .img_content {
    margin-top: 0;
  }
}
#advantage .section-contribution {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #advantage .section-contribution {
    margin-bottom: 70px;
  }
}
#advantage .section-contribution .section_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% * 514/930) calc(100% * 56/930) calc(100% * 360/930);
  grid-template-columns: calc(100% * 514/930) calc(100% * 360/930);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_1 _1" "_2 _2" "_3 _6" "_4 _6" "_5 _6" "_7 _6" "_8 _8";
  -webkit-column-gap: calc(100% * 56/930);
     -moz-column-gap: calc(100% * 56/930);
          column-gap: calc(100% * 56/930);
}
#advantage .section-contribution .section_content .title01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: _1;
  align-self: flex-start;
}
#advantage .section-contribution .section_content .text_content01 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: _2;
  align-self: flex-start;
  margin-bottom: 40px;
}
#advantage .section-contribution .section_content .title02 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: _3;
  align-self: flex-start;
}
#advantage .section-contribution .section_content .text_content02 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: _4;
  align-self: flex-start;
  margin-bottom: 40px;
}
#advantage .section-contribution .section_content .title03 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: _5;
  align-self: flex-start;
}
#advantage .section-contribution .section_content .img_content {
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  grid-area: _6;
  align-self: flex-start;
  margin-top: 36px;
}
#advantage .section-contribution .section_content .text_content03 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: _7;
  align-self: flex-start;
}
#advantage .section-contribution .section_content .button-wrapper {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: _8;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #advantage .section-contribution .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  #advantage .section-contribution .section_content > * {
    width: 100%;
  }
  #advantage .section-contribution .section_content .text_content01,
#advantage .section-contribution .section_content .text_content02 {
    margin-bottom: 20px;
  }
  #advantage .section-contribution .section_content .img_content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #advantage .section-system .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  #advantage .section-system .section_content > * {
    width: 100%;
  }
}

.page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
}
.page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
}
.page-header h1 span {
  color: #00A4B0;
}

.main {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 132px;
  }
}

#about .section {
  counter-increment: title;
}
#about .section_headline {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  margin-bottom: 28px;
  line-height: 1.08;
}
#about .section_headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 26px;
  background: #00A4B0;
}
#about .section_content {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  #about .section_content {
    padding-left: 0;
    padding-right: 0;
  }
}
#about .section-feature .feature {
  margin-top: 65px;
}
@media (max-width: 767px) {
  #about .section-feature .feature {
    margin-top: 35px;
  }
  #about .section-feature .feature.second {
    margin-top: 50px;
  }
}
#about .section-feature .feature_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 2.3;
}
#about .section-feature .feature_title span {
  font-weight: 300;
  margin-right: 5px;
}
#about .section-feature .feature_text {
  font-size: 16px;
  margin-bottom: 15px;
}
#about .section-feature .cards {
  display: -ms-grid;
  display: grid;
  gap: clamp(16px, 4.6vw, 65px);
  -ms-grid-columns: 1fr clamp(16px, 4.6vw, 65px) 1fr clamp(16px, 4.6vw, 65px) 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  #about .section-feature .cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#about .section-feature .cards01 .card_content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 156, 167, 0.67)), to(#06919C));
  background: linear-gradient(180deg, rgba(6, 156, 167, 0.67) 0%, #06919C 100%);
}
#about .section-feature .cards02 .card_content {
  background: -webkit-gradient(linear, left top, left bottom, from(#3A6B9F), to(#1F4369));
  background: linear-gradient(180deg, #3A6B9F 0%, #1F4369 100%);
}
@media (max-width: 767px) {
  #about .section-feature .cards03 {
    margin-top: 30px;
  }
}
#about .section-feature .cards03 .card_content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 156, 167, 0.67)), to(#06919C));
  background: linear-gradient(180deg, rgba(6, 156, 167, 0.67) 0%, #06919C 100%);
}
#about .section-feature .card {
  margin-top: 12px;
}
@media (max-width: 767px) {
  #about .section-feature .card {
    margin-top: 0;
  }
}
#about .section-feature .card_content {
  height: 100%;
  color: #fff;
  border-radius: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #about .section-feature .card_content {
    padding-top: 25px;
    height: 300px;
  }
}
#about .section-feature .card_title {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  #about .section-feature .card_title {
    font-size: 20px;
  }
}
#about .section-feature .card_icon.icon01 {
  width: 55px;
  margin-top: 30px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon01 {
    margin-top: 15px;
    margin-bottom: 28px;
  }
}
#about .section-feature .card_icon.icon02 {
  width: 54px;
  margin-top: 25px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon02 {
    margin-top: 15px;
  }
}
#about .section-feature .card_icon.icon03 {
  width: 41px;
  margin-top: 32px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon03 {
    margin-top: 15px;
  }
}
#about .section-feature .card_icon.icon04 {
  width: 48px;
  margin-top: 25px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon04 {
    margin-bottom: 22px;
  }
}
#about .section-feature .card_icon.icon05 {
  width: 62px;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon05 {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
#about .section-feature .card_icon.icon06 {
  width: 56px;
  margin-top: 12px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon06 {
    margin-top: 7px;
    margin-bottom: 21px;
  }
}
#about .section-feature .card_icon.icon07 {
  width: 46px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon07 {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}
#about .section-feature .card_icon.icon08 {
  width: 58px;
  margin-top: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon08 {
    margin-top: 17px;
    margin-bottom: 19px;
  }
}
#about .section-feature .card_icon.icon09 {
  width: 74px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #about .section-feature .card_icon.icon09 {
    margin-top: 24px;
    margin-bottom: 34px;
  }
}
#about .section-feature .card_text {
  padding-right: 22px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 300;
}
#about .section-feature .card_link {
  margin-top: 6px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
#about .section-feature .card_link:after {
  content: "";
  position: relative;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #333;
}
@media (max-width: 767px) {
  #about #sec04 .digital {
    margin-top: 30px;
  }
}
#about .section-digital .digital {
  margin-top: 140px;
}
@media (max-width: 767px) {
  #about .section-digital .digital {
    margin-top: 85px;
  }
}
#about .section-digital .section-digitalSubtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #about .section-digital .section-digitalSubtitle {
    margin-bottom: 20px;
  }
}
#about .section-digital .section-digitalSubtitle.u-margin0 {
  margin-bottom: 0;
  font-size: 18px;
}
#about .section-digital .digital_text {
  margin: 20px 0;
}
#about .section-digital .section_content2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #about .section-digital .section_content2clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about .section-digital .section_content2clm.spColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .section-digital .section_content2clmTextArea {
  width: calc(100% - (410px + 30px));
}
@media (max-width: 767px) {
  #about .section-digital .section_content2clmTextArea {
    width: 100%;
  }
}
#about .section-digital .section_content2clmPixArea {
  max-width: 410px;
}
@media (max-width: 767px) {
  #about .section-digital .section_content2clmPixArea {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#about .section-digital .section_content2clmtitle {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #about .section-digital .section_content2clmtitle {
    margin-bottom: 19px;
  }
}
#about .section-digital .section_content2clmmsg {
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #about .section-digital .section_content2clmmsg {
    margin-top: 15px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  #about .section-shaft .spW390 {
    max-width: 390px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #about .section-shaft {
    padding-left: 0;
    padding-right: 0;
  }
}
#about .section-shaft .shaft {
  margin-top: 130px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #about .section-shaft .shaft {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 57px;
  }
}
#about .section-shaft .section-shaftItem {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaftItem {
    z-index: 1;
  }
}
#about .section-shaft .section-shaft2clm {
  margin-top: -80px;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clm {
    margin-top: -63px;
  }
}
#about .section-shaft .section-shaft2clmItem:nth-child(1) {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clmItem:nth-child(1) {
    z-index: 2;
    right: -35px;
  }
}
#about .section-shaft .section-shaft2clmItem:nth-child(2) {
  position: relative;
  z-index: 2;
  margin-left: -17px;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clmItem:nth-child(2) {
    z-index: 3;
    width: 438px;
    margin-left: 0;
    right: 55px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clmItem:nth-child(2) .section-shaft2clmBg {
    padding: 66px 55px 66px 84px;
    width: 438px;
    min-height: 438px;
  }
}
#about .section-shaft .section-shaftItemTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .section-shaft .section-shaftItemTitleAreaTitle {
  font-size: 17px;
  font-weight: bold;
}
#about .section-shaft .section-shaftItemTitleAreaPix {
  width: 44px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaftItemTitleAreaPix {
    width: 37px;
    margin-right: 7px;
  }
}
#about .section-shaft .section-shaftItemText {
  font-size: 14px;
  width: 77%;
  margin: 30px auto 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaftItemText {
    width: 100%;
    line-height: 19px;
  }
}
#about .section-shaft .section-shaftItemBg {
  max-width: 440px;
  min-height: 440px;
  padding: 80px 0;
  margin: 0 auto;
  border: 1px solid #555;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#E6E6E6));
  background: linear-gradient(to bottom, #FCFCFC, #E6E6E6);
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaftItemBg {
    padding: 66px 60px;
    min-height: 390px;
    max-width: 390px;
    position: relative;
    right: 35px;
  }
}
#about .section-shaft .section-shaft2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .section-shaft .section-shaft2clmItem {
  width: 460px;
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clmItem {
    width: 100%;
    width: 390px;
  }
}
#about .section-shaft .section-shaft2clmBg {
  max-width: 460px;
  min-height: 460px;
  padding: 80px 0;
  margin: 0 auto;
  border: 1px solid #555;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#E6E6E6));
  background: linear-gradient(to bottom, #FCFCFC, #E6E6E6);
}
@media (max-width: 767px) {
  #about .section-shaft .section-shaft2clmBg {
    width: 390px;
    min-height: 390px;
    padding: 66px 60px;
  }
}
#about .button-wrapper {
  margin-top: 20px;
}
#about .button-wrapper + .text_content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #about .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }
  #about .button-wrapper + .text_content {
    margin-top: 0;
  }
}
#about .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 8px 12px 8px 16px;
  background-color: white;
  border: 1px solid;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#about .button .copy {
  font-weight: bold;
  padding-top: 1px;
  margin-right: 6px;
}
@media (hover: hover) {
  #about .button:hover {
    background-color: #eee;
  }
}

#flow .attention {
  width: 100%;
  padding: 14px 20px;
  margin-top: 18px;
  background-color: #eee;
}
@media (max-width: 767px) {
  #flow .attention {
    padding: 12px 10px;
  }
}
#flow .attention_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow .attention_text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
#flow .attention_text a {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #flow .attention_text .icon {
    display: none;
  }
}
#flow .section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #flow .section {
    margin-top: 32px;
  }
}
#flow .section_subheadline {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #333;
  width: 80px;
  display: block;
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
}
#flow .section_headline {
  text-align: center;
  margin-bottom: 20px;
  line-height: calc(36/25);
}
#flow .section_lead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}
#flow .section_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 36px;
}
@media (max-width: 767px) {
  #flow .section_content {
    row-gap: 28px;
  }
}
#flow .acc {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
#flow .acc_title {
  position: relative;
  width: 100%;
  z-index: 1;
}
#flow .acc_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 30px;
  margin: 0;
  background-color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
#flow .acc_button .acc_title_text span {
  margin-right: 1em;
}
#flow .acc_button .acc_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
#flow .acc_button .acc_icon svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
#flow .acc_button[aria-expanded=false] .acc_icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#flow .acc_button[aria-expanded=true] .acc_icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  #flow .acc_button {
    padding: 20px;
  }
}
#flow .acc_content_tray[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
#flow .acc_content_tray[aria-hidden=false] {
  height: auto;
  overflow: visible;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
#flow .acc_content {
  width: 100%;
  padding: 10px 30px 40px;
  margin: 0;
}
@media (max-width: 767px) {
  #flow .acc_content {
    padding: 0 20px 20px;
  }
}
#flow .acc01 .acc_content ol {
  margin-top: 12px;
  font-weight: bold;
}
#flow .acc01 .acc_content ol > li {
  margin-bottom: 6px;
}
#flow .acc01 .acc_content ol ul {
  padding-left: 36px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #flow .acc01 .acc_content ol ul {
    padding-left: 16px;
  }
}
#flow .acc02 .acc_content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 30px;
}
@media (max-width: 767px) {
  #flow .acc02 .acc_content .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
}
#flow .acc02 .acc_content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#flow .acc02 .acc_content .title {
  width: 100%;
  padding: 14px 0;
  margin-bottom: 24px;
  background-color: #D9D9D9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#flow .acc02 .acc_content .img {
  width: 100%;
  margin-bottom: 8px;
}
#flow .acc02 .acc_content .note {
  display: inline-block;
  width: min(100%, 270px);
  margin: 0 auto;
  font-size: 14px;
  line-height: calc(22/14);
}
#flow .acc02 .acc_content .button-wrapper {
  margin-top: 20px;
  width: min(100%, 270px);
}
#flow .acc02 .acc_content .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  width: 100%;
  padding: 10px 0;
  background-color: #00A4B0;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#flow .acc02 .acc_content .button svg {
  fill: white;
}
@media (hover: hover) {
  #flow .acc02 .acc_content .button:hover {
    background-color: rgba(0, 164, 176, 0.6);
  }
}
#flow .acc03 .acc_content a {
  font-weight: bold;
  text-decoration: underline;
}
#flow .acc04 .acc_content .grid {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: calc(100% - 70px - 200px) 70px 200px;
  grid-template-columns: calc(100% - 70px - 200px) 200px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_1 _2" "_3 _2";
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media (max-width: 767px) {
  #flow .acc04 .acc_content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#flow .acc04 .acc_content .text-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
#flow .acc04 .acc_content .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
  width: 200px;
}
#flow .acc04 .acc_content .text-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
  margin-top: 28px;
}
@media (max-width: 767px) {
  #flow .acc04 .acc_content .text-2 {
    margin-top: 0;
  }
}
#flow .acc04 .acc_content a {
  font-weight: bold;
  text-decoration: underline;
}
#flow .acc05 .acc_content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media (max-width: 767px) {
  #flow .acc05 .acc_content .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
#flow .acc05 .acc_content .column-1 {
  width: calc(100% - 70px - 200px);
}
@media (max-width: 767px) {
  #flow .acc05 .acc_content .column-1 {
    width: 100%;
  }
}
#flow .acc05 .acc_content .column-2 {
  width: 200px;
}
#flow .acc05 .acc_content a {
  font-weight: bold;
  text-decoration: underline;
}
#flow .acc06 .acc_content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 70px - 200px) 70px 200px;
  grid-template-columns: calc(100% - 70px - 200px) 200px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_1 _2" "_3 _2";
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media (max-width: 767px) {
  #flow .acc06 .acc_content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#flow .acc06 .acc_content .column-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
#flow .acc06 .acc_content .column-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
  width: 200px;
}
#flow .acc06 .acc_content .column-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
}
#flow .acc06 .acc_content .text-3 {
  margin-top: 28px;
}
@media (max-width: 767px) {
  #flow .acc06 .acc_content .text-3 {
    margin-top: 0;
  }
}
#flow .acc06 .acc_content a {
  font-weight: bold;
  text-decoration: underline;
}
#flow .acc06 .acc_content .button-wrapper {
  margin-top: 30px;
}
#flow .acc06 .acc_content .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 8px 12px 8px 16px;
  background-color: white;
  border: 1px solid currentColor;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#flow .acc06 .acc_content .button .copy {
  padding-top: 1px;
  margin-right: 6px;
  font-weight: bold;
}
#flow .acc06 .acc_content .button .icon {
  fill: #333;
}
@media (hover: hover) {
  #flow .acc06 .acc_content .button:hover {
    background-color: #EEE;
  }
}
#flow .acc07 .acc_content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 70px - 200px) 70px 200px;
  grid-template-columns: calc(100% - 70px - 200px) 200px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_1 _2" "_3 _2";
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media (max-width: 767px) {
  #flow .acc07 .acc_content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#flow .acc07 .acc_content .column-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
#flow .acc07 .acc_content .column-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
  width: 200px;
}
#flow .acc07 .acc_content .column-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
  margin-top: 28px;
}
@media (max-width: 767px) {
  #flow .acc07 .acc_content .column-3 {
    margin-top: 0;
  }
}
#flow .acc07 .acc_content a {
  font-weight: bold;
  text-decoration: underline;
}
#flow .acc07 .acc_content .button-wrapper {
  margin-top: 30px;
}
#flow .acc07 .acc_content .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 8px 12px 8px 16px;
  background-color: white;
  border: 1px solid currentColor;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#flow .acc07 .acc_content .button .copy {
  padding-top: 1px;
  margin-right: 6px;
  font-weight: bold;
}
#flow .acc07 .acc_content .button .icon {
  fill: #333;
}
@media (hover: hover) {
  #flow .acc07 .acc_content .button:hover {
    background-color: #EEE;
  }
}

#support .-mt24 {
  margin-top: 24px;
}
#support .-mb24 {
  margin-bottom: 24px;
}
#support .anchornav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #support .anchornav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 12px;
    margin-bottom: 40px;
  }
}
#support .anchornav_item {
  width: min(100%, 230px);
  height: 54px;
}
@media (max-width: 767px) {
  #support .anchornav_item {
    width: calc(50% - 6px);
    height: auto;
  }
}
#support .anchornav_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px 15px 15px;
  background-color: #333;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
@media (hover: hover) {
  #support .anchornav_link:hover {
    background-color: rgba(51, 51, 51, 0.6);
  }
}
@media (max-width: 767px) {
  #support .anchornav_link {
    padding: 9px 10px 8px 0;
  }
}
#support .anchornav_label {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #support .anchornav_label {
    font-size: 1.4rem;
  }
}
#support .anchornav_icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #support .anchornav_icon {
    right: 10px;
  }
}
#support .section:not(:last-child) {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  #support .section:not(:last-child) {
    margin-bottom: 90px;
  }
}
#support .section_subheadline {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #333;
  width: 80px;
  display: block;
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
}
#support .section_headline {
  text-align: center;
  margin-bottom: 30px;
  line-height: calc(36/25);
}
#support .section_lead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
#support .section_lead a {
  font-weight: bold;
  text-decoration: underline;
}
#support .section_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 36px;
}
@media (max-width: 767px) {
  #support .section_content {
    row-gap: 28px;
  }
}
#support .section-support .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 54px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  #support .section-support .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 30px;
  }
}
#support .section-support .column {
  width: min(100%, 290px);
  padding: 24px 20px 20px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  #support .section-support .column {
    width: 100%;
    padding-top: 20px;
  }
}
#support .section-support .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#support .section-support .img {
  width: 110px;
  margin: 0 auto;
}
#support .section-support .text {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(22/14);
}
#support .section-support .text a {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #support .section-support .text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
#support .acc {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
#support .acc_title {
  position: relative;
  width: 100%;
  z-index: 1;
}
#support .acc_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 30px;
  margin: 0;
  background-color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
#support .acc_button .acc_title_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#support .acc_button .acc_title_text span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 1em;
}
#support .acc_button .acc_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
#support .acc_button .acc_icon svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
#support .acc_button[aria-expanded=false] .acc_icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#support .acc_button[aria-expanded=true] .acc_icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  #support .acc_button {
    padding: 20px;
  }
}
#support .acc_content_tray[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
#support .acc_content_tray[aria-hidden=false] {
  height: auto;
  overflow: visible;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
#support .acc_content {
  width: 100%;
  padding: 10px 30px 40px;
  margin: 0;
}
@media (max-width: 767px) {
  #support .acc_content {
    padding: 0 20px 20px;
  }
}
#support .acc01 .acc_content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 48px - 254px) 48px 254px;
  grid-template-columns: calc(100% - 48px - 254px) 254px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_2 _1" "_3 ..";
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 767px) {
  #support .acc01 .acc_content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#support .acc01 .acc_content .column-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
@media (max-width: 767px) {
  #support .acc01 .acc_content .column-1 {
    margin-bottom: 28px;
  }
}
#support .acc01 .acc_content .column-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
}
#support .acc01 .acc_content .column-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: _3;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #support .acc01 .acc_content .column-3 {
    padding-top: 0;
  }
}
#support .acc01 .acc_content ol {
  margin-top: 12px;
}
#support .acc01 .acc_content ol li {
  margin-bottom: 14px;
}
#support .acc01 .acc_content ol li .title {
  font-weight: bold;
  margin-bottom: 8px;
}
#support .acc01 .acc_content ol li .text {
  margin-left: 24px;
  margin-bottom: 6px;
  font-size: 14px;
}
#support .acc01 .acc_content ol li .note {
  margin-left: 24px;
  margin-bottom: 6px;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#support .acc01 .acc_content .dcaption {
  font-size: 13px;
  line-height: calc(22/13);
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 6px;
}
#support .acc01 .acc_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: calc(22/13);
}
#support .acc01 .acc_content dl dt {
  width: 112px;
  padding: 3px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
#support .acc01 .acc_content dl dd {
  width: calc(100% - 112px);
  padding: 3px 3px 3px 15px;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #support .acc01 .acc_content .img {
    width: 95%;
    padding-right: 12%;
    margin-left: auto;
    margin-right: auto;
  }
}
#support .acc02 .acc_content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 48px - 254px) 48px 254px;
  grid-template-columns: calc(100% - 48px - 254px) 254px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "_2 _1";
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 767px) {
  #support .acc02 .acc_content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#support .acc02 .acc_content .column-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
#support .acc02 .acc_content .column-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: _2;
}
#support .acc02 .acc_content ol {
  margin-top: 12px;
}
#support .acc02 .acc_content ol li {
  margin-bottom: 14px;
}
#support .acc02 .acc_content ol li .title {
  font-weight: bold;
  margin-bottom: 8px;
}
#support .acc02 .acc_content ol li .text {
  margin-left: 24px;
  margin-bottom: 6px;
  font-size: 14px;
}
#support .acc02 .acc_content ol li .note {
  margin-left: 24px;
  margin-bottom: 6px;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#support .acc02 .acc_content .dcaption {
  font-size: 13px;
  line-height: calc(22/13);
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 6px;
}
#support .acc02 .acc_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: calc(22/13);
}
#support .acc02 .acc_content dl dt {
  width: 112px;
  padding: 3px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
#support .acc02 .acc_content dl dd {
  width: calc(100% - 112px);
  padding: 3px 3px 3px 15px;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #support .acc02 .acc_content .img {
    width: 90%;
    margin: 0 auto;
  }
}
#support .acc03 .acc_content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#support .acc03 .acc_content .row:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #support .acc03 .acc_content .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 20px;
  }
  #support .acc03 .acc_content .row:not(:last-child) {
    margin-bottom: 0;
  }
  #support .acc03 .acc_content .row:first-child {
    margin-bottom: 40px;
  }
}
#support .acc03 .acc_content .column-1 {
  width: 224px;
}
@media (max-width: 767px) {
  #support .acc03 .acc_content .column-1 {
    width: 100%;
  }
}
#support .acc03 .acc_content .column-2 {
  width: calc(100% - 40px - 224px);
}
@media (max-width: 767px) {
  #support .acc03 .acc_content .column-2 {
    width: 100%;
  }
}
#support .acc03 .acc_content .title {
  font-weight: bold;
  line-height: calc(30/16);
  margin-bottom: 4px;
}
#support .acc03 .acc_content .text-content {
  padding-left: 20px;
  padding-bottom: 14px;
  font-size: 14px;
}
#support .acc03 .acc_content .text {
  margin-bottom: 8px;
}
#support .acc03 .acc_content .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}
#support .acc03 .acc_content .table {
  width: min(100%, 385px);
  margin-left: 40px;
}
@media (max-width: 767px) {
  #support .acc03 .acc_content .table {
    width: 100%;
    margin-left: 0;
  }
}
#support .acc03 .acc_content strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  #support .acc03 .acc_content .img {
    width: 75%;
    margin: 0 auto;
  }
}
#support .acc04 .acc_content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #support .acc04 .acc_content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
  }
}
#support .acc04 .acc_content .column-1 {
  width: 224px;
}
@media (max-width: 767px) {
  #support .acc04 .acc_content .column-1 {
    width: 100%;
  }
}
#support .acc04 .acc_content .column-2 {
  width: calc(100% - 40px - 224px);
}
@media (max-width: 767px) {
  #support .acc04 .acc_content .column-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #support .acc04 .acc_content .img {
    width: 75%;
    margin: 0 auto;
  }
}
#support .acc05 .acc_content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #support .acc05 .acc_content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
  }
}
#support .acc05 .acc_content .column-1 {
  width: 224px;
}
@media (max-width: 767px) {
  #support .acc05 .acc_content .column-1 {
    width: 100%;
  }
}
#support .acc05 .acc_content .column-2 {
  width: calc(100% - 40px - 224px);
}
@media (max-width: 767px) {
  #support .acc05 .acc_content .column-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #support .acc05 .acc_content .img {
    width: 75%;
    margin: 0 auto;
  }
}
