
.SEARCHBOX {
    background-color: #F5F5F5;
}
.SEARCHBOX form {
    padding: 0 15px;
}
.search_title,
.t-default p.search_title {
    background-color: #555555;
    color: #FFF;
    padding: 12px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.box_select,.box_checkbox, .box_keyword, 
.side_search_submit01 {
    margin-bottom:10px;
}

.search_subtitle,
.t-default p.search_subtitle {
    font-size:115%!important;
    line-height:120%;
    font-weight:bold;
    margin-bottom: 13px;
    color: #555555;
    margin-top: 25px!important;
    border-left: solid;
    padding-left: 10px;
}

#side_search hr{
    border: 0;
    height: 2px;
    margin:15px 0;
}

.box_select select, .box_select input{
    width:100%;
    border:solid 1px #CCC;
    /*margin-bottom:8px;*/
    padding: 6px 12px;
    color:#666;
}

.box_select .box_check input {
	width:auto;
	margin-right:5px;
}

.box_checkbox li{
    display:inline-block;
    margin-right:10px;
    line-height:100%;
}
.box_checkbox li:last-child{margin-right:0;}
.box_checkbox input{
    margin-right:5px;
    position:relative;
    top:2px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
/* チェックボックス01 */
input[type=checkbox] {
    /*display: none;*/
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #555555;
    content: '';
    display: block;
    height: 20px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: calc(50% - 3px);
    width: 20px;
}
.checkbox01::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::before{
    background: #555555;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

.side_search_submit01{
    margin:25px auto 0;
    padding-bottom: 30px;
}

.box_keyword ul:before, .box_keyword ul:after { content: ""; display: block; }
.box_keyword ul:after { clear: both; }
.box_keyword ul { zoom: 1; }

.box_keyword .box_keyword_text{
    width: 100%;
    float: left;
    list-style: none;
}

.box_keyword_text input{
    width:100%;
    height: 40px;
    border:solid 1px #CCC;
    font-size: 14px;
    padding:3px;
}

.box_keyword .box_keyword_submit{
    width: 22%;
    float: right;
}

.side_search_submit01 input[type="submit"],.box_keyword_submit input[type="submit"] {
    width: 100%;
    height: 45px;
    color: #FFF !important;
    padding: 0 !important;
    text-align: center;
    border: medium none;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #555555;
    background-color: #555555;
    cursor: pointer;
}

.side_search_submit01 input[type="submit"]:hover,.box_keyword_submit input[type="submit"]:hover {
    color: #003391 !important;
    background-color: #FFFFFF !important;
}

#subnav li ul li a{
    display: none;
}

select{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.ible-part__core {
    position: relative;
}
#selectbox0core::after, #selectbox1core::after, #selectbox2core::after, 
#selectbox3core::after, #selectbox4core::after, #selectbox5core::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    z-index: 1;
    border: solid;
    border-color: #575757 transparent transparent transparent;
    width: 0px;
    height: 0px;
    border-width: 6px 4px 0px 4px;
}

@media only screen and (min-width:691px) and (max-width:979px) {

    .box_select select{
        height: 40px;
    }

    .box_keyword_text input{
        height: 40px;
    }

    .side_search_submit01 input[type="submit"],.box_keyword_submit input[type="submit"] {
        height: 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width:690px) {

    .box_select select{
        height: 40px;
    }
    .box_keyword_text input{
        height: 40px;
    }
    .side_search_submit01 input[type="submit"],.box_keyword_submit input[type="submit"] {
        height: 40px;
        font-size: 16px;
    }
}

/*IEのボタンのダブリを解消*/
@media all and (-ms-high-contrast: none){
    select::-ms-expand{
        display: none;
    }
}

/*iosの検索ボタンのデザインをリセットする*/
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
}
/*iosの検索ボタンのデザインをリセットする*/
select.form-control {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    background-color: #FFF;
    position: relative;
}




.side_banner_area {
	margin-top:30px;
}
.side_banner_area ul li {
	list-style-type: none;
	margin-bottom:20px;
}

.side_banner_area ul li img {
	max-width:100%;
	height:auto;
}

@media only screen and (min-width: 691px) and (max-width: 979px) {

	.side_banner_area ul {
		display:flex;
	}
	.side_banner_area ul li {
		width:23.8%;
		margin-left:1.6%;
	}
	.side_banner_area ul li:first-child {
		margin-left:0;
	}
}

@media only screen and (max-width: 690px) {

	.side_banner_area ul li {
		text-align: center;
	}
}




