@charset "UTF-8";

#js_header_menu_wrapper {
  position: fixed;
  width: 450px;
  top: 0;
  left: -460px;
  z-index: 1300;
  background: #fff;
  height: 100%;
  transition: .3s;
  box-shadow: 1px 1px 10px rgba(000,000,000,.5);
  overflow-x: hidden;
  overflow-y: hidden;
}

#js_header_menupc_fixedarea {
  padding: 50px 30px 10px 20px;
  overflow: hidden; 
}

#js_header_menupc {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  left: -450px;
  width: 450px;
  overflow-y: scroll;
  text-align: center;
  font-size: 14px;
	/*margin-top: 100px;*/
  transition: .3s;
  overflow-x: hidden;
}

#js_header_menupc_inner {
  position: relative;
  z-index: 1010;
  background: #fff;
  border: 20px solid #fff;
}

@media all and (-ms-high-contrast: none){
  #js_header_menupc_inner { /* IE10以上 */
    border-top: 20px solid #fff; 
    border-right: 13px solid #fff; 
    border-bottom: 20px solid #fff; 
    border-left: 20px solid #fff; 
  }
}

@-moz-document url-prefix(){ /*firefox*/
  #js_header_menupc_inner {
    border-top: 20px solid #fff; 
    border-right: 13px solid #fff; 
    border-bottom: 20px solid #fff; 
    border-left: 20px solid #fff; 
  }
}

#js_header_menupc::-webkit-scrollbar{
  box-shadow: none;
  width: 10px;

}
#js_header_menupc::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  box-shadow: none;

}
#js_header_menupc::-webkit-scrollbar-thumb{
  background: #ddd;
  box-shadow: none;
  border-radius: 10px;
}

#js_header_menupc_close {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 39px;
  height: 37px;
  background: #000;
  z-index: 1100;
  background: url(../../img/usr/common/menu/mark_close_btn.png);
  -webkit-background-size: 39px 37px;
  background-size: 39px 37px;
  transform: .3s;
}

#js_header_dl a,
#js_header_menupc_close:hover {
  opacity: .7;
}

.js_header_inner {
  padding: 20px 0px 30px 0px;
	/*border-bottom: 5px solid #ddd;*/
}

.js_header_inner:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}

.js_header_inner a {
  width: 100%;
  height: 40px;
  margin: 0 auto;
}

.js_header_inner.fixedarea input,
.js_header_inner input {
  width: 100%;
  border: none;
  background: #eee;
  border: 1px solid transparent;
  background-image: url(../../img/usr/common/icon_header_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 11px;
  background-size: 10px 11px;
  background-position: left 8px top 50%;
  padding-left: 30px;
  height: 40px;
}

.js_header_inner input::placeholder {
  text-align: center;
  padding-right: 30px;
  font-weight: 100;
  font-size: 12px;
  color: #aaa;
}

.js_header_inner input::focus::placeholder {
  color: transparent;
}

.js_header_inner input:focus {
  outline: none;
  border: 1px solid #ddd;
}
#js_header_menupc ul.link_area li {
	//display: flex;
	//justify-content: space-between;
	//flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px;
	border-top: 1px solid #ddd;
  cursor: pointer;
}
#js_header_menupc ul.link_area li.area_list_first_ {
	border-top: none;
}


#js_header_menupc ul.link_area li:hover {
	/*background: #ddd;*/
}
.js_header_inner ul.link_area li span:nth-child(2) {
  position: relative;
  padding-right: 10px;
  font-size: 10px;
}
.js_header_inner ul.link_area li span:nth-child(2):after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
  content: ''
}

#js_header_menupc .js_header_btnarea,
.js_header_inner .js_header_btnarea {
  padding: 20px 10px 50px 10px;
  display: flex;
  justify-content: space-between;
}

.js_header_inner a.js_header_btn, #js_header_btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px; 
  background: #c3002f;
  border-radius: 3px;
  color: #fff;
  background-image: url(../../img/usr/common/bg_header_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 23px 21px;
  background-size: 23px 21px;
  background-position: left 5px top 50%;
  cursor: pointer;
  transition: .3s;
  font-size: 16px;
}

#js_header_btn:hover {
  opacity: .7;
}

.js_header_fixedarea {
  text-align: center;
  transition: .3s;
  cursor: pointer;
}

.js_header_fixedarea a {
  display: inline-block;
  width: 100%;
}

#js_header_menupc button {
  cursor: pointer;
  transition: .3s;
}

#js_header_menupc button:hover {
  opacity: .7;
}

.js_header_fixedarea a {
  color: #fff;
}

.js_header_inner a.header_q {
  margin-top: 10px;
  height: auto;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  color: #777;
}

#js_header_menupc dl dt {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #777;
}

#js_header_menupc dl dt:after {
  position: absolute;
  top: 5px;
  left: -14px;
  width: 11px;
  height: 10px;
  background: url(../../img/usr/common/bg_header_arrow.png) no-repeat;
  -webkit-background-size: 11px 10px;
  background-size: 11px 10px;
  content: '';
}

#js_header_menupc dl dt.open:after {
  background: url(../../img/usr/common/bg_header_arrow.png) no-repeat;
  -webkit-background-size: 11px 10px;
  background-size: 11px 10px;
  transform: rotate(-90deg);
}

#js_header_menupc dl dd {
    padding-top: 5px;
    overflow: hidden;
    display: block;

}

#js_header_menupc dl dd a {
    margin: 2px 4px;
    /* margin: 5px; */
    margin-bottom: 5px;
    /* overflow: hidden; */
    /* display: block; */
    /* text-decoration: underline; */
    /* background: transparent; */
    white-space: nowrap;
    font-size: 14px;
    /* display: inline-block; */
    background: #eee;
    padding: 5px 8px 5px 8px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
}

#js_header_menupc dl dd a:nth-child(2n+1) {
    background-color: #fff2bb;
}

/* #js_header_menupc dl dd {
  text-align: left;
  padding-top: 5px;
}

#js_header_menupc dl dd a {
  margin: 2px 4px;
  text-decoration: underline;
  background: transparent;
  white-space: nowrap;
  font-size: 14px;
} */


#btn_squeeze,
#js_header_menupc #btn_release,
#js_header_menupc .js_header_btnarea button {
  position: relative;
  width: 48%;
  height: 40px;
  line-height: 40px;
  border-style: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
}

#js_header_menupc #btn_release {
  padding-top: 1px;
  cursor: pointer;
  transition: .3s;
}

#btn_squeeze {
  cursor: pointer;
}
#btn_squeeze:hover,
#js_header_menupc #btn_release:hover {
  opacity: .7;
}

#btn_release:active {
  box-shadow: 1px 1px 1px rgba(000,000,000,.5) inset;
}

#btn_squeeze:active,
#js_header_menupc .js_header_btnarea button:active {
  box-shadow: 1px 1px 1px rgba(000,000,000,1.0) inset;
}

#js_header_menupc #btn_release {
  background: #aaa;
}

#btn_squeeze,
#js_header_menupc .js_header_btnarea button {
  background: #18273e;
}

#btn_squeeze:after,
#js_header_menupc #btn_release:after,
#js_header_menupc .js_header_btnarea button:after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: url(../../img/usr/common/btn_more_bg.png);
  background-size: 7px 11px;
  content: '';
}

#btn_squeeze:focus,
#js_header_menupc .js_header_btnarea button:focus {
  outline: none;
}

#js_header_menupc ul.link_area {
  width: 100%;  
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
	border-bottom: 2px solid #c3002f;
	border-top: 2px solid #c3002f;
}

#js_header_menupc ul.link_area.area_next_ {
	border-top: none;

}

#js_header_menupc ul.link_area {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

	border-bottom: 2px solid #c3002f;
	border-top: 2px solid #c3002f;
	text-align: left;

}

