@charset "UTF-8";

/* 下向き矢印 */
.btn__link_blue_big.icon__arrow_direction_down::before {
  right: 24px;
  top: calc(50% - 2px);
  transform: rotate(50deg);
}
.btn__link_blue_big.icon__arrow_direction_down::after {
  right: 18px;
  top: calc(50% - 2px);
  transform: rotate(-50deg);
}

/* スワイプヒント */
.block__swipe_hint {
  width: 170px;
  height: 100px;
  padding: 15px;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  transition: var(--transition-default);
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.block__swipe_hint.hide_swipe_hint {
  opacity: 0 !important;
  visibility: hidden;
}
.img__swipe_hint_icon {
   width: 34px;
   margin-bottom: 10px;
}
.img__swipe_hint_icon img {
  width: 100%;
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 5;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.txt__swipe_hint_message {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 685px){
  .txt__swipe_hint {
    display: none;
  }
  .block__swipe_hint {
    display: none;
  }
}




/* 生命保険料控除申告サポートツール */
.block__support_tool_reserve {
  width: 685px;
  height:528px;
  margin: 0 auto;
  position:relative;
  background: url(/tax/resource/img/bg_step4_reserve.gif) no-repeat left top;
}

.output {
  position: absolute;
  text-align: right;
  font-weight: bold;
  line-height: 17px;
  color: #000;
  width:90px;
  height: 17px;
  font-family: "Arial",sans-serif;
  font-size:12px !important;
}
#outPut_A,
#outPut_B,
#outPut_C,
#outPut_D,
#outPut_E {
  height: 24px;
  left: 150px;
  top: 182px;
  width: 55px;
}
#outPut_B { top: 212px; }
#outPut_C { top: 284px; }
#outPut_D { top: 379px; }
#outPut_E { top: 407px; }

#outPut_1,
#outPut_2,
#outPut_4,
#outPut_5 {
  left:385px;
  top:187px;
}
#outPut_3,
#outPut_6,
#outPut_i,
#outPut_ro,
#outPut_ha {
  left:575px;
  top:187px;
}
#outPut_2,
#outPut_i {
  top:213px;
}
#outPut_ro {
  top:287px;
}
#outPut_4,
#outPut_6 {
  top:383px;
}
#outPut_5,
#outPut_ha {
  top:410px;
}
#total {
  height: 24px;
  left: 580px;
  top: 502px;
  width: 81px;
  font-size:18px !important;
  line-height: 24px;
}

/* テーブルエリア */
.table_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .table_container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) {
  .table_container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .table_container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .table_container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .table_container {
    /*max-width: 1140px;*/
    max-width: 960px;
  }
}

/* テーブル */
.tax_table1{
  margin-bottom: 1rem;
}

.tax_table2,
.tax_table3,
.tax_table4,
.tax_table5{
  margin-bottom: 1rem;
  display: none;
}

/* テーブルヘッダー */
.tax_table_header{
  background:#4684bc;
  color:white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0.75rem 0;
  border: 1px solid #707070;
  border-bottom: none;
}

/* テーブル用列 */
.tax_table_row{
  margin-right: 0rem !important; 
  margin-left: 0rem !important;
}

/* 一般生命保険料 */
.tax_table_header_i{
  background:#F9E1E1;
  color:#d84444;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 20px;
}

/* 介護医療保険料 */
.tax_table_header_ro{
  background:#dde9f9;
  color:#387eda;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 20px;
}

/* 個人年金保険料 */
.tax_table_header_ha{
  background:#daf1e4;
  color:#41ad6e;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 20px;
}

/* 入力欄 */
.tax_table_input{
  text-align: right;
  background-color: #fefddd;
  border: 1px #e6e5d6 solid;
  height: 40px;
  width: 70%;
  font-size: 120%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .tax_table_input{
    background-color: #fefddd;
    border: 1px #e6e5d6 solid;
    height: 40px;
    width: 70%;
  }
}

.tax_table_cells1,
.tax_table_cells2,
.tax_table_cells3{
  padding: 0 !important;
  border: 1px solid #707070;
}

@media screen and (min-width:768px){
  .tax_table_cells2{
    border-left:none;
    border-right:none;
  }
}

@media screen and (max-width:768px){
  .tax_table_cells1,
  .tax_table_cells2{
    border-top: none;
    border-bottom:none;
  }
  .tax_table_cells3{
    border-top: none;
  }
}

.tax_table_cell{
  margin: 0 0.75rem;
  padding-bottom: 1.25rem;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.tax_table_cell_kaigo{
  margin: 0 0.75rem;
  padding-bottom: 1.25rem;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .tax_table_cell{
    margin: 0 0.5rem;
  }
  .tax_table_cell_kaigo{
    margin: 0;
    padding: 0;
  }
}

.btn__link_white {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0px 10px 0px 10px;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #085ba6;
  border-radius: 10px;
  line-height: 1.5;
  margin: 0;
  font-size: 1rem;
  color: #085ba6 !important;
}
.btn__link_white:hover {
  text-decoration: none;
}

/* プラス */
.add-plus {
  display: inline-block;
  vertical-align: middle;
  color: #085ba6;
  line-height: 1;
  width: 13px !important;
  height: 3px !important;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin-right: 20px;
}

.add-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .btn__link_white {
    margin: 0 0 15px 0;
    min-height: 50px;
    font-size: 1rem;
    width: 100%;
  }
}

div #alert_zone {
	color:#FF0000;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}

.table_container,.table_container::before,.table_container::after,
.col-md-4,.col-md-12,
.col-md-4::before,.col-md-12::before,
.col-md-4::after,.col-md-12::after{
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}