@charset "UTF-8";
.simulation_align {
  -webkit-box-align: center;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
        align-items: flex-start;
}
.row.simulation_align{
  margin-right:0;
}
@media screen and (max-width: 767px) {
  .col_x_4.bg_gray{
    margin-right: 4%;
    margin-left: 4%;
  }
}
.simulation_result .simulation_topborder{
  border-top: 1px solid #d0d0d0;
}
.simulation_result .simulation_topborder:first-child {
  border-top:none;
}
.simulation_result .simulation_topborder th,.simulation_result .simulation_topborder td{
  padding-top: 16px
}
.simulation_result .simulation_emphasis--color{
  color: #004831;
}
.nav_flat.simulation_tab {
  flex-wrap: wrap;
}
.nav_flat.simulation_tab li {
  -webkit-box-flex: inherit;
      -webkit-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
  width: 50%;
}
.simulation_result tfoot .simulation_amount.simulation_amount--nobdt {
  border-top: none;
}
.simulation_result tbody th.simulation_emphasis--pd10,
.simulation_result tbody td.simulation_emphasis--pd10 {
  padding-top: 10px;
}
.simulator-page .sim4-result {
  display: none;
}
.simulator-page .sim4-result.active {
  display: block;
}

.simulator-page [role="alert"] {
  /* margin-top: 5px; */
  margin-bottom: 10px;
}

.simulator-page [role="alert"] > * {
  margin: 0;
  font-size: 18px;
  color: #e35245;
}

.simulator-page [role="alert"]:empty {
  display: none;
}

.result_tr_border_bottom, .result_tr_border_bottom_sp {
  border-bottom: 1px solid #d0d0d0;
}
.simulation_result tbody .result_tr_border_bottom th,.simulation_result tbody .result_tr_border_bottom td{
  padding-bottom: 10px;
}
.simulation_result tbody .result_tr_border_bottom_sp th,.simulation_result tbody .result_tr_border_bottom_sp td{
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .nav_flat.simulation_tab li {
    width: 50%
  }
  .nav_flat.simulation_tab li:nth-child(2n){
    border-right: 1px solid #d0d0d0;
  }
}

/***********************************
 * Layout
 ***********************************/