#js_header_menupc ul.link_area.area_next_ {
	border-top: none;

}
/*
#js_header_menupc ul.link_area li {
	width: 100%;
	border-top: 1px solid #ddd;
	/* border-left: 1px solid #ddd; */
	transition: .3s;
	padding: 12px 10px;
	
}
*/
#js_header_menupc ul.link_area li .tree_1_ li {
	width: 100%;
  border-top: 1px solid #ddd;
	/* border-left: 1px solid #ddd; */
  transition: .3s;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 0px;
	
}



#js_header_menupc ul.link_area li.area_list_first_ {
	border-top: none;
}

@-moz-document url-prefix() {
  #js_header_menupc ul.link_area li {
    width: 130px;
  }
}
@supports (-ms-ime-align: auto) {
  #js_header_menupc ul.link_area li {
      width: 131px;
    }
}

@media all and (-ms-high-contrast: none) { /* IE10以上 */
  #js_header_menupc ul.link_area li { width: 130px; }
}
}
#js_header_menupc ul.link_area li a:hover {
  opacity: .7;
}

#js_header_menupc ul.link_area li:nth-child(3n-2) {
  border-left:none;
}

#js_header_menupc ul.link_area li a {
  width: 100%;
  height: 100%;
  position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	//padding: 0px 10px;
}

#js_header_menupc ul.link_area li a img {
	max-width: 25px;
	margin-right: 6px;
}

#js_header_menupc ul.link_area li:nth-child(1) b {
  display: block;
  position: absolute;
  top: 23px;
  left: 46%;
  padding: 4px 10px;
  border-radius: 20px;
  background: #c3002f;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
/*
#js_header_menupc ul.link_area li:nth-child(1) img{
  width: calc(149px / 3.2);
  left: 43%;
}

#js_header_menupc ul.link_area li:nth-child(2) img{
   width: calc(162px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(3) img{
  width: calc(214px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(4) img{
  width: calc(159px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(5) img{
  width: calc(287px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(6) img{
  width: calc(224px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(7) img{
  width: calc(201px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(8) img{
  width: calc(117px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(9) img{
  width: calc(255px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(10) img{
  width: calc(169px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(11) img{
  width: calc(287px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(12) img{
  width: calc(212px / 3.5);
  left: 58%;
}

#js_header_menupc ul.link_area li:nth-child(13) img{
  width: calc(250px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(14) img{
  width: calc(250px / 3.5);
}

#js_header_menupc ul.link_area li:nth-child(15) img{
  width: calc(250px / 3.5);
}

#js_header_menupc ul.link_area li a span {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
*/
#js_header_menupc ul.link_area li a span,#js_header_menupc ul.link_area li.menu-sns span{
	font-size: 14px;
	/*font-weight: 600;
	color: #777;*/
}

#js_header_menupc ul.link_area li span {
/*	height: 21px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;

	padding: 12px 10px;
	*/
}

#js_header_menupc ul.link_area li.menu-sns{
	text-align: left;
	display: flex;
	align-items: center;
}
#js_header_menupc ul.link_area li.menu-sns span{
	margin-right: 20px;
}
#js_header_menupc ul.link_area li.menu-sns .sns-wrapper{
	display: flex;
	max-width: 180px;
	gap: 0 3px;
}
#js_header_menupc ul.link_area li.menu-sns a img{
	margin: 0;
	max-width: 100%;
}



#js_btn_pagetop_pcdetail,
#js_btn_pagetop_pc {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  filter: drop-shadow(1px 1px 5px rgba(000,000,000,.2));
}

#js_btn_pagetop_pcdetail img,
#js_btn_pagetop_pc img {
  width: 94px;
  height: auto;
}


#js_add_conditions_panel_bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: rgba(000,000,000,.2);
}
#js_add_conditions_panel {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%,-50%);
  display: none;
}

.btn_comparison {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 38px;
  z-index: 50;
  left: 38px;
  width: 300px;
  height: 50px;
  background: #40c4a8;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(000,000,000,.5);
}

.btn_comparison:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: linear-gradient(-90deg,#40c4a8 60%, rgba(64,196,168,0.1));
  content: '';
}

.btn_comparison img.comparison_icon {
  display: inline-block;
  width: 22px;
  height: auto;
  margin: 0 8px 0 10px;
}

.btn_comparison span {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  margin-right: 8px;
}

.btn_comparison .comparison_img {
  display: flex;
}

.btn_comparison:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  content: '+';
}

.btn_comparison .comparison_img li {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #fff;
  margin-right: 4px;
  overflow: hidden;
}

.toppage_link_area {
  background: #fff2bb;
  padding: 20px 0 54px 0;
}

.toppage_link_area .container {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.toppage_link_area a {
  display: block; 
  transition: .3s;
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc((100% - 20px) / 3);
  height: 135px;
  overflow-y: hidden;
}

 @supports (-ms-ime-align: auto) {
  /* Edge のみ適用 */
  .toppage_link_area a {
    margin-left: 9px;
  }
  .toppage_link_area a:first-child,
  .toppage_link_area a:nth-child(3n+1) {
    margin-left: 0;
  }
}

.toppage_link_area a:first-child,
.toppage_link_area a:nth-child(3n+1) {
  margin-left: 0;
}
.toppage_link_area a:hover {
  opacity: .7;
}
.lightboxOverlay {
  top: -70px !important;
}

.header_menupc_slidearea {
  display: flex;
  width: 1350px;
}

.search_classification_area,
.search_area_inner {
  position: relative;
  left: 450px;
  width: 450px;
  height: 100%;
  transition: .3s;
  z-index: 1010;
  background: #fff;
  border: 20px solid #fff;
}

.search_classification_area li,
.search_area_inner ul li{
  width: 100%;
  border-top: 1px dotted #ddd;
  padding: 10px;
  cursor: pointer;
}

.search_classification_area li:first-child,
.search_area_inner ul li:first-child {
  border-top: none;
}

/*.search_classification_area {
  border: 20px solid #fff;
  position: relative;
  left: 450px;
  width: 450px;
  transition: .4s;
}
*/
#search_c_area_prev,
#search_area_prev {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px dotted transparent;
}

#search_c_area_prev:hover,
#search_area_prev:hover {
  border-bottom: 1px dotted #000;
}

span.search_area_categorytitle_s,
span.search_area_categorytitle {
  display: block;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #c3002f;
  margin-bottom: 10px;
  font-size: 16px;
}

.search_area_category_s {
  position: relative;
  padding-left: 20px;
}

.search_area_category_s:after {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 10px;
  background: #000;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  background-size: 6px 10px;
  content: '';
}

.search_classification_area ul,
.search_area_inner .search_area_category ul,
.search_area_inner .search_area_color ul {
  display: flex;
  flex-wrap: wrap;
}

.search_classification_area li,
.search_area_inner div ul li {
  position: relative;
  padding-right: 20px;
 
}

.search_classification_area li,
.search_area_inner .search_area_category ul li,
.search_area_inner .search_area_color ul li {
  width: calc((100% - 20px) / 2);
}

.search_classification_area li:hover:after,
.search_area_inner div ul li:hover:after {
  position: absolute;
  top: 47%;
  right: 5px;
  transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background: url(../../img/usr/common/icon_arrow_markleft.png) no-repeat;
  -webkit-background-size: 7px 8px;
  background-size: 7px 8px;
  content: '';
}

.search_area_inner div ul li:nth-child(1) {
   border-top: none;
}

.search_classification_area li:nth-child(2),
.search_area_inner .search_area_category ul li:nth-child(2),
.search_area_inner .search_area_color ul li:nth-child(2) {
  border-top: none;
}

.search_classification_area li:nth-child(2n),
.search_area_inner .search_area_category ul li:nth-child(2n),
.search_area_inner .search_area_color ul li:nth-child(2n) {
  margin-left: 20px;
}

.search_c_ul li:first-child {
  font-weight: 700;
}

.search_area_inner::-webkit-scrollbar{
  box-shadow: none;
  width: 10px;

}
.search_area_inner::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  box-shadow: none;
}
.search_area_inner::-webkit-scrollbar-thumb{
  background: #ddd;
  box-shadow: none;
  border-radius: 10px;
}

