@charset "UTF-8";
/* CSS Document */

.faq-launch-button,.faq-launch-button_on {
	position: fixed;
  display: flex;
	width: 30px;
  height: auto;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  flex-direction: column;
  padding: 12px 6px;
  letter-spacing: 2px;
	top: 70%;
  left: auto;
	margin-left: -30px;
  transform: translate(0, -50%);
  border-radius: 6px 0 0 6px;
  background-color: rgb(6, 74, 145);
	color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  border: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  outline: 0;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  z-index: 9998;
}
.faq-launch-button > .faq-launch-button-text,.faq-launch-button_on > .faq-launch-button-text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.faq-launch-button span,.faq-launch-button_on span {
  color: unset;
}
.faq-launch-button img,.faq-launch-button_on img {
  width: 26px;
  height: 26px;
  transform: none;
  margin: 0 0 8px 0;
}
#faq-iframe {
	position: fixed;
  display: flex;
	width: 500px;
  height: 80%;
	border-radius: 15px;
	border: 2px solid #55a619;
  box-shadow: 0 1px 10px rgba(0,0,0,.25);
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  z-index: 9997;
	}
#side_faq,#side_faq_on {
  display: flex;
  position: fixed;
	/*top: 20%;*/
	bottom: 0;
	max-width: 500px;
	width: 100%;
  height: 80%;
  z-index: 9998;
	right: 1px;
  left: auto;
	}
#side_faq_on {
	right: 1px;
	transition:all .5s ease-out;
	}
#side_faq {
	right: -501px;
	transition:all .5s ease-out;
	}
#faq_close {
	color: #333;
	height: 60px;
	width: 500px;
	text-align: right;
	background-color: #fff;
	border-radius: 15px 15px 0 0;
	z-index: 9999;
	position: fixed;
  display: flex;
	top:20%;
	border: 2px solid #55a619;
	border-bottom: 1px solid #aaa;
	}
#faq_close button {
	margin: 12px 20px 9px auto;
  border: none;
  outline: none;
  background: transparent;
	}
#faq_close_bt {
	height: 32px;
	width: 32px;
	float: right;
	}
#faq_reset {
  z-index: 10000;
  position: fixed;
  display: flex;
  top: 20%;
  margin-left: 1.5em;
	margin-top: 22px;
}
#faq_reset button {
  color: #506fbb;
	font-size: 90%;
	}
.faq-launch-button_sp,.faq-launch-button_sp_on {
	display: none;
}

@media (max-width:767px) {
.faq-launch-button,.faq-launch-button_on {
  display: none ;
	}
.faq-launch-button_sp,.faq-launch-button_sp_on {
	display: block ;
	position: fixed;
  cursor: pointer;
  z-index: 9998;
	}
.faq-launch-button_sp img,.faq-launch-button_sp_on img {
	width: 56px;
  height: auto;
	position: fixed;
  bottom: 210px;
  right: 0;
  display: block;
	}
#faq-iframe {
	position: fixed;
  display: flex;
	width: 100%;
  height: 100%;
	border-radius: 0;
	border: none;
  box-shadow: none;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  z-index: 9997;
	}
#side_faq,#side_faq_on {
  display: flex;
  position: fixed;
	bottom: 0;
	width: 100%;
  height: 100%;
	right: 0px;
	}
#side_faq_on {
	right: 0px;
	transition:all .5s ease-out;
	}
#side_faq {
	right: -100vw;
	transition:all .5s ease-out;
	}
	#faq_close {
  color: #333;
  height: 55px;
  width: 100%;
  text-align: right;
  background-color: #fff;
  border-radius: 0;
  z-index: 9999;
  position: fixed;
  display: flex;
  top: 0;
  border: none;
  border-bottom: 1px solid #aaa;
	}
	#faq_reset {
  top: 4px;
	}
}

@media print {
  #side_faq_on ,#side_faq ,#faq-iframe ,.wp_faq {
    display: none;
  }
  .bl_header ,.contents__left ,.bl_footer ,.btnList ,.sidebar ,.mypage ,.modShipmentHistory__contentHeader ,.modSortBox__select {
    display: none;
  }
  .modHeadingLine ,.modHeadingPage__wrapper ,.modHeadingLine__inner ,.sidebar__box__title ,.modListMypageMenu {
    display: none;
  }
  .modListItem__item {
  width: calc(25% - 10px);
  margin: 10px 0 0 10px;
  margin-top: 10px;
	display: block;
	overflow: hidden;
  }
}
