
/* 汎用ここから-------------------------------------------------------------------------------- */
*{
  margin:0;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Kosugi Maru', sans-serif;
  font-size:14px;
  color:#333;
  line-height: 1.5;
}
ul{
  padding: 0;
  list-style-type: none;
}
hr{
  margin:10px 0;
}
.p20{
  padding:20px;
}
.overflow_x_auto{
  overflow-x: auto;
}
.hr{
  border-top:solid 1px #fff;
}
.label{
  display: inline-block;
  min-width:80px;
  text-align: center;
  padding: 0 10px;
  line-height: 1.5;
  /* font-size: .875rem; */
  margin-right:10px;
  background-color: #636974;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.blue{
  background: #1e87f0;
  color: #fff;
}
.green{
  background: #32d296;
  color: #fff;
}
.grey{
  background-color: #636974;
  color: #fff;
}
.d_blue{
  background-color: #1042A4;
  color: #fff;
}
.red{
  background-color:#E8568B;
  color: #fff;
}
.notice{

}
.is-warning {
  background-color: #DCC64F;
}

.block{
  display: block;
}
.d_table{
  display:table;
}
.s120{
  font-size:1.2rem;
}
/* 汎用ここまで-------------------------------------------------------------------------------- */
/* フレームここから---------------------------------------------------------------------------- */



header{
  height:60px;
  background-color:#f8f8f8;
  padding-left:100px;
  display:flex;
}
footer{
  height:30px;
  padding:5px;
  background-color: #333;
  color:#fff;
  position:absolute;
  z-index: 3;
  text-align:center;
  /* border-top:solid 1px #ccc; */
  width: calc(100% - 10px);
  top: calc(100vh - 40px);
}

main {
  /* height: 100%; */
  height:calc(100vh - 60px - 40px - 0px);
  width: 100%;
}

aside {
  background-color: #444;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -350px;
  width: 350px;
  z-index: 1;
  height:calc(100vh - 60px - 40px - 0px);
  /* opacity: 0.6; */
  overflow-y: auto;
}

section {
  position: relative;
  width: 100%;
  height:calc(100vh - 60px - 40px - 0px);
  background-color: #fff;
  /* overflow: hidden; */
}

/* .main{
  width:100%;
} */

.main_left{
  width:66%;
  /* width:calc(100vw - 34%); */
  height:calc(100vh - 60px - 76px - 0px);
  /* height:100%; */
  position:relative;
  background: #fff;
  /* height:100vh; */
}
.law_text{
  /* width:100%; */
  height:calc(100vh - 60px - 136px - 0px);
  overflow-y:auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding:30px 21px;
  min-width:200px;
}
.main_right{
  width:34%;
  /* width:auto; */
  height: calc(100vh - 136px);
  position:relative;
  background: #fff;
}
.flex{
  display: -webkit-flex;
  display: flex;
  width:100%;
  background: #fff;
}

/* @media screen and (min-width: 481px) and (max-width: 1024px){
  .main_left{
    width:50%;
  }
  .law_text{
    padding:10px;
  }
  .main_right{
    width:50%;
  }
} */
@media screen and (max-width: 1024px){
  header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
  }
  .search_box{
    display: none;
  }
  footer{
    position: fixed;
    top:calc(100vh - 40px);
    width:100%;
    /* z-index: 100; */
  }
  main{
    position: fixed;
    top:60px;
    height:calc(100vh - 100px);
    /* height:calc(100vh -60px); */
  }
  .main_left{
    width:100%;
    height:auto;
  }
  .law_text{
    padding:10px;
    /* height:calc(100vh - 60px - 56px) */
    height:calc(100vh - 120px);
  }
  .main_right{
    display: none;
  }
  .tab-content{
    top: -1px !important;
    position: absolute;
    height: calc(100vh - 99px);
  }
  .tab-label{
    display: none;
    cursor: pointer;
  }
  .tab-label:hover{
    color:#333;
  }
  .content{
    position: absolute;
    height:calc(100vh - 100px);
  }
  #page_top{
    right:0 !important;
    left:auto !important;
    top: calc(100% - 65px) !important;
  }
}
/* @media screen and (min-width: 481px){
  .main_left{
    width:66%;
  }
} */

