@charset "utf-8";

.container.container--without-nav {
  width: 1200px;
  margin-bottom: 80px;
}

p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.line {
  line-height: 18px;
}

.text-space {
  letter-spacing: 1px;
}

.list-asterisk__item {
  font-weight: normal;
}

.txt10 {
  font-size: 10px;
}

.txt12 {
  font-size: 12px;
}

.txt14 {
  font-size: 14px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.txt24 {
  font-size: 24px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

.txt-blue {
  color: #0063B5;
  font-weight: bold;
}

.txt-navyblue {
  color: #0047AF;
  font-weight: bold;
}

.title-band {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #005DBF;
  color: #ffffff;
  padding: 25px;
  text-align: center;
}

.title-band p {
  font-size: 16px;
}

.column {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column__sm--06 {
  width: 48%;
}

.block-topic {
  background-color: #ffffff;
  padding: 0;
}

.simu-block-title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #D0E0EB;
}

.simu-block_result-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.simu-block_result-title p {
  font-weight: bold;
  font-size: 20px;
}

.simu-block_result-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.deposit-block {
  margin-top: 30px;
}

.deposit-block:not(:first-of-type) {
  border-top: 1px solid #D0E0EB;
  padding-top: 30px;
}

.deposit-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deposit-block-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  outline: 2px solid #0076DB;
  border-radius: 7px;
  background-color: #E4F1FB;
  box-sizing: border-box;
  outline-offset: -2px;
  box-shadow: none;
}

input[type="radio"] + label img {
  width: 40px;
}

label:hover {
  outline: 2px solid #0076DB;
  border-radius: 7px;
  background-color: #E4F1FB;
  box-sizing: border-box;
  outline-offset: -2px;
  cursor: pointer;
  transition: 0.5s;
}

.currency , .reserve-amount , .deposit-period {
  display: flex;
  justify-content: space-around;
  gap: 12px;
}

.country label {
  padding: 12px 20px 5px;
  border-radius: 5px;
  box-shadow: 0 2px 8px #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deposit-blue {
  background-color: #F2F7FA;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 12px 0;
}

.deposit-blue_row {
  gap: 80px;
}

.rate , .kinri {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rate p , .kinri p {
  font-weight: bold;
}

.deposit-white {
  background-color: #ffffff;
}

.amount-of-money label {
  padding: 12px 37px;
  border-radius: 7px;
  box-shadow: 3px 3px 10px #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.period label {
  padding: 12px 36px;
  border-radius: 7px;
  box-shadow: 3px 3px 10px #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-blue {
  background-color: #EBF5FE !important;
  padding: 30px;
}

button {
  background-color: #EBF5FE;
  border: none;
}

.deposit-white-block {
  display: flex;
  flex-direction: column;
  padding: 5px 20px;
}

.flex {
  display: flex;
  align-items: baseline;
}

.flex:not(:last-of-type) {
  border-bottom: 1px solid #A0C2D8;
}

.flex1 {
  flex-basis: 43%;
  font-size: 16px;
  font-weight: bold;
}

.flex2 {
  flex-basis: 3%;
  font-weight: bold;
}

.flex3 {
  flex-basis: 27%;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}

.flex4 {
  flex-basis: 24%;
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
}

.deposit-white-block_result {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0 10px;
}

.balloon {
  position: relative;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  background: #0048A9;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0048A9;
}

.balloon-contents {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.balloon p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.deposit-skyblue p:last-of-type {
  font-weight: normal;
  font-size: 12px;
}

.deposit-skyblue {
  background-color: #F1F7FA;
  text-align: center;
  padding: 10px 30px;
}

.deposit-skyblue p {
  color: #222222;
  font-size: 14px;
}

.btn--accent {
  background: linear-gradient(90deg, #E3215A 0%, #E72D5B 15%, #FF6969 50%, #EA365C 66%, #E3215A 100%);
  background-size: 200% 100%;
  border: none;
  transition: 0.3s;
}

.btn--accent:hover {
  background-position: 100% 0;
  opacity: 1;
}

.cta-footer {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5;
}

.cta-footer-contents {
  background-color: #0062C9;
  border-top: solid 1px #adadad;
  width: 100%;
  min-height: 55px;
  color: #ffffff;
}

.footer-group {
  font-weight: bold;
  padding: 0 10px;
  text-align: left;
}

.footer-group div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}

button[data-toggle="modal"] {
  margin-bottom: 5px;
}

button[data-toggle="modal"] img {
  filter: drop-shadow(0 3px 6px #00000029);
}

.footer__label {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 30px 12px 14px;
  justify-content: center;
  align-items: center;
  border: none;
  color: #ffffff;
  cursor: pointer;
  background-color: #003E7C;
}

.footer__label::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 10px;
  content: "";
  transition: 0.2s 0s all ease-in-out;
  transform: rotate(180deg) translateY(50%);
  background: url(/common21/imgs/icon-arrow-white.svg) no-repeat center;
  background-size: contain;
}

.gray-border {
  border: 30px solid #F5F5F5;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 48px;
}

@media screen and (max-width: 1019px) {

  .container.container--without-nav {
    width: calc(100% - 40px);
  }

  .txt16 {
    font-size: 16px;
  }

  .title-band {
    line-height: 20px;
    padding: 15px;
    text-align: center;
  }

  .title-band h1 {
    line-height: 30px;
    font-size: 20px;
  }

  .column__sm--06 {
    width: 100%;
  }

  .bg-blue {
    padding: 30px 15px;
  }

  input[type="radio"] + label img {
    width: 30px;
  }

  .deposit-blue {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .deposit-radio {
    justify-content: space-around;
    align-items: flex-start;
  }

  .deposit-block-title {
    margin-top: 7px;
  }

  .country label {
    box-shadow: 0 2px 6px #dcdcdc;
    padding: 9px 25px 5px;

  }

  .currency , .reserve-amount , .deposit-period {
    gap: 5px;
    flex-basis: 80%;
  }

  .currency {
    flex-wrap: wrap;
    justify-content: center;
  }

  .amount-of-money label {
    box-shadow: 0 2px 6px #dcdcdc;
    padding: 12px 10px;
  }

  .period label {
    box-shadow: 0 2px 6px #dcdcdc;
    padding: 12px 17px;
  }

  .deposit-white {
    padding: 20px 10px;
  }

  .deposit-skyblue {
    margin: 10px auto 0;
  }

  .simu-block_result-title p {
    font-size: 18px;
  }

  .balloon-contents {
    display: block;
  }

  .deposit-white-block {
    padding: 0;
  }

  .deposit-white-block:not(:last-of-type) {
    border-bottom: 1px solid #A0C2D8;
  }

  .deposit-white-block_result {
    display: block;
    padding: 0;
  }

  .kinri {
    flex-direction: row;
    gap: 30px;
  }

  .flex-inner {
    display: flex;
    align-items: baseline;
    flex-basis: 68%;
    justify-content: flex-end;
  }

  .flex {
    justify-content: flex-end;
  }

  .flex3 {
    flex-basis: auto;
  }

  .flex4 {
    flex-basis: auto;
    margin-left: 5px;
    text-align: right;
  }

}


