@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}
/*html,
body{
  font-size: 1vw;
}*/
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
  vertical-align: top;
  border: none;
}
.pc_only {
  display: inline-block;
}
.pc_only_block {
  display: block;
}
.sp_only {
  display: none;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.comingsn {
  pointer-events: none;
}
/* ベース
******************************************************************************************/
/* ヘッダー
*************************************************************************/
header {
  margin: auto;
  /*padding: 0 0 1%;*/
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #fff;
}
header .wrap01{
  /*min-width: 1024px;*/
  max-width: 1500px;
  /*overflow: hidden;*/
  position: relative;
}
header h1 {
  /*margin: 1.87% 0 0 3.13%;*/
  margin: 10px 0 0 3.13%;
  width: 34.27%;
  line-height: 1;
  float: left;
}
header h1 img {
  vertical-align: bottom;
  height: auto;
}
header h1 img.logo {
  width: 60%;
  margin: 0 7% 0 0;
}
header h1 img.logo_text {
  width: 35%;
  margin-left: -11px;
}
header #header_right {
  float: right;
  width: 60.67%;
  text-align: right;
  height: 70px;
  margin: 0;
  position: relative;
}
header #header_right img,
header #header_right svg {
  width: 100%;
  height: auto;
}
header #header_right svg {
  height: 16px;
}
header #header_right > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 2.667%;
  /*width: 46.67%;*/
  /*width: 77%;*/
  width: 700px;
}
header #header_right > ul li {
  width: 20%;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 2.62%;
}
header #header_right > ul li a.unlink {
  pointer-events: none;
  background: #666;
}
header #header_right > ul li.mitsubishi {
  width: 102px;
  margin: 0 0 0 1.5%;
}
header #header_right > #gnavi > ul li a img {
  width: auto;
  zoom: 0.25;
}
@-moz-document url-prefix() {
  header #header_right > #gnavi > ul li {
    height: 15px !important;
  }
  header #header_right > #gnavi > ul li a{
    height: 100% !important;
  }
  header #header_right > #gnavi > ul li img{
    height: 100% !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(3) {
    height: 18px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(4) {
    height: 16px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(6) {
    height: 18px !important;
  }
}
@media all and (-ms-high-contrast: none){
  header #header_right > #gnavi > ul li a img{
    zoom:1;
  }
  /*header #header_right > #gnavi > ul li ul{
    line-height: 6px;
  }*/
  /*header #header_right > #gnavi > ul li{
    height: 100px;
  }*/
  header #header_right > #gnavi > ul li a{
    height: 15px !important;
  }
  header #header_right > #gnavi > ul li img{
    height: 100% !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(3) a{
    height: 18px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(4) a{
    height: 16px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(6) a{
    height: 18px !important;
  }
}

#gnavi {
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  top: 43px;
  /*margin: 6.5% 0 0;*/
  padding-bottom: 10px;
}
#gnavi ul.gnavi__ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}


#gnavi ul.gnavi__ul  li.gnavi__list {
  display: table-cell;
  font-size: 10px;
  vertical-align: top;
  padding: 0 15px;
}
#gnavi > ul > li span {
  display: none;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > a{
  display: block;
  vertical-align: top;
  padding: 0;
}
svg:hover, .active svg {
  fill: #0a3b83;
}
#gnavi > ul > li > ul {
  display: none;
}


/* フッター
*************************************************************************/
footer {
  background-color: #f3f4f4;
  padding: 0 0 30px;
  clear: both;
  position: relative;
}
footer img {
  width: 100%;
  height: auto;
}
#pagetop {
  position: fixed;
  bottom: 153px;
  right: 25px;
  margin: 0;
  width: 4.67%;
  cursor: pointer;
  z-index: 800;
}
footer .wrapper {
  max-width: 1024px;
  margin: auto;
}
#foot_head {
  overflow: hidden;
  margin: 0 0 50px;
  background: #fff;
  padding: 20px 0 30px;
  border-top: 14px solid #f3f4f4;
}
#foot_head h1 {
  margin: 0;
  width: 436px;
  line-height: 1;
  float: left;
}
#foot_head h1 img {
  vertical-align: bottom;
  height: auto;
}
#foot_head h1 img.logo {
  width: 230px;
  margin: 0 24px 0 0;
}
#foot_head h1 img.logo_text {
  width: 180px;
}
#foot_head .wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#foot_head ul {
  float: right;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}