/* フレームここまで---------------------------------------------------------------------------- */
/* aタグここから------------------------------------------------------------------------------- */
/* 基本設定 */
a{
  text-decoration: none;
  color:#1042A4;
}
a:hover{
  text-decoration: underline;
  /* color:#E8568B; */
  /* font-weight:600; */
}

.l_name{
  color:#1042A4;
  /* font-weight:600; */
}
.toself{
  /* color:#008080; */
  color:#1042A4;
  /* font-weight:600; */
}
.toref{
  /* color:#008080; */
  color:#1042A4;
  /* font-weight:600; */
}
.tolaw{
  /* color:#008080; */
  color:#1042A4;
  /* font-weight:600; */
}
.torei{
  /* color:#008080; */
  color:#1042A4;
  /* font-weight:600; */
}
.tosame{
  /* color:#008080; */
  color:#1042A4;
  /* font-weight:600; */
}
.l_name:hover{
  /* font-weight:600; */
  color:#1042A4;
  /* text-decoration: none; */
}
.toself:hover{
  /* color:#6FA845; */
  color:#E8568B;
  font-weight:600;
  text-decoration: none;
}
.toref:hover{
  /* color:#008080; */
  color:#E8568B;
  font-weight:600;
  text-decoration: none;
}
.tolaw:hover{
  /* color:#008080; */
  color:#E8568B;
  ont-weight:600;
  text-decoration: none;
}
.torei:hover{
  /* color:#008080; */
  color:#E8568B;
  font-weight:600;
  text-decoration: none;
}
.tosame:hover{
  /* color:#008080; */
  color:#E8568B;
  font-weight:600;
  text-decoration: none;
}

.gyaku_ul li a{
  color:#1042A4;
  font-weight:normal;
}
.gyaku_ul li a:hover{
  color:#E8568B;
  font-weight:600;
  /* font-weight:600; */
  text-decoration: none;
}

/* .ref_list a{
    color:#333;
} */
/* .ref_list a:hover{
  color:#1e87f0;
  font-weight:600;
  text-decoration: underline;
} */


/* aタグここまで------------------------------------------------------------------------------- */



/* 目次　ここから------------------------------------------------------------------------------- */


label {
  /* display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3; */
  /* position: fixed; */
}

.bar {
  display: block;
  background-color: #333;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in;
}

.content {
  top: 60px;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  transition: transform .5s ease-in-out;
}


input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ .content {
  transform: translateX(350px);
}

input[type="checkbox"]:checked ~ label .bar {
  /* background-color: #fff; */
}

input[type="checkbox"]:checked ~ label .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}

input[type="checkbox"]:checked ~ label .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}

.middle {
  margin: 0 auto;
}

.ua {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #0799d3;
  font-size: 2em;
  z-index: 2;
}

/* 目次　ここまで------------------------------------------------------------------------------- */



/* タグ機能------------------------------------------------------------------ */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ededf2;
    height:calc(100%)
}
.tab-label {
    /* color: White; */
    /* background: LightGray; */
    height:32px;
    margin-right: 5px;
    padding: 3px 12px 0 12px;
    order: -1;
    position:relative;
    top:0;
    /* top:-30px; */
    /* left:60px; */
    z-index: 1;
    line-height: 2.7;
}

