@charset "UTF-8";
/* shiftkey **
/* base
===============================================================*/
.editor h3 {
    border-left: none;
}
.editor h4{
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem auto;
}
.enactment{
    display: block;
    text-align: right;
}
.business-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.business-flex a {
    padding: 3rem 3rem 3rem 1rem;
    border: 1px solid #ccc;
    display: block;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0px 1px 3px rgba(255,255,255,1);
    transition: .5s all;
    color: #323232;
}
.business-flex a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 15px;
    top: 50%;
    margin-top: -6.5px;
    transition: .5s all;
}
.business-flex a:hover{
	color:#52ae96;
	border-color: #52ae96;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
.business-flex a:hover::after{
	border-color: #52ae96;
}
.business-flex li{
    margin:10px 10px;
}
.business-flex li{
    min-width: 200px;
    text-align: center;
}