.wSelect-el {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.wSelect {
  cursor: pointer;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wSelect-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.wSelect-hover .wSelect-arrow, .wSelect-active .wSelect-arrow {
  background-position: -30px center;
}

.wSelect.wSelect-multiple {
  overflow: hidden;
}

.wSelect-selected {
  overflow: hidden;
  margin: 0 35px 0 5px;
  padding: 5px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.wSelect-options-holder {
  position: absolute;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 200;
}

.wSelect-multiple .wSelect-options-holder {
  position: relative !important;
  top: auto !important;
  display: block !important;
  z-index: auto !important;
  border: none !important;
}

.wSelect-options {
  overflow-x: hidden;
  overflow-y: scroll;
}

.wSelect-option {
  cursor: pointer;
  margin-bottom: 1px;
  background-position: 5px center;
  background-repeat: no-repeat;
}

.wSelect-option-last {
  margin-bottom: 0;
}

.wSelect-option-value {
  overflow: hidden;
  margin: 0 5px;
  padding: 5px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.wSelect-option-disabled .wSelect-option-value {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.wSelect-option-icon {
  padding-left: 20px;
}

/***********************************
 * Theme - classic
 ***********************************/
.wSelect-theme-classic.wSelect {
  max-width: 300px;
  min-width: 100px;
  margin-bottom: 7px;
  background-color: #fafafa;
  border: solid #ccc 1px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  font-family: verdana;
  font-size: 12px;
  line-height: 20px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.wSelect-theme-classic.wSelect-hover, .wSelect-theme-classic.wSelect-active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.wSelect-theme-classic .wSelect-options-holder {
  max-width: 300px;
  min-width: 100px;
  background-color: #fafafa;
  border: solid #cacaca 1px;
  border-radius: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.wSelect-theme-classic .wSelect-options {
  border: solid #fafafa 1px;
  border-radius: 4px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.wSelect-theme-classic .wSelect-option {
  background-color: #fff;
  color: #333;
}

.wSelect-theme-classic .wSelect-option-disabled {
  background-color: #fff !important;
  color: #333 !important;
}

.wSelect-theme-classic .wSelect-option-selected, .wSelect-theme-classic .wSelect-option:hover {
  background-color: #9af;
  color: #fafafa;
}



/* select ------------------------*/
select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .select {
    padding: 0;
  }
}
.select__inner {
  display: flex;
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .select__inner {
    display: block;
    padding: 20px 30px;
  }
}
.select__box {
  position: relative;
}
.select__box:after {
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: #004831 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.select__box select {
  appearance: none;
  display: none;
  height: 40px;
  width: 270px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: solid 1px #c4c4c4;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .select__box select {
    display: block;
    width: 100%;
  }
}
.select__box .wSelect {
  appearance: none;
  display: block;
  height: 40px;
  width: 270px !important;
  margin: 0;
  padding: 0 30px 0 10px;
  background: #fff;
  border: solid 1px #c4c4c4;
  box-shadow: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .select__box .wSelect {
    display: none;
  }
}
.select__box .wSelect-selected {
  margin: 0;
  padding: 7px 0;
  background-size: 18px 18px;
}
.select__box .wSelect-options {
  -webkit-overflow-scrolling: touch;
}
.select__box .wSelect-options-holder {
  width: 100%;
  margin-top: 4px;
}
.select__box .wSelect-option-icon {
  padding-left: 30px;
}
.select__box .wSelect-option-value {
  background-size: 18px 18px;
}
.select__box .wSelect-option-selected, .select__box .wSelect-option:hover {
  background-color: #c3d600;
  color: inherit;
}
.select__text {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .select__text {
    margin: 20px 0 0;
  }
}

.simulator-page .flatTable tbody th {
    text-align: left;
}
@media screen and (min-width: 1200px) {
    .simulator-page .flatTable tbody th {
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
  .simulator-page .flatTable tbody th {
      width: 100%;
  }
}
.bg_gray {
	background-color:#F5F5F5;
	padding:20px;
}
/*--------------------------------------
  ボタンスイッチ
---------------------------------------*/
.switch-wrap{
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .switch-wrap{
    text-align:center;
  }
  .switch_branch {
    margin-bottom: 20px;
  }
}
.switch-wrap input {
  display: none;
}
.regular-time-deposit-simulator-page input {
  margin: 0.5em 10px 0.5em 20px;
  height: 36px;
}
.switch-wrap label {
  display: inline-block;
  text-align:center;
  padding: 4px 0;
  border:1px solid #D0D0D0;
  color: #8A8A8A;
  border-radius: 23px;
  cursor: pointer;
  width:90px;
}
.internet_btn {
  width: 202px!important;
}
.col_3{
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .col_3{
    justify-content: space-between;
  }
}
/* 選択中だけ色変更 */
.switch-wrap input:checked + label {
  background: #E1EB7F;
  color: #004831;
  font-weight:bold;
}
.mgn_right_10{
  margin-right: 10px;
}
/* 通常はチェックマーク非表示 */
.switch-wrap label::before {
  content: "";
}

/* 選択中だけ✓を表示 */
.switch-wrap input:checked + label::before {
  content: "✓ ";
}


.label_01>span{
    border-radius: 11px;
    padding: 3px 8px;
    font-size:12px;
    background-color: #004831;
    color: #ffffff;
}
.regular-time-deposit-simulator-page .required_icon{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* シミュレーション色付け */
tr.highlight,tr.highlight + tr.simulation_topborder{
  border-top:none!important;
}
tr.highlight th, tr.highlight td{
  position: relative;
  background: #F3F7CC;
  color:#004831;
}
tr.highlight > *:first-child {
  position: relative;
}
tr.highlight > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  background: #F3F7CC;
}
tr.highlight > *:last-child {
  position: relative;
}

tr.highlight > *:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 20px;
  background: #F3F7CC;
}
.icon_simulate {
    background: url(/product/foreigncurrency/regular_time_deposit/images/icon_simulate.svg) center center no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right:5px;
}
.modal_width_adj{
  width: fit-content!important;
}
th:has(.icon_help) {
    position: relative;
}
.regular-time-deposit-simulator-page .icon_position{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4px;
}
.icon_alert_red {
    background: url(/product/foreigncurrency/regular_time_deposit/images/icon_alert_red.svg) center center no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -1px;
    margin-right: 4px;
}
.ph_adj{
    width: 27.5ch;
}
@media screen and (max-width: 767px) {
    .ph_adj_yonyuu{
        width: 11.5ch;
    }
    .ph_adj_kinri{
        width: 11.5ch;
    }
}
.btn_color{
    background:#007F51;
}
.simulation_aco.hdg__accordion {
  padding:0;
  margin-top:20px;
  border:none;
}
.simulation_aco.hdg__accordion--open::before, .simulation_aco.hdg__accordion--close::before {
  right:initial;
  width: 13px;
  height: 1px;
  top: 57%;
}
.simulation_aco.hdg__accordion--close::after {
  width: 1px;
  height: 13px;
  top: 53%;
  right: 98%;
  left: 6px;
  margin-top: -5px;
}
.simulation_aco span{
  margin-left:20px;
  font-size:14px;
  color:#004831;
  font-weight:normal;
}

@media screen and (max-width: 767px) {
  .flatTable tbody td{
    padding:20px 0;
  }
}
.simulation_result thead{
  border:none;
}
.flBanner {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	height: 120px;
	justify-content: center;
	align-items: center;
	align-content: center;
	opacity: 0 !important;
	pointer-events: none;
	transition: opacity 0.3s, top 0.3s;
}
.flBanner.active {
	opacity: 1 !important;
	pointer-events: auto;
}
div.flBanner-container {
	height: 100%;
	overflow: hidden;
	margin: 16px 0;
}
.flBanner-container [class^="btn"]::after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 18px;
	height: 6px;
	right: 11px;
	top: calc(50% - 3px);
	position: absolute;
}
.btn__flBanner {
	padding: 12px 16px;
}
.icon-arrow__down:before {
		content: url(/assets/images/icon_arrow.svg);
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 14px;
		-webkit-transform: translateY(6px) translateX(6px) rotate(90deg);
		-ms-transform: translateY(6px) translateX(6px) rotate(90deg);
		transform: translateY(3px) translateX(10px) rotate(270deg);
}

@media screen and (max-width: 767px) {
	.flBanner {
		height: auto;
	}
	.inner.flBanner-container {
		padding: 0 3%;
	}
}
@media screen and (max-width: 1199px) {
	.utilities-section .nav {
		position: static;
	}
}
/*追従CV 終了時ダウン　ここまで*/

.regular-time-deposit-simulator-page .sim-grid,
.regular-time-deposit-simulator-page .sim-item,
.regular-time-deposit-simulator-page .sim-item > .label,
.regular-time-deposit-simulator-page .sim-item > .value {
  box-sizing: border-box;
}

.regular-time-deposit-simulator-page .sim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
.regular-time-deposit-simulator-page .sim-grid .value{
  text-align: right;
  align-content: center;
}
/* 各行 */
.regular-time-deposit-simulator-page .sim-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-top: 1px solid #ccc;
}
.regular-time-deposit-simulator-page .sim-item>.label{
align-content: center;
}
/* 左4件 */
.regular-time-deposit-simulator-page .sim-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.regular-time-deposit-simulator-page .sim-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.regular-time-deposit-simulator-page .sim-item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.regular-time-deposit-simulator-page .sim-item:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

/* 右2件 */
.regular-time-deposit-simulator-page .sim-item:nth-child(5) {
  grid-column: 2;
  grid-row: 1;
}

.regular-time-deposit-simulator-page .sim-item:nth-child(6) {
  grid-column: 2;
  grid-row: 2;
}

/* PC時の最下段だけ下線 */
.regular-time-deposit-simulator-page .sim-item:nth-child(4),
.regular-time-deposit-simulator-page .sim-item:nth-child(6) {
  border-bottom: 1px solid #ccc;
}

.regular-time-deposit-simulator-page .sim-item > .label,
.regular-time-deposit-simulator-page .sim-item > .value {
  padding: 16px;
}

.regular-time-deposit-simulator-page .sim-item > .label {
  background: #eee;
}

.regular-time-deposit-simulator-page .sim-item > .value {
  background: #fff;
}

.regular-time-deposit-simulator-page .highlight .label {
  background: #C4D700;
  color: #004831;
}

.regular-time-deposit-simulator-page .highlight .value {
  background: #F3F7CC;
  color: #004831;
}
.regular-time-deposit-simulator-page .value span {
  font-size: 20px;
}
.regular-time-deposit-simulator-page .annotation{
  font-size: 12px!important;
}
/* SP */
@media (max-width: 767px) {
  .regular-time-deposit-simulator-page .sim-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .regular-time-deposit-simulator-page .sim-item:nth-child(1),
  .regular-time-deposit-simulator-page .sim-item:nth-child(2),
  .regular-time-deposit-simulator-page .sim-item:nth-child(3),
  .regular-time-deposit-simulator-page .sim-item:nth-child(4),
  .regular-time-deposit-simulator-page .sim-item:nth-child(5),
  .regular-time-deposit-simulator-page .sim-item:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    border-bottom: none;
  }

  .regular-time-deposit-simulator-page .sim-item {
    grid-template-columns: 132px 1fr;
  }

  .regular-time-deposit-simulator-page .sim-item:last-child {
    border-bottom: 1px solid #ccc;
  }

  .regular-time-deposit-simulator-page .sim-item > .label,
  .regular-time-deposit-simulator-page .sim-item > .value {
    padding: 12px;
  }
}
.regular-time-deposit-simulator-page .btn-main.btn_color {
    margin: auto;
    display: block;
    min-width: 315px;
    max-width: 315px;
    font-size: 20px;
}
.regular-time-deposit-simulator-page .hdg-badge {
  background-color: #E35245;
  min-width: 37px;
  flex-shrink: 0;
  white-space: nowrap;
}
.regular-time-deposit-simulator-page .hdg-index {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .regular-time-deposit-simulator-page .flatTable tbody th {
    color: #333333;
    background-color: #F5F5F5;
  }
  .regular-time-deposit-simulator-page form input:not([type]) {
    border-color: #d4d4d4;
  }
  .regular-time-deposit-simulator-page form p,
  .regular-time-deposit-simulator-page form input {
   margin-left: 5px;
  }
}
.regular-time-deposit-simulator-page .button_sp{
    display: flex;
    gap: 10px;
}
.regular-time-deposit-simulator-page .btn_adj{
    width: 100%;
    margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
    .no-wrap {
        white-space: nowrap;
    }
}
.regular-time-deposit-simulator-page input::placeholder {
    font-size: 14px;
}
.regular-time-deposit-simulator-page [data-simulation-anchor="result"] {
  font-size: 18px;
}
.regular-time-deposit-simulator-page .simulation-retry-link {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}
.regular-time-deposit-simulator-page .currency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.regular-time-deposit-simulator-page .currency-item {
  min-height: 65px;
  padding: 5px;
  text-align: center;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.regular-time-deposit-simulator-page .currency-item:nth-child(-n + 3),
.regular-time-deposit-simulator-page .currency-item:nth-child(n + 7):nth-child(-n + 9),
.regular-time-deposit-simulator-page .currency-item:nth-child(n + 13):nth-child(-n + 15) {
  background: #E1EB7F;
}

.regular-time-deposit-simulator-page .currency-item strong,
.regular-time-deposit-simulator-page .currency-item span {
  display: block;
}

.regular-time-deposit-simulator-page .currency-item strong {
  font-size: 14px;
}

.regular-time-deposit-simulator-page .currency-item span {
  font-size: 12px;
  line-height: 1.4;
}
.regular-time-deposit-simulator-page [hidden] {
  display: none !important;
}

#header.header-nav-fix #header-fix-block .header-fix-block-inner.act-scroll {
  position: initial;
}

#footer::after {
  content: "";
  display: block;
  height: var(--simulation-floating-footer-space, 0px);
}