.search_area_inner div {
  display: none;
}

#guide_faq_wrapper {
  background: #fff2bb;
  padding-bottom: 70px;
}

#guide_faq_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#guide_faq_wrapper ul li {
  width: 33.152%;
  min-height: 40px;
}

#guide_faq_wrapper ul li {
  border-bottom: 1px dashed #ddd;
}


#guide_faq_wrapper ul li:first-child,
#guide_faq_wrapper ul li:nth-child(2),
#guide_faq_wrapper ul li:nth-child(3) {
  border-top: 1px dashed #ddd;
}

#guide_faq_wrapper ul li:nth-child(6n-5),
#guide_faq_wrapper ul li:nth-child(6n-4),
#guide_faq_wrapper ul li:nth-child(6n-3) {
  background: #fff;
}

#guide_faq_wrapper ul li:nth-child(6n-2),
#guide_faq_wrapper ul li:nth-child(6n-1),
#guide_faq_wrapper ul li:nth-child(6n) {
  background: #fffadd;
}

#guide_faq_wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#guide_faq_wrapper ul li a span {
  display: block;
  height: 40px;
  position: relative;
  padding-left: 40px;
  line-height: 40px;
}

#guide_faq_wrapper ul li:hover {
  text-decoration: underline;
}

#guide_category_wrapper dl dd a:before,
#guide_guidelist_wrapper dl dd a:before,
#guide_faq_wrapper ul li a span:before {
  position: absolute;
  top: 0px;
  display: block;
  width: 6px;
  height: 100%;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  background-position: center;
  content: '';
}

#guide_guidelist_wrapper dl dd a:before,
#guide_faq_wrapper ul li a span:before {
  left: 20px;
}

#guide_category_wrapper dl dd a:before {
  left: 10px;
}

#guide_guidelist_wrapper {
  background: #eaeaea;
  padding: 30px 0 120px 0;
}

#guide_guidelist_wrapper .container {
  display: flex;
  flex-wrap: wrap;
}

#guide_guidelist_wrapper .container div {
  position: relative;
  width: 352px;
  margin: 60px 0 0 27px;
  padding: 50px 20px 0px 20px;
  background: #fff;
  border-radius: 10px;
}

#guide_guidelist_wrapper .container div:first-child,
#guide_guidelist_wrapper .container div:nth-child(3n+1) {
  margin-left: 0;
}

#guide_guidelist_wrapper .container div img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;

}

#guide_guidelist_wrapper ul {
  display: flex;
}

#guide_guidelist_wrapper h2 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
}

#guide_guidelist_wrapper .container div:nth-child(4) h4,
#guide_guidelist_wrapper .container div:nth-child(5) h4,
#guide_guidelist_wrapper .container div:nth-child(6) h4 {
  height: 65px;
}

#guide_guidelist_wrapper .container div:nth-child(4) h4,
#guide_guidelist_wrapper .container div:nth-child(5) h4 {
  padding-top: 15px;
}

#guide_guidelist_wrapper dl {
  padding-bottom: 20px;
}

#guide_guidelist_wrapper dl dt {
  display: block;
  padding: 3px 20px;
  border-radius: 20px;
  background: #fff2bb;
  font-weight: 700;
  margin-bottom: 16px;
}

#guide_category_wrapper dl dd,
#guide_guidelist_wrapper dl dd {
  padding-bottom: 5px;
}

#guide_guidelist_wrapper dl dd a {
  display: block;
  position: relative;
  padding-left: 40px;
}

#guide_category_wrapper dl dd a {
  display: block;
  position: relative;
  padding-left: 26px;
}

#guide_category_wrapper dl dd a:hover,
#guide_guidelist_wrapper dl dd a:hover {
  text-decoration: underline;
}

#guide_top {
  padding-bottom: 35px;
}

#guide_top .guidelist_icon {
  width: 70px;
  height: 70px;
}

#guide_top h2.h2_common {
  padding: 0;
  padding: 10px 0;
}

#guide_top h1.guide_title {
  padding: 10px 0;
  padding: 0;
  font-family: 'qs_font';
}

#guide_wrapper {
  display: flex;
  padding-bottom: 100px;  
}

#guide_wrapper #guide_category_wrapper {
  width: 270px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

#guide_wrapper #guide_category_wrapper dl {
  padding-bottom: 40px;
}

#guide_wrapper #guide_category_wrapper dl:first-child {
  margin-top: 0;
}

#guide_wrapper #guide_main_wrapper {
  width: calc(100% - 270px);
  padding: 0 30px;
}

#guide_wrapper #guide_main_wrapper h2 {
  display: block;
  padding: 6px 20px;
  background: #18273e;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0 0 0;
}

#guide_wrapper #guide_main_wrapper section h2 {
  margin-top: 0;
}

#guide_wrapper #guide_main_wrapper #section02_01 h2,
#guide_wrapper #guide_main_wrapper #section03_01 h2,
#guide_wrapper #guide_main_wrapper #section04_01 h2 {
  margin-top: 30px;
}

#guide_wrapper #guide_main_wrapper section {
  padding-top: 80px;
  margin-top: -80px;
}

#guide_wrapper #guide_main_wrapper .guide_main {
  padding: 0 20px 20px 20px;
}

#guide_category_wrapper dl dt {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

#guide_category_wrapper dl dd {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

#guide_category_wrapper .guide_search {
  padding-bottom: 40px;
}

#guide_category_wrapper .guide_search span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;  
}

#guide_main_wrapper h3 {
  display: block;
  padding: 20px 0 5px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  border-top: none;
}

#guide_main_wrapper .guide_notes_box {
  border-radius: 20px;
  margin: 20px 0;
}

#guide_main_wrapper img {
  display: block;
  border: 1px solid #b3b3b3;
  margin: 20px 0;
  max-width: 100%;
}

#guide_main_wrapper address,
#guide_main_wrapper p {
  line-height: 1.8;
}

#guide_main_wrapper address {
  font-style: normal;
}

#guide_main_wrapper .guide_table {
  margin: 20px 0;
  width: 100%;
}

#guide_main_wrapper .guide_table colgroup col:first-child{
  width: 34%;
}

#guide_main_wrapper .guide_table colgroup col:not(:first-child){
  width: 22px;
}

#guide_main_wrapper .guide_table thead th {
  background-color: #eee;
  font-weight: bold;
}

#guide_main_wrapper .guide_table th,
#guide_main_wrapper .guide_table td {
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px 0;
}

#guide_main_wrapper .guide_text_list {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

#guide_main_wrapper .guide_notes_box h4 {
  display: block;
  padding: 8px 20px;
  background: #fff2bb;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 16px;
}

.guide_text_red {
  color: #c3002f;
  line-height: 1.5;
  padding: 10px 0;
}

.guide_innertext_red {
  color: #c3002f;
  font-style: normal;
}

#guide_main_wrapper .guide_notes_box div {
  padding: 10px 20px 14px 20px;
  background: #eaeaea;
  border-radius: 0 0 10px 10px;
}

#guide_main_wrapper .guide_notes_box ol {
  margin: 20px 0;
  padding: 0;
  counter-reset: guide_counter;
}

#guide_main_wrapper .guide_list_ol {
  padding: 0;
  counter-reset: guide_counter;
}

#guide_main_wrapper .guide_notes_box ol li {
  border-top: 1px dashed #ddd;
  background: #fff;
  padding: 10px 10px 10px 2em;
  text-indent: -1em;
  margin: 0;
}

#guide_main_wrapper .guide_list_ol li {
  padding: 0 10px 0 2em;
  text-indent: -2em;
  line-height: 1.8;
  margin: 0;
}

#guide_main_wrapper .guide_notes_box ol li:before {
  counter-increment: guide_counter;
  content: counter(guide_counter)')';
  padding-right: 10px;
}

#guide_main_wrapper .guide_list_ol li:before {
  counter-increment: guide_counter;
  content: counter(guide_counter)')';
  padding-right: 13px;
}