.tab-content {
    width: 100%;
    display: none;
    border-top:solid 1px #e5e5e5;
    top:35px;
    position: absolute;
    /* background-color: #f00; */
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: None;
    /* border-bottom:solid 1px #1e87f0; */
    border-bottom:solid 1px #fff;
    background: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* サイドタグ機能------------------------------------------------------------------ */
.tab-wrap_side {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tab-label_side {
    /* color: White; */
    /* background: LightGray; */
    height:25px;
    /* margin-right: 5px; */
    margin:0px 2px;
    padding: 3px 12px 0 12px;
    order: -1;
    position:relative;
    top:2px;
    z-index: 1;
    color:#999;
    /* border:solid 1px #333; */
    /* border-radius: 3px 3px 0 0 ; */
    cursor: pointer;
    background: #fff;
}
.tab-label_side:hover {
  color:#333;
}
.tab-content_side {
    width: 100%;
    height:calc(100vh - 60px - 566px - 44px - 0px);
    /* padding:20px 10px; */
    display: none;
    background-color: #f8f8f8;
    position: absolute;
    top:34px;
    overflow-y:auto;
    padding-bottom:500px;
    scroll-behavior: smooth;
    border-top:solid 1px #e8e8e8;

}
/* アクティブなタブ */
.tab-switch_side:checked+.tab-label_side {
    /* background: DeepSkyBlue; */
    border-bottom:solid 2px #E8568B;
    /* border-bottom:solid 1px #f8f8f8; */
    font-weight:600;
    color:#E8568B;
}
.tab-switch_side:checked+.tab-label_side+.tab-content_side {
     display: block;
}

/* ラジオボタン非表示 */
.tab-switch, .tab-switch_side {
    display: none;
}


/* ツールチップ　ここから------------------------------------------------ */
.tip {
    display: inline-block;
    position: relative;
}

/* ツールチップ共通の設定 */
.tip::before,
.tip::after {
    -webkit-transition: all 0.2s;
    opacity: 0;
    position: absolute;
    transition: all 0.2s;
    visibility: hidden;
    z-index: 11;
}

/* ツールチップ吹き出しのひげ */
.tip::before {
    -webkit-transform: translateX(-50%);
    border-color: #5f6368 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 3px 0px 3px;
    content: "";
    height: 0;
    left: calc(50%);
    top: calc(0% - 5px);
    transform: translateX(-50%);
    width: 0;
}
/* ツールチップ吹き出しの本体 */
.tip::after {
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #5f6368;
    border-radius: 3px;
    color: #fff;
    content: attr(data-tooltip); /* ここでdata-tooltipの内容を呼び出しているよ */
    display: block;
    font-size: 11px;
    font-weight: 600;
    /* left: calc(100% + 13px); */
    left: calc(50%);
    top: calc(-1rem - 15px);
    padding: 5px 10px;
    white-space: nowrap;

}

/* マウスオンしたときのカーソルの設定 */
.tip:hover {
    cursor: pointer;
}

.tip:hover::before {
    opacity: 1;
    visibility: visible;
}

.tip:hover::after {
    opacity: 1;
    visibility: visible;
}
/* ツールチップ　ここまで------------------------------------------------ */


/* --------------------------------------------------------------------------------------------------------------------------------------------- */
#page_top{
width: 40px;
height: 40px;
/* position: fixed; */
right: 0;
bottom: 10px;
background: #222;
opacity: 0.7;
border-radius: 20px;
position:absolute;
left:50%;
top:calc(100% - 50px);
transform:translateX(-50%);
z-index: 1;
}
#page_top:hover{
  opacity: 1;
}

#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
/* transition: all 5s ease-in-out; */
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/* モーダル--------------------------------------------------------------------------------------------------------------------------------------------------- */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  height:calc(100vh - 100px);
  /* padding: 40px 10px; */
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  position: absolute;
}
.modal_index {
  top:350px;
  border-top:solid 1px #ccc;

}
.modal-wrapper_open {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

/* .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
} */

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  /* width: 70%; */
  width:100%;
  height:100%;
  /* max-width: 600px; */
  /* padding: 30px 30px 15px; */
  /* border-radius: 2px; */
  background: #fff;

  /* box-shadow: 0 0 30px rgba(0, 0, 0, .6); */
  /* vertical-align: middle */

}



.modal-wrapper .modal-window .modal-content {
  /* max-height: 80vh; */
  height:calc(100% - 40px);
  overflow-y: auto;
  text-align: left;
  padding: 40px 20px 0 20px;
}

/* .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  /* background: rgba(0, 0, 0, .8) */
/* } */

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 30px;
  /* width: 35px; */
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-content h4{
  font-size:2rem;
  margin-bottom:1rem;
  font-weight: 600;
}

.modal-content li{
  margin-bottom:1rem;
}
.modal-content li > div{
  margin-bottom:5px;
}


