
/*モニタサイズ1000以上*/
@media screen and (min-width: 1000px) {
  br.gt1000{
    display: inherit
  }
  .fixed-float {
    right: 0;
    top: 0;
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* #fixedMenu .link01 a::after,
#fixedMenu .link02 a::after{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '>';
  background: #EC1234;
  position: absolute;
  color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-right: 1px;
  top: 5px !important;
  right: 17px !important;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
#fixedMenu .link03 a::after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '>';
  background: #EC1234;
  position: absolute;
  color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-right: 1px;
  top: 5px !important;
  right: 17px !important;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
} */
}
/*モニタサイズ1000以下*/
@media screen and (max-width: 999px) {
  br.lt1000{
    display: inherit
  }
  .fixed-float {
    right: 0;
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }  
  #fixedMenu{
    bottom: 0 !important;
    background: #07294cb5;
    width: 620px !important;
    writing-mode: initial !important;
    position: fixed;
    z-index: 9;
    right: 0;
    padding: 20px 10px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #fixedMenu.fixed{
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #fixedMenu .link01,
  #fixedMenu .link02,
  #fixedMenu .link03{
    /* width: 50%; */
    width: calc( 100% / 3 );
    position: relative;
    top: -10px;
  }
  #fixedMenu .link03{
    /* padding-top: 7px;
    margin-top: 15px; */
  }
  #fixedMenu .link02.col12{
    width: 100%;
  }
  #fixedMenu .link01 a{
    background: #fff !important;
    width: 90%;
    display: block;
    padding: 0px !important;
    margin: 0 5% !important;
    position: relative;
    text-align: center;
    padding-left: 0px !important;
    height: 50px !important;
    border-radius: 100px;
  }
  #fixedMenu .link01 a img{
    position: absolute !important;
    left: 10px !important;
    top: 13px !important;
  }
  #fixedMenu .link01 a span{
    position: relative;
    top: 8px !important;
    font-size: 1.2rem !important;
    color: #2E4FB5 !important;
  }
  #fixedMenu .link02 a{
    width: 90%;
    display: block;
    margin: 0 5%;
    position: relative;
    text-align: left;
    padding-left: 15px;
    height: 54px;
    border-radius: 100px;
  }
  #fixedMenu .link02 a img{
    position: relative;
    top: 18px;
    left: -41%;
    width: 42px;
  }
  #fixedMenu .link02 a img ~ span{
    position: relative;
    top: -10px;
    left: 20%;
  }
  #fixedMenu .link03 a {
    top: 0 !important;
    background: #fff !important;
    width: 90%;
    display: block;
    padding: 0px !important;
    margin: 0 5% !important;
    position: relative;
    text-align: center;
    padding-left: 0px !important;
    height: 50px !important;
    border-radius: 100px;
  }
  #fixedMenu .link03 a img {
    width: 65px!important;
    margin-left: 9%;
    position: absolute;
    left: -18px !important;
    top: 2px !important;
  }
  #fixedMenu .link03 a span {
    position: relative;
    top: 8px !important;
    font-size: 1.2rem !important;
    color: #2E4FB5 !important;
  }
  #fixedMenu .link02.col12 a,{
    padding: 15px 10px;
  }
  /* #fixedMenu .link01 a img{
    margin-top: 5px;
    margin-right: 3px; */
  }
  /* #fixedMenu .link01 a img {
    position: absolute !important;
    left: 10px !important;
    top: 13px !important;
  } */
  /* #fixedMenu .link02 a img{
    margin-top: -5px;
  } */
  
  #fixedMenu .link02 a.btn_lawticket img{
  margin-top: 0px;
  }
  /* #fixedMenu .link01 a::after,
  #fixedMenu .link02 a::after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: '>';
    background: #EC1234;
    position: absolute;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    top: 14px;
    right: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  }
  #fixedMenu .link03 a::after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: '>';
    background: #EC1234;
    position: absolute;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    top: 14px;
    right: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  } */
  #fixedMenu .link02.col12 a::after,
  #fixedMenu .link03.col12 a::after{
    content: '\f1c1';
    background: #00000000;
    font-size: 20px;
    top: 8px;
    right: 20px;
  }
}
/*モニタサイズ1200以上*/
@media screen and (min-width: 1200px) {
}
/*モニタサイズ1200以下*/
@media screen and (max-width: 1199px) {
}
/* fixedMenu */
.container-fluid section{
  display: flex;
}
#fixedMenu{
  writing-mode: vertical-rl;
  background: none;
  width: 70px;
  position: fixed;
  z-index: 9;
  right: 0!important;
  padding: 100px 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#fixedMenu.fixed{
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fixedMenu .link01,
#fixedMenu .link02,
#fixedMenu .link03{
  /* width: 50%; */
  width: calc( 100% / 3 );
  position: relative;
  top: -10px;
}
#fixedMenu .link03{
  /* padding-top: 7px;
  margin-top: 15px; */
}
#fixedMenu .link02.col12{
  width: 100%;
}
#fixedMenu .link01 a{
  background: #07294cb5;
  /* left: 10px;  */
  width: 90%;
  display: block;
  padding: 20px;
  margin: 0;
  position: relative;
  text-align: center;
  padding-left: 10px;
  height: 200px;
  border-radius: 100px;
  color: #fff;
}
#fixedMenu .link01 a img{
  position: absolute;
  left: 2px;
  top: 18px;
}
#fixedMenu .link01 a span{
  position: relative;
  top: 15px;
  left: 5px;
  font-size: 1.8rem !important;
  color: #ffffff;
  font-weight: bold;
}
#fixedMenu .link02 a{
  width: 90%;
  display: block;
  margin: 0 5%;
  position: relative;
  text-align: left;
  padding-left: 15px;
  height: 54px;
  border-radius: 100px;
}
#fixedMenu .link02 a img{
  position: relative;
  top: 18px;
  left: -41%;
  width: 42px;
}
#fixedMenu .link02 a img ~ span{
  position: relative;
  top: -10px;
  left: 20%;
}
#fixedMenu .link03 a {
  top: 10px;
  background: #07294cb5;
  /* left: 10px;  */
  width: 90%;
  display: block;
  padding: 20px;
  margin: 0;
  position: relative;
  text-align: center;
  padding-left: 10px;
  height: 200px;
  border-radius: 100px;
}
#fixedMenu .link03 a img {
  width: 65px!important;
  margin-left: 9%;
  position: absolute;
  left: -18px;
  top: 7px;
}
#fixedMenu .link03 a span {
  position: relative;
  top: 15px;
  left: 5px;
  font-size: 1.8rem !important;
  color: #ffffff;
  font-weight: bold;
}
#fixedMenu .link02.col12 a,{
  padding: 15px 10px;
}
/* #fixedMenu .link01 a img{
  margin-top: 5px;
  margin-right: 3px; */
}
#fixedMenu .link01 a img {
  position: relative;
  left: -6%;
  top: 3px;
}
/* #fixedMenu .link02 a img{
  margin-top: -5px;
} */

