@charset 'UTF-8';

/*
.c-pagetitle .c-btn {
    position: absolute;
    right: 40px;
    bottom: 85px;    
}
*/
.c-pagetitle .c-btn {
    margin-right: 0;
}
.l-section-avobe__inner:first-child{
    margin-top: auto;
}
.l-grid__item.-center{
	margin-left: auto;
	margin-right: auto;
}
.contact-search__form form{
	display: flex;
    position: relative;
}
.contact-search__form form input{
	border: solid 1px #ccc;
}
.contact-search__form form::after{
	content: "\e90c";
    font-family: 'icomoon';
    font-size: 1.8rem;
    color: #192259;
    position: absolute;
    top: 50%;
    right: 240px;
    transform: translate(-50%, -50%);
}
.contact-search__form form button{
	margin-left: 20px;
	width: 300px;
    height: 40px;
    border-radius: 150px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #192259;
    border: 1px solid #192259;
    padding: 4px 32px;
    position: relative;
    font-weight: 700;
    transition: 0.3s all;
}
.contact-search__form form button::after{
	content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #fff;
    left: initial;
}
.c-box.-bg-gray{
    display: flex;
    flex-direction: column;
}/*
.c-btn.-medium{
    margin-top: auto;
}
*/

@media screen and (min-width: 737px) and (max-width: 1024px)   {
    ul.l-grid__item.-center{
        width: calc(83.33333% - 32px);
    }
    .l-grid__item.-col4{
        width: calc(50% - 32px);
    }
    .contact-search__form form button{
        width: 39vw;
    }
    .contact-search__form form::after{
        right: 25vw;
    }
}
@media screen and (max-width: 736px) {    
    .l-grid__item.-center{
        margin-left: initial;
    }
    /*
    .c-pagetitle__heading {
        margin-bottom: 70px;
    }
    .c-pagetitle .c-btn {
        right: 0;
        left: 0;
        bottom: 15px;
        max-width: 360px;
    }
        */
    .contact-search__form form{
        display: block;
        position: relative;
        text-align: center;
    }
    .contact-search__form form::after{
        top: 20px;
        right: 5px;
    }    

    .contact-search__form form input{
        width: 100%;
        text-align: left;
    }
    .contact-search__form form button{
        margin: 1em auto auto;
        width: 100%;
    }

}
