@charset "UTF-8";

/*** ご相談（clearfix） ***/
#dyminfo {
    display: inline-table;
    float: left;
    width: 100%;
}
#dyminfo:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*** 絞り込み ***/
table#extract {
    box-sizing: border-box;
    border: 2px solid #000;
    width: 100%;
    margin: 0 auto;
}
table#extract td {
    padding: .2rem;
}

table#extract td.extract-title {
    text-align: center;
}

/*** 導入事例 ***/
#introduction-list {
    margin-top: 2rem;
    float: left;
    width: 100%;
}
#introduction-list > * {
    margin: 0;
}
#introduction-list > h2 {
    padding: .5rem;
    border: 2px solid #000;
    border-bottom: 1px;
    text-align: center;
}
#introduction-list .media {
    border: 2px solid #000;
    padding: .5rem;
    margin-top: 0;
}
#introduction-list .media:not(:last-child) {
    border-bottom: 0;
}
#introduction-list .media-body section {
    margin: .5rem 0;
}
#introduction-list .media-body section > p {
    margin: 0;
}

/*** もっと見る ***/
.other_product {
    clear: both;
    width: 90%;
    margin: 1rem auto;
    padding: .2rem;
    border: 2px solid #000;
    text-align: center;
}
.other_product a{
    color: dodgerblue;
    font-weight: bold;
}
@media(max-width: 480px) {
    .other_product {
        width: calc(98% - 4px);
    }
}

#other_scene {
    box-sizing: border-box;
}
#other_scene > * {
    margin: 0;
}
#other_scene h2 {
    padding: .5rem;
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 1.5em;
}
#other_scene #other_scene_select_pc,#other_scene #other_scene_select_sp {
    display: flex;
    justify-content: space-around;
    padding:1rem 0;
}
#other_scene_select_pc table {
    width: calc(32% - 2px);
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
}
#other_scene_select_sp table {
    width: calc(48% - 2px);
    box-sizing: border-box;
    text-align: center;
}