#foot_head ul li {
  display: inline-block;
  margin: 0 0 0 12px;
  font-size: 10px;
  width: 148px;
}
#foot_head ul li.mitsubishi {
  width: 107px;
}
#foot_head ul li a.unlink {
  background: #666;
  pointer-events: none;
}
#foot_head ul li:first-of-type {
  margin: 0;
}
footer nav {
  overflow: hidden;
  margin: 0 0 50px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
footer nav > ul > li {
  width: 25%;
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}
footer nav > ul > li:nth-of-type(1) {
  width: 17%;
}
footer nav > ul > li:nth-of-type(2) {
  width: 26%;
}
footer nav > ul > li:nth-of-type(3) {
  width: 22%;
}
footer nav > ul > li:nth-of-type(4) {
  width: 20%;
}
footer nav > ul > li:nth-of-type(1) img {
  width: 73px;
}
footer nav > ul > li:nth-of-type(2) img {
  width: 28px;
}
footer nav > ul > li:nth-of-type(3) img {
  width: 151px;
}
footer nav > ul > li:nth-of-type(4) img {
  width: 59px;
}
footer nav > ul > li:nth-of-type(5) img {
  width: 83px;
}
footer nav > ul > li:nth-of-type(6) img {
  width: 83px;
}
footer nav li ul {
  font-size: 12px;
  margin: 25px 0 0;
}
footer nav li ul li {
  margin: 10px 0;
}
footer nav li ul li a {
  color: #000;
  text-decoration: none;
}
footer nav li ul li ul {
  margin: 0 0 0 8px;
}
footer nav li ul li ul li {
  margin: 6px 0;
}
footer nav li ul li ul li a {
  background-image: url(../img/icon_arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding: 0 0 0 9px;
}
footer nav + ul {
  text-align: center;
  margin: 0 auto 20px;
  list-style: none;
  font-size: 0;
}
footer nav + ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px;
}
footer nav + ul li a {
  background-image: url(../img/icon_arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding: 0 0 0 9px;
  text-decoration: none;
  color: #000;
}
footer nav + ul li a:hover {
  text-decoration: underline;
}
#copyright {
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 11px;
}

@media (min-width: 769px) {
#header_right nav {
  display: block !important;
}
/*#gnavi > ul > li:hover > ul,
#gnavi > ul > li.show > ul{
  display: block !important;
  width: 100%;
  text-align: center;
  background-color: #f3f4f4;
  position: absolute;
  top: 27px;
  left: 0;
  padding: 30px 0;
}*/
#gnavi ul.gnavi__ul  li.gnavi__list,
#gnavi > ul.gnavi__ul > li.gnavi__list.test {
  display: table-cell;
  font-size: 10px;
  vertical-align: top;
  padding: 0 15px;
}
#gnavi > ul.gnavi__ul > li.gnavi__list.test{
  position: relative;
}
#gnavi > ul.gnavi__ul > li.gnavi__list.test > ul.open:after{
  content: ''!important;
  height: 0!important;
  position: absolute!important;
  width: 0!important;
  border: 10px solid transparent!important;
  border-top-color: #fff!important;
  top: 0!important;
  left: 10%!important;
}
#gnavi > ul.gnavi__ul  > li.gnavi__list.test > ul.nth-fifth:after{
  left: auto!important;
  right: 130px!important;
}
#gnavi > ul.gnavi__ul  > li.gnavi__list > ul{
  display: none!important;
  width: 100%!important;
  text-align: center!important;
  background-color: rgba(153,153,153,0.7)!important;
  position: absolute!important;
  /*top: 100px;*/
  top: 27px!important;
  left: 0!important;
  padding: 20px 0!important;
}
#gnavi > ul.gnavi__ul  > li.gnavi__list > ul.open{
  display: block!important;
  width: 305px!important;
  text-align: left!important;
  background-color: rgba(153,153,153,0.9)!important;
  position: absolute!important;
  top: 27px!important;
  left: 0!important;
  padding: 20px 10px!important;
}

