@charset "UTF-8";

/*-----------------------------テーブル---------------------------------*/
table td {
    padding: 6px;
}

@media screen and (max-width: 900px) {
#table + section .inner_item_txt {
    overflow: scroll;
}

table {
    white-space: nowrap;
    width: 100%!important;
}
}
@media screen and (max-width: 600px) {
table {
    width: 600px!important;
}
}

/*-----------------------------肉球アイコン---------------------------------*/
.is-pad {
    position: relative;
}

.is-pad::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 26px;
    height: 23px;
    vertical-align: middle;
    /*background: center center/contain url(/common/upload_data/yuri-ah2022com/image/20230209161654.png) no-repeat;*/
    background: center center/contain url(/common/upload_data/yuri-ah2022com/image/20230215204750.png) no-repeat;
}


/*-----------------------------リクルートパーツ---------------------------------*/
@media screen and (max-width: 900px) {
#top_recruit + section {
    padding-bottom: 180px;
}
}

/*----------------------------5つの特徴---------------------------------*/
#top_5features + div .wrapper_item {
    justify-content: center;
}
#top_5features + div .inner_item img {
    object-fit: contain;
}

@media (width <= 700px){
#top_5features + div .inner_item{
    margin-bottom: 0;
}
}

@media (width <= 480px){
#top_5features + div .inner_item{
    width: 48% !important;
}
}