/*---------------------------------------------------------*/
/* search-box */
/*---------------------------------------------------------*/
.box-t{
  padding-top: 20px;
}
.sbox-t {
    position: relative;
}
.sbox-t:before {
    position: absolute;
    right: 15px;
    top: 13px;
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url("chevron-down-outline.svg");
    background-size:contain;    
}
.select-t{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    width:100%;
    border-radius:3px;
}
.box-c{
  padding-top: 20px;
}
.box-s{
  padding-top: 20px;
}
/*---------------------------------------------------------*/
/* kaji-card-block */
/*---------------------------------------------------------*/
.k-box{
  border-bottom:1px solid #e7e7e7;
}
.k-name{
  border-bottom:1px solid #e7e7e7;
  border-left:5px solid #2196F3;
  margin: 40px 0px 20px;
  padding:7px 10px;
  font-size:22px;
}
.k-img{
 display:inline-block;
 vertical-align:top;
 text-align:center;
 margin:0;
 width:29%;
 //height:200px;
}
.k-img-i{
 text-align:center;
}
.k-tb-box{
 display:inline-block;
 width:70%;
}
.k-tb-box table{
 margin:0;
 width:100%;
}
.k-tb-th{
 width:25%;
}
.k-link{
 margin-top:8px;
 text-align:center;
}
.k-link a:after{
 content:"の公式サイトへ";
}
@media screen and (max-width: 460px) {
.k-img{
 width:100%;
}
.k-img-i{
 width:70%;
}
.k-tb-box{
 width:100%;
}
}