#guide_main_wrapper .guide_notes_box ol li:first-child {
  border-top: none;
}

#guide_main_wrapper .guide_notes_link_wrapper {
  display: flex;
  flex-wrap: wrap;
}

#guide_main_wrapper .guide_notes_link_wrapper a {
  margin: 5px 20px 5px 0;
}

#guide_main_wrapper .guide_notes_link {
  font-weight: 700;
  border-bottom: 1px solid #000;
}

#guide_main_wrapper .guide_notes_box .guide_notes_list {
  margin: 0;
  padding: 0;
}

#guide_main_wrapper .guide_notes_box .guide_notes_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.btn_color_size {
  position: fixed;
  right: 10px;
  bottom: 28px;
  z-index: 50;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-image: linear-gradient(-90deg, #d85858, #ff5959);
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(000,000,000,.5);
}

.btn_color_size img {
  display: inline-block;
  padding: 12px 5px 7px 0;
}

.btn_color_size span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

/*洗濯表示*/
#wash_tag {
  /*width: 750px;*/
  /*width: 100%;*/
  padding: 10px 0 50px 20px;
}
#wash_tag h1 {
  display: block;
  font-weight: 700;
  font-size: 26px;
  padding: 20px 0 0;
}

#wash_tag h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 10px;
}

#wash_tag ul {
  padding: 10px 0 20px;
}

#wash_tag li dl {
  display: flex;
}

#wash_tag dt {
  width: 60px;
}

#wash_tag dd {
  width: calc(100% - 60px);
  padding-left: 20px;
}

#wash_tag .closewindow {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none){
  #wash_tag .closewindow {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
  }
}

/*topページ　アニメーション*/
#js_motion_area {
  background: #fff;
  padding: 20px 0;
}

#js_motion_area ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#js_motion_area ul:nth-child(2) li:first-child {
  margin-left: -100px; /*li img のwidthの半分*/
}



#js_motion_area li {
  width: 150px;
  height: auto;
  margin: 10px 20px;
}

@media all and (-ms-high-contrast: none) {
  #js_motion_area li {
    margin: 10px 94px;
  }

  #js_motion_area ul:nth-child(2n-1){
    margin-left: -100px;
  }
}

#js_motion_area li img {
  width: 150px;
  height: auto;
  max-width: none;
  max-height: none;
}

#js_motion_area ul li img {
  transition: .2s;
  transform: rotate(0deg) scale(1.0);
  cursor: pointer;
}

#js_motion_area ul li img.animation {
  transition: .2s;
  transform: rotate(0deg) scale(1.0);
  -webkit-animation-name: img_animation;
  -webkit-animation-property: -webkit-transform;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes img_animation{   
  0%{
    -webkit-transform:scale(0.8);
  }   
  33%{
    -webkit-transform:scale(1.1);
  }
  60%{
    -webkit-transform:scale(0.9);
  }   
  95%{
    -webkit-transform:scale(1.0);
  }
  100%{
    -webkit-transform:scale(1.0);
  }
}

#js_motion_area ul li.active img,
#js_motion_area ul li.active2 img {
  transform: rotate(180deg) scale(0.5);
}

#detail_pane_contents {
  /*background: #fff2bb;*/
}

/*GREEN ACTIVITY - CHUMSのエコ活動 -*/
#green_activity {
}

#green_activity .visual {
  background: #aaa;
  height: 700px;
}

#green_activity .about_explanatory_text {
  padding: 30px 0;
  background: #a30000;
  color: #fff;
}

#green_activity .description .description_container {
  display: flex;
  width: 1110px;
  margin: 0 auto;
}

#green_activity .description .description_inner:first-child {
  width: 60%;
}

#green_activity .description .description_inner:not(:first-child) {
  width: 40%;
}

/*history*/
#history  {
  padding-bottom: 100px;
  /*display: flex;*/

}
#history h1 {
  margin: 0;
  padding: 50px 0 10px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: 'qs_font';
}

#history h2 {
  margin: 0;
  padding: 0 0 35px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  border: none;
}

#history .history_section {
  position: relative;
  min-height: 600px;
  /*background: #fff2bb;*/
  /*overflow: hidden;*/
  /*margin-bottom: 100px;*/
  /*background: #ddd;*/
  /*background: rgba(000,000,000,.7);*/
  /*transition: .3s;*/
}

#history #visual {
  /*min-height: 5vh;*/
  height: 170px;
  min-height: 170px;
}

#history #visual:before {
  display: none;
}

#history .bg_wrapper {
  /*position: absolute;*/
  position: relative;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: #aaa;
  overflow: hidden;
}

#history .history_section b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  color: red;
}

#history #history_010 b {
  background: url(../../img/top/topimg_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history #history_020 b {
  background: url(../../img/top/topimg_06.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history #history_030 b {
  background: url(../../img/top/topimg_03.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history #history_040 b {
  background: url(../../img/top/topimg_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history .history_section:nth-child(2n+3) b {
  background: url(../../img/about/history/bg_body_ornament.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history .history_section:nth-child(2n+4) b {
  background: url(../../img/about/history/bg_footer_wood.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history .history_section:nth-child(11) b {
  background: url(../../img/top/topimg_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#history .history_section:nth-child(12) b {
  background: url(../../img/top/topimg_03.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}


#history .history_section b:before{
  position: absolute;
  background: inherit;
/*  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  filter: grayscale(30%);*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
  content: '';
}

#history .history_section:hover b:before {
  /*filter: grayscale(0%);*/
  transform: scale(1.03);
}

#history .history_section .container {
  position: relative;
  width: 100%;
  width: 1110px;
}

#history .history_section .container h3 {
  display: inline-block;
  position: absolute;
  top: 40px;
  /*left: 30px;*/
  left: 0;
  z-index: 5;
  padding: 40px 70px 40px 40px;  
  background: rgba(000,000,000,.9);
  border: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
}

#history .history_section:nth-child(2n) .container h3 {
  left: 400px;
}

#history .history_section .container p {
  position: absolute;
  top: 150px;
  left: 100px;
  z-index: 4;
  display: inline-block;
  background: rgba(255,255,255,.9);
  padding: 40px;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 2.0;
}

#history .history_section:nth-child(2n) .container p {
  left: 0;
}

#history .history_section .container p:nth-of-type(2) {
  top: 270px;
  left: 200px;
}



#history {
}

#history {
}

#history {
}

#history {
}

#history #pane_history {
  position: static;
  width: 200px;
  /*height: 500px;*/
  /*height: 100vh;*/
  /*background: #fff;*/
  /*box-shadow: 5px 5px 15px rgba(000,000,000,.5);*/
  /*border: 1px solid #000;*/
  padding: 63px 50px 20px 70px;
  transition: .3s;
}

#history #pane_history.on {
  position: fixed;
  top: 50px;
  right: 0px;
  bottom: 0;
  z-index: 100;
}

/*#history #pane_history.on {
  background: #fff;
}*/
/*
#history #pane_history:before {
  position: absolute;
  top: 250px;
  right: 0;
  bottom: 0;
  left: 0px;
  background: #fff;
  content: '';
}*/

#history #pane_history ul {
  position: relative;
  font-size: 12px;
}
/*
#history #pane_history ul:before {
  position: absolute;
  top: 5px;
  right: 0px;
  bottom: 5px;
  border-right: 1px solid #aaa;
  content: '';
}*/

#history #pane_history li{
  position: relative;
  line-height: 2.0;
}

#history #pane_history li a {
  display: block;
  width: 100%;
  padding: 0px 10px;
  font-size: 12px;
  color: #444;
  /*background: #aaa;*/
  transition: .3s;
  font-family: 'qs_font';
  font-weight: 700;
  letter-spacing: 1px;
}

/*#history #pane_history li a:hover {
  opacity: .7;
}*/

#history #pane_history li:after {
  position: absolute;
  top: 47%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #444;
  border-radius: 8px;
  background: #fff;
  content: '';
  transition: .3s;
}

