@charset "UTF-8";
 .labo-item-col{
display: block!important;
}
.labo-article{
border-radius: 15px;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: opacity 0.3s ease;
}
.labo-article:hover{
opacity: 0.8;
}  .column_main{
position: relative;
width: 100%;
overflow: hidden;
background-color: #fffdd9;
}
.column_main img{
width: 100%;
height: auto;
vertical-align: top;
}
.column_header{
position: relative;
display: flow-root;
overflow: hidden;
width: 100%;
background-color: #009fe6;
z-index: 1;
}
.column_hd_wave{
position: absolute;
top: 0;
left: 50%;
margin-left: 250px;
height: 100%;
pointer-events: none;
z-index: -1;
}
.column_hd_wave img{
height: 100%;
width: auto;
vertical-align: top;
}
.column_header .breadcrumb{
color: #fff!important;
}
.column_header .breadcrumb ol li{
color: #fff!important;
}
.column_header .breadcrumb a{
color: #fff;
}
.column_header_innr{
position: relative;
margin: 0 auto;
padding: 30px 0;
padding-top: 50px;
width: 100%;
max-width: 950px;
}
.column_header_column{
display: block;
margin: 0 auto;
width: 85px;
}
.column_header_ttl{
margin: 0 auto;
margin-top: 15px;
display: table;
font-size: 2.5rem;
font-weight: normal;
font-feature-settings: "palt";
text-align: center;
color: #fff;
line-height: 1;
}
.column_article{
position: relative;
margin: 0 auto;
padding-bottom: 75px;
width: 950px;
overflow: hidden;
}
.column_top_link{
position: absolute;
display: inline-block;
padding-left: 22px;
font-size: 1.5rem;
font-weight: bold;
color: #fff;
text-decoration: none;
top: 15px;
left: 0;
transition: all .3s ease-out;
}
.column_top_link::before{
content: '';
position: absolute;
width: 15px;
height: 15px;
top: 50%;
left: 0;
transform: translate(0,-50%);
background-image: url(//www.kracie.co.jp/ph/k-kampo/wp-content/themes/kracie/kazelab/img/icon_top_link.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 15px 15px;
}
.column_top_link:hover{
text-decoration: underline;
}
@media screen and (max-width: 959px) { .column_hd_wave{
margin-left: 25vw;
}
.column_header_innr{
padding-top: 10vw;
padding-bottom: 6vw;
width: 90vw;
}
.column_header_column{
width: 18vw;
}
.column_header_ttl{
margin-top: 3vw;
font-size: 2rem;
}
.column_article{
padding-bottom: 10vw;
width: 90vw;
}
.column_top_link{
padding-left: 22px;
font-size: 1.4rem;
top: 3vw;
}
}