@charset "utf-8";

.cmn_topicpath{
  margin-bottom: 30px;
}
.area_second_main{
  background-image: url(/search/img/img_main.jpg);
}

@media screen and (max-width :768px){
  .area_second_main{
    background-image: url(/search/img/img_main_sp.jpg);
  }  
}
/* ===============================================
# sec_search
=============================================== */
.sec_search .box_search{
  max-width: 956px;
  margin: 0 auto;
}
/*.sec_search .box_search .serch_custum{
  background-color: rgba(231,239,251,0.57);
}*/
.sec_search .box_search .serch_custum .search-form{
  margin-top: 0;
}

.sec_search .serch_custum .gsc-search-button-v2{
  border: none;
}
@media screen and (max-width :768px){
}

.sec_search .box_result{
  background-color: #fff;
}

/* ===============================================
# sec_notfound 404.html
=============================================== */
.sec_notfound{
  padding-top: 15px;
}
.sec_notfound .ttl{
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.sec_notfound .text{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width :768px){
  .sec_notfound{
    padding-top: 0;
  }
  .sec_notfound .ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_notfound .text{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }  
}
/* ===============================================
# sec_button 404.html
=============================================== */
.sec_button{
  margin-top: 30px;
}
.sec_button ul{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_button ul li{
  width: 48.47%;
}
.sec_button ul li a{
  padding: 20px 5%;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right 4% center;
  background-size: 7px 10px;
  border: solid 1px #9b988f;
  background-color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width :769px){
  .sec_button ul li a:hover{
    background-color: #fdf8ea;
    opacity: 1;
  }
}
@media screen and (max-width :768px){
  .sec_button{
    margin-top: 28px;
  }
  .sec_button ul li a{
    padding: 15px 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }  
}