#history #pane_history li.active:after {
  background: #444;
}

#history #pane_history li:hover:after {
  background: #aaa;
}

#history #pane_history li:first-child {
  /*position: absolute;*/
}

#history #pane_history .pane_history_inner {
  position: relative;
  z-index: 5;
}
/*
#history #pane_history span {
  display: block;
  position: absolute;
  top: 4px;
  right: -4px;
  z-index: 10;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #000;
}
*/

#history .fade-up {
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
}

.fade-in, .fade-in-right {
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
}

#history .history_list_wrapper {
  display: flex;
}

#history .history_main  {
  width: calc(100% - 200px);
  z-index: 10;
}

#history .history_main video {
  position: relative;
  width: 130%;
}

#history .history_main video.video100 {
  position: relative;
  width: 100%;
}

#history .history_main video:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0:
  left: 0;


  content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/dotted.png) repeat;
    z-index: -10;
}


#history .bg_wrapper.video:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(000,000,000,.6);
  content: '';
}

#history .bg_wrapper.video100:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(000,000,000,.4);*/
  content: '';
}

#history .bg_wrapper.video span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(000,000,000,.9);*/
  background: url(../../img/about/history/dotted.png) repeat;
  content: '';
}

#history img {
  position: absolute;
  top: 150px;
  left: 43%;
  z-index: 1;
}

#history .animation_bb {
  position: absolute;
  top: 170px;
  left: 60%;
  z-index: 1;
  /*transform: translate(-50%,-50%);*/
  width: 400px;
  height: auto;

  -webkit-animation:animation_bb 1.2s infinite linear alternate;
  animation:animation_bb 1.2s infinite linear alternate;
}
/*
@-webkit-keyframes animation_bb {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes animation_bb {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}*/

@-webkit-keyframes animation_bb {
    0% {-webkit-transform:translateY(0%);}
    10% {-webkit-transform:translateY(-5%);}
    20% {-webkit-transform:translateY(0%);}
    /*100% {-webkit-transform:translateY(0%);}*/
}

@keyframes animation_bb {
    0% {transform:translateY(0%);}
    10% {-webkit-transform:translateY(-5%);}
    20% {-webkit-transform:translateY(0%);}
    /*100% {transform:translateY(0%);}*/
}

#history .animation_yy {
  width: 600px;
  top: 70px;
}
#history .animation_yy:hover {
  -webkit-animation:animation_yy 1s infinite linear alternate;
  animation:animation_yy 1s infinite linear alternate;
}

@-webkit-keyframes animation_yy {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);} 
}

  @keyframes animation_yy {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);} 
}

#history .animation_gg {
  top: 80px;
  width: 480px;
  -webkit-animation:animation_gg 8s infinite;
  animation:animation_gg 8s infinite;
}

@-webkit-keyframes animation_gg {
0% {-webkit-transform:rotate(0deg);}
50% {-webkit-transform:rotate(10deg);}
/*30% {-webkit-transform:rotate(0deg);}*/
100% {-webkit-transform:rotate(0deg);}
/*100% {-webkit-transform:rotate(5deg);} */
}

  @keyframes animation_gg {
0% {transform:rotate(0deg);}
50% {transform:rotate(10deg);}
/*30% {transform:rotate(0deg);}*/
100% {transform:rotate(0deg);}
/*100% {transform:rotate(5deg);} */
}

#history img.fade-in-right {
  width: 550px;
  top: 200px;
  left: 55%;
}

#history img.fade-in {
  width: 550px;
  top: 100px;
  left: 45%;
}

.page-goods .balloontip {
  /*top: 180px !important;*/
}

#js_favorite_btn i {
  display: inline-block;
  width: 10px !important;
  font-size: 10px !important;
}

#js_favorite_btn .sr-only {
  padding-left: 0 !important;
  font-size: 12px;
  margin-left: -12px;
}



/*slickスライダー　画像表示遅延処理、初期表示調整*/
#bxslider_goods_ranking {
  display: none;
  opacity: 0;
  transition: .3s;
}

#bxslider_goods_ranking.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
  opacity: 1;
}

#bxslider_goods_ranking_top {
  height: 267px;
  opacity: 0;
  transition: .3s;
}

#bxslider_goods_ranking_top li,
#bxslider_goods_ranking_top li a,
#bxslider_goods_ranking_top li img {
  height: 226px;
  opacity: 0;
}

#bxslider_goods_ranking_top.slick-initialized{
  height: auto;
  opacity: 1; /*slick-initializedが付与されたら表示*/
}

#bxslider_goods_ranking_top.slick-initialized li,
#bxslider_goods_ranking_top.slick-initialized li a,
#bxslider_goods_ranking_top.slick-initialized li img {
  height: auto;
  opacity: 1; /*slick-initializedが付与されたら表示*/
}

.bxslider_limited,
.bxslider_newitem {
  height: 335px;
  opacity: 0;
  transition: .3s;
}

.bxslider_limited.slick-initialized,
.bxslider_newitem.slick-initialized {
  height: auto;
  opacity: 1;
}

#ranking_top_flip {
  opacity: 0;
  transition: .3s;
  height: 500px;
}

#ranking_top_flip li {
  /*height: 450px;*/
}

#ranking_top_flip.flipster {
  opacity: 1;
  height: auto;
}

#ranking_top_flip.flipster li {
  /*height: auto;*/
}

#goodsdetail_img_top {
  opacity: 0;
}

#goodsdetail_img_top.slick-initialized {
  opacity: 1;
}

#goodsdetail_img_top li {
  height: 720px;
}

#goodsdetail_img_top.slick-initialized li {
  height: auto;
}

#goodsdetail_img_top .slick-dots li {
  height: 105px;
}

#goodsdetail_img_top.slick-initialized .slick-dots li {
  height: auto;
}

.bxslider2 {
  opacity: 0;
  transition: .3s;
}

.bxslider2 li {
  opacity: 0;
  width: 0;
  height: 300px;
}

.bxslider2.slick-initialized {
  opacity: 1;
}

.bxslider2.slick-initialized li {
  width: auto;
  height: auto;
  opacity: 1;
}

.bxslider3 {
  opacity: 0;
  transition: .3s;
}

.bxslider3 li {
  width: 0;
  height: 0;
  transition: .3s;
}

.bxslider3.slick-initialized {
  opacity: 1;
}

.bxslider3.slick-initialized li {
  width: auto;
  height: auto;
}

/*検索ボタン*/
#guide_inputwrapper form,
.guide_search form {
  display: block;
  position: relative;
}

#guide_inputwrapper form {
  width: 620px;
  margin: 0 auto;
}

.guide_search form input[type="submit"],
.guide_search form input[type="submit"]:focus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px !important;
  height: auto !important;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0 5px 5px 0;
  background-image: url(../../img/usr/common/icon_header_search.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 9px top 13px !important;
  -webkit-background-size: 14px 14px !important;
  background-size: 14px 14px !important;
  background-color: #333;
}

.guide_search form input[type="submit"]:hover {
  opacity: .9;
}

.guide_search form input[type="submit"]:focus,
.guide_search form input[type="submit"]:active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px !important;
  height: auto !important;
  font-size: 0;
  background: transparent;
  border: none;
  background-image: url(../../img/usr/common/icon_header_search.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 8px top 14px !important;
  -webkit-background-size: 14px 14px !important;
  background-size: 14px 14px !important;
  background-color: #333 !important;
}

#guide_category_wrapper .guide_search input[type="text"] {
  width: 100%; 
  height: 40px;
  padding: 0 34px 0 15px;
  border-radius: 5px;
}

#guide_category_wrapper .guide_search input::placeholder {
  color: #aaa;
}

#guide_category_wrapper .guide_search input:focus::placeholder {
  color: transparent;
}

#guide_category_wrapper .guide_search input:focus {
  outline: none;
  background: #fff;
  background-position: 30px, center;
}