/*#gnavi > ul > li > ul.nth-first{
  left: 0;
}
#gnavi > ul > li > ul.nth-second{
  left: 106px;
}
#gnavi > ul > li > ul.nth-third{
  left: 165px;
}
#gnavi > ul > li > ul.nth-fourth{
  left: 257px;
}
*/
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open.nth-fifth{
  left: -96px !important;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open li{
  /*font-size: 14px;
  width: auto;*/
  display: block!important;
  margin-bottom: 25px!important;
  font-size: 14px!important;
  height: auto!important;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open li a:before{
  margin:-10px 0 0 0!important;
  content:">"!important;
  display:inline-block!important;
  width: 14px!important;
  height:14px!important;
  color: #fff!important;
  vertical-align:middle!important;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open li a:hover:before{
  color: #0a3b83!important;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open li a{
  font-size: 14px!important;
  text-decoration: none!important;
  color: #fff!important;
  height: 20px!important;
}
#gnavi > ul.gnavi__ul > li.gnavi__list > ul.open li a:hover{
  font-size: 14px!important;
  color: #0a3b83!important;
  font-weight: bold!important;
  background: none!important;
  height: 20px!important;
}

}









@media (max-width: 768px) {
.pc_only {
  display: none;
}
.pc_only_block {
  display: none;
}
.sp_only {
  display: block;
}
html, body {
  font-size: 3.125vw;
}
body.lock {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/* ベース
******************************************************************************************/
/* ヘッダー
*************************************************************************/
header {
  max-width: auto;
  margin: auto;
  overflow: visible;
  padding: 0 0 4%;
  min-width: auto;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
header.active{
  display: block;
}
header .wrap01{
  min-width: auto;
  max-width: auto;
}
header h1 {
  margin: 4% 0 0;
  width: auto;
  line-height: 1;
  float: none;
  text-align: center;
}
  header h1 a{
    position: relative;
    z-index: 600;
  }
header h1 img {
  vertical-align: bottom;
  height: auto;
}
header h1 img.logo {
  width: 60%;
  margin: 0 auto 10px;
}
header h1 img.logo_text {
  width: 40%;
  margin: auto;
}
header #header_right {
  float: none;
  width: 100%;
  text-align: left;
  position: absolute;
  height: auto;
  margin: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}

header #header_right > ul {
  display: none;
}
#sp_menu_btn,
#sp_menu_btn span {
  display: block;
  transition: all .4s;
}
#sp_menu_btn {
  position: fixed;
  width: 10.95%;
  height: 0;
  background-color: #083B83;
  margin: 0 0 0 0;
  z-index: 1500;
  padding: 10.95% 0 0;
  top: 0;
  right: 0;
}
#sp_menu_btn span {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 50%;
  height: 2px;
  margin: 0 0 0 -25%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#sp_menu_btn span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#sp_menu_btn span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#sp_menu_btn.active span:nth-of-type(1) {
  top: 45%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#sp_menu_btn.active span:nth-of-type(2) {
  top: 45%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#gnavi {
  margin: 0;
  padding: 0 0 0;
  width: 100%;
  display: none;
  z-index: 800;
  position: fixed;
  top:0;
  overflow: scroll;
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
}
#gnavi > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  background-color: #fff;
  overflow: scroll;
  overflow-y: scroll;
  position: relative;
  z-index: 500;
  width: 100%;
}
#gnavi > ul li {
  display: block;
  margin: 0;
  vertical-align: top;
  line-height: 0.5;
  position: relative;
}
#gnavi > ul li:nth-of-type(1),
#gnavi > ul li:nth-of-type(2),
#gnavi > ul li:nth-of-type(3),
#gnavi > ul li:nth-of-type(4),
#gnavi > ul li:nth-of-type(5),
#gnavi > ul li:nth-of-type(6) {
  width: 100%;
}
#gnavi ul li:nth-of-type(1) svg {
  width: 21.5%;
}
#gnavi ul li:nth-of-type(2) svg {
  width: 8.46%;
}
#gnavi ul li:nth-of-type(3) svg {
  width: 17.44%;
}
#gnavi ul li:nth-of-type(4) svg {
  width: 45.13%;
}
#gnavi ul li:nth-of-type(5) svg {
  width: 17.7%;
}
#gnavi ul li:nth-of-type(6) svg {
  width: 24.6%;
}
#gnavi > ul li img{
  zoom:0.3;
}
svg:hover, .active svg {
  fill: #fff;
}
#gnavi > ul > li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 !important;
}
#gnavi ul.gnavi__ul li.gnavi__list {
    display: block;
    font-size: 10px;
    vertical-align: top;
    padding: 0;
}
#gnavi > ul > li:nth-of-type(1) {
    margin: 0 0 12px;
}
#gnavi > ul > li > a {
  background-color: #2561AD;
  display: block;
  padding: 3.6% 0 3.6% 8.2% !important;
  width: 82.7%;
  margin: 0 !important;
}
#gnavi > ul > li > span {
  position: absolute;
  height: 0;
  width: 10.95%;
  background-color: #2561AD;
  padding: 10.95% 0 0;
  display: block;
  top: 0;
  right: 0;
}
#gnavi > ul > li > span span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#gnavi > ul > li > span span {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 50%;
  height: 2px;
  margin: 0 0 0 -25%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#gnavi > ul > li > span span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#gnavi > ul > li > span span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#gnavi > ul > li > span.active span:nth-of-type(1) {
  display: none;
}
#gnavi > ul > li > span.active span:nth-of-type(2) {
  top: 45%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
svg {
  fill: #fff;
}
#gnavi > ul > li > ul {
  display: block;
  padding: 4% 0 6% 10%;
  position: relative;
}
#gnavi > ul > li > ul > li {
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 3px 0;
}
#gnavi > ul > li > ul > li a {
  text-decoration: none;
  color: #000;
  background-image: url(../img/icon_arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.6rem;
  padding: 0 0 0 0.8rem;
}

  #sp_menu_footer{
    margin: 18.125% 0 0;
    position: relative;
  }
