        body {
            margin: 0;
            padding: 0;
            background-color: #fff;
        }


        



        /*共通CSSここから*/

        /*フォームリセットCSS*/
        input,select {
          -webkit-appearance: none;
          border: none;
        }
        /* リセットCSSここまで*/

        a[target="_blank"][rel="nofollow"] {
            padding-right: 15px;
            background: url(../images/link.png) right center/13px auto no-repeat;
        }
        a[target="_blank"] {
            text-decoration: none;
            color: #0033cc;
        }
        h1 {
            border-bottom: solid 3px #202f41;
            position: relative;
        }
        h1 :after {
                position: absolute;
            content: "";
            display: block;
            border-bottom: solid 3px #a9ceff;
            bottom: -3px;
            width: 20%;
        }
        .overview_map,
        .overview_map a {
            color: #CCC;
            text-decoration: none;
        }
        .fax a[href^="tel:"] {
            pointer-events: none;
            text-decoration: none;
            color: black;
        }
        .line {
            border-top: 1px solid #CCC;
            margin-top: 25px;
        }

            /*追加ここから*/
            #process {
                margin: auto;
                text-align: center;
            }

            .bold {
                font-weight: bold;
                text-align: left;
            }
            .grid {
                display: grid;
                width: 600px;
                height: 300px;
                grid-template-columns: 100px 1fr;
                grid-template-rows: 100px 1fr 1fr;
                gap: 15px;
                margin: auto;
            }
            .grid img {
                grid-row: 1;
            }
            .process_grid_p {
                grid-column: 2 / 3;
                grid-row: 2 / 3;
            }
            .entry_btn {
                background-color: #202f41;
                color: white;
                font-weight: bold;
                margin: auto;
                font-size: 20px;
            }
            .entry_section {
                text-align: center;
                margin: 20px 0;
            }
            .entry_section p {
                font-size: 1.8em;
                font-weight: bold;
                line-height: 1.5em;
                background-image: linear-gradient(transparent 60%, #e6df44 40%);
                display: inline;
            }
            .entry_btn a {
                color: white;
                text-decoration: none;
            }

        /*共通CSSここまで*/




        /*PC向けのスタイルここから*/
        @media screen and (min-width: 769px) {

            #content {
                max-width: 1100px;
                margin: 0 auto;
            }
            h1 {
                font-size: 2rem;
                margin-bottom: 0px;
                padding: 0 0 8px 0;
            }
        /*パンくずCSSここから*/
        .breadcrumb {
          margin: 0;
          padding: 10px 0;
          list-style: none;
        }

        .breadcrumb li {
          display: inline;
          list-style: none;
          font-weight: bold;
        }

        .breadcrumb li:after {
          content: '>';
          padding: 0 0.2em;
          color: #555;
        }

        .breadcrumb li:last-child:after {
          content: '';
        }

        .breadcrumb li a {
          text-decoration: none;
          color: black;
          margin: 3px;
        }

        .breadcrumb li a:hover {
          text-decoration: underline;
        }
        /*パンくずCSSここまで*/
            .overview_container {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .overview_table {
                width: 100%;
                margin: 0 auto;
                border-collapse: collapse;
                background-color: #fff;
                max-width: 900px;
            }
            .overview_table th,
            .overview_table td {
                border: 2px solid #fff;
                background-color: #f7f7f7;
                padding: 1em;
            }
            .overview_table th {
                text-align: left;
                vertical-align: top;
                background-color: #fbfae1;
                font-weight: bold;
                min-width: 4em;
                width: 250px;
            }
            .overview_table td {
                width: 650px;
            }
            .overview_table caption {
                caption-side: top;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            a[href^="tel:"] {
                pointer-events: none;
                text-decoration: none;
                color: black;
            }
            #process img {
                width: 65px;
            }
            .grid {
                display: grid;
                width: 600px;
                height: 180px;
                grid-template-columns: 80px 1fr;
                grid-template-rows: 65px 1fr;
                margin: auto;
                text-align: left;
            }
            .grid_2 {
                display: grid;
                width: 600px;
                height: 130px;
                grid-template-columns: 80px 1fr;
                margin: auto;
                gap: 15px;
            }
            .grid img,
            .grid_2 img {
                grid-row: 1;
            }
            .process_grid_p {
                grid-column: 2 / 3;
                grid-row: 2 / 3;
            }
            .entry_btn {
                width: 350px;
                border-radius: 9px;
                border: solid #c7cbcf 5px;
                margin: auto;
                margin-bottom: 40px;
                line-height: 30px;
            }
            .entry_btn a {
                display: block;
                padding: 12px 0;
            }
            .bold {
                font-size: 25px;
            }
            .grid_3 {
                height: 180px;
            }
            .p_small {
                font-size: 80%;
            }

        }


        /*PC向けのスタイルここまで*/



        /* SP向けのスタイル*/
        @media screen and (max-width: 768px) {
            main {
                max-width: 718px;
                margin: 0 auto;
            }
            h1 {
                margin: 15px 25px 2px;
                padding: 0 0 3px 0;
            }
        /*パンくずCSSここから*/
        .breadcrumb {
          margin: 0;
          padding: 5px 25px;
          list-style: none;
        }

        .breadcrumb li {
          display: inline;
          list-style: none;
          font-size: 0.6rem;
        }

        .breadcrumb li:after {
          content: '>';
          padding: 0 0.2em;
          color: #555;
        }

        .breadcrumb li:last-child:after {
          content: '';
        }

        .breadcrumb li a {
          text-decoration: none;
          color: black;
          margin: 3px;
        }

        .breadcrumb li a:hover {
          text-decoration: underline;
        }
        /*パンくずCSSここまで*/
            .overview_table {
                width: 80%;
                margin: 0 auto;
            }
            .overview_table .overview_thead {
                display: none;
            }
            .overview_table tr,
            .overview_table td {
                display: block;
                width: 100%;
                position: relative;
            }
            .overview_table td:first-child:before {
                container: "";
                background: #e9727e;
                box-sizing: border-box;
                color: #fff;
                font-weight: bold;
                height: 40px;
                padding: 10px;
                position: absolute;
                top: -41px;
                left: -0.2%;
                display: block;
                width: 100.5%;
            }
            .overview_table tr {
                margin-bottom: 20px;
            }
            /* iframe {
                width: 300px;
                height: 200px;
            } */
            .overview_table th {
                text-align: left;
                vertical-align: top;
                background-color: #fbfae1;
                font-weight: bold;
                min-width: 4em;
                width: 310px;
                padding: 9px 0 9px 5px;
            }
            .tel_wrap a {
                text-decoration: none;
                background: #a8a8a8;
                color: white;
                padding: 15px;
                line-height: 3;
                font-size: 20px;
                font-weight: bold;
            }

            #process img {
                width: 55px;
            }
            .bold {
                font-size: 17px;
            }
            .grid {
                display: grid;
                width: 300px;
                height: 150px;
                grid-template-columns: 50px 150px;
                grid-template-rows: 30px 100px;
                margin: auto;
                gap: 15px;
            }
            .grid img,
            .grid_2 img {
                grid-row: 1;
            }
            .grid_2 {
                display: grid;
                width: 300px;
                height: 90px;
                grid-template-columns: 50px 150px;
                grid-template-rows: 30px;
                margin: auto;
                gap: 15px;
            }
            .grid_3 {
                height: 120px;
            }
            .process_grid_p {
                grid-column: 2 / 3;
                grid-row: 2 / 3;
                width: 250px;
                text-align: left;
            }
            .entry_btn {
                width: 230px;
                border-radius: 9px;
                border: solid #c7cbcf 5px;
                margin: 15px auto;
                font-size: 15px;
                line-height: 25px;
            }
            .entry_btn a {
                display: block;
                padding: 12px 0;
            }
            .entry_btn_2 {
                margin: 0 auto;
                margin-bottom: 30px;
            }
            .entry_section {
                margin: 0 0 20px 0;
            }
            .overview_container {
                background-size: 40px;
            }
            #process {
                background-size: 45px;
            }
            .p_small {
                font-size: 90%;
            }
        }

        /* SP向けのスタイルここまで*/






