@charset "UTF-8";

@media screen and (min-width: 1200px){

}


.sideAreaWrap {}
.sideAreaWrap .fs-p-searchForm {
    margin-bottom: 30px;
}
.sideAreaWrap .fs-p-searchForm form {}
.sideAreaWrap .fs-p-searchForm .fs-p-inputGroup {
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sideAreaWrap .fs-p-searchForm .fs-p-inputGroup input {background: transparent;padding: 10px;}
.sideAreaWrap .fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__button {
    background: transparent;
}
.sideAreaWrap .fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__button::before {
    color: #444444;
    top: 52%;
    margin: auto;
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    bottom: auto;
    font-size: 25px;
}

.sideAreaWrap .cat_ttl {
    background: #f5f5f5;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #111111;
}
.sideAreaWrap .sideList {
    margin-bottom: 30px;
}
.sideAreaWrap .sideList li {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.sideAreaWrap .sideList li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    padding-right: 30px;
}
.sideAreaWrap .sideList li a:hover {
	text-decoration: none;
}
.sideAreaWrap .sideList li .img {
    width: 60px;
    margin-right: 10px;
}
.sideAreaWrap .sideList li .img img {}
.sideAreaWrap .sideList li .txt {
    font-size: 14px;
}
.sideAreaWrap .sideList li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(../img/icon05.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    bottom: 40%;
    margin: auto;
}

.sideAreaWrap .sideList.logoList {}
.sideAreaWrap .sideList.logoList li {}
.sideAreaWrap .sideList.logoList li a {
    height: 60px;
}
.sideAreaWrap .sideList.logoList li a .imgLogo {}
.sideAreaWrap .sideList.logoList li a .imgLogo img {}


/* ================
バナーエリア
===============*/
#left .bnr_lsit{
  margin: 0 auto 40px;
}
#left .bnr_lsit a:hover{
  opacity: 0.7;
}

/* 検索 */
#left  form.saerch_box{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  height: 30px;
  width: auto;
  margin-top: 30px;margin-bottom: 30px;
}

#left  .search_text{
  width: 240px;
  margin-left: 0px;
  font-size: 12px;
  border: none;
}

#left  .search_icon{
  max-width: 18px;
  width: 100%;
  margin-right: 5px;
  height: 19px;
}

#left  .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
#left  .search_form_txt {
  border: 1px solid #909091;
  max-width: 420px;
  width: 100%;
  height: 55px;
  margin-right: 30px;
  text-indent: 20px;
  background-color: #fff;
}

#left  .label_search_btn_input {
  display: none;
}
#left  .label_search_btn_input:checked ~ .search_megamenu {
  display: block;
}
#left  .label_search_btn {
  display: none;
}


@media (min-width: 1px) and (max-width: 940px) {
  .top_left{
    display: none;
  }
}