#guide_inputwrapper form input[type="submit"],
#guide_inputwrapper form input[type="submit"]:active,
#guide_inputwrapper form input[type="submit"]:focus {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 50px !important;
  height: auto !important;
  font-size: 0;
  background: transparent;
  border: none;
  background-image: url(../../img/guide/icon_guidetop_search.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px top 20px !important;
  -webkit-background-size: 22px 22px !important;
  background-size: 22px 22px !important;
  border-radius: 10px;
}

#guide_inputwrapper form input[type="submit"]:hover {
  background-image: url(../../img/guide/icon_guidetop_search.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 19px top 21px !important;
  -webkit-background-size: 22px 22px !important;
  background-size: 22px 22px !important;
  opacity: 1 !important;
}

#guide_wrapper #guide_main_wrapper .list_ li {
  margin: 30px 0;
}

#guide_wrapper #guide_main_wrapper .list_ li p:first-child {
  text-decoration: underline;
  font-weight: 700;
}

.static_dl_col1 {
  width: 100%;
  margin-bottom: 34px;
}

.static_dl_col1 dt {
  width: 100%;
}
.static_dl_col1 dd {
  width: 100%;
}

.static_dl_col2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 34px;
}

.static_dl_col2 dt {
  width: 20%;
}

.static_dl_col2 dd {
  width: 80%;
}

#static_page h2 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

#static_page p {
  margin-bottom: 34px;
}

#static_page a {
  color: #8a1f00;
}

#static_page a:hover {
  opacity: .7;
}

#static_page table.price {
  width: 60%;
  margin: 40px 0;
  border: 1px solid #e0d2a7;
}

#static_page table.price colgroup col {
  width: 20%;
}

#static_page table.price colgroup col:first-child {
  width: 40%;
}

#static_page table.price .price_th {
  background: #efe8d3;
}

#static_page table.price th {
  padding: 10px;
  border: 1px solid #e0d2a7;
  text-align: center;
}

#static_page table.price td {
  padding: 10px;
  border: 1px solid #e0d2a7;
  text-align: center;
}

#jscompare_replace_ {
  z-index: 1;
}

.js_header_inner form {
  display: block;
  position: relative;
  z-index: 0;
}

.js_header_inner form input[type="hidden"] {
  display: none;
}

.js_header_inner form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: #333;
  background-image: url(../../img/usr/common/icon_header_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  background-position: 14px 14px;
}

.js_header_inner form input[type="submit"]:hover {
  opacity: .9;
}

.js_header_inner form input[type="submit"]:active {
  background-position: 15px 15px;
}

.js_header_inner form input[type="text"] {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  z-index: 0;
  background: #eee;
  border: 1px solid #eee;
  padding: 0 50px 0 15px;
  height: 40px;
  -webkit-user-select : auto;
  -webkit-touch-callout : auto;
  text-align: left;
}

.js_header_inner form input[type="text"]::placeholder {
  text-align: left;
}

.js_header_inner form input[type="text"]::focus::placeholder {
  color: transparent;
}

.js_header_inner form input[type="text"]:focus {
  border: 1px solid #ddd;
}

.block-top-ranking-inner.top-ranking-inner_sec {
  padding-top: 0; 
}

.block-search-goods {
  padding-top: 40px;
}

.footer_keyword_wrapper {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #fff2bb;
  padding: 20px 20px 60px 20px;
}

.footer_keyword_wrapper .footer_keyword_area a {
  display: inline-block;
  margin: 3px 3px 3px 0;
  padding: 1px 10px;
  border-radius: 20px;
  border: 1px solid #aaa;
  background-color: #FFF;
}

.footer_keyword_wrapper .footer_keyword_area a:hover {
  text-decoration: none;
  opacity: .7;
}

.search_area_inner ul li.data-reset_ {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    border: 0;
}
.search_area_inner ul li.data-reset_ span {
    width: 50%;
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 40px;
    text-align: center;
    padding: 10px;
}
.search_area_inner ul li.data-reset_ span:hover {
    background: #b3b3b3;
    color: #fff;
}

.sidemenu_subtitle {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.sidemenu_subtitle.sec {
  border-bottom: 1px solid #ddd;
}

.table.block-purchase-history--table .block-purchase-history--method {
  background: #fff2bb;
}

.block-pickup-list-p--items li {
  position: relative;
}
.rankpage_num {
  display: block;
  position: absolute;
  top: -20px;
  right: 5px;
  width: 30px;
  height: auto;
}

.jp_linkarea {
  width: 890px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.jp_linkarea li {
  width: 50%;
  margin-bottom: 20px;
}

.jp_linkarea li:first-child,
.jp_linkarea li:nth-child(2n+1){
  text-align: left;
}

.jp_linkarea li:nth-child(2n) {
  text-align: right;
}

.jp_linkarea li a {
  display: inline-block;
  transition: .3s;
}

.jp_linkarea li a:hover {
  opacity: .7;
}

.mg_text h2.jp_h2 {
  display: block;
  margin: 0;
  padding: 10px 0 20px;
  font-weight: bold;
  font-size: 26px;
}

#cms-contact-tel {
  padding-bottom: 30px;
  text-align: center;
  background: #fff;
  line-height: 2.0;
}

#cms-contact-tel >.inner {
  width: 1110px;
  margin: 0 auto;
}

#cms-contact-tel em {
 font-weight: 700;
 font-size: 16px;
}


/*   for wiswig templete   */

@import url(font-awesome.min.css);


/* Grid */
  .wrapper.style5 *, .wrapper.style5 *:before, .wrapper.style5 *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .row.uniform > * > :first-child {
    margin-top: 0;
  }
  .row.uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.\30 \25 > * {
    padding: 0 0 0 0em;
  }
  .row.\30 \25 {
    margin: 0 0 -1px 0em;
  }
  .row.uniform.\30 \25 > * {
    padding: 0em 0 0 0em;
  }
  .row.uniform.\30 \25 {
    margin: 0em 0 -1px 0em;
  }
  .row > * {
    padding: 0 0 0 1.5em;
  }
  .row {
    margin: 0 0 -1px -1.5em;
  }
  .row.uniform > * {
    padding: 1.5em 0 0 1.5em;
  }
  .row.uniform {
    margin: -1.5em 0 -1px -1.5em;
  }
  .row.\32 00\25 > * {
    padding: 0 0 0 3em;
  }
  .row.\32 00\25 {
    margin: 0 0 -1px -3em;
  }
  .row.uniform.\32 00\25 > * {
    padding: 3em 0 0 3em;
  }
  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em;
  }
  .row.uniform.\31 50\25 > * {
    padding: 2.25em 0 0 2.25em;
  }
  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em;
  }
  .row.uniform.\35 0\25 > * {
    padding: 0.75em 0 0 0.75em;
  }
  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em;
  }
  .row.uniform.\32 5\25 > * {
    padding: 0.375em 0 0 0.375em;
  }
  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em;
  }
  
  .\31 2u, .\31 2u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u, .\31 1u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u, .\31 0u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u, .\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u, .\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  @media screen and (max-width: 1680px) {

    .row > * {
      padding: 0 0 0 1.5em;
    }

    .row {
      margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
      padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
      margin: -1.5em 0 -1px -1.5em;
    }

    .row.uniform.\32 00\25 > * {
      padding: 3em 0 0 3em;
    }

    .row.uniform.\32 00\25 {
      margin: -3em 0 -1px -3em;
    }

    .row.uniform.\31 50\25 > * {
      padding: 2.25em 0 0 2.25em;
    }

    .row.uniform.\31 50\25 {
      margin: -2.25em 0 -1px -2.25em;
    }

    .row.uniform.\35 0\25 > * {
      padding: 0.75em 0 0 0.75em;
    }

    .row.uniform.\35 0\25 {
      margin: -0.75em 0 -1px -0.75em;
    }

    .row.uniform.\32 5\25 > * {
      padding: 0.375em 0 0 0.375em;
    }

    .row.uniform.\32 5\25 {
      margin: -0.375em 0 -1px -0.375em;
    }

  }

  @media screen and (max-width: 1280px) {

    .row > * {
      padding: 0 0 0 1.5em;
    }

    .row {
      margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
      padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
      margin: -1.5em 0 -1px -1.5em;
    }

    .row.uniform.\32 00\25 > * {
      padding: 3em 0 0 3em;
    }

    .row.uniform.\32 00\25 {
      margin: -3em 0 -1px -3em;
    }

    .row.uniform.\31 50\25 > * {
      padding: 2.25em 0 0 2.25em;
    }

    .row.uniform.\31 50\25 {
      margin: -2.25em 0 -1px -2.25em;
    }

    .row.uniform.\35 0\25 > * {
      padding: 0.75em 0 0 0.75em;
    }

    .row.uniform.\35 0\25 {
      margin: -0.75em 0 -1px -0.75em;
    }

    .row.uniform.\32 5\25 > * {
      padding: 0.375em 0 0 0.375em;
    }

    .row.uniform.\32 5\25 {
      margin: -0.375em 0 -1px -0.375em;
    }

  }