#fixedMenu .link02 a.btn_lawticket img{
margin-top: 0px;
}
#fixedMenu .link02.col12 a::after,
#fixedMenu .link03.col12 a::after{
  content: '\f1c1';
  background: #00000000;
  font-size: 20px;
  top: 8px;
  right: 20px;
}
/* pc */
@media screen and (max-width: 1000px) {
   /* fisedMenu */
 .fixed-float {
  right: 0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fixedMenu {
  width: 100% !important;
  padding: 20px 0px;
  bottom: 0px;
  writing-mode: initial;
  background: #07294cb5;
}
#fixedMenu .link01, #fixedMenu .link02, #fixedMenu .link03 {
  /* width: 50%; */
  width: calc( 100% / 3 );
  position: relative;
  top: -20px;
}
#fixedMenu .link01 a{
  background: #ffffff !important;
  left: 0 !important;
  width: 90%;
  display: block;
  padding: 0px;
  margin: 0 5%;
  position: relative;
  text-align: left;
  padding-left: 0px;
  height: 50px;
  border-radius: 100px;
  top: -3px;
}
#fixedMenu .link02 a {
  height: 12vw;
  border-radius: 6vw;
  padding-top: 10px;
}
#fixedMenu .link01 a img {
  margin-top: -16px;
  margin-left: 33%;
  margin-right: 1vw;
  width: 12vw;
}
#fixedMenu .link01 a span {
  position: relative;
  top: 30px !important;
  left: 37.5%;
  font-size: 13px !important;
  color: #2E4FB5 !important;
  font-weight: bold;
}
#fixedMenu .link02 a img {
  width: 15vw;
  margin-left: 46%;
  margin-top: -24px;
}
/* #fixedMenu .link02 a img {
  width: 15vw;
  margin-left: 43%;
  margin-top: -23px;
} */
#fixedMenu .link02 a img ~ span {
  position: relative;
  left: -5%;
  top: -22px;
}
#fixedMenu .link03 a img{
  width: 55px!important;
  margin-left: 22%;
  margin-top: 3px;
  margin-bottom: 4px;
}
#fixedMenu .link03 a {
  background: #ffffff !important;
  left: 0 !important;
  width: 90%;
  display: block;
  padding: 0px;
  margin: 0 5%;
  position: relative;
  text-align: left;
  padding-left: 0px;
  height: 50px;
  border-radius: 100px;
  top: -3px !important;
}
#fixedMenu .link03 a img {
  position: relative;
  top: -4px !important;
  left: 65px !important;
  font-size: 13px!important;
  color: #2E4FB5 !important;
}
#fixedMenu .link03 a span {
  position: relative;
  top: 18px !important;
  left: 0;
  font-size: 13px !important;
  color: #2E4FB5 !important;
  font-weight: bold;
}
/* #fixedMenu .link01 a::after, #fixedMenu .link02 a::after,  #fixedMenu .link03 a::after{
  width: 4vw;
  height: 4vw;
  border-radius: 2vw;
  top: 31% !important;
  line-height: 1.3;
  padding-top: 1px;
  padding-right: 0;
  right: 15px;
}
#fixedMenu .link02 a::after,
#fixedMenu .link01 a::after{
  width: 4vw;
  height: 4vw;
  border-radius: 2vw;
  top: 31% !important;
  line-height: 1.3;
  padding-top: 1px;
} */
#fixedMenu .link02.col12 a{
  padding: 10px !important;
}
#fixedMenu .link02.col12 a::after{
  font-size: 20px;
  top: 15% !important;
  right: 20px !important;
}
}
@media screen and (max-width: 767px) {
  /* fisedMenu */
.fixed-float {
 right: 0;
 opacity: 1 !important;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
#fixedMenu {
 width: 100% !important;
 padding: 20px 0px;
 bottom: 0px;
 writing-mode: initial;
 background: #07294cb5;
}
#fixedMenu .link01, #fixedMenu .link02, #fixedMenu .link03 {
 /* width: 50%; */
 width: calc( 100% / 3 );
 position: relative;
 top: -20px;
}
#fixedMenu .link01 a{
 background: #ffffff !important;
 left: 0 !important;
 width: 90%;
 display: block;
 padding: 0px;
 margin: 0 5%;
 position: relative;
 text-align: left;
 padding-left: 0px;
 height: 50px;
 border-radius: 100px;
 top: -3px;
}
#fixedMenu .link02 a {
 height: 12vw;
 border-radius: 6vw;
 padding-top: 10px;
}
#fixedMenu .link01 a img {
 margin-top: -16px;
 margin-left: 22%;
 margin-right: 1vw;
 width: 90px;
}
#fixedMenu .link01 a span {
 position: relative;
 top: 10px !important;
 left: 29%;
 font-size: 13px !important;
 color: #2E4FB5 !important;
 font-weight: bold;
}
#fixedMenu .link02 a img {
 width: 15vw;
 margin-left: 46%;
 margin-top: -24px;
}
/* #fixedMenu .link02 a img {
 width: 15vw;
 margin-left: 43%;
 margin-top: -23px;
} */
#fixedMenu .link02 a img ~ span {
 position: relative;
 left: -5%;
 top: -22px;
}
#fixedMenu .link03 a img{
 width: 55px!important;
 margin-left: 22%;
 margin-top: 3px;
 margin-bottom: 4px;
}
#fixedMenu .link03 a {
 background: #ffffff !important;
 left: 0 !important;
 width: 90%;
 display: block;
 padding: 0px;
 margin: 0 5%;
 position: relative;
 text-align: left;
 padding-left: 0px;
 height: 50px;
 border-radius: 100px;
 top: -3px !important;
}
#fixedMenu .link03 a img {
 position: relative;
 top: -22px !important;
 left: 22px !important;
 font-size: 13px!important;
 color: #2E4FB5 !important;
}
#fixedMenu .link03 a span {
 position: relative;
 top: 0 !important;
 left: -43px!important;
 font-size: 13px !important;
 color: #2E4FB5 !important;
 font-weight: bold;
}
/* #fixedMenu .link01 a::after, #fixedMenu .link02 a::after,  #fixedMenu .link03 a::after{
 width: 4vw;
 height: 4vw;
 border-radius: 2vw;
 top: 31% !important;
 line-height: 1.3;
 padding-top: 1px;
 padding-right: 0;
 right: 15px;
}
#fixedMenu .link02 a::after,
#fixedMenu .link01 a::after{
 width: 4vw;
 height: 4vw;
 border-radius: 2vw;
 top: 31% !important;
 line-height: 1.3;
 padding-top: 1px;
} */
#fixedMenu .link02.col12 a{
 padding: 10px !important;
}
#fixedMenu .link02.col12 a::after{
 font-size: 20px;
 top: 15% !important;
 right: 20px !important;
}
}
/* sp */
@media screen and (max-width: 420px) {
 /* fisedMenu */
 .fixed-float {
  right: 0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fixedMenu {
  width: 100% !important;
  padding: 30px 0px;
  bottom: 0px;
  writing-mode: initial;
  background: #07294cb5;
}
#fixedMenu .link01, #fixedMenu .link02, #fixedMenu .link03 {
  /* width: 50%; */
  width: calc( 100% / 3 );
  position: relative;
  top: -20px;
}
#fixedMenu .link01 a{
  background: #ffffff !important;
  left: 0 !important;
  width: 90%;
  display: block;
  padding: 0px;
  margin: 0 5%;
  position: relative;
  text-align: left;
  padding-left: 0px;
  height: 50px;
  border-radius: 100px;
  top: -3px;
}
#fixedMenu .link02 a {
  height: 12vw;
  border-radius: 6vw;
  padding-top: 10px;
}
#fixedMenu .link01 a img {
  margin-top: -16px;
  margin-left: 22%;
  margin-right: 1vw;
  width: 20vw;
}
#fixedMenu .link01 a span {
  position: relative;
  top: 7px !important;
  left: 27%;
  font-size: 13px !important;
  color: #2E4FB5 !important;
  font-weight: bold;
}
#fixedMenu .link02 a img {
  width: 15vw;
  margin-left: 46%;
  margin-top: -24px;
}
/* #fixedMenu .link02 a img {
  width: 15vw;
  margin-left: 43%;
  margin-top: -23px;
} */
#fixedMenu .link02 a img ~ span {
  position: relative;
  left: -5%;
  top: -22px;
}
#fixedMenu .link03 a img{
  width: 50px!important;
  margin-left: 22%;
  margin-top: 3px;
  margin-bottom: 4px;
}
#fixedMenu .link03 a {
  background: #ffffff !important;
  left: 0 !important;
  width: 90%;
  display: block;
  padding: 0px;
  margin: 0 5%;
  position: relative;
  text-align: left;
  padding-left: 0px;
  height: 50px;
  border-radius: 100px;
  top: -3px !important;
}
#fixedMenu .link03 a img {
  position: relative;
  top: -24px !important;
  left: 23px !important;
  font-size: 13px!important;
  color: #2E4FB5 !important;
}
#fixedMenu .link03 a span {
  position: relative;
  top: -1px !important;
  left: -23%;
  font-size: 13px !important;
  color: #2E4FB5 !important;
  font-weight: bold;
}
/* #fixedMenu .link01 a::after, #fixedMenu .link02 a::after,  #fixedMenu .link03 a::after{
  width: 4vw;
  height: 4vw;
  border-radius: 2vw;
  top: 31% !important;
  line-height: 1.3;
  padding-top: 1px;
  padding-right: 0;
  right: 15px;
}
#fixedMenu .link02 a::after,
#fixedMenu .link01 a::after{
  width: 4vw;
  height: 4vw;
  border-radius: 2vw;
  top: 31% !important;
  line-height: 1.3;
  padding-top: 1px;
} */
#fixedMenu .link02.col12 a{
  padding: 10px !important;
}
#fixedMenu .link02.col12 a::after{
  font-size: 20px;
  top: 15% !important;
  right: 20px !important;
}

}
