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

.blue-back {
width: 100%;
background-color: #2449A4;
padding: 40px 0;
margin-bottom: 60px;
}

.search-form {
    position: relative;
    border: none;
    width: 700px;
    float:inherit;
    margin: 0 50px;
    }
input[type=search].search-form-input {
    font-size: 20px;
    border: none;
    width: 700px;
    height: 60px;
    padding-right: 25px;
    border-radius: 5px;
    color: #444;
    font-weight: 400;
}

input:-internal-autofill-selected {
    background-image: none !important;
    background-color: #fff !important;
    color: #444;
}

input[type="search"]::-webkit-search-cancel-button {   

cursor:pointer;
  background-image: url("image/delate-icon.svg");  
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 50px;
  
}


.search-result-text {
    line-height: 2em;
    color: #666;
    font-size: 16px;
}

.triangle-left{
    /*ページャーを3角にする*/
    border-style: solid;
    border-width: 25px 29px 25px 0;
    border-color: transparent #2B4B95 transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
}
.triangle-right{
    /*ページャーを3角にする*/
    border-style: solid;
    border-width: 25px 0 25px 29px;
    margin-left: 12px;
    border-color: transparent transparent transparent #2B4B95;
    display: inline-block;
    width: 0;
    height: 0;
}

.search-result-title2 {
font-size: 20px;
font-weight: 400;
}

.search-result-title2 a:before {

    line-height: 1.6em;
    background: url(/themes/kisojiban/images/link-arrow.svg) left 0px top 8px no-repeat;
    background-size: 7px auto;
    padding-right: 5px;
    position: relative;
    top: 3px;
    content: "";
     padding-left: 8px;
}

.search-result-box {
padding: 10px 0;

}

.search-result-box {
margin-bottom: 10px;
}

.search-result-box:hover {
background-color: #EEEEEE;
padding: 10px 0;
cursor: pointer;
}
    
@media screen and ( max-width: 767px) {
.blue-back {
width: 100%;
background-color: #2449A4;
padding: 40px 0px;
margin-bottom: 60px;
}


.search-form {
    position: relative;
    border: none;
    width: 100%;
    float:inherit;
    margin: 0 auto;
    }
input[type=search].search-form-input {
    font-size: 20px;
    border: none;
    width: 100%;
    height: 60px;
    padding-right: 25px;
    border-radius: 5px;
    color: #444;
    font-weight: 400;
}
input:-internal-autofill-selected {
    background-image: none !important;
    background-color: #fff !important;
    color: #444;
}

ul.list-pager li a {
   border: none;
   }
}
