@charset "utf-8";
/* CSS Document */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
.info {
  color: #111;
  text-decoration: none;
}
.inline_close {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0px 5px 5px;
}
/*申告書サイズ*/
.tax__report {
  width: 100%;
}
.modaal-content-container {
  padding: 0 0 !important;
}
.modaal-content-container {
  padding: 30px !important;
}