@charset "utf-8";
/* CSS Document */
/*search_area*/
#search_area {
    background: #BCCDDF;
    width: 98%;
    border-radius: 0 0 10rem 0;
    padding: 0 2rem 5rem;
    margin: 0 0 3rem;
    position: relative;
    z-index: 10;
}
#search_area .search_img img {
    width: 80%;
}
@media screen and (max-width : 767px) {
    #search_area {
        padding: 0 1rem 5rem;
        border-radius: 0 0 6rem 0;
    }
}
#search_area .search_img {
    position: absolute;
    bottom: -4rem;
    text-align: right;
    z-index: 900;
    right: -2%;
}
#search_area h2 {
    color: #fff;
    text-align: center;
    border-radius: 0 0 5rem 5rem;
    padding: 7rem 2rem 3rem;
    font-weight: bold;
    background: #0E4B8D url("../img/index/h2_search.gif") no-repeat center 2em;
    background-size: 6rem;
    position: relative;
    z-index: 99;
}
#search_area>.f_w80 {
    padding: 2rem 1rem;
}
@media screen and (max-width : 767px) {
    #search_area .search_img {
        bottom: -4rem;
    }
    #search_area .search_img img {
        width: 60%;
    }
    #search_area h2 {
        border-radius: 0 0 3rem 3rem;
        padding: 5rem 1rem 3rem;
        background: #0E4B8D url("../img/index/h2_search.gif") no-repeat center 1em;
        background-size: 5rem;
    }
    #search_area>.f_w80 {
        padding: 0.5rem 0rem;
    }
}
input[type="text"] {
    border: none;
    border-radius: 0;
    outline: none;
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked+label {
    background: #ff0000;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked+label {
    background: #ff0000;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    /*    outline: none;*/
    background: transparent;
    border-radius: 0
}
.flex .search_button {
    width: 13.5rem;
}
/*====検索スタイル====*/
#search_area h3 {
    color: #0E4B8D;
    padding: 0.3em 0;
    font-weight: bold;
}
button.search_btn {
    background: #0E4B8D;
    padding: 5px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    top: 9px;
}
.kana {
    margin-bottom: 1em;
}
.kana button {
    cursor: pointer;
    border: none;
    padding: 10px;
    margin: 5px 3px;
    background: #fff;
    color: #0E4B8D;
    font-weight: bold;
    min-width: 3.1rem;
    min-height: 3.1rem;
}
.kana button:hover {
    background: #0E4B8D;
    color: #fff;
}
.kana button.kana_none {
    cursor: default;
    background: #98B1CF;
    color: #2F4151;
    font-weight: normal;
}
input[type="text"],
input.text,
select.select {
    background: #fff;
    padding: 1rem 0.6rem;
    width: 100%;
    font-size: 0.9rem;
    margin: 0 0 1.5rem;
}
.pldwn {
    margin-top: 2rem;
}
form.pldwn .f_w80 {
    position: relative;
}
form.pldwn .f_w80:before {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0E4B8D;
    border-right: 2px solid #0E4B8D;
    transform: rotate(135deg);
    margin-top: -5px;
}
/*lnk2 追加*/
#search_area input[type="submit"] {
    display: block;
    width: 100%;
    height: 68%;
    /*	position:relative;*/
    /*	margin: 2rem auto;*/
    cursor: pointer;
    color: #fff;
    background: #CE0014 url(../img/common/icon_search.svg) no-repeat 96% center;
    background-size: 20px;
    padding: 0.7rem 30px 0.7rem 1rem;
    transition: 500ms ease all;
    border-top: 1px solid #CE0014;
    border-bottom: 1px solid #CE0014;
    font-size: 1rem;
}
#search_area input[type="submit"]:hover {
    background: #BCCDDF url(../img/common/icon_search_r.svg) no-repeat 96% center;
    color: #CE0014;
    background-size: 20px;
}
/*----　search_area H2 上書き ----*/
#contents #search_area h2 {
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
}
#contents #search_area h2:before {
    position: relative;
}
/*---- search_area H3 上書き ----*/
#contents #search_area h3 {
    background: none;
    color: #0E4B8D;
    font-size: 1rem;
    margin: 0 auto 0em;
}
/*---- search_area margin 上書き ----*/
#contents #search_area p,
#contents #search_area .flex {
    margin: 0 0 0rem;
}
#contents #search_area p.lnk2 {
    margin: 2rem 0 0;
}
/* ----------------------------------------------------
   search　index setting
------------------------------------------------------- */
.sa_index {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}
.sa_index .linebox {
    width: calc(91% / 4);
    margin: 0 0 3% 3%;
}
.sa_index .linebox:nth-child(4n+1) {
    margin: 0 0 3% 0;
}
.sa_index .linebox::before,
.sa_index .linebox::after {
    height: 2px;
    background-color: #ccc;
}
.sa_index .linebox .linebox_in::before,
.sa_index .linebox .linebox_in::after {
    width: 2px;
    background-color: #ccc;
}
/*追加*/
#contents .sa_index .lnk a {
    padding: 0.5rem 3rem;
}
#contents .sa_index p,
#gl_search #contents .dl {
    margin: 0;
}
#gl_search #contents .dl dd {
    font-size: 1.3rem;
}
#gl_search #contents .dl dd {
    margin-bottom: 1rem;
}
.sa_index .linebox .linebox_in {
    padding: 1rem;
}
/*---- cateindex H2 ----*/
#contents .sa_index h2 {
    line-height: 1.4em;
    position: relative;
    text-align: center;
    display: block;
}
#contents .sa_index h2:before {
    position: absolute;
    bottom: -5px;
    left: 35%;
    content: '';
    background: #CE0014;
    width: 0;
    height: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contents .sa_index h2.active:before {
    width: 30%;
}
#contents .sa_index h2 {
    border-top: none;
    border-bottom: none;
}
/*各室員・研究員検索個所google検索*/
.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
#search_area .gsc-input-box {
    border: 1px solid #ccc !important;
    padding: 0.5rem 0.5rem !important;
    font-size: 1rem !important;
    padding-right: 0 !important;
}
#search_area .gsc-search-button-v2 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
    background-size: 20px;
    padding: 1rem 6rem 1rem 5.5rem;
    transition: 500ms ease all;
    border-left: none;
    border-right: none;
    font-size: 1rem;
}
#search_area .gsc-search-button-v2:hover {
    background: #BCCDDF;
    background-size: 20px;
}