/* ----------------------------------------
  /personal/atm/type3/
---------------------------------------- */
.C-AtmType3__categories {
  display: flex;
  padding: 20px !important;
  flex-wrap: wrap;
  background: #f0f0f0;

  gap: 10px 20px;
}

.C-AtmType3__category::before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-right: 2px;
  border-radius: 50%;
  transform: translateY(1px);

  -webkit-transform: translateY(1px);
}

.C-AtmType3__category.-colorOrange::before {
  background: #f08320;
}

.C-AtmType3__category.-colorBlueGreen::before {
  background: #03aeaa;
}

.C-AtmType3__category.-colorPurple::before {
  background: #a687bd;
}

.C-AtmType3__category.-colorGreen::before {
  background: #07a32b;
}

.C-AtmType3__atm-img {
  width: 160px;
  margin: 0 auto 60px;
}

.C-AtmType3__feature-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  padding-left: 36px;

  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: auto auto auto;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
}

.C-AtmType3__feature-item h3 {
  display: flex;
  width: calc(100% + 36px - 90px);
  font-size: 18px;
  letter-spacing: 0.05em;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -ms-grid-column: 1;
  grid-column: 1/span 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.C-AtmType3__feature-item h3 span {
  position: absolute;
  left: 0;
  display: flex;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  padding-left: 0.05em;
  flex-shrink: 0;
  justify-content: center;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 19px;
  font-weight: 400;
  align-items: center;
}

.C-AtmType3__feature-item img {
  width: 80px;
  margin-left: 10px;

  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.C-AtmType3__feature-item .Text__module {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.C-AtmType3__feature-item.-colorOrange h3 {
  color: #f08320;
}

.C-AtmType3__feature-item.-colorOrange h3 span {
  background: #f08320;
}

.C-AtmType3__feature-item.-blueGreen h3 {
  color: #03aeaa;
}

.C-AtmType3__feature-item.-blueGreen h3 span {
  background: #03aeaa;
}

.C-AtmType3__feature-item.-colorPurple h3 {
  color: #a687bd;
}

.C-AtmType3__feature-item.-colorPurple h3 span {
  background: #a687bd;
}

.C-AtmType3__feature-item.-item05 img {
  width: 117px;
}

.C-AtmType3__feature-item.-item08 img {
  width: 108px;
}

.C-AtmType3__update section {
  margin-bottom: 24px;
}

.C-AtmType3__update section img {
  width: 140px;
  margin-top: 10px;
}

.C-AtmType3__update section .Annotation__moduleA {
  -ms-grid-columns: 3.25em 1fr;
  grid-template-columns: 3.25em 1fr;
}

.C-AtmType3__update-block {
  display: flex;
  flex-wrap: wrap;

  gap: 16px;
}

.C-AtmType3__update-block section {
  width: calc(50% - 8px);
  margin-bottom: 0;
}

.C-AtmType3__update-block section .Heading__title.-h2line {
  min-height: 3em;
}

.C-AtmType3__cassette {
  position: relative;
}

.C-AtmType3__cassette .Text__module {
  position: absolute;
  left: 72px;
  top: -1px;
  width: 100%;
  font-size: 10px;
  line-height: 1.525;
  transform: scale(0.8);
  transform-origin: left top;

  -webkit-transform: scale(0.8);
  -webkit-transform-origin: left top;
}

/* ----------------------------------------
  /personal/useful/app/spatm/
---------------------------------------- */
.C-SpAtm-Main {
  padding-bottom: 58%;
  padding-top: 26px;
  background-color: #f9f9f9;
  background-image: url(/shared2022/images/personal/useful/app/spatm/bg_main_sp.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.C-SpAtm-ConversionApp {
  background: none;
}

.C-SpAtm-ConversionApp .ConversionApp__content {
  margin: 0;
  padding: 10px 40px;
}

.C-SpAtm-ConversionApp .ConversionApp__body {
  gap: 0 8px;
}

/* ----------------------------------------
  /personal/useful/app/mysevenbank/
---------------------------------------- */
.C-MySevenBank-Main {
  padding-bottom: 96%;
  padding-top: 26px;
  background-color: #f9f9f9;
  background-image: url(/shared2022/images/personal/useful/app/mysevenbank/bg_main_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.C-MySevenBank-Main .Heading__inner {
  letter-spacing: 0.05em;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.C-MySevenBank-Main__app {
  display: flex;
  justify-content: center;
  align-items: center;
}

.C-MySevenBank-Main__app img {
  width: 47px;
  margin-right: 14px;
  border: 1px solid #f0f0f0;
  border-radius: 22%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.C-MySevenBank-Main__app p {
  color: #07a32b;
  font-size: 18px;
  font-weight: 700;
}

.C-MySevenBank-Main__app p span {
  display: block;
  font-size: 14px;
}

.C-MySevenBank-ConversionApp {
  background: none;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.C-MySevenBank-ConversionApp .ConversionApp__content {
  padding-top: 0;
}

.C-MySevenBank-Feature .Column__item>img {
  max-width: 203px;
  margin: 0 auto;
  transform: translateX(-19px);

  -webkit-transform: translateX(-19px);
}

.C-MySevenBank-Feature .ColorButton__layoutA {
  width: calc(100% + 38px);
  margin-left: -38px;
}

.C-MySevenBank-Feature .ColorButton__text {
  padding: 0;
}

.C-MySevenBank-Feature .ColorButton__text::before {
  right: 14px;
}

.C-MySevenBank-Feature .List-check__text sup {
  font-size: 0.5em;
}

.C-MySevenBank-function__list {
  display: flex;
  flex-wrap: wrap;

  gap: 32px 24px;
}

.C-MySevenBank-function__item {
  width: calc(50% - 12px);
}

.C-MySevenBank-function__icon {
  display: flex;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  justify-content: center;
  background: #e5f6e9;
  border-radius: 50%;
  align-items: center;
}

.C-MySevenBank-function__icon img {
  width: 72px;
}

.C-MySevenBank-Carousel .Carousel__image {
  max-width: 186px;
  margin: 0 auto;
}

/* ----------------------------------------
  /personal/guide/
---------------------------------------- */

.C-Guide-Old {
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
}

.C-Guide-Old__inner {
  height: 350px;
  width: 677px;
  transform: scale(0.48);
  transform-origin: left top;

  -webkit-transform: scale(0.48);
  -webkit-transform-origin: left top;
}

.C-Guide-Old.en .C-Guide-Old__inner {
  height: 360px;
}

.C-Guide-Old .usageGuideNav01 ul {
  list-style: none;
}

.C-Guide-Sp .innerContentA01 ul,
.C-Guide-Sp .lnav01 ul {
  padding-left: 0;
  list-style: none;
}

.C-Guide-Sp_container a {
  color: #00f;
  text-decoration: none;
}

.C-Guide-Sp_container img {
  display: inline-block;
}

.C-Guide-Old-Sp .usageGuideWrap01 {
  margin-bottom: 0;
}

.C-Guide-Old-Sp .usageGuideWrap01 .usageGuideNav01 li {
  width: calc(50% - 3px);
  margin-right: 0;
  padding-bottom: 0;
}

.C-Guide-Old-Sp .usageGuideWrap01 .usageGuideNav01 li .fixHeightChild {
  height: 35px;
  box-sizing: content-box;
}

/* ----------------------------------------
  /personal/netbank/deposit_loan/loan/
---------------------------------------- */
.Form__module .Form__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.Form__module .Form__title .required {
  display: inline-block;
  margin-left: 5px;
  padding: 7px 5px 8px;
  background: #07a32b;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transform: translate(0, -2px);

  -webkit-transform: translate(0, -2px);
}

.Form__module .Form__title strong {
  color: #e60012;
}

.Form__module .Form__error {
  margin-top: 1em;
  color: #e60012;
  font-size: 10px;
}

.Form__module label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
}

.Form__module label span {
  position: absolute;
  bottom: 0;
  right: -10px;
  margin-left: 10px;
  transform: translateX(100%);

  -webkit-transform: translateX(100%);
}

.Form__module button[type=submit]::before {
  content: unset;
  display: none;
}

.Form__module[action*=javascript] button[type=submit],
.Form__module .noselect button[type=submit] {
  pointer-events: none;
  background: #f0f0f0;
  border: none;
  box-shadow: none;
  color: #999;
}

.Input__container,
.Select__container {
  width: 100%;
}

.Input__container.-w80,
.Select__container.-w80 {
  max-width: 80px;
}

.Input__container.-w100,
.Select__container.-w100 {
  max-width: 100px;
}

.Input__container.-w168,
.Select__container.-w168 {
  max-width: 168px;
}

.Input__container.-w220,
.Select__container.-w220 {
  max-width: 220px;
}

.Input__container.-w370,
.Select__container.-w370 {
  max-width: 370px;
}

.Input__container.-w480,
.Select__container.-w480 {
  max-width: 480px;
}

input.Input__module,
select.Select__module {
  height: 40px;
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 16px;
}

input.Input__module::-webkit-input-placeholder,
select.Select__module::-webkit-input-placeholder {
  color: #999;
}

input.Input__module::-moz-placeholder,
select.Select__module::-moz-placeholder {
  color: #999;
}

input.Input__module:-ms-input-placeholder,
select.Select__module:-ms-input-placeholder {
  color: #999;
}

input.Input__module::-ms-input-placeholder,
select.Select__module::-ms-input-placeholder {
  color: #999;
}

input.Input__module::placeholder,
select.Select__module::placeholder {
  color: #999;
}

input.Input__module:focus,
select.Select__module:focus {
  background: #e5f6e9;
  outline: none;

  caret-color: #808080;
}

input.Input__module.-error,
select.Select__module.-error {
  background: #fdfbf0;
  border: 2px solid #e60012;
}

input.Input__module:disabled,
input.Input__module.-disable,
select.Select__module:disabled,
select.Select__module.-disable {
  pointer-events: none;
  background: #f0f0f0;
  color: #999;
}

input.Input__module[inputmode=numeric],
select.Select__module[inputmode=numeric] {
  text-align: right;
}

.Select__container {
  position: relative;
}

.Select__container:focus-within .Select__arrow {
  transform: scaleX(0.666) scaleY(-1) translateY(6px);

  -webkit-transform: scaleX(0.666) scaleY(-1) translateY(6px);
}

.Select__container .Select__arrow {
  position: absolute;
  right: 14px;
  top: 18px;
  display: block;
  height: 12px;
  width: 12px;
  border-color: #07a32b transparent transparent;
  border-style: solid;
  border-width: 6px;
  transform: scaleX(0.666);

  -webkit-transform: scaleX(0.666);
}

select.Select__module:invalid {
  color: #999;
}

select.Select__module option {
  background: #fff;
  color: #333;
}

select.Select__module option:first-child {
  color: #999;
}

/* ----------------------------------------
  /personal/netbank/deposit_loan/loan/simulation.html
---------------------------------------- */
#simu-result01 {
  display: none;
}

.C-Simulation-example {
  width: 100%;
}

.C-Simulation-example__list {
  display: flex;
  flex-wrap: wrap;

  gap: 15px 0;
}

.C-Simulation-example__item {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.C-Simulation-example__summary {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  align-items: center;
}

.C-Simulation-example__icon {
  width: 81px;
  margin-right: 20px;
  flex-shrink: 0;
}

.C-Simulation-example__title {
  color: #07a32b;
  font-size: 14px;
  font-weight: 700;
}

.C-Simulation-example__price {
  margin-top: 2px;
  color: #07a32b;
  font-size: 20px;
  font-weight: 700;
}

.C-Simulation-example__price>span {
  font-size: 14px;
}

.C-Simulation-example__profile {
  margin-top: 6px;
  font-size: 12px;
}

.C-Simulation-example__detail {
  padding-top: 6px;
}

.C-Simulation-example__detail-item {
  position: relative;
  display: flex;
  padding-top: 8px;
  justify-content: space-between;
  font-size: 14px;
}

.C-Simulation-example__detail-item:before {
  position: absolute;
  top: calc(50% + 3px);
  content: '';
  display: block;
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #999;
}

.C-Simulation-example__detail-item>span {
  position: relative;
  z-index: 1;
  background: #fff;
}

.C-Simulation-example__detail-item>span:first-child {
  padding-right: 0.5em;
}

.C-Simulation-example__detail-item>span:last-child {
  padding-left: 0.5em;
}

/* ----------------------------------------
  /personal/account/jcb_debit/index.html
---------------------------------------- */
.Page__indexJcbDebit .LanguageSwitch__layoutA {
  margin-bottom: 55px;
  margin-left: 0;
  margin-top: 30px;
}

.Page__indexJcbDebit .ImageColumn__layoutA {
  align-items: flex-end;
}

/* ----------------------------------------
  /personal/netbank/services/point/index.html
---------------------------------------- */
.Page__pointService .ImageColumn__image {
  max-width: 240px;

  margin-inline: auto;
}

@media all and (max-width: 768px) {
  .C-MySevenBank-Carousel .Carousel__item {
    display: flex;
    flex-direction: column;
  }

  .C-MySevenBank-Carousel .Carousel__contents {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }

  .C-Guide-Start .Column__layoutB {
    display: block;
  }
}

@media all and (min-width: 641px) {
  .C-Guide-Old__inner {
    height: 550px;
    transform: scale(0.74);

    -webkit-transform: scale(0.74);
  }

  .C-Guide-Old.en .C-Guide-Old__inner {
    height: 560px;
  }
}

@media all and (min-width: 769px) {
  .C-AtmType3__feature {
    position: relative;
    display: flex;
    justify-content: space-between;

    gap: 0 180px;
  }

  .C-AtmType3__atm-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);
  }

  .C-AtmType3__feature-list {
    width: calc(50% - 90px);
  }

  .C-AtmType3__update section {
    margin-bottom: 36px;
  }

  .C-AtmType3__update-block section .Heading__title.-h2line {
    min-height: 0;
  }

  .C-AtmType3__update-block {
    display: block;
  }

  .C-AtmType3__update-block section {
    width: 100%;
  }

  .C-SpAtm-Main {
    padding-top: 80px;
    background-position: center bottom;
  }

  .C-SpAtm-Main {
    padding-bottom: 96px;
    background-image: url(/shared2022/images/personal/useful/app/spatm/bg_main_pc.jpg);
    background-size: 100%;
  }

  .C-SpAtm-ConversionApp .ConversionApp__content {
    padding: 0;
  }

  .C-SpAtm-ConversionApp .ConversionApp__body {
    width: 580px;
    gap: 0 20px;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }

  .C-SpAtm-ConversionApp .ConversionApp__qr {
    margin-left: 5px;
    flex-shrink: 0;
    border: 1px solid #d0d0d0;
  }

  .C-SpAtm-ConversionApp .ConversionApp__qr img {
    width: 64px;
    height: 64px;
  }

  .C-MySevenBank-Main {
    padding-top: 80px;
    background-position: center bottom;
  }

  .C-MySevenBank-Main {
    padding-bottom: 80px;
    background-image: url(/shared2022/images/personal/useful/app/mysevenbank/bg_main_pc.png);
  }

  .C-MySevenBank-Main__app {
    justify-content: flex-start;
  }

  .C-MySevenBank-Main__app img {
    height: 63px;
    width: 63px;
  }

  .C-MySevenBank-Main__app p {
    font-size: 20px;
  }

  .C-MySevenBank-Main__app p span {
    font-size: 16px;
  }

  .C-MySevenBank-Feature .ColorButton__text::before {
    right: 30px;
  }

  .C-MySevenBank-function__list {
    gap: 32px 10px;
  }

  .C-MySevenBank-function__item {
    width: calc((1000px - 20px) / 3);
  }

  .C-MySevenBank-Carousel .Carousel__item {
    position: relative;
    max-height: 402px;
  }

  .C-MySevenBank-Carousel .Carousel__heading {
    text-align: left;
  }

  .C-MySevenBank-Carousel .Carousel__textarea {
    padding-right: 240px;
  }

  .C-MySevenBank-Carousel .Carousel__image {
    position: absolute;
    bottom: 0;
    right: 68px;
    margin: 0;
  }

  .C-Guide-Old__inner {
    height: auto;
    transform: scale(1);

    -webkit-transform: scale(1);
  }

  .C-Guide-Old.en .C-Guide-Old__inner {
    height: auto;
  }

  .Form__module .Form__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .Form__module .Form__title .required {
    transform: translate(0, -3px);

    -webkit-transform: translate(0, -3px);
  }

  .Form__module .Form__error {
    font-size: 12px;
  }

  .Form__module label {
    font-size: 16px;
  }

  .C-Simulation-example__list {
    flex-wrap: nowrap;

    gap: 0 40px;
  }

  .C-Simulation-example__item {
    width: 33.333%;
  }

  .C-Simulation-example__summary {
    display: block;
    text-align: center;
  }

  .C-Simulation-example__summary-txt {
    position: relative;
    padding-top: 36px;
  }

  .C-Simulation-example__icon {
    margin: 0 auto;
  }

  .C-Simulation-example__profile {
    position: absolute;
    top: 10px;
    width: 100%;
    margin: 0;
  }

  .Page__indexJcbDebit .MainContents__inner {
    margin-top: 55px;
  }

  .Page__pointService .ImageColumn__image {
    max-width: 480px;
  }

  .Page__pointService .StepColumn__layoutA .StepColumn__image {
    height: 166px;
  }
}

@media all and (min-width: 1025px) {
  .C-AtmType3__feature {
    gap: 0 260px;
  }

  .C-AtmType3__atm-img {
    width: 196px;
  }

  .C-AtmType3__feature-list {
    width: calc(50% - 130px);
  }

  .C-AtmType3__feature-item {
    margin-bottom: 36px;
    padding-left: 52px;
  }

  .C-AtmType3__feature-item h3 span {
    top: -6px;
    height: 42px;
    width: 42px;
    font-size: 23px;
  }

  .C-MySevenBank-function__icon {
    height: 220px;
    width: 220px;
  }

  .C-MySevenBank-function__icon img {
    width: 106px;
  }

  .C-MySevenBank-function__icon.-icon03 img {
    width: 126px;
  }
}

@media all and (min-width: 1366px) {
  .C-SpAtm-Main {
    width: calc(100% + 64px);
    margin-left: -64px;
    background-size: 1366px;
  }

  .C-MySevenBank-Main {
    width: calc(100% + 64px);
    margin-left: -64px;
    background-size: 1366px;
  }

  .C-MySevenBank-Main {
    background-position: right center;
  }
}