html, body {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal
}
#tpage::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/bg01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
* { min-height: 0vw; }
.hidden { display: none; }
.grecaptcha-badge { visibility: hidden; }
/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
}
h1, .sizeh1 { font-size: 38px; }
h2, .sizeh2 { font-size: 36px; }
h3, .sizeh3 { font-size: 30px; }
h4, .sizeh4 { font-size: 26px; }
h5, .sizeh5 { font-size: 20px; }
h6, .sizeh6 { font-size: 18px; }

.sec-tit {
    text-align: center;
    margin-bottom: 2rem;
}
.sec-tit p {
    line-height: 1;
    margin-bottom: 0;
}

/*--- aタグ ---*/
a, a:hover, a:focus { text-decoration: none; outline: none; }
a {
    color: #127aca;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
a:hover, a:focus { color: #00028A; }

a.anchorpoint {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/*--- imgタグ ---*/
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.radius22 { border-radius: 22px; }

/*--- マウスカーソルで選択したテキストの色と背景色 ---*/
::selection {
    /*color: #fff;*/
    background-color: rgba(18, 122, 202, 0.15);
}

/*--- 共通 ---*/
p {
    margin: 0 auto 10px;
	padding: 0;
    line-height: 2.2;
    letter-spacing: 0.02em;
}
.txt-lh1 { line-height: 1.4; }
.txt-lh2 { line-height: 2.2; }
.color-gr { color: #009945; }
.color-bk { color: #000; }
.color-wh { color: #fff; }
.bg-cream { background-color: #F5F4EC; }
.bg-gr { background-color: #007C37; }
.bg-wh { background-color: #fff; }
.bg-gray { background-color: #F6F6F6; }
.bg-none { background-color: transparent; }

.bg-img::before, .bg-img::after {
    content: '';
    display: block;
    width: 360px;
    height: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    z-index: 0;
}
.bg-img::before {
    left: 0;
    background-image: url(../img/bg-set-left.svg);
}
.bg-img::after {
    right: 0;
    background-image: url(../img/bg-set-right.svg);
}

.txt-marker {
    line-height: 1.6;
    font-weight: bold;
    display: inline;
    padding: 0 0.1em;
    background: linear-gradient(0deg, transparent 8%, #FFEB01 8%, #FFEB01 20%, transparent 20%);
}

/* --- flex-box --- */
.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.grid2 { grid-template-columns: repeat(2, 1fr) }
.grid3 { grid-template-columns: repeat(3, 1fr) }
.grid4 { grid-template-columns: repeat(4, 1fr) }
.grid5 { grid-template-columns: repeat(5, 1fr) }
.grid-gap0 { grid-gap: 0!important; }

/*--- ul ---*/
ul.list-2col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    width: fit-content;
    grid-gap: 5px 3rem;
    grid-template-columns: repeat(2, auto);
}

/*--- table ---*/
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table tr:not(:last-child) { border-bottom: 1px solid #707070; }
table tr > *:not(:last-child) { border-right: 1px solid #707070; }
table tr th, table tr td {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 20px 36px;
    vertical-align: middle;
}
table tr th { text-align: center; }

/*--- .full-map ---*/
.full-map {
    line-height: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.full-map iframe {
    width: 100%;
    height: 700px;
    margin-top: -170px;
}

/* --------------------------------------------
    Content
-------------------------------------------- */
section {
    position: relative;
}
.sec-inner {
    --inner-size: 1040;
    /*position: relative;*/
    box-sizing: content-box;
    container-type: inline-size;
    max-width: calc(1040* 1px);
    max-width: calc(var(--inner-size)* 1px);
    padding-right: calc(50 / 1000* 100cqi);
    padding-right: calc(50 / var(--screen-xl)* 100cqi);
    padding-left: calc(50 / 1000* 100cqi);
    padding-left: calc(50 / var(--screen-xl)* 100cqi);
    margin-inline: auto;
}
.content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*---------- sec00 ----------*/
.sec00 {
    height: auto;
    max-height: 100vh;
    min-height: 600px;
    overflow: hidden;
    padding-top: 109px;
}

.sec00-img {
    position: relative;
    z-index: 10;
}
.sec00-txt {
    position: absolute;
    bottom: 3rem;
    left: 4.6%;
    z-index: 50;
}
.sec00-txt .txt-item {
    width: fit-content;
    background-color: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.sec00-txt .item01 { margin-bottom: 30px; }
.sec00-txt .item02 { margin-left: 160px; }

/*---------- sec01 ----------*/
.sec01-img {
    position: relative;
    z-index: 10;
    width: 450px;
}
.sec01-img::before {
    content: '';
    display: block;
    width: 360px;
    height: 411px;
    background-image: url(../img/sec01-item01.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: 90px;
    z-index: -1;
}

/*---------- sec02 ----------*/
.sec02-box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    gap: 40px 22px;
    margin-top: 2rem;
}
.sec02-box .sec02-item {
    width: calc((100% / 3) - 15px);
    display: flex;
    flex-direction: column;
    border: 4px solid #009945;
    border-radius: 27px;
    box-sizing: border-box;
}

.sec02-item .sec02-hd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.sec02-item .sec02-hd .sec02-img { margin: 10px auto; }

.sec02-item .sec02-txt {
    flex-grow: 1;
    padding: 10px 12px;
    background-color: #fff;
    border: 4px solid #F5F4EC;
    border-radius: 0 0 27px 27px;
    box-sizing: border-box;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec02-item .sec02-txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 0;
}

.sec02-ft {
    text-align: center;
    width: 100%;
    max-width: 43em;
    margin: 3rem auto 0;
    padding: 30px 30px 25px;
    background-color: #fff;
}
.maker-box .maker-icon {
    display: block;
    margin-bottom: 15px;
}

/*---------- sec03 ----------*/
.sec03-box { margin-top: 4rem; }

/*---------- sec04 ----------*/
.sec04 {
    overflow: hidden;
}
.sec04::before, .sec04::after {
    content: '';
    display: block;
    width: 185px;
    height: 235px;
    background-image: url(../img/box-icon01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}
.sec04::before {
    right: calc(50% + 26em);
    top: 6rem;
}
.sec04::after {
    left: calc(50% + 26em);
    bottom: 3rem;
    scale: -1;
}

.sec04 .sec-tit { margin-bottom: 3rem; }
.sec04 > .content-wrap { padding-bottom: 10rem; }

.sec04-wrap { padding-top: 120px; }
.sec04-box {
    align-items: normal;
    gap: 60px;
}
.sec04-box .tit-item {
    width: 15em;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 50px;
}
.sec04-box .sec04-tit:last-child {
    flex-grow: 1;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 6rem;
}
.sec04-box .sec04-tit span { display: inline-block; }
.sec04-box .sec04-tit span:first-of-type { font-feature-settings: "palt"; }
.sec04-box .sec04-tit span:last-of-type { margin-left: 3.5em; }

.sec04-box .txt-item { flex: 1; }
.sec04-box .txt-item p {
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin-bottom: 1.5em;
}

/*---------- sec05 ----------*/
.sec05-box { gap: 5rem; }
.sec05-box .tit-item { width: fit-content; }
.sec05-box .table-item { flex: 1; }

/*---------- full-slider ----------*/
.full-slider .swiper { padding-bottom: 2rem; }
.full-slider .swiper-wrapper { transition-timing-function: linear; }
/*
.full-slider .swiper-slide {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
*/
.full-slider .slide01 { width: 350px; }
.full-slider .slide02 { width: 400px; }
.full-slider .slide03 { width: 300px; }
.full-slider .slide04 { width: 280px; }
.full-slider .slide05 { width: 350px; }
.full-slider .slide06 { width: 500px; }

/*---------- sec06 ----------*/
.sec06 {
    overflow: hidden;
}
.sec06 > .content-wrap {
    position: relative;
    z-index: 10;
}
.table-box {
    position: relative;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 36px;
}

/*---------- bg-section ----------*/
.bg-section { height: 300px; }

/*---------- sec08 ----------*/
.contact-hd {
    margin-bottom: 1.5rem;
}
.btn-list-box {
    width: 100%;
    max-width: 660px;
    margin: 3rem auto 4rem;
    grid-gap: 20px 40px;
}
.btn-list-box .btn00 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    padding: 12px 15px 15px;
    background-color: #009945;
    border-radius: 50px;
    box-sizing: border-box;
    border: 4px solid #009945;
}

.btn-list-box .btn-fax {
    color: #009945;
    background-color: #fff;
}
.btn-list-box a.btn00:hover {
    color: #009945;
    background-color: #fff;
}

.sec08-box {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 42px 50px;
    background-color: #fff;
    border: 3px solid #009945;
    border-radius: 36px;
}

/* --------------------------------------------
    Page Top
-------------------------------------------- */
.topbtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: calc((100vw - 1000px) / 2);
}

/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 5;
    background-color: #007C37;
}
#ft01 a,
#ft01 p {
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.ft-wrap {
    position: relative;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 1rem;
}
.ft-logo {
    width: 216px;
    margin-bottom: 2rem;
}
.ft-cp {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 15px;
}


/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (max-width: 1121px) {
    .sec-inner {
        max-width: none;
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
}
@media screen and (max-width: 991px) {
    html, body { font-size: 16px; }
    .content-wrap { padding-top: 80px; padding-bottom: 80px; }
    .sec00 {
        height: auto;
        max-height: none;
        min-height: auto;
        padding-top: 0;
    }
    .sec00-txt .item01 { width: 260px; margin-bottom: 20px; }
    .sec00-txt .item02 { width: 200px; margin-left: 110px; }
    .sec01-box { gap: 10%; }
    .sec01-box .item-img { flex: 1; }
    .sec01-box .item-img .sec01-img { width: auto; }
    .sec01-img::before { width: 80%; height: 150%; }
    .sec01-box .item-txt { width: 28em; }
    .sec02-item .sec02-hd { height: 180px; }
    .sec03-box { margin-top: 3rem; }
    .sec04-box { gap: 50px; }
    .sec04::before, .sec04::after { width: 18%; height: 20%; }
    .sec04::before {
        right: auto;
        left: 3.5%;
        top: 3rem;
    }
    .sec04::after {
        left: auto;
        right: 3.5%;
        bottom: 2.5rem;
    }
    .sec05-box { display: block; }
    .full-slider .swiper { padding-bottom: 4rem; }
    .full-slider .slide01 { width: 200px; }
    .full-slider .slide02 { width: 227px; }
    .full-slider .slide03 { width: 172px; }
    .full-slider .slide04 { width: 158px; }
    .full-slider .slide05 { width: 199px; }
    .full-slider .slide06 { width: 285px; }
    .bg-img::before, .bg-img::after { width: 30%; }
}
@media screen and (max-width: 901px) {
    ul.list-2col { grid-gap: 5px 1rem; }
    table tr th, table tr td { padding: 20px 30px; }
    .sec01 > .content-wrap { padding-bottom: 1px; }
    .sec01-box { flex-direction: column; align-items: center; gap: 5em; }
    .sec01-box .item-img .sec01-img { width: 100%; max-width: 450px; }
    .sec01-box .item-txt { position: relative; z-index: 10; max-width: 100%; }
    .sec01-img::before { right: -20%; }

    .sec02-box .sec02-item { width: calc((100% / 2) - 11px); }
}
@media screen and (max-width: 767px) {
    h1, .sizeh1 { font-size: 36px; }
    h2, .sizeh2 { font-size: 30px; }
    h3, .sizeh3 { font-size: 26px; }
    h4, .sizeh4 { font-size: 20px; }
    h5, .sizeh5 { font-size: 18px; }
    h6, .sizeh6 { font-size: 16px; }
    #tpage::after { background-image: url(../img/bg01_s.jpg); }
    table tr th, table tr td { font-size: 16px; padding: 16px 20px; }
    .sec-inner {
        padding-right: 5%;
        padding-left: 5%;
    }
    .sec00 { height: 92vh; min-height: 460px; }
    .main-slider,
    .main-slider .swiper-wrapper,
    .main-slider .swiper-slide { height: 100%!important; }
    .main-slider .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
    .sec00-txt .item01 { width: 205px; margin-bottom: 18px; }
    .sec00-txt .item02 { width: 158px; margin-left: 87px; }
    .sec01 { overflow: hidden; }
    .sec02-box { gap: 20px 16px; }
    .sec02-item .sec02-hd { height: 160px; }
    .sec02-item .sec02-hd .sec02-img { width: 120px; }
    .sec04-box { display: block; }
    .sec04-box .tit-item { width: 100%; }
    .sec04-box .sec04-tit:last-child { flex-direction: row; margin-bottom: 3rem; }
    .sec04-box .sec04-tit span:first-of-type { letter-spacing: 0.05em; font-feature-settings: inherit; }
    .sec04-box .sec04-tit span:last-of-type { margin-left: -0.5em; }
    .bg-img::before, .bg-img::after { width: 70%; }
    .bg-img::before { left: -35%; }
    .bg-img::after { right: -35%; }
    .btn-list-box { grid-gap: 20px 16px; }
    .btn-list-box .btn00 { font-size: 22px; }
    .ft-logo { width: 190px; }
}
@media screen and (max-width: 575px) {
    ul.list-2col { grid-template-columns: repeat(1, auto); }
    .grid-box { grid-gap: 20px; }
    table tr th, table tr td { display: block; padding: 20px 12px; }
    table tr th { font-size: 18px; text-align: left; padding-bottom: 0; }
    table tr td { padding-top: 10px; }
    table tr > *:not(:last-child) { border-right: none; }
    .table-box { border-radius: 27px; }
    .table-box table tr th, .table-box table tr td { padding-left: 20px; padding-right: 20px; }
    .sec01-img::before {
        width: 70%;
        height: 130%;
        top: 45%;
        right: -15%;
    }
    .sec02-box { gap: 20px 16px; }
    .sec02-item .sec02-hd { height: 150px; }
    .sec02-item .sec02-hd .sec02-img { width: 110px; margin: 0 auto 10px; }
    .sec02-box .sec02-item { width: 100%; max-width: 360px; }
    .sec03-box { grid-template-columns: 1fr; width: 100%; max-width: 360px; margin-inline: auto; }
    .sec04 { overflow: inherit; }
    .sec04::before, .sec04::after { width: 100px; height: 130px; }
    .sec04::before { top: -3rem; }
    .sec04::after { bottom: 2rem; }
    .sec04 > .content-wrap { padding-top: 2.5rem; padding-bottom: 80px; }
    .sec04 .sec-tit { margin-bottom: 2rem; }
    .sec04-box { flex-direction: column; }
    .btn-list-box { flex-direction: column; grid-template-columns: 1fr; width: 100%; max-width: 360px; margin-inline: auto; }
    .sec08-box { padding: 0; border: none; }
    .full-map { height: 300px; }
    .full-map iframe { height: 560px; margin-top: -150px; }
    .ft-logo { width: 160px; margin-bottom: 1.5rem; }
    .ft-wrap { padding-top: 3rem; padding-bottom: 2rem; }
}

/* --------------------------------------------
    MAIL FORM PRO
-------------------------------------------- */
.form-box {
    width: 100%;
    margin: 0;
    padding: 0;
}
#mailformpro .must {
    display: inline-block;
    color: #E25B5A;
    font-size: 14px;
    letter-spacing: 0.1em;
    float: none;
    margin-left: 10px;
    border: none;
    box-shadow: 0px 0px 0px transparent;
    text-shadow: 0px 0px 0px transparent;
    background-color: transparent;
    background-image: none !important;
}
#mailformpro dt.mfp, #mailformpro dd.mfp {
    font-size: 1em;
    font-weight: 500;
    border-top: none;
    margin: 0 auto;
    text-align: left;
    background-color: transparent!important;
}
#mailformpro dt.mfp {
    font-size: 18px;
    width: 100%;
    letter-spacing: 0.05em;
    padding: 0 10px 6px;
}
#mailformpro dd.mfp {
    letter-spacing: 0.05em;
    padding: 0 0 30px;
}
#mailformpro dd.mfp:last-of-type {
    padding: 0 10px 6px;
}
#mailformpro input:not([type="checkbox"]) {
    font-weight: 500;
    display: block;
    width: 100%!important;
    max-width: 100%;
    border: none;
    border-radius: 28px;
    background-color: #F5F4EC!important;
    padding: 12px 20px;
    box-shadow: 0px 0px 0px transparent;
}
#mailformpro input:not([type="checkbox"]):focus-visible { border-color: #009945; }
#mailformpro input[type="hidden"] { display: none!important; }

/* チェックボックスのアイコン */
form#mailformpro label {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.item-checkbox { margin-bottom: 10px; }
.checkbox_icon {
    position: relative;
    width: 24px;
    height: 24px;
    appearance: none;
    background-color: #fff;
    border: solid 2px #009945;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent;
    margin-top: -3px!important;
    vertical-align: middle;
}
.checkbox_icon::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon-check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox_icon:checked { background-color: #009945; }
.checkbox_icon:checked::before { opacity: 1; }
form#mailformpro label.mfp_checked {
    padding: 0!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: none!important;
}

#mailformpro textarea {
    display: block!important;
    height: 15em!important;
    width: 100%!important;
    max-width: 100%;
    padding: 15px 20px;
    background-color: #F5F4EC;
    outline: none;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 0px transparent;
}
form#mailformpro label.mfp_not_checked { border: none!important; }
#mailformpro #mfp_hidden input { display: none!important; }

::placeholder {
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-box .policy-box {
    font-size: 0.8rem;
    width: 100%;
    height: 15em;
    overflow-y: scroll;
    background-color: #F5F4EC;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    padding: 15px 30px;
    border-radius: 20px;
    border: none;
}
.form-box .policy-box p { margin: 0 auto; padding: 0; }
form#mailformpro label.mfp_checked {
    border: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    text-shadow: none !important;
}
.mfp_buttons button {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    background: #009945;
    margin: 1rem auto 0;
    padding: 16px 80px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.mfp_buttons button:hover {
    color: #009945;
    background: #F5F4EC;
    box-shadow: none;
}
div.mfp_err { background: none!important; }

/*確認画面*/
#mfp_overlay {
    position: fixed !important;
    top: 50% !important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    max-height: 86vh;
    overflow-y: auto;
    width: 640px!important;
    max-width: 90%;
    background-color: #fff;
    border-radius: 16px !important;
}
#mfp_overlay_inner {
    padding: 2rem!important;
    border-radius: 16px!important;
    max-height: 86vh;
    overflow-y: auto;
    background-color: transparent!important;
    box-shadow: none!important;
    border-radius: 0 !important;
    max-width: 100%!important;
}
div#mfp_overlay_inner > h4 {
    text-align: center;
    margin-bottom: 16px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    font-size: 1rem !important;
    padding: 8px 16px !important;
    border-color: #ccc!important;
}
table#mfp_confirm_table tr:last-child th,
table#mfp_confirm_table tr:last-child td { border-bottom: #ccc; }
table tr > *:not(:last-child) { border-color: #ccc; }
div#mfp_overlay_inner .mfp_buttons {
    display: flex;
    gap: 12px;
}
.mfp_buttons button {
    letter-spacing: 0.1em!important;
    width: 100%!important;
    padding: 16px 30px!important;
}
@media screen and (max-width: 800px) {
    table#mfp_confirm_table tr th { width: 100%!important; }
}
@media screen and (max-width: 575px) {
    div#mfp_overlay_inner {  }
    div#mfp_overlay_inner .mfp_buttons { display: block; }
}