/*  @media screen and (max-width: 980px) {

    .row > * {
      padding: 0 0 0 1.5em;
    }

    .row {
      margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
      padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
      margin: -1.5em 0 -1px -1.5em;
    }

    .row.uniform.\32 00\25 > * {
      padding: 3em 0 0 3em;
    }

    .row.uniform.\32 00\25 {
      margin: -3em 0 -1px -3em;
    }
    .row.uniform.\31 50\25 > * {
      padding: 2.25em 0 0 2.25em;
    }

    .row.uniform.\31 50\25 {
      margin: -2.25em 0 -1px -2.25em;
    }

    .row.uniform.\35 0\25 > * {
      padding: 0.75em 0 0 0.75em;
    }

    .row.uniform.\35 0\25 {
      margin: -0.75em 0 -1px -0.75em;
    }
    .row.uniform.\32 5\25 > * {
      padding: 0.375em 0 0 0.375em;
    }

    .row.uniform.\32 5\25 {
      margin: -0.375em 0 -1px -0.375em;
    }

  }*/
/*
  @media screen and (max-width: 736px) {

    .row > * {
      padding: 0 0 0 1.5em;
    }

    .row {
      margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
      padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
      margin: -1.5em 0 -1px -1.5em;
    }

    .row.uniform.\31 50\25 > * {
      padding: 2.25em 0 0 2.25em;
    }

    .row.uniform.\31 50\25 {
      margin: -2.25em 0 -1px -2.25em;
    }

    .row.uniform.\35 0\25 > * {
      padding: 0.75em 0 0 0.75em;
    }

    .row.uniform.\35 0\25 {
      margin: -0.75em 0 -1px -0.75em;
    }

    .row.uniform.\32 5\25 > * {
      padding: 0.375em 0 0 0.375em;
    }

    .row.uniform.\32 5\25 {
      margin: -0.375em 0 -1px -0.375em;
    }

  }*/

/*  @media screen and (max-width: 480px) {

    .row > * {
      padding: 0 0 0 1.5em;
    }

    .row {
      margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
      padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
      margin: -1.5em 0 -1px -1.5em;
    }

    .row.uniform.\32 00\25 > * {
      padding: 3em 0 0 3em;
    }

    .row.uniform.\32 00\25 {
      margin: -3em 0 -1px -3em;
    }

    .row.uniform.\31 50\25 > * {
      padding: 2.25em 0 0 2.25em;
    }

    .row.uniform.\31 50\25 {
      margin: -2.25em 0 -1px -2.25em;
    }

    .row.uniform.\35 0\25 > * {
      padding: 0.75em 0 0 0.75em;
    }

    .row.uniform.\35 0\25 {
      margin: -0.75em 0 -1px -0.75em;
    }

    .row.uniform.\32 5\25 > * {
      padding: 0.375em 0 0 0.375em;
    }

    .row.uniform.\32 5\25 {
      margin: -0.375em 0 -1px -0.375em;
    }

  }*/

/* Basic */
  /* 
  @-ms-viewport {
    width: device-width;
  }
   */
  .wrapper.style5 p {
    margin: 0 0 2em 0;
  }
  .wrapper.style5 h5 {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .wrapper.style5 table {
    border-collapse: collapse;
    border-spacing: 0;
  }


/* Box */

  .box {
    border-radius: 3px;
    border: solid 2px #fff;
    margin-bottom: 2em;
    padding: 1.5em;
  }

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
      margin-bottom: 0;
    }

    .box.alt {
      border: 0;
      border-radius: 0;
      padding: 0;
    }

/* Icon */

  .icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

    .icon.major {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-radius: 3px;
      border: solid 2px #fff;
      display: inline-block;
      font-size: 1.35em;
      height: calc(3em + 2px);
      line-height: 3em;
      text-align: center;
      width: calc(3em + 2px);
    }

      .icon.major:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        font-size: 1.5em;
      }

    .icon.style1 {
      color: #00ffcc;
    }

    .icon.style2 {
      color: #00f0ff;
    }

    .icon.style3 {
      color: #76ddff;
    }

/* Image */

  .image {
    border-radius: 3px;
    border: 0;
    display: inline-block;
    position: relative;
  }

    .image img {
      border-radius: 3px;
      display: block;
    }

    .image.left {
      float: left;
      margin: 0 2em 2em 0;
      top: 0.25em;
    }

    .image.right {
      float: right;
      margin: 0 0 2em 2em;
      top: 0.25em;
    }

    .image.left, .image.right {
      max-width: 40%;
    }

      .image.left img, .image.right img {
        width: 100%;
      }

    .image.fit {
      display: block;
      margin: 0 0 2em 0;
      width: 100%;
    }

      .image.fit img {
        width: 100%;
      }

/* List */
  .wrapper.style5 ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
  }

    .wrapper.style5 ul li {
      padding-left: 0.5em;
    }

    .wrapper.style5 ul.alt {
      list-style: none;
      padding-left: 0;
    }

      .wrapper.style5 ul.alt li {
        border-top: solid 1px #fff;
        padding: 0.5em 0;
      }

        .wrapper.style5 ul.alt li:first-child {
          border-top: 0;
          padding-top: 0;
        }

    .wrapper.style5 ul.icons {
      cursor: default;
      list-style: none;
      padding-left: 0;
    }

      .wrapper.style5 ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0;
      }

        .wrapper.style5 ul.icons li:last-child {
          padding-right: 0 !important;
        }

      .wrapper.style5 ul.icons.major {
        padding: 1em 0;
      }

        .wrapper.style5 ul.icons.major li {
          padding-right: 3.5em;
        }

    .wrapper.style5 ul.actions {
      cursor: default;
      list-style: none;
      padding-left: 0;
    }

      .wrapper.style5 ul.actions li {
        display: inline-block;
        padding: 0 1.5em 0 0;
        vertical-align: middle;
      }

        .wrapper.style5 ul.actions li:last-child {
          padding-right: 0;
        }

      .wrapper.style5 ul.actions.small li {
        padding: 0 0.75em 0 0;
      }

      .wrapper.style5 ul.actions.vertical li {
        display: block;
        padding: 1.5em 0 0 0;
      }

        .wrapper.style5 ul.actions.vertical li:first-child {
          padding-top: 0;
        }

        .wrapper.style5 ul.actions.vertical li > * {
          margin-bottom: 0;
        }

      .wrapper.style5 ul.actions.vertical.small li {
        padding: 0.75em 0 0 0;
      }

        .wrapper.style5 ul.actions.vertical.small li:first-child {
          padding-top: 0;
        }

      .wrapper.style5 ul.actions.fit {
        display: table;
        margin-left: -1.5em;
        padding: 0;
        table-layout: fixed;
        width: calc(100% + 1.5em);
      }

        .wrapper.style5 ul.actions.fit li {
          display: table-cell;
          padding: 0 0 0 1.5em;
        }

          .wrapper.style5 ul.actions.fit li > * {
            margin-bottom: 0;
          }

        .wrapper.style5 ul.actions.fit.small {
          margin-left: -0.75em;
          width: calc(100% + 0.75em);
        }

          .wrapper.style5 ul.actions.fit.small li {
            padding: 0 0 0 0.75em;
          }

