
.search_block {
	background: #F5F5F5;
	padding:12px 12px 20px;
}
.search_title,
.t-default p.search_title {
    background-color: #0086CA;
    color: #FFF;
    padding: 15px 0;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
}
.box_select,.box_checkbox, .box_keyword, 
.side_search_submit01 {
    margin-bottom:10px;
}
.search_subtitle,
.t-default p.search_subtitle {
    font-size:16px;
    font-weight:bold;
    margin-bottom: 13px;
    border-left:3px solid #0086CA;
    padding-left: 8px;
}
#side_search hr{
    border: 0;
    height: 2px;
    margin:15px 0;
}
.box_select select, .box_select input{
    width:100%;
    border:solid 1px #CCC;
    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 */

.t-default .ible-form__part.ible-form-part__check-box {
	margin-bottom:5px;
}

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 select.form-control, #selectbox1core select.form-control, #selectbox2core select.form-control, 
#selectbox3core select.form-control, #selectbox4core select.form-control, #selectbox5core select.form-control {
	background: #ffffff url(../images/arr_search.svg) no-repeat;
	background-size:12px auto;
	background-position: right 3% center;
}
#selectbox1core select.form-control[disabled] {
	background: #eeeeee url(../images/arr_search.svg) no-repeat;
	background-size:12px auto;
	background-position: right 3% center;
}

@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;
}

.btn_list a, .t-default .btn_list a {
	display:block;
	color: #ffffff;
	font-weight: bold;
	background: #00469B;
	background: #00469B url(../fonts/arr_cv_white.svg) no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	padding:10px 0;
	text-align: center;
}
.btn_list a:hover, .t-default .btn_list a:hover {
	opacity:0.7;
	text-decoration: none;
}

.sidenavi .btn-primary.btn {
    display: block;
    color: #ffffff;
    font-weight: bold;
    background: #00469B url(../fonts/arr_cv_white.svg) no-repeat;
    background-position: right 10px center;
    background-size: 10px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
	border: 1px solid transparent;
	width:100%;
}
.sidenavi .btn-primary.btn:hover {
	opacity:0.7;
}
.sidenavi .form-control {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: 12px;
    color: inherit;
    height: 40px;
    padding: 0 20px 0 5px;
    width: 100%;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #E2E2E2;
}
.sidenavi .checkbox-inline {
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
	line-height:1.4;
}
.sidenavi .checkbox-inline input[type="checkbox"] {
	position: absolute;
    margin-left: -20px;
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.sidenavi #selectbox2 {
	margin-bottom:10px;
}
.sidenavi #submitbutton1 {
	margin-top:30px;
}

.side_pickup,
.t-default .row.side_pickup {
	max-width: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.pickup_wrap {
	padding:20px 15px;
	background: #D9DFE7;
}
.pickup_wrap p,
.t-default .pickup_wrap p {
	font-weight: 500;
	font-size: 14px;
	line-height:1.6;
}
.pickup_slide {
	margin-bottom:10px;
}

.pickup_slide img {
	max-width: 100%;
    width: auto;
    height: auto;
	margin-right: auto;
    margin-left: auto;
}

.pickup_slide .slick-prev {
	left: -5px;
	z-index: 10;
	width:20px !important;
	height:20px !important;
}
.pickup_slide .slick-next {
	right: -5px;
	z-index: 10;
	width:20px !important;
	height:20px !important;
}
.pickup_slide .slick-prev::before, .pickup_slide .slick-next::before {
    color: #022C5F !important;
	font-size: 20px !important;
}

.pickup_slide.slick-initialized .slick-slide {
	padding:0;
}
