@charset "UTF-8";
/* shiftkey **
/* base
===============================================================*/
.circle-title::before {
    position: absolute;
    content: url(/files/development/images/title-circle.png);
    transform: scale(0.5);
    left: -91px;
    top: -71px;
}
.circle-title {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: left;
    margin-left: 5rem;
    margin-top: 3rem;
    line-height: 1.5;
}
.forpc{
    display: block;
}
.forsp{
    display: none;
}
.development-flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btn_link {
    width: 100%;
    margin: 2rem auto;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    background-image: -moz-linear-gradient( -180deg, rgb(84,185,87) 0%, rgb(80,165,201) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(84,185,87) 0%, rgb(80,165,201) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(84,185,87) 0%, rgb(80,165,201) 100%);
    border-radius: 5rem;
    padding: 0.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2rem;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4rem;
    background: #fff;
}
@media only screen and (max-width: 600px) {
    .f-18 {
        font-size: 1.45rem;
    }
    .mgT5rem {
        margin-top: 4rem !important;
    }
    li{
		font-size: 1.4rem ;
	}
}