@charset "utf-8";

/******** mobile menu *********/
@media screen and (min-width: 1024px) {
    li#mobile_menu_kojin, li#mobile_menu_houjin {
        display: none;
    }
    
}
a.mobile_menu_houjin_link::selection {
    background: #F7931E !important;
    color: #fff;
    text-shadow: none;
}

p.mobile_menu_service {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

/********** fixed button **********/
@media screen and (max-width: 481px) {
	#fixed_r  {
		display: none !important;
	}
}

#fixed_r {
  position: fixed;
  top: 45vh;
  right: 0;
  z-index: 1000;
}
#fixed_r .fixed__btn {
  display: block;
  width: 30px;
  max-height: 220px;
  background: #F7931E;
  margin-bottom: 20px;
  padding: 15px 15px 15px 15px;
  border-radius: 10px 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  white-space: nowrap;
}

#fixed_r .fixed__btn .fixed__txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  margin-left: 7px;
}

a.fixed__btn {
  text-decoration: none;
}

/********* houjin service ********/
div.houjin_service_caption {
    padding-top: 1rem;
    padding-right: 1rem;
}
