 .tmc_download_block {
            padding-block: 80px;
            padding-inline: 20px;
        }

        .tmc_download_block.blue_bg {
            background-color: rgba(212, 237, 251, 1);
        }

        .container_box {
            max-width: 1067px;
            width: 100%;
            margin-inline: auto;
        }

        /* Section Header */
        .tmc_download_header {
            position: relative;
            text-align: center;
            margin-bottom: 45px;
        }

        .tmc_download_header::before {
            content: "";
            background-color: rgba(0, 110, 189, 1);
            height: 1px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .tmc_download_header span {
            font-size: 28px;
            line-height: 1.4;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 700;
            letter-spacing: 1.4px;
            background-color: #d4edfb;
            position: relative;
            z-index: 1;
            padding-inline: 18px;
            color: rgba(0, 0, 0, 1);
        }

        /* Section Body */
        .tmc_download_content_row {
            display: grid;
            grid-template-columns: 372px auto;
            gap: 50px;
        }

        .tmc_d_figure {
            margin: 0px;
            vertical-align: middle;
        }

        .tmc_d_figure img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }

        .tmc_d_paragraph {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.7px;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 400;
            margin-bottom: 15px;
        }

        .tmc_d_paragraph p {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .tmc_d_paragraph p:last-child {
            margin-bottom: 0px;
        }

        .tmc_d_contents_box {
            background-color: #ffffff;
            padding: 20px 25px;
        }

        .tmc_d_contents_box h3 {
            margin: 0;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.4;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 700;
            letter-spacing: normal;
        }

        .tmc_d_lists {}

        .tmc_d_lists ul {
            margin: 0px;
            padding-left: 0;
            list-style-type: none;
        }

        .tmc_d_lists ul li {
            font-size: 16px;
            line-height: 1.7;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 400;
            background: url(https://www.tmcsystem.co.jp/dcms_media/other/tickmark.svg) no-repeat;
            background-position:0px 8px;
            background-size: 13px;
            padding-left: 22px;
        }

        .tmc_download_block .template_it01_btn {
            margin-right: auto;
            margin-left: auto;
            max-width: 400px;
            width: 100%;
            margin-top: 56px;
        }

        .template_it01_btn a {
            font-size: 14px;
            line-height: 1.75;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 400;
            display: block;
            text-align: center;
            color: #0079c5;
            border: 1px solid #0079c5;
            position: relative;
            border-radius: 60px;
            padding: 15px 10px;
            background-color: #ffffff;
            box-shadow: 0 12px 16px rgba(0, 0, 0, 0.05);
            transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
            text-decoration: none;
        }

        .template_it01_btn a:hover {
            color: #ffffff;
            border-color: #0079c5;
            background-color: #0079c5;
            text-decoration: none;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            transform: scale(1.05);
        }

        .template_it01_btn a::before {
            content: "";
            width: 18px;
            height: 18px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #0079c5;
            position: absolute;
            top: calc(50% - 9px);
            right: 20px;
        }

        .template_it01_btn a:hover::before {
            background: #ffffff;
        }

        .template_it01_btn a::after {
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
            transform: rotate(45deg);
            position: absolute;
            top: calc(50% - 3px);
            right: 27px;
        }

        .template_it01_btn a:hover::after {
            border-top-color: #0079c5;
            border-right-color: #0079c5;
        }

        @media screen and (max-width:991px){
            .container_box {
                max-width: 728px;
            }
            .tmc_download_header {
                margin-bottom: 40px;
            }
            .tmc_download_content_row {
                grid-template-columns: 100%;
                gap: 40px;
            }
            .tmc_d_figure {
                text-align: center;
            }
            .tmc_d_paragraph {
                line-height: 1.5;
            }

        }

        @media screen and (max-width:767px){
            .tmc_download_block {
                padding-block: 40px;
            }
            .tmc_download_block .template_it01_btn {
                margin-top: 40px;
            }
            .tmc_d_contents_box {
                padding: 16px;
            }
            .tmc_d_lists ul li {
                font-size: 15px;
            }
        }

        @media screen and (max-width:539px){
            .tmc_download_header span {
                font-size: 22px;
                padding-inline: 0;
            }
            .tmc_download_header::before {
                display: none;
            }
        }