.p_date{
  display: inline-block;
  color:#888;
  margin-left:20px;
  padding:5px 0;
}
.e_date{
  display: inline-block;
  color:#888;
  margin-left:20px;
  padding:5px 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */

.logo{

}


.barger{
  display: inline-block;
  padding: 7px 4px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3;
  top:-50px;
  position:absolute;
}
.top_banner{
  margin:0 20px 20px 20px;
  min-height: 30px;
}
.law_num{
  margin-bottom:1rem;
}
/* 目次 ここから------------------------------------------- */
aside ul{
  margin:1rem;
  /* padding-right:1rem; */
}
aside ul li{
  padding-left: 0rem;
  text-indent:-1rem;
  margin-bottom:0.5rem;
}
aside ul li a{
  margin-left: 1rem;
  color:#fff;
}
/* 目次 ここまで-------------------------------------------------------------- */
/* メインテキスト　ここから---------------------------------------------------- */
h1{
  font-size:1.8rem;
}

dl{
  margin-top:0.5rem;
  margin-left:1rem;
}
dt{

  font-weight:600;
  position: relative;
}
dd{
  margin-bottom:0.5rem;
}
.article{
  margin-top: 1rem;
}

.indent{
  margin-left:1rem;
}

.paragraph > dt:first-child{
  color:#ccc;
}
.num{
  margin-right: 1rem;
  float:left;
}
.txt{
  padding-left:2rem;

}
.lti{
  margin-left:-1rem;
}
.screen_loading{

  position: fixed;
  height: 100vh;
  width: 100vw;
  background:#333;
  opacity: 0.8;
  z-index: 9999;
}
.screen_loading div{
  position: absolute;
  width:300px;
  height:100px;
  text-align:center;
  top:calc(50% - 100px/2);
  left:calc(50% - 300px/2);
  color:#fff;
  opacity: 1;
  font-size: 2rem;
  font-family:sans-serif;
}

/* コラム */
.column_dl{

}
.column_dt{
  margin-bottom:0.5rem;
  font-weight:normal;
}
.column_dd{
  margin-left:1rem;
  color:
}

/* アイコン */
.i_box i{
  margin-left:8px;
}
.i_box{
  display:inline-block;
}
.i_box a:hover{
  color:#a5262e;
}

/* メインテキスト　ここまで----------------------------------------------------- */
/* サイドバーボックス　ここから--------------------------------------------------*/

.sbk{
  box-shadow:rgb(219,219,219) 5px 5px 8px, rgb(255,255,255) -5px -5px 8px;
  border-radius: 3px;
  padding:10px;
  margin:10px;
  touch-action:none;
  user-select: none;
  position: relative;
}
.sbk_txt{
  margin-top:10px;
  background-color:white;
  padding:10px;
}
.sbk details button{
  margin-right: 10px;
  background: none;
  font-size: 1.8rem;
  border: none;
  position: absolute;
  top: 22px;
  line-height: 0.1;
  cursor: pointer;
  right: 8px;
  font-weight: normal;
}
.sbk details button:hover{
  font-weight:600;
}
.sbk details button:focus{
  outline:0;
}
.sbk summary{
  margin-bottom:3px;
}
.sbk summary:hover{
  font-weight: normal;
}
.sub_banner{
  /* padding:10px; */
  width:calc(100% - 36px);
  margin-top:30px;
  padding-left:13px;
  position: relative;
  left:0;
}


/* 右サイドバーボックス　ここまで-------------------------------------------------------*/
/* 逆引きリスト　ここから-------------------------------------------------------------*/
.gyaku_box{
  display: inline-block;
  position: relative;
  top:0;
  left:0;
  /* visibility: hidden; */
  /* display: none; */
}

.gyaku_ul{
  border:solid 1px #ddd;
  padding:10px;
  background: #fff;
  box-shadow:rgb(219,219,219) 5px 5px 8px, rgb(255,255,255) -5px -5px 8px;
  position: absolute;
  top:1.5rem;
  /* left:2rem; */
  z-index:3;
  min-width:500px;
  display: none;
}
/* .gyaku_ul:not(:target) {
  visibility: hidden;
  display: none;
} */
/* .gyaku_ul:target {
  visibility: visible;
  display:table;
} */
.gyaku_ul li{
  padding:2px 10px;
  border-bottom: solid 1px #eee;
}
.gyaku_ul li:first-child{
  border-top: solid 1px #eee;
}
.gyaku_ul li:nth-child(odd){
  background-color:#f8f8f8;
}

.gyaku_open{
  visibility: visible;
  display:table;
}
/* 逆引きリスト　ここまで-------------------------------------------------------------*/

/* かっこ協調　ここから-------------------------------------------------------------*/
.k1, .k2, .k3, .k4, .k5, .k6, .k7, .k8{
  border-radius: 0.5rem;
  margin: 0 0.3rem;
}
.k1{
  background-color:#D9E5FF;
}
.k2{
  background-color:#F3FFD8;
}
.k3{
  background-color:#FFDBC9;
}
.k4{
  background-color:#dddddd;
}
.k5{
  background-color:#bbbbbb;
}
.k6{
  background-color:#D9E5FF;
}
.k7{
  background-color:#F3FFD8;
}
.k8{
  background-color:#FFDBC9;
}
.l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8{
  display: block;
  margin-bottom:2px;
}
.l1{
  margin-left:1.5rem;
}
.l2{
  margin-left:3rem;
}
.l3{
  margin-left:4.5rem;
}
.l4{
  margin-left:6rem;
}
.l5{
  margin-left:7.5rem;
}
.l6{
  margin-left:9rem;
}
.l7{
  margin-left:10.5rem;
}
.l8{
  margin-left:12rem;
}




/* かっこ協調　ここまで-------------------------------------------------------------*/
/* 表　ここから-------------------------------------------------------------*/
.tbl{
  margin:20px 0;
  border-collapse: collapse;
  border-spacing: 0;
  /* width:100%; */
  border-top:solid 1px #e8e8e8;
  border-bottom:solid 1px #e8e8e8;
  text-indent:initial;
  box-sizing:border-box;
}
.tbl tr{
  display: table-row;
  vertical-align: inherit;
  border-top:solid 1px #e8e8e8;
  border-bottom:solid 1px #e8e8e8;
}
.tbl tr:nth-child(odd){
  background-color: #f8f8f8;
}
.tbl tr td{
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  vertical-align:top;
  padding:10px 12px;
  min-width: 150px;
}

/* 表　ここまで-------------------------------------------------------------*/

/* 参照、被参照一覧　ここから-------------------------------------------------------------*/
.ref_list{
  margin:10px 0 20px 0;
}
.ref_list ul{
  padding: 10px 20px;
  /* border: solid 1px #ccc; */
  border-top:solid 1px #ccc;
  /* max-height: 200px; */
  overflow-y: auto;
  font-weight:400 !important;
  color:#333;
  /* background: #fff; */
  line-height: 1.8;
}
.ref_list li{
  display: inline;
}
.ref_list li:not(:last-child)::after{
  content: " / ";
}
summary{
  cursor: pointer;
  margin-bottom:3px;
}
summary:hover{
  font-weight:600;
}
summary:focus{
  outline:0;
  display: inline-block;
}
.ref_list[open] {
  font-weight:600;
  /* color:#E8568B; */
}
/* 参照、被参照一覧　ここまで-------------------------------------------------------------*/
/* 検索ボックス　ここから-------------------------------------------------------------*/
.search_box input{
  width:300px;
  margin-top:11px;
  border-radius: 26px;
  background: #FFFFFF;
  box-shadow: inset 6px 6px 13px #DBDBDB, inset -6px -6px 13px #FFFFFF;
  padding: 10px 1rem 10px 1.5rem;
  /* font-size: 1.1rem; */
  border:solid 1px #ccc;
}
.search_box input:focus{
  outline:0;
}
.fa-search:before {
    content: "\f002";
    /* position: relative; */
}
.search_box a{
  display: inline-block;
      margin-top: 0px;
      border-radius: 32px;
      background: #FFFFFF;
      box-shadow: inset 6px 6px 13px #DBDBDB, inset -6px -6px 13px #FFFFFF;
      padding: 7px 9px 5px 9px;
      border: solid 1px #ccc;
      top: 2px;
      position: relative;
      left: -1px;
}

/* 検索ボックス　ここまで-------------------------------------------------------------*/

/* インデックスページ */
.index_main{
  position: relative;
  width:500px;
  height:100px;
  top:calc(25%);
  left:calc(50% - 500px/2);
}
.index_logo{
  font-size:2rem;
  font-weight:600;
  text-align:center;
}
.index{
  /* width:100%; */
  position: relative;
  width:100%;
  height:100px;
  top:calc(25%);

}
.index input{
  width:calc(100% - 40px);
}


/*  */
.toast {
  box-sizing: border-box;
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: 200px;
  padding: 10px;
  color: #fff;
  transform: translateX(220px);
  z-index: 1000;
}
.is-success {
  background-color: #28a746;
}
.is-error {
  background-color: #dc3446;
}
.is-show {
  animation: anime 3s ease 1 normal;
}
@keyframes anime {
  16.666% {
    transform: translateX(0);
  }
  83.333% {
    transform: translateX(0);
  }
}