#sp_menu_footer > ul{
  margin: 0;
  list-style: none;
  padding: 0;
}
#sp_menu_footer > ul > li{
  margin: 0 0 17px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #083B83;
  display: block;
}
  #sp_menu_footer > ul > li:last-of-type{
    background: none;
  }
  #sp_menu_footer > ul > li a{
    display: block;
  }
  #sp_menu_footer > ul > li img{
    width: 50%;
  }
  #sp_menu_footer > ul > li.mitubishi img{
    width: 30%;
  }
  #sp_menu_footer > ul > li > ul{
    background-color: #fff;
    text-align: center;
    font-size: 0;
    padding: 0;
  }
  #sp_menu_footer > ul > li > ul li{
    display: inline-block;
    margin: 0 0.5rem;
    width: auto;
    background-image: url(../img/icon_circle01.png);
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: left center;
    font-size: 0.8rem;
    line-height: 0.8;
    padding: 0 0 0 0.7rem;
  }
  #sp_menu_footer > ul > li > ul li a{
    text-decoration: none;
    color: #000;
  }
  #sp_menu_footer > ul > li a.unlink {
    background: #7a7a7a;
    pointer-events: none;
  }
  #sp_menu_footer > ul > li.mitsubishi img{
    /* width: 30%; */
  }
  #sp_menu_footer p{
    text-align: center;
    font-size: 1rem;
    font-family: Verdana, Geneva, "sans-serif";
  }

main {
  padding: 68px 0 0;
}
/* フッター
*************************************************************************/
footer {
  background-color: #f3f4f4;
  padding: 10% 0;
  clear: both;
  position: relative;
}
footer img {
  width: 100%;
  height: auto;
}
#pagetop {
  position: fixed;
  bottom: 10%;
  right: 6%;
  margin: 0;
  width: 14%;
  cursor: pointer;
  z-index: 400;
}
footer .wrapper {
  width: auto;
  margin: auto;
}
#foot_head {
  overflow: hidden;
  margin: 0 0 50px;
  display: none;
}

footer nav {
  display: none;
}
footer nav + ul {
  text-align: left;
  margin: 0 6% 20px;
  list-style: none;
  font-size: 0;
  padding: 0;
}
footer nav + ul li {
  font-size: 1.2rem;
}
footer nav + ul li a {
  background-image: url(../img/icon_arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}
footer nav + ul li a:hover {
  text-decoration: underline;
}
#copyright {
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 11px;
}



}


/*@media screen and (max-width: 1100px){
  header #header_right > #gnavi > ul > li > a{
    pointer-events:none;
  }
  header #header_right > #gnavi > ul li a img{
    zoom: 0.25;
  }
  header #header_right > #gnavi > ul li{
    height: 13px !important;
  }
  header #header_right > #gnavi > ul li a{
    height: 100% !important;
  }
  header #header_right > #gnavi > ul li img{
    height: 100% !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(3) {
    height: 16px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(4) {
    height: 16px !important;
  }
  header #header_right #gnavi > ul > li:nth-of-type(6) {
    height: 16px !important;
  }
  #gnavi ul li {
    padding: 0 8px;
  }
}*/

.is-disabled {
  pointer-events: none;
}

/* フッター Cookie同意 */
.acceptUseCookie {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.7);
  visibility: hidden;
}
.acceptUseCookie.is-show {
  visibility: visible;
}
.acceptUseCookie_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 60px;
  outline: none;
  background: #fff;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.acceptUseCookie_button:hover {
  border: 2px solid #0087e7;
  color: #0087e7;
}
.acceptUseCookie_head>:last-child {
  margin: 0 20px 0 0;
}
.acceptUseCookie_button span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.acceptUseCookie_text>a {
  color: #fff;
  text-decoration: underline;
}
.acceptUseCookie_text {
  font-size: .875rem;
  line-height: 1.6;
}
.acceptUseCookie_text {
  color: #fff;
}
@media print, screen and (min-width: 768px){
  .acceptUseCookie_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      padding: 14px 20px;
  }
  .acceptUseCookie_button {
    min-width: 196px;
    padding: 0.43rem 0.5rem 0.37rem;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
    font-size: 1rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .acceptUseCookie_inner {
    padding: 18px 14px 25px;
  }
  .acceptUseCookie_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .acceptUseCookie_head>:last-child {
    margin:0;
  }
  .acceptUseCookie_button {
    width: 198px;
    margin: 0 auto;
    padding: 0.65rem 0.5rem 0.61rem;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
    font-size: 14px;
    font-weight: 700;
  }
  .acceptUseCookie_body {
    margin-top: 15px;
  }
}
.cc-hide1 {
  display: none;
}