@charset "Shift_JIS";

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover img {
    opacity: 0.8;
}

/* 見出し */
.heading {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 50px 0 30px;
    padding: 0 0 10px;
    position: relative;
    background: none;
    word-break: keep-all;
}

.heading::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #FF0026;
    left: calc(50% - 50px);
    bottom: 0;
}

@media (max-width: 767px) {
    .heading {
        margin: 30px 0 20px !important;
        font-size: 1.25rem;
    }
}

/* ボタン調整 */
.ButtonStyle1 a:link,
.ButtonStyle2 a:link,
.ButtonStyle1 a:visited,
.ButtonStyle2 a:visited {
    padding: 15px 35px 15px 20px;
    border-right: none;
    min-width: 250px;
    box-sizing: border-box;
}

.ButtonStyle1 a,
.ButtonStyle2 a {
    background-position: right 10px center;
}

.ButtonStyle1 a:hover,
.ButtonStyle2 a:hover,
.ButtonStyle1 a:active,
.ButtonStyle2 a:active {
    background-position: right 8px center;
    border-right: none;
}

/* チェックリスト */
.check_list {
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 15px;
}

.check_list > li {
    padding-left: 1.5em;
}

.check_list > li::before {
    content: "\02714";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

/* =================== */
/* branding */
/* =================== */
#branding {
    width: fit-content;
    margin: 0 auto;
}

/* =================== */
/* topics */
/* =================== */
#topics .ClearFix .ClearFixContent {
    width: calc( 100% - 530px);
    float: right;
}

@media (max-width: 994px) {
    #topics .ClearFix .ClearFixImg {
        width: 50%;
    }

    #topics .ClearFix .ClearFixContent {
        width: calc( 50% - 30px);
        float: right;
    }
}

@media (max-width: 767px) {
    #topics .ClearFix .ClearFixImg {
        width: 100%;
    }

    #topics .ClearFix .ClearFixContent {
        width: 100%;
        float: none;
    }
}

/* =================== */
/* お知らせ */
/* =================== */
#infomation_list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/* =================== */
/* 関連ソリューション */
/* =================== */
#related_solutions_table {
    margin: 30px 0 0;
    padding: 0;
}

#related_solutions_table th,
#related_solutions_table td {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    align-content: start;
}

#related_solutions_table tr:nth-child(n+3) th,
#related_solutions_table tr:nth-child(n+3) td {
    padding: 13px 0;
}

#related_solutions_table tr:nth-child(n+3):not(:last-child) th,
#related_solutions_table tr:nth-child(n+3):not(:last-child) td {
    border-bottom: 1px solid #4D4D4D;
}

#related_solutions_table tr:last-child th,
#related_solutions_table tr:last-child td {
    padding-bottom: 0;
}

#rst_h1 {
    width: calc(238 / 1275 * 100%);
}

#rst_h2 {
    width: calc(1037 / 1275 * 100%);
}

#related_solutions_table td a {
    display: block;
}

#related_solutions_table td a + a {
    margin-top: 2px;
}