/*      @media screen and (max-width: 736px) {

        .wrapper.style5 ul.actions li {
          display: block;
          padding: 1em 0 0 0;
          text-align: center;
          width: 100%;
        }

          .wrapper.style5 ul.actions li:first-child {
            padding-top: 0;
          }

          .wrapper.style5 ul.actions li > * {
            margin: 0 auto !important;
            max-width: 30em;
            width: 100%;
          }

            .wrapper.style5 ul.actions li > *.icon:before {
              margin-left: -1em;
            }

        .wrapper.style5 ul.actions.small li {
          padding: 0.5em 0 0 0;
        }

          .wrapper.style5 ul.actions.small li:first-child {
            padding-top: 0;
          }

      }*/


/* Table */

  .wrapper.style5 .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }

  .wrapper.style5 table {
    margin: 0 0 2em 0;
    width: 100%;
  }

    .wrapper.style5 table tbody tr {
      border: solid 1px #fff;
      border-left: 0;
      border-right: 0;
    }

      .wrapper.style5 table tbody tr:nth-child(2n + 1) {
        background-color: rgba(144, 144, 144, 0.25);
      }

    .wrapper.style5 table td {
      padding: 0.75em 0.75em;
    }

    .wrapper.style5 table th {
      color: #fff;
      font-size: 0.9em;
      font-weight: 600;
      padding: 0 0.75em 0.75em 0.75em;
      text-align: left;
    }

    .wrapper.style5 table thead {
      border-bottom: solid 2px #fff;
    }

    .wrapper.style5 table tfoot {
      border-top: solid 2px #fff;
    }

    .wrapper.style5 table.alt {
      border-collapse: separate;
    }

      .wrapper.style5 table.alt tbody tr td {
        border: solid 1px #fff;
        border-left-width: 0;
        border-top-width: 0;
      }

        .wrapper.style5 table.alt tbody tr td:first-child {
          border-left-width: 1px;
        }

      .wrapper.style5 table.alt tbody tr:first-child td {
        border-top-width: 1px;
      }

      .wrapper.style5 table.alt thead {
        border-bottom: 0;
      }

      .wrapper.style5 table.alt tfoot {
        border-top: 0;
      }

/* Button */

  .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: 0.225em;
    line-height: 3.125em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    .button:hover {
      background-color: rgba(144, 144, 144, 0.25);
    }

    .button:active {
      background-color: rgba(144, 144, 144, 0.5);
    }

    .button.icon:before {
      margin-right: 0.5em;
    }

    .button.fit {
      display: block;
      margin: 0 0 1em 0;
      width: 100%;
    }

    .button.small {
      font-size: 0.8em;
    }

    .button.big {
      font-size: 1.35em;
    }

    .button.special {
      background-color: #A40001;
      box-shadow: none !important;
      color: #ffffff !important;
    }

      .button.special:hover {
        background-color: #ef5e4a !important;
      }

      .button.special:active {
        background-color: #eb341c !important;
      }

    .button.disabled,
    .button:disabled {
      -moz-pointer-events: none;
      -webkit-pointer-events: none;
      -ms-pointer-events: none;
      pointer-events: none;
      opacity: 0.25;
    }

    .wrapper > .inner {
      /* width: 60em; */
      padding:18px;
      margin: 0 auto;
    }

    .wrapper.style5 {
      background-color: #ffffff;
      color: #4E4852;
      overflow: hidden;
    }

      .wrapper.style5 strong, .wrapper.style5 b {
        color: #2E3842;
      }

      .wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
        color: #2E3842;
      }

      .wrapper.style5 hr {
        border-color: #dfdfdf;
      }

      .wrapper.style5 .select-wrapper:before {
        color: #dfdfdf;
      }

      .wrapper.style5 :-moz-placeholder {
        color: #8E8892 !important;
      }

      .wrapper.style5 ::-moz-placeholder {
        color: #8E8892 !important;
      }

      .wrapper.style5 :-ms-input-placeholder {
        color: #8E8892 !important;
      }

      .wrapper.style5 .formerize-placeholder {
        color: #8E8892 !important;
      }

      .wrapper.style5 .icon.major {
        border-color: #dfdfdf;
      }

      .wrapper.style5 ul.alt li {
        border-color: #dfdfdf;
      }

      .wrapper.style5 table tbody tr {
        border-color: #dfdfdf;
      }
        .wrapper.style5 table tbody tr:nth-child(2n + 1) {
          background-color: rgba(0, 0, 0, 0.0375);
        }

      .wrapper.style5 table th {
        color: #2E3842;
      }

      .wrapper.style5 table thead {
        border-color: #dfdfdf;
      }

      .wrapper.style5 table tfoot {
        border-color: #dfdfdf;
      }

      .wrapper.style5 table.alt tbody tr td {
        border-color: #dfdfdf;
      }

      .wrapper.style5 .button {
        box-shadow: inset 0 0 0 2px #dfdfdf;
        color: #2E3842;
      }

        .wrapper.style5 .button:hover {
          background-color: rgba(0, 0, 0, 0.0375);
        }

        .wrapper.style5 .button:active {
          background-color: rgba(0, 0, 0, 0.1);
        }


/* Page Wrapper + Menu */

  #page-wrapper {
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    padding-top: 3em;
  }

    #page-wrapper:before {
      background: transparent;
      content: '';
      display: block;
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10001;
    }

.wysiwyg strong,
.cke_editable strong,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3{
  font-weight: bold;
}

.bg-white {
  background: #fff !important;
}

.bg-yellow {
  background: #fff2bb !important;
}

#relateditem_noslider li {
  width: calc((100% - 48px) / 5);
  margin: 0 0 40px 12px;
}

#relateditem_noslider li:nth-child(5n+1),
#relateditem_noslider li:first-child {
  margin-left: 0;
}

#relateditem_noslider .bxslider_newitem {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 70px;
  opacity: 1;
}

.bg_gray_panel {
	background: #f8f8f8;
}

.forcms_block.block-topics-inner .bg_gray_panel {
  background: #fff !important;
}



/* ハンバーガーメニュー　ドロップダウン用スタイル */

/*ナビゲーションを横並びに*/
.link_area ul{
  list-style: none;
  display: flex;
  justify-content: center;
}
/*2階層目以降は横並びにしない*/
.link_area ul ul{
  //display: block;
}

/*2階層目以降は横並びにしない*/
ul.tree_1_ {
  display: block;
  margin-top: 10px;
  width: 100%;
}

ul.tree_2_ {
  display: block;
  margin-top: 10px;
  width: 100%;
}

ul.tree_1_ li{
  padding:0px;
}

ul.tree_2_  li {
  padding:0px;
}


#js_header_menupc ul.link_area li ul.tree_1_ li.js_next__,
#js_header_menupc ul.link_area li ul.tree_1_ li.js_prev__{
    padding-left: 15px;
    padding-right: 0px;

}

#js_header_menupc ul.link_area li ul li.tree_last_{
    padding-bottom:0px

}

#js_header_menupc ul.link_area li a span img.link_arrow_ {
    width: 10px;
    position: absolute;
    right: 2px;

}

#js_header_menupc ul.link_area li.js_next__ a:after {
    content: "＋";
    position: absolute;
    right:0px;
    font-size:14px;
}
#js_header_menupc ul.link_area li.js_next__ a.open_:after {
    content: "－";
    position: absolute;
    right:0px;
    font-size:14px;
    padding-right: 3px;
    padding-top: 3px;
}



#js_header_menupc ul.link_area li.js_prev__ a:after  {
    content: "";
    position: absolute;
    right:0px;
    font-size:14px;
    width:10